@charset "UTF-8";

:root {
	--wp-admin-theme-color: #3858e9;
	--wp-admin-theme-color--rgb: 56, 88, 233;
	--wp-admin-theme-color-darker-10: #2145e6;
	--wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
	--wp-admin-theme-color-darker-20: #183ad6;
	--wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
	--wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
	:root {
		--wp-admin-border-width-focus: 1.5px
	}
}

@media not (prefers-reduced-motion) {
	.components-animate__appear {
		animation: components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
		animation-fill-mode: forwards
	}
}

.components-animate__appear.is-from-top,
.components-animate__appear.is-from-top.is-from-left {
	transform-origin: top left
}

.components-animate__appear.is-from-top.is-from-right {
	transform-origin: top right
}

.components-animate__appear.is-from-bottom,
.components-animate__appear.is-from-bottom.is-from-left {
	transform-origin: bottom left
}

.components-animate__appear.is-from-bottom.is-from-right {
	transform-origin: bottom right
}

@keyframes components-animate__appear-animation {
	0% {
		transform: translateY(-2em) scaleY(0) scaleX(0)
	}

	to {
		transform: translateY(0) scaleY(1) scaleX(1)
	}
}

@media not (prefers-reduced-motion) {
	.components-animate__slide-in {
		animation: components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
		animation-fill-mode: forwards
	}

	.components-animate__slide-in.is-from-left {
		transform: translateX(100%)
	}

	.components-animate__slide-in.is-from-right {
		transform: translateX(-100%)
	}
}

@keyframes components-animate__slide-in-animation {
	to {
		transform: translateX(0)
	}
}

@media not (prefers-reduced-motion) {
	.components-animate__loading {
		animation: components-animate__loading 1.6s ease-in-out infinite
	}
}

@keyframes components-animate__loading {
	0% {
		opacity: .5
	}

	50% {
		opacity: 1
	}

	to {
		opacity: .5
	}
}

.components-autocomplete__popover .components-popover__content {
	min-width: 200px;
	padding: 8px
}

.components-autocomplete__result.components-button {
	display: flex;
	height: auto;
	min-height: 36px;
	text-align: left;
	width: 100%
}

.components-autocomplete__result.components-button:focus:not(:disabled) {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
	outline: 2px solid #0000
}

.components-badge {
	align-items: center;
	background-color: color-mix(in srgb, #fff 90%, var(--base-color));
	border-radius: 2px;
	box-sizing: border-box;
	color: color-mix(in srgb, #000 50%, var(--base-color));
	display: inline-flex;
	font-size: 12px;
	font-weight: 400;
	gap: 2px;
	line-height: 20px;
	max-width: 100%;
	min-height: 24px;
	padding: 0 8px
}

.components-badge *,
.components-badge :after,
.components-badge :before {
	box-sizing: inherit
}

.components-badge:where(.is-default) {
	background-color: #f0f0f0;
	color: #2f2f2f
}

.components-badge.has-icon {
	padding-inline-start: 4px
}

.components-badge.is-info {
	--base-color: #3858e9
}

.components-badge.is-warning {
	--base-color: #f0b849
}

.components-badge.is-error {
	--base-color: #cc1818
}

.components-badge.is-success {
	--base-color: #4ab866
}

.components-badge__icon {
	flex-shrink: 0
}

.components-badge__content {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.components-button-group {
	display: inline-block
}

.components-button-group .components-button {
	border-radius: 0;
	box-shadow: inset 0 0 0 1px #1e1e1e;
	color: #1e1e1e;
	display: inline-flex
}

.components-button-group .components-button+.components-button {
	margin-left: -1px
}

.components-button-group .components-button:first-child {
	border-radius: 2px 0 0 2px
}

.components-button-group .components-button:last-child {
	border-radius: 0 2px 2px 0
}

.components-button-group .components-button.is-primary,
.components-button-group .components-button:focus {
	position: relative;
	z-index: 1
}

.components-button-group .components-button.is-primary {
	box-shadow: inset 0 0 0 1px #1e1e1e
}

.components-button {
	align-items: center;
	-webkit-appearance: none;
	background: none;
	border: 0;
	border-radius: 2px;
	box-sizing: border-box;
	color: var(--wp-components-color-foreground, #1e1e1e);
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	height: 36px;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none
}

@media not (prefers-reduced-motion) {
	.components-button {
		transition: box-shadow .1s linear
	}
}

.components-button.is-next-40px-default-size {
	height: 40px
}

.components-button:hover:not(:disabled, [aria-disabled=true]),
.components-button[aria-expanded=true] {
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button:focus:not(:disabled) {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline: 3px solid #0000
}

.components-button.is-primary {
	background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	color: var(--wp-components-color-accent-inverted, #fff);
	outline: 1px solid #0000;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap
}

.components-button.is-primary:hover:not(:disabled) {
	background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
	color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-primary:active:not(:disabled) {
	background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
	border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
	color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-primary:focus:not(:disabled) {
	box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button.is-primary:disabled,
.components-button.is-primary:disabled:active:enabled,
.components-button.is-primary[aria-disabled=true],
.components-button.is-primary[aria-disabled=true]:active:enabled,
.components-button.is-primary[aria-disabled=true]:enabled {
	background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	color: #fff6;
	outline: none
}

.components-button.is-primary:disabled:active:enabled:focus:enabled,
.components-button.is-primary:disabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:focus:enabled {
	box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button.is-primary.is-busy,
.components-button.is-primary.is-busy:disabled,
.components-button.is-primary.is-busy[aria-disabled=true] {
	background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
	background-size: 100px 100%;
	border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-secondary,
.components-button.is-tertiary {
	outline: 1px solid #0000
}

.components-button.is-secondary:active:not(:disabled),
.components-button.is-tertiary:active:not(:disabled) {
	box-shadow: none
}

.components-button.is-secondary:disabled,
.components-button.is-secondary[aria-disabled=true],
.components-button.is-secondary[aria-disabled=true]:hover,
.components-button.is-tertiary:disabled,
.components-button.is-tertiary[aria-disabled=true],
.components-button.is-tertiary[aria-disabled=true]:hover {
	background: #0000;
	color: #949494;
	transform: none
}

.components-button.is-secondary {
	background: #0000;
	box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 0 0 currentColor;
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline: 1px solid #0000;
	white-space: nowrap
}

.components-button.is-secondary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
	background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
	box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
	color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6))
}

.components-button.is-secondary:disabled:not(:focus),
.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),
.components-button.is-secondary[aria-disabled=true]:not(:focus) {
	box-shadow: inset 0 0 0 1px #ddd
}

.components-button.is-secondary:focus:not(:disabled) {
	box-shadow: 0 0 0 currentColor inset, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button.is-tertiary {
	background: #0000;
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	white-space: nowrap
}

.components-button.is-tertiary:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
	background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%, #0000);
	color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6))
}

.components-button.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
	background: color-mix(in srgb, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%, #0000)
}

p+.components-button.is-tertiary {
	margin-left: -6px
}

.components-button.is-tertiary:disabled:not(:focus),
.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),
.components-button.is-tertiary[aria-disabled=true]:not(:focus) {
	box-shadow: none;
	outline: none
}

.components-button.is-destructive {
	--wp-components-color-accent: #cc1818;
	--wp-components-color-accent-darker-10: #9e1313;
	--wp-components-color-accent-darker-20: #710d0d
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
	color: #cc1818
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled, [aria-disabled=true]) {
	color: #710d0d
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled, [aria-disabled=true]) {
	background: #ccc
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,
.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true] {
	color: #949494
}

.components-button.is-destructive.is-secondary:hover:not(:disabled, [aria-disabled=true]),
.components-button.is-destructive.is-tertiary:hover:not(:disabled, [aria-disabled=true]) {
	background: #cc18180a
}

.components-button.is-destructive.is-secondary:active:not(:disabled, [aria-disabled=true]),
.components-button.is-destructive.is-tertiary:active:not(:disabled, [aria-disabled=true]) {
	background: #cc181814
}

.components-button.is-link {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	height: auto;
	margin: 0;
	outline: none;
	padding: 0;
	text-align: left;
	text-decoration: underline
}

@media not (prefers-reduced-motion) {
	.components-button.is-link {
		transition-duration: .05s;
		transition-property: border, background, color;
		transition-timing-function: ease-in-out
	}
}

.components-button.is-link:focus {
	border-radius: 2px
}

.components-button.is-link:disabled,
.components-button.is-link[aria-disabled=true] {
	color: #949494
}

.components-button:not(:disabled, [aria-disabled=true]):active {
	color: var(--wp-components-color-foreground, #1e1e1e)
}

.components-button:disabled,
.components-button[aria-disabled=true] {
	color: #949494;
	cursor: default
}

.components-button.is-busy,
.components-button.is-secondary.is-busy,
.components-button.is-secondary.is-busy:disabled,
.components-button.is-secondary.is-busy[aria-disabled=true] {
	background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
	background-size: 100px 100%
}

@media not (prefers-reduced-motion) {

	.components-button.is-busy,
	.components-button.is-secondary.is-busy,
	.components-button.is-secondary.is-busy:disabled,
	.components-button.is-secondary.is-busy[aria-disabled=true] {
		animation: components-button__busy-animation 2.5s linear infinite
	}
}

.components-button.is-compact {
	height: 32px
}

.components-button.is-compact.has-icon:not(.has-text) {
	min-width: 32px;
	padding: 0;
	width: 32px
}

.components-button.is-small {
	font-size: 11px;
	height: 24px;
	line-height: 22px;
	padding: 0 8px
}

.components-button.is-small.has-icon:not(.has-text) {
	min-width: 24px;
	padding: 0;
	width: 24px
}

.components-button.has-icon {
	justify-content: center;
	min-width: 36px;
	padding: 6px
}

.components-button.has-icon.is-next-40px-default-size {
	min-width: 40px
}

.components-button.has-icon .dashicon {
	align-items: center;
	box-sizing: initial;
	display: inline-flex;
	justify-content: center;
	padding: 2px
}

.components-button.has-icon.has-text {
	gap: 4px;
	justify-content: start;
	padding-left: 8px;
	padding-right: 12px
}

.components-button.is-pressed,
.components-button.is-pressed:hover {
	color: var(--wp-components-color-foreground-inverted, #fff)
}

.components-button.is-pressed:hover:not(:disabled, [aria-disabled=true]),
.components-button.is-pressed:not(:disabled, [aria-disabled=true]) {
	background: var(--wp-components-color-foreground, #1e1e1e)
}

.components-button.is-pressed:disabled,
.components-button.is-pressed[aria-disabled=true] {
	color: #949494
}

.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),
.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary) {
	background: #949494;
	color: var(--wp-components-color-foreground-inverted, #fff)
}

.components-button.is-pressed:focus:not(:disabled) {
	box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline: 2px solid #0000
}

.components-button svg {
	fill: currentColor;
	outline: none
}

@media (forced-colors:active) {
	.components-button svg {
		fill: CanvasText
	}
}

.components-button .components-visually-hidden {
	height: auto
}

@keyframes components-button__busy-animation {
	0% {
		background-position: 200px 0
	}
}

.components-checkbox-control {
	--checkbox-input-size: 24px;
	--checkbox-input-margin: 8px
}

@media (min-width:600px) {
	.components-checkbox-control {
		--checkbox-input-size: 16px
	}
}

.components-checkbox-control__label {
	cursor: pointer;
	line-height: var(--checkbox-input-size)
}

.components-checkbox-control__input[type=checkbox] {
	appearance: none;
	background: #fff;
	border: 1px solid #1e1e1e;
	border-radius: 2px;
	box-shadow: 0 0 0 #0000;
	clear: none;
	color: #1e1e1e;
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 16px;
	height: var(--checkbox-input-size);
	line-height: normal;
	line-height: 0;
	margin: 0 4px 0 0;
	outline: 0;
	padding: 6px 8px;
	padding: 0 !important;
	text-align: center;
	transition: none;
	vertical-align: top;
	width: var(--checkbox-input-size)
}

@media not (prefers-reduced-motion) {
	.components-checkbox-control__input[type=checkbox] {
		transition: box-shadow .1s linear
	}
}

@media (min-width:600px) {
	.components-checkbox-control__input[type=checkbox] {
		font-size: 13px;
		line-height: normal
	}
}

.components-checkbox-control__input[type=checkbox]:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
	color: #1e1e1e9e
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
	color: #1e1e1e9e
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
	color: #1e1e1e9e
}

.components-checkbox-control__input[type=checkbox]:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]:checked {
	background: var(--wp-admin-theme-color);
	border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check {
	opacity: 0
}

.components-checkbox-control__input[type=checkbox]:checked:before,
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
	color: #fff;
	margin: -3px -5px
}

@media (min-width:782px) {

	.components-checkbox-control__input[type=checkbox]:checked:before,
	.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
		margin: -4px 0 0 -5px
	}
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
	background: var(--wp-admin-theme-color);
	border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
	content: "\f460";
	display: inline-block;
	float: left;
	font: normal 30px/1 dashicons;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media (min-width:782px) {
	.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
		float: none;
		font-size: 21px
	}
}

.components-checkbox-control__input[type=checkbox]:disabled,
.components-checkbox-control__input[type=checkbox][aria-disabled=true] {
	background: #f0f0f0;
	border-color: #ddd;
	cursor: default;
	opacity: 1
}

@media not (prefers-reduced-motion) {
	.components-checkbox-control__input[type=checkbox] {
		transition: border-color .1s ease-in-out
	}
}

.components-checkbox-control__input[type=checkbox]:focus {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
	outline: 2px solid #0000;
	outline-offset: 2px
}

.components-checkbox-control__input[type=checkbox]:checked,
.components-checkbox-control__input[type=checkbox]:indeterminate {
	background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check,
.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
	opacity: 0
}

.components-checkbox-control__input[type=checkbox]:checked:before {
	content: none
}

.components-checkbox-control__input-container {
	aspect-ratio: 1;
	display: inline-block;
	flex-shrink: 0;
	line-height: 1;
	margin-right: var(--checkbox-input-margin);
	position: relative;
	vertical-align: middle;
	width: var(--checkbox-input-size)
}

svg.components-checkbox-control__checked,
svg.components-checkbox-control__indeterminate {
	--checkmark-size: var(--checkbox-input-size);
	fill: #fff;
	cursor: pointer;
	height: var(--checkmark-size);
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-user-select: none;
	user-select: none;
	width: var(--checkmark-size)
}

@media (min-width:600px) {

	svg.components-checkbox-control__checked,
	svg.components-checkbox-control__indeterminate {
		--checkmark-size: calc(var(--checkbox-input-size) + 4px)
	}
}

.components-checkbox-control__help {
	display: inline-block;
	margin-inline-start: calc(var(--checkbox-input-size) + var(--checkbox-input-margin))
}

.components-circular-option-picker {
	display: inline-block;
	min-width: 188px;
	width: 100%
}

.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: 12px
}

.components-circular-option-picker .components-circular-option-picker__swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	position: relative;
	z-index: 1
}

.components-circular-option-picker>:not(.components-circular-option-picker__swatches) {
	position: relative;
	z-index: 0
}

.components-circular-option-picker__option-wrapper {
	display: inline-block;
	height: 28px;
	transform: scale(1);
	vertical-align: top;
	width: 28px
}

@media not (prefers-reduced-motion) {
	.components-circular-option-picker__option-wrapper {
		transition: transform .1s ease;
		will-change: transform
	}
}

.components-circular-option-picker__option-wrapper:hover {
	transform: scale(1.2)
}

.components-circular-option-picker__option-wrapper>div {
	height: 100%;
	width: 100%
}

.components-circular-option-picker__option-wrapper:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");
	border-radius: 50%;
	bottom: 1px;
	content: "";
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: -1
}

.components-circular-option-picker__option {
	aspect-ratio: 1;
	background: #0000;
	border: none;
	border-radius: 50%;
	box-shadow: inset 0 0 0 14px;
	cursor: pointer;
	display: inline-block;
	height: 100% !important;
	vertical-align: top
}

@media not (prefers-reduced-motion) {
	.components-circular-option-picker__option {
		transition: box-shadow .1s ease
	}
}

.components-circular-option-picker__option:hover {
	box-shadow: inset 0 0 0 14px !important
}

.components-circular-option-picker__option[aria-pressed=true],
.components-circular-option-picker__option[aria-selected=true] {
	box-shadow: inset 0 0 0 4px;
	overflow: visible;
	position: relative;
	z-index: 1
}

.components-circular-option-picker__option[aria-pressed=true]+svg,
.components-circular-option-picker__option[aria-selected=true]+svg {
	border-radius: 50%;
	left: 2px;
	pointer-events: none;
	position: absolute;
	top: 2px;
	z-index: 2
}

.components-circular-option-picker__option:after {
	border: 1px solid #0000;
	border-radius: 50%;
	bottom: -1px;
	box-shadow: inset 0 0 0 1px #0003;
	box-sizing: inherit;
	content: "";
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px
}

.components-circular-option-picker__option:focus:after {
	border: 2px solid #757575;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #fff;
	content: "";
	height: calc(100% + 4px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 4px)
}

.components-circular-option-picker__option.components-button:focus {
	background-color: initial;
	box-shadow: inset 0 0 0 14px;
	outline: none
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
	background: #fff;
	color: #fff
}

.components-circular-option-picker__dropdown-link-action {
	margin-right: 16px
}

.components-circular-option-picker__dropdown-link-action .components-button {
	line-height: 22px
}

.components-palette-edit__popover-gradient-picker {
	padding: 8px;
	width: 260px
}

.components-dropdown-menu__menu .components-palette-edit__menu-button {
	width: 100%
}

.component-color-indicator {
	background: #fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #0003;
	display: inline-block;
	height: 20px;
	padding: 0;
	width: 20px
}

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

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

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

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

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

@media not (prefers-reduced-motion) {
	.components-combobox-control__suggestions-container {
		transition: box-shadow .1s linear
	}
}

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

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

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
	color: #1e1e1e9e
}

.components-combobox-control__suggestions-container::-moz-placeholder {
	color: #1e1e1e9e
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
	color: #1e1e1e9e
}

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

.components-combobox-control__suggestions-container .components-spinner {
	margin: 0
}

.components-color-palette__custom-color-wrapper {
	position: relative;
	z-index: 0
}

.components-color-palette__custom-color-button {
	background: none;
	border: none;
	border-radius: 4px 4px 0 0;
	box-shadow: inset 0 0 0 1px #0003;
	box-sizing: border-box;
	cursor: pointer;
	height: 64px;
	outline: 1px solid #0000;
	position: relative;
	width: 100%
}

.components-color-palette__custom-color-button:focus {
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline-width: 2px
}

.components-color-palette__custom-color-button:after {
	background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
	background-position: 0 0, 24px 24px;
	background-size: 48px 48px;
	border-radius: 3px 3px 0 0;
	content: "";
	inset: 1px;
	position: absolute;
	z-index: -1
}

.components-color-palette__custom-color-text-wrapper {
	border-radius: 0 0 4px 4px;
	box-shadow: inset 0 -1px 0 0 #0003, inset 1px 0 0 0 #0003, inset -1px 0 0 0 #0003;
	font-size: 13px;
	padding: 12px 16px;
	position: relative
}

.components-color-palette__custom-color-name {
	color: var(--wp-components-color-foreground, #1e1e1e);
	margin: 0 1px
}

.components-color-palette__custom-color-value {
	color: #757575
}

.components-color-palette__custom-color-value--is-hex {
	text-transform: uppercase
}

.components-color-palette__custom-color-value:empty:after {
	content: "​";
	visibility: hidden
}

.components-custom-gradient-picker__gradient-bar {
	border-radius: 2px;
	height: 48px;
	position: relative;
	width: 100%;
	z-index: 1
}

.components-custom-gradient-picker__gradient-bar.has-gradient {
	background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
	background-position: 0 0, 12px 12px;
	background-size: 24px 24px
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
	inset: 0;
	position: absolute
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: calc(100% - 48px)
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
	display: flex;
	height: 16px;
	position: absolute;
	top: 16px;
	width: 16px
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
	background: #fff;
	border-radius: 50%;
	color: #1e1e1e;
	height: inherit;
	min-width: 16px !important;
	padding: 2px;
	position: relative;
	width: inherit
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
	height: 100%;
	width: 100%
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
	border-radius: 50%;
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040;
	height: inherit;
	outline: 2px solid #0000;
	padding: 0;
	width: inherit
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
	box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 #00000040;
	outline: 1.5px solid #0000
}

.components-custom-gradient-picker__remove-control-point-wrapper {
	padding-bottom: 8px
}

.components-custom-gradient-picker__inserter {
	direction: ltr
}

.components-custom-gradient-picker__liner-gradient-indicator {
	display: inline-block;
	flex: 0 auto;
	height: 20px;
	width: 20px
}

.components-custom-gradient-picker__ui-line {
	position: relative;
	z-index: 0
}

.block-editor-dimension-control .components-base-control__field {
	align-items: center;
	display: flex
}

.block-editor-dimension-control .components-base-control__label {
	align-items: center;
	display: flex;
	margin-bottom: 0;
	margin-right: 1em
}

.block-editor-dimension-control .components-base-control__label .dashicon {
	margin-right: .5em
}

.block-editor-dimension-control.is-manual .components-base-control__label {
	width: 10em
}

body.is-dragging-components-draggable {
	cursor: move;
	cursor: grabbing !important
}

.components-draggable__invisible-drag-image {
	height: 50px;
	left: -1000px;
	position: fixed;
	width: 50px
}

.components-draggable__clone {
	background: #0000;
	padding: 0;
	pointer-events: none;
	position: fixed;
	z-index: 1000000000
}

.components-drop-zone {
	border-radius: 2px;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 40
}

.components-drop-zone.is-active {
	opacity: 1;
	visibility: visible
}

.components-drop-zone .components-drop-zone__content {
	align-items: center;
	background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	bottom: 0;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 50
}

.components-drop-zone .components-drop-zone__content-inner {
	opacity: 0;
	transform: scale(.9)
}

.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
	opacity: 1
}

@media not (prefers-reduced-motion) {
	.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content {
		transition: opacity .2s ease-in-out
	}
}

.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
	opacity: 1;
	transform: scale(1)
}

@media not (prefers-reduced-motion) {
	.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
		transition: opacity .1s ease-in-out .1s, transform .1s ease-in-out .1s
	}
}

.components-drop-zone__content-icon,
.components-drop-zone__content-text {
	display: block
}

.components-drop-zone__content-icon {
	line-height: 0;
	margin: 0 auto 8px;
	fill: currentColor;
	pointer-events: none
}

.components-drop-zone__content-text {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px
}

.components-dropdown {
	display: inline-block
}

.components-dropdown__content .components-popover__content {
	padding: 8px
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) {
	padding: 0
}

.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,
.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button {
	margin: 8px;
	width: auto
}

.components-dropdown__content [role=menuitem] {
	white-space: nowrap
}

.components-dropdown__content .components-menu-group {
	padding: 8px
}

.components-dropdown__content .components-menu-group+.components-menu-group {
	border-top: 1px solid #ccc;
	padding: 8px
}

.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group {
	border-color: #1e1e1e
}

.components-dropdown-menu__toggle {
	vertical-align: top
}

.components-dropdown-menu__menu {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	width: 100%
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item,
.components-dropdown-menu__menu .components-menu-item {
	cursor: pointer;
	outline: none;
	padding: 6px;
	white-space: nowrap;
	width: 100%
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
.components-dropdown-menu__menu .components-menu-item.has-separator {
	margin-top: 6px;
	overflow: visible;
	position: relative
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,
.components-dropdown-menu__menu .components-menu-item.has-separator:before {
	background-color: #ddd;
	box-sizing: initial;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: -3px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,
.components-dropdown-menu__menu .components-menu-item.is-active svg {
	background: #1e1e1e;
	border-radius: 1px;
	box-shadow: 0 0 0 1px #1e1e1e;
	color: #fff
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,
.components-dropdown-menu__menu .components-menu-item.is-icon-only {
	width: auto
}

.components-dropdown-menu__menu .components-menu-item__button,
.components-dropdown-menu__menu .components-menu-item__button.components-button {
	height: auto;
	min-height: 40px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: left
}

.components-duotone-picker__color-indicator:before {
	background: #0000
}

.components-duotone-picker__color-indicator>.components-button,
.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled) {
	background: linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
	color: #0000
}

.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active {
	color: #0000
}

.components-color-list-picker,
.components-color-list-picker__swatch-button {
	width: 100%
}

.components-color-list-picker__color-picker {
	margin: 8px 0
}

.components-color-list-picker__swatch-color {
	margin: 2px
}

.components-external-link {
	text-decoration: none
}

.components-external-link__contents {
	text-decoration: underline
}

.components-external-link__icon {
	font-weight: 400;
	margin-left: .5ch
}

.components-form-toggle {
	display: inline-block;
	height: 16px;
	position: relative
}

.components-form-toggle .components-form-toggle__track {
	background-color: #fff;
	border: 1px solid #949494;
	border-radius: 8px;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	height: 16px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 32px
}

@media not (prefers-reduced-motion) {
	.components-form-toggle .components-form-toggle__track {
		transition: background-color .2s ease, border-color .2s ease
	}
}

.components-form-toggle .components-form-toggle__track:after {
	border-top: 16px solid #0000;
	box-sizing: border-box;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute
}

@media not (prefers-reduced-motion) {
	.components-form-toggle .components-form-toggle__track:after {
		transition: opacity .2s ease
	}
}

.components-form-toggle .components-form-toggle__thumb {
	background-color: #1e1e1e;
	border: 6px solid #0000;
	border-radius: 50%;
	box-shadow: 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003;
	box-sizing: border-box;
	display: block;
	height: 12px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 12px
}

@media not (prefers-reduced-motion) {
	.components-form-toggle .components-form-toggle__thumb {
		transition: transform .2s ease, background-color .2s ease-out
	}
}

.components-form-toggle.is-checked .components-form-toggle__track {
	background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-form-toggle.is-checked .components-form-toggle__track:after {
	opacity: 1
}

.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline: 2px solid #0000;
	outline-offset: 2px
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
	background-color: #fff;
	border-width: 0;
	transform: translateX(16px)
}

.components-disabled .components-form-toggle,
.components-form-toggle.is-disabled {
	opacity: .3
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
	border: none;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
	background: none
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
	content: ""
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled, [aria-disabled=true]) {
	cursor: pointer
}

.components-form-token-field__input-container {
	border: 1px solid #949494;
	border-radius: 2px;
	box-shadow: 0 0 0 #0000;
	cursor: text;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 16px;
	line-height: normal;
	padding: 0;
	width: 100%
}

@media not (prefers-reduced-motion) {
	.components-form-token-field__input-container {
		transition: box-shadow .1s linear
	}
}

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

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

.components-form-token-field__input-container::-webkit-input-placeholder {
	color: #1e1e1e9e
}

.components-form-token-field__input-container::-moz-placeholder {
	color: #1e1e1e9e
}

.components-form-token-field__input-container:-ms-input-placeholder {
	color: #1e1e1e9e
}

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

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

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

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

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

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

.components-form-token-field__token {
	color: #1e1e1e;
	display: flex;
	font-size: 13px;
	max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
	background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
	background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
	color: #757575
}

.components-form-token-field__token.is-borderless {
	padding: 0 24px 0 0;
	position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
	background: #0000
}

.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text {
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
	background: #0000;
	color: #757575;
	position: absolute;
	right: 0;
	top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
	color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
	color: #cc1818;
	padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
	color: #1e1e1e
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
	background: #ddd;
	display: inline-block;
	height: auto;
	min-width: unset
}

@media not (prefers-reduced-motion) {

	.components-form-token-field__remove-token.components-button,
	.components-form-token-field__token-text {
		transition: all .2s cubic-bezier(.4, 1, .4, 1)
	}
}

.components-form-token-field__token-text {
	border-radius: 1px 0 0 1px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
	border-radius: 0 1px 1px 0;
	color: #1e1e1e;
	line-height: 10px;
	overflow: initial
}

.components-form-token-field__remove-token.components-button:hover:not(:disabled) {
	color: #1e1e1e
}

.components-form-token-field__suggestions-list {
	box-shadow: inset 0 1px 0 0 #949494;
	flex: 1 0 100%;
	list-style: none;
	margin: 0;
	max-height: 128px;
	min-width: 100%;
	overflow-y: auto;
	padding: 0
}

@media not (prefers-reduced-motion) {
	.components-form-token-field__suggestions-list {
		transition: all .15s ease-in-out
	}
}

.components-form-token-field__suggestion {
	box-sizing: border-box;
	color: #1e1e1e;
	display: block;
	font-size: 13px;
	margin: 0;
	min-height: 32px;
	padding: 8px 12px
}

.components-form-token-field__suggestion.is-selected {
	background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	color: #fff
}

.components-form-token-field__suggestion[aria-disabled=true] {
	color: #949494;
	pointer-events: none
}

.components-form-token-field__suggestion[aria-disabled=true].is-selected {
	background-color: rgba(var(--wp-components-color-accent--rgb, var(--wp-admin-theme-color--rgb)), .04)
}

.components-form-token-field__suggestion:not(.is-empty) {
	cursor: pointer
}

@media (min-width:600px) {
	.components-guide {
		width: 600px
	}
}

.components-guide .components-modal__content {
	margin-top: 0;
	padding: 0
}

.components-guide .components-modal__content:before {
	content: none
}

.components-guide .components-modal__header {
	border-bottom: none;
	height: 60px;
	padding: 0;
	position: sticky
}

.components-guide .components-modal__header .components-button {
	align-self: flex-start;
	margin: 8px 8px 0 0;
	position: static
}

.components-guide .components-modal__header .components-button:hover svg {
	fill: #fff
}

.components-guide .components-guide__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: -60px;
	min-height: 100%
}

.components-guide .components-guide__page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative
}

@media (min-width:600px) {
	.components-guide .components-guide__page {
		min-height: 300px
	}
}

.components-guide .components-guide__footer {
	align-content: center;
	display: flex;
	height: 36px;
	justify-content: center;
	margin: 0 0 24px;
	padding: 0 32px;
	position: relative;
	width: 100%
}

.components-guide .components-guide__page-control {
	margin: 0;
	text-align: center
}

.components-guide .components-guide__page-control li {
	display: inline-block;
	margin: 0
}

.components-guide .components-guide__page-control .components-button {
	color: #e0e0e0;
	margin: -6px 0
}

.components-guide .components-guide__page-control li[aria-current=step] .components-button {
	color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-modal__frame.components-guide {
	border: none;
	max-height: 575px;
	min-width: 312px
}

@media (max-width:600px) {
	.components-modal__frame.components-guide {
		margin: auto;
		max-width: calc(100vw - 32px)
	}
}

.components-button.components-guide__back-button,
.components-button.components-guide__finish-button,
.components-button.components-guide__forward-button {
	position: absolute
}

.components-button.components-guide__back-button {
	left: 32px
}

.components-button.components-guide__finish-button,
.components-button.components-guide__forward-button {
	right: 32px
}

[role=region] {
	position: relative
}

.is-focusing-regions [role=region]:focus:after,
[role=region].interface-interface-skeleton__content:focus-visible:after {
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000000
}

.is-focusing-regions .editor-post-publish-panel,
.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,
.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,
.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,
.is-focusing-regions [role=region]:focus:after,
.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,
[role=region].interface-interface-skeleton__content:focus-visible:after {
	outline-color: var(--wp-admin-theme-color);
	outline-offset: calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);
	outline-style: solid;
	outline-width: calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)
}

.components-menu-group+.components-menu-group {
	border-top: 1px solid #1e1e1e;
	padding-top: 8px
}

.components-menu-group+.components-menu-group.has-hidden-separator {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}

.components-menu-group:has(>div:empty) {
	display: none
}

.components-menu-group__label {
	color: #757575;
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 12px;
	margin-top: 4px;
	padding: 0 8px;
	text-transform: uppercase;
	white-space: nowrap
}

.components-menu-item__button,
.components-menu-item__button.components-button {
	width: 100%
}

.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
	box-sizing: initial;
	padding-right: 48px
}

.components-menu-item__button .components-menu-items__item-icon,
.components-menu-item__button.components-button .components-menu-items__item-icon {
	display: inline-block;
	flex: 0 0 auto
}

.components-menu-item__button .components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
	margin-left: 24px;
	margin-right: -2px
}

.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right {
	margin-left: 8px
}

.components-menu-item__button .block-editor-block-icon,
.components-menu-item__button.components-button .block-editor-block-icon {
	margin-left: -2px;
	margin-right: 8px
}

.components-menu-item__button.components-button.is-primary,
.components-menu-item__button.is-primary {
	justify-content: center
}

.components-menu-item__button.components-button.is-primary .components-menu-item__item,
.components-menu-item__button.is-primary .components-menu-item__item {
	margin-right: 0
}

.components-menu-item__button.components-button:disabled.is-tertiary,
.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,
.components-menu-item__button:disabled.is-tertiary,
.components-menu-item__button[aria-disabled=true].is-tertiary {
	background: none;
	color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
	opacity: .3
}

.components-menu-item__info-wrapper {
	display: flex;
	flex-direction: column;
	margin-right: auto
}

.components-menu-item__info {
	color: #757575;
	font-size: 12px;
	margin-top: 4px;
	white-space: normal
}

.components-menu-item__item {
	align-items: center;
	display: inline-flex;
	margin-right: auto;
	min-width: 160px;
	white-space: nowrap
}

.components-menu-item__shortcut {
	align-self: center;
	color: currentColor;
	display: none;
	margin-left: auto;
	margin-right: 0;
	padding-left: 24px
}

@media (min-width:480px) {
	.components-menu-item__shortcut {
		display: inline
	}
}

.components-menu-items-choice,
.components-menu-items-choice.components-button {
	height: auto;
	min-height: 40px
}

.components-menu-items-choice svg,
.components-menu-items-choice.components-button svg {
	margin-right: 12px
}

.components-menu-items-choice.components-button.has-icon,
.components-menu-items-choice.has-icon {
	padding-left: 12px
}

.components-modal__screen-overlay {
	background-color: #00000059;
	bottom: 0;
	display: flex;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000
}

@keyframes __wp-base-styles-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@media not (prefers-reduced-motion) {
	.components-modal__screen-overlay {
		animation: __wp-base-styles-fade-in .08s linear 0s;
		animation-fill-mode: forwards
	}
}

@keyframes __wp-base-styles-fade-out {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@media not (prefers-reduced-motion) {
	.components-modal__screen-overlay.is-animating-out {
		animation: __wp-base-styles-fade-out .08s linear 80ms;
		animation-fill-mode: forwards
	}
}

.components-modal__frame {
	animation-fill-mode: forwards;
	animation-name: components-modal__appear-animation;
	animation-timing-function: cubic-bezier(.29, 0, 0, 1);
	background: #fff;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 5px 15px #00000014, 0 15px 27px #00000012, 0 30px 36px #0000000a, 0 50px 43px #00000005;
	box-sizing: border-box;
	display: flex;
	margin: 40px 0 0;
	overflow: hidden;
	width: 100%
}

.components-modal__frame *,
.components-modal__frame :after,
.components-modal__frame :before {
	box-sizing: inherit
}

@media not (prefers-reduced-motion) {
	.components-modal__frame {
		animation-duration: var(--modal-frame-animation-duration)
	}
}

.components-modal__screen-overlay.is-animating-out .components-modal__frame {
	animation-name: components-modal__disappear-animation;
	animation-timing-function: cubic-bezier(1, 0, .2, 1)
}

@media (min-width:600px) {
	.components-modal__frame {
		border-radius: 8px;
		margin: auto;
		max-height: calc(100% - 120px);
		max-width: calc(100% - 32px);
		min-width: 350px;
		width: auto
	}
}

@media (min-width:600px) and (min-width:600px) {
	.components-modal__frame.is-full-screen {
		height: calc(100% - 32px);
		max-height: none;
		width: calc(100% - 32px)
	}
}

@media (min-width:600px) and (min-width:782px) {
	.components-modal__frame.is-full-screen {
		height: calc(100% - 80px);
		max-width: none;
		width: calc(100% - 80px)
	}
}

@media (min-width:600px) {

	.components-modal__frame.has-size-large,
	.components-modal__frame.has-size-medium,
	.components-modal__frame.has-size-small {
		width: 100%
	}

	.components-modal__frame.has-size-small {
		max-width: 384px
	}

	.components-modal__frame.has-size-medium {
		max-width: 512px
	}

	.components-modal__frame.has-size-large {
		max-width: 840px
	}
}

@media (min-width:960px) {
	.components-modal__frame {
		max-height: 70%
	}
}

@keyframes components-modal__appear-animation {
	0% {
		opacity: 0;
		transform: scale(.9)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes components-modal__disappear-animation {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	to {
		opacity: 0;
		transform: scale(.9)
	}
}

.components-modal__header {
	align-items: center;
	border-bottom: 1px solid #0000;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: 72px;
	justify-content: space-between;
	left: 0;
	padding: 24px 32px 8px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.components-modal__header .components-modal__header-heading {
	font-size: 1.2rem;
	font-weight: 600
}

.components-modal__header h1 {
	line-height: 1;
	margin: 0
}

.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
	border-bottom-color: #ddd
}

.components-modal__header+p {
	margin-top: 0
}

.components-modal__header-heading-container {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	justify-content: left
}

.components-modal__header-icon-container {
	display: inline-block
}

.components-modal__header-icon-container svg {
	max-height: 36px;
	max-width: 36px;
	padding: 8px
}

.components-modal__content {
	flex: 1;
	margin-top: 72px;
	overflow: auto;
	padding: 4px 32px 32px
}

.components-modal__content.hide-header {
	margin-top: 0;
	padding-top: 32px
}

.components-modal__content.is-scrollable:focus-visible {
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline: 2px solid #0000;
	outline-offset: -2px
}

.components-notice {
	align-items: center;
	background-color: #fff;
	border-left: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	color: #1e1e1e;
	display: flex;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	padding: 8px 12px
}

.components-notice.is-dismissible {
	position: relative
}

.components-notice.is-success {
	background-color: #eff9f1;
	border-left-color: #4ab866
}

.components-notice.is-warning {
	background-color: #fef8ee;
	border-left-color: #f0b849
}

.components-notice.is-error {
	background-color: #f4a2a2;
	border-left-color: #cc1818
}

.components-notice__content {
	flex-grow: 1;
	margin: 4px 25px 4px 0
}

.components-notice__actions {
	display: flex;
	flex-wrap: wrap
}

.components-notice__action.components-button {
	margin-right: 8px
}

.components-notice__action.components-button,
.components-notice__action.components-button.is-link {
	margin-left: 12px
}

.components-notice__action.components-button.is-secondary {
	vertical-align: initial
}

.components-notice__dismiss {
	align-self: flex-start;
	color: #757575;
	flex-shrink: 0
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
	background-color: initial;
	color: #1e1e1e
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
	box-shadow: none
}

.components-notice-list {
	box-sizing: border-box;
	max-width: 100vw
}

.components-notice-list .components-notice__content {
	line-height: 2;
	margin-bottom: 12px;
	margin-top: 12px
}

.components-notice-list .components-notice__action.components-button {
	display: block;
	margin-left: 0;
	margin-top: 8px
}

.components-panel {
	background: #fff;
	border: 1px solid #e0e0e0
}

.components-panel>.components-panel__body:first-child,
.components-panel>.components-panel__header:first-child {
	margin-top: -1px
}

.components-panel>.components-panel__body:last-child,
.components-panel>.components-panel__header:last-child {
	border-bottom-width: 0
}

.components-panel+.components-panel {
	margin-top: -1px
}

.components-panel__body {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0
}

.components-panel__body h3 {
	margin: 0 0 .5em
}

.components-panel__body.is-opened {
	padding: 16px
}

.components-panel__header {
	align-items: center;
	border-bottom: 1px solid #ddd;
	box-sizing: initial;
	display: flex;
	flex-shrink: 0;
	height: 47px;
	justify-content: space-between;
	padding: 0 16px
}

.components-panel__header h2 {
	color: inherit;
	font-size: inherit;
	margin: 0
}

.components-panel__body+.components-panel__body,
.components-panel__body+.components-panel__header,
.components-panel__header+.components-panel__body,
.components-panel__header+.components-panel__header {
	margin-top: -1px
}

.components-panel__body>.components-panel__body-title {
	display: block;
	font-size: inherit;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

@media not (prefers-reduced-motion) {
	.components-panel__body>.components-panel__body-title {
		transition: background .1s ease-in-out
	}
}

.components-panel__body.is-opened>.components-panel__body-title {
	margin: -16px -16px 5px
}

.components-panel__body>.components-panel__body-title:hover {
	background: #f0f0f0;
	border: none
}

.components-panel__body-toggle.components-button {
	border: none;
	box-shadow: none;
	color: #1e1e1e;
	font-weight: 500;
	height: auto;
	outline: none;
	padding: 16px 48px 16px 16px;
	position: relative;
	text-align: left;
	width: 100%
}

@media not (prefers-reduced-motion) {
	.components-panel__body-toggle.components-button {
		transition: background .1s ease-in-out
	}
}

.components-panel__body-toggle.components-button:focus {
	border-radius: 0;
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-panel__body-toggle.components-button .components-panel__arrow {
	color: #1e1e1e;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	fill: currentColor
}

@media not (prefers-reduced-motion) {
	.components-panel__body-toggle.components-button .components-panel__arrow {
		transition: color .1s ease-in-out
	}
}

body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
	-ms-filter: fliph;
	filter: FlipH;
	margin-top: -10px;
	transform: scaleX(-1)
}

.components-panel__icon {
	color: #757575;
	margin: -2px 0 -2px 6px
}

.components-panel__body-toggle-icon {
	margin-right: -5px
}

.components-panel__color-title {
	float: left;
	height: 19px
}

.components-panel__row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
	min-height: 36px
}

.components-panel__row select {
	min-width: 0
}

.components-panel__row label {
	flex-shrink: 0;
	margin-right: 12px;
	max-width: 75%
}

.components-panel__row:empty,
.components-panel__row:first-of-type {
	margin-top: 0
}

.components-panel .circle-picker {
	padding-bottom: 20px
}

.components-placeholder.components-placeholder {
	align-items: flex-start;
	box-sizing: border-box;
	color: #1e1e1e;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 16px;
	margin: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	width: 100%;
	-moz-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px #1e1e1e;
	outline: 1px solid #0000
}

.components-placeholder__error,
.components-placeholder__fieldset,
.components-placeholder__instructions,
.components-placeholder__label {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	text-transform: none
}

.components-placeholder__label {
	align-items: center;
	display: flex;
	font-weight: 600
}

.components-placeholder__label .block-editor-block-icon,
.components-placeholder__label .dashicon,
.components-placeholder__label>svg {
	margin-right: 4px;
	fill: currentColor
}

@media (forced-colors:active) {

	.components-placeholder__label .block-editor-block-icon,
	.components-placeholder__label .dashicon,
	.components-placeholder__label>svg {
		fill: CanvasText
	}
}

.components-placeholder__label:empty {
	display: none
}

.components-placeholder__fieldset,
.components-placeholder__fieldset form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
	width: 100%
}

.components-placeholder__fieldset form p,
.components-placeholder__fieldset p {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px
}

.components-placeholder__fieldset.is-column-layout,
.components-placeholder__fieldset.is-column-layout form {
	flex-direction: column
}

.components-placeholder__input[type=url] {
	border: 1px solid #949494;
	border-radius: 2px;
	box-shadow: 0 0 0 #0000;
	flex: 1 1 auto;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 16px;
	line-height: normal;
	padding: 6px 8px
}

@media not (prefers-reduced-motion) {
	.components-placeholder__input[type=url] {
		transition: box-shadow .1s linear
	}
}

@media (min-width:600px) {
	.components-placeholder__input[type=url] {
		font-size: 13px;
		line-height: normal
	}
}

.components-placeholder__input[type=url]:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
	outline: 2px solid #0000
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
	color: #1e1e1e9e
}

.components-placeholder__input[type=url]::-moz-placeholder {
	color: #1e1e1e9e
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
	color: #1e1e1e9e
}

.components-placeholder__error {
	gap: 8px;
	width: 100%
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link {
	margin-left: 10px;
	margin-right: 10px
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child {
	margin-right: 0
}

.components-placeholder.is-medium .components-placeholder__instructions,
.components-placeholder.is-small .components-placeholder__instructions {
	display: none
}

.components-placeholder.is-medium .components-placeholder__fieldset,
.components-placeholder.is-medium .components-placeholder__fieldset form,
.components-placeholder.is-small .components-placeholder__fieldset,
.components-placeholder.is-small .components-placeholder__fieldset form {
	flex-direction: column
}

.components-placeholder.is-medium .components-button,
.components-placeholder.is-medium .components-placeholder__fieldset>*,
.components-placeholder.is-small .components-button,
.components-placeholder.is-small .components-placeholder__fieldset>* {
	justify-content: center;
	width: 100%
}

.components-placeholder.is-small {
	padding: 16px
}

.components-placeholder.has-illustration {
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	backface-visibility: hidden;
	background-color: initial;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	display: flex;
	overflow: hidden
}

.is-dark-theme .components-placeholder.has-illustration {
	background-color: #0000001a
}

.components-placeholder.has-illustration .components-placeholder__fieldset {
	margin-left: 0;
	margin-right: 0
}

.components-placeholder.has-illustration .components-button,
.components-placeholder.has-illustration .components-placeholder__instructions,
.components-placeholder.has-illustration .components-placeholder__label {
	opacity: 0;
	pointer-events: none
}

@media not (prefers-reduced-motion) {

	.components-placeholder.has-illustration .components-button,
	.components-placeholder.has-illustration .components-placeholder__instructions,
	.components-placeholder.has-illustration .components-placeholder__label {
		transition: opacity .1s linear
	}
}

.is-selected>.components-placeholder.has-illustration .components-button,
.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,
.is-selected>.components-placeholder.has-illustration .components-placeholder__label {
	opacity: 1;
	pointer-events: auto
}

.components-placeholder.has-illustration:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .1;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.is-selected .components-placeholder.has-illustration {
	overflow: auto
}

.components-placeholder__preview {
	display: flex;
	justify-content: center
}

.components-placeholder__illustration {
	box-sizing: initial;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	stroke: currentColor;
	opacity: .25
}

.components-popover {
	box-sizing: border-box;
	will-change: transform;
	z-index: 1000000
}

.components-popover *,
.components-popover :after,
.components-popover :before {
	box-sizing: inherit
}

.components-popover.is-expanded {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000000 !important
}

.components-popover__content {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #ccc, 0 2px 3px #0000000d, 0 4px 5px #0000000a, 0 12px 12px #00000008, 0 16px 16px #00000005;
	box-sizing: border-box;
	width: min-content
}

.is-alternate .components-popover__content {
	border-radius: 2px;
	box-shadow: 0 0 0 1px #1e1e1e
}

.is-unstyled .components-popover__content {
	background: none;
	border-radius: 0;
	box-shadow: none
}

.components-popover.is-expanded .components-popover__content {
	box-shadow: 0 -1px 0 0 #ccc;
	height: calc(100% - 48px);
	overflow-y: visible;
	position: static;
	width: auto
}

.components-popover.is-expanded.is-alternate .components-popover__content {
	box-shadow: 0 -1px 0 #1e1e1e
}

.components-popover__header {
	align-items: center;
	background: #fff;
	display: flex;
	height: 48px;
	justify-content: space-between;
	padding: 0 8px 0 16px
}

.components-popover__header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.components-popover__close.components-button {
	z-index: 5
}

.components-popover__arrow {
	display: flex;
	height: 14px;
	pointer-events: none;
	position: absolute;
	width: 14px
}

.components-popover__arrow:before {
	background-color: #fff;
	content: "";
	height: 2px;
	left: 1px;
	position: absolute;
	right: 1px;
	top: -1px
}

.components-popover__arrow.is-top {
	bottom: -14px !important;
	transform: rotate(0)
}

.components-popover__arrow.is-right {
	left: -14px !important;
	transform: rotate(90deg)
}

.components-popover__arrow.is-bottom {
	top: -14px !important;
	transform: rotate(180deg)
}

.components-popover__arrow.is-left {
	right: -14px !important;
	transform: rotate(-90deg)
}

.components-popover__triangle {
	display: block;
	flex: 1
}

.components-popover__triangle-bg {
	fill: #fff
}

.components-popover__triangle-border {
	fill: #0000;
	stroke-width: 1px;
	stroke: #ccc
}

.is-alternate .components-popover__triangle-border {
	stroke: #1e1e1e
}

.components-radio-control {
	border: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0
}

.components-radio-control__group-wrapper.has-help {
	margin-block-end: 12px
}

.components-radio-control__option {
	align-items: center;
	column-gap: 8px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto minmax(0, max-content)
}

.components-radio-control__input[type=radio] {
	appearance: none;
	border: 1px solid #1e1e1e;
	border-radius: 2px;
	border-radius: 50%;
	box-shadow: 0 0 0 #0000;
	cursor: pointer;
	display: inline-flex;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 16px;
	grid-column: 1;
	grid-row: 1;
	height: 24px;
	line-height: normal;
	margin: 0;
	max-width: 24px;
	min-width: 24px;
	padding: 0;
	position: relative;
	transition: none;
	width: 24px
}

@media not (prefers-reduced-motion) {
	.components-radio-control__input[type=radio] {
		transition: box-shadow .1s linear
	}
}

@media (min-width:600px) {
	.components-radio-control__input[type=radio] {
		font-size: 13px;
		line-height: normal
	}
}

.components-radio-control__input[type=radio]:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
	color: #1e1e1e9e
}

.components-radio-control__input[type=radio]::-moz-placeholder {
	color: #1e1e1e9e
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
	color: #1e1e1e9e
}

@media (min-width:600px) {
	.components-radio-control__input[type=radio] {
		height: 16px;
		max-width: 16px;
		min-width: 16px;
		width: 16px
	}
}

.components-radio-control__input[type=radio]:checked:before {
	background-color: #fff;
	border: 4px solid #fff;
	box-sizing: inherit;
	height: 12px;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px
}

@media (min-width:600px) {
	.components-radio-control__input[type=radio]:checked:before {
		height: 8px;
		width: 8px
	}
}

.components-radio-control__input[type=radio]:focus {
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color)
}

.components-radio-control__input[type=radio]:checked {
	background: var(--wp-admin-theme-color);
	border: none
}

.components-radio-control__input[type=radio]:focus {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
	outline: 2px solid #0000;
	outline-offset: 2px
}

.components-radio-control__input[type=radio]:checked {
	background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-radio-control__input[type=radio]:checked:before {
	border-radius: 50%;
	content: ""
}

.components-radio-control__label {
	cursor: pointer;
	grid-column: 2;
	grid-row: 1;
	line-height: 24px
}

@media (min-width:600px) {
	.components-radio-control__label {
		line-height: 16px
	}
}

.components-radio-control__option-description {
	grid-column: 2;
	grid-row: 2;
	padding-block-start: 4px
}

.components-radio-control__option-description.components-radio-control__option-description {
	margin-top: 0
}

.components-resizable-box__handle {
	display: none;
	height: 23px;
	width: 23px;
	z-index: 2
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
	display: block
}

.components-resizable-box__handle>div {
	height: 100%;
	outline: none;
	position: relative;
	width: 100%;
	z-index: 2
}

.components-resizable-box__container>img {
	width: inherit
}

.components-resizable-box__handle:after {
	background: #fff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)), 0 1px 1px #00000008, 0 1px 2px #00000005, 0 3px 3px #00000005, 0 4px 4px #00000003;
	content: "";
	cursor: inherit;
	display: block;
	height: 15px;
	outline: 2px solid #0000;
	position: absolute;
	right: calc(50% - 8px);
	top: calc(50% - 8px);
	width: 15px
}

.components-resizable-box__side-handle:before {
	background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	border-radius: 9999px;
	content: "";
	cursor: inherit;
	display: block;
	height: 3px;
	opacity: 0;
	position: absolute;
	right: calc(50% - 1px);
	top: calc(50% - 1px);
	width: 3px
}

@media not (prefers-reduced-motion) {
	.components-resizable-box__side-handle:before {
		transition: transform .1s ease-in;
		will-change: transform
	}
}

.components-resizable-box__corner-handle,
.components-resizable-box__side-handle {
	z-index: 2
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top,
.components-resizable-box__side-handle.components-resizable-box__handle-top:before {
	border-left: 0;
	border-right: 0;
	left: 0;
	width: 100%
}

.components-resizable-box__side-handle.components-resizable-box__handle-left,
.components-resizable-box__side-handle.components-resizable-box__handle-left:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right,
.components-resizable-box__side-handle.components-resizable-box__handle-right:before {
	border-bottom: 0;
	border-top: 0;
	height: 100%;
	top: 0
}

@media not (prefers-reduced-motion) {

	.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
	.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
	.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
	.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
		animation: components-resizable-box__top-bottom-animation .1s ease-out 0s;
		animation-fill-mode: forwards
	}

	.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
	.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
	.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
	.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
		animation: components-resizable-box__left-right-animation .1s ease-out 0s;
		animation-fill-mode: forwards
	}
}

@media not all and (min-resolution:0.001dpcm) {
	@supports (-webkit-appearance:none) {

		.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
		.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
		.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
		.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
		.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
		.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,
		.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
		.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
			animation: none
		}
	}
}

@keyframes components-resizable-box__top-bottom-animation {
	0% {
		opacity: 0;
		transform: scaleX(0)
	}

	to {
		opacity: 1;
		transform: scaleX(1)
	}
}

@keyframes components-resizable-box__left-right-animation {
	0% {
		opacity: 0;
		transform: scaleY(0)
	}

	to {
		opacity: 1;
		transform: scaleY(1)
	}
}

/*!rtl:begin:ignore*/
.components-resizable-box__handle-right {
	right: -11.5px
}

.components-resizable-box__handle-left {
	left: -11.5px
}

.components-resizable-box__handle-top {
	top: -11.5px
}

.components-resizable-box__handle-bottom {
	bottom: -11.5px
}

/*!rtl:end:ignore*/
.components-responsive-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 100%;
	position: relative
}

.components-responsive-wrapper__content {
	display: block;
	max-width: 100%;
	width: 100%
}

.components-sandbox {
	overflow: hidden
}

iframe.components-sandbox {
	width: 100%
}

body.lockscroll,
html.lockscroll {
	overflow: hidden
}

.components-select-control__input {
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
}

@media (max-width:782px) {
	.components-base-control .components-base-control__field .components-select-control__input {
		font-size: 16px
	}
}

.components-snackbar {
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background: #000000d9;
	border-radius: 4px;
	box-shadow: 0 1px 2px #0000000d, 0 2px 3px #0000000a, 0 6px 6px #00000008, 0 8px 8px #00000005;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	max-width: 600px;
	padding: 12px 20px;
	pointer-events: auto;
	width: 100%
}

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

.components-snackbar:focus {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

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

.components-snackbar .components-snackbar__content-with-icon {
	padding-left: 24px;
	position: relative
}

.components-snackbar .components-snackbar__icon {
	left: -8px;
	position: absolute;
	top: -2.9px
}

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

.components-snackbar__action.components-button {
	color: #fff;
	flex-shrink: 0;
	margin-left: 32px
}

.components-snackbar__action.components-button:focus {
	box-shadow: none;
	outline: 1px dotted #fff
}

.components-snackbar__action.components-button:hover {
	color: currentColor;
	text-decoration: none
}

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

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

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

.components-tab-panel__tabs {
	align-items: stretch;
	display: flex;
	flex-direction: row
}

.components-tab-panel__tabs[aria-orientation=vertical] {
	flex-direction: column
}

.components-tab-panel__tabs-item {
	background: #0000;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	font-weight: 500;
	height: 48px !important;
	margin-left: 0;
	padding: 3px 16px;
	position: relative
}

.components-tab-panel__tabs-item:focus:not(:disabled) {
	box-shadow: none;
	outline: none;
	position: relative
}

.components-tab-panel__tabs-item:after {
	background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	border-radius: 0;
	bottom: 0;
	content: "";
	height: calc(var(--wp-admin-border-width-focus)*0);
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0
}

@media not (prefers-reduced-motion) {
	.components-tab-panel__tabs-item:after {
		transition: all .1s linear
	}
}

.components-tab-panel__tabs-item.is-active:after {
	height: calc(var(--wp-admin-border-width-focus)*1);
	outline: 2px solid #0000;
	outline-offset: -1px
}

.components-tab-panel__tabs-item:before {
	border-radius: 2px;
	bottom: 12px;
	box-shadow: 0 0 0 0 #0000;
	content: "";
	left: 12px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 12px
}

@media not (prefers-reduced-motion) {
	.components-tab-panel__tabs-item:before {
		transition: all .1s linear
	}
}

.components-tab-panel__tabs-item:focus-visible:before {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline: 2px solid #0000
}

.components-tab-panel__tab-content:focus {
	box-shadow: none;
	outline: none
}

.components-tab-panel__tab-content:focus-visible {
	box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	outline: 2px solid #0000;
	outline-offset: 0
}

.components-text-control__input,
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=datetime],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number],
.components-text-control__input[type=password],
.components-text-control__input[type=tel],
.components-text-control__input[type=text],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week] {
	border: 1px solid #949494;
	border-radius: 2px;
	box-shadow: 0 0 0 #0000;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 16px;
	height: 32px;
	line-height: normal;
	margin: 0;
	padding: 6px 8px;
	width: 100%
}

@media not (prefers-reduced-motion) {

	.components-text-control__input,
	.components-text-control__input[type=color],
	.components-text-control__input[type=date],
	.components-text-control__input[type=datetime-local],
	.components-text-control__input[type=datetime],
	.components-text-control__input[type=email],
	.components-text-control__input[type=month],
	.components-text-control__input[type=number],
	.components-text-control__input[type=password],
	.components-text-control__input[type=tel],
	.components-text-control__input[type=text],
	.components-text-control__input[type=time],
	.components-text-control__input[type=url],
	.components-text-control__input[type=week] {
		transition: box-shadow .1s linear
	}
}

@media (min-width:600px) {

	.components-text-control__input,
	.components-text-control__input[type=color],
	.components-text-control__input[type=date],
	.components-text-control__input[type=datetime-local],
	.components-text-control__input[type=datetime],
	.components-text-control__input[type=email],
	.components-text-control__input[type=month],
	.components-text-control__input[type=number],
	.components-text-control__input[type=password],
	.components-text-control__input[type=tel],
	.components-text-control__input[type=text],
	.components-text-control__input[type=time],
	.components-text-control__input[type=url],
	.components-text-control__input[type=week] {
		font-size: 13px;
		line-height: normal
	}
}

.components-text-control__input:focus,
.components-text-control__input[type=color]:focus,
.components-text-control__input[type=date]:focus,
.components-text-control__input[type=datetime-local]:focus,
.components-text-control__input[type=datetime]:focus,
.components-text-control__input[type=email]:focus,
.components-text-control__input[type=month]:focus,
.components-text-control__input[type=number]:focus,
.components-text-control__input[type=password]:focus,
.components-text-control__input[type=tel]:focus,
.components-text-control__input[type=text]:focus,
.components-text-control__input[type=time]:focus,
.components-text-control__input[type=url]:focus,
.components-text-control__input[type=week]:focus {
	border-color: var(--wp-admin-theme-color);
	box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
	outline: 2px solid #0000
}

.components-text-control__input::-webkit-input-placeholder,
.components-text-control__input[type=color]::-webkit-input-placeholder,
.components-text-control__input[type=date]::-webkit-input-placeholder,
.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,
.components-text-control__input[type=datetime]::-webkit-input-placeholder,
.components-text-control__input[type=email]::-webkit-input-placeholder,
.components-text-control__input[type=month]::-webkit-input-placeholder,
.components-text-control__input[type=number]::-webkit-input-placeholder,
.components-text-control__input[type=password]::-webkit-input-placeholder,
.components-text-control__input[type=tel]::-webkit-input-placeholder,
.components-text-control__input[type=text]::-webkit-input-placeholder,
.components-text-control__input[type=time]::-webkit-input-placeholder,
.components-text-control__input[type=url]::-webkit-input-placeholder,
.components-text-control__input[type=week]::-webkit-input-placeholder {
	color: #1e1e1e9e
}

.components-text-control__input::-moz-placeholder,
.components-text-control__input[type=color]::-moz-placeholder,
.components-text-control__input[type=date]::-moz-placeholder,
.components-text-control__input[type=datetime-local]::-moz-placeholder,
.components-text-control__input[type=datetime]::-moz-placeholder,
.components-text-control__input[type=email]::-moz-placeholder,
.components-text-control__input[type=month]::-moz-placeholder,
.components-text-control__input[type=number]::-moz-placeholder,
.components-text-control__input[type=password]::-moz-placeholder,
.components-text-control__input[type=tel]::-moz-placeholder,
.components-text-control__input[type=text]::-moz-placeholder,
.components-text-control__input[type=time]::-moz-placeholder,
.components-text-control__input[type=url]::-moz-placeholder,
.components-text-control__input[type=week]::-moz-placeholder {
	color: #1e1e1e9e
}

.components-text-control__input:-ms-input-placeholder,
.components-text-control__input[type=color]:-ms-input-placeholder,
.components-text-control__input[type=date]:-ms-input-placeholder,
.components-text-control__input[type=datetime-local]:-ms-input-placeholder,
.components-text-control__input[type=datetime]:-ms-input-placeholder,
.components-text-control__input[type=email]:-ms-input-placeholder,
.components-text-control__input[type=month]:-ms-input-placeholder,
.components-text-control__input[type=number]:-ms-input-placeholder,
.components-text-control__input[type=password]:-ms-input-placeholder,
.components-text-control__input[type=tel]:-ms-input-placeholder,
.components-text-control__input[type=text]:-ms-input-placeholder,
.components-text-control__input[type=time]:-ms-input-placeholder,
.components-text-control__input[type=url]:-ms-input-placeholder,
.components-text-control__input[type=week]:-ms-input-placeholder {
	color: #1e1e1e9e
}

.components-text-control__input.is-next-40px-default-size,
.components-text-control__input[type=color].is-next-40px-default-size,
.components-text-control__input[type=date].is-next-40px-default-size,
.components-text-control__input[type=datetime-local].is-next-40px-default-size,
.components-text-control__input[type=datetime].is-next-40px-default-size,
.components-text-control__input[type=email].is-next-40px-default-size,
.components-text-control__input[type=month].is-next-40px-default-size,
.components-text-control__input[type=number].is-next-40px-default-size,
.components-text-control__input[type=password].is-next-40px-default-size,
.components-text-control__input[type=tel].is-next-40px-default-size,
.components-text-control__input[type=text].is-next-40px-default-size,
.components-text-control__input[type=time].is-next-40px-default-size,
.components-text-control__input[type=url].is-next-40px-default-size,
.components-text-control__input[type=week].is-next-40px-default-size {
	height: 40px;
	padding-left: 12px;
	padding-right: 12px
}

.components-text-control__input[type=email],
.components-text-control__input[type=url] {
	direction: ltr
}

.components-tip {
	color: #757575;
	display: flex
}

.components-tip svg {
	align-self: center;
	fill: #f0b849;
	flex-shrink: 0;
	margin-right: 16px
}

.components-tip p {
	margin: 0
}

.components-toggle-control__label {
	line-height: 16px
}

.components-toggle-control__label:not(.is-disabled) {
	cursor: pointer
}

.components-toggle-control__help {
	display: inline-block;
	margin-inline-start: 40px
}

.components-accessible-toolbar {
	border: 1px solid #1e1e1e;
	border-radius: 2px;
	display: inline-flex;
	flex-shrink: 0
}

.components-accessible-toolbar>.components-toolbar-group:last-child {
	border-right: none
}

.components-accessible-toolbar.is-unstyled {
	border: none
}

.components-accessible-toolbar.is-unstyled>.components-toolbar-group {
	border-right: none
}

.components-accessible-toolbar[aria-orientation=vertical],
.components-toolbar[aria-orientation=vertical] {
	align-items: center;
	display: flex;
	flex-direction: column
}

.components-accessible-toolbar .components-button,
.components-toolbar .components-button {
	height: 48px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	z-index: 1
}

.components-accessible-toolbar .components-button:focus:not(:disabled),
.components-toolbar .components-button:focus:not(:disabled) {
	box-shadow: none;
	outline: none
}

.components-accessible-toolbar .components-button:before,
.components-toolbar .components-button:before {
	border-radius: 2px;
	content: "";
	display: block;
	height: 32px;
	left: 8px;
	position: absolute;
	right: 8px;
	z-index: -1
}

@media not (prefers-reduced-motion) {

	.components-accessible-toolbar .components-button:before,
	.components-toolbar .components-button:before {
		animation: components-button__appear-animation .1s ease;
		animation-fill-mode: forwards
	}
}

.components-accessible-toolbar .components-button svg,
.components-toolbar .components-button svg {
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.components-accessible-toolbar .components-button.is-pressed,
.components-accessible-toolbar .components-button.is-pressed:hover,
.components-toolbar .components-button.is-pressed,
.components-toolbar .components-button.is-pressed:hover {
	background: #0000
}

.components-accessible-toolbar .components-button.is-pressed:before,
.components-toolbar .components-button.is-pressed:before {
	background: #1e1e1e
}

.components-accessible-toolbar .components-button:focus:before,
.components-toolbar .components-button:focus:before {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
	outline: 2px solid #0000
}

.components-accessible-toolbar .components-button.has-icon.has-icon,
.components-toolbar .components-button.has-icon.has-icon {
	min-width: 48px;
	padding-left: 8px;
	padding-right: 8px
}

@keyframes components-button__appear-animation {
	0% {
		transform: scaleY(0)
	}

	to {
		transform: scaleY(1)
	}
}

.components-toolbar__control.components-button {
	position: relative
}

.components-toolbar__control.components-button[data-subscript] svg {
	padding: 5px 10px 5px 0
}

.components-toolbar__control.components-button[data-subscript]:after {
	bottom: 10px;
	content: attr(data-subscript);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 12px;
	position: absolute;
	right: 8px
}

.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
	color: #fff
}

.components-toolbar-group {
	background-color: #fff;
	border-right: 1px solid #1e1e1e;
	display: inline-flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	line-height: 0;
	min-height: 48px;
	padding-left: 6px;
	padding-right: 6px
}

.components-toolbar-group .components-toolbar-group.components-toolbar-group {
	border-width: 0;
	margin: 0
}

.components-toolbar-group .components-button.components-button,
.components-toolbar-group .components-button.has-icon.has-icon {
	justify-content: center;
	min-width: 36px;
	padding-left: 6px;
	padding-right: 6px
}

.components-toolbar-group .components-button.components-button svg,
.components-toolbar-group .components-button.has-icon.has-icon svg {
	min-width: 24px
}

.components-toolbar-group .components-button.components-button:before,
.components-toolbar-group .components-button.has-icon.has-icon:before {
	left: 2px;
	right: 2px
}

.components-toolbar {
	background-color: #fff;
	border: 1px solid #1e1e1e;
	display: inline-flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	margin: 0;
	min-height: 48px
}

.components-toolbar .components-toolbar.components-toolbar {
	border-width: 0;
	margin: 0
}

div.components-toolbar>div {
	display: flex;
	margin: 0
}

div.components-toolbar>div+div.has-left-divider {
	margin-left: 6px;
	overflow: visible;
	position: relative
}

div.components-toolbar>div+div.has-left-divider:before {
	background-color: #ddd;
	box-sizing: initial;
	content: "";
	display: inline-block;
	height: 20px;
	left: -3px;
	position: absolute;
	top: 8px;
	width: 1px
}

.components-tooltip {
	background: #000;
	border-radius: 2px;
	box-shadow: 0 1px 2px #0000000d, 0 2px 3px #0000000a, 0 6px 6px #00000008, 0 8px 8px #00000005;
	color: #f0f0f0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	padding: 4px 8px;
	text-align: center;
	z-index: 1000002
}

.components-tooltip__shortcut {
	margin-left: 8px
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform .3s ease-out, opacity .3s ease-in
}

.leaflet-cluster-spider-leg {
	transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in
}

.marker-cluster-small {
	background-color: hsla(91, 60%, 72%, .6)
}

.marker-cluster-small div {
	background-color: rgba(110, 204, 57, .6)
}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, .6)
}

.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, .6)
}

.marker-cluster-large {
	background-color: hsla(18, 97%, 72%, .6)
}

.marker-cluster-large div {
	background-color: rgba(241, 128, 23, .6)
}

.leaflet-oldie .marker-cluster-small {
	background-color: #b5e28c
}

.leaflet-oldie .marker-cluster-small div {
	background-color: #6ecc39
}

.leaflet-oldie .marker-cluster-medium {
	background-color: #f1d357
}

.leaflet-oldie .marker-cluster-medium div {
	background-color: #f0c20c
}

.leaflet-oldie .marker-cluster-large {
	background-color: #fd9c73
}

.leaflet-oldie .marker-cluster-large div {
	background-color: #f18017
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px
}

.marker-cluster div {
	border-radius: 15px;
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	width: 30px
}

.marker-cluster span {
	line-height: 30px
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane>canvas,
.leaflet-pane>svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
	left: 0;
	position: absolute;
	top: 0
}

.leaflet-container {
	overflow: hidden
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.leaflet-tile::selection {
	background: 0 0
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
	height: 1600px;
	-webkit-transform-origin: 0 0;
	width: 1600px
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block
}

.leaflet-container .leaflet-overlay-pane svg {
	max-height: none !important;
	max-width: none !important
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-height: none !important;
	max-width: none !important;
	padding: 0;
	width: auto
}

.leaflet-container img.leaflet-tile {
	mix-blend-mode: plus-lighter
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
	touch-action: none;
	touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden
}

.leaflet-tile-loaded {
	visibility: inherit
}

.leaflet-zoom-box {
	box-sizing: border-box;
	height: 0;
	width: 0;
	z-index: 800
}

.leaflet-overlay-pane svg {
	-moz-user-select: none
}

.leaflet-pane {
	z-index: 400
}

.leaflet-tile-pane {
	z-index: 200
}

.leaflet-overlay-pane {
	z-index: 400
}

.leaflet-shadow-pane {
	z-index: 500
}

.leaflet-marker-pane {
	z-index: 600
}

.leaflet-tooltip-pane {
	z-index: 650
}

.leaflet-popup-pane {
	z-index: 700
}

.leaflet-map-pane canvas {
	z-index: 100
}

.leaflet-map-pane svg {
	z-index: 200
}

.leaflet-vml-shape {
	height: 1px;
	width: 1px
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute
}

.leaflet-control {
	pointer-events: visiblePainted;
	pointer-events: auto;
	position: relative;
	z-index: 800
}

.leaflet-bottom,
.leaflet-top {
	pointer-events: none;
	position: absolute;
	z-index: 1000
}

.leaflet-top {
	top: 0
}

.leaflet-right {
	right: 0
}

.leaflet-bottom {
	bottom: 0
}

.leaflet-left {
	left: 0
}

.leaflet-control {
	clear: both;
	float: left
}

.leaflet-right .leaflet-control {
	float: right
}

.leaflet-top .leaflet-control {
	margin-top: 10px
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px
}

.leaflet-left .leaflet-control {
	margin-left: 10px
}

.leaflet-right .leaflet-control {
	margin-right: 10px
}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1
}

.leaflet-zoom-animated {
	transform-origin: 0 0
}

svg.leaflet-zoom-animated {
	will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
	transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden
}

.leaflet-interactive {
	cursor: pointer
}

.leaflet-grab {
	cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair
}

.leaflet-control,
.leaflet-popup-pane {
	cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: grabbing
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane>svg path,
.leaflet-tile-container {
	pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted;
	pointer-events: auto
}

.leaflet-container {
	background: #ddd;
	outline-offset: 1px
}

.leaflet-container a {
	color: #0078a8
}

.leaflet-zoom-box {
	background: hsla(0, 0%, 100%, .5);
	border: 2px dotted #38f
}

.leaflet-container {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5
}

.leaflet-bar {
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65)
}

.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #000;
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 26px
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50%;
	background-repeat: no-repeat;
	display: block
}

.leaflet-bar a:focus,
.leaflet-bar a:hover {
	background-color: #f4f4f4
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.leaflet-bar a.leaflet-disabled {
	background-color: #f4f4f4;
	color: #bbb;
	cursor: default
}

.leaflet-touch .leaflet-bar a {
	height: 30px;
	line-height: 30px;
	width: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: 700 18px Lucida Console, Monaco, monospace;
	text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 22px
}

.leaflet-control-layers {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4)
}

.leaflet-control-layers-toggle {
	background-image: url(https://presencepoint.com/wp-content/plugins/flexible-shipping-ups/build/images/layers.416d9136.png);
	height: 36px;
	width: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(https://presencepoint.com/wp-content/plugins/flexible-shipping-ups/build/images/layers-2x.8f2c4d11.png);
	background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
	height: 44px;
	width: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative
}

.leaflet-control-layers-expanded {
	background: #fff;
	color: #333;
	padding: 6px 10px 6px 6px
}

.leaflet-control-layers-scrollbar {
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 5px
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px
}

.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em
}

.leaflet-control-layers-separator {
	border-top: 1px solid #ddd;
	height: 0;
	margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
	background-image: url(https://presencepoint.com/wp-content/plugins/flexible-shipping-ups/build/images/marker-icon.2b3e1faf.png)
}

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: hsla(0, 0%, 100%, .8);
	margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	color: #333;
	line-height: 1.4;
	padding: 0 5px
}

.leaflet-control-attribution a {
	text-decoration: none
}

.leaflet-control-attribution a:focus,
.leaflet-control-attribution a:hover {
	text-decoration: underline
}

.leaflet-attribution-flag {
	display: inline !important;
	height: .6669em;
	vertical-align: baseline !important;
	width: 1em
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px
}

.leaflet-control-scale-line {
	background: hsla(0, 0%, 100%, .8);
	border: 2px solid #777;
	border-top: none;
	box-sizing: border-box;
	line-height: 1.1;
	padding: 2px 5px 1px;
	text-shadow: 1px 1px #fff;
	white-space: nowrap
}

.leaflet-control-scale-line:not(:first-child) {
	border-bottom: none;
	border-top: 2px solid #777;
	margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
	box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
	background-clip: padding-box;
	border: 2px solid rgba(0, 0, 0, .2)
}

.leaflet-popup {
	margin-bottom: 20px;
	position: absolute;
	text-align: center
}

.leaflet-popup-content-wrapper {
	border-radius: 12px;
	padding: 1px;
	text-align: left
}

.leaflet-popup-content {
	font-size: 13px;
	font-size: 1.08333em;
	line-height: 1.3;
	margin: 13px 24px 13px 20px;
	min-height: 1px
}

.leaflet-popup-content p {
	margin: 1.3em 0
}

.leaflet-popup-tip-container {
	height: 20px;
	left: 50%;
	margin-left: -20px;
	margin-top: -1px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 40px
}

.leaflet-popup-tip {
	height: 17px;
	margin: -10px auto 0;
	padding: 1px;
	pointer-events: auto;
	transform: rotate(45deg);
	width: 17px
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: #fff;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
	color: #333
}

.leaflet-container a.leaflet-popup-close-button {
	background: 0 0;
	border: none;
	color: #757575;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	height: 24px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 24px
}

.leaflet-container a.leaflet-popup-close-button:focus,
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #585858
}

.leaflet-popup-scrolled {
	overflow: auto
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	margin: 0 auto;
	width: 24px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999
}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666
}

.leaflet-tooltip {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	color: #222;
	padding: 6px;
	pointer-events: none;
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
	background: 0 0;
	border: 6px solid transparent;
	content: "";
	pointer-events: none;
	position: absolute
}

.leaflet-tooltip-bottom {
	margin-top: 6px
}

.leaflet-tooltip-top {
	margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px
}

.leaflet-tooltip-top:before {
	border-top-color: #fff;
	bottom: 0;
	margin-bottom: -12px
}

.leaflet-tooltip-bottom:before {
	border-bottom-color: #fff;
	margin-left: -6px;
	margin-top: -12px;
	top: 0
}

.leaflet-tooltip-left {
	margin-left: -6px
}

.leaflet-tooltip-right {
	margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	margin-top: -6px;
	top: 50%
}

.leaflet-tooltip-left:before {
	border-left-color: #fff;
	margin-right: -12px;
	right: 0
}

.leaflet-tooltip-right:before {
	border-right-color: #fff;
	left: 0;
	margin-left: -12px
}

@media print {
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		print-color-adjust: exact
	}
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform .3s ease-out, opacity .3s ease-in
}

.leaflet-cluster-spider-leg {
	transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in
}

.marker-cluster-small {
	background-color: hsla(91, 60%, 72%, .6)
}

.marker-cluster-small div {
	background-color: rgba(110, 204, 57, .6)
}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, .6)
}

.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, .6)
}

.marker-cluster-large {
	background-color: hsla(18, 97%, 72%, .6)
}

.marker-cluster-large div {
	background-color: rgba(241, 128, 23, .6)
}

.leaflet-oldie .marker-cluster-small {
	background-color: #b5e28c
}

.leaflet-oldie .marker-cluster-small div {
	background-color: #6ecc39
}

.leaflet-oldie .marker-cluster-medium {
	background-color: #f1d357
}

.leaflet-oldie .marker-cluster-medium div {
	background-color: #f0c20c
}

.leaflet-oldie .marker-cluster-large {
	background-color: #fd9c73
}

.leaflet-oldie .marker-cluster-large div {
	background-color: #f18017
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px
}

.marker-cluster div {
	border-radius: 15px;
	font: 12px Helvetica Neue, Arial, Helvetica, sans-serif;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	width: 30px
}

.marker-cluster span {
	line-height: 30px
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane>canvas,
.leaflet-pane>svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
	left: 0;
	position: absolute;
	top: 0
}

.leaflet-container {
	overflow: hidden
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none
}

.leaflet-tile::selection {
	background: 0 0
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
	height: 1600px;
	-webkit-transform-origin: 0 0;
	width: 1600px
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block
}

.leaflet-container .leaflet-overlay-pane svg {
	max-height: none !important;
	max-width: none !important
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-height: none !important;
	max-width: none !important;
	padding: 0;
	width: auto
}

.leaflet-container img.leaflet-tile {
	mix-blend-mode: plus-lighter
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
	touch-action: none;
	touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden
}

.leaflet-tile-loaded {
	visibility: inherit
}

.leaflet-zoom-box {
	box-sizing: border-box;
	height: 0;
	width: 0;
	z-index: 800
}

.leaflet-overlay-pane svg {
	-moz-user-select: none
}

.leaflet-pane {
	z-index: 400
}

.leaflet-tile-pane {
	z-index: 200
}

.leaflet-overlay-pane {
	z-index: 400
}

.leaflet-shadow-pane {
	z-index: 500
}

.leaflet-marker-pane {
	z-index: 600
}

.leaflet-tooltip-pane {
	z-index: 650
}

.leaflet-popup-pane {
	z-index: 700
}

.leaflet-map-pane canvas {
	z-index: 100
}

.leaflet-map-pane svg {
	z-index: 200
}

.leaflet-vml-shape {
	height: 1px;
	width: 1px
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute
}

.leaflet-control {
	pointer-events: visiblePainted;
	pointer-events: auto;
	position: relative;
	z-index: 800
}

.leaflet-bottom,
.leaflet-top {
	pointer-events: none;
	position: absolute;
	z-index: 1000
}

.leaflet-top {
	top: 0
}

.leaflet-right {
	right: 0
}

.leaflet-bottom {
	bottom: 0
}

.leaflet-left {
	left: 0
}

.leaflet-control {
	clear: both;
	float: left
}

.leaflet-right .leaflet-control {
	float: right
}

.leaflet-top .leaflet-control {
	margin-top: 10px
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px
}

.leaflet-left .leaflet-control {
	margin-left: 10px
}

.leaflet-right .leaflet-control {
	margin-right: 10px
}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1
}

.leaflet-zoom-animated {
	transform-origin: 0 0
}

svg.leaflet-zoom-animated {
	will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
	transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden
}

.leaflet-interactive {
	cursor: pointer
}

.leaflet-grab {
	cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair
}

.leaflet-control,
.leaflet-popup-pane {
	cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: grabbing
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane>svg path,
.leaflet-tile-container {
	pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted;
	pointer-events: auto
}

.leaflet-container {
	background: #ddd;
	outline-offset: 1px
}

.leaflet-container a {
	color: #0078a8
}

.leaflet-zoom-box {
	background: hsla(0, 0%, 100%, .5);
	border: 2px dotted #38f
}

.leaflet-container {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5
}

.leaflet-bar {
	border-radius: 4px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .65)
}

.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #000;
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	width: 26px
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50%;
	background-repeat: no-repeat;
	display: block
}

.leaflet-bar a:focus,
.leaflet-bar a:hover {
	background-color: #f4f4f4
}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.leaflet-bar a.leaflet-disabled {
	background-color: #f4f4f4;
	color: #bbb;
	cursor: default
}

.leaflet-touch .leaflet-bar a {
	height: 30px;
	line-height: 30px;
	width: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: 700 18px Lucida Console, Monaco, monospace;
	text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 22px
}

.leaflet-control-layers {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .4)
}

.leaflet-control-layers-toggle {
	background-image: url(https://presencepoint.com/wp-content/plugins/flexible-shipping-ups/build/images/layers.416d9136.png);
	height: 36px;
	width: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(https://presencepoint.com/wp-content/plugins/flexible-shipping-ups/build/images/layers-2x.8f2c4d11.png);
	background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
	height: 44px;
	width: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative
}

.leaflet-control-layers-expanded {
	background: #fff;
	color: #333;
	padding: 6px 10px 6px 6px
}

.leaflet-control-layers-scrollbar {
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 5px
}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px
}

.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em
}

.leaflet-control-layers-separator {
	border-top: 1px solid #ddd;
	height: 0;
	margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
	background-image: url(https://presencepoint.com/wp-content/plugins/flexible-shipping-ups/build/images/marker-icon.2b3e1faf.png)
}

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: hsla(0, 0%, 100%, .8);
	margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	color: #333;
	line-height: 1.4;
	padding: 0 5px
}

.leaflet-control-attribution a {
	text-decoration: none
}

.leaflet-control-attribution a:focus,
.leaflet-control-attribution a:hover {
	text-decoration: underline
}

.leaflet-attribution-flag {
	display: inline !important;
	height: .6669em;
	vertical-align: baseline !important;
	width: 1em
}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px
}

.leaflet-control-scale-line {
	background: hsla(0, 0%, 100%, .8);
	border: 2px solid #777;
	border-top: none;
	box-sizing: border-box;
	line-height: 1.1;
	padding: 2px 5px 1px;
	text-shadow: 1px 1px #fff;
	white-space: nowrap
}

.leaflet-control-scale-line:not(:first-child) {
	border-bottom: none;
	border-top: 2px solid #777;
	margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
	box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
	background-clip: padding-box;
	border: 2px solid rgba(0, 0, 0, .2)
}

.leaflet-popup {
	margin-bottom: 20px;
	position: absolute;
	text-align: center
}

.leaflet-popup-content-wrapper {
	border-radius: 12px;
	padding: 1px;
	text-align: left
}

.leaflet-popup-content {
	font-size: 13px;
	font-size: 1.08333em;
	line-height: 1.3;
	margin: 13px 24px 13px 20px;
	min-height: 1px
}

.leaflet-popup-content p {
	margin: 1.3em 0
}

.leaflet-popup-tip-container {
	height: 20px;
	left: 50%;
	margin-left: -20px;
	margin-top: -1px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	width: 40px
}

.leaflet-popup-tip {
	height: 17px;
	margin: -10px auto 0;
	padding: 1px;
	pointer-events: auto;
	transform: rotate(45deg);
	width: 17px
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: #fff;
	box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
	color: #333
}

.leaflet-container a.leaflet-popup-close-button {
	background: 0 0;
	border: none;
	color: #757575;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	height: 24px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 24px
}

.leaflet-container a.leaflet-popup-close-button:focus,
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #585858
}

.leaflet-popup-scrolled {
	overflow: auto
}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	margin: 0 auto;
	width: 24px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999
}

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666
}

.leaflet-tooltip {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	color: #222;
	padding: 6px;
	pointer-events: none;
	position: absolute;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
	background: 0 0;
	border: 6px solid transparent;
	content: "";
	pointer-events: none;
	position: absolute
}

.leaflet-tooltip-bottom {
	margin-top: 6px
}

.leaflet-tooltip-top {
	margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px
}

.leaflet-tooltip-top:before {
	border-top-color: #fff;
	bottom: 0;
	margin-bottom: -12px
}

.leaflet-tooltip-bottom:before {
	border-bottom-color: #fff;
	margin-left: -6px;
	margin-top: -12px;
	top: 0
}

.leaflet-tooltip-left {
	margin-left: -6px
}

.leaflet-tooltip-right {
	margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	margin-top: -6px;
	top: 50%
}

.leaflet-tooltip-left:before {
	border-left-color: #fff;
	margin-right: -12px;
	right: 0
}

.leaflet-tooltip-right:before {
	border-right-color: #fff;
	left: 0;
	margin-left: -12px
}

@media print {
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		print-color-adjust: exact
	}
}

@charset "UTF-8";

address,
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

main,
nav {
	display: block
}

progress {
	display: inline-block;
	vertical-align: baseline
}

a {
	background-color: transparent
}

a:active {
	outline: 0
}

a,
a:focus,
a:hover,
a:visited {
	text-decoration: none
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

#comments .submit,
.search .search-submit {
	padding: 10px 15px;
	border-radius: 2px;
	line-height: 1.85714285714286;
	border: 0
}

.archive .no-results .ast-search-submit,
.search .site-main .ast-search-submit {
	display: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid var(--ast-border-color);
	margin: 0 0;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

fieldset legend {
	margin-bottom: 1.5em;
	padding: 0 .5em
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

/*!
 * Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
 */
.ast-container {
	max-width: 100%
}

.ast-container,
.ast-container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px
}

.ast-container-fluid::after,
.ast-container::after {
	content: "";
	display: table;
	clear: both
}

.ast-col-lg-1,
.ast-col-lg-10,
.ast-col-lg-11,
.ast-col-lg-12,
.ast-col-lg-2,
.ast-col-lg-3,
.ast-col-lg-4,
.ast-col-lg-5,
.ast-col-lg-6,
.ast-col-lg-7,
.ast-col-lg-8,
.ast-col-lg-9,
.ast-col-md-1,
.ast-col-md-10,
.ast-col-md-11,
.ast-col-md-12,
.ast-col-md-2,
.ast-col-md-3,
.ast-col-md-4,
.ast-col-md-5,
.ast-col-md-6,
.ast-col-md-7,
.ast-col-md-8,
.ast-col-md-9,
.ast-col-sm-1,
.ast-col-sm-10,
.ast-col-sm-11,
.ast-col-sm-12,
.ast-col-sm-2,
.ast-col-sm-3,
.ast-col-sm-4,
.ast-col-sm-5,
.ast-col-sm-6,
.ast-col-sm-7,
.ast-col-sm-8,
.ast-col-sm-9,
.ast-col-xl-1,
.ast-col-xl-10,
.ast-col-xl-11,
.ast-col-xl-12,
.ast-col-xl-2,
.ast-col-xl-3,
.ast-col-xl-4,
.ast-col-xl-5,
.ast-col-xl-6,
.ast-col-xl-7,
.ast-col-xl-8,
.ast-col-xl-9,
.ast-col-xs-1,
.ast-col-xs-10,
.ast-col-xs-11,
.ast-col-xs-12,
.ast-col-xs-2,
.ast-col-xs-3,
.ast-col-xs-4,
.ast-col-xs-5,
.ast-col-xs-6,
.ast-col-xs-7,
.ast-col-xs-8,
.ast-col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px
}

.ast-col-xs-1,
.ast-col-xs-10,
.ast-col-xs-11,
.ast-col-xs-12,
.ast-col-xs-2,
.ast-col-xs-3,
.ast-col-xs-4,
.ast-col-xs-5,
.ast-col-xs-6,
.ast-col-xs-7,
.ast-col-xs-8,
.ast-col-xs-9 {
	float: left
}

.ast-col-xs-1 {
	width: 8.3333333333%
}

.ast-col-xs-2 {
	width: 16.6666666667%
}

.ast-col-xs-3 {
	width: 25%
}

.ast-col-xs-4 {
	width: 33.3333333333%
}

.ast-col-xs-5 {
	width: 41.6666666667%
}

.ast-col-xs-6 {
	width: 50%
}

.ast-col-xs-7 {
	width: 58.3333333333%
}

.ast-col-xs-8 {
	width: 66.6666666667%
}

.ast-col-xs-9 {
	width: 75%
}

.ast-col-xs-10 {
	width: 83.3333333333%
}

.ast-col-xs-11 {
	width: 91.6666666667%
}

.ast-col-xs-12 {
	width: 100%
}

@media (min-width:544px) {

	.ast-col-sm-1,
	.ast-col-sm-10,
	.ast-col-sm-11,
	.ast-col-sm-12,
	.ast-col-sm-2,
	.ast-col-sm-3,
	.ast-col-sm-4,
	.ast-col-sm-5,
	.ast-col-sm-6,
	.ast-col-sm-7,
	.ast-col-sm-8,
	.ast-col-sm-9 {
		float: left
	}

	.ast-col-sm-1 {
		width: 8.3333333333%
	}

	.ast-col-sm-2 {
		width: 16.6666666667%
	}

	.ast-col-sm-3 {
		width: 25%
	}

	.ast-col-sm-4 {
		width: 33.3333333333%
	}

	.ast-col-sm-5 {
		width: 41.6666666667%
	}

	.ast-col-sm-6 {
		width: 50%
	}

	.ast-col-sm-7 {
		width: 58.3333333333%
	}

	.ast-col-sm-8 {
		width: 66.6666666667%
	}

	.ast-col-sm-9 {
		width: 75%
	}

	.ast-col-sm-10 {
		width: 83.3333333333%
	}

	.ast-col-sm-11 {
		width: 91.6666666667%
	}

	.ast-col-sm-12 {
		width: 100%
	}
}

@media (min-width:768px) {

	.ast-col-md-1,
	.ast-col-md-10,
	.ast-col-md-11,
	.ast-col-md-12,
	.ast-col-md-2,
	.ast-col-md-3,
	.ast-col-md-4,
	.ast-col-md-5,
	.ast-col-md-6,
	.ast-col-md-7,
	.ast-col-md-8,
	.ast-col-md-9 {
		float: left
	}

	.ast-col-md-1 {
		width: 8.3333333333%
	}

	.ast-col-md-2 {
		width: 16.6666666667%
	}

	.ast-col-md-3 {
		width: 25%
	}

	.ast-col-md-4 {
		width: 33.3333333333%
	}

	.ast-col-md-5 {
		width: 41.6666666667%
	}

	.ast-col-md-6 {
		width: 50%
	}

	.ast-col-md-7 {
		width: 58.3333333333%
	}

	.ast-col-md-8 {
		width: 66.6666666667%
	}

	.ast-col-md-9 {
		width: 75%
	}

	.ast-col-md-10 {
		width: 83.3333333333%
	}

	.ast-col-md-11 {
		width: 91.6666666667%
	}

	.ast-col-md-12 {
		width: 100%
	}
}

@media (min-width:992px) {

	.ast-col-lg-1,
	.ast-col-lg-10,
	.ast-col-lg-11,
	.ast-col-lg-12,
	.ast-col-lg-2,
	.ast-col-lg-3,
	.ast-col-lg-4,
	.ast-col-lg-5,
	.ast-col-lg-6,
	.ast-col-lg-7,
	.ast-col-lg-8,
	.ast-col-lg-9 {
		float: left
	}

	.ast-col-lg-1 {
		width: 8.3333333333%
	}

	.ast-col-lg-2 {
		width: 16.6666666667%
	}

	.ast-col-lg-3 {
		width: 25%
	}

	.ast-col-lg-4 {
		width: 33.3333333333%
	}

	.ast-col-lg-5 {
		width: 41.6666666667%
	}

	.ast-col-lg-6 {
		width: 50%
	}

	.ast-col-lg-7 {
		width: 58.3333333333%
	}

	.ast-col-lg-8 {
		width: 66.6666666667%
	}

	.ast-col-lg-9 {
		width: 75%
	}

	.ast-col-lg-10 {
		width: 83.3333333333%
	}

	.ast-col-lg-11 {
		width: 91.6666666667%
	}

	.ast-col-lg-12 {
		width: 100%
	}
}

@media (min-width:1200px) {

	.ast-col-xl-1,
	.ast-col-xl-10,
	.ast-col-xl-11,
	.ast-col-xl-12,
	.ast-col-xl-2,
	.ast-col-xl-3,
	.ast-col-xl-4,
	.ast-col-xl-5,
	.ast-col-xl-6,
	.ast-col-xl-7,
	.ast-col-xl-8,
	.ast-col-xl-9 {
		float: left
	}

	.ast-col-xl-1 {
		width: 8.3333333333%
	}

	.ast-col-xl-2 {
		width: 16.6666666667%
	}

	.ast-col-xl-3 {
		width: 25%
	}

	.ast-col-xl-4 {
		width: 33.3333333333%
	}

	.ast-col-xl-5 {
		width: 41.6666666667%
	}

	.ast-col-xl-6 {
		width: 50%
	}

	.ast-col-xl-7 {
		width: 58.3333333333%
	}

	.ast-col-xl-8 {
		width: 66.6666666667%
	}

	.ast-col-xl-9 {
		width: 75%
	}

	.ast-col-xl-10 {
		width: 83.3333333333%
	}

	.ast-col-xl-11 {
		width: 91.6666666667%
	}

	.ast-col-xl-12 {
		width: 100%
	}
}

.ast-row {
	margin-left: -20px;
	margin-right: -20px
}

.ast-row::after {
	content: "";
	display: table;
	clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both
}

.entry-content h1,
h1 {
	color: #808285;
	font-size: 2em;
	line-height: 1.2
}

.entry-content h2,
h2 {
	color: #808285;
	font-size: 1.7em;
	line-height: 1.3
}

.entry-content h3,
h3 {
	color: #808285;
	font-size: 1.5em;
	line-height: 1.4
}

.entry-content h4,
h4 {
	color: #808285;
	line-height: 1.5;
	font-size: 1.3em
}

.entry-content h5,
h5 {
	color: #808285;
	line-height: 1.6;
	font-size: 1.2em
}

.entry-content h6,
h6 {
	color: #808285;
	line-height: 1.7;
	font-size: 1.1em
}

html {
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	color: #808285;
	background: #fff;
	font-style: normal
}

ol,
ul {
	margin: 0 0 1.5em 3em
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ol,
li>ul {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: 600
}

dd {
	margin: 0 1.5em 1em
}

b,
strong {
	font-weight: 700
}

cite,
dfn,
em,
i {
	font-style: italic
}

blockquote,
q {
	quotes: "" ""
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

blockquote {
	border-left: 5px solid var(--ast-border-color);
	padding: 20px;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 1.5em;
	position: relative
}

address {
	margin: 0 0 1.5em
}

address,
cite {
	font-style: italic
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

pre {
	background: var(--ast-code-block-background);
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 1.6em;
	overflow: auto;
	max-width: 100%;
	padding: 1.6em
}

code,
kbd,
tt,
var {
	font: 1em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em
}

.ast-button,
.button,
button,
input,
select,
textarea {
	color: #808285;
	font-weight: 400;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
input {
	line-height: normal
}

.normal-search {
	margin-right: -5px
}

big {
	font-size: 125%
}

ins,
mark {
	background: 0 0;
	text-decoration: none
}

table,
td,
th {
	border: 1px solid var(--ast-border-color)
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%
}

th {
	font-weight: 600
}

td,
th {
	padding: .7em 1em;
	border-width: 0 1px 1px 0
}

.ast-button,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	border: 1px solid;
	border-color: var(--ast-border-color);
	border-radius: 2px;
	background: #e6e6e6;
	padding: .6em 1em .4em;
	color: #fff
}

.ast-button:focus,
.ast-button:hover,
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
	color: #fff;
	border-color: var(--ast-border-color)
}

.ast-button:active,
.ast-button:focus,
.button:active,
.button:focus,
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
	border-color: var(--ast-border-color);
	outline: 0
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
	color: #666;
	border: 1px solid var(--ast-border-color);
	border-radius: 2px;
	-webkit-appearance: none
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	color: #111
}

textarea {
	padding-left: 3px;
	width: 100%
}

a {
	color: #4169e1
}

a:focus,
a:hover {
	color: #191970
}

a:focus {
	outline: thin dotted
}

a:hover {
	outline: 0
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 12.25px;
	font-size: .875rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}

#primary:after,
#primary:before,
#secondary:after,
#secondary:before,
.ast-container:after,
.ast-container:before,
.ast-row:after,
.ast-row:before,
.clear:after,
.clear:before,
.sidebar-main:after,
.sidebar-main:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.site-main:after,
.site-main:before {
	content: "";
	display: table
}

#primary:after,
#secondary:after,
.ast-container:after,
.ast-row:after,
.clear:after,
.sidebar-main:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.site-main:after {
	clear: both
}

.entry-content[data-ast-blocks-layout]>embed,
.entry-content[data-ast-blocks-layout]>iframe,
.entry-content[data-ast-blocks-layout]>object,
embed,
iframe,
object {
	max-width: 100%
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

.wp-caption-text {
	text-align: center
}

::selection {
	color: #fff;
	background: #0274be
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body:not(.logged-in) {
	position: relative
}

#page {
	position: relative
}

a,
a:focus {
	text-decoration: none
}

.secondary a *,
.site-footer a *,
.site-header a *,
a {
	transition: all .2s linear
}

.capitalize {
	text-transform: uppercase
}

img {
	vertical-align: middle
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 20px
}

p {
	margin-bottom: 1.75em
}

blockquote {
	margin: 1.5em 1em 1.5em 3em;
	font-size: 1.1em;
	line-height: inherit;
	position: relative
}

.ast-button,
.button,
input[type=button],
input[type=submit] {
	border-radius: 0;
	padding: 18px 30px;
	border: 0;
	box-shadow: none;
	text-shadow: none
}

.ast-button:hover,
.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	box-shadow: none
}

.ast-button:active,
.ast-button:focus,
.button:active,
.button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=submit]:active,
input[type=submit]:focus {
	box-shadow: none
}

.site-title {
	font-weight: 400
}

.site-description,
.site-title {
	margin-bottom: 0
}

.site-description a,
.site-description:focus a,
.site-description:hover a,
.site-title a,
.site-title:focus a,
.site-title:hover a {
	transition: all .2s linear
}

.site-title a,
.site-title a:focus,
.site-title a:hover,
.site-title a:visited {
	color: #222
}

.site-description a,
.site-description a:focus,
.site-description a:hover,
.site-description a:visited {
	color: #999
}

.search-form .search-field {
	outline: 0
}

.ast-search-menu-icon {
	position: relative;
	z-index: 3
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, .2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: 0;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
	outline: thin dotted
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
	font-family: "Open Sans", sans-serif
}

input,
select {
	line-height: 1
}

.ast-button,
.ast-custom-button,
body,
button,
input[type=button],
input[type=submit],
textarea {
	line-height: 1.85714285714286
}

.site-title a {
	line-height: 1.2
}

.site-header .site-description {
	line-height: 1.5
}

.ast-single-post .entry-title,
.ast-single-post .entry-title a {
	line-height: 1.2
}

.entry-title,
.entry-title a {
	font-weight: var(--ast-blog-title-font-weight, normal)
}

.ast-oembed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto
}

.ast-oembed-container embed,
.ast-oembed-container iframe,
.ast-oembed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ast-hidden {
	display: none !important
}

body {
	background-color: #fff
}

#page {
	display: block
}

#primary,
#secondary {
	display: block;
	position: relative;
	float: left;
	width: 100%
}

#primary {
	margin: 4em 0
}

.ast-separate-container {
	background-color: #f5f5f5
}

.ast-separate-container #primary {
	padding: 4em 0;
	margin: 0;
	border: 0
}

.ast-separate-container .site-main>.ast-row {
	margin-left: 0;
	margin-right: 0
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single:not(.ast-related-post) {
	background-color: #fff
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
	border-bottom: 1px solid var(--ast-border-color);
	margin: 0;
	padding: 5.34em 6.67em
}

.ast-separate-container .blog-layout-1 {
	padding: 0;
	border-bottom: 0
}

.ast-separate-container .ast-article-single {
	border-bottom: 0
}

@media (max-width:1200px) {

	.ast-separate-container .ast-article-post,
	.ast-separate-container .ast-article-single {
		margin: 0;
		padding: 3.34em 2.4em
	}
}

.ast-page-builder-template .hentry {
	margin: 0
}

.ast-page-builder-template .site-content>.ast-container {
	max-width: 100%;
	padding: 0
}

.ast-page-builder-template .site-content #primary {
	padding: 0;
	margin: 0
}

.ast-page-builder-template .no-results {
	text-align: center;
	margin: 4em auto
}

.ast-page-builder-template .entry-header {
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {
	margin-top: 0
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
	margin-top: 0;
	margin-bottom: 0
}

.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {
	margin-bottom: 0
}

.ast-page-builder-template.single .post-navigation {
	padding-bottom: 2em
}

.ast-page-builder-template .ast-archive-description {
	margin-top: 4em;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:993px) {

	.ast-separate-container #primary,
	.ast-separate-container.ast-left-sidebar #primary,
	.ast-separate-container.ast-right-sidebar #primary {
		margin: 4em 0;
		padding: 0
	}

	.ast-right-sidebar #primary {
		padding-right: 60px
	}

	.ast-left-sidebar #primary {
		padding-left: 60px
	}
}

@media (max-width:992px) {

	.ast-separate-container #primary,
	.ast-separate-container.ast-left-sidebar #primary,
	.ast-separate-container.ast-right-sidebar #primary {
		padding-left: 0;
		padding-right: 0
	}

	.ast-right-sidebar #primary {
		padding-right: 30px
	}

	.ast-left-sidebar #primary {
		padding-left: 30px
	}
}

.ast-search-icon .astra-search-icon {
	font-size: 1.3em
}

.main-navigation {
	height: 100%;
	-js-display: inline-flex;
	display: inline-flex
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative
}

.main-header-menu .menu-link,
.main-header-menu>a {
	text-decoration: none;
	padding: 0 1em;
	display: inline-block;
	transition: all .2s linear
}

.main-header-menu .menu-item {
	position: relative
}

.main-header-menu .menu-item.focus>.sub-menu,
.main-header-menu .menu-item:hover>.sub-menu,
.main-header-menu .menu-item>.sub-menu.toggled-on {
	right: auto;
	left: 0;
	visibility: visible
}

.main-header-menu .menu-item.focus>.sub-menu .sub-menu.toggled-on,
.main-header-menu .menu-item:hover>.sub-menu .sub-menu.toggled-on,
.main-header-menu .menu-item>.sub-menu.toggled-on .sub-menu.toggled-on {
	left: 100%;
	right: auto;
	visibility: visible
}

.main-header-menu .ast-left-align-sub-menu.focus>.sub-menu,
.main-header-menu .ast-left-align-sub-menu:hover>.sub-menu {
	right: 0;
	left: auto
}

@media (min-width:769px) {

	.main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,
	.main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
		left: -100%
	}

	.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item.focus>.sub-menu,
	.main-header-menu .ast-left-align-sub-menu .sub-menu .menu-item:hover>.sub-menu {
		left: -100%
	}
}

.main-header-menu .sub-menu {
	width: 240px;
	background: #fff;
	left: -999em;
	position: absolute;
	top: 100%;
	z-index: 99999;
	visibility: hidden
}

@media (min-width:769px) {

	.main-header-menu .sub-menu .menu-item.focus>.sub-menu,
	.main-header-menu .sub-menu .menu-item:hover>.sub-menu {
		left: 100%;
		right: auto
	}

	.main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,
	.main-header-menu .sub-menu .ast-left-align-sub-menu:focus * .sub-menu,
	.main-header-menu .sub-menu .ast-left-align-sub-menu:hover * .sub-menu,
	.main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
		left: -100%
	}

	.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,
	.main-header-menu .sub-menu .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
		left: -100%
	}
}

.main-header-menu .sub-menu .menu-link {
	padding: .9em 1em;
	display: block;
	word-wrap: break-word
}

.main-header-menu .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
	display: none
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .icon-arrow {
	display: none
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
	position: absolute;
	right: .6em;
	top: 50%;
	transform: translate(0, -50%) rotate(270deg)
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow {
	display: block
}

#ast-desktop-header .main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow .icon-arrow svg {
	margin: 0
}

#ast-desktop-header .account-main-navigation .sub-menu .menu-item.menu-item-has-children>.menu-link .ast-header-navigation-arrow {
	transform: translate(0, -50%) rotate(360deg)
}

.main-header-menu .sub-menu .sub-menu {
	top: 0
}

.submenu-with-border .sub-menu {
	border-width: 1px;
	border-style: solid
}

.submenu-with-border .sub-menu .menu-link {
	border-width: 0 0 1px;
	border-style: solid
}

.submenu-with-border .sub-menu .sub-menu {
	top: -2px
}

.ast-desktop .submenu-with-border .sub-menu>.menu-item:last-child>.menu-link {
	border-bottom-style: none
}

.ast-header-break-point .main-navigation {
	padding-left: 0
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	padding: 0 20px;
	display: inline-block;
	width: 100%;
	border: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: var(--ast-border-color)
}

.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type {
	margin-right: 5px
}

.ast-header-break-point .main-navigation ul .sub-menu .menu-item:not(.menu-item-has-children) .menu-link .icon-arrow:first-of-type {
	display: inline
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
	padding-left: 30px
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link {
	padding-left: 40px
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link {
	padding-left: 50px
}

.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
	padding-left: 60px
}

.ast-header-break-point .main-header-menu {
	background-color: #f9f9f9;
	border-top-width: 0
}

.ast-header-break-point .main-header-menu .sub-menu {
	background-color: #f9f9f9;
	position: static;
	opacity: 1;
	visibility: visible;
	border: 0;
	width: auto
}

.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu.focus>.sub-menu,
.ast-header-break-point .main-header-menu .sub-menu .ast-left-align-sub-menu:hover>.sub-menu {
	left: 0
}

.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside.focus>.sub-menu,
.ast-header-break-point .main-header-menu .ast-sub-menu-goes-outside:hover>.sub-menu {
	left: 0
}

.ast-header-break-point .submenu-with-border .sub-menu {
	border: 0
}

.ast-header-break-point .dropdown-menu-toggle {
	display: none
}

.ast-mobile-menu-buttons {
	display: none
}

.ast-button-wrap {
	display: inline-block
}

.ast-button-wrap button {
	box-shadow: none;
	border: none
}

.ast-button-wrap .menu-toggle {
	padding: 0;
	width: 2.2em;
	height: 2.1em;
	font-size: 1.5em;
	font-weight: 400;
	border-radius: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 1.85714285714286
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
	padding: 0 .5em;
	width: auto;
	text-align: center
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu {
	font-size: 15px;
	font-size: 1rem;
	font-weight: 600
}

.ast-button-wrap .menu-toggle .menu-toggle-icon {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.05
}

.ast-button-wrap .menu-toggle .menu-toggle-icon:before {
	content: "\e5d2";
	font-family: Astra;
	text-decoration: inherit
}

.ast-button-wrap .menu-toggle .icon-menu-bars svg:nth-child(2) {
	display: none
}

.ast-button-wrap .menu-toggle.toggled .menu-toggle-icon:before {
	content: "\e5cd"
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:first-child {
	display: none
}

.ast-button-wrap .menu-toggle.toggled .icon-menu-bars svg:nth-child(2) {
	display: block
}

.ast-button-wrap .menu-toggle .mobile-menu-wrap {
	display: inline-block
}

.ast-button-wrap .menu-toggle:focus {
	outline: thin dotted
}

.header-main-layout-1 .ast-main-header-bar-alignment {
	margin-left: auto
}

.site-navigation {
	height: 100%
}

.site-header .menu-link * {
	transition: none
}

.ast-icon.icon-arrow svg {
	height: .6em;
	width: .6em;
	position: relative;
	margin-left: 10px
}

.ast-icon.icon-search svg {
	height: 1em;
	width: .9em;
	margin-top: 3px;
	margin-right: 2px
}

.ast-header-break-point .user-select {
	clear: both
}

.ast-header-break-point .ast-mobile-menu-buttons {
	display: block;
	align-self: center
}

.ast-header-break-point .main-header-bar-navigation {
	flex: auto
}

.ast-header-break-point .ast-main-header-bar-alignment {
	display: block;
	width: 100%;
	flex: auto;
	order: 4
}

.ast-header-break-point .ast-icon.icon-arrow svg {
	height: .85em;
	width: .95em;
	position: relative;
	margin-left: 10px
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	position: relative;
	text-align: left
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
	grid-column-start: 2;
	text-align: right
}

.ast-icon svg {
	fill: currentColor
}

.post-navigation a {
	background: 0 0;
	font-size: 1.06666rem;
	font-size: 1rem;
	padding: 0 var(--ast-post-nav-space, 1.5em);
	height: 2.33333em;
	line-height: calc(2.33333em - 3px)
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

.byline {
	display: none
}

.group-blog .byline,
.single .byline {
	display: inline
}

.page-links {
	clear: both;
	margin-top: 1em
}

.page-links a {
	display: inline-block
}

.page-links a .page-link {
	border-color: var(--ast-border-color);
	background: 0 0
}

.page-links .page-link {
	padding: 0;
	margin: 0 0 .3em .3em;
	border: 2px solid var(--ast-border-color);
	color: #000;
	background: 0 0;
	font-size: .8em;
	width: 2.5em;
	height: 2.5em;
	line-height: calc(2.5em - 4px);
	display: inline-block;
	text-align: center;
	transition: all .2s linear
}

.page-links .page-link:focus,
.page-links .page-link:hover {
	color: #000
}

@media (max-width:768px) {
	.page-links .page-link {
		margin-bottom: 6px
	}
}

.entry-content>:last-child,
.entry-summary>:last-child,
.page-content>:last-child {
	margin-bottom: 0
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	margin: 20px auto
}

.bypostauthor {
	display: block
}

body {
	overflow-x: hidden
}

.widget-title {
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.5
}

.widget {
	margin: 0 0 2.8em 0
}

.widget:last-child {
	margin-bottom: 0
}

.widget select {
	max-width: 100%
}

.widget ul {
	margin: 0;
	list-style-type: none
}

.no-widget-text {
	margin-bottom: 0
}

.widget_nav_menu ul ul.sub-menu {
	margin-top: .25em
}

.widget_nav_menu ul ul.sub-menu li {
	padding-left: 20px
}

.widget_nav_menu ul ul.sub-menu a:after {
	left: -20px
}

.widget_nav_menu ul ul.sub-menu ul a:after {
	left: -40px
}

.widget_nav_menu ul ul.sub-menu ul ul a:after {
	left: -60px
}

.widget_nav_menu li {
	transition: all .2s linear
}

#secondary .wp-block-search__input {
	line-height: 1
}

#secondary .wp-block-search__button {
	padding: .7em 1em
}

.widget_search .search-form {
	position: relative;
	padding: 0;
	background: initial;
	color: inherit
}

.widget_search .search-form>label {
	position: relative
}

.widget_search .search-form i {
	color: #3a3a3a
}

.widget_search .search-form button {
	position: absolute;
	top: 0;
	right: 15px;
	border: none;
	padding: 0;
	cursor: pointer;
	background: 0 0
}

.widget_search .search-form input[type=submit],
.widget_search .search-form input[type=submit]:focus,
.widget_search .search-form input[type=submit]:hover {
	padding: 13px 20px;
	border-radius: 2px;
	border: none;
	top: 0;
	right: 0;
	position: absolute;
	color: transparent;
	background: 0 0;
	max-width: 45px;
	z-index: 2
}

.widget_search .search-form .search-field {
	background: var(--ast-widget-bg-color);
	border-width: 1px;
	border-color: var(--ast-border-color);
	border-radius: 2px
}

.widget_search .search-field,
.widget_search .search-field:focus {
	width: 100%;
	padding: 12px 45px 12px 15px
}

.widget_archive ul.children,
.widget_categories ul.children,
.widget_pages ul.children {
	position: relative;
	margin-top: 5px;
	width: 100%
}

.widget_archive ul.children li,
.widget_categories ul.children li,
.widget_pages ul.children li {
	padding-left: 20px
}

.widget_archive li ul.children a:after,
.widget_categories li ul.children a:after,
.widget_pages li ul.children a:after {
	left: -20px
}

.widget_archive li ul.children ul a:after,
.widget_categories li ul.children ul a:after,
.widget_pages li ul.children ul a:after {
	left: -40px
}

.widget_tag_cloud .tagcloud {
	margin-top: 10px;
	display: inline-block
}

.widget_tag_cloud .tagcloud a {
	border: 1px solid var(--ast-border-color);
	padding: .5em .9em;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
	margin-right: 4px;
	line-height: 1.5;
	transition: all .2s linear
}

.widget_calendar table,
.widget_calendar td,
.widget_calendar th {
	padding: 0;
	text-align: center
}

.widget_calendar table,
.widget_calendar th {
	border: none
}

.widget_calendar td {
	border-right: none;
	border-left: none
}

.widget_calendar caption {
	line-height: 2.7em
}

.widget_calendar thead {
	line-height: 2.5em
}

.widget_calendar thead a {
	color: #0274be;
	font-size: 1rem;
	vertical-align: middle
}

.widget_calendar thead td {
	vertical-align: middle;
	font-weight: 700
}

.widget_calendar thead>tr>th {
	line-height: 2.5em;
	border-bottom: 2px solid var(--ast-border-color);
	border-top: 2px solid var(--ast-border-color)
}

.widget_calendar tbody {
	line-height: 2.1em;
	text-align: center
}

.widget_calendar tbody>tr>td {
	width: 14.2857%
}

.widget_calendar tbody>tr:first-child>td {
	padding-top: 3px
}

.widget_calendar #today {
	color: #0274be;
	font-weight: 700;
	border-bottom: 2px solid #0274be
}

.ast-builder-grid-row {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	grid-column-gap: 20px;
	overflow-wrap: anywhere
}

.ast-builder-grid-row>.site-header-section {
	flex-wrap: nowrap
}

.ast-builder-footer-grid-columns {
	grid-column-gap: 50px
}

.ast-builder-grid-row.ast-grid-center-col-layout {
	grid-template-columns: 1fr auto 1fr
}

.ast-builder-layout-element {
	align-items: center
}

.ast-builder-grid-row.ast-grid-center-col-layout-only {
	-js-display: flex;
	display: flex;
	height: 100%;
	justify-content: center
}

.ast-builder-grid-row.ast-grid-center-col-layout-only .ast-grid-section-center {
	flex-grow: 1
}

.site-header-section {
	height: 100%;
	min-height: 0;
	align-items: center
}

.site-header-section>* {
	padding: 0 10px
}

.site-header-section>div:first-child {
	padding-left: 0
}

.site-header-section>div:last-child {
	padding-right: 0
}

.site-header-section .ast-builder-menu {
	align-items: center
}

.ast-builder-layout-element.ast-header-search {
	height: auto
}

.ast-grid-right-center-section {
	justify-content: flex-start;
	flex-grow: 1
}

.ast-grid-right-section {
	justify-content: flex-end
}

.ast-grid-right-section .ast-site-identity>:first-child {
	text-align: right
}

.ast-grid-right-section .ast-grid-right-center-section .ast-site-identity>:first-child {
	text-align: left
}

.ast-grid-left-center-section {
	justify-content: flex-end;
	flex-grow: 1
}

.elementor-nav-menu .ast-icon,
.et_pb_menu__wrap .ast-icon,
.fl-widget .menu-item .ast-icon {
	display: none
}

.ast-logo-title-inline .ast-site-identity {
	padding: 1em 0;
	-js-display: inline-flex;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	transition: all .2s linear
}

.ast-grid-section-center {
	justify-content: center
}

.ast-grid-section-center .ast-site-identity>:first-child {
	text-align: center
}

.ast-builder-social-element {
	line-height: 1;
	color: #3a3a3a;
	background: 0 0;
	vertical-align: middle;
	transition: all 10ms;
	margin-left: 6px;
	margin-right: 6px;
	justify-content: center;
	align-items: center
}

.ast-builder-social-element:hover {
	color: #0274be
}

.ast-builder-social-element .social-item-label {
	padding-left: 6px
}

.ast-social-stack-desktop .ast-builder-social-element,
.ast-social-stack-mobile .ast-builder-social-element,
.ast-social-stack-tablet .ast-builder-social-element {
	margin-top: 6px;
	margin-bottom: 6px
}

.ahfb-svg-iconset {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center
}

.ahfb-svg-iconset svg {
	width: 17px;
	height: 17px;
	transition: none
}

.ahfb-svg-iconset svg>* {
	transition: none
}

.ast-footer-copyright p {
	margin-bottom: 0
}

.ast-builder-grid-row-container {
	display: grid;
	align-content: center
}

.main-header-bar .main-header-bar-navigation {
	height: 100%
}

.ast-nav-menu .sub-menu {
	line-height: 1.45
}

.ast-builder-menu .main-navigation {
	padding: 0
}

.ast-builder-menu .main-navigation>ul {
	align-self: center
}

.ast-footer-copyright,
.ast-footer-social-wrap,
.site-footer-focus-item {
	width: 100%
}

#astra-footer-menu {
	margin: 0;
	list-style: none;
	background: inherit
}

#astra-footer-menu>ul {
	margin: 0;
	list-style: none;
	background: inherit
}

.ast-header-break-point #ast-mobile-header {
	display: block
}

.ast-header-break-point .main-header-bar-navigation {
	line-height: 3
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
	display: inline-block;
	position: absolute;
	font-size: inherit;
	top: 0;
	right: 20px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 .907em;
	font-weight: 400;
	line-height: inherit
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow {
	pointer-events: none
}

.ast-header-break-point .main-header-bar-navigation .menu-item-has-children .sub-menu {
	display: none
}

.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before,
.ast-header-break-point .ast-mobile-header-wrap .ast-main-header-wrap .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
	transform: rotateX(180deg)
}

.ast-header-break-point .ast-nav-menu .sub-menu {
	line-height: 3
}

.site-footer-section {
	justify-content: center
}

.site-footer-section>* {
	margin-bottom: 10px
}

.site-footer-section>:last-child {
	margin-bottom: 0
}

.site-primary-footer-wrap {
	padding-top: 45px;
	padding-bottom: 45px
}

.site-above-footer-wrap,
.site-below-footer-wrap {
	padding-top: 20px;
	padding-bottom: 20px
}

.ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
	width: 100%;
	margin: 0
}

.ast-hfb-header .menu-toggle.toggled .ast-mobile-svg {
	display: none
}

.ast-hfb-header .menu-toggle.toggled .ast-close-svg {
	display: block
}

.menu-toggle .ast-close-svg {
	display: none
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center
}

.ast-mobile-header-wrap .menu-toggle .mobile-menu-wrap {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center;
	margin-left: .4em
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
	-js-display: flex;
	display: flex;
	align-items: center;
	width: auto;
	height: auto
}

.menu-toggle .mobile-menu-toggle-icon {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center
}

.menu-toggle .mobile-menu-wrap {
	-js-display: inline-flex;
	display: inline-flex;
	align-self: center;
	margin-left: .4em
}

.ast-hfb-header .ast-button-wrap .menu-toggle .mobile-menu-wrap {
	align-items: center;
	-js-display: flex;
	display: flex
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle {
	padding: .5em;
	align-items: center;
	-js-display: flex;
	display: flex
}

.ast-search-menu-icon.ast-inline-search .search-field {
	width: 100%;
	padding: .6em;
	padding-right: 5.5em
}

.ast-header-account-type-extend-text-profile-type {
	-js-display: flex;
	display: flex;
	gap: 10px;
	align-items: center
}

@media (min-width:769px) {
	.footer-nav-wrap .astra-footer-horizontal-menu li {
		margin: 0
	}

	.footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
		padding-left: 0
	}

	.footer-nav-wrap .astra-footer-horizontal-menu li:last-child a {
		padding-right: 0
	}

	.footer-nav-wrap .astra-footer-horizontal-menu a {
		padding: 0 .5em
	}
}

.site-header {
	z-index: 99;
	position: relative
}

.main-header-container {
	position: relative
}

.main-header-bar-wrap {
	position: relative
}

.main-header-bar {
	background-color: #fff;
	border-bottom-color: var(--ast-border-color);
	border-bottom-style: solid
}

.ast-header-break-point .main-header-bar {
	border: 0
}

.ast-header-break-point .main-header-bar {
	border-bottom-color: var(--ast-border-color);
	border-bottom-style: solid
}

.main-header-bar {
	margin-left: auto;
	margin-right: auto
}

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.ast-header-custom-item-inside .button-custom-menu-item .menu-link {
	display: none
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {
	display: none
}

.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {
	display: block
}

.ast-theme-transparent-header .post-password-form {
	margin-top: 100px
}

.site-branding {
	line-height: 1;
	align-self: center
}

.ast-menu-toggle {
	display: none;
	background: 0 0;
	color: inherit;
	border-style: dotted;
	border-color: transparent
}

.ast-menu-toggle:focus,
.ast-menu-toggle:hover {
	background: 0 0;
	border-color: inherit;
	color: inherit
}

.ast-menu-toggle:focus {
	outline: thin dotted
}

.ast-main-header-nav-open .main-header-bar {
	padding-bottom: 0
}

.main-header-bar {
	z-index: 4;
	position: relative
}

.main-header-bar .main-header-bar-navigation:empty {
	padding: 0
}

.main-header-bar .main-header-bar-navigation .sub-menu {
	line-height: 1.45
}

.main-header-bar .main-header-bar-navigation .menu-item-has-children>.menu-link:after {
	line-height: normal
}

.custom-mobile-logo-link {
	display: none
}

.ast-site-identity {
	padding: 1em 0
}

.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
	flex: 1;
	align-self: center
}

.ast-header-break-point .ast-site-identity {
	width: 100%
}

.ast-header-break-point .main-header-bar {
	display: block;
	line-height: 3
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation {
	line-height: 3
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .sub-menu {
	line-height: 3
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu {
	display: none
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
	display: inline-block;
	position: absolute;
	font-size: inherit;
	top: -1px;
	right: 20px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0 .907em;
	font-weight: 400;
	line-height: inherit;
	transition: all .2s
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before {
	transform: rotateX(180deg)
}

.ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu {
	border-top-width: 0
}

.ast-header-break-point .main-navigation {
	display: block;
	width: 100%
}

.ast-header-break-point .main-navigation ul ul {
	left: auto;
	right: auto
}

.ast-header-break-point .main-navigation .stack-on-mobile li {
	width: 100%
}

.ast-header-break-point .main-navigation .widget {
	margin-bottom: 1em
}

.ast-header-break-point .main-navigation .widget li {
	width: auto
}

.ast-header-break-point .main-navigation .widget:last-child {
	margin-bottom: 0
}

.ast-header-break-point .main-header-bar-navigation {
	width: calc(100% + 40px);
	margin: 0 -20px
}

.ast-header-break-point .main-header-menu ul ul {
	top: 0
}

.ast-header-break-point .ast-builder-menu {
	width: 100%
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
	flex-wrap: wrap
}

.ast-desktop .main-header-menu>.menu-item .sub-menu:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%)
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	color: #666;
	padding: .75em;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
	border-radius: 2px;
	background: var(--ast-comment-inputs-background);
	box-shadow: none;
	box-sizing: border-box;
	transition: all .2s linear
}

input[type=email]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	background-color: #fff;
	border-color: var(--ast-border-color);
	box-shadow: none
}

input[type=button],
input[type=button]:focus,
input[type=button]:hover,
input[type=reset],
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit],
input[type=submit]:focus,
input[type=submit]:hover {
	box-shadow: none
}

textarea {
	width: 100%
}

input[type=search]:focus {
	outline: thin dotted
}

.astra-dark-mode-enable form .form-row textarea,
.astra-dark-mode-enable input[type=email],
.astra-dark-mode-enable input[type=number],
.astra-dark-mode-enable input[type=password],
.astra-dark-mode-enable input[type=reset],
.astra-dark-mode-enable input[type=search],
.astra-dark-mode-enable input[type=tel],
.astra-dark-mode-enable input[type=text],
.astra-dark-mode-enable input[type=url],
.astra-dark-mode-enable textarea {
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	color: var(--ast-global-color-2) !important;
	border: 1px solid var(--ast-border-color)
}

.astra-dark-mode-enable form .form-row textarea:focus,
.astra-dark-mode-enable input[type=email]:focus,
.astra-dark-mode-enable input[type=number]:focus,
.astra-dark-mode-enable input[type=password]:focus,
.astra-dark-mode-enable input[type=reset]:focus,
.astra-dark-mode-enable input[type=search]:focus,
.astra-dark-mode-enable input[type=tel]:focus,
.astra-dark-mode-enable input[type=text]:focus,
.astra-dark-mode-enable input[type=url]:focus,
.astra-dark-mode-enable textarea:focus {
	border: 1px solid var(--ast-global-color-0) !important;
	background-color: var(--ast-global-color-secondary, --ast-global-color-5) !important
}

.astra-dark-mode-enable .select2-container .select2-selection--single,
.astra-dark-mode-enable .select2-dropdown,
.astra-dark-mode-enable select {
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	border-color: var(--ast-border-color);
	color: var(--ast-global-color-2)
}

.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=email],
.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=number],
.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=password],
.astra-dark-mode-enable .wc-block-components-form .wc-block-components-text-input input[type=url],
.astra-dark-mode-enable .wc-block-components-text-input input[type=email],
.astra-dark-mode-enable .wc-block-components-text-input input[type=number],
.astra-dark-mode-enable .wc-block-components-text-input input[type=password],
.astra-dark-mode-enable .wc-block-components-text-input input[type=tel],
.astra-dark-mode-enable .wc-block-components-text-input input[type=text],
.astra-dark-mode-enable .wc-block-components-text-input input[type=url],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text] {
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	color: var(--ast-global-color-2)
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
	margin: 5.7px 0;
	padding: 0;
	border: none
}

input[type=range]:focus {
	outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.6px;
	cursor: pointer;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
	background: rgba(255, 255, 255, .2);
	border-radius: 13.6px;
	border: 0 solid #fff
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
	border: 7.9px solid #0274be;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	background: #0274be;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5.7px
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: rgba(255, 255, 255, .2)
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.6px;
	cursor: pointer;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
	background: rgba(255, 255, 255, .2);
	border-radius: 13.6px;
	border: 0 solid #fff
}

input[type=range]::-moz-range-thumb {
	box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
	border: 7.9px solid #0274be;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	background: #0274be;
	cursor: pointer
}

input[type=range]::-ms-track {
	width: 100%;
	height: 8.6px;
	cursor: pointer;
	background: 0 0;
	border-color: transparent;
	color: transparent
}

input[type=range]::-ms-fill-lower {
	background: rgba(199, 199, 199, .2);
	border: 0 solid #fff;
	border-radius: 27.2px;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9
}

input[type=range]::-ms-fill-upper {
	background: rgba(255, 255, 255, .2);
	border: 0 solid #fff;
	border-radius: 27.2px;
	box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9
}

input[type=range]::-ms-thumb {
	box-shadow: 0 0 0 rgba(255, 221, 0, .37), 0 0 0 rgba(255, 224, 26, .37);
	border: 7.9px solid #0274be;
	height: 20px;
	width: 20px;
	border-radius: 50px;
	background: #0274be;
	cursor: pointer;
	height: 8.6px
}

input[type=range]:focus::-ms-fill-lower {
	background: rgba(255, 255, 255, .2)
}

input[type=range]:focus::-ms-fill-upper {
	background: rgba(255, 255, 255, .2)
}

input[type=color] {
	border: none;
	width: 100px;
	padding: 0;
	height: 30px;
	cursor: pointer
}

input[type=color]::-webkit-color-swatch-wrapper {
	padding: 0;
	border: none
}

input[type=color]::-webkit-color-swatch {
	border: none
}

.page .entry-header {
	margin-bottom: 1.5em
}

.search .entry-header {
	margin-bottom: 1em
}

.ast-single-post .entry-header.ast-header-without-markup,
.ast-single-post .entry-header.ast-no-title.ast-no-thumbnail {
	margin-bottom: 0
}

.entry-header {
	margin-bottom: 1.2em;
	word-wrap: break-word
}

.entry-header+.ast-blog-featured-section {
	margin-top: .5em
}

.blog-layout-6 .entry-header+.ast-blog-featured-section {
	margin-top: 0
}

.entry-content {
	word-wrap: break-word
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-embedded-audio,
.entry-content .wp-embedded-video,
.entry-content .wp-video,
.entry-content p {
	margin-bottom: 1.6em
}

.entry-content .wp-embedded-audio,
.entry-content .wp-embedded-video {
	display: inline-block
}

.entry-content::after {
	display: table;
	clear: both;
	content: ''
}

.post-content>.cat-links,
.post-content>.read-more,
.post-content>.tags-links {
	display: block;
	margin-bottom: .8em;
	font-weight: var(--ast-blog-meta-weight, "")
}

.ast-excerpt-container>p:last-child {
	margin-bottom: 0
}

.post-content>.read-more {
	margin-top: 1.5em
}

.ast-article-inner {
	width: 100%;
	overflow-wrap: break-word
}

.read-more {
	margin-bottom: 0
}

.read-more a {
	display: inline-block
}

.read-more .ast-right-arrow {
	font-size: 1em
}

.ast-no-thumb .ast-blog-featured-section {
	margin-bottom: 0
}

.ast-no-thumb .entry-header+.ast-blog-featured-section {
	margin-top: 0
}

.ast-blog-featured-section {
	margin-bottom: 1.5em
}

.blog-layout-2 .ast-blog-featured-section,
.blog-layout-3 .ast-blog-featured-section {
	margin-bottom: 0
}

.error404 .page-header {
	margin-bottom: 1.5em
}

.error404 .page-header .page-title {
	margin-bottom: 0
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
	line-height: 1.3
}

.archive .format-aside .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.blog .format-status .entry-title {
	display: none
}

.page-title {
	margin-bottom: 1em;
	font-weight: 400
}

.entry-title {
	margin-bottom: .2em
}

.ast-article-post {
	margin-bottom: 2.5em
}

.ast-article-post:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.search .site-content .content-area .search-form {
	margin-bottom: 3em
}

.blog-layout-1 .post-thumb {
	padding-left: 0;
	padding-right: 0;
	position: relative
}

.blog .posted-on {
	z-index: 1
}

.ast-blog-featured-section .posted-on {
	width: 5.714285714em;
	height: 5.714285714em;
	padding: .7em
}

.ast-blog-featured-section .posted-on .date-month,
.ast-blog-featured-section .posted-on .date-year {
	font-size: .8571428571em;
	line-height: 1em
}

.ast-blog-featured-section .posted-on .date-day {
	font-size: 2.5em;
	line-height: .9em;
	font-weight: 900;
	margin: .1em 0
}

.ast-author-box img.avatar {
	border-radius: 50%;
	margin: 0 0 0 20px
}

.ast-archive-description {
	margin-bottom: 2.5em;
	padding-bottom: 1.3333em;
	border-bottom: 1px solid var(--ast-border-color)
}

.ast-archive-description .ast-archive-title {
	margin-bottom: 4px;
	font-size: 40px;
	font-size: 2.85714rem;
	font-weight: 300
}

.ast-archive-description p {
	margin-bottom: 0;
	font-size: 20px;
	font-size: 1.42857rem;
	line-height: 1.65;
	font-weight: 300
}

.ast-separate-container .ast-archive-description,
.ast-separate-container .ast-author-box {
	background-color: #eee;
	padding-bottom: 0;
	border-bottom: 0
}

@media (max-width:1200px) {
	.ast-separate-container .ast-archive-description {
		margin: 0;
		padding: 3.34em 2.4em
	}
}

@media (max-width:992px) {
	.ast-separate-container .ast-archive-description {
		padding: 2.14em
	}
}

@media (min-width:1201px) {

	.ast-separate-container .ast-archive-description,
	.ast-separate-container .ast-author-box {
		margin: 0;
		padding: 5em 6.67em 3.33333em
	}
}

.single .entry-header {
	margin-bottom: 2em
}

.single .post-navigation {
	margin: 0;
	padding: 2em 0 0;
	border-top: 1px solid var(--ast-single-post-border, var(--ast-border-color))
}

@media (max-width:768px) {
	.single .post-navigation {
		padding-top: 1.5em
	}
}

.single .post-navigation a {
	margin: 2px;
	display: inline-block;
	color: #000
}

.single .post-navigation a p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

@media (min-width:421px) {
	.single .post-navigation .nav-links {
		-js-display: flex;
		display: flex;
		width: 100%
	}

	.single .post-navigation .nav-links:not(:has(.nav-previous)) {
		justify-content: flex-end
	}

	.single .post-navigation .nav-links .nav-previous+.nav-next {
		width: 50%
	}

	.single .post-navigation .nav-next,
	.single .post-navigation .nav-previous {
		width: 50%
	}
}

@media (max-width:420px) {

	.single .post-navigation .ast-left-arrow,
	.single .post-navigation .ast-right-arrow {
		display: none
	}

	.single .post-navigation .nav-links:not(:has(.nav-previous)) {
		justify-content: flex-end
	}

	.single .post-navigation .nav-next,
	.single .post-navigation .nav-previous {
		width: 50%
	}

	.single .post-navigation .nav-next a,
	.single .post-navigation .nav-previous a {
		max-width: 95%;
		width: 100%
	}

	.single .post-navigation .nav-previous {
		margin-bottom: 1em
	}
}

.single .entry-header .post-thumb {
	margin-bottom: 2em
}

.single .entry-header .post-thumb img {
	margin-top: 0;
	margin-bottom: 0
}

.page .has-post-thumbnail .post-thumb img {
	margin-bottom: 1.5em
}

.post-password-form {
	text-align: center
}

@media (max-width:420px) {
	.post-password-form input[type=password] {
		display: block;
		margin: 10px auto
	}
}

.post-password-form input[type=submit] {
	padding: 10px 20px;
	border-radius: 2px
}

.ast-author-avatar {
	margin: 0 5px
}

.ast-author-avatar img {
	border-radius: 100%;
	width: var(--ast-author-avatar-size, 30px);
	height: var(--ast-author-avatar-size, 30px)
}

.ast-separate-container .post-navigation {
	border-top: 0;
	padding-left: var(--ast-post-nav-space, 3.33333em);
	padding-right: var(--ast-post-nav-space, 3.33333em)
}

@media (max-width:420px) {
	.ast-separate-container .post-navigation {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:768px) {
	.ast-separate-container .entry-header {
		margin-bottom: 1em
	}
}

.ast-404-layout-1 {
	text-align: center;
	margin: 4em auto
}

.ast-404-layout-1 .page-sub-title {
	font-size: 1.5rem;
	font-weight: 700
}

.ast-404-layout-1 .widget_search {
	padding-top: .5em
}

.ast-404-search {
	margin-top: 1.5em
}

.ast-404-search .widget_search {
	max-width: 370px;
	margin: 0 auto
}

.ast-separate-container .error-404,
.ast-separate-container .no-results {
	background-color: #fff
}

@media (max-width:1200px) {

	.ast-separate-container .ast-404-layout-1,
	.ast-separate-container .no-results {
		margin: 0;
		padding: 3.34em 2.4em
	}
}

@media (max-width:768px) {

	.ast-separate-container .ast-404-layout-1,
	.ast-separate-container .no-results {
		padding: 1.5em 2.14em
	}
}

@media (max-width:544px) {

	.ast-separate-container .ast-404-layout-1,
	.ast-separate-container .no-results {
		padding: 1.5em 1em
	}
}

@media (min-width:1201px) {

	.ast-separate-container .ast-404-layout-1,
	.ast-separate-container .no-results {
		margin: 0;
		padding: 5.34em 6.67em
	}
}

.blog-layout-1 {
	width: 100%;
	display: inline-block;
	padding-bottom: 2em;
	vertical-align: middle;
	border-bottom: 1px solid var(--ast-border-color)
}

.blog-layout-1 .posted-on {
	left: 0
}

.blog-layout-1 .post-content,
.blog-layout-1 .post-thumb {
	padding-left: 0;
	padding-right: 0
}

.ast-flex {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap
}

.ast-flex-1 {
	flex: 1
}

.ast-flex-2 {
	flex: 2
}

.ast-flex-3 {
	flex: 3
}

.ast-flex-4 {
	flex: 4
}

.ast-flex-5 {
	flex: 5
}

.ast-inline-flex {
	-js-display: inline-flex;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	align-content: center
}

.ast-flex-direction-row {
	flex-direction: row
}

.ast-flex-direction-row-reverse {
	flex-direction: row-reverse
}

.ast-flex-direction-column {
	flex-direction: column
}

.ast-flex-direction-column-reverse {
	flex-direction: column-reverse
}

.ast-flex-wrap-nowrap {
	flex-wrap: nowrap
}

.ast-flex-wrap-wrap {
	flex-wrap: wrap
}

.ast-flex-wrap-wrap-reverse {
	flex-wrap: wrap-reverse
}

.ast-justify-content-flex-start {
	justify-content: flex-start
}

.ast-justify-content-flex-end {
	justify-content: flex-end
}

.ast-justify-content-center {
	justify-content: center
}

.ast-justify-content-space-between {
	justify-content: space-between
}

.ast-justify-content-space-around {
	justify-content: space-around
}

.ast-align-items-flex-start {
	align-items: flex-start
}

.ast-align-items-flex-end {
	align-items: flex-end
}

.ast-align-items-center {
	align-items: center
}

.ast-align-items-baseline {
	align-items: baseline
}

.ast-align-items-stretch {
	align-items: stretch
}

.ast-align-content-flex-start {
	align-content: flex-start
}

.ast-align-content-flex-end {
	align-content: flex-end
}

.ast-align-content-center {
	align-content: center
}

.ast-align-content-space-between {
	align-content: space-between
}

.ast-align-content-space-around {
	align-content: space-around
}

.ast-align-content-stretch {
	align-content: stretch
}

.ast-order-1 {
	order: 1
}

.ast-order-2 {
	order: 2
}

.ast-order-3 {
	order: 3
}

.ast-order-4 {
	order: 4
}

.ast-order-5 {
	order: 5
}

.ast-flex-grow-1 {
	flex-grow: 1
}

.ast-flex-grow-2 {
	flex-grow: 2
}

.ast-flex-grow-3 {
	flex-grow: 3
}

.ast-flex-grow-4 {
	flex-grow: 4
}

.ast-flex-grow-5 {
	flex-grow: 5
}

.ast-flex-shrink-1 {
	flex-shrink: 1
}

.ast-flex-shrink-2 {
	flex-shrink: 2
}

.ast-flex-shrink-3 {
	flex-shrink: 3
}

.ast-flex-shrink-4 {
	flex-shrink: 4
}

.ast-flex-shrink-5 {
	flex-shrink: 5
}

.ast-align-self-auto {
	align-self: auto
}

.ast-align-self-flex-start {
	align-self: flex-start
}

.ast-align-self-flex-end {
	align-self: flex-end
}

.ast-align-self-center {
	align-self: center
}

.ast-align-self-baseline {
	align-self: baseline
}

.ast-align-self-stretch {
	align-self: stretch
}

.wp-video-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .88);
	z-index: 8888888
}

.wp-video-popup-video {
	display: none;
	z-index: 8888889
}

.wp-video-popup-video.is-landscape {
	width: 90%;
	height: auto;
	max-width: 1200px;
	max-height: 90%
}

.wp-video-popup-video.is-hosted.is-portrait {
	width: auto;
	height: 90%;
	max-width: 90%
}

.wp-video-popup-close {
	background-image: url(https://presencepoint.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/css/../img/wp-video-popup-close.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	text-align: center;
	width: 60px;
	cursor: pointer;
	z-index: 9999999;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	-webkit-transition: opacity .25s;
	transition: opacity .25s
}

.wp-video-popup-close:hover {
	opacity: .7
}

.wp-video-popup {
	cursor: pointer
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	zoom: 1;
	width: 100%
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
	content: ' ';
	display: table
}

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
	clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}

.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 48%
}

.woocommerce #content div.product div.thumbnails,
.woocommerce div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails {
	zoom: 1
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
	content: ' ';
	display: table
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
	clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
	clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 48%;
	clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	zoom: 1
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
	content: ' ';
	display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block
}

.woocommerce #content div.product #reviews .comment,
.woocommerce div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment {
	zoom: 1
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
	content: ' ';
	display: table
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
	clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
	float: right;
	height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	zoom: 1
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
	content: ' ';
	display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
	clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	margin: 0 20px 2.992em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
	margin-left: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
	width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
	width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product:nth-child(2n),
.woocommerce.columns-2 ul.products li.product:nth-child(2n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.columns-2 ul.products li.product:nth-child(odd),
.woocommerce.columns-2 ul.products li.product:nth-child(odd) {
	clear: left
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
	width: 31.2%;
	width: calc(33.33% - 14px)
}

.woocommerce-page.columns-3 ul.products li.product:nth-child(3n),
.woocommerce.columns-3 ul.products li.product:nth-child(3n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.columns-3 ul.products li.product:nth-child(3n+1),
.woocommerce.columns-3 ul.products li.product:nth-child(3n+1) {
	clear: left
}

.woocommerce-page.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products li.product {
	width: 22.5%;
	width: calc(25% - 15px)
}

.woocommerce-page.columns-4 ul.products li.product:nth-child(4n),
.woocommerce.columns-4 ul.products li.product:nth-child(4n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.columns-4 ul.products li.product:nth-child(4n+1),
.woocommerce.columns-4 ul.products li.product:nth-child(4n+1) {
	clear: left
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
	width: 17.5%;
	width: calc(20% - 16px)
}

.woocommerce-page.columns-5 ul.products li.product:nth-child(5n),
.woocommerce.columns-5 ul.products li.product:nth-child(5n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.columns-5 ul.products li.product:nth-child(5n+1),
.woocommerce.columns-5 ul.products li.product:nth-child(5n+1) {
	clear: left
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
	width: 14%;
	width: calc(16.66% - 16.66px)
}

.woocommerce-page.columns-6 ul.products li.product:nth-child(6n),
.woocommerce.columns-6 ul.products li.product:nth-child(6n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.columns-6 ul.products li.product:nth-child(6n+1),
.woocommerce.columns-6 ul.products li.product:nth-child(6n+1) {
	clear: left
}

.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
	zoom: 1
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
	clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left;
	display: flex;
	margin: 0 auto
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
	display: none
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
	margin-left: 5px
}

@media (min-width:545px) {

	.woocommerce #content table.cart td.actions>input[type=submit],
	.woocommerce table.cart td.actions>input[type=submit],
	.woocommerce-page #content table.cart td.actions>input[type=submit],
	.woocommerce-page table.cart td.actions>input[type=submit] {
		margin: 5px auto
	}
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	zoom: 1;
	width: 100%
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
	content: ' ';
	display: table
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
	clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 48%;
	float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
	float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: calc(50% - 10px)
}

.woocommerce .cart-collaterals .cross-sells ul.products li.first,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.first {
	clear: both
}

.woocommerce .cart-collaterals .cross-sells ul.products li.last,
.woocommerce-page .cart-collaterals .cross-sells ul.products li.last {
	margin-right: 0
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	zoom: 1;
	clear: right;
	float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
	content: ' ';
	display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
	clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	zoom: 1
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
	content: ' ';
	display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
	clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	zoom: 1
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
	content: ' ';
	display: table
}

.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
	clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 47%;
	overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	clear: both
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0;
	width: 100%;
	margin-bottom: 1em
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: right
}

.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
	zoom: 1
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
	clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
	padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
	position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
	border: 0;
	margin: 1em 0 0;
	padding: 3px
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
	padding: 3px 0;
	border-bottom: 1px solid var(--ast-border-color);
	width: 100%;
	margin: 10px 0
}

.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row {
	padding-left: 0;
	padding-right: 0
}

}

.woocommerce-store-notice,
p.demo_store {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	display: none
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #fff;
	text-decoration: underline
}

.woocommerce-store-notice[data-position=bottom],
p.demo_store[data-position=bottom] {
	bottom: 0;
	top: initial
}

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

.clear {
	clear: both
}

.ast-site-header-cart,
.woocommerce .ast-site-header-cart {
	position: relative;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	order: 1;
	cursor: pointer
}

.ast-site-header-cart:focus .widget_shopping_cart,
.ast-site-header-cart:hover .widget_shopping_cart,
.woocommerce .ast-site-header-cart:focus .widget_shopping_cart,
.woocommerce .ast-site-header-cart:hover .widget_shopping_cart {
	right: 0;
	left: auto
}

.ast-site-header-cart .ast-shopping-cart-icon,
.woocommerce .ast-site-header-cart .ast-shopping-cart-icon {
	display: initial;
	vertical-align: middle
}

.ast-site-header-cart .ast-shopping-cart-icon:before,
.woocommerce .ast-site-header-cart .ast-shopping-cart-icon:before {
	content: "\e854";
	font-family: Astra;
	font-size: 18px;
	font-size: 1.2857rem
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons {
	margin: 1.41575em
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a {
	width: 100%
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .woocommerce-mini-cart__buttons a.button {
	text-align: center
}

.ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .ast-mini-cart-message .woocommerce-mini-cart__empty-message,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .ast-mini-cart-empty .ast-mini-cart-message .woocommerce-mini-cart__empty-message {
	text-align: center;
	margin-bottom: 0
}

.ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .widget_shopping_cart_content>ul {
	text-align: left;
	width: auto;
	position: relative;
	left: auto;
	top: auto;
	border-top: 0
}

.ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message,
.woocommerce .ast-site-header-cart .ast-site-header-cart-data .woocommerce-mini-cart__empty-message {
	text-align: left
}

.ast-site-header-cart .widget_shopping_cart,
.woocommerce .ast-site-header-cart .widget_shopping_cart {
	position: absolute;
	top: 100%;
	width: 280px;
	z-index: 999999;
	font-size: .875em;
	left: -999em;
	display: block;
	line-height: 1.618;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

.ast-site-header-cart .widget_shopping_cart:after,
.ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .ast-site-header-cart .widget_shopping_cart:before {
	bottom: 99.9%;
	left: auto;
	right: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .ast-site-header-cart .widget_shopping_cart:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
	margin-bottom: -.3px
}

.ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-site-header-cart .widget_shopping_cart:before {
	border-color: rgba(230, 230, 230, 0);
	border-bottom-color: var(--ast-border-color);
	border-width: 7px;
	margin-left: -12px;
	right: 7px
}

.ast-site-header-cart .widget_shopping_cart .widget_shopping_cart_content>.woocommerce-mini-cart__empty-message,
.woocommerce .ast-site-header-cart .widget_shopping_cart .widget_shopping_cart_content>.woocommerce-mini-cart__empty-message {
	display: none
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget {
	padding: 1em 1.5em;
	max-height: 500px;
	max-height: 50vh;
	overflow-y: auto
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li {
	padding: .5em 2em .5em 5em;
	border-bottom: 1px solid var(--ast-border-color)
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li .remove {
	top: .4em
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li:last-child {
	border-bottom: 0
}

.ast-site-header-cart .widget_shopping_cart .product_list_widget li img,
.woocommerce .ast-site-header-cart .widget_shopping_cart .product_list_widget li img {
	max-width: 4em;
	margin: 0 0 .5em 0
}

.ast-site-header-cart .widget_shopping_cart p.buttons,
.ast-site-header-cart .widget_shopping_cart p.total,
.woocommerce .ast-site-header-cart .widget_shopping_cart p.buttons,
.woocommerce .ast-site-header-cart .widget_shopping_cart p.total {
	padding: 1em 1.5em;
	margin: 0;
	text-align: center
}

.ast-site-header-cart .widget_shopping_cart .buttons .button,
.ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward,
.woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button,
.woocommerce .ast-site-header-cart .widget_shopping_cart .buttons .button.wc-forward {
	display: block;
	margin-right: 0;
	width: 100%;
	margin-left: 0
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message,
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	margin: 1.41575em
}

.ast-site-header-cart .widget_shopping_cart .cart_list a,
.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a {
	padding: 0
}

.ast-site-header-cart .widget_shopping_cart .cart_list a.remove,
.woocommerce .ast-site-header-cart .widget_shopping_cart .cart_list a.remove {
	border-width: 1px
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total,
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong,
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total strong {
	width: 40%;
	text-align: left;
	font-weight: 500
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount,
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount {
	width: 60%;
	text-align: right
}

.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount,
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__total .amount {
	padding-left: .5em
}

.ast-site-header-cart:focus .widget_shopping_cart,
.ast-site-header-cart:hover .widget_shopping_cart {
	opacity: 1;
	visibility: visible
}

.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .quantity,
.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .variation,
.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list .quantity,
.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list .variation,
.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .quantity,
.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list .variation {
	margin-bottom: .4em
}

.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove,
.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list a.remove,
.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove {
	color: var(--ast-global-color-3)
}

.ast-above-header-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover,
.ast-below-header .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover,
.main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart .cart_list a.remove:hover {
	color: var(--ast-global-color-3)
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart {
	right: auto;
	left: 0;
	transition: left 0s
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart:after,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:after,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before {
	left: 15px;
	right: auto
}

.ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.site-header-section-left .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .ast-above-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .below-header-section-1 .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .header-main-layout-3 .main-header-bar-wrap .ast-site-header-cart .widget_shopping_cart:before,
.woocommerce .site-header-section-left .ast-site-header-cart .widget_shopping_cart:before {
	left: 11px;
	right: auto
}

.ast-cart-menu-wrap {
	display: inline-block;
	line-height: 1
}

.ast-cart-menu-wrap .count {
	font-weight: 700;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	min-width: 2.1em;
	min-height: 2.1em;
	font-size: .86em;
	line-height: 1.8;
	border-radius: 0 0 .3em .3em;
	border-width: 2px;
	border-style: solid;
	padding: 0 .4em
}

.ast-cart-menu-wrap .count:after {
	bottom: 100%;
	margin-bottom: 0;
	height: .8em;
	width: .8em;
	left: 50%;
	transform: translateX(-50%);
	top: -.6em;
	content: ' ';
	position: absolute;
	pointer-events: none;
	border-width: 2px;
	border-style: solid;
	border-top-left-radius: 10em;
	border-top-right-radius: 10em;
	border-bottom: 0
}

.ast-woocommerce-cart-menu .main-header-menu .woocommerce-custom-menu-item li:hover>a.remove {
	color: #ccc
}

.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart {
	flex: 1
}

.ast-woocommerce-cart-menu .header-main-layout-1.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li {
	text-align: right
}

.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart {
	flex: 1
}

.ast-woocommerce-cart-menu .header-main-layout-3.ast-no-menu-items .ast-site-header-cart .ast-site-header-cart-li {
	text-align: left
}

.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container {
	display: flex;
	justify-content: center
}

.ast-woocommerce-cart-menu .header-main-layout-2 .site-branding {
	flex: 0 0 100%
}

.ast-header-break-point .woocommerce-custom-menu-item .ast-cart-menu-wrap {
	width: 2em;
	height: 2em;
	font-size: 1.4em;
	line-height: 2;
	vertical-align: middle;
	text-align: right
}

.ast-header-break-point .ast-button-wrap .main-header-menu-toggle {
	font-size: 1.4em
}

.ast-header-break-point .main-header-menu .woocommerce-custom-menu-item .ast-cart-menu-wrap {
	height: 3em;
	line-height: 3;
	text-align: left
}

.ast-header-break-point .ast-site-header-cart .widget_shopping_cart {
	display: none
}

.ast-header-break-point.ast-woocommerce-cart-menu .ast-site-header-cart {
	order: initial;
	line-height: 3;
	padding: 0
}

.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3 .ast-site-header-cart {
	padding: 0 0 1em 1em
}

.ast-header-break-point.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-site-header-cart {
	padding: 0
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item {
	margin-bottom: 0;
	margin-top: 0
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart {
	padding: 0
}

.ast-header-break-point .ast-masthead-custom-menu-items.woocommerce-custom-menu-item .ast-site-header-cart a {
	border: none;
	display: inline-block
}

.ast-header-break-point.ast-hfb-header.ast-woocommerce-cart-menu .ast-site-header-cart {
	padding: 0
}

.woocommerce-js .blockUI.blockOverlay {
	position: relative
}

.woocommerce-js .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	animation: spin 1s ease-in-out infinite;
	background-size: cover;
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce-js .loader::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: '';
	animation: spin 1s ease-in-out infinite;
	background-size: cover;
	background-color: var(--ast-global-color-secondary, --ast-global-color-5);
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce-js h2 {
	margin-bottom: .7em
}

.woocommerce-js a.remove {
	position: relative;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-weight: 400;
	font-size: 18px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 21px;
	border-radius: 100%;
	color: var(--ast-global-color-3);
	text-decoration: none;
	opacity: .5
}

.woocommerce-js a.remove .ahfb-svg-iconset {
	transform: scale(.7);
	transition: none
}

.woocommerce-js a.remove .ahfb-svg-iconset .ast-close-svg {
	width: 100%;
	height: 100%
}

.woocommerce-js a.remove:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--ast-global-color-3);
	border-radius: 100%;
	transition: all .2s linear
}

.woocommerce-js a.remove:hover {
	color: var(--ast-global-color-3);
	opacity: 1
}

.woocommerce-js a.remove:hover:before {
	border-color: var(--ast-global-color-3)
}

.woocommerce-js small.note {
	display: block;
	color: #777;
	font-size: .857em;
	margin-top: 10px
}

.woocommerce-js .woocommerce-breadcrumb {
	zoom: 1;
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #777
}

.woocommerce-js .woocommerce-breadcrumb::after,
.woocommerce-js .woocommerce-breadcrumb::before {
	content: ' ';
	display: table
}

.woocommerce-js .woocommerce-breadcrumb::after {
	clear: both
}

.woocommerce-js .woocommerce-breadcrumb a {
	color: #777
}

.woocommerce-js .quantity input[type=email],
.woocommerce-js .quantity input[type=number],
.woocommerce-js .quantity input[type=text] {
	padding: .3em
}

.woocommerce-js .quantity input[type=email]:focus,
.woocommerce-js .quantity input[type=number]:focus,
.woocommerce-js .quantity input[type=text]:focus {
	outline: 0;
	border-color: var(--ast-border-color)
}

.woocommerce-js .quantity .qty {
	width: 3.631em;
	text-align: center;
	min-height: 35px
}

.woocommerce-js div.product {
	margin-bottom: 0;
	position: relative
}

.woocommerce-js div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0
}

.woocommerce-js div.product p.price,
.woocommerce-js div.product span.price {
	color: #77a464;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 .2em
}

.woocommerce-js div.product p.price ins,
.woocommerce-js div.product span.price ins {
	background: inherit;
	font-weight: 700;
	display: inline-block;
	text-decoration: inherit
}

.woocommerce-js div.product p.price del,
.woocommerce-js div.product span.price del {
	opacity: .5;
	font-weight: 400;
	display: initial
}

.woocommerce-js div.product p.ast-stock-detail,
.woocommerce-js div.product p.stock {
	font-size: 1em
}

.woocommerce-js div.product p.ast-stock-detail .ast-stock-avail,
.woocommerce-js div.product p.stock .ast-stock-avail {
	font-weight: 700
}

.woocommerce-js div.product .stock {
	color: #77a464
}

.woocommerce-js div.product .out-of-stock {
	color: red
}

.woocommerce-js div.product .product_title {
	margin: 0 0 .5em 0
}

.woocommerce-js div.product .product_meta {
	border-top: 1px solid var(--ast-border-color);
	padding-top: .5em;
	font-size: .9em;
	margin: 0 0 .8em;
	text-decoration: inherit
}

.woocommerce-js div.product .product_meta>span {
	display: inline-block;
	margin-right: 15px;
	align-items: center;
	font-weight: 500
}

.woocommerce-js div.product .product_meta>span>* {
	font-weight: 400
}

.woocommerce-js div.product .woocommerce-product-rating {
	margin: 0 0 .5em
}

.woocommerce-js div.product div.images {
	margin-bottom: 2em
}

.woocommerce-js div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: none
}

.woocommerce-js div.product div.images div.thumbnails {
	padding-top: 1em
}

.woocommerce-js div.product div.images.woocommerce-product-gallery {
	position: relative
}

.woocommerce-js div.product div.images.woocommerce-product-gallery .flex-viewport {
	transform-style: preserve-3d;
	margin-bottom: 1em
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper {
	transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	margin: 0;
	padding: 0
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: var(--ast-global-color-primary, var(--ast-global-color-5));
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
	backface-visibility: hidden
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid var(--ast-global-color-3);
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: var(--ast-global-color-3);
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	transform: rotate(-45deg);
	box-sizing: content-box
}

.woocommerce-js div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0
}

.woocommerce-js div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none
}

.woocommerce-js div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0
}

.woocommerce-js div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce-js div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 32%;
	width: calc(33.33% - .7em);
	margin-right: 1em;
	margin-bottom: 1em
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: left
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 24%;
	width: calc(25% - .75em);
	margin-right: 1em;
	margin-bottom: 1em
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 18.5%;
	width: calc(20% - .8em);
	margin-right: 1em;
	margin-bottom: 1em
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0
}

.woocommerce-js div.product div.summary {
	margin-bottom: 2em
}

.woocommerce-js div.product div.summary .single-product-category {
	display: block;
	line-height: 1;
	margin-bottom: 1em
}

.woocommerce-js div.product div.summary .woocommerce-product-details__short-description :last-child {
	margin-bottom: 1em
}

.woocommerce-js div.product div.social {
	text-align: right;
	margin: 0 0 1em
}

.woocommerce-js div.product div.social span {
	margin: 0 0 0 2px
}

.woocommerce-js div.product div.social span span {
	margin: 0
}

.woocommerce-js div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0
}

.woocommerce-js div.product div.social iframe {
	float: left;
	margin-top: 3px
}

.woocommerce-js div.product .woocommerce-tabs {
	padding-top: 2em;
	margin-bottom: 4em;
	width: 100%
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	overflow: hidden;
	position: relative
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--ast-border-color)
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: 0 0;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 1em 0 0;
	padding: 0;
	border-radius: 0
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #6b6a6b
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
	z-index: 2;
	border-bottom-color: #fff
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active a {
	text-shadow: inherit;
	outline: 0
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 3px;
	box-shadow: none;
	top: 0;
	left: 0;
	border-radius: 0
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li.active::after {
	border: none;
	box-shadow: none
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs li::before {
	content: ' ';
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	border: none;
	box-shadow: none
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: ' ';
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid var(--ast-border-color);
	z-index: 1
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce-js div.product .woocommerce-tabs ul.tabs.tabs::before {
	display: none;
	border: 0
}

.woocommerce-js div.product .woocommerce-tabs .panel {
	margin: 0 0 1.2em;
	padding: 0
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes {
	border-style: solid
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes p {
	padding: 0
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes td,
.woocommerce-js div.product .woocommerce-tabs .shop_attributes th {
	padding: .67em 1.34em;
	border-color: var(--ast-border-color)
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes th {
	border-left-width: 1px;
	border-style: solid;
	padding-left: .9em;
	color: var(--ast-global-color-2)
}

.woocommerce-js div.product .woocommerce-tabs .shop_attributes td {
	font-style: normal;
	border-style: solid
}

.woocommerce-js div.product #reviews #comments {
	width: 100%
}

.woocommerce-js div.product #reviews #review_form_wrapper {
	width: 100%;
	padding-left: 0
}

.woocommerce-js div.product #reviews #respond p.comment-form-author,
.woocommerce-js div.product #reviews #respond p.comment-form-email {
	margin-bottom: 1em
}

@media (min-width:1201px) {

	.woocommerce-js div.product #reviews .comment-form-author,
	.woocommerce-js div.product #reviews .comment-form-email {
		width: 49%;
		display: inline-block
	}

	.woocommerce-js div.product #reviews .comment-form-author input,
	.woocommerce-js div.product #reviews .comment-form-email input {
		width: 100%
	}

	.woocommerce-js div.product #reviews .comment-form-author {
		float: left
	}

	.woocommerce-js div.product #reviews .comment-form-email {
		float: right
	}

	.woocommerce-js div.product #reviews .comment-form-cookies-consent {
		clear: both
	}
}

.woocommerce-js div.product p.cart {
	margin-bottom: 2em;
	zoom: 1
}

.woocommerce-js div.product p.cart::after,
.woocommerce-js div.product p.cart::before {
	content: ' ';
	display: table
}

.woocommerce-js div.product p.cart::after {
	clear: both
}

.woocommerce-js div.product form.cart {
	zoom: 1
}

.woocommerce-js div.product form.cart .ast-woo-single-cart-button-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.woocommerce-js div.product form.cart::after,
.woocommerce-js div.product form.cart::before {
	content: ' ';
	display: table
}

.woocommerce-js div.product form.cart::after {
	clear: both
}

.woocommerce-js div.product form.cart div.quantity {
	float: left;
	margin: 0 1em 1em 0
}

.woocommerce-js div.product form.cart table {
	border-width: 0 0 1px;
	margin: 0 0 1em
}

.woocommerce-js div.product form.cart table td {
	padding-left: 0
}

.woocommerce-js div.product form.cart table div.quantity {
	float: none;
	margin: 0
}

.woocommerce-js div.product form.cart table small.stock {
	display: block;
	float: none
}

.woocommerce-js div.product form.cart .variations {
	border-bottom: 1px solid var(--ast-border-color);
	position: relative;
	margin-bottom: 1em;
	width: 100%
}

.woocommerce-js div.product form.cart .variations td,
.woocommerce-js div.product form.cart .variations th {
	border: 0;
	vertical-align: top;
	line-height: 2em;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	display: block
}

.woocommerce-js div.product form.cart .variations tr {
	margin-bottom: .5em
}

.woocommerce-js div.product form.cart .variations th {
	margin-bottom: .5em;
	padding-left: 0
}

.woocommerce-js div.product form.cart .variations label {
	font-weight: 700
}

.woocommerce-js div.product form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	width: 100%
}

.woocommerce-js div.product form.cart .variations td.label {
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 1px
}

.woocommerce-js div.product form.cart .woocommerce-variation-description p {
	margin-bottom: 1em
}

.woocommerce-js div.product form.cart .reset_variations {
	all: initial;
	font-family: inherit;
	visibility: hidden;
	position: static;
	display: inline-block;
	color: inherit;
	opacity: .6;
	font-size: .75rem;
	text-transform: uppercase;
	cursor: pointer
}

.woocommerce-js div.product form.cart .wc-no-matching-variations {
	display: none
}

.woocommerce-js div.product form.cart .button {
	vertical-align: middle;
	float: left;
	width: auto;
	margin-bottom: 1em
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
	padding: 10px 20px
}

.woocommerce-js div.product form.cart .group_table tr:last-child td {
	border-bottom: 0
}

.woocommerce-js div.product form.cart .group_table td.label {
	padding: .5em;
	font-size: .8rem;
	line-height: 1.3;
	font-weight: 700
}

.woocommerce-js div.product form.cart .group_table td {
	vertical-align: middle;
	padding-bottom: .5em;
	border-right: 0;
	border-bottom: 1px solid var(--ast-border-color)
}

.woocommerce-js div.product form.cart .group_table td:first-child {
	text-align: left;
	width: 4em
}

.woocommerce-js div.product form.cart .group_table td.price {
	padding-left: .8em;
	font-weight: 700;
	font-size: .9rem
}

.woocommerce-js div.product form.cart .group_table td.price del {
	opacity: .5
}

.woocommerce-js div.product form.cart .group_table .button {
	padding: .8em;
	font-weight: 400;
	font-size: .9rem;
	white-space: nowrap
}

.woocommerce-js div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	transform: scale(1.5, 1.5)
}

.woocommerce-js div.product form.cart p.stock {
	line-height: 1.3;
	margin-bottom: .8em;
	font-size: .9em
}

.woocommerce-js div.product form.cart .single_variation_wrap {
	width: 100%
}

.woocommerce-js div.product form.cart .single_variation_wrap p {
	margin-bottom: 1em
}

.woocommerce-js div.product form.cart .single_variation_wrap .single_variation {
	margin-bottom: 1.2em;
	border-top: 1px solid var(--ast-border-color);
	padding-top: 0;
	border-top: 0
}

.woocommerce-js div.product span.onsale {
	min-height: 3.5em;
	min-width: 3.5em;
	line-height: 3.5em
}

.woocommerce-js div.product .related.products,
.woocommerce-js div.product .woocommerce-tabs {
	display: block
}

.woocommerce-js div.product .related.products ul.products {
	margin: 0
}

.woocommerce-js div.product .related.products ul.products li.product {
	width: 22.5%;
	width: calc(25% - 15px)
}

.woocommerce-js span.onsale {
	min-width: 3em;
	min-height: 3em;
	line-height: 3em;
	padding: 0;
	font-size: .8em;
	font-weight: 400;
	position: absolute;
	text-align: center;
	top: .5em;
	left: .5em;
	margin: 0;
	border-radius: 100%;
	background-color: #77a464;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	z-index: 9
}

.woocommerce-js.single-product .sale>span.onsale {
	font-size: 1em;
	left: -.5em
}

.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale {
	top: -.5em
}

.woocommerce-js .products ul,
.woocommerce-js ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside;
	clear: both;
	zoom: 1
}

.woocommerce-js .products ul::after,
.woocommerce-js .products ul::before,
.woocommerce-js ul.products::after,
.woocommerce-js ul.products::before {
	content: ' ';
	display: table
}

.woocommerce-js .products ul::after,
.woocommerce-js ul.products::after {
	clear: both
}

.woocommerce-js .products ul::after,
.woocommerce-js .products ul::before,
.woocommerce-js ul.products::after,
.woocommerce-js ul.products::before {
	width: 0
}

.woocommerce-js .products ul li,
.woocommerce-js ul.products li {
	list-style: none outside
}

.woocommerce-js ul.products li.product.product-category {
	padding-bottom: 0
}

.woocommerce-js ul.products li.product.product-category a {
	height: 100%
}

.woocommerce-js ul.products li.product.product-category a img {
	height: 100%;
	object-fit: cover
}

.woocommerce-js ul.products li.product .onsale {
	top: 0;
	right: 0;
	left: auto;
	margin: -.5em -.5em 0 0
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title,
.woocommerce-js ul.products li.product .woocommerce-loop-product__title,
.woocommerce-js ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em
}

.woocommerce-js ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 1em;
	box-shadow: none
}

.woocommerce-js ul.products li.product a img.show-on-hover {
	width: 0;
	height: 0;
	object-fit: cover
}

.woocommerce-js ul.products li.product strong {
	display: block
}

.woocommerce-js ul.products li.product .star-rating {
	font-size: .857em
}

.woocommerce-js ul.products li.product .button {
	margin-top: 1em
}

.woocommerce-js ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em
}

.woocommerce-js ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block
}

.woocommerce-js ul.products li.product .price ins {
	background: 0 0;
	font-weight: 700;
	display: inline-block;
	text-decoration: inherit
}

.woocommerce-js ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, .5)
}

.woocommerce-js ul.products li.product a.ast-loop-product__link {
	display: inline-block;
	width: 100%
}

.woocommerce-js ul.products li.product:hover .show-on-hover {
	width: 100%;
	height: 100%
}

.woocommerce-js .woocommerce-result-count {
	margin: 1em 0 1em;
	line-height: 1
}

.woocommerce-js .woocommerce-ordering {
	margin: 0 0 1.5em
}

.woocommerce-js .woocommerce-ordering select {
	vertical-align: top
}

.woocommerce-js nav.woocommerce-pagination {
	text-align: left
}

.woocommerce-js nav.woocommerce-pagination ul {
	display: inline-block;
	text-align: center;
	white-space: normal;
	padding: 0;
	clear: both;
	border: 0;
	margin: 1px
}

.woocommerce-js nav.woocommerce-pagination ul li {
	margin: 0 5px 5px 0;
	border: 1px solid var(--ast-border-color);
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden
}

.woocommerce-js nav.woocommerce-pagination ul li a,
.woocommerce-js nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .75em;
	display: block;
	min-width: 2.5em
}

.woocommerce-js nav.woocommerce-pagination ul li a:focus,
.woocommerce-js nav.woocommerce-pagination ul li a:hover,
.woocommerce-js nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb;
	color: #8a7e88
}

.woocommerce-js #respond input#submit,
.woocommerce-js a.button,
.woocommerce-js button.button,
.woocommerce-js input.button {
	margin: 0;
	position: relative;
	overflow: visible;
	left: auto;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none
}

.woocommerce-js #respond input#submit.loading,
.woocommerce-js a.button.loading,
.woocommerce-js button.button.loading,
.woocommerce-js input.button.loading {
	opacity: .25
}

.woocommerce-js #respond input#submit.loading::after,
.woocommerce-js a.button.loading::after,
.woocommerce-js button.button.loading::after,
.woocommerce-js input.button.loading::after {
	display: inline-block;
	content: "";
	position: relative;
	top: 0;
	right: -.5em;
	left: auto;
	width: .8em;
	height: .8em;
	background-color: var(--ast-global-color-primary, var(--ast-global-color-5));
	background-image: none;
	border-radius: 100%;
	animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8)
}

.woocommerce-js #respond input#submit.added::after,
.woocommerce-js a.button.added::after,
.woocommerce-js button.button.added::after,
.woocommerce-js input.button.added::after {
	font-family: WooCommerce;
	content: '\e017';
	margin-left: .53em;
	vertical-align: bottom
}

.woocommerce-js #respond input#submit.alt.disabled,
.woocommerce-js #respond input#submit.alt.disabled:hover,
.woocommerce-js #respond input#submit.alt:disabled,
.woocommerce-js #respond input#submit.alt:disabled:hover,
.woocommerce-js #respond input#submit.alt:disabled[disabled],
.woocommerce-js #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce-js a.button.alt.disabled,
.woocommerce-js a.button.alt.disabled:hover,
.woocommerce-js a.button.alt:disabled,
.woocommerce-js a.button.alt:disabled:hover,
.woocommerce-js a.button.alt:disabled[disabled],
.woocommerce-js a.button.alt:disabled[disabled]:hover,
.woocommerce-js button.button.alt.disabled,
.woocommerce-js button.button.alt.disabled:hover,
.woocommerce-js button.button.alt:disabled,
.woocommerce-js button.button.alt:disabled:hover,
.woocommerce-js button.button.alt:disabled[disabled],
.woocommerce-js button.button.alt:disabled[disabled]:hover,
.woocommerce-js input.button.alt.disabled,
.woocommerce-js input.button.alt.disabled:hover,
.woocommerce-js input.button.alt:disabled,
.woocommerce-js input.button.alt:disabled:hover,
.woocommerce-js input.button.alt:disabled[disabled],
.woocommerce-js input.button.alt:disabled[disabled]:hover {
	background-color: var(--ast-global-color-1);
	color: #fff
}

.woocommerce-js #respond input#submit.disabled,
.woocommerce-js #respond input#submit:disabled,
.woocommerce-js #respond input#submit:disabled[disabled],
.woocommerce-js a.button.disabled,
.woocommerce-js a.button:disabled,
.woocommerce-js a.button:disabled[disabled],
.woocommerce-js button.button.disabled,
.woocommerce-js button.button:disabled,
.woocommerce-js button.button:disabled[disabled],
.woocommerce-js input.button.disabled,
.woocommerce-js input.button:disabled,
.woocommerce-js input.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em
}

.woocommerce-js #respond input#submit.disabled:hover,
.woocommerce-js #respond input#submit:disabled:hover,
.woocommerce-js #respond input#submit:disabled[disabled]:hover,
.woocommerce-js a.button.disabled:hover,
.woocommerce-js a.button:disabled:hover,
.woocommerce-js a.button:disabled[disabled]:hover,
.woocommerce-js button.button.disabled:hover,
.woocommerce-js button.button:disabled:hover,
.woocommerce-js button.button:disabled[disabled]:hover,
.woocommerce-js input.button.disabled:hover,
.woocommerce-js input.button:disabled:hover,
.woocommerce-js input.button:disabled[disabled]:hover {
	color: var(--ast-global-color-4);
	background-color: var(--ast-global-color-1)
}

.woocommerce-js .cart .button,
.woocommerce-js .cart input.button {
	float: none
}

.woocommerce-js #reviews .woocommerce-Reviews-title {
	display: none
}

.woocommerce-js #reviews h2 {
	font-weight: 400
}

.woocommerce-js #reviews h2 small {
	float: right;
	color: #777;
	font-size: 15px;
	margin: 10px 0 0
}

.woocommerce-js #reviews h2 small a {
	text-decoration: none;
	color: #777
}

.woocommerce-js #reviews h3 {
	margin: 0
}

.woocommerce-js #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}

.woocommerce-js #reviews #comment {
	height: 75px
}

.woocommerce-js #reviews #comments .add_review {
	zoom: 1
}

.woocommerce-js #reviews #comments .add_review::after,
.woocommerce-js #reviews #comments .add_review::before {
	content: ' ';
	display: table
}

.woocommerce-js #reviews #comments .add_review::after {
	clear: both
}

.woocommerce-js #reviews #comments h2 {
	clear: none
}

.woocommerce-js #reviews #comments ol.commentlist {
	zoom: 1;
	margin: 0;
	width: 100%;
	background: 0 0;
	list-style: none
}

.woocommerce-js #reviews #comments ol.commentlist::after,
.woocommerce-js #reviews #comments ol.commentlist::before {
	content: ' ';
	display: table
}

.woocommerce-js #reviews #comments ol.commentlist::after {
	clear: both
}

.woocommerce-js #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 2em;
	border: 0;
	position: relative;
	background: 0;
	border: 0;
	border-bottom: 1px solid var(--ast-border-color)
}

.woocommerce-js #reviews #comments ol.commentlist li:last-child {
	border-bottom: 0
}

.woocommerce-js #reviews #comments ol.commentlist li .meta {
	color: #777;
	font-size: .75em
}

.woocommerce-js #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	height: 3.6em;
	width: 3.6em;
	border: none;
	background: 0 0;
	margin: 0;
	border-radius: 100%;
	box-shadow: none
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: none;
	border-radius: 4px;
	padding: 0 1.5em;
	zoom: 1;
	display: flex;
	flex-wrap: wrap
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text::before {
	content: ' ';
	display: table
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text::after {
	clear: both
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1.7em
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta {
	order: 1;
	width: 100%;
	font-size: 1.2em;
	margin-bottom: .4em
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__author,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
	font-weight: 500
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__dash,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
	display: none
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text meta .woocommerce-review__published-date,
.woocommerce-js #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
	padding-left: .5em;
	font-size: .73em
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text .description {
	font-style: normal;
	order: 3;
	width: 100%
}

.woocommerce-js #reviews #comments ol.commentlist li .comment-text .star-rating {
	order: 2;
	margin-bottom: 1em
}

.woocommerce-js #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px
}

.woocommerce-js #reviews #comments ol.commentlist ul.children .star-rating {
	display: none
}

.woocommerce-js #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px
}

.woocommerce-js #reviews #comments .commentlist>li::before {
	content: ''
}

.woocommerce-js #reviews #review_form {
	border: 1px solid var(--ast-border-color);
	padding: 1.67em
}

.woocommerce-js #reviews #review_form #respond p {
	margin: 2px 0 6px
}

.woocommerce-js #reviews #review_form #respond p.form-submit {
	margin-top: 1em
}

.woocommerce-js #reviews #review_form #respond p.comment-form-author,
.woocommerce-js #reviews #review_form #respond p.comment-form-email {
	margin-bottom: 1em
}

.woocommerce-js #reviews #review_form #respond p.comment-form-author label,
.woocommerce-js #reviews #review_form #respond p.comment-form-email label {
	display: inline-block;
	min-width: 100px
}

.woocommerce-js #reviews #review_form #respond p.comment-form-author input,
.woocommerce-js #reviews #review_form #respond p.comment-form-email input {
	width: 100%
}

.woocommerce-js #reviews #review_form #respond #comment {
	height: 90px
}

.woocommerce-js #reviews #review_form #respond .stars {
	margin: 0
}

.woocommerce-js #reviews #review_form input {
	max-width: 100%
}

.woocommerce-js #reviews .comment-form-rating {
	display: flex;
	vertical-align: middle;
	margin: 15px 0
}

.woocommerce-js #reviews .comment-form-rating .stars {
	margin-bottom: 0
}

.woocommerce-js #reviews .comment-form-rating .stars a {
	position: relative;
	top: 8px;
	height: 1.2em;
	width: 1.2em
}

.woocommerce-js #reviews .comment-form-rating .stars a:before {
	width: 1.2em;
	height: 1.2em;
	font-size: 1.2em
}

.woocommerce-js #reviews .comment-form-comment label,
.woocommerce-js #reviews .comment-form-rating label {
	font-size: 1.2em;
	font-weight: 500;
	padding-right: .5em
}

.woocommerce-js .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star, serif
}

.woocommerce-js .star-rating::before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.woocommerce-js .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.woocommerce-js .star-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0
}

.woocommerce-js .woocommerce-product-rating {
	zoom: 1;
	line-height: 2;
	display: block
}

.woocommerce-js .woocommerce-product-rating::after,
.woocommerce-js .woocommerce-product-rating::before {
	content: ' ';
	display: table
}

.woocommerce-js .woocommerce-product-rating::after {
	clear: both
}

.woocommerce-js .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left
}

.woocommerce-js .products .star-rating {
	display: block;
	margin: .5em auto 0;
	float: none
}

.woocommerce-js .hreview-aggregate .star-rating {
	margin: 10px 0 0
}

.woocommerce-js #review_form #respond {
	zoom: 1;
	position: static;
	margin: 0;
	width: auto;
	background: transparent none
}

.woocommerce-js #review_form #respond::after,
.woocommerce-js #review_form #respond::before {
	content: ' ';
	display: table
}

.woocommerce-js #review_form #respond::after {
	clear: both
}

.woocommerce-js #review_form #respond .form-submit input {
	left: auto
}

.woocommerce-js #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%
}

.woocommerce-js p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none
}

.woocommerce-js p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: '\e021';
	text-indent: 0
}

.woocommerce-js p.stars a:hover~a::before {
	content: '\e021'
}

.woocommerce-js p.stars:hover a::before {
	content: '\e020'
}

.woocommerce-js p.stars.selected a.active::before {
	content: '\e020'
}

.woocommerce-js p.stars.selected a.active~a::before {
	content: '\e021'
}

.woocommerce-js p.stars.selected a:not(.active)::before {
	content: '\e020'
}

.woocommerce-js table.shop_attributes {
	border: 0;
	border-top: 1px solid var(--ast-border-color);
	margin-bottom: 1.618em;
	width: 100%
}

.woocommerce-js table.shop_attributes th {
	width: 150px;
	font-weight: 500;
	border-top: 0;
	border-bottom: 1px dotted var(--ast-border-color);
	margin: 0;
	line-height: 1.5;
	text-align: left
}

.woocommerce-js table.shop_attributes td {
	font-style: italic;
	padding: 0;
	border-top: 0;
	border-bottom: 1px dotted var(--ast-border-color);
	margin: 0;
	line-height: 1.5;
	text-align: left
}

.woocommerce-js table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}

.woocommerce-js table.shop_table {
	border: 1px solid var(--ast-border-color);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px
}

.woocommerce-js table.shop_table th {
	font-weight: 700;
	padding: 9px 12px
}

.woocommerce-js table.shop_table td {
	border-top: 1px solid var(--ast-border-color);
	padding: 6px 12px;
	vertical-align: middle
}

.woocommerce-js table.shop_table td small {
	font-weight: 400
}

.woocommerce-js table.shop_table tbody:first-child tr:first-child td,
.woocommerce-js table.shop_table tbody:first-child tr:first-child th {
	border-top: 0
}

.woocommerce-js table.shop_table tbody th,
.woocommerce-js table.shop_table tfoot td,
.woocommerce-js table.shop_table tfoot th {
	font-weight: 500;
	border-top: 1px solid var(--ast-border-color)
}

.woocommerce-js #customer_details,
.woocommerce-js .woocommerce table.shop_table {
	margin-bottom: 2em;
	border-radius: 0
}

.woocommerce-js table.my_account_orders {
	font-size: .85em
}

.woocommerce-js table.my_account_orders td,
.woocommerce-js table.my_account_orders th {
	padding: 4px 8px;
	vertical-align: middle
}

.woocommerce-js table.my_account_orders .button {
	white-space: nowrap
}

.woocommerce-js table.my_account_orders .order-actions {
	text-align: right
}

.woocommerce-js table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em
}

.woocommerce-js table.woocommerce-MyAccount-downloads td,
.woocommerce-js table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center
}

.woocommerce-js table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce-js table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left
}

.woocommerce-js table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce-js table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left
}

.woocommerce-js table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce-js table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
	content: '\2193';
	display: inline-block
}

.woocommerce-js td.product-name .wc-item-meta,
.woocommerce-js td.product-name dl.variation {
	list-style: none outside;
	word-wrap: normal;
	width: 100%
}

.woocommerce-js td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-js td.product-name .wc-item-meta dt,
.woocommerce-js td.product-name dl.variation .wc-item-meta-label,
.woocommerce-js td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside;
	font-weight: 500
}

.woocommerce-js td.product-name .wc-item-meta dd,
.woocommerce-js td.product-name dl.variation dd {
	margin: 0
}

.woocommerce-js td.product-name .wc-item-meta dd p,
.woocommerce-js td.product-name dl.variation dd p {
	font-weight: 400
}

.woocommerce-js td.product-name .wc-item-meta p,
.woocommerce-js td.product-name .wc-item-meta:last-child,
.woocommerce-js td.product-name dl.variation p,
.woocommerce-js td.product-name dl.variation:last-child {
	margin-bottom: 0
}

.woocommerce-js td.product-name p.backorder_notification {
	font-size: .83em
}

.woocommerce-js td.product-quantity {
	min-width: 80px
}

.woocommerce-js ul.cart_list,
.woocommerce-js ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}

.woocommerce-js ul.cart_list li,
.woocommerce-js ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	zoom: 1;
	list-style: none
}

.woocommerce-js ul.cart_list li::after,
.woocommerce-js ul.cart_list li::before,
.woocommerce-js ul.product_list_widget li::after,
.woocommerce-js ul.product_list_widget li::before {
	content: ' ';
	display: table
}

.woocommerce-js ul.cart_list li::after,
.woocommerce-js ul.product_list_widget li::after {
	clear: both
}

.woocommerce-js ul.cart_list li a,
.woocommerce-js ul.product_list_widget li a {
	display: block;
	font-weight: 700
}

.woocommerce-js ul.cart_list li img,
.woocommerce-js ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none
}

.woocommerce-js ul.cart_list li dl,
.woocommerce-js ul.product_list_widget li dl {
	margin: 0;
	padding-left: 1em;
	border-left: 2px solid var(--ast-border-color);
	zoom: 1
}

.woocommerce-js ul.cart_list li dl::after,
.woocommerce-js ul.cart_list li dl::before,
.woocommerce-js ul.product_list_widget li dl::after,
.woocommerce-js ul.product_list_widget li dl::before {
	content: ' ';
	display: table
}

.woocommerce-js ul.cart_list li dl::after,
.woocommerce-js ul.product_list_widget li dl::after {
	clear: both
}

.woocommerce-js ul.cart_list li dl dd,
.woocommerce-js ul.cart_list li dl dt,
.woocommerce-js ul.product_list_widget li dl dd,
.woocommerce-js ul.product_list_widget li dl dt {
	display: inline-block;
	float: left;
	margin-bottom: .1em
}

.woocommerce-js ul.cart_list li dl dt,
.woocommerce-js ul.product_list_widget li dl dt {
	font-weight: 500;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left
}

.woocommerce-js ul.cart_list li dl dd,
.woocommerce-js ul.product_list_widget li dl dd {
	padding: 0 0 .25em
}

.woocommerce-js ul.cart_list li dl dd p:last-child,
.woocommerce-js ul.product_list_widget li dl dd p:last-child {
	margin-bottom: 0
}

.woocommerce-js ul.cart_list li .star-rating,
.woocommerce-js ul.product_list_widget li .star-rating {
	float: none
}

.woocommerce-js .widget_shopping_cart .total strong,
.woocommerce-js.widget_shopping_cart .total strong {
	min-width: 40px;
	display: inline-block;
	color: var(--ast-global-color-2)
}

.woocommerce-js .widget_shopping_cart .buttons,
.woocommerce-js.widget_shopping_cart .buttons {
	zoom: 1
}

.woocommerce-js .widget_shopping_cart .buttons::after,
.woocommerce-js .widget_shopping_cart .buttons::before,
.woocommerce-js.widget_shopping_cart .buttons::after,
.woocommerce-js.widget_shopping_cart .buttons::before {
	content: ' ';
	display: table
}

.woocommerce-js .widget_shopping_cart .buttons::after,
.woocommerce-js.widget_shopping_cart .buttons::after {
	clear: both
}

.woocommerce-js .widget_shopping_cart .buttons a,
.woocommerce-js.widget_shopping_cart .buttons a {
	margin-right: 5px;
	margin-bottom: 5px
}

.woocommerce-js form .form-row {
	padding: 3px;
	margin: 0 0 6px
}

.woocommerce-js form .form-row.place-order .input-checkbox {
	cursor: pointer
}

.woocommerce-js form .form-row [placeholder]:focus::-webkit-input-placeholder {
	transition: opacity .5s .5s ease;
	opacity: 0
}

.woocommerce-js form .form-row label {
	line-height: 2;
	font-weight: 700;
	font-size: 13.5px;
	font-size: .9rem
}

.woocommerce-js form .form-row label.hidden {
	visibility: hidden
}

.woocommerce-js form .form-row label.inline {
	display: inline
}

.woocommerce-js form .form-row select {
	cursor: pointer;
	margin: 0
}

.woocommerce-js form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0
}

.woocommerce-js form .form-row .input-checkbox {
	display: inline;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle
}

.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: 1
}

.woocommerce-js form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	display: block;
	box-shadow: none
}

.woocommerce-js form .form-row .select2-container {
	width: 100%;
	line-height: 2em
}

.woocommerce-js form .form-row.woocommerce-invalid .select2-container,
.woocommerce-js form .form-row.woocommerce-invalid input.input-text,
.woocommerce-js form .form-row.woocommerce-invalid select {
	border-color: #d65d67
}

.woocommerce-js form .form-row.woocommerce-validated .select2-container,
.woocommerce-js form .form-row.woocommerce-validated input.input-text,
.woocommerce-js form .form-row.woocommerce-validated select {
	border-color: #69bf29
}

.woocommerce-js form .form-row ::-webkit-input-placeholder {
	line-height: normal
}

.woocommerce-js form .form-row :-moz-placeholder {
	line-height: normal
}

.woocommerce-js form .form-row :-ms-input-placeholder {
	line-height: normal
}

.woocommerce-js ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0
}

.woocommerce-js ul#shipping_method li input {
	margin: 3px .5ex
}

.woocommerce-js ul#shipping_method li label {
	display: inline
}

.woocommerce-js ul#shipping_method .amount {
	font-weight: 700
}

.woocommerce-js p.woocommerce-shipping-contents {
	margin: 0
}

.woocommerce-js ul.order_details {
	zoom: 1;
	margin: 0 0 3em;
	list-style: none
}

.woocommerce-js ul.order_details::after,
.woocommerce-js ul.order_details::before {
	content: ' ';
	display: table
}

.woocommerce-js ul.order_details::after {
	clear: both
}

.woocommerce-js ul.order_details li {
	float: left;
	margin-right: 2em;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed var(--ast-border-color);
	padding-right: 2em;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none
}

.woocommerce-js ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5
}

.woocommerce-js ul.order_details li:last-of-type {
	border: none
}

.woocommerce-js .wc-bacs-bank-details-account-name {
	font-weight: 700
}

.woocommerce-js .woocommerce-customer-details,
.woocommerce-js .woocommerce-order-details,
.woocommerce-js .woocommerce-order-downloads {
	margin-bottom: 2em
}

.woocommerce-js .woocommerce-customer-details :last-child,
.woocommerce-js .woocommerce-order-details :last-child,
.woocommerce-js .woocommerce-order-downloads :last-child {
	margin-bottom: 0
}

.woocommerce-js .woocommerce-customer-details address {
	font-style: normal;
	margin-bottom: 0;
	border: 1px solid var(--ast-border-color);
	border-bottom-width: 2px;
	border-right-width: 2px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
	padding: 6px 12px
}

.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 1.5em
}

.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce-js .woocommerce-customer-details .woocommerce-customer-details--email::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	margin-left: -1.5em;
	line-height: 1.75;
	position: absolute
}

.woocommerce-js .woocommerce-widget-layered-nav-list {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	zoom: 1;
	padding: 0 0 1px;
	list-style: none
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
	content: ' ';
	display: table
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
	clear: both
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding: 1px 0
}

.woocommerce-js .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #d65d67
}

.woocommerce-js .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 1em
}

.woocommerce-js .widget_layered_nav_filters ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside;
	overflow: hidden;
	zoom: 1
}

.woocommerce-js .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none
}

.woocommerce-js .widget_layered_nav_filters ul li a {
	text-decoration: none
}

.woocommerce-js .widget_layered_nav_filters ul li a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #d65d67
}

.woocommerce-js .widget_product_categories .product-categories .count {
	float: right
}

.woocommerce-js .widget_price_filter .price_slider {
	margin-bottom: 1em
}

.woocommerce-js .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}

.woocommerce-js .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}

.woocommerce-js .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #a46497;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em
}

.woocommerce-js .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: #a46497
}

.woocommerce-js .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #602053;
	border: 0
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal {
	height: .5em
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}

.woocommerce-js .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce-js .widget_rating_filter ul li {
	zoom: 1;
	padding: 0 0 1px;
	list-style: none
}

.woocommerce-js .widget_rating_filter ul li::after,
.woocommerce-js .widget_rating_filter ul li::before {
	content: ' ';
	display: table
}

.woocommerce-js .widget_rating_filter ul li::after {
	clear: both
}

.woocommerce-js .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none
}

.woocommerce-js .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block
}

.woocommerce-js .widget_rating_filter ul li.chosen a::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #d65d67
}

.woocommerce-js .show-on-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	filter: blur(0);
	transition: all .2s linear
}

.woocommerce-js li.product:hover .show-on-hover {
	opacity: 1;
	transform: scale(1) translateZ(0) translateY(0);
	pointer-events: inherit
}

.woocommerce-js .ast-return-to-shop {
	display: inline-block;
	margin: 5px 0;
	vertical-align: middle
}

.woocommerce-js .comment-reply-title {
	font-size: 1.34rem;
	line-height: 1.3;
	font-weight: 500
}

.woocommerce-js .select2-container .select2-selection--single {
	height: auto;
	padding: .75em
}

.woocommerce-js .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0
}

.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.35
}

.woocommerce-js .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	width: 1.7em;
	transform: translateY(-50%)
}

.woocommerce-js .select2-results__option,
.woocommerce-js .select2-search--dropdown .select2-search__field {
	padding: 6px .75em
}

.woocommerce-js .variations th {
	text-align: left
}

.woocommerce-js.single-product a.added_to_cart {
	padding: .4em .4em 0;
	display: inline-block
}

.woocommerce a.added_to_cart {
	display: none
}

.woocommerce .widget_product_search button,
.woocommerce-page .widget_product_search button {
	flex: 0 0 auto;
	padding: 10px 20px
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: left;
	margin-bottom: 2.5em
}

.woocommerce ul.products li.product.product-category>a,
.woocommerce-page ul.products li.product.product-category>a {
	display: inline-block;
	position: relative
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	margin-bottom: .8em
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: .5em;
	padding: 0;
	font-size: 1em
}

.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce-page ul.products li.product .ast-woo-product-category {
	font-size: .85em;
	margin-bottom: .5em;
	display: block;
	line-height: 1.3;
	opacity: .6
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
	margin: 0 auto .5em 0;
	backface-visibility: hidden
}

.woocommerce ul.products li.product .ast-woo-shop-product-description p,
.woocommerce-page ul.products li.product .ast-woo-shop-product-description p {
	margin-bottom: .5em
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	position: relative;
	display: block
}

.woocommerce ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: #fff
}

.woocommerce ul.products li.product.product-category>a:hover .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category>a:hover .woocommerce-loop-category__title {
	background-color: #fff
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	position: absolute;
	background-color: rgba(255, 255, 255, .88);
	transition: background .3s;
	text-align: center;
	left: 1em;
	right: 1em;
	padding: .5em 0 .7em
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	bottom: 1.8em;
	font-size: .9em
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
	font-size: .7em
}

.woocommerce ul.products li.product .ast-shop-product-out-of-stock,
.woocommerce-page ul.products li.product .ast-shop-product-out-of-stock {
	bottom: 1em;
	text-transform: uppercase;
	font-weight: 700
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700;
	margin-bottom: .5em;
	font-size: .9em
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	display: initial
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	margin-top: .5em;
	margin-bottom: .5em;
	white-space: normal
}

.woocommerce ul.products li.product .button.added,
.woocommerce-page ul.products li.product .button.added {
	margin-bottom: 0;
	transition: margin 0s
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .count,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title .count {
	display: block;
	background: 0 0;
	opacity: .5;
	font-size: .75em
}

.woocommerce .related.products li.product:last-child,
.woocommerce-page .related.products li.product:last-child {
	margin-right: 0
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: 1px solid var(--ast-border-color);
	border-radius: 0
}

.woocommerce table.shop_table .product-thumbnail img,
.woocommerce-page table.shop_table .product-thumbnail img {
	width: auto;
	max-width: 70px
}

.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
	background-color: #fbfbfb
}

.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	border-width: 0
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
	border-bottom-width: 0;
	padding: .7em 1em
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	border-top: 1px solid var(--ast-border-color)
}

.woocommerce table.shop_table td.download-file,
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions,
.woocommerce-page table.shop_table td.download-file,
.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions {
	display: block
}

.woocommerce table.shop_table td.download-file a,
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a,
.woocommerce-page table.shop_table td.download-file a,
.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions a {
	margin-right: .5em;
	margin-top: .25em;
	margin-bottom: .25em
}

.woocommerce table.shop_table td.download-file a:last-child,
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child,
.woocommerce-page table.shop_table td.download-file a:last-child,
.woocommerce-page table.shop_table td.woocommerce-orders-table__cell-order-actions a:last-child {
	margin-right: 0
}

.woocommerce table.shop_table .woocommerce-Price-amount,
.woocommerce-page table.shop_table .woocommerce-Price-amount {
	font-weight: 400
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
	width: auto
}

.woocommerce #content table.cart td,
.woocommerce-page #content table.cart td {
	min-height: 3.25em
}

.woocommerce #content table.cart [name=coupon_code],
.woocommerce-page #content table.cart [name=coupon_code] {
	max-height: 35px
}

.woocommerce #content table.cart .button,
.woocommerce-page #content table.cart .button {
	display: inline-block;
	width: auto
}

.ast-separate-container .ast-woocommerce-container {
	background-color: #fff
}

@media (max-width:1200px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 3.34em 2.4em
	}
}

@media (max-width:992px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 1.5em 2.14em
	}
}

@media (min-width:1201px) {
	.ast-separate-container .ast-woocommerce-container {
		padding: 5.34em 6.67em
	}
}

.ast-separate-container .ast-woocommerce-container .product {
	border-bottom: 0
}

.ast-separate-container.single-product .ast-article-single {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%
}

.pswp {
	z-index: 999999
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
	max-width: none
}

.woocommerce .pswp__caption__center,
.woocommerce-page .pswp__caption__center {
	text-align: center
}

.woocommerce .pswp__bg,
.woocommerce-page .pswp__bg {
	opacity: .7 !important
}

.woocommerce .pswp__ui--fit .pswp__caption,
.woocommerce .pswp__ui--fit .pswp__top-bar,
.woocommerce-page .pswp__ui--fit .pswp__caption,
.woocommerce-page .pswp__ui--fit .pswp__top-bar {
	background-color: transparent
}

.woocommerce form .form-row textarea,
.woocommerce input[type=email],
.woocommerce input[type=number],
.woocommerce input[type=password],
.woocommerce input[type=reset],
.woocommerce input[type=search],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce textarea,
.woocommerce-page form .form-row textarea,
.woocommerce-page input[type=email],
.woocommerce-page input[type=number],
.woocommerce-page input[type=password],
.woocommerce-page input[type=reset],
.woocommerce-page input[type=search],
.woocommerce-page input[type=tel],
.woocommerce-page input[type=text],
.woocommerce-page input[type=url],
.woocommerce-page textarea {
	border-color: var(--ast-border-color);
	background-color: #fff;
	box-shadow: none;
	border-radius: 0
}

.woocommerce form .form-row textarea:focus,
.woocommerce input[type=email]:focus,
.woocommerce input[type=number]:focus,
.woocommerce input[type=password]:focus,
.woocommerce input[type=reset]:focus,
.woocommerce input[type=search]:focus,
.woocommerce input[type=tel]:focus,
.woocommerce input[type=text]:focus,
.woocommerce input[type=url]:focus,
.woocommerce textarea:focus,
.woocommerce-page form .form-row textarea:focus,
.woocommerce-page input[type=email]:focus,
.woocommerce-page input[type=number]:focus,
.woocommerce-page input[type=password]:focus,
.woocommerce-page input[type=reset]:focus,
.woocommerce-page input[type=search]:focus,
.woocommerce-page input[type=tel]:focus,
.woocommerce-page input[type=text]:focus,
.woocommerce-page input[type=url]:focus,
.woocommerce-page textarea:focus {
	box-shadow: none;
	border-color: var(--ast-border-color)
}

.woocommerce .select2-container .select2-dropdown,
.woocommerce-page .select2-container .select2-dropdown {
	border: 1px solid var(--ast-border-color);
	z-index: 98
}

.woocommerce .select2-container .select2-selection--single,
.woocommerce select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
	padding: .5em .8em;
	line-height: normal;
	padding-right: 2em;
	appearance: none;
	background-position: 98% 50%;
	background-color: var(--ast-global-dark-bg-style, #fff);
	border-color: var(--ast-border-color);
	border-radius: 3px;
	box-shadow: none
}

.woocommerce .select2-container .select2-selection--single:focus,
.woocommerce select:focus,
.woocommerce-page .select2-container .select2-selection--single:focus,
.woocommerce-page select:focus {
	outline: 0
}

.woocommerce .select2-container .select2-selection--single b,
.woocommerce select b,
.woocommerce-page .select2-container .select2-selection--single b,
.woocommerce-page select b {
	display: none
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	background-color: transparent;
	border: transparent;
	border-radius: 0
}

button.pswp__button {
	box-shadow: none !important;
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
	background-color: transparent !important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
	background-image: none !important
}

button.pswp__button--close:hover {
	background-position: 0 -44px
}

button.pswp__button--zoom:hover {
	background-position: -88px 0
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	zoom: 1;
	width: auto;
	word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
	content: ' ';
	display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
	clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	font-family: WooCommerce;
	content: '\e028';
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important
}

.woocommerce-message {
	border-top-color: #8fae1b
}

.woocommerce-message::before {
	content: '\e015';
	color: #8fae1b
}

.woocommerce-info {
	border-top-color: #1e85be
}

.woocommerce-info::before {
	color: #1e85be
}

.woocommerce-error {
	border-top-color: #b81c23
}

.woocommerce-error::before {
	content: '\e016';
	color: #b81c23
}

.woocommerce .woocommerce,
.woocommerce-account .woocommerce {
	zoom: 1
}

.woocommerce .woocommerce::after,
.woocommerce .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
	content: ' ';
	display: table
}

.woocommerce .woocommerce::after,
.woocommerce-account .woocommerce::after {
	clear: both
}

.woocommerce .addresses .title,
.woocommerce-account .addresses .title {
	zoom: 1
}

.woocommerce .addresses .title::after,
.woocommerce .addresses .title::before,
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
	content: ' ';
	display: table
}

.woocommerce .addresses .title::after,
.woocommerce-account .addresses .title::after {
	clear: both
}

.woocommerce .addresses .title h3,
.woocommerce-account .addresses .title h3 {
	float: left
}

.woocommerce .addresses .title .edit,
.woocommerce-account .addresses .title .edit {
	float: right;
	padding: .7em 1em
}

.woocommerce ol.commentlist.notes li.note p.meta,
.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0
}

.woocommerce ol.commentlist.notes li.note .description p:last-child,
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
	margin-bottom: 0
}

.woocommerce ul.digital-downloads,
.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0
}

.woocommerce ul.digital-downloads li,
.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.woocommerce ul.digital-downloads li::before,
.woocommerce-account ul.digital-downloads li::before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none
}

.woocommerce ul.digital-downloads li .count,
.woocommerce-account ul.digital-downloads li .count {
	float: right
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce .woocommerce-Addresses .woocommerce-column__title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title {
	background: #fbfbfb;
	padding: .5em;
	margin-bottom: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: var(--ast-border-color)
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce .woocommerce-Addresses .woocommerce-column__title h3,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce .woocommerce-MyAccount-content .woocommerce-column__title h3,
.woocommerce .woocommerce-customer-details .woocommerce-Address-title h3,
.woocommerce .woocommerce-customer-details .woocommerce-column__title h3,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-Addresses .woocommerce-column__title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title h3,
.woocommerce-account .woocommerce-customer-details .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-customer-details .woocommerce-column__title h3 {
	margin-bottom: 0
}

.woocommerce .woocommerce-Addresses address,
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce .woocommerce-customer-details address,
.woocommerce-account .woocommerce-Addresses address,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-customer-details address {
	border: 1px solid var(--ast-border-color);
	padding: 1em;
	border-radius: 0
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 32px;
	box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	border: 1px solid var(--ast-border-color);
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	line-height: 1
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: 1
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	zoom: 1;
	padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
	content: ' ';
	display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
	clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.25em;
	padding: 1em
}

#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #777;
	font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 40%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #777
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid var(--ast-border-color)
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
	clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
	clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #777;
	font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
	clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	zoom: 1;
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid var(--ast-border-color);
	margin: 0;
	list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
	content: ' ';
	display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
	clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	cursor: pointer;
	margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
	zoom: 1
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
	content: ' ';
	display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
	clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #dfdcde;
	color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #c7c1c6;
	border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right .618em center;
	background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
	font-size: .857em;
	color: #777;
	font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	content: '';
	display: block;
	border: 1em solid #dfdcde;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -1em;
	left: 0;
	margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle
}

.woocommerce-cart-form__cart-item td.product-remove {
	text-align: center
}

.woocommerce-cart-form__cart-item td.product-remove a.remove {
	display: inline-block;
	vertical-align: middle
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
	border-right: 0
}

.woocommerce-cart table.shop_table .woocommerce-Price-amount,
.woocommerce-cart table.shop_table td.product-name {
	font-weight: 500
}

.woocommerce-cart table.shop_table .woocommerce-Price-amount {
	font-weight: 400
}

.woocommerce-cart table.shop_table dl dt {
	font-weight: 500
}

.woocommerce-cart table.shop_table dl dd {
	font-weight: 400
}

.woocommerce-cart .cart-collaterals .cross-sells li.product {
	padding-bottom: 1em
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-color: var(--ast-border-color);
	border-radius: 0;
	margin-bottom: 2em
}

.woocommerce-cart .cart-collaterals .cart_totals .shop_table,
.woocommerce-cart .cart-collaterals .cross-sells .shop_table {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0
}

.woocommerce-cart .cart-collaterals .cart_totals>h2,
.woocommerce-cart .cart-collaterals .cross-sells>h2 {
	margin: 0 -20px 20px;
	background-color: var(--ast-global-dark-lfs);
	border-bottom: 1px solid var(--ast-border-color);
	font-weight: 700
}

.woocommerce-cart .hentry,
.woocommerce-cart ul.products {
	margin-bottom: 0
}

.woocommerce-cart .hentry li.product,
.woocommerce-cart ul.products li.product {
	margin-bottom: 0
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	margin: 5px 0
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: .5em .75em
}

.woocommerce-cart table.cart td.actions .button {
	padding: .5em 1em;
	line-height: 1.5
}

.woocommerce-cart table.cart td.actions input.button {
	display: inline-block;
	width: auto
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 1.1em;
	line-height: 1.8em
}

.woocommerce-page.woocommerce-checkout form.checkout.woocommerce-checkout:after,
.woocommerce.woocommerce-checkout form.checkout.woocommerce-checkout:after {
	content: "";
	clear: both;
	display: table
}

.woocommerce-page.woocommerce-checkout table.shop_table thead,
.woocommerce.woocommerce-checkout table.shop_table thead {
	background: 0 0
}

.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table th {
	padding: 14px 12px
}

.woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table td {
	padding: 10px 10px 10px 0;
	border-color: var(--ast-border-color)
}

.woocommerce-page.woocommerce-checkout table.shop_table tfoot td,
.woocommerce.woocommerce-checkout table.shop_table tfoot td {
	opacity: 1
}

.woocommerce-page.woocommerce-checkout table.shop_table td,
.woocommerce-page.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table td,
.woocommerce.woocommerce-checkout table.shop_table th {
	border-bottom-width: 1px
}

.woocommerce-page.woocommerce-checkout form #order_review table,
.woocommerce.woocommerce-checkout form #order_review table {
	border-width: 0
}

.woocommerce-page.woocommerce-checkout form #order_review td,
.woocommerce-page.woocommerce-checkout form #order_review th,
.woocommerce.woocommerce-checkout form #order_review td,
.woocommerce.woocommerce-checkout form #order_review th {
	border-top: 0;
	border-right: 0;
	padding-left: 0;
	border-color: var(--ast-border-color)
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name,
.woocommerce.woocommerce-checkout form #order_review td.product-name {
	font-weight: 500;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name .product-quantity,
.woocommerce.woocommerce-checkout form #order_review td.product-name .product-quantity {
	font-weight: 400
}

.woocommerce-page.woocommerce-checkout form #order_review td:last-child,
.woocommerce-page.woocommerce-checkout form #order_review th:last-child,
.woocommerce.woocommerce-checkout form #order_review td:last-child,
.woocommerce.woocommerce-checkout form #order_review th:last-child {
	text-align: right
}

.woocommerce-page.woocommerce-checkout form .form-row:last-child,
.woocommerce.woocommerce-checkout form .form-row:last-child {
	margin-bottom: 0
}

.woocommerce-page.woocommerce-checkout #payment,
.woocommerce.woocommerce-checkout #payment {
	border-radius: 0
}

.woocommerce-page.woocommerce-checkout #payment ul.payment_methods,
.woocommerce.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	margin-bottom: 1em;
	border-bottom: 0
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box,
.woocommerce.woocommerce-checkout #payment div.payment_box {
	background-color: #efefef
}

.woocommerce-page.woocommerce-checkout #payment div.payment_box:before,
.woocommerce.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #efefef
}

.woocommerce-page.woocommerce-checkout #payment div.form-row,
.woocommerce.woocommerce-checkout #payment div.form-row {
	padding: 0 0 2em
}

.woocommerce-page.woocommerce-checkout #payment #place_order,
.woocommerce.woocommerce-checkout #payment #place_order {
	width: 100%
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th {
	padding: .7em 1em;
	border-bottom-width: 0
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td:last-child,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th:last-child,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td:last-child,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th:last-child {
	border-right-width: 0
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title,
.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title,
.woocommerce.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
	background: #fbfbfb;
	padding: 1em;
	margin-bottom: 0;
	font-size: 1.3rem;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: var(--ast-border-color)
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading,
.woocommerce.woocommerce-checkout .woocommerce-order h2.wc-bacs-bank-details-heading {
	font-size: 1.5rem;
	border-top: 3px solid var(--ast-border-color);
	padding-top: .5em
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h3,
.woocommerce.woocommerce-checkout .woocommerce-order h3 {
	font-size: 1.1rem
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details,
.woocommerce.woocommerce-checkout .woocommerce-order ul.order_details {
	margin-bottom: 2em
}

.woocommerce-page.woocommerce-checkout .woocommerce-customer-details address,
.woocommerce.woocommerce-checkout .woocommerce-customer-details address {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-radius: 0
}

.woocommerce form .form-row .required {
	text-decoration: none
}

.woocommerce form.checkout_coupon {
	margin: 0;
	border: 0;
	padding: 0 0 2em
}

.woocommerce form.checkout_coupon .form-row {
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block
}

.woocommerce form.checkout_coupon [name=coupon_code] {
	padding-top: 9px;
	padding-bottom: 9px
}

.woocommerce form.checkout_coupon .button {
	padding: .5em 1em;
	vertical-align: initial;
	line-height: 1.35
}

@media (max-width:420px) {

	.woocommerce form.checkout_coupon .form-row-first,
	.woocommerce form.checkout_coupon .form-row-last {
		display: block;
		margin: 0 auto;
		width: 100%
	}

	.woocommerce form.checkout_coupon .form-row-first {
		margin-bottom: 10px
	}

	.woocommerce form.checkout_coupon .button[name=apply_coupon] {
		width: 100%;
		padding: 10px 5px
	}
}

.checkout_coupon .input-text {
	padding: .5em .75em
}

.woocommerce-MyAccount-navigation>ul {
	margin: 0
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 1em;
	margin-left: 3px
}

#secondary .widget.woocommerce>li,
#secondary .widget_layered_nav_filters>li {
	margin-bottom: 0
}

#secondary .widget .select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	min-height: 42px
}

#secondary .widget .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin-top: 5px;
	margin-bottom: 5px
}

#secondary .widget .select2-search__field {
	min-height: 42px;
	margin: 0
}

.woocommerce-js ul.cart_list li>a,
.woocommerce-js ul.product_list_widget li>a {
	font-weight: 500;
	margin-bottom: .33em;
	color: var(--ast-global-color-2)
}

.woocommerce-js #secondary .woocommerce-js ul.cart_list,
.woocommerce-js #secondary .woocommerce-js ul.product_list_widget {
	margin: 0
}

.woocommerce-js .widget_shopping_cart .cart_list li,
.woocommerce-js .widget_shopping_cart li,
.woocommerce-js ul.product_list_widget .cart_list li,
.woocommerce-js ul.product_list_widget li {
	padding: .6em 0 .6em 5em;
	min-height: 5em;
	position: relative;
	border-bottom: 1px solid var(--ast-border-color);
	margin: 0;
	line-height: 1.5
}

.woocommerce-js .widget_shopping_cart .cart_list li:last-child,
.woocommerce-js .widget_shopping_cart li:last-child,
.woocommerce-js ul.product_list_widget .cart_list li:last-child,
.woocommerce-js ul.product_list_widget li:last-child {
	border-bottom: none
}

.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin-bottom: 0
}

.woocommerce-js .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward {
	margin-left: 5px;
	margin-right: 0
}

.woocommerce-js.widget_product_tag_cloud .tagcloud {
	margin-top: 10px;
	display: inline-block
}

.woocommerce-js.widget_product_tag_cloud .tagcloud a {
	border: 1px solid var(--ast-border-color);
	padding: .5em .9em;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 14px;
	margin-right: 4px;
	line-height: 1.5;
	transition: all .2s linear
}

.woocommerce-js .widget_shopping_cart .total,
.woocommerce-js.widget_shopping_cart .total {
	padding: 5px 0;
	border-top: 1px solid var(--ast-border-color);
	border-bottom: 1px solid var(--ast-border-color);
	margin-bottom: 1.3em
}

.woocommerce-js ul.product_list_widget li img {
	position: absolute;
	left: 0;
	width: 4em;
	height: 4em;
	margin: 0 0 .5em 0;
	top: 50%;
	transform: translateY(-50%);
	object-fit: cover
}

.woocommerce-js ul.product-categories>li {
	padding: 2px 0
}

.woocommerce-js ul.product-categories>li:first-child {
	border: none
}

.woocommerce-js .widget del {
	opacity: .5
}

.woocommerce-js .widget ins {
	background: inherit
}

.woocommerce-js .widget .amount,
.woocommerce-js .widget ins {
	font-weight: 400
}

.woocommerce-js .widget .star-rating {
	margin: 5px 0
}

.woocommerce-js .widget_rating_filter ul li a {
	display: inline-flex;
	align-items: center
}

.woocommerce-js .price_slider_amount .price_label span {
	font-weight: 700
}

.woocommerce-js .widget_price_filter .ui-slider-horizontal {
	height: .2em
}

.woocommerce-js .widget_price_filter .ui-slider .ui-slider-handle {
	top: -.4em;
	cursor: pointer
}

.woocommerce-js .widget_price_filter .price_slider_amount .button {
	font-size: .9em !important;
	padding: 8px 18px
}

.woocommerce-js .widget_price_filter .price_slider {
	margin-bottom: 1.2em
}

.woocommerce-js .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ededed
}

.woocommerce-js .widget_product_tag_cloud .tagcloud a {
	border: 1px solid var(--ast-border-color);
	padding: .5em .9em;
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
	line-height: 1.5;
	padding: .5em 1.2em;
	font-size: 12px !important;
	font-size: .8rem !important
}

.woocommerce-js .widget_product_tag_cloud .tagcloud a a.current-item,
.woocommerce-js .widget_product_tag_cloud .tagcloud a a:focus,
.woocommerce-js .widget_product_tag_cloud .tagcloud a a:hover {
	background-color: #fafafa
}

.woocommerce-js .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding: 1.2em 1.8em 1.2em 5em
}

.woocommerce-js .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	left: auto;
	right: 0;
	top: .5em;
	color: var(--ast-global-color-3)
}

.woocommerce-js .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	color: var(--ast-global-color-3)
}

.woocommerce-product-search {
	display: flex
}

.woocommerce-product-search .search-field {
	flex: auto;
	width: 100%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.woocommerce-product-search input[type=submit] {
	padding: 10px 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

#secondary .widget_layered_nav_filters ul li.chosen,
.widget_layered_nav_filters ul li.chosen {
	padding: 0 .5em;
	margin-right: .5em;
	margin-bottom: .5em;
	background: rgba(245, 245, 245, .75);
	border-radius: 20px;
	font-size: 1em
}

#secondary .widget_layered_nav_filters ul li.chosen:hover,
.widget_layered_nav_filters ul li.chosen:hover {
	background-color: #f5f5f5
}

#secondary .widget_layered_nav_filters ul li.chosen a,
.widget_layered_nav_filters ul li.chosen a {
	display: block
}

#secondary .widget_layered_nav_filters ul li.chosen a::before,
.widget_layered_nav_filters ul li.chosen a::before {
	margin-right: .5em;
	line-height: inherit;
	position: relative;
	top: 1px
}

.woocommerce-terms-and-conditions {
	border: 1px solid rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .05)
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu .header-main-layout-2 .main-header-container {
	display: block
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .header-main-layout-2 .main-header-container {
	text-align: center
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-main-header-bar-alignment {
	display: inline-block
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-custom-item-outside .ast-masthead-custom-menu-items {
	display: inline-block;
	float: right
}

.ast-safari-browser-less-than-11.ast-woocommerce-cart-menu.ast-header-break-point .header-main-layout-2 .main-header-container {
	display: flex
}

.rtl .woocommerce-pagination .page-numbers li:last-child .next {
	transform: rotateY(180deg)
}

.rtl .woocommerce-pagination .page-numbers li:first-child .prev {
	transform: rotateY(-180deg)
}

.ast-site-header-cart .widgettitle {
	display: none
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
	text-align: left;
	margin-bottom: 2.5em
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a {
	display: inline-block;
	position: relative
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 .8em 0;
	box-shadow: none
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
	margin-bottom: .5em;
	padding: 0;
	font-size: 1em;
	line-height: 1.2;
	font-weight: inherit
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .star-rating {
	margin: 0 auto .5em 0;
	backface-visibility: hidden
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link {
	position: relative;
	display: block
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__link:hover .ast-shop-product-out-of-stock {
	background-color: #fff
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.product-category>a:hover .woocommerce-loop-category__title {
	background-color: #fff
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
	bottom: 1.8em;
	font-size: .9em
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
	font-size: .7em
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700;
	margin-bottom: .5em;
	font-size: .9em
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price del {
	display: initial
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	margin-top: .5em;
	margin-bottom: .5em;
	white-space: normal;
	line-height: 1.3;
	font-size: 100%;
	font-weight: 700
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.added {
	margin-bottom: 0;
	transition: margin 0s
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title .count {
	display: block;
	background: 0 0;
	opacity: .5;
	font-size: .75em
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
	min-width: 3em;
	min-height: 3em;
	line-height: 3em;
	padding: 0;
	font-size: .8em;
	font-weight: 400;
	text-transform: capitalize;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	z-index: 9;
	top: 0;
	right: 10px;
	left: auto;
	margin: -.5em -.5em 0 0
}

.widget_product_categories .children {
	padding-left: 20px
}

@supports (-moz-appearance:none) {
	.sidebar-main .widget_product_search .search-field {
		width: 60%
	}
}

.woocommerce-page .widget .wc-block-price-slider {
	padding-top: .15em
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
	--range-color: var(--ast-global-color-0);
	top: -1px
}

@-moz-document url-prefix() {
	.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
		top: 1px
	}
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
	box-shadow: none;
	background-color: #ededed
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-progress,
.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__range-input-wrapper {
	height: 3px
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__controls {
	border-color: var(--ast-border-color)
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__range-text {
	line-height: 2.4;
	font-size: .8751em
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-price-filter__range-text .wc-block-components-formatted-money-amount {
	font-weight: 700
}

.woocommerce-page .widget .wc-block-price-slider .wc-block-components-price-slider__controls {
	justify-content: end
}

.woocommerce-page .widget .wc-block-price-slider input[type=range] {
	margin: 0
}

.woocommerce-page .widget .wc-block-price-slider input[type=range]::-webkit-slider-runnable-track {
	height: 3px;
	box-shadow: none;
	background-color: transparent
}

.woocommerce-page .widget .wc-block-price-slider input[type=range]::-moz-range-track {
	height: 3px;
	box-shadow: none;
	background-color: transparent
}

.woocommerce-page .widget .wc-block-price-slider input[type=range].wc-block-price-filter__range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0;
	width: 15px;
	height: 15px
}

.woocommerce-page .widget .wc-block-price-slider input[type=range]::-moz-range-thumb {
	height: 15px;
	border: 0;
	width: 15px
}

.woocommerce-page .widget .wc-block-checkbox-list li input[type=checkbox] {
	margin: 0 .5rem 0 0;
	position: relative;
	top: 1px
}

.woocommerce-page .widget .wc-block-checkbox-list li .wc-filter-element-label-list-count {
	opacity: 1
}

.woocommerce-page .widget .wc-layered-nav-rating {
	line-height: 1
}

.woocommerce-page .widget .wc-layered-nav-rating .star-rating {
	margin: 0
}

.product.woocommerce.add_to_cart_inline {
	border: 0 !important
}

.product.woocommerce.add_to_cart_inline a.button {
	margin-left: 1em
}

.ast-site-header-cart .widget_shopping_cart,
.astra-cart-drawer {
	background-color: var(--ast-global-color-primary, var(--ast-global-color-5));
	border: 1px solid var(--ast-border-color)
}

.woocommerce-js .sold-individually .button.single_add_to_cart_button {
	margin-left: -1em
}

.sidebar-main .ast-mini-cart-empty .woocommerce-mini-cart__empty-message {
	display: none
}

.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%
}

ul.brand-thumbnails.fluid-columns li {
	width: auto
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0
}

ul.brand-thumbnails.columns-2 li {
	width: 48%
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important
	}

	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none
	}

	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%
	}

	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both
	}

	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0
	}
}

.brand-thumbnails-description li {
	text-align: center
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left
}

#brands_a_z h3:target {
	text-decoration: underline
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0
}

ul.brands_index li a,
ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em
}

.ast-page-builder-template .ast-article-post {
	margin-bottom: 2.5em
}

.ast-featured-post {
	float: none
}

.ast-separate-container .ast-separate-posts.ast-article-post {
	margin-bottom: 2em
}

.ast-animate-hidden {
	visibility: hidden;
	opacity: 0
}

.ast-animate-display {
	visibility: visible;
	opacity: 1
}

.ast-no-thumb .ast-date-meta .posted-on {
	margin-bottom: 1.5em
}

.ast-date-meta.circle .posted-on {
	border-radius: 50%;
	overflow: hidden
}

.has-post-thumbnail .ast-date-meta.circle .posted-on {
	margin: 1em
}

.ast-separate-container .ast-grid-1 .blog-layout-1 {
	padding: 0
}

.ast-separate-container .ast-grid-1 .blog-layout-2,
.ast-separate-container .ast-grid-1 .blog-layout-3 {
	padding: 0;
	border-bottom: 0
}

.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,
.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3,
.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2,
.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3,
.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2,
.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3 {
	border-bottom: 0
}

.ast-separate-container .blog-layout-1,
.ast-separate-container .blog-layout-2,
.ast-separate-container .blog-layout-3 {
	padding: 2.66666em
}

.ast-separate-container .ast-grid-2 .blog-layout-1,
.ast-separate-container .ast-grid-2 .blog-layout-2,
.ast-separate-container .ast-grid-2 .blog-layout-3,
.ast-separate-container .ast-grid-3 .blog-layout-1,
.ast-separate-container .ast-grid-3 .blog-layout-2,
.ast-separate-container .ast-grid-3 .blog-layout-3,
.ast-separate-container .ast-grid-4 .blog-layout-1,
.ast-separate-container .ast-grid-4 .blog-layout-2,
.ast-separate-container .ast-grid-4 .blog-layout-3 {
	padding: 1.5em
}

@media(max-width:1200px) {

	.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0),
	.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(odd),
	.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0),
	.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(odd),
	.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0),
	.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(odd) {
		padding: 0
	}

	.ast-separate-container .blog-layout-1,
	.ast-separate-container .blog-layout-2,
	.ast-separate-container .blog-layout-3 {
		padding: 1.5em
	}
}

.site-content .ast-grid-2 .ast-article-post,
.site-content .ast-grid-3 .ast-article-post,
.site-content .ast-grid-4 .ast-article-post {
	background: 0 0
}

.site-content .ast-grid-2 .ast-article-post .blog-layout-2,
.site-content .ast-grid-2 .ast-article-post .blog-layout-3,
.site-content .ast-grid-3 .ast-article-post .blog-layout-2,
.site-content .ast-grid-3 .ast-article-post .blog-layout-3,
.site-content .ast-grid-4 .ast-article-post .blog-layout-2,
.site-content .ast-grid-4 .ast-article-post .blog-layout-3 {
	border-bottom: 0
}

.ast-page-builder-template .ast-article-post .entry-header {
	margin: auto auto 1em;
	padding: 0
}

.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on {
	position: relative;
	display: inline-block;
	margin-bottom: 1em
}

hr.post-divider {
	height: 0;
	margin: 0
}

hr.ast-single-previous-hr {
	height: 0;
	margin-top: 2em
}

.ast-show-comments-data {
	padding: 2em 6.67em
}

.ast-show-comments-data .ast-show-comments {
	cursor: pointer
}

.ast-show-comments-data .ast-show-comments,
.ast-show-comments-data .ast-show-comments-count {
	max-width: 640px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.ast-show-comments-data .ast-show-comments-count {
	margin-bottom: 2em
}

.ast-pagination-circle .ast-pagination .page-numbers,
.ast-pagination-square .ast-pagination .page-numbers {
	border-style: solid;
	border-width: 1px;
	line-height: 2.33333em
}

.ast-pagination-circle .ast-pagination .page-numbers {
	border-radius: 50%
}

.ast-pagination-circle .ast-pagination .next.page-numbers,
.ast-pagination-circle .ast-pagination .prev.page-numbers {
	border-radius: 30px
}

@media all and (max-width:768px) {
	#content:before {
		content: ""
	}
}

.ast-pagination-infinite {
	text-align: center;
	margin: 2.5em 0 0
}

.ast-page-builder-template .ast-pagination-infinite {
	margin: 2.5em 0
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.no-more {
	cursor: default
}

.ast-loader {
	display: none;
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 70px;
	text-align: center
}

.ast-loader>div {
	width: 18px;
	height: 18px;
	background-color: #0085ba;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.ast-loader .ast-loader-1 {
	animation-delay: -.32s
}

.ast-loader .ast-loader-2 {
	animation-delay: -.16s
}

@keyframes sk-bouncedelay {

	0%,
	100%,
	80% {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

.ast-blog-pagination-type-infinite .ast-pagination {
	display: none
}

.blog-layout-1 .post-thumb .posted-on {
	position: absolute;
	top: 0
}

.blog-layout-1 .post-thumb .posted-on .entry-date span {
	display: block;
	width: 100%;
	text-align: center
}

.blog-layout-1.ast-no-thumb .posted-on {
	position: relative;
	display: inline-block
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
	margin-left: calc(-1 * var(--ast-container-default-xlg-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
		margin-left: calc(-1 * var(--ast-container-default-lg-padding))
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
	margin-left: calc(-1 * var(--ast-container-default-slg-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
		margin-left: calc(-1 * var(--ast-container-default-xxs-padding))
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
	margin-top: calc(-1 * var(--ast-container-default-md-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
		margin-top: calc(-1 * var(--ast-container-default-sm-padding))
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
	margin-top: calc(-1 * var(--ast-container-default-slg-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
		margin-top: calc(-1 * var(--ast-container-default-xs-padding))
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
	margin-top: calc(-1 * var(--ast-container-default-md-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
		margin-top: calc(-1 * var(--ast-container-default-sm-padding))
	}
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
	margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
	margin-right: calc(-1 * var(--ast-container-default-xlg-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
		margin-left: calc(-1 * var(--ast-container-default-xs-padding));
		margin-right: calc(-1 * var(--ast-container-default-xs-padding))
	}
}

.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
	margin-top: calc(-1 * var(--ast-container-default-md-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
		margin-top: calc(-1 * var(--ast-container-default-sm-padding))
	}
}

.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
	margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
	margin-right: calc(-1 * var(--ast-container-default-xlg-padding))
}

@media(max-width:1200px) {
	.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
		margin-left: calc(-1 * var(--ast-container-default-xs-padding));
		margin-right: calc(-1 * var(--ast-container-default-xs-padding))
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
	margin-left: -1.5em;
	margin-right: -1.5em
}

@media(max-width:1200px) {

	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
	.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,
	.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
		margin-left: -1.5em;
		margin-right: -1.5em
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
	margin-left: -.5em;
	margin-right: -.5em
}

@media(max-width:1200px) {

	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
	.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,
	.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
		margin-left: -.5em;
		margin-right: -.5em
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,
.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,
.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
	margin-top: -1.5em
}

@media(max-width:1200px) {

	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,
	.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,
	.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
		margin-top: -1.5em
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
	margin-top: -.5em
}

@media(max-width:1200px) {

	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
	.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,
	.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
		margin-top: -.5em
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
	margin-top: -1.5em
}

@media(max-width:1200px) {

	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
	.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,
	.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
		margin-top: -1.5em
	}
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
	margin-left: -1.5em;
	margin-right: -1.5em
}

@media(max-width:1200px) {

	.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
	.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,
	.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
		margin-left: -1.5em;
		margin-right: -1.5em
	}
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 35px;
	max-height: 550px;
	width: 340px;
	margin: 0 0 0 -170px;
	background-color: #f1f1f1;
	z-index: 1000011;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.ast-hb-account-login-wrapper .ast-hb-account-login-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .7;
	z-index: 1000010;
	transition: all .3s
}

.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close {
	background: 0 0;
	border: 0;
	font-size: 24px;
	line-height: 1;
	padding: .4em;
	color: inherit;
	-js-display: flex;
	display: flex;
	box-shadow: none
}

.ast-hb-account-login-wrapper #loginform input[type=password],
.ast-hb-account-login-wrapper #loginform input[type=text] {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	border: 1px solid;
	background-color: initial;
	vertical-align: middle
}

.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after {
	content: "|";
	margin: 0 .4em
}

.ast-header-account-link.ast-account-action-link,
.ast-header-account-link.ast-account-action-login,
.ast-header-account-link.ast-account-action-login.customize-unpreviewable,
.ast-header-break-point .ast-header-account-link {
	cursor: pointer;
	pointer-events: all
}

.ast-header-account {
	-js-display: flex;
	display: flex
}

.ast-hb-account-login-wrapper {
	visibility: hidden
}

.ast-hb-account-login-wrapper .ast-hb-login-header {
	-js-display: flex;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	min-height: calc(1.2em + 24px)
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
	transform: scale(.7);
	opacity: 0;
	transition: all .3s;
	overflow: auto
}

.ast-hb-account-login-wrapper.show {
	visibility: visible
}

.ast-hb-account-login-wrapper.show .ast-hb-account-login {
	transform: scale(1)translateY(-50%);
	opacity: 1
}

.ast-hb-login-body {
	height: 100%;
	position: relative;
	line-height: 1.5
}

.ast-hf-account-menu-wrap.ast-main-header-bar-alignment {
	position: relative
}

.main-header-bar .main-header-bar-navigation .ast-account-nav-menu {
	line-height: 1.45
}

.ast-account-nav-menu {
	width: 240px;
	background: #fff;
	left: -999em;
	position: absolute;
	top: 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding-left: 0;
	border: 0;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.ast-account-nav-menu .sub-menu {
	right: auto;
	top: 0;
	margin-left: 0
}

.ast-account-nav-menu .menu-item.focus>.sub-menu,
.ast-account-nav-menu .menu-item:hover>.sub-menu {
	left: 100%
}

.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,
.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu {
	left: -100%
}

.ast-account-nav-menu .menu-item .menu-link {
	padding: .9em 1em
}

.ast-account-nav-menu .menu-item {
	border-style: none
}

.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%)rotate(270deg)
}

.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,
.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,
.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item {
	height: auto;
	line-height: unset;
	bottom: -5px
}

.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a {
	background: unset
}

.ast-header-account-wrap .menu-item:last-child>.menu-link {
	border-style: none
}

.ast-divider-wrapper {
	border: 0
}

.ast-mobile-popup-content .ast-header-divider-element {
	justify-content: center
}

.ast-header-divider-element {
	position: relative
}

.ast-fb-divider-layout-vertical {
	position: relative
}

.ast-hb-divider-layout-vertical.ast-header-divider-element {
	height: 100%
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),
.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
	padding: 15px 20px
}

.footer-widget-area .ast-footer-divider-element {
	position: relative;
	align-items: center
}

.footer-widget-area .ast-divider-wrapper {
	display: inline-block
}

.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal {
	-js-display: inline-flex;
	display: inline-flex;
	vertical-align: middle
}

[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button {
	font-size: 13px;
	padding: 8px 20px
}

[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button {
	font-size: 15px;
	padding: 10px 40px
}

[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button {
	font-size: 17px;
	padding: 15px 45px
}

[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button {
	font-size: 19px;
	padding: 20px 50px
}

[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,
[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button {
	font-size: 21px;
	padding: 25px 55px
}

.ast-fb-divider-layout-vertical {
	-js-display: flex;
	display: flex
}

.site-footer-section {
	position: relative
}

.ast-builder-language-switcher .ast-builder-language-switcher-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher {
	display: block
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
	display: block
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher {
	-js-display: flex;
	display: flex
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap
}

.ast-builder-language-switcher a {
	-js-display: flex;
	display: flex;
	align-items: center
}

.ast-lswitcher-item-footer,
.ast-lswitcher-item-header {
	-js-display: inline-flex;
	display: inline-flex
}

span.ast-lswitcher-item-footer:last-child,
span.ast-lswitcher-item-header:last-child {
	margin-right: 0
}

.ast-header-sticky-active {
	position: fixed !important;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99
}

.ast-footer-sticky-active .ast-custom-footer {
	position: fixed !important;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 99
}

.ast-custom-header {
	position: relative;
	z-index: 99
}

.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap {
	transition: padding .3s linear
}

.ast-custom-header.ast-header-sticky-active .fl-module-content {
	transition: all .3s linear
}

.ast-custom-header.ast-header-sticky-active .elementor-section-wrap {
	transition: padding .3s linear
}

.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated {
	transition: all .3s linear
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap {
	transition: padding .3s linear;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content {
	margin-top: 5px;
	margin-bottom: 5px;
	transition: all .3s linear
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img {
	max-height: 50px;
	width: auto
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap {
	transition: padding .3s linear;
	box-sizing: border-box
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img {
	max-height: 50px;
	width: auto
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated {
	max-height: 60px;
	transition: all .3s linear
}

.ast-custom-header.ast-header-sticky-active {
	top: 0;
	width: 100%;
	transition: ease-out
}

.single-advanced-hook .ast-no-title,
.single-advanced-hook .hentry {
	margin: 0
}

.js_active .ast-plain-container.single-advanced-hook .entry-header {
	margin: 0
}

.summary.entry-summary+[CLASS*=astra-advanced-hook] {
	clear: both
}

.single-astra-advanced-hook .wp-block-buttons,
.single-astra-advanced-hook .wp-block-uagb-buttons {
	margin-bottom: 1.5em
}

.single-astra-advanced-hook .ast-container {
	flex-wrap: wrap
}

.single-astra-advanced-hook .ast-container>* {
	width: 100%
}

body.ast-padded-layout::after,
body.ast-padded-layout::before {
	background: inherit;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999
}

body.ast-padded-layout::after {
	bottom: 0
}

body.ast-padded-layout {
	background-attachment: fixed
}

body.ast-padded-layout::before {
	top: 0
}

@media(min-width:44.375em) {
	body.ast-padded-layout.admin-bar::before {
		top: 46px
	}
}

@media(min-width:48.9375em) {
	body.ast-padded-layout.admin-bar::before {
		top: 32px
	}
}

.elementor-page.ast-box-layout #page,
.elementor-page.ast-padded-layout #page {
	overflow: hidden
}

.siteorigin-panels.ast-box-layout #page,
.siteorigin-panels.ast-padded-layout #page {
	overflow: hidden
}

.ast-separate-container.ast-box-layout #content .ast-container {
	padding-left: 0;
	padding-right: 0
}

@media(max-width:768px) {
	.ast-separate-container.ast-box-layout #content .ast-container {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media(max-width:544px) {
	.ast-separate-container.ast-box-layout #content .ast-container {
		padding-left: .54em;
		padding-right: .54em
	}
}

.js_active .ast-box-layout #page,
.js_active .ast-padded-layout #page {
	overflow: hidden
}

.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],
.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width] {
	max-width: 100%;
	left: 0 !important
}

.ast-sticky-active {
	position: fixed !important;
	right: 0;
	left: 0;
	margin: 0 auto
}

.ast-nav-up {
	transform: translateY(-100%)
}

.site-header .sticky-custom-logo {
	display: none
}

.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,
.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,
.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover {
	background: 0 0
}

.ast-fullscreen-active .ast-above-header,
.ast-offcanvas-active .ast-above-header {
	z-index: 4
}

.ast-fullscreen-active .ast-above-header.ast-sticky-active,
.ast-offcanvas-active .ast-above-header.ast-sticky-active {
	z-index: 0
}

#ast-fixed-header {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%
}

#ast-fixed-header .main-header-bar {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

#ast-fixed-header.ast-header-slide {
	transform: translateY(-100%);
	transition: transform .3s linear, top .3s linear, visibility .3s linear
}

#ast-fixed-header.ast-header-fade {
	opacity: 0;
	transition: opacity .3s linear
}

.main-header-bar.ast-sticky-active {
	box-shadow: 0 2px 10px rgba(36, 50, 66, .075)
}

.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,
.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link {
	display: none
}

.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo {
	display: inline-block
}

.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
	display: none
}

.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,
.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,
.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
	display: inline-block
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,
.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar {
	line-height: 55px
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,
.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity {
	padding-top: .5em;
	padding-bottom: .5em
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation {
	line-height: 3
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 55px !important;
	width: auto
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,
.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar {
	padding-bottom: 0
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
	line-height: 0;
	padding-bottom: .5em
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
	padding-bottom: .5em
}

.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,
.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity {
	padding-top: .5em;
	padding-bottom: .5em
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation {
	line-height: 3
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 55px;
	width: auto
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,
.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar {
	padding-bottom: 0
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
	line-height: 0;
	padding-bottom: .5em
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
	padding-bottom: .5em
}

.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,
.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity {
	padding-top: .5em;
	padding-bottom: .5em
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation {
	line-height: 3
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img {
	max-height: 55px;
	width: auto
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,
.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar {
	padding-bottom: 0
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
	line-height: 0;
	padding-bottom: .5em
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
	padding-bottom: .5em
}

.ast-header-break-point .ast-sticky-active .sticky-custom-logo img {
	display: block
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img {
	display: block
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo {
	display: none
}

.ast-header-break-point .ast-header-sticked .sticky-custom-logo img {
	display: block
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img {
	display: none
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img {
	display: inline-block
}

.above-header-toggle-on .main-header-bar {
	z-index: 1
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: none
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
	display: none
}

.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: block
}

.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content {
	display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
	display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content {
	display: none
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,
.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,
.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content {
	display: none
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,
.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
	display: none
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,
.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
	display: none
}

.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,
.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content {
	position: fixed
}

.site-above-header-wrap,
.site-below-header-wrap,
.site-primary-header-wrap {
	transition: all .2s linear
}

.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation {
	display: none !important
}

.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation {
	display: none !important
}

.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active {
	z-index: 5
}

.ast-fullscreen-menu-overlay #ast-fixed-header {
	z-index: 9
}

.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,
.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar {
	overflow-y: unset !important
}

#ast-mobile-header .content-align-flex-start {
	max-height: 60vh;
	overflow: auto
}

.ast-shop-pagination-infinite {
	text-align: center;
	margin: 2.5em 0 0
}

.ast-page-builder-template .ast-shop-pagination-infinite {
	margin: 2.5em 0
}

.ast-shop-load-more {
	cursor: pointer;
	display: none;
	border: 2px solid var(--ast-border-color);
	transition: all .2s linear;
	color: #000
}

.ast-shop-load-more.active {
	display: inline-block;
	padding: 0 1.5em;
	line-height: 3em
}

.ast-shop-load-more.no-more:hover {
	border-color: var(--ast-border-color);
	color: #000
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none
}

.infinity-end.neverending .site-footer {
	display: block
}

.ast-shop-load-more.no-more:hover {
	background-color: inherit
}

.no-more {
	cursor: default
}

.ast-loader {
	display: none;
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 70px;
	text-align: center
}

.ast-loader>div {
	width: 18px;
	height: 18px;
	background-color: #0085ba;
	border-radius: 100%;
	display: inline-block;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.ast-loader .ast-loader-1 {
	animation-delay: -.32s
}

.ast-loader .ast-loader-2 {
	animation-delay: -.16s
}

@keyframes sk-bouncedelay {

	0%,
	100%,
	80% {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

.ast-woocommerce-pagination-type-infinite .woocommerce-pagination {
	display: none
}

.logged-in.admin-bar.woocommerce .astra-off-canvas-sidebar,
.logged-in.admin-bar.woocommerce-page .astra-off-canvas-sidebar {
	top: 32px;
	height: calc(100% - 32px)
}

.logged-in.admin-bar.woocommerce .close,
.logged-in.admin-bar.woocommerce-page .close {
	top: 5px
}

.ast-woo-mini-cart-wrapper {
	display: inline-block;
	line-height: 4
}

.ast-woo-mini-cart-wrapper.top .widget_shopping_cart {
	box-shadow: 0 -2px 8px 1px rgba(0, 0, 0, 7%)
}

.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart {
	bottom: 100%;
	top: auto
}

.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart:before {
	bottom: -18px;
	transform: rotateX(180deg)
}

.ast-woo-mini-cart-wrapper.top .ast-site-header-cart .widget_shopping_cart:after {
	bottom: -12px;
	transform: rotateX(180deg)
}

.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart {
	box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 7%)
}

.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart:focus .widget_shopping_cart,
.ast-woo-mini-cart-wrapper.bottom .widget_shopping_cart:hover .widget_shopping_cart {
	bottom: 100%;
	top: auto
}

.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart {
	right: 0;
	left: auto
}

.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart:before {
	right: 10px;
	left: auto
}

.ast-woo-mini-cart-wrapper.left .ast-site-header-cart .widget_shopping_cart:after {
	right: 13px;
	left: auto
}

.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart {
	right: auto;
	left: 0
}

.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart:before {
	right: auto;
	left: 10px
}

.ast-woo-mini-cart-wrapper.right .ast-site-header-cart .widget_shopping_cart:after {
	right: auto;
	left: 14px
}

.ast-separate-container #secondary .ast-woo-mini-cart-wrapper .widget_shopping_cart {
	padding: 0
}

.ast-off-canvas-overlay .woocommerce .astra-off-canvas-sidebar-wrapper,
.ast-off-canvas-overlay .woocommerce-page .astra-off-canvas-sidebar-wrapper {
	visibility: visible;
	opacity: 1
}

.ast-off-canvas-overlay .woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar,
.ast-off-canvas-overlay .woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
	left: 0
}

.woocommerce .astra-shop-filter-button,
.woocommerce button.astra-shop-filter-button,
.woocommerce-page .astra-shop-filter-button,
.woocommerce-page button.astra-shop-filter-button {
	float: left;
	outline: 0;
	margin: 0
}

.woocommerce .astra-shop-filter-button .ast-icon.icon-close,
.woocommerce button.astra-shop-filter-button .ast-icon.icon-close,
.woocommerce-page .astra-shop-filter-button .ast-icon.icon-close,
.woocommerce-page button.astra-shop-filter-button .ast-icon.icon-close {
	display: none
}

.woocommerce .astra-shop-filter-button .astra-woo-filter-text,
.woocommerce button.astra-shop-filter-button .astra-woo-filter-text,
.woocommerce-page .astra-shop-filter-button .astra-woo-filter-text,
.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-text {
	margin-left: .5em;
	font-size: 1.07em;
	color: var(--ast-global-color-2)
}

.woocommerce .astra-shop-filter-button .astra-woo-filter-icon,
.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon,
.woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon,
.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1;
	font-weight: 400;
	vertical-align: middle;
	width: .8em
}

.woocommerce .astra-shop-filter-button .astra-woo-filter-icon svg,
.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon svg,
.woocommerce-page .astra-shop-filter-button .astra-woo-filter-icon svg,
.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon svg {
	font-size: 1em;
	width: .8em;
	height: .8em;
	color: var(--ast-global-color-3)
}

.woocommerce .astra-shop-filter-button.active .ast-icon.icon-menu-bars,
.woocommerce button.astra-shop-filter-button.active .ast-icon.icon-menu-bars,
.woocommerce-page .astra-shop-filter-button.active .ast-icon.icon-menu-bars,
.woocommerce-page button.astra-shop-filter-button.active .ast-icon.icon-menu-bars {
	display: none
}

.woocommerce .astra-shop-filter-button.active .ast-icon.icon-close,
.woocommerce button.astra-shop-filter-button.active .ast-icon.icon-close,
.woocommerce-page .astra-shop-filter-button.active .ast-icon.icon-close,
.woocommerce-page button.astra-shop-filter-button.active .ast-icon.icon-close {
	display: inline-block
}

.woocommerce button.astra-shop-filter-button,
.woocommerce-page button.astra-shop-filter-button {
	padding: .67em 1em;
	font-weight: 600;
	-js-display: flex;
	display: flex;
	align-items: center
}

.woocommerce button.astra-shop-filter-button .astra-woo-filter-text,
.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-text {
	color: inherit
}

.woocommerce button.astra-shop-filter-button .astra-woo-filter-icon svg,
.woocommerce-page button.astra-shop-filter-button .astra-woo-filter-icon svg {
	color: inherit
}

.woocommerce button.astra-shop-filter-button~.woocommerce-result-count,
.woocommerce-page button.astra-shop-filter-button~.woocommerce-result-count {
	padding: 4px 0
}

.woocommerce .ast-woocommerce-container .widget_layered_nav_filters,
.woocommerce-page .ast-woocommerce-container .widget_layered_nav_filters {
	clear: both;
	margin: 0 0 1.5em
}

.woocommerce .astra-off-canvas-sidebar-wrapper,
.woocommerce-page .astra-off-canvas-sidebar-wrapper {
	width: 100%;
	top: 0;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: .25s ease-in-out
}

.woocommerce .astra-off-canvas-sidebar-wrapper .close,
.woocommerce-page .astra-off-canvas-sidebar-wrapper .close {
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 1;
	cursor: pointer;
	color: var(--ast-global-color-3);
	z-index: 1;
	opacity: .8
}

.woocommerce .astra-off-canvas-sidebar-wrapper .close .ast-icon,
.woocommerce-page .astra-off-canvas-sidebar-wrapper .close .ast-icon {
	pointer-events: none
}

.woocommerce .astra-off-canvas-sidebar-wrapper .close:hover,
.woocommerce-page .astra-off-canvas-sidebar-wrapper .close:hover {
	opacity: 1
}

.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar,
.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar {
	position: absolute;
	background: var(--ast-global-color-5);
	height: 100%;
	top: 0;
	left: -100%;
	padding: 35px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .4);
	width: 325px;
	overflow: auto;
	transition: .3s ease-in-out
}

.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_price_filter .price_slider_amount .button,
.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a,
.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_price_filter .price_slider_amount .button,
.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar .widget_shopping_cart .woocommerce-mini-cart__buttons a {
	padding: 10px 15px;
	font-weight: 400
}

.woocommerce .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar ul.product_list_widget li a,
.woocommerce-page .astra-off-canvas-sidebar-wrapper .astra-off-canvas-sidebar ul.product_list_widget li a {
	margin-bottom: 4px;
	line-height: 1.2
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding-bottom: 1.2em;
	transition: all .3s ease-in-out
}

.woocommerce ul.products li.product .ast-woo-shop-product-description p:last-child,
.woocommerce ul.products li.product>.ast-loop-product__link:last-child .woocommerce-loop-product__title,
.woocommerce ul.products li.product>.button:last-child,
.woocommerce ul.products li.product>:last-child,
.woocommerce-page ul.products li.product .ast-woo-shop-product-description p:last-child,
.woocommerce-page ul.products li.product>.ast-loop-product__link:last-child .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product>.button:last-child,
.woocommerce-page ul.products li.product>:last-child {
	margin-bottom: 0
}

.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
	padding: 0 1.2em
}

.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover,
.woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover {
	padding-bottom: 0
}

.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover .astra-shop-summary-wrap {
	padding: 0
}

.woocommerce ul.products li.product.box-shadow-0.box-shadow-0-hover .added_to_cart,
.woocommerce-page ul.products li.product.box-shadow-0.box-shadow-0-hover .added_to_cart {
	margin: 0
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	margin: .5em 0
}

.woocommerce ul.products li.product .button.added,
.woocommerce-page ul.products li.product .button.added {
	margin-bottom: 0;
	transition: none
}

.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
	margin: 0 1.2em
}

.woocommerce ul.products li.product .description p,
.woocommerce-page ul.products li.product .description p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.5
}

.woocommerce ul.products li.product .categories,
.woocommerce-page ul.products li.product .categories {
	font-size: .857rem
}

.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
	margin-bottom: .8em
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	overflow: hidden
}

.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
	margin-bottom: 0;
	backface-visibility: hidden;
	transition: filter .6s, opacity .6s, transform .6s
}

.woocommerce ul.products li.product.astra-woo-hover-zoom:hover img,
.woocommerce-page ul.products li.product.astra-woo-hover-zoom:hover img {
	transform: scale(1.1)
}

.woocommerce ul.products li.product.astra-woo-hover-zoom-fade:hover img,
.woocommerce-page ul.products li.product.astra-woo-hover-zoom-fade:hover img {
	opacity: .7;
	transform: scale(1.1)
}

.woocommerce ul.products li.product.astra-woo-hover-fade:hover img,
.woocommerce-page ul.products li.product.astra-woo-hover-fade:hover img {
	opacity: .7
}

.woocommerce-page.rel-up-columns-1 div.product .related.products ul.products li.product,
.woocommerce-page.rel-up-columns-1 div.product .up-sells ul.products li.product,
.woocommerce.rel-up-columns-1 div.product .related.products ul.products li.product,
.woocommerce.rel-up-columns-1 div.product .up-sells ul.products li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce-page.rel-up-columns-2 div.product .related.products ul.products li.product,
.woocommerce-page.rel-up-columns-2 div.product .up-sells ul.products li.product,
.woocommerce.rel-up-columns-2 div.product .related.products ul.products li.product,
.woocommerce.rel-up-columns-2 div.product .up-sells ul.products li.product {
	width: 48.4%;
	width: calc(50% - 10px)
}

.woocommerce-page.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),
.woocommerce-page.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n),
.woocommerce.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(2n),
.woocommerce.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(2n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(odd),
.woocommerce-page.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(odd),
.woocommerce.rel-up-columns-2 div.product .related.products ul.products li.product:nth-child(odd),
.woocommerce.rel-up-columns-2 div.product .up-sells ul.products li.product:nth-child(odd) {
	clear: left
}

.woocommerce-page.rel-up-columns-3 div.product .related.products ul.products li.product,
.woocommerce-page.rel-up-columns-3 div.product .up-sells ul.products li.product,
.woocommerce.rel-up-columns-3 div.product .related.products ul.products li.product,
.woocommerce.rel-up-columns-3 div.product .up-sells ul.products li.product {
	width: 31.2%;
	width: calc(33.33% - 14px)
}

.woocommerce-page.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),
.woocommerce-page.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n),
.woocommerce.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n),
.woocommerce.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),
.woocommerce-page.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1),
.woocommerce.rel-up-columns-3 div.product .related.products ul.products li.product:nth-child(3n+1),
.woocommerce.rel-up-columns-3 div.product .up-sells ul.products li.product:nth-child(3n+1) {
	clear: left
}

.woocommerce-page.rel-up-columns-4 div.product .related.products ul.products li.product,
.woocommerce-page.rel-up-columns-4 div.product .up-sells ul.products li.product,
.woocommerce.rel-up-columns-4 div.product .related.products ul.products li.product,
.woocommerce.rel-up-columns-4 div.product .up-sells ul.products li.product {
	width: 22.5%;
	width: calc(25% - 15px)
}

.woocommerce-page.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),
.woocommerce-page.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n),
.woocommerce.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n),
.woocommerce.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),
.woocommerce-page.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1),
.woocommerce.rel-up-columns-4 div.product .related.products ul.products li.product:nth-child(4n+1),
.woocommerce.rel-up-columns-4 div.product .up-sells ul.products li.product:nth-child(4n+1) {
	clear: left
}

.woocommerce-page.rel-up-columns-5 div.product .related.products ul.products li.product,
.woocommerce-page.rel-up-columns-5 div.product .up-sells ul.products li.product,
.woocommerce.rel-up-columns-5 div.product .related.products ul.products li.product,
.woocommerce.rel-up-columns-5 div.product .up-sells ul.products li.product {
	width: 17.5%;
	width: calc(20% - 16px)
}

.woocommerce-page.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),
.woocommerce-page.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n),
.woocommerce.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n),
.woocommerce.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),
.woocommerce-page.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1),
.woocommerce.rel-up-columns-5 div.product .related.products ul.products li.product:nth-child(5n+1),
.woocommerce.rel-up-columns-5 div.product .up-sells ul.products li.product:nth-child(5n+1) {
	clear: left
}

.woocommerce-page.rel-up-columns-6 div.product .related.products ul.products li.product,
.woocommerce-page.rel-up-columns-6 div.product .up-sells ul.products li.product,
.woocommerce.rel-up-columns-6 div.product .related.products ul.products li.product,
.woocommerce.rel-up-columns-6 div.product .up-sells ul.products li.product {
	width: 14%;
	width: calc(16.66% - 17px)
}

.woocommerce-page.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),
.woocommerce-page.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n),
.woocommerce.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n),
.woocommerce.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n) {
	margin-right: 0;
	clear: right
}

.woocommerce-page.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),
.woocommerce-page.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1),
.woocommerce.rel-up-columns-6 div.product .related.products ul.products li.product:nth-child(6n+1),
.woocommerce.rel-up-columns-6 div.product .up-sells ul.products li.product:nth-child(6n+1) {
	clear: left
}

.woocommerce-checkout.distraction-free .main-header-container {
	text-align: center;
	justify-content: center
}

.woocommerce-checkout.distraction-free .site-branding .site-title {
	justify-content: center
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	border-radius: 999px;
	padding: 0 2px
}

.woocommerce ul.products li.product .onsale.square,
.woocommerce ul.products li.product .onsale.square-outline,
.woocommerce-page ul.products li.product .onsale.square,
.woocommerce-page ul.products li.product .onsale.square-outline {
	border-radius: 0;
	padding: 0
}

.woocommerce .onsale.circle-outline,
.woocommerce-page .onsale.circle-outline {
	line-height: 2.7
}

.woocommerce div.product .onsale.circle-outline,
.woocommerce-page div.product .onsale.circle-outline {
	line-height: 3.1
}

.woocommerce .onsale.square,
.woocommerce .onsale.square-outline,
.woocommerce div.product .onsale.square,
.woocommerce div.product .onsale.square-outline,
.woocommerce-page .onsale.square,
.woocommerce-page .onsale.square-outline,
.woocommerce-page div.product .onsale.square,
.woocommerce-page div.product .onsale.square-outline {
	border-radius: 0;
	padding: 0;
	line-height: 3
}

.woocommerce.single-product .related.products {
	width: 100%
}

.woocommerce .ast-shop-toolbar-container {
	margin-bottom: 2.5em;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap {
	-js-display: inline-flex;
	display: inline-flex;
	align-items: center;
	column-gap: 20px
}

.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .woocommerce-result-count {
	margin: 0
}

.woocommerce .ast-shop-toolbar-container .ast-shop-toolbar-aside-wrap .astra-shop-filter-button {
	-js-display: flex;
	display: flex;
	align-items: center
}

.woocommerce .ast-shop-toolbar-container>* {
	margin: 0
}

.woocommerce .ast-shop-toolbar-container>:last-child {
	float: right
}

.woocommerce .ast-shop-toolbar-container .woocommerce-ordering {
	margin: 0
}

.ast-woocommerce-pagination-default .woocommerce-pagination .page-numbers,
.ast-woocommerce-pagination-default .woocommerce-pagination .page-numbers li {
	border: 0
}

.ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li a:focus,
.ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li a:hover,
.ast-woocommerce-pagination-default.woocommerce nav.woocommerce-pagination ul li span.current {
	background: 0 0;
	color: inherit
}

.ast-woocommerce-pagination-circle .woocommerce-pagination .page-numbers {
	border: 0
}

.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 3px;
	border: none
}

.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li>a,
.ast-woocommerce-pagination-circle.woocommerce nav.woocommerce-pagination ul li>span {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	min-width: calc(2.5em + 2px)
}

@media all and (min-width:421px) {
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-product-gallery {
		margin-bottom: 3em
	}

	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs {
		margin-bottom: 3.5em;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap
	}

	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs:after {
		content: "";
		display: table;
		clear: both
	}

	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs {
		padding: 0;
		width: 200px;
		float: left;
		margin: 0;
		border: none
	}

	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs .panel {
		border: 1px solid var(--ast-border-color);
		border-width: 0 0 0 1px;
		padding: 0 1.5em 1.5em;
		margin-bottom: 0;
		width: calc(100% - 200px)
	}

	.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h1,
	.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h2,
	.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h3,
	.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h4,
	.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h5,
	.ast-product-tabs-layout-vertical .woocommerce-Tabs-panel h6 {
		clear: none
	}
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs {
	border-top: 0
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li {
	width: 100%;
	margin: 0;
	border-bottom: none;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: var(--ast-border-color)
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active {
	z-index: 0;
	border-right-color: var(--ast-border-color);
	border-bottom-color: var(--ast-border-color)
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active:before {
	opacity: 1
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:last-child {
	border-bottom: 0
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li a {
	width: 100%;
	padding: .5em 0 .5em .8em
}

.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:before {
	top: auto;
	bottom: 0;
	right: 0;
	z-index: 1;
	left: auto;
	width: 3px;
	height: 100%;
	opacity: 0;
	transition: .3s
}

@media all and (min-width:421px) {
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
		opacity: 1
	}
}

@media all and (min-width:421px) {
	.woocommerce div.product.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs:hover>li:not(:hover):before {
		opacity: 0
	}
}

.ast-product-navigation-wrapper {
	z-index: 1;
	position: relative;
	display: inline-block;
	float: right
}

.ast-product-navigation-wrapper.circle .product-links a,
.ast-product-navigation-wrapper.circle-outline .product-links a {
	border-radius: 50%
}

.product-links a {
	display: inline-block;
	height: 2em;
	height: calc(1.8em + 2px);
	width: 2em;
	width: calc(1.8em + 2px);
	text-align: center;
	border: 1px solid;
	margin-left: .4em
}

.product-links a.ast-disable {
	opacity: .5;
	pointer-events: none
}

.product-links a i {
	-js-display: inline-flex;
	display: inline-flex
}

.product-links a[rel=prev] i {
	margin-left: -1px
}

.product-links a[rel=next] i {
	margin-right: -1px
}

.ast-icon-next:before,
.ast-icon-previous:before {
	content: "\e900";
	display: inline-block;
	font-family: Astra;
	font-size: .8rem;
	font-weight: 700;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	line-height: normal;
	font-style: normal
}

.ast-icon-previous:before {
	transform: rotate(90deg)
}

.ast-icon-next:before {
	transform: rotate(-90deg)
}

html.ast-quick-view-is-open {
	overflow: hidden
}

html.ast-quick-view-is-open body {
	overflow: hidden
}

html.ast-quick-view-is-open .ast-above-header.ast-sticky-active,
html.ast-quick-view-is-open .ast-below-header.ast-sticky-active,
html.ast-quick-view-is-open .main-header-bar.ast-sticky-active {
	margin-left: 0
}

.ast-quick-view-bg {
	position: fixed;
	visibility: hidden;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0;
	transition: opacity .25s;
	z-index: 1042
}

.ast-quick-view-loader {
	z-index: 1000;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.ast-quick-view-loader.blockUI.blockOverlay::before {
	content: "";
	background: 0 0 !important;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	margin: 0 auto;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: ast-qv-spin 575ms infinite linear
}

@keyframes ast-qv-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.ast-quick-view-bg-ready {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	visibility: visible
}

body #ast-quick-view-modal div.product .flex-viewport {
	width: 100%;
	float: none
}

#ast-quick-view-modal {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1400;
	text-align: center;
	transition: all .3s;
	overflow-x: hidden;
	overflow-y: auto
}

#ast-quick-view-content div.images {
	min-width: 400px
}

#ast-quick-view-modal .ast-content-main-wrapper {
	position: absolute;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max(80%, 800px)
}

#ast-quick-view-modal .ast-content-main-wrapper:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

#ast-quick-view-modal .ast-content-main {
	position: relative;
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	transform: translateY(-30px);
	opacity: 0;
	transition: transform .5s, opacity .3s
}

#ast-quick-view-modal .ast-content-main:after,
#ast-quick-view-modal .ast-content-main:before {
	content: '';
	display: table;
	clear: both
}

#ast-quick-view-modal .ast-lightbox-content {
	display: table;
	pointer-events: auto;
	background-color: var(--ast-global-color-5);
	margin: 0 auto;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, .15);
	position: relative
}

#ast-quick-view-modal.open {
	visibility: visible;
	opacity: 1
}

#ast-quick-view-modal.open .ast-content-main {
	transform: translateY(0);
	opacity: 1;
	width: 100%
}

#ast-quick-view-modal .ast-qv-image-slider {
	position: relative
}

#ast-quick-view-modal .ast-qv-image-slider .ast-qv-slides li {
	list-style: none;
	margin: 0
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-nav {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 2
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	vertical-align: middle
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	border-radius: 20px
}

#ast-quick-view-modal .ast-qv-image-slider .flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, .8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	transition: all .3s ease-in-out;
	visibility: hidden
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next:before,
#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev:before {
	speak: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	visibility: visible
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-prev {
	left: -50px
}

#ast-quick-view-modal .ast-qv-image-slider .flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}

#ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-next,
#ast-quick-view-modal .ast-qv-image-slider:hover .flex-direction-nav .flex-prev {
	opacity: .7
}

#ast-quick-view-content {
	height: 100%;
	overflow: hidden
}

#ast-quick-view-content div.product {
	padding: 0;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	max-width: 1e3px
}

#ast-quick-view-content div.images {
	opacity: 1 !important;
	margin: 0;
	width: 50%;
	min-width: 400px;
	display: inline-block;
	float: left
}

#ast-quick-view-content div.summary {
	margin: 0;
	padding: 30px;
	width: 50%;
	min-width: 400px;
	float: left;
	overflow-y: auto
}

#ast-quick-view-content .ast-woocommerce-accordion {
	display: none
}

.open .ast-quick-view-loader {
	opacity: 0
}

.stick-add-to-cart #ast-quick-view-content div.summary {
	padding-bottom: 0
}

#ast-quick-view-content div.summary .added_to_cart {
	padding-top: 5px
}

#ast-quick-view-content div.woocommerce-product-rating:after,
#ast-quick-view-content div.woocommerce-product-rating:before {
	content: '';
	display: table;
	clear: both
}

#ast-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: none
}

#ast-quick-view-content .onsale {
	top: 15px;
	left: 15px;
	right: auto
}

#ast-quick-view-close {
	position: absolute;
	font-size: 1em;
	top: -15px;
	right: -15px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	z-index: 4;
	background: #fff;
	color: #000;
	border-radius: 50%;
	box-shadow: 0 0 4px #4c4c4c
}

#ast-quick-view-close:hover {
	opacity: 1;
	transition: all .2s ease
}

.astra-shop-thumbnail-wrap {
	position: relative
}

.ast-quick-view-text {
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	min-height: 2em;
	background: rgba(0, 0, 0, .7);
	color: #fff
}

.ast-quick-view-text:hover {
	background: #000;
	color: #fff
}

.astra-shop-thumbnail-wrap:hover .ast-quick-view-text {
	opacity: 1
}

.woocommerce #ast-quick-view-modal div.product form.cart .button.single_add_to_cart_button {
	padding: 10px 20px;
	height: 40px
}

.woocommerce #ast-quick-view-modal div.product form.cart .button.single_add_to_cart_button.loading {
	padding-right: 40px
}

.astra-full-megamenu-wrapper {
	z-index: 99999
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item {
	display: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link {
	vertical-align: middle;
	text-align: center
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link {
	background-color: initial
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu {
	opacity: 0;
	visibility: hidden
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link {
	background-color: initial
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	flex: 1;
	opacity: 1
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child {
	padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child {
	padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item {
	width: 50%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item {
	width: 33.33%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item {
	width: 25%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child {
	border-right: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu {
	background-color: initial;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu {
	border: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item {
	padding-left: 15px;
	padding-right: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child {
	padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child {
	padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow {
	display: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus {
	opacity: 1;
	visibility: visible
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus {
	-js-display: flex;
	display: flex
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched {
	width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content {
	padding: 0
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after {
	content: ''
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow {
	display: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,
.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link {
	border: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item {
	width: 50%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item {
	width: 33.33%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item {
	width: 25%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	display: block;
	flex: 1;
	opacity: 1
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu {
	background-color: initial;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu {
	border: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child {
	border-right: none
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
	opacity: 1;
	visibility: visible
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
	-js-display: flex;
	display: flex
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item {
	width: 100%
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu {
	min-width: 100%
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item {
	width: 100%
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu {
	min-width: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper {
	background: #fff;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	border-width: 0
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu {
	padding: 15px
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content {
	margin-top: .9em
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a {
	margin-bottom: .9em
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,
.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,
.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link {
	background-color: initial;
	color: inherit
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,
.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,
.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text {
	vertical-align: text-top
}

.ast-desktop .ast-mm-custom-text-content,
.ast-desktop .ast-mm-template-content {
	padding: 0 1em
}

.ast-desktop .ast-mm-custom-text-content {
	margin-bottom: .9em
}

.ast-desktop .ast-below-header .ast-mm-custom-text-content,
.ast-desktop .ast-below-header .ast-mm-template-content {
	padding: .9em 1em
}

.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
	border-width: 1px;
	border-style: solid
}

.ast-desktop .ast-mm-widget-content a {
	display: initial
}

.ast-desktop .ast-mm-widget-content .ast-mm-widget-item {
	padding: 1.5em;
	margin-bottom: .9em
}

.ast-desktop .ast-mm-widget-content .ast-search-submit {
	display: none
}

.ast-desktop .submenu-with-border .astra-megamenu {
	border-width: 1px
}

.ast-menu-description {
	line-height: 1.6;
	display: block;
	font-size: .8em;
	padding: 2px 0
}

.site-header a .ast-menu-description,
.site-header a .sub-arrow {
	transition: none
}

.site-header .menu-text {
	transition: none
}

.ast-header-break-point .ast-menu-description {
	line-height: inherit
}

.astra-mm-highlight-label {
	font-size: .7em;
	margin-left: 5px;
	line-height: normal;
	padding: 3px 6px;
	border-radius: 2px
}

.ast-desktop .ast-hide-menu-item {
	display: none
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item {
	display: none
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,
.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after {
	content: '';
	margin: 0
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after {
	transform: rotate(-90deg)
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%)
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,
.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,
.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover {
	background: 0 0
}

.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,
.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,
.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,
.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after {
	display: none
}

.ast-disable-link {
	cursor: default
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,
.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link {
	background: 0 0
}

.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,
.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,
.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,
.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,
.ast-desktop .astra-mega-menu-width-full,
.ast-desktop .astra-mega-menu-width-full-stretched {
	background: 0 0
}

.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%)
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu {
	box-shadow: none
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu {
	box-shadow: none
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item {
	display: none
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle {
	display: none
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu {
	display: block !important
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,
.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,
.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu {
	display: block !important
}

.ast-hidden {
	display: none !important
}

.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
	right: 0
}

.main-header-bar-wrap .ast-search-box.header-cover {
	z-index: 7
}

.ast-below-header-wrap .ast-search-box.header-cover #close,
.ast-below-header-wrap .ast-search-box.header-cover .search-field {
	font-size: 1.8em
}

.ast-below-header-wrap .ast-search-box.header-cover .search-submit {
	font-size: 1.5em
}

.ast-search-box.full-screen,
.ast-search-box.header-cover {
	display: none;
	opacity: 0;
	transition: opacity .3s ease-in-out, display .3s ease-in-out;
	width: 100%;
	height: 100%
}

.ast-search-box.full-screen .search-field,
.ast-search-box.header-cover .search-field {
	background: 0 0;
	border: 0;
	color: #fafafa;
	box-shadow: none;
	text-align: left;
	padding: 0
}

.ast-search-box.full-screen .search-submit,
.ast-search-box.header-cover .search-submit {
	background: var(--ast-fs-search-submit-background, 0 0);
	padding: 0;
	border-radius: 50%;
	box-shadow: none;
	color: var(--ast-fs-search-text-color, #9e9e9e);
	transition: all .7s ease-In;
	outline: 0;
	border: 0;
	vertical-align: middle
}

.ast-search-box.full-screen .ast-search-wrapper,
.ast-search-box.header-cover .ast-search-wrapper {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.ast-search-box.full-screen .ast-search-wrapper .search-form,
.ast-search-box.header-cover .ast-search-wrapper .search-form {
	line-height: normal
}

.ast-search-box.full-screen #close,
.ast-search-box.header-cover #close {
	color: #fafafa;
	transform: rotate(0);
	font-size: 2em;
	cursor: pointer;
	z-index: 9;
	font-weight: 400
}

.ast-search-box.full-screen .search-field::-webkit-input-placeholder,
.ast-search-box.header-cover .search-field::-webkit-input-placeholder {
	color: #fafafa
}

.ast-search-box.full-screen .search-field:-moz-placeholder,
.ast-search-box.header-cover .search-field:-moz-placeholder {
	color: #fafafa
}

.ast-search-box.full-screen .search-field::-moz-placeholder,
.ast-search-box.header-cover .search-field::-moz-placeholder {
	color: #fafafa
}

.ast-search-box.full-screen .search-field:-ms-input-placeholder,
.ast-search-box.header-cover .search-field:-ms-input-placeholder {
	color: #fafafa
}

.ast-search-box.header-cover {
	position: absolute;
	background: rgba(25, 25, 25, .96);
	top: 0;
	z-index: 10
}

.ast-search-box.header-cover .search-field {
	font-size: 2em;
	line-height: 2;
	width: 100%
}

.ast-search-box.header-cover .ast-container {
	position: relative
}

.ast-search-box.header-cover .close,
.ast-search-box.header-cover .search-submit,
.ast-search-box.header-cover .search-text-wrap {
	display: inline-block
}

.ast-search-box.header-cover .search-text-wrap {
	width: calc(100% - 2.5em);
	vertical-align: middle
}

.ast-search-box.header-cover .search-submit {
	font-size: 1.7em;
	margin-right: 2em
}

.ast-search-box.header-cover #close {
	vertical-align: middle;
	backface-visibility: hidden
}

.ast-search-box.full-screen {
	position: fixed;
	background: rgba(25, 25, 25, .96);
	top: 0;
	left: 0;
	z-index: 999
}

.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
	text-align: center;
	color: #e2e2e2;
	font-size: 1.5em;
	font-weight: 400;
	transition-delay: 50ms;
	transition: all .3s ease-in-out
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
	border: 0;
	padding: 2.5em 0 1em;
	border-bottom: 2px solid var(--ast-border-color)
}

.ast-search-box.full-screen .ast-search-wrapper .search-field {
	font-size: 2em;
	padding-left: 20px;
	line-height: 1.7;
	width: 92%;
	vertical-align: middle
}

.ast-search-box.full-screen .ast-search-wrapper .search-form {
	width: 70%;
	margin: 20px auto
}

.ast-search-box.full-screen .ast-search-wrapper .search-submit {
	font-size: var(--ast-fs-search-font-size, 1.7em)
}

.ast-search-box.full-screen #close {
	position: absolute;
	color: #fafafa;
	right: 1em;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
	font-weight: 400;
	font-size: 2em;
	top: 1.5em;
	backface-visibility: hidden
}

.ast-search-box.full-screen ::-webkit-input-placeholder {
	opacity: 0
}

.ast-search-box.full-screen ::-moz-placeholder {
	opacity: 0
}

.ast-search-box.full-screen :-ms-input-placeholder {
	opacity: 0
}

.ast-search-box.full-screen :-moz-placeholder {
	opacity: 0
}

@media(max-width:420px) {
	.ast-search-box.full-screen ::-webkit-input-placeholder {
		opacity: 1
	}

	.ast-search-box.full-screen ::-moz-placeholder {
		opacity: 1
	}

	.ast-search-box.full-screen :-ms-input-placeholder {
		opacity: 1
	}

	.ast-search-box.full-screen :-moz-placeholder {
		opacity: 1
	}
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
	opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
	opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
	opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
	opacity: .5
}

.site-header .ast-inline-search.ast-search-menu-icon .search-form {
	padding-left: 0;
	padding-right: 0
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-left: 1em;
	padding-right: 2em
}

.ast-inline-search.ast-search-menu-icon {
	position: relative;
	transform: none;
	left: 0;
	right: 0
}

.ast-inline-search.ast-search-menu-icon .search-submit {
	display: block;
	background: 0 0;
	border: none;
	position: absolute;
	height: 100%;
	right: .25em;
	padding: 0;
	top: 0;
	font-size: 1.3em;
	color: #757575
}

.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
	padding: 0
}

.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 2em
}

.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field {
	width: 80%
}

.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,
.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover {
	display: none
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em
}

.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	padding-left: 0;
	left: auto;
	padding-right: 2em
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form {
	left: -1em;
	padding-left: 2em
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field {
	padding-right: 0
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field {
	padding-right: 0;
	padding-left: 1em
}

.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form {
	left: 0;
	padding-left: 0;
	padding-right: 2em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em
}

.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0
}

.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-left: 1em;
	padding-right: 0
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	padding-left: 3em;
	padding-right: 1em
}

.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em
}

.iphone.full-screen,
.ipod.full-screen {
	position: fixed !important
}

@media(max-width:992px) {
	.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto
	}

	.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto
	}
}

@media(max-width:544px) {
	.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
		display: none
	}

	.ast-search-box.full-screen .ast-search-wrapper .search-field,
	.ast-search-box.full-screen .ast-search-wrapper .search-submit {
		font-size: 1.6em
	}
}

/*! elementor - v3.31.0 - 27-08-2025 */
:root {
	--direction-multiplier: 1
}

body.rtl,
html[dir=rtl] {
	--direction-multiplier: -1
}

.elementor-hidden {
	display: none
}

.elementor-visibility-hidden {
	visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -10000em;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor-clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	width: 0
}

.e-logo-wrapper {
	background: var(--e-a-bg-logo);
	border-radius: 50%;
	display: inline-block;
	line-height: 1;
	padding: .75em
}

.e-logo-wrapper i {
	color: var(--e-a-color-logo);
	font-size: 1em
}

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

.elementor a {
	box-shadow: none;
	text-decoration: none
}

.elementor hr {
	background-color: transparent;
	margin: 0
}

.elementor img {
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: auto;
	max-width: 100%
}

.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 {
	border: none;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
	direction: ltr;
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: 0
}

.elementor .elementor-background-video-container {
	pointer-events: none;
	transition: opacity 1s
}

.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 {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
	max-width: none
}

.elementor .elementor-background-video-hosted {
	-o-object-fit: cover;
	object-fit: cover
}

.elementor .elementor-background-overlay {
	inset: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	inset: 0;
	position: absolute;
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	width: 100%
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%
}

@media (max-width:1024px) {

	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%
	}
}

@media (max-width: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 {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	align-self: var(--align-self);
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
	z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
	align-content: var(--align-content);
	align-items: var(--align-items);
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	gap: var(--row-gap) var(--column-gap);
	justify-content: var(--justify-content)
}

.elementor-invisible {
	visibility: hidden
}

.elementor-align-center {
	text-align: center
}

.elementor-align-right {
	text-align: right
}

.elementor-align-left {
	text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
	width: auto
}

.elementor-align-justify .elementor-button {
	width: 100%
}

.elementor-custom-embed-play {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
	color: #fff;
	font-size: 100px;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
	height: 100px;
	width: 100px;
	fill: #fff;
	filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
	opacity: .8;
	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 {
	animation: eicon-spin 2s linear infinite
}

.elementor-tag {
	display: inline-flex
}

.elementor-ken-burns {
	transition-duration: 10s;
	transition-property: transform;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3)
}

@media (min-width:-1) {
	.elementor-widescreen-align-center {
		text-align: center
	}

	.elementor-widescreen-align-right {
		text-align: right
	}

	.elementor-widescreen-align-left {
		text-align: left
	}

	.elementor-widescreen-align-center .elementor-button,
	.elementor-widescreen-align-left .elementor-button,
	.elementor-widescreen-align-right .elementor-button {
		width: auto
	}

	.elementor-widescreen-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-laptop-align-center {
		text-align: center
	}

	.elementor-laptop-align-right {
		text-align: right
	}

	.elementor-laptop-align-left {
		text-align: left
	}

	.elementor-laptop-align-center .elementor-button,
	.elementor-laptop-align-left .elementor-button,
	.elementor-laptop-align-right .elementor-button {
		width: auto
	}

	.elementor-laptop-align-justify .elementor-button {
		width: 100%
	}

	.elementor-tablet_extra-align-center {
		text-align: center
	}

	.elementor-tablet_extra-align-right {
		text-align: right
	}

	.elementor-tablet_extra-align-left {
		text-align: left
	}

	.elementor-tablet_extra-align-center .elementor-button,
	.elementor-tablet_extra-align-left .elementor-button,
	.elementor-tablet_extra-align-right .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-right {
		text-align: right
	}

	.elementor-tablet-align-left {
		text-align: left
	}

	.elementor-tablet-align-center .elementor-button,
	.elementor-tablet-align-left .elementor-button,
	.elementor-tablet-align-right .elementor-button {
		width: auto
	}

	.elementor-tablet-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-mobile_extra-align-center {
		text-align: center
	}

	.elementor-mobile_extra-align-right {
		text-align: right
	}

	.elementor-mobile_extra-align-left {
		text-align: left
	}

	.elementor-mobile_extra-align-center .elementor-button,
	.elementor-mobile_extra-align-left .elementor-button,
	.elementor-mobile_extra-align-right .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-right {
		text-align: right
	}

	.elementor-mobile-align-left {
		text-align: left
	}

	.elementor-mobile-align-center .elementor-button,
	.elementor-mobile-align-left .elementor-button,
	.elementor-mobile-align-right .elementor-button {
		width: auto
	}

	.elementor-mobile-align-justify .elementor-button {
		width: 100%
	}
}

:root {
	--page-title-display: block
}

.elementor-page-title,
h1.entry-title {
	display: var(--page-title-display)
}

@keyframes eicon-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: eicon-spin 2s linear infinite
}

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		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 {
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	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 {
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-end
}

.elementor-widget-wrap {
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	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: var(--kit-widget-spacing, 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 {
	display: flex;
	min-height: 1px;
	position: relative
}

.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:-1) {
	.elementor-reverse-widescreen>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:1025px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:1025px) and (max-width:-1) {

	.elementor-reverse-laptop>.elementor-container>:first-child,
	.elementor-reverse-laptop>.elementor-container>:nth-child(10),
	.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) {
		order: 0
	}

	.elementor-reverse-tablet_extra>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:-1) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:768px) and (max-width:-1) {

	.elementor-reverse-tablet>.elementor-container>:first-child,
	.elementor-reverse-tablet>.elementor-container>:nth-child(10),
	.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) {
		order: 0
	}

	.elementor-reverse-mobile_extra>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		order: 1
	}

	.elementor-column {
		width: 100%
	}
}

.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;
	margin-bottom: calc(-1 * var(--grid-row-gap));
	width: 100%;
	word-spacing: var(--grid-column-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:-1) {
	.elementor-grid-widescreen-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-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:-1) {
	.elementor-grid-laptop-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-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)
	}

	.elementor-grid-tablet_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-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;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-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:-1) {
	.elementor-grid-mobile_extra-0 .elementor-grid {
		display: inline-block;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-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;
		margin-bottom: calc(-1 * var(--grid-row-gap));
		width: 100%;
		word-spacing: var(--grid-column-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:-1) {
	#elementor-device-mode:after {
		content: "widescreen"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "laptop";
		content: "tablet_extra"
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "mobile_extra"
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile"
	}
}

@media (prefers-reduced-motion:no-preference) {
	html {
		scroll-behavior: smooth
	}
}

.e-con {
	--border-radius: 0;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0px;
	--margin-right: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--row-gap: var(--widgets-spacing-row, 20px);
	--column-gap: var(--widgets-spacing-column, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: 0.3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	border-radius: var(--border-radius);
	height: var(--height);
	min-height: var(--min-height);
	min-width: 0;
	overflow: var(--overflow);
	position: var(--position);
	width: var(--width);
	z-index: var(--z-index);
	--flex-wrap-mobile: wrap;
	margin-block-end: var(--margin-block-end);
	margin-block-start: var(--margin-block-start);
	margin-inline-end: var(--margin-inline-end);
	margin-inline-start: var(--margin-inline-start);
	padding-inline-end: var(--padding-inline-end);
	padding-inline-start: var(--padding-inline-start)
}

.e-con:where(:not(.e-div-block-base)) {
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con {
	--margin-block-start: var(--margin-top);
	--margin-block-end: var(--margin-bottom);
	--margin-inline-start: var(--margin-left);
	--margin-inline-end: var(--margin-right);
	--padding-inline-start: var(--padding-left);
	--padding-inline-end: var(--padding-right);
	--padding-block-start: var(--padding-top);
	--padding-block-end: var(--padding-bottom);
	--border-block-start-width: var(--border-top-width);
	--border-block-end-width: var(--border-bottom-width);
	--border-inline-start-width: var(--border-left-width);
	--border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
	--padding-inline-start: var(--padding-right);
	--padding-inline-end: var(--padding-left);
	--margin-inline-start: var(--margin-right);
	--margin-inline-end: var(--margin-left);
	--border-inline-start-width: var(--border-right-width);
	--border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
	padding-block-end: var(--padding-block-end);
	padding-block-start: var(--padding-block-start);
	text-align: var(--text-align)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
	display: var(--display)
}

.e-con.e-grid {
	--grid-justify-content: start;
	--grid-align-content: start;
	--grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
	align-content: var(--grid-align-content);
	align-items: var(--align-items);
	grid-auto-flow: var(--grid-auto-flow);
	grid-template-columns: var(--e-con-grid-template-columns);
	grid-template-rows: var(--e-con-grid-template-rows);
	justify-content: var(--grid-justify-content);
	justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
	align-content: normal;
	align-items: normal;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal
}

.e-con-boxed.e-grid {
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	justify-items: legacy
}

.e-con-boxed {
	gap: initial;
	text-align: initial
}

.e-con.e-flex>.e-con-inner {
	align-content: var(--align-content);
	align-items: var(--align-items);
	align-self: auto;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
	align-items: var(--align-items);
	justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
	gap: var(--row-gap) var(--column-gap);
	height: 100%;
	margin: 0 auto;
	max-width: var(--content-width);
	padding-inline-end: 0;
	padding-inline-start: 0;
	width: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
	--margin-left: auto;
	--margin-right: auto;
	max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
	margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	content: var(--background-overlay);
	display: block;
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	position: absolute;
	top: calc(0px - var(--border-top-width));
	transition: var(--overlay-transition, .3s);
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
	border-block-end-width: var(--border-block-end-width);
	border-block-start-width: var(--border-block-start-width);
	border-color: var(--border-color);
	border-inline-end-width: var(--border-inline-end-width);
	border-inline-start-width: var(--border-inline-start-width);
	border-radius: var(--border-radius);
	border-style: var(--border-style);
	height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
	left: calc(0px - var(--border-left-width));
	top: calc(0px - var(--border-top-width));
	width: max(100% + var(--border-left-width) + var(--border-right-width), 100%)
}

@media (max-width:767px) {
	:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
		display: none
	}
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2
}

.e-con .elementor-widget {
	min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
	width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
	height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
	max-width: 100%
}

.e-con .elementor-widget:not(:last-child) {
	--kit-widget-spacing: 0px
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: var(--flex-wrap-mobile)
	}

	.e-con.e-flex .elementor-widget-archive-posts {
		width: 100%
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	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 {
	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 {
	flex-grow: 1
}

.elementor-field-group {
	align-items: center;
	flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
	background-color: transparent;
	border: 1px solid #69727d;
	color: #1f2124;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: middle;
	width: 100%
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-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: flex;
	position: relative;
	width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	flex-basis: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-inline-end: 20px;
	text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	inset-block-start: 50%;
	inset-inline-end: 10px;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3);
	transform: translateY(-50%)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: ""
}

.elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	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 {
	color: red;
	content: "*";
	padding-inline-start: .2em
}

.elementor-field-textual {
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 40px;
	padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	flex-basis: 50%;
	flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
	justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
	justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
	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 {
	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 {
	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 {
	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 {
		flex-basis: 100%
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%
	}

	.elementor-tablet-button-align-center .e-form__buttons,
	.elementor-tablet-button-align-center .elementor-field-type-submit {
		justify-content: center
	}

	.elementor-tablet-button-align-start .e-form__buttons,
	.elementor-tablet-button-align-start .elementor-field-type-submit {
		justify-content: flex-start
	}

	.elementor-tablet-button-align-end .e-form__buttons,
	.elementor-tablet-button-align-end .elementor-field-type-submit {
		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 {
		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 {
		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 {
		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 {
		flex-basis: 100%
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%
	}

	.elementor-mobile-button-align-center .e-form__buttons,
	.elementor-mobile-button-align-center .elementor-field-type-submit {
		justify-content: center
	}

	.elementor-mobile-button-align-start .e-form__buttons,
	.elementor-mobile-button-align-start .elementor-field-type-submit {
		justify-content: flex-start
	}

	.elementor-mobile-button-align-end .e-form__buttons,
	.elementor-mobile-button-align-end .elementor-field-type-submit {
		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 {
		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 {
		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 {
		flex-basis: auto
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em
}

.elementor-message {
	font-size: 1em;
	line-height: 1;
	margin: 10px 0
}

.elementor-message:before {
	content: "\e90e";
	display: inline-block;
	font-family: eicons;
	font-style: normal;
	font-weight: 400;
	margin-inline-end: 5px;
	vertical-align: middle
}

.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 {
	border: none;
	padding-block-end: 0;
	padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
	display: flex;
	flex-direction: row;
	gap: 5px;
	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:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,
.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)) {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
	line-height: 1;
	margin: 0;
	padding: 0
}

.elementor-button {
	background-color: #69727d;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	fill: #fff;
	text-align: center;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center
}

.elementor-button-icon {
	align-items: center;
	display: flex
}

.elementor-button-icon svg {
	height: auto;
	width: 1em
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em
}

.elementor-button-text {
	display: inline-block
}

.elementor-button.elementor-size-xs {
	border-radius: 2px;
	font-size: 13px;
	padding: 10px 20px
}

.elementor-button.elementor-size-md {
	border-radius: 4px;
	font-size: 16px;
	padding: 15px 30px
}

.elementor-button.elementor-size-lg {
	border-radius: 5px;
	font-size: 18px;
	padding: 20px 40px
}

.elementor-button.elementor-size-xl {
	border-radius: 6px;
	font-size: 20px;
	padding: 25px 50px
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f
}

.elementor-view-stacked .elementor-icon {
	background-color: #69727d;
	color: #fff;
	padding: .5em;
	fill: #fff
}

.elementor-view-framed .elementor-icon {
	background-color: transparent;
	border: 3px solid #69727d;
	color: #69727d;
	padding: .5em
}

.elementor-icon {
	color: #69727d;
	display: inline-block;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	transition: all .3s
}

.elementor-icon:hover {
	color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
	display: block;
	height: 1em;
	position: relative;
	width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
	left: 50%;
	position: absolute;
	transform: translateX(-50%)
}

.elementor-icon i.fad {
	width: auto
}

.elementor-shape-square .elementor-icon {
	border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
	border-radius: 10%
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
	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-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
	transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
	transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.animated {
	animation-duration: 1.25s
}

.animated.animated-slow {
	animation-duration: 2s
}

.animated.animated-fast {
	animation-duration: .75s
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none
	}
}

@media (max-width:767px) {

	.elementor .elementor-hidden-mobile,
	.elementor .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-mobile_extra {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:-1) and (max-width:-1) {

	.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:-1) {
	.elementor .elementor-hidden-widescreen {
		display: none
	}
}

/*! elementor - v3.31.0 - 27-08-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

/*! elementor-pro - v3.31.0 - 10-08-2025 */
.elementor-button.elementor-hidden,
.elementor-hidden {
	display: none
}

.e-form__step {
	width: 100%
}

.e-form__step:not(.elementor-hidden) {
	display: flex;
	flex-wrap: wrap
}

.e-form__buttons {
	flex-wrap: wrap
}

.e-form__buttons,
.e-form__buttons__wrapper {
	display: flex
}

.e-form__indicators {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	font-size: 13px;
	justify-content: space-between;
	margin-bottom: var(--e-form-steps-indicators-spacing)
}

.e-form__indicators__indicator {
	align-items: center;
	display: flex;
	flex-basis: 0;
	flex-direction: column;
	justify-content: center;
	padding: 0 var(--e-form-steps-divider-gap)
}

.e-form__indicators__indicator__progress {
	background-color: var(--e-form-steps-indicator-progress-background-color);
	border-radius: var(--e-form-steps-indicator-progress-border-radius);
	overflow: hidden;
	position: relative;
	width: 100%
}

.e-form__indicators__indicator__progress__meter {
	background-color: var(--e-form-steps-indicator-progress-color);
	border-radius: var(--e-form-steps-indicator-progress-border-radius);
	color: var(--e-form-steps-indicator-progress-meter-color);
	height: var(--e-form-steps-indicator-progress-height);
	line-height: var(--e-form-steps-indicator-progress-height);
	padding-right: 15px;
	text-align: right;
	transition: width .1s linear;
	width: var(--e-form-steps-indicator-progress-meter-width, 0)
}

.e-form__indicators__indicator:first-child {
	padding-left: 0
}

.e-form__indicators__indicator:last-child {
	padding-right: 0
}

.e-form__indicators__indicator--state-inactive {
	color: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2)
}

.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
	background-color: var(--e-form-steps-indicator-inactive-secondary-color, #fff)
}

.e-form__indicators__indicator--state-inactive object,
.e-form__indicators__indicator--state-inactive svg {
	fill: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2)
}

.e-form__indicators__indicator--state-active {
	border-color: var(--e-form-steps-indicator-active-secondary-color, #fff);
	color: var(--e-form-steps-indicator-active-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
	background-color: var(--e-form-steps-indicator-active-secondary-color, #fff)
}

.e-form__indicators__indicator--state-active object,
.e-form__indicators__indicator--state-active svg {
	fill: var(--e-form-steps-indicator-active-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed {
	color: var(--e-form-steps-indicator-completed-secondary-color, #fff)
}

.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
	background-color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
	color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none {
	background-color: initial;
	color: var(--e-form-steps-indicator-completed-primary-color, #39b54a)
}

.e-form__indicators__indicator--state-completed object,
.e-form__indicators__indicator--state-completed svg {
	fill: var(--e-form-steps-indicator-completed-secondary-color, #fff)
}

.e-form__indicators__indicator__icon {
	align-items: center;
	border-style: solid;
	border-width: 1px;
	display: flex;
	font-size: var(--e-form-steps-indicator-icon-size);
	height: var(--e-form-steps-indicator-padding, 30px);
	justify-content: center;
	margin-bottom: 10px;
	overflow: hidden;
	width: var(--e-form-steps-indicator-padding, 30px)
}

.e-form__indicators__indicator__icon img,
.e-form__indicators__indicator__icon object,
.e-form__indicators__indicator__icon svg {
	height: auto;
	width: var(--e-form-steps-indicator-icon-size)
}

.e-form__indicators__indicator__icon .e-font-icon-svg {
	height: 1em
}

.e-form__indicators__indicator__number {
	align-items: center;
	border-style: solid;
	border-width: 1px;
	display: flex;
	height: var(--e-form-steps-indicator-padding, 30px);
	justify-content: center;
	margin-bottom: 10px;
	width: var(--e-form-steps-indicator-padding, 30px)
}

.e-form__indicators__indicator--shape-circle {
	border-radius: 50%
}

.e-form__indicators__indicator--shape-square {
	border-radius: 0
}

.e-form__indicators__indicator--shape-rounded {
	border-radius: 5px
}

.e-form__indicators__indicator--shape-none {
	border: 0
}

.e-form__indicators__indicator__label {
	text-align: center
}

.e-form__indicators__indicator__separator {
	background-color: #babfc5;
	height: var(--e-form-steps-divider-width);
	width: 100%
}

.e-form__indicators--type-icon,
.e-form__indicators--type-icon_text,
.e-form__indicators--type-number,
.e-form__indicators--type-number_text {
	align-items: flex-start
}

.e-form__indicators--type-icon .e-form__indicators__indicator__separator,
.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,
.e-form__indicators--type-number .e-form__indicators__indicator__separator,
.e-form__indicators--type-number_text .e-form__indicators__indicator__separator {
	margin-top: calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)
}

.elementor-field-type-hidden {
	display: none
}

.elementor-field-type-html {
	display: inline-block
}

.elementor-field-type-tel input {
	direction: inherit
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
	display: none
}

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
	z-index: 1
}

.elementor-button .elementor-form-spinner {
	order: 3
}

.elementor-form .elementor-button .elementor-button-content-wrapper {
	align-items: center
}

.elementor-form .elementor-button .elementor-button-text {
	white-space: normal
}

.elementor-form .elementor-button svg {
	height: auto
}

.elementor-form .elementor-button .e-font-icon-svg {
	height: 1em
}

.elementor-form .elementor-button .elementor-button-content-wrapper {
	gap: 5px
}

.elementor-form .elementor-button .elementor-button-icon,
.elementor-form .elementor-button .elementor-button-text {
	flex-grow: unset;
	order: unset
}

.elementor-select-wrapper .select-caret-down-wrapper {
	font-size: 11px;
	inset-inline-end: 10px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
	aspect-ratio: unset;
	display: unset;
	width: 1em;
	fill: currentColor;
	overflow: visible
}

.elementor-select-wrapper .select-caret-down-wrapper i {
	font-size: 19px;
	line-height: 2
}

.elementor-select-wrapper.remove-before:before {
	content: "" !important
}

.elementor-message-svg:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj48cGF0aCBmaWxsPSIjMDA4QTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTUgMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	height: 1em;
	width: 1em
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
	display: none
}

.elementor-popup-modal.dialog-type-lightbox {
	background-color: transparent;
	display: flex;
	pointer-events: none;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
	display: none
}

.elementor-popup-modal .dialog-close-button {
	display: none;
	inset-inline-end: 20px;
	margin-top: 0;
	opacity: 1;
	pointer-events: all;
	top: 20px;
	z-index: 9999
}

.elementor-popup-modal .dialog-close-button svg {
	fill: #1f2124;
	height: 1em;
	width: 1em
}

.elementor-popup-modal .dialog-widget-content {
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
	max-height: 100%;
	max-width: 100%;
	overflow: visible;
	pointer-events: all;
	width: auto
}

.elementor-popup-modal .dialog-message {
	display: flex;
	max-height: 100vh;
	max-width: 100vw;
	overflow: auto;
	padding: 0;
	width: 640px
}

.elementor-popup-modal .elementor {
	width: 100%
}


[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: "\e9dd"
}

.eicon-insert:before {
	content: "\e8ab"
}

.eicon-preview-medium:before {
	content: "\e8ac"
}

.eicon-sort-down:before {
	content: "\e8ad"
}

.eicon-sort-up:before {
	content: "\e8ae"
}

.eicon-heading:before {
	content: "\e8af"
}

.eicon-logo:before {
	content: "\e8b0"
}

.eicon-meta-data:before {
	content: "\e8b1"
}

.eicon-post-content:before {
	content: "\e8b2"
}

.eicon-post-excerpt:before {
	content: "\e8b3"
}

.eicon-post-navigation:before {
	content: "\e8b4"
}

.eicon-yoast:before {
	content: "\e8b5"
}

.eicon-nerd-chuckle:before {
	content: "\e8b6"
}

.eicon-nerd-wink:before {
	content: "\e8b7"
}

.eicon-comments:before {
	content: "\e8b8"
}

.eicon-download-circle-o:before {
	content: "\e8b9"
}

.eicon-library-upload:before {
	content: "\e8ba"
}

.eicon-save-o:before {
	content: "\e8bb"
}

.eicon-upload-circle-o:before {
	content: "\e8bc"
}

.eicon-ellipsis-h:before {
	content: "\e8bd"
}

.eicon-ellipsis-v:before {
	content: "\e8be"
}

.eicon-arrow-left:before {
	content: "\e8bf"
}

.eicon-arrow-right:before {
	content: "\e8c0"
}

.eicon-arrow-up:before {
	content: "\e8c1"
}

.eicon-arrow-down:before {
	content: "\e8c2"
}

.eicon-play-o:before {
	content: "\e8c3"
}

.eicon-archive-posts:before {
	content: "\e8c4"
}

.eicon-archive-title:before {
	content: "\e8c5"
}

.eicon-featured-image:before {
	content: "\e8c6"
}

.eicon-post-info:before {
	content: "\e8c7"
}

.eicon-post-title:before {
	content: "\e8c8"
}

.eicon-site-logo:before {
	content: "\e8c9"
}

.eicon-site-search:before {
	content: "\e8ca"
}

.eicon-site-title:before {
	content: "\e8cb"
}

.eicon-plus-square:before {
	content: "\e8cc"
}

.eicon-minus-square:before {
	content: "\e8cd"
}

.eicon-cloud-check:before {
	content: "\e8ce"
}

.eicon-drag-n-drop:before {
	content: "\e8cf"
}

.eicon-welcome:before {
	content: "\e8d0"
}

.eicon-handle:before {
	content: "\e8d1"
}

.eicon-cart:before {
	content: "\e8d2"
}

.eicon-product-add-to-cart:before {
	content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
	content: "\e8d4"
}

.eicon-product-categories:before {
	content: "\e8d5"
}

.eicon-product-description:before {
	content: "\e8d6"
}

.eicon-product-images:before {
	content: "\e8d7"
}

.eicon-product-info:before {
	content: "\e8d8"
}

.eicon-product-meta:before {
	content: "\e8d9"
}

.eicon-product-pages:before {
	content: "\e8da"
}

.eicon-product-price:before {
	content: "\e8db"
}

.eicon-product-rating:before {
	content: "\e8dc"
}

.eicon-product-related:before {
	content: "\e8dd"
}

.eicon-product-stock:before {
	content: "\e8de"
}

.eicon-product-tabs:before {
	content: "\e8df"
}

.eicon-product-title:before {
	content: "\e8e0"
}

.eicon-product-upsell:before {
	content: "\e8e1"
}

.eicon-products:before {
	content: "\e8e2"
}

.eicon-bag-light:before {
	content: "\e8e3"
}

.eicon-bag-medium:before {
	content: "\e8e4"
}

.eicon-bag-solid:before {
	content: "\e8e5"
}

.eicon-basket-light:before {
	content: "\e8e6"
}

.eicon-basket-medium:before {
	content: "\e8e7"
}

.eicon-basket-solid:before {
	content: "\e8e8"
}

.eicon-cart-light:before {
	content: "\e8e9"
}

.eicon-cart-medium:before {
	content: "\e8ea"
}

.eicon-cart-solid:before {
	content: "\e8eb"
}

.eicon-exchange:before {
	content: "\e8ec"
}

.eicon-preview-thin:before {
	content: "\e8ed"
}

.eicon-device-laptop:before {
	content: "\e8ee"
}

.eicon-collapse:before {
	content: "\e8ef"
}

.eicon-expand:before {
	content: "\e8f0"
}

.eicon-navigator:before {
	content: "\e8f1"
}

.eicon-plug:before {
	content: "\e8f2"
}

.eicon-dashboard:before {
	content: "\e8f3"
}

.eicon-typography:before {
	content: "\e8f4"
}

.eicon-info-circle-o:before {
	content: "\e8f5"
}

.eicon-integration:before {
	content: "\e8f6"
}

.eicon-plus-circle-o:before {
	content: "\e8f7"
}

.eicon-rating:before {
	content: "\e8f8"
}

.eicon-review:before {
	content: "\e8f9"
}

.eicon-tools:before {
	content: "\e8fa"
}

.eicon-loading:before {
	content: "\e8fb"
}

.eicon-sitemap:before {
	content: "\e8fc"
}

.eicon-click:before {
	content: "\e8fd"
}

.eicon-clock:before {
	content: "\e8fe"
}

.eicon-library-open:before {
	content: "\e8ff"
}

.eicon-warning:before {
	content: "\e900"
}

.eicon-flow:before {
	content: "\e901"
}

.eicon-cursor-move:before {
	content: "\e902"
}

.eicon-arrow-circle-left:before {
	content: "\e903"
}

.eicon-flash:before {
	content: "\e904"
}

.eicon-redo:before {
	content: "\e905"
}

.eicon-ban:before {
	content: "\e906"
}

.eicon-barcode:before {
	content: "\e907"
}

.eicon-calendar:before {
	content: "\e908"
}

.eicon-caret-left:before {
	content: "\e909"
}

.eicon-caret-right:before {
	content: "\e90a"
}

.eicon-caret-up:before {
	content: "\e90b"
}

.eicon-chain-broken:before {
	content: "\e90c"
}

.eicon-check-circle-o:before {
	content: "\e90d"
}

.eicon-check:before {
	content: "\e90e"
}

.eicon-chevron-double-left:before {
	content: "\e90f"
}

.eicon-chevron-double-right:before {
	content: "\e910"
}

.eicon-undo:before {
	content: "\e911"
}

.eicon-filter:before {
	content: "\e912"
}

.eicon-circle-o:before {
	content: "\e913"
}

.eicon-circle:before {
	content: "\e914"
}

.eicon-clock-o:before {
	content: "\e915"
}

.eicon-cog:before {
	content: "\e916"
}

.eicon-cogs:before {
	content: "\e917"
}

.eicon-commenting-o:before {
	content: "\e918"
}

.eicon-copy:before {
	content: "\e919"
}

.eicon-database:before {
	content: "\e91a"
}

.eicon-dot-circle-o:before {
	content: "\e91b"
}

.eicon-envelope:before {
	content: "\e91c"
}

.eicon-external-link-square:before {
	content: "\e91d"
}

.eicon-eyedropper:before {
	content: "\e91e"
}

.eicon-folder:before {
	content: "\e91f"
}

.eicon-font:before {
	content: "\e920"
}

.eicon-adjust:before {
	content: "\e921"
}

.eicon-lightbox:before {
	content: "\e922"
}

.eicon-heart-o:before {
	content: "\e923"
}

.eicon-history:before {
	content: "\e924"
}

.eicon-image-bold:before {
	content: "\e925"
}

.eicon-info-circle:before {
	content: "\e926"
}

.eicon-link:before {
	content: "\e927"
}

.eicon-long-arrow-left:before {
	content: "\e928"
}

.eicon-long-arrow-right:before {
	content: "\e929"
}

.eicon-caret-down:before {
	content: "\e92a"
}

.eicon-paint-brush:before {
	content: "\e92b"
}

.eicon-pencil:before {
	content: "\e92c"
}

.eicon-plus-circle:before {
	content: "\e92d"
}

.eicon-zoom-in-bold:before {
	content: "\e92e"
}

.eicon-sort-amount-desc:before {
	content: "\e92f"
}

.eicon-sign-out:before {
	content: "\e930"
}

.eicon-spinner:before {
	content: "\e931"
}

.eicon-square:before {
	content: "\e932"
}

.eicon-star-o:before {
	content: "\e933"
}

.eicon-star:before {
	content: "\e934"
}

.eicon-text-align-justify:before {
	content: "\e935"
}

.eicon-text-align-center:before {
	content: "\e936"
}

.eicon-tags:before {
	content: "\e937"
}

.eicon-text-align-left:before {
	content: "\e938"
}

.eicon-text-align-right:before {
	content: "\e939"
}

.eicon-close-circle:before {
	content: "\e93a"
}

.eicon-trash-o:before {
	content: "\e93b"
}

.eicon-font-awesome:before {
	content: "\e93c"
}

.eicon-user-circle-o:before {
	content: "\e93d"
}

.eicon-video-camera:before {
	content: "\e93e"
}

.eicon-heart:before {
	content: "\e93f"
}

.eicon-wrench:before {
	content: "\e940"
}

.eicon-help:before {
	content: "\e941"
}

.eicon-help-o:before {
	content: "\e942"
}

.eicon-zoom-out-bold:before {
	content: "\e943"
}

.eicon-plus-square-o:before {
	content: "\e944"
}

.eicon-minus-square-o:before {
	content: "\e945"
}

.eicon-minus-circle:before {
	content: "\e946"
}

.eicon-minus-circle-o:before {
	content: "\e947"
}

.eicon-code-bold:before {
	content: "\e948"
}

.eicon-cloud-upload:before {
	content: "\e949"
}

.eicon-search-bold:before {
	content: "\e94a"
}

.eicon-map-pin:before {
	content: "\e94b"
}

.eicon-meetup:before {
	content: "\e94c"
}

.eicon-slideshow:before {
	content: "\e94d"
}

.eicon-t-letter-bold:before {
	content: "\e94e"
}

.eicon-preferences:before {
	content: "\e94f"
}

.eicon-table-of-contents:before {
	content: "\e950"
}

.eicon-tv:before {
	content: "\e951"
}

.eicon-upload:before {
	content: "\e952"
}

.eicon-instagram-comments:before {
	content: "\e953"
}

.eicon-instagram-nested-gallery:before {
	content: "\e954"
}

.eicon-instagram-post:before {
	content: "\e955"
}

.eicon-instagram-video:before {
	content: "\e956"
}

.eicon-instagram-gallery:before {
	content: "\e957"
}

.eicon-instagram-likes:before {
	content: "\e958"
}

.eicon-facebook:before {
	content: "\e959"
}

.eicon-twitter:before {
	content: "\e95a"
}

.eicon-pinterest:before {
	content: "\e95b"
}

.eicon-frame-expand:before {
	content: "\e95c"
}

.eicon-frame-minimize:before {
	content: "\e95d"
}

.eicon-archive:before {
	content: "\e95e"
}

.eicon-colors-typography:before {
	content: "\e95f"
}

.eicon-custom:before {
	content: "\e960"
}

.eicon-footer:before {
	content: "\e961"
}

.eicon-header:before {
	content: "\e962"
}

.eicon-layout-settings:before {
	content: "\e963"
}

.eicon-lightbox-expand:before {
	content: "\e964"
}

.eicon-error-404:before {
	content: "\e965"
}

.eicon-theme-style:before {
	content: "\e966"
}

.eicon-search-results:before {
	content: "\e967"
}

.eicon-single-post:before {
	content: "\e968"
}

.eicon-site-identity:before {
	content: "\e969"
}

.eicon-theme-builder:before {
	content: "\e96a"
}

.eicon-download-bold:before {
	content: "\e96b"
}

.eicon-share-arrow:before {
	content: "\e96c"
}

.eicon-global-settings:before {
	content: "\e96d"
}

.eicon-user-preferences:before {
	content: "\e96e"
}

.eicon-lock:before {
	content: "\e96f"
}

.eicon-export-kit:before {
	content: "\e970"
}

.eicon-import-kit:before {
	content: "\e971"
}

.eicon-lottie:before {
	content: "\e972"
}

.eicon-products-archive:before {
	content: "\e973"
}

.eicon-single-product:before {
	content: "\e974"
}

.eicon-disable-trash-o:before {
	content: "\e975"
}

.eicon-single-page:before {
	content: "\e976"
}

.eicon-wordpress-light:before {
	content: "\e977"
}

.eicon-cogs-check:before {
	content: "\e978"
}

.eicon-custom-css:before {
	content: "\e979"
}

.eicon-global-colors:before {
	content: "\e97a"
}

.eicon-globe:before {
	content: "\e97b"
}

.eicon-typography-1:before {
	content: "\e97c"
}

.eicon-background:before {
	content: "\e97d"
}

.eicon-device-responsive:before {
	content: "\e97e"
}

.eicon-device-wide:before {
	content: "\e97f"
}

.eicon-code-highlight:before {
	content: "\e980"
}

.eicon-video-playlist:before {
	content: "\e981"
}

.eicon-download-kit:before {
	content: "\e982"
}

.eicon-kit-details:before {
	content: "\e983"
}

.eicon-kit-parts:before {
	content: "\e984"
}

.eicon-kit-upload:before {
	content: "\e985"
}

.eicon-kit-plugins:before {
	content: "\e986"
}

.eicon-kit-upload-alt:before {
	content: "\e987"
}

.eicon-hotspot:before {
	content: "\e988"
}

.eicon-paypal-button:before {
	content: "\e989"
}

.eicon-shape:before {
	content: "\e98a"
}

.eicon-wordart:before {
	content: "\e98b"
}

.eicon-checkout:before {
	content: "\e98c"
}

.eicon-container:before {
	content: "\e98d"
}

.eicon-flip:before {
	content: "\e98e"
}

.eicon-info:before {
	content: "\e98f"
}

.eicon-my-account:before {
	content: "\e990"
}

.eicon-purchase-summary:before {
	content: "\e991"
}

.eicon-page-transition:before {
	content: "\e992"
}

.eicon-spotify:before {
	content: "\e993"
}

.eicon-stripe-button:before {
	content: "\e994"
}

.eicon-woo-settings:before {
	content: "\e995"
}

.eicon-woo-cart:before {
	content: "\e996"
}

.eicon-grow:before {
	content: "\e997"
}

.eicon-order-end:before {
	content: "\e998"
}

.eicon-nowrap:before {
	content: "\e999"
}

.eicon-order-start:before {
	content: "\e99a"
}

.eicon-progress-tracker:before {
	content: "\e99b"
}

.eicon-shrink:before {
	content: "\e99c"
}

.eicon-wrap:before {
	content: "\e99d"
}

.eicon-align-center-h:before {
	content: "\e99e"
}

.eicon-align-center-v:before {
	content: "\e99f"
}

.eicon-align-end-h:before {
	content: "\e9a0"
}

.eicon-align-end-v:before {
	content: "\e9a1"
}

.eicon-align-start-h:before {
	content: "\e9a2"
}

.eicon-align-start-v:before {
	content: "\e9a3"
}

.eicon-align-stretch-h:before {
	content: "\e9a4"
}

.eicon-align-stretch-v:before {
	content: "\e9a5"
}

.eicon-justify-center-h:before {
	content: "\e9a6"
}

.eicon-justify-center-v:before {
	content: "\e9a7"
}

.eicon-justify-end-h:before {
	content: "\e9a8"
}

.eicon-justify-end-v:before {
	content: "\e9a9"
}

.eicon-justify-space-around-h:before {
	content: "\e9aa"
}

.eicon-justify-space-around-v:before {
	content: "\e9ab"
}

.eicon-justify-space-between-h:before {
	content: "\e9ac"
}

.eicon-justify-space-between-v:before {
	content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
	content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
	content: "\e9af"
}

.eicon-justify-start-h:before {
	content: "\e9b0"
}

.eicon-justify-start-v:before {
	content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
	content: "\e9b2"
}

.eicon-woocommerce-notices:before {
	content: "\e9b3"
}

.eicon-inner-container:before {
	content: "\e9b4"
}

.eicon-warning-full:before {
	content: "\e9b5"
}

.eicon-exit:before {
	content: "\e9b6"
}

.eicon-loop-builder:before {
	content: "\e9b7"
}

.eicon-notes:before {
	content: "\e9b8"
}

.eicon-read:before {
	content: "\e9b9"
}

.eicon-unread:before {
	content: "\e9ba"
}

.eicon-carousel-loop:before {
	content: "\e9bb"
}

.eicon-mega-menu:before {
	content: "\eb78"
}

.eicon-nested-carousel:before {
	content: "\e9bd"
}

.eicon-ai:before {
	content: "\e9be"
}

.eicon-taxonomy-filter:before {
	content: "\eb7d"
}

.eicon-container-grid:before {
	content: "\ef02"
}

.eicon-upgrade:before {
	content: "\e9c1"
}

.eicon-advanced:before {
	content: "\eb84"
}

.eicon-div-block:before {
	content: "\eb9b"
}

.eicon-notification:before {
	content: "\e9c3"
}

.eicon-light-mode:before {
	content: "\e9c4"
}

.eicon-dark-mode:before {
	content: "\e9c5"
}

.eicon-upgrade-crown:before {
	content: "\e9c6"
}

.eicon-off-canvas:before {
	content: "\e9c7"
}

.eicon-speakerphone:before {
	content: "\e9c9"
}

.eicon-ehp-cta:before {
	content: "\e9cb"
}

.eicon-ehp-forms:before {
	content: "\e9bc"
}

.eicon-ehp-hero:before {
	content: "\e9ca"
}

.eicon-ehp-zigzag:before {
	content: "\e9cc"
}

.eicon-e-button:before {
	content: "\e9ce"
}

.eicon-flexbox:before {
	content: "\e9d0"
}

.eicon-paragraph:before {
	content: "\e9d1"
}

.eicon-icon:before {
	content: "\e9d2"
}

.eicon-e-image:before {
	content: "\e9d3"
}

.eicon-video:before {
	content: "\e9d4"
}

.eicon-svg:before {
	content: "\e9d5"
}

.eicon-e-divider:before {
	content: "\e9d6"
}

.eicon-e-heading:before {
	content: "\e9d7"
}

.eicon-atomic:before {
	content: "\ebae"
}

.eicon-library-delete:before {
	content: "\e9d8"
}

.eicon-library-copy:before {
	content: "\e9d9"
}

.eicon-library-folder-empty:before {
	content: "\e9da"
}

.eicon-library-move:before {
	content: "\e9db"
}

.eicon-library-edit:before {
	content: "\e9dc"
}

.eicon-library-subscription-upgrade:before {
	content: "\e9de"
}

.eicon-library-folder-view:before {
	content: "\e9df"
}

.eicon-library-grid:before {
	content: "\e9e1"
}

.eicon-library-cloud-connect:before {
	content: "\e9e2"
}

.eicon-library-import:before {
	content: "\e9e3"
}

.eicon-library-list:before {
	content: "\e9e4"
}

.eicon-library-cloud-empty:before {
	content: "\e9e5"
}

.eicon-folder-plus:before {
	content: "\e8aa"
}

.eicon-library-folder:before {
	content: "\e9e6"
}

.eicon-accessibility:before {
	content: "\e9bf"
}

.eicon-lock-outline:before {
	content: "\e9e7"
}

.eicon-e-youtube:before {
	content: "\e9e8"
}

.eicon-eye:before {
	content: "\e8ac"
}

.eicon-elementor-square:before {
	content: "\e813"
}

.elementor-kit-20 {
	--e-global-color-primary: #000000;
	--e-global-color-secondary: #000000;
	--e-global-color-text: #F6F6F6;
	--e-global-color-accent: #DBA830;
	--e-global-typography-primary-font-family: "Roboto";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Roboto Slab";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
}

.elementor-kit-20 e-page-transition {
	background-color: #FFBC7D;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1200px;
}

.e-con {
	--container-max-width: 1200px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

	{}

h1.entry-title {
	display: var(--page-title-display);
}

@media(max-width:1024px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1024px;
	}

	.e-con {
		--container-max-width: 1024px;
	}
}

@media(max-width:767px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 767px;
	}

	.e-con {
		--container-max-width: 767px;
	}
}

@charset "UTF-8";

/*!* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden*/
.lae-animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.lae-animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.lae-animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.lae-animated.flipOutX,
.lae-animated.flipOutY,
.lae-animated.bounceIn,
.lae-animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px)rotateY(-9deg);
		transform: translateX(-6px)rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px)rotateY(7deg);
		transform: translateX(5px)rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px)rotateY(-5deg);
		transform: translateX(-3px)rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px)rotateY(3deg);
		transform: translateX(2px)rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px)rotateY(-9deg);
		transform: translateX(-6px)rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px)rotateY(7deg);
		transform: translateX(5px)rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px)rotateY(-5deg);
		transform: translateX(-3px)rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px)rotateY(3deg);
		transform: translateX(2px)rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0);
		transform: rotate3d(0, 0, 1, 0)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0);
		transform: rotate3d(0, 0, 1, 0)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0)rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0)rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0)rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0)rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0)rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0)rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0)rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0)rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0)rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0)rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0)rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0)rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0)rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0)rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0)rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0)rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0)rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0)rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0)rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0)rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg)skewY(-12.5deg);
		transform: skewX(-12.5deg)skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg)skewY(6.25deg);
		transform: skewX(6.25deg)skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg)skewY(-3.125deg);
		transform: skewX(-3.125deg)skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg)skewY(1.5625deg);
		transform: skewX(1.5625deg)skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg)skewY(-.78125deg);
		transform: skewX(-.78125deg)skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg)skewY(.390625deg);
		transform: skewX(.390625deg)skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg)skewY(-.1953125deg);
		transform: skewX(-.1953125deg)skewY(-.1953125deg)
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg)skewY(-12.5deg);
		transform: skewX(-12.5deg)skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg)skewY(6.25deg);
		transform: skewX(6.25deg)skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg)skewY(-3.125deg);
		transform: skewX(-3.125deg)skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg)skewY(1.5625deg);
		transform: skewX(1.5625deg)skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg)skewY(-.78125deg);
		transform: skewX(-.78125deg)skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg)skewY(.390625deg);
		transform: skewX(.390625deg)skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg)skewY(-.1953125deg);
		transform: skewX(-.1953125deg)skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3e3px, 0);
		transform: translate3d(0, -3e3px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3e3px, 0);
		transform: translate3d(0, -3e3px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3e3px, 0, 0);
		transform: translate3d(-3e3px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3e3px, 0, 0);
		transform: translate3d(-3e3px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3e3px, 0, 0);
		transform: translate3d(3e3px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3e3px, 0, 0);
		transform: translate3d(3e3px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3e3px, 0);
		transform: translate3d(0, 3e3px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3e3px, 0);
		transform: translate3d(0, 3e3px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2e3px, 0);
		transform: translate3d(0, 2e3px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2e3px, 0);
		transform: translate3d(0, 2e3px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2e3px, 0, 0);
		transform: translate3d(-2e3px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2e3px, 0, 0);
		transform: translate3d(-2e3px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2e3px, 0, 0);
		transform: translate3d(2e3px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2e3px, 0, 0);
		transform: translate3d(2e3px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2e3px, 0);
		transform: translate3d(0, -2e3px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2e3px, 0);
		transform: translate3d(0, -2e3px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2e3px, 0);
		transform: translate3d(0, -2e3px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2e3px, 0);
		transform: translate3d(0, -2e3px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2e3px, 0, 0);
		transform: translate3d(-2e3px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2e3px, 0, 0);
		transform: translate3d(-2e3px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2e3px, 0, 0);
		transform: translate3d(2e3px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2e3px, 0, 0);
		transform: translate3d(2e3px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2e3px, 0);
		transform: translate3d(0, 2e3px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2e3px, 0);
		transform: translate3d(0, 2e3px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2e3px, 0);
		transform: translate3d(0, 2e3px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2e3px, 0);
		transform: translate3d(0, 2e3px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2e3px, 0, 0);
		transform: translate3d(-2e3px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2e3px, 0, 0);
		transform: translate3d(-2e3px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2e3px, 0, 0);
		transform: translate3d(2e3px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2e3px, 0, 0);
		transform: translate3d(2e3px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2e3px, 0);
		transform: translate3d(0, -2e3px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2e3px, 0);
		transform: translate3d(0, -2e3px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px)scale3d(.95, .95, .95);
		transform: perspective(400px)scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px)scale3d(.95, .95, .95);
		transform: perspective(400px)scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.lae-animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px)rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px)rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px)rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px)rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px)rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0)skewX(-30deg);
		transform: translate3d(100%, 0, 0)skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0)skewX(-30deg);
		transform: translate3d(100%, 0, 0)skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0)skewX(30deg);
		transform: translate3d(100%, 0, 0)skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0)skewX(30deg);
		transform: translate3d(100%, 0, 0)skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0)rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0)rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0)rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0)rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0)rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0)rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0)rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0)rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, -1e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, -1e3px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, -1e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, -1e3px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(-1e3px, 0, 0);
		transform: scale3d(.1, .1, .1)translate3d(-1e3px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(-1e3px, 0, 0);
		transform: scale3d(.1, .1, .1)translate3d(-1e3px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(1e3px, 0, 0);
		transform: scale3d(.1, .1, .1)translate3d(1e3px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(1e3px, 0, 0);
		transform: scale3d(.1, .1, .1)translate3d(1e3px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, 1e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, 1e3px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, 1e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, 1e3px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, 2e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, 2e3px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, 2e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, 2e3px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1)translate3d(-2e3px, 0, 0);
		transform: scale(.1)translate3d(-2e3px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1)translate3d(-2e3px, 0, 0);
		transform: scale(.1)translate3d(-2e3px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1)translate3d(2e3px, 0, 0);
		transform: scale(.1)translate3d(2e3px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475)translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1)translate3d(2e3px, 0, 0);
		transform: scale(.1)translate3d(2e3px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, -2e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, -2e3px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1)translate3d(0, -2e3px, 0);
		transform: scale3d(.1, .1, .1)translate3d(0, -2e3px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

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

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

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

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftSmall {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInRightSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightSmall {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall
}

@-webkit-keyframes fadeOut_to_1 {
	from {
		opacity: 1
	}

	to {
		opacity: .1
	}
}

@keyframes fadeOut_to_1 {
	from {
		opacity: 1
	}

	to {
		opacity: .1
	}
}

.fadeOut_to_1 {
	-webkit-animation-name: fadeOut_to_1;
	animation-name: fadeOut_to_1
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFuaW1hdGUuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlCQUFpQjs7QUFFakI7Ozs7OztHQU1HOztBQUVIO0VBQ0UsK0JBQStCO0VBQy9CLHVCQUF1QjtFQUN2QixrQ0FBa0M7RUFDbEMsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0UsNENBQTRDO0VBQzVDLG9DQUFvQztDQUNyQzs7QUFFRDtFQUNFLCtCQUErQjtFQUMvQix1QkFBdUI7Q0FDeEI7O0FBRUQ7Ozs7RUFJRSxpQ0FBaUM7RUFDakMseUJBQXlCO0NBQzFCOztBQUVEO0VBQ0U7SUFDRSw0RUFBNEU7SUFDNUUsb0VBQW9FO0lBQ3BFLHNDQUFzQztJQUN0Qyw4QkFBOEI7R0FDL0I7O0VBRUQ7SUFDRSw0RUFBNEU7SUFDNUUsb0VBQW9FO0lBQ3BFLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSw0RUFBNEU7SUFDNUUsb0VBQW9FO0lBQ3BFLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSx5Q0FBeUM7SUFDekMsaUNBQWlDO0dBQ2xDO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7SUFDcEUsc0NBQXNDO0lBQ3RDLDhCQUE4QjtHQUMvQjs7RUFFRDtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7SUFDcEUsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7SUFDcEUsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLHlDQUF5QztJQUN6QyxpQ0FBaUM7R0FDbEM7Q0FDRjs7QUFFRDtFQUNFLCtCQUErQjtFQUMvQix1QkFBdUI7RUFDdkIsd0NBQXdDO0VBQ3hDLGdDQUFnQztDQUNqQzs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztHQUNaO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UsOEJBQThCO0VBQzlCLHNCQUFzQjtDQUN2Qjs7QUFFRCw4RUFBOEU7O0FBRTlFO0VBQ0U7SUFDRSxvQ0FBb0M7SUFDcEMsNEJBQTRCO0dBQzdCOztFQUVEO0lBQ0UsNkNBQTZDO0lBQzdDLHFDQUFxQztHQUN0Qzs7RUFFRDtJQUNFLG9DQUFvQztJQUNwQyw0QkFBNEI7R0FDN0I7Q0FDRjs7QUFFRDtFQUNFO0lBQ0Usb0NBQW9DO0lBQ3BDLDRCQUE0QjtHQUM3Qjs7RUFFRDtJQUNFLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7O0VBRUQ7SUFDRSxvQ0FBb0M7SUFDcEMsNEJBQTRCO0dBQzdCO0NBQ0Y7O0FBRUQ7RUFDRSw4QkFBOEI7RUFDOUIsc0JBQXNCO0NBQ3ZCOztBQUVEO0VBQ0U7SUFDRSxvQ0FBb0M7SUFDcEMsNEJBQTRCO0dBQzdCOztFQUVEO0lBQ0UsMENBQTBDO0lBQzFDLGtDQUFrQztHQUNuQzs7RUFFRDtJQUNFLDBDQUEwQztJQUMxQyxrQ0FBa0M7R0FDbkM7O0VBRUQ7SUFDRSwwQ0FBMEM7SUFDMUMsa0NBQWtDO0dBQ25DOztFQUVEO0lBQ0UseUNBQXlDO0lBQ3pDLGlDQUFpQztHQUNsQzs7RUFFRDtJQUNFLHlDQUF5QztJQUN6QyxpQ0FBaUM7R0FDbEM7O0VBRUQ7SUFDRSxvQ0FBb0M7SUFDcEMsNEJBQTRCO0dBQzdCO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLG9DQUFvQztJQUNwQyw0QkFBNEI7R0FDN0I7O0VBRUQ7SUFDRSwwQ0FBMEM7SUFDMUMsa0NBQWtDO0dBQ25DOztFQUVEO0lBQ0UsMENBQTBDO0lBQzFDLGtDQUFrQztHQUNuQzs7RUFFRDtJQUNFLDBDQUEwQztJQUMxQyxrQ0FBa0M7R0FDbkM7O0VBRUQ7SUFDRSx5Q0FBeUM7SUFDekMsaUNBQWlDO0dBQ2xDOztFQUVEO0lBQ0UseUNBQXlDO0lBQ3pDLGlDQUFpQztHQUNsQzs7RUFFRDtJQUNFLG9DQUFvQztJQUNwQyw0QkFBNEI7R0FDN0I7Q0FDRjs7QUFFRDtFQUNFLG1DQUFtQztFQUNuQywyQkFBMkI7Q0FDNUI7O0FBRUQ7RUFDRTtJQUNFLHdDQUF3QztJQUN4QyxnQ0FBZ0M7R0FDakM7O0VBRUQ7SUFDRSw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQztDQUNGOztBQUVEO0VBQ0U7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7Q0FDRjs7QUFFRDtFQUNFLDhCQUE4QjtFQUM5QixzQkFBc0I7Q0FDdkI7O0FBRUQ7RUFDRTtJQUNFLGlDQUFpQztJQUNqQyx5QkFBeUI7R0FDMUI7O0VBRUQ7SUFDRSxtREFBbUQ7SUFDbkQsMkNBQTJDO0dBQzVDOztFQUVEO0lBQ0UsaURBQWlEO0lBQ2pELHlDQUF5QztHQUMxQzs7RUFFRDtJQUNFLG1EQUFtRDtJQUNuRCwyQ0FBMkM7R0FDNUM7O0VBRUQ7SUFDRSxpREFBaUQ7SUFDakQseUNBQXlDO0dBQzFDOztFQUVEO0lBQ0UsaUNBQWlDO0lBQ2pDLHlCQUF5QjtHQUMxQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxpQ0FBaUM7SUFDakMseUJBQXlCO0dBQzFCOztFQUVEO0lBQ0UsbURBQW1EO0lBQ25ELDJDQUEyQztHQUM1Qzs7RUFFRDtJQUNFLGlEQUFpRDtJQUNqRCx5Q0FBeUM7R0FDMUM7O0VBRUQ7SUFDRSxtREFBbUQ7SUFDbkQsMkNBQTJDO0dBQzVDOztFQUVEO0lBQ0UsaURBQWlEO0lBQ2pELHlDQUF5QztHQUMxQzs7RUFFRDtJQUNFLGlDQUFpQztJQUNqQyx5QkFBeUI7R0FDMUI7Q0FDRjs7QUFFRDtFQUNFLCtDQUErQztFQUMvQyx1Q0FBdUM7RUFDdkMsa0NBQWtDO0VBQ2xDLDBCQUEwQjtDQUMzQjs7QUFFRDtFQUNFO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7O0VBRUQ7SUFDRSwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7O0VBRUQ7SUFDRSwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7Q0FDRjs7QUFFRDtFQUNFLHFDQUFxQztFQUNyQyw2QkFBNkI7RUFDN0IsOEJBQThCO0VBQzlCLHNCQUFzQjtDQUN2Qjs7QUFFRDtFQUNFO0lBQ0Usb0NBQW9DO0lBQ3BDLDRCQUE0QjtHQUM3Qjs7RUFFRDtJQUNFLGdFQUFnRTtJQUNoRSx3REFBd0Q7R0FDekQ7O0VBRUQ7SUFDRSxrRUFBa0U7SUFDbEUsMERBQTBEO0dBQzNEOztFQUVEO0lBQ0UsbUVBQW1FO0lBQ25FLDJEQUEyRDtHQUM1RDs7RUFFRDtJQUNFLG9DQUFvQztJQUNwQyw0QkFBNEI7R0FDN0I7Q0FDRjs7QUFFRDtFQUNFO0lBQ0Usb0NBQW9DO0lBQ3BDLDRCQUE0QjtHQUM3Qjs7RUFFRDtJQUNFLGdFQUFnRTtJQUNoRSx3REFBd0Q7R0FDekQ7O0VBRUQ7SUFDRSxrRUFBa0U7SUFDbEUsMERBQTBEO0dBQzNEOztFQUVEO0lBQ0UsbUVBQW1FO0lBQ25FLDJEQUEyRDtHQUM1RDs7RUFFRDtJQUNFLG9DQUFvQztJQUNwQyw0QkFBNEI7R0FDN0I7Q0FDRjs7QUFFRDtFQUNFLDZCQUE2QjtFQUM3QixxQkFBcUI7Q0FDdEI7O0FBRUQsOEVBQThFOztBQUU5RTtFQUNFO0lBQ0Usd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjs7RUFFRDtJQUNFLG9FQUFvRTtJQUNwRSw0REFBNEQ7R0FDN0Q7O0VBRUQ7SUFDRSxrRUFBa0U7SUFDbEUsMERBQTBEO0dBQzNEOztFQUVEO0lBQ0Usb0VBQW9FO0lBQ3BFLDREQUE0RDtHQUM3RDs7RUFFRDtJQUNFLGtFQUFrRTtJQUNsRSwwREFBMEQ7R0FDM0Q7O0VBRUQ7SUFDRSxtRUFBbUU7SUFDbkUsMkRBQTJEO0dBQzVEOztFQUVEO0lBQ0Usd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCOztFQUVEO0lBQ0Usb0VBQW9FO0lBQ3BFLDREQUE0RDtHQUM3RDs7RUFFRDtJQUNFLGtFQUFrRTtJQUNsRSwwREFBMEQ7R0FDM0Q7O0VBRUQ7SUFDRSxvRUFBb0U7SUFDcEUsNERBQTREO0dBQzdEOztFQUVEO0lBQ0Usa0VBQWtFO0lBQ2xFLDBEQUEwRDtHQUMzRDs7RUFFRDtJQUNFLG1FQUFtRTtJQUNuRSwyREFBMkQ7R0FDNUQ7O0VBRUQ7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRSwrQkFBK0I7RUFDL0IsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0U7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCOztFQUVEO0lBQ0UsbURBQW1EO0lBQ25ELDJDQUEyQztHQUM1Qzs7RUFFRDtJQUNFLGlEQUFpRDtJQUNqRCx5Q0FBeUM7R0FDMUM7O0VBRUQ7SUFDRSxxREFBcUQ7SUFDckQsNkNBQTZDO0dBQzlDOztFQUVEO0lBQ0UscURBQXFEO0lBQ3JELDZDQUE2QztHQUM5Qzs7RUFFRDtJQUNFLHlEQUF5RDtJQUN6RCxpREFBaUQ7R0FDbEQ7O0VBRUQ7SUFDRSx5REFBeUQ7SUFDekQsaURBQWlEO0dBQ2xEOztFQUVEO0lBQ0UsNkRBQTZEO0lBQzdELHFEQUFxRDtHQUN0RDtDQUNGOztBQUVEO0VBQ0U7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCOztFQUVEO0lBQ0UsbURBQW1EO0lBQ25ELDJDQUEyQztHQUM1Qzs7RUFFRDtJQUNFLGlEQUFpRDtJQUNqRCx5Q0FBeUM7R0FDMUM7O0VBRUQ7SUFDRSxxREFBcUQ7SUFDckQsNkNBQTZDO0dBQzlDOztFQUVEO0lBQ0UscURBQXFEO0lBQ3JELDZDQUE2QztHQUM5Qzs7RUFFRDtJQUNFLHlEQUF5RDtJQUN6RCxpREFBaUQ7R0FDbEQ7O0VBRUQ7SUFDRSx5REFBeUQ7SUFDekQsaURBQWlEO0dBQ2xEOztFQUVEO0lBQ0UsNkRBQTZEO0lBQzdELHFEQUFxRDtHQUN0RDtDQUNGOztBQUVEO0VBQ0UsOEJBQThCO0VBQzlCLHNCQUFzQjtFQUN0QixpQ0FBaUM7RUFDakMseUJBQXlCO0NBQzFCOztBQUVEO0VBQ0U7SUFDRSw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLHVDQUF1QztJQUN2QywrQkFBK0I7R0FDaEM7O0VBRUQ7SUFDRSwwQ0FBMEM7SUFDMUMsa0NBQWtDO0dBQ25DOztFQUVEO0lBQ0UsdUNBQXVDO0lBQ3ZDLCtCQUErQjtHQUNoQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCw2Q0FBNkM7SUFDN0MscUNBQXFDO0dBQ3RDOztFQUVEO0lBQ0UsMENBQTBDO0lBQzFDLGtDQUFrQztHQUNuQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCxvQ0FBb0M7SUFDcEMsNEJBQTRCO0dBQzdCO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsdUNBQXVDO0lBQ3ZDLCtCQUErQjtHQUNoQzs7RUFFRDtJQUNFLDBDQUEwQztJQUMxQyxrQ0FBa0M7R0FDbkM7O0VBRUQ7SUFDRSx1Q0FBdUM7SUFDdkMsK0JBQStCO0dBQ2hDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7O0VBRUQ7SUFDRSwwQ0FBMEM7SUFDMUMsa0NBQWtDO0dBQ25DOztFQUVEO0lBQ0UsV0FBVztJQUNYLG9DQUFvQztJQUNwQyw0QkFBNEI7R0FDN0I7Q0FDRjs7QUFFRDtFQUNFLGlDQUFpQztFQUNqQyx5QkFBeUI7Q0FDMUI7O0FBRUQ7RUFDRTtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2Qzs7RUFFRDtJQUNFLFdBQVc7SUFDWCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDBDQUEwQztJQUMxQyxrQ0FBa0M7R0FDbkM7O0VBRUQ7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2Qzs7RUFFRDtJQUNFLFdBQVc7SUFDWCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDBDQUEwQztJQUMxQyxrQ0FBa0M7R0FDbkM7O0VBRUQ7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRSxxQ0FBcUM7RUFDckMsNkJBQTZCO0NBQzlCOztBQUVEO0VBQ0U7SUFDRSw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLDhDQUE4QztJQUM5QyxzQ0FBc0M7R0FDdkM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSwwQ0FBMEM7SUFDMUMsa0NBQWtDO0dBQ25DOztFQUVEO0lBQ0Usd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLDhDQUE4QztJQUM5QyxzQ0FBc0M7R0FDdkM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSwwQ0FBMEM7SUFDMUMsa0NBQWtDO0dBQ25DOztFQUVEO0lBQ0Usd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0UscUNBQXFDO0VBQ3JDLDZCQUE2QjtDQUM5Qjs7QUFFRDtFQUNFO0lBQ0UsNEVBQTRFO0lBQzVFLG9FQUFvRTtHQUNyRTs7RUFFRDtJQUNFLFdBQVc7SUFDWCw2Q0FBNkM7SUFDN0MscUNBQXFDO0dBQ3RDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsNEVBQTRFO0lBQzVFLG9FQUFvRTtHQUNyRTs7RUFFRDtJQUNFLFdBQVc7SUFDWCw2Q0FBNkM7SUFDN0MscUNBQXFDO0dBQ3RDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFLHNDQUFzQztFQUN0Qyw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRTtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsNkNBQTZDO0lBQzdDLHFDQUFxQztHQUN0Qzs7RUFFRDtJQUNFLFdBQVc7SUFDWCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7O0VBRUQ7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsNkNBQTZDO0lBQzdDLHFDQUFxQztHQUN0Qzs7RUFFRDtJQUNFLFdBQVc7SUFDWCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7O0VBRUQ7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDO0NBQ0Y7O0FBRUQ7RUFDRSxtQ0FBbUM7RUFDbkMsMkJBQTJCO0NBQzVCOztBQUVEO0VBQ0U7SUFDRSx1Q0FBdUM7SUFDdkMsK0JBQStCO0dBQ2hDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDBDQUEwQztJQUMxQyxrQ0FBa0M7R0FDbkM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsdUNBQXVDO0lBQ3ZDLCtCQUErQjtHQUNoQztDQUNGOztBQUVEO0VBQ0U7SUFDRSx1Q0FBdUM7SUFDdkMsK0JBQStCO0dBQ2hDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDBDQUEwQztJQUMxQyxrQ0FBa0M7R0FDbkM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsdUNBQXVDO0lBQ3ZDLCtCQUErQjtHQUNoQztDQUNGOztBQUVEO0VBQ0Usa0NBQWtDO0VBQ2xDLDBCQUEwQjtDQUMzQjs7QUFFRDtFQUNFO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7Q0FDRjs7QUFFRDtFQUNFLHNDQUFzQztFQUN0Qyw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDhDQUE4QztJQUM5QyxzQ0FBc0M7R0FDdkM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2QztDQUNGOztBQUVEO0VBQ0Usc0NBQXNDO0VBQ3RDLDhCQUE4QjtDQUMvQjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsNkNBQTZDO0lBQzdDLHFDQUFxQztHQUN0QztDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCw2Q0FBNkM7SUFDN0MscUNBQXFDO0dBQ3RDO0NBQ0Y7O0FBRUQ7RUFDRSx1Q0FBdUM7RUFDdkMsK0JBQStCO0NBQ2hDOztBQUVEO0VBQ0U7SUFDRSw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2QztDQUNGOztBQUVEO0VBQ0U7SUFDRSw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsV0FBVztJQUNYLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2QztDQUNGOztBQUVEO0VBQ0Usb0NBQW9DO0VBQ3BDLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztHQUNaO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UsK0JBQStCO0VBQy9CLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRSxtQ0FBbUM7RUFDbkMsMkJBQTJCO0NBQzVCOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2Qzs7RUFFRDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCw4Q0FBOEM7SUFDOUMsc0NBQXNDO0dBQ3ZDOztFQUVEO0lBQ0UsV0FBVztJQUNYLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFLHNDQUFzQztFQUN0Qyw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsV0FBVztJQUNYLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0UsbUNBQW1DO0VBQ25DLDJCQUEyQjtDQUM1Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLDhDQUE4QztJQUM5QyxzQ0FBc0M7R0FDdkM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2Qzs7RUFFRDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRSxzQ0FBc0M7RUFDdEMsOEJBQThCO0NBQy9COztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsV0FBVztJQUNYLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFLG9DQUFvQztFQUNwQyw0QkFBNEI7Q0FDN0I7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCw2Q0FBNkM7SUFDN0MscUNBQXFDO0dBQ3RDOztFQUVEO0lBQ0UsV0FBVztJQUNYLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0UsdUNBQXVDO0VBQ3ZDLCtCQUErQjtDQUNoQzs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLGdCQUFnQjtHQUNqQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRSxpQ0FBaUM7RUFDakMseUJBQXlCO0NBQzFCOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsNkNBQTZDO0lBQzdDLHFDQUFxQztHQUN0Qzs7RUFFRDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCw2Q0FBNkM7SUFDN0MscUNBQXFDO0dBQ3RDOztFQUVEO0lBQ0UsV0FBVztJQUNYLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFLG9DQUFvQztFQUNwQyw0QkFBNEI7Q0FDN0I7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLGdDQUFnQztFQUNoQyx3QkFBd0I7Q0FDekI7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7SUFDWCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7SUFDWCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDO0NBQ0Y7O0FBRUQ7RUFDRSxvQ0FBb0M7RUFDcEMsNEJBQTRCO0NBQzdCOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsNkNBQTZDO0lBQzdDLHFDQUFxQztHQUN0QztDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsNkNBQTZDO0lBQzdDLHFDQUFxQztHQUN0QztDQUNGOztBQUVEO0VBQ0UsdUNBQXVDO0VBQ3ZDLCtCQUErQjtDQUNoQzs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7Q0FDRjs7QUFFRDtFQUNFLG9DQUFvQztFQUNwQyw0QkFBNEI7Q0FDN0I7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7SUFDWCw4Q0FBOEM7SUFDOUMsc0NBQXNDO0dBQ3ZDO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7SUFDWCw4Q0FBOEM7SUFDOUMsc0NBQXNDO0dBQ3ZDO0NBQ0Y7O0FBRUQ7RUFDRSx1Q0FBdUM7RUFDdkMsK0JBQStCO0NBQ2hDOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQztDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQztDQUNGOztBQUVEO0VBQ0UscUNBQXFDO0VBQ3JDLDZCQUE2QjtDQUM5Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLDZDQUE2QztJQUM3QyxxQ0FBcUM7R0FDdEM7Q0FDRjs7QUFFRDtFQUNFLHdDQUF3QztFQUN4QyxnQ0FBZ0M7Q0FDakM7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7SUFDWCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7R0FDWjs7RUFFRDtJQUNFLFdBQVc7SUFDWCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDO0NBQ0Y7O0FBRUQ7RUFDRSxrQ0FBa0M7RUFDbEMsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2QztDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsOENBQThDO0lBQzlDLHNDQUFzQztHQUN2QztDQUNGOztBQUVEO0VBQ0UscUNBQXFDO0VBQ3JDLDZCQUE2QjtDQUM5Qjs7QUFFRDtFQUNFO0lBQ0UsaUVBQWlFO0lBQ2pFLHlEQUF5RDtJQUN6RCw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsMEZBQTBGO0lBQzFGLGtGQUFrRjtJQUNsRiw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDOztFQUVEO0lBQ0UsMEZBQTBGO0lBQzFGLGtGQUFrRjtJQUNsRiwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsNkRBQTZEO0lBQzdELHFEQUFxRDtJQUNyRCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtJQUM5QiwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLGlFQUFpRTtJQUNqRSx5REFBeUQ7SUFDekQsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDBGQUEwRjtJQUMxRixrRkFBa0Y7SUFDbEYsNENBQTRDO0lBQzVDLG9DQUFvQztHQUNyQzs7RUFFRDtJQUNFLDBGQUEwRjtJQUMxRixrRkFBa0Y7SUFDbEYsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLDZEQUE2RDtJQUM3RCxxREFBcUQ7SUFDckQsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQzs7RUFFRDtJQUNFLHNDQUFzQztJQUN0Qyw4QkFBOEI7SUFDOUIsMkNBQTJDO0lBQzNDLG1DQUFtQztHQUNwQztDQUNGOztBQUVEO0VBQ0UscUNBQXFDO0VBQ3JDLDZCQUE2QjtFQUM3Qiw2QkFBNkI7RUFDN0IscUJBQXFCO0NBQ3RCOztBQUVEO0VBQ0U7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELDJDQUEyQztJQUMzQyxtQ0FBbUM7SUFDbkMsV0FBVztHQUNaOztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsK0RBQStEO0lBQy9ELHVEQUF1RDtJQUN2RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0dBQ3hEOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtHQUMvQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELDJDQUEyQztJQUMzQyxtQ0FBbUM7SUFDbkMsV0FBVztHQUNaOztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsK0RBQStEO0lBQy9ELHVEQUF1RDtJQUN2RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0dBQ3hEOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtHQUMvQjtDQUNGOztBQUVEO0VBQ0UsZ0RBQWdEO0VBQ2hELHdDQUF3QztFQUN4QyxnQ0FBZ0M7RUFDaEMsd0JBQXdCO0NBQ3pCOztBQUVEO0VBQ0U7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELDJDQUEyQztJQUMzQyxtQ0FBbUM7SUFDbkMsV0FBVztHQUNaOztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsK0RBQStEO0lBQy9ELHVEQUF1RDtJQUN2RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0dBQ3hEOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtHQUMvQjtDQUNGOztBQUVEO0VBQ0U7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELDJDQUEyQztJQUMzQyxtQ0FBbUM7SUFDbkMsV0FBVztHQUNaOztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDOztFQUVEO0lBQ0UsK0RBQStEO0lBQy9ELHVEQUF1RDtJQUN2RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0dBQ3hEOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtHQUMvQjtDQUNGOztBQUVEO0VBQ0UsZ0RBQWdEO0VBQ2hELHdDQUF3QztFQUN4QyxnQ0FBZ0M7RUFDaEMsd0JBQXdCO0NBQ3pCOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0dBQy9COztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0dBQy9COztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UsaUNBQWlDO0VBQ2pDLHlCQUF5QjtFQUN6QixnREFBZ0Q7RUFDaEQsd0NBQXdDO0NBQ3pDOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0dBQy9COztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0dBQy9COztFQUVEO0lBQ0UsZ0VBQWdFO0lBQ2hFLHdEQUF3RDtJQUN4RCxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSwrREFBK0Q7SUFDL0QsdURBQXVEO0lBQ3ZELFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UsZ0RBQWdEO0VBQ2hELHdDQUF3QztFQUN4QyxpQ0FBaUM7RUFDakMseUJBQXlCO0NBQzFCOztBQUVEO0VBQ0U7SUFDRSx5REFBeUQ7SUFDekQsaURBQWlEO0lBQ2pELFdBQVc7R0FDWjs7RUFFRDtJQUNFLGdDQUFnQztJQUNoQyx3QkFBd0I7SUFDeEIsV0FBVztHQUNaOztFQUVEO0lBQ0UsZ0NBQWdDO0lBQ2hDLHdCQUF3QjtJQUN4QixXQUFXO0dBQ1o7O0VBRUQ7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0lBQ2hCLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSx5REFBeUQ7SUFDekQsaURBQWlEO0lBQ2pELFdBQVc7R0FDWjs7RUFFRDtJQUNFLGdDQUFnQztJQUNoQyx3QkFBd0I7SUFDeEIsV0FBVztHQUNaOztFQUVEO0lBQ0UsZ0NBQWdDO0lBQ2hDLHdCQUF3QjtJQUN4QixXQUFXO0dBQ1o7O0VBRUQ7SUFDRSx3QkFBd0I7SUFDeEIsZ0JBQWdCO0lBQ2hCLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UscUNBQXFDO0VBQ3JDLDZCQUE2QjtFQUM3Qiw0Q0FBNEM7RUFDNUMsb0NBQW9DO0NBQ3JDOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSx3REFBd0Q7SUFDeEQsZ0RBQWdEO0lBQ2hELFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSx3REFBd0Q7SUFDeEQsZ0RBQWdEO0lBQ2hELFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0Usc0NBQXNDO0VBQ3RDLDhCQUE4QjtFQUM5QiwyQ0FBMkM7RUFDM0MsbUNBQW1DO0NBQ3BDOztBQUVEO0VBQ0U7SUFDRSxpQ0FBaUM7SUFDakMseUJBQXlCO0lBQ3pCLDhDQUE4QztJQUM5QyxzQ0FBc0M7SUFDdEMsV0FBVztHQUNaOztFQUVEO0lBQ0UsaUNBQWlDO0lBQ2pDLHlCQUF5QjtJQUN6Qix3QkFBd0I7SUFDeEIsZ0JBQWdCO0lBQ2hCLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxpQ0FBaUM7SUFDakMseUJBQXlCO0lBQ3pCLDhDQUE4QztJQUM5QyxzQ0FBc0M7SUFDdEMsV0FBVztHQUNaOztFQUVEO0lBQ0UsaUNBQWlDO0lBQ2pDLHlCQUF5QjtJQUN6Qix3QkFBd0I7SUFDeEIsZ0JBQWdCO0lBQ2hCLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UsaUNBQWlDO0VBQ2pDLHlCQUF5QjtDQUMxQjs7QUFFRDtFQUNFO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtJQUM5Qiw2Q0FBNkM7SUFDN0MscUNBQXFDO0lBQ3JDLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHNDQUFzQztJQUN0Qyw4QkFBOEI7SUFDOUIsd0JBQXdCO0lBQ3hCLGdCQUFnQjtJQUNoQixXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtJQUM5Qiw2Q0FBNkM7SUFDN0MscUNBQXFDO0lBQ3JDLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHNDQUFzQztJQUN0Qyw4QkFBOEI7SUFDOUIsd0JBQXdCO0lBQ3hCLGdCQUFnQjtJQUNoQixXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLHlDQUF5QztFQUN6QyxpQ0FBaUM7Q0FDbEM7O0FBRUQ7RUFDRTtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0IsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSx1Q0FBdUM7SUFDdkMsK0JBQStCO0lBQy9CLHdCQUF3QjtJQUN4QixnQkFBZ0I7SUFDaEIsV0FBVztHQUNaO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0IsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSx1Q0FBdUM7SUFDdkMsK0JBQStCO0lBQy9CLHdCQUF3QjtJQUN4QixnQkFBZ0I7SUFDaEIsV0FBVztHQUNaO0NBQ0Y7O0FBRUQ7RUFDRSwwQ0FBMEM7RUFDMUMsa0NBQWtDO0NBQ25DOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0lBQzlCLDRDQUE0QztJQUM1QyxvQ0FBb0M7SUFDcEMsV0FBVztHQUNaOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtJQUM5Qix3QkFBd0I7SUFDeEIsZ0JBQWdCO0lBQ2hCLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0lBQzlCLDRDQUE0QztJQUM1QyxvQ0FBb0M7SUFDcEMsV0FBVztHQUNaOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtJQUM5Qix3QkFBd0I7SUFDeEIsZ0JBQWdCO0lBQ2hCLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UsdUNBQXVDO0VBQ3ZDLCtCQUErQjtDQUNoQzs7QUFFRDtFQUNFO0lBQ0UsdUNBQXVDO0lBQ3ZDLCtCQUErQjtJQUMvQiw2Q0FBNkM7SUFDN0MscUNBQXFDO0lBQ3JDLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0Isd0JBQXdCO0lBQ3hCLGdCQUFnQjtJQUNoQixXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsdUNBQXVDO0lBQ3ZDLCtCQUErQjtJQUMvQiw2Q0FBNkM7SUFDN0MscUNBQXFDO0lBQ3JDLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0Isd0JBQXdCO0lBQ3hCLGdCQUFnQjtJQUNoQixXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLHdDQUF3QztFQUN4QyxnQ0FBZ0M7Q0FDakM7O0FBRUQ7RUFDRTtJQUNFLGlDQUFpQztJQUNqQyx5QkFBeUI7SUFDekIsV0FBVztHQUNaOztFQUVEO0lBQ0UsaUNBQWlDO0lBQ2pDLHlCQUF5QjtJQUN6Qiw2Q0FBNkM7SUFDN0MscUNBQXFDO0lBQ3JDLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxpQ0FBaUM7SUFDakMseUJBQXlCO0lBQ3pCLFdBQVc7R0FDWjs7RUFFRDtJQUNFLGlDQUFpQztJQUNqQyx5QkFBeUI7SUFDekIsNkNBQTZDO0lBQzdDLHFDQUFxQztJQUNyQyxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLGtDQUFrQztFQUNsQywwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRTtJQUNFLHNDQUFzQztJQUN0Qyw4QkFBOEI7SUFDOUIsV0FBVztHQUNaOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtJQUM5Qiw0Q0FBNEM7SUFDNUMsb0NBQW9DO0lBQ3BDLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0lBQzlCLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHNDQUFzQztJQUN0Qyw4QkFBOEI7SUFDOUIsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLDBDQUEwQztFQUMxQyxrQ0FBa0M7Q0FDbkM7O0FBRUQ7RUFDRTtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0IsV0FBVztHQUNaOztFQUVEO0lBQ0UsdUNBQXVDO0lBQ3ZDLCtCQUErQjtJQUMvQiw2Q0FBNkM7SUFDN0MscUNBQXFDO0lBQ3JDLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSx1Q0FBdUM7SUFDdkMsK0JBQStCO0lBQy9CLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0IsNkNBQTZDO0lBQzdDLHFDQUFxQztJQUNyQyxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLDJDQUEyQztFQUMzQyxtQ0FBbUM7Q0FDcEM7O0FBRUQ7RUFDRTtJQUNFLHNDQUFzQztJQUN0Qyw4QkFBOEI7SUFDOUIsV0FBVztHQUNaOztFQUVEO0lBQ0Usc0NBQXNDO0lBQ3RDLDhCQUE4QjtJQUM5Qiw2Q0FBNkM7SUFDN0MscUNBQXFDO0lBQ3JDLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSxzQ0FBc0M7SUFDdEMsOEJBQThCO0lBQzlCLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHNDQUFzQztJQUN0Qyw4QkFBOEI7SUFDOUIsNkNBQTZDO0lBQzdDLHFDQUFxQztJQUNyQyxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLHdDQUF3QztFQUN4QyxnQ0FBZ0M7Q0FDakM7O0FBRUQ7RUFDRTtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0IsV0FBVztHQUNaOztFQUVEO0lBQ0UsdUNBQXVDO0lBQ3ZDLCtCQUErQjtJQUMvQiw0Q0FBNEM7SUFDNUMsb0NBQW9DO0lBQ3BDLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0U7SUFDRSx1Q0FBdUM7SUFDdkMsK0JBQStCO0lBQy9CLFdBQVc7R0FDWjs7RUFFRDtJQUNFLHVDQUF1QztJQUN2QywrQkFBK0I7SUFDL0IsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLHlDQUF5QztFQUN6QyxpQ0FBaUM7Q0FDbEM7O0FBRUQ7RUFDRTtJQUNFLG1DQUFtQztJQUNuQywyQkFBMkI7SUFDM0IsK0NBQStDO0lBQy9DLHVDQUF1QztHQUN4Qzs7RUFFRDtJQUNFLDRDQUE0QztJQUM1QyxvQ0FBb0M7SUFDcEMsbUNBQW1DO0lBQ25DLDJCQUEyQjtJQUMzQiwrQ0FBK0M7SUFDL0MsdUNBQXVDO0dBQ3hDOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxtQ0FBbUM7SUFDbkMsMkJBQTJCO0lBQzNCLCtDQUErQztJQUMvQyx1Q0FBdUM7SUFDdkMsV0FBVztHQUNaOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsbUNBQW1DO0lBQ25DLDJCQUEyQjtJQUMzQiwrQ0FBK0M7SUFDL0MsdUNBQXVDO0dBQ3hDOztFQUVEO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxtQ0FBbUM7SUFDbkMsMkJBQTJCO0lBQzNCLCtDQUErQztJQUMvQyx1Q0FBdUM7R0FDeEM7O0VBRUQ7SUFDRSw0Q0FBNEM7SUFDNUMsb0NBQW9DO0lBQ3BDLG1DQUFtQztJQUNuQywyQkFBMkI7SUFDM0IsK0NBQStDO0lBQy9DLHVDQUF1QztJQUN2QyxXQUFXO0dBQ1o7O0VBRUQ7SUFDRSw0Q0FBNEM7SUFDNUMsb0NBQW9DO0lBQ3BDLFdBQVc7R0FDWjtDQUNGOztBQUVEO0VBQ0UsOEJBQThCO0VBQzlCLHNCQUFzQjtDQUN2Qjs7QUFFRCw4RUFBOEU7O0FBRTlFO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsdUVBQXVFO0lBQ3ZFLCtEQUErRDtHQUNoRTs7RUFFRDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0dBQ2pCO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCx1RUFBdUU7SUFDdkUsK0RBQStEO0dBQ2hFOztFQUVEO0lBQ0UsV0FBVztJQUNYLHdCQUF3QjtJQUN4QixnQkFBZ0I7R0FDakI7Q0FDRjs7QUFFRDtFQUNFLCtCQUErQjtFQUMvQix1QkFBdUI7Q0FDeEI7O0FBRUQsOEVBQThFOztBQUU5RTtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLHFFQUFxRTtJQUNyRSw2REFBNkQ7R0FDOUQ7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLHFFQUFxRTtJQUNyRSw2REFBNkQ7R0FDOUQ7Q0FDRjs7QUFFRDtFQUNFLGdDQUFnQztFQUNoQyx3QkFBd0I7Q0FDekI7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCx1Q0FBdUM7SUFDdkMsK0JBQStCO0dBQ2hDOztFQUVEO0lBQ0UsV0FBVztHQUNaO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCx1Q0FBdUM7SUFDdkMsK0JBQStCO0dBQ2hDOztFQUVEO0lBQ0UsV0FBVztHQUNaO0NBQ0Y7O0FBRUQ7RUFDRSwrQkFBK0I7RUFDL0IsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsa0VBQWtFO0lBQ2xFLDBEQUEwRDtJQUMxRCw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLHFFQUFxRTtJQUNyRSw2REFBNkQ7SUFDN0Qsd0VBQXdFO0lBQ3hFLGdFQUFnRTtHQUNqRTtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsa0VBQWtFO0lBQ2xFLDBEQUEwRDtJQUMxRCw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLHFFQUFxRTtJQUNyRSw2REFBNkQ7SUFDN0Qsd0VBQXdFO0lBQ3hFLGdFQUFnRTtHQUNqRTtDQUNGOztBQUVEO0VBQ0UsbUNBQW1DO0VBQ25DLDJCQUEyQjtDQUM1Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLGtFQUFrRTtJQUNsRSwwREFBMEQ7SUFDMUQsNEVBQTRFO0lBQzVFLG9FQUFvRTtHQUNyRTs7RUFFRDtJQUNFLFdBQVc7SUFDWCxxRUFBcUU7SUFDckUsNkRBQTZEO0lBQzdELHdFQUF3RTtJQUN4RSxnRUFBZ0U7R0FDakU7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLGtFQUFrRTtJQUNsRSwwREFBMEQ7SUFDMUQsNEVBQTRFO0lBQzVFLG9FQUFvRTtHQUNyRTs7RUFFRDtJQUNFLFdBQVc7SUFDWCxxRUFBcUU7SUFDckUsNkRBQTZEO0lBQzdELHdFQUF3RTtJQUN4RSxnRUFBZ0U7R0FDakU7Q0FDRjs7QUFFRDtFQUNFLG1DQUFtQztFQUNuQywyQkFBMkI7Q0FDNUI7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCxpRUFBaUU7SUFDakUseURBQXlEO0lBQ3pELDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsc0VBQXNFO0lBQ3RFLDhEQUE4RDtJQUM5RCx3RUFBd0U7SUFDeEUsZ0VBQWdFO0dBQ2pFO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCxpRUFBaUU7SUFDakUseURBQXlEO0lBQ3pELDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsc0VBQXNFO0lBQ3RFLDhEQUE4RDtJQUM5RCx3RUFBd0U7SUFDeEUsZ0VBQWdFO0dBQ2pFO0NBQ0Y7O0FBRUQ7RUFDRSxvQ0FBb0M7RUFDcEMsNEJBQTRCO0NBQzdCOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsaUVBQWlFO0lBQ2pFLHlEQUF5RDtJQUN6RCw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLHNFQUFzRTtJQUN0RSw4REFBOEQ7SUFDOUQsd0VBQXdFO0lBQ3hFLGdFQUFnRTtHQUNqRTtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsaUVBQWlFO0lBQ2pFLHlEQUF5RDtJQUN6RCw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLHNFQUFzRTtJQUN0RSw4REFBOEQ7SUFDOUQsd0VBQXdFO0lBQ3hFLGdFQUFnRTtHQUNqRTtDQUNGOztBQUVEO0VBQ0UsaUNBQWlDO0VBQ2pDLHlCQUF5QjtDQUMxQjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLHVDQUF1QztJQUN2QywrQkFBK0I7R0FDaEM7O0VBRUQ7SUFDRSxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztHQUNaOztFQUVEO0lBQ0UsV0FBVztJQUNYLHVDQUF1QztJQUN2QywrQkFBK0I7R0FDaEM7O0VBRUQ7SUFDRSxXQUFXO0dBQ1o7Q0FDRjs7QUFFRDtFQUNFLGdDQUFnQztFQUNoQyx3QkFBd0I7Q0FDekI7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCxzRUFBc0U7SUFDdEUsOERBQThEO0lBQzlELDRFQUE0RTtJQUM1RSxvRUFBb0U7R0FDckU7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsaUVBQWlFO0lBQ2pFLHlEQUF5RDtJQUN6RCx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0lBQ2hDLHdFQUF3RTtJQUN4RSxnRUFBZ0U7R0FDakU7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLHNFQUFzRTtJQUN0RSw4REFBOEQ7SUFDOUQsNEVBQTRFO0lBQzVFLG9FQUFvRTtHQUNyRTs7RUFFRDtJQUNFLFdBQVc7SUFDWCxpRUFBaUU7SUFDakUseURBQXlEO0lBQ3pELHdDQUF3QztJQUN4QyxnQ0FBZ0M7SUFDaEMsd0VBQXdFO0lBQ3hFLGdFQUFnRTtHQUNqRTtDQUNGOztBQUVEO0VBQ0Usb0NBQW9DO0VBQ3BDLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLHFFQUFxRTtJQUNyRSw2REFBNkQ7R0FDOUQ7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsd0RBQXdEO0lBQ3hELGdEQUFnRDtJQUNoRCxzQ0FBc0M7SUFDdEMsOEJBQThCO0dBQy9CO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCxxRUFBcUU7SUFDckUsNkRBQTZEO0dBQzlEOztFQUVEO0lBQ0UsV0FBVztJQUNYLHdEQUF3RDtJQUN4RCxnREFBZ0Q7SUFDaEQsc0NBQXNDO0lBQ3RDLDhCQUE4QjtHQUMvQjtDQUNGOztBQUVEO0VBQ0Usb0NBQW9DO0VBQ3BDLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLHNFQUFzRTtJQUN0RSw4REFBOEQ7R0FDL0Q7O0VBRUQ7SUFDRSxXQUFXO0lBQ1gsdURBQXVEO0lBQ3ZELCtDQUErQztJQUMvQyx1Q0FBdUM7SUFDdkMsK0JBQStCO0dBQ2hDO0NBQ0Y7O0FBRUQ7RUFDRTtJQUNFLFdBQVc7SUFDWCxzRUFBc0U7SUFDdEUsOERBQThEO0dBQy9EOztFQUVEO0lBQ0UsV0FBVztJQUNYLHVEQUF1RDtJQUN2RCwrQ0FBK0M7SUFDL0MsdUNBQXVDO0lBQ3ZDLCtCQUErQjtHQUNoQztDQUNGOztBQUVEO0VBQ0UscUNBQXFDO0VBQ3JDLDZCQUE2QjtDQUM5Qjs7QUFFRDtFQUNFO0lBQ0UsV0FBVztJQUNYLHFFQUFxRTtJQUNyRSw2REFBNkQ7SUFDN0QsNEVBQTRFO0lBQzVFLG9FQUFvRTtHQUNyRTs7RUFFRDtJQUNFLFdBQVc7SUFDWCxrRUFBa0U7SUFDbEUsMERBQTBEO0lBQzFELHdDQUF3QztJQUN4QyxnQ0FBZ0M7SUFDaEMsd0VBQXdFO0lBQ3hFLGdFQUFnRTtHQUNqRTtDQUNGOztBQUVEO0VBQ0U7SUFDRSxXQUFXO0lBQ1gscUVBQXFFO0lBQ3JFLDZEQUE2RDtJQUM3RCw0RUFBNEU7SUFDNUUsb0VBQW9FO0dBQ3JFOztFQUVEO0lBQ0UsV0FBVztJQUNYLGtFQUFrRTtJQUNsRSwwREFBMEQ7SUFDMUQsd0NBQXdDO0lBQ3hDLGdDQUFnQztJQUNoQyx3RUFBd0U7SUFDeEUsZ0VBQWdFO0dBQ2pFO0NBQ0Y7O0FBRUQ7RUFDRSxrQ0FBa0M7RUFDbEMsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0U7SUFDRSw0Q0FBNEM7SUFDNUMsb0NBQW9DO0lBQ3BDLG9CQUFvQjtHQUNyQjs7RUFFRDtJQUNFLHdDQUF3QztJQUN4QyxnQ0FBZ0M7R0FDakM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxvQkFBb0I7R0FDckI7O0VBRUQ7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDO0NBQ0Y7O0FBRUQ7RUFDRSxvQ0FBb0M7RUFDcEMsNEJBQTRCO0NBQzdCOztBQUVEO0VBQ0U7SUFDRSw0Q0FBNEM7SUFDNUMsb0NBQW9DO0lBQ3BDLG9CQUFvQjtHQUNyQjs7RUFFRDtJQUNFLHdDQUF3QztJQUN4QyxnQ0FBZ0M7R0FDakM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsNENBQTRDO0lBQzVDLG9DQUFvQztJQUNwQyxvQkFBb0I7R0FDckI7O0VBRUQ7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDO0NBQ0Y7O0FBRUQ7RUFDRSxvQ0FBb0M7RUFDcEMsNEJBQTRCO0NBQzdCOztBQUVEO0VBQ0U7SUFDRSwyQ0FBMkM7SUFDM0MsbUNBQW1DO0lBQ25DLG9CQUFvQjtHQUNyQjs7RUFFRDtJQUNFLHdDQUF3QztJQUN4QyxnQ0FBZ0M7R0FDakM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztJQUNuQyxvQkFBb0I7R0FDckI7O0VBRUQ7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDO0NBQ0Y7O0FBRUQ7RUFDRSxxQ0FBcUM7RUFDckMsNkJBQTZCO0NBQzlCOztBQUVEO0VBQ0U7SUFDRSwyQ0FBMkM7SUFDM0MsbUNBQW1DO0lBQ25DLG9CQUFvQjtHQUNyQjs7RUFFRDtJQUNFLHdDQUF3QztJQUN4QyxnQ0FBZ0M7R0FDakM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0UsMkNBQTJDO0lBQzNDLG1DQUFtQztJQUNuQyxvQkFBb0I7R0FDckI7O0VBRUQ7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDO0NBQ0Y7O0FBRUQ7RUFDRSxrQ0FBa0M7RUFDbEMsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0U7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDOztFQUVEO0lBQ0UsbUJBQW1CO0lBQ25CLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0Usd0NBQXdDO0lBQ3hDLGdDQUFnQztHQUNqQzs7RUFFRDtJQUNFLG1CQUFtQjtJQUNuQiwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDO0NBQ0Y7O0FBRUQ7RUFDRSxxQ0FBcUM7RUFDckMsNkJBQTZCO0NBQzlCOztBQUVEO0VBQ0U7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDOztFQUVEO0lBQ0UsbUJBQW1CO0lBQ25CLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0Usd0NBQXdDO0lBQ3hDLGdDQUFnQztHQUNqQzs7RUFFRDtJQUNFLG1CQUFtQjtJQUNuQiw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDO0NBQ0Y7O0FBRUQ7RUFDRSxxQ0FBcUM7RUFDckMsNkJBQTZCO0NBQzlCOztBQUVEO0VBQ0U7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDOztFQUVEO0lBQ0UsbUJBQW1CO0lBQ25CLDJDQUEyQztJQUMzQyxtQ0FBbUM7R0FDcEM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0Usd0NBQXdDO0lBQ3hDLGdDQUFnQztHQUNqQzs7RUFFRDtJQUNFLG1CQUFtQjtJQUNuQiwyQ0FBMkM7SUFDM0MsbUNBQW1DO0dBQ3BDO0NBQ0Y7O0FBRUQ7RUFDRSxzQ0FBc0M7RUFDdEMsOEJBQThCO0NBQy9COztBQUVEO0VBQ0U7SUFDRSx3Q0FBd0M7SUFDeEMsZ0NBQWdDO0dBQ2pDOztFQUVEO0lBQ0UsbUJBQW1CO0lBQ25CLDRDQUE0QztJQUM1QyxvQ0FBb0M7R0FDckM7Q0FDRjs7QUFFRDtFQUNFO0lBQ0Usd0NBQXdDO0lBQ3hDLGdDQUFnQztHQUNqQzs7RUFFRDtJQUNFLG1CQUFtQjtJQUNuQiw0Q0FBNEM7SUFDNUMsb0NBQW9DO0dBQ3JDO0NBQ0Y7O0FBRUQ7RUFDRSxtQ0FBbUM7RUFDbkMsMkJBQTJCO0NBQzVCOzs7QUFHRCx1Q0FBdUM7O0FBRXZDO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsNENBQTRDO0lBQzVDLG9DQUFvQztLQUNuQzs7RUFFSDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0tBQ2Y7R0FDRjs7QUFFSDtFQUNFO0lBQ0UsV0FBVztJQUNYLDRDQUE0QztJQUM1QyxvQ0FBb0M7S0FDbkM7O0VBRUg7SUFDRSxXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLGdCQUFnQjtLQUNmO0dBQ0Y7O0FBRUg7RUFDRSx3Q0FBd0M7RUFDeEMsZ0NBQWdDO0dBQy9COztBQUVIO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsMkNBQTJDO0lBQzNDLG1DQUFtQztLQUNsQzs7RUFFSDtJQUNFLFdBQVc7SUFDWCx3QkFBd0I7SUFDeEIsZ0JBQWdCO0tBQ2Y7R0FDRjs7QUFFSDtFQUNFO0lBQ0UsV0FBVztJQUNYLDJDQUEyQztJQUMzQyxtQ0FBbUM7S0FDbEM7O0VBRUg7SUFDRSxXQUFXO0lBQ1gsd0JBQXdCO0lBQ3hCLGdCQUFnQjtLQUNmO0dBQ0Y7O0FBRUg7RUFDRTtJQUNFLFdBQVc7SUFDWCwyQ0FBMkM7SUFDM0MsbUNBQW1DO0tBQ2xDOztFQUVIO0lBQ0UsV0FBVztJQUNYLHdCQUF3QjtJQUN4QixnQkFBZ0I7S0FDZjtHQUNGOztBQUVIO0VBQ0UseUNBQXlDO0VBQ3pDLGlDQUFpQztHQUNoQzs7QUFFSDtFQUNFO0lBQ0UsV0FBVztLQUNWOztFQUVIO0lBQ0UsYUFBYTtLQUNaO0dBQ0Y7O0FBRUg7RUFDRTtJQUNFLFdBQVc7S0FDVjs7RUFFSDtJQUNFLGFBQWE7S0FDWjtHQUNGOztBQUVIO0VBQ0UscUNBQXFDO0VBQ3JDLDZCQUE2QjtHQUM1QiIsImZpbGUiOiJhbmltYXRlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIkBjaGFyc2V0IFwiVVRGLThcIjtcblxuLyohXG4gKiBhbmltYXRlLmNzcyAtaHR0cDovL2RhbmVkZW4ubWUvYW5pbWF0ZVxuICogVmVyc2lvbiAtIDMuNS4xXG4gKiBMaWNlbnNlZCB1bmRlciB0aGUgTUlUIGxpY2Vuc2UgLSBodHRwOi8vb3BlbnNvdXJjZS5vcmcvbGljZW5zZXMvTUlUXG4gKlxuICogQ29weXJpZ2h0IChjKSAyMDE2IERhbmllbCBFZGVuXG4gKi9cblxuLmFuaW1hdGVkIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tZHVyYXRpb246IDFzO1xuICBhbmltYXRpb24tZHVyYXRpb246IDFzO1xuICAtd2Via2l0LWFuaW1hdGlvbi1maWxsLW1vZGU6IGJvdGg7XG4gIGFuaW1hdGlvbi1maWxsLW1vZGU6IGJvdGg7XG59XG5cbi5hbmltYXRlZC5pbmZpbml0ZSB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDogaW5maW5pdGU7XG4gIGFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xufVxuXG4uYW5pbWF0ZWQuaGluZ2Uge1xuICAtd2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjogMnM7XG4gIGFuaW1hdGlvbi1kdXJhdGlvbjogMnM7XG59XG5cbi5hbmltYXRlZC5mbGlwT3V0WCxcbi5hbmltYXRlZC5mbGlwT3V0WSxcbi5hbmltYXRlZC5ib3VuY2VJbixcbi5hbmltYXRlZC5ib3VuY2VPdXQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjogLjc1cztcbiAgYW5pbWF0aW9uLWR1cmF0aW9uOiAuNzVzO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgYm91bmNlIHtcbiAgZnJvbSwgMjAlLCA1MyUsIDgwJSwgdG8ge1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4yMTUsIDAuNjEwLCAwLjM1NSwgMS4wMDApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLDAsMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLDAsMCk7XG4gIH1cblxuICA0MCUsIDQzJSB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC43NTUsIDAuMDUwLCAwLjg1NSwgMC4wNjApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjc1NSwgMC4wNTAsIDAuODU1LCAwLjA2MCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0zMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0zMHB4LCAwKTtcbiAgfVxuXG4gIDcwJSB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC43NTUsIDAuMDUwLCAwLjg1NSwgMC4wNjApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjc1NSwgMC4wNTAsIDAuODU1LCAwLjA2MCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xNXB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xNXB4LCAwKTtcbiAgfVxuXG4gIDkwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsLTRweCwwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsLTRweCwwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGJvdW5jZSB7XG4gIGZyb20sIDIwJSwgNTMlLCA4MCUsIHRvIHtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwwLDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwwLDApO1xuICB9XG5cbiAgNDAlLCA0MyUge1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNzU1LCAwLjA1MCwgMC44NTUsIDAuMDYwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC43NTUsIDAuMDUwLCAwLjg1NSwgMC4wNjApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMzBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMzBweCwgMCk7XG4gIH1cblxuICA3MCUge1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNzU1LCAwLjA1MCwgMC44NTUsIDAuMDYwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC43NTUsIDAuMDUwLCAwLjg1NSwgMC4wNjApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMTVweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMTVweCwgMCk7XG4gIH1cblxuICA5MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLC00cHgsMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLC00cHgsMCk7XG4gIH1cbn1cblxuLmJvdW5jZSB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGJvdW5jZTtcbiAgYW5pbWF0aW9uLW5hbWU6IGJvdW5jZTtcbiAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXIgYm90dG9tO1xuICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXIgYm90dG9tO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmxhc2gge1xuICBmcm9tLCA1MCUsIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgMjUlLCA3NSUge1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmbGFzaCB7XG4gIGZyb20sIDUwJSwgdG8ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICAyNSUsIDc1JSB7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxufVxuXG4uZmxhc2gge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmbGFzaDtcbiAgYW5pbWF0aW9uLW5hbWU6IGZsYXNoO1xufVxuXG4vKiBvcmlnaW5hbGx5IGF1dGhvcmVkIGJ5IE5pY2sgUGV0dGl0IC0gaHR0cHM6Ly9naXRodWIuY29tL25pY2twZXR0aXQvZ2xpZGUgKi9cblxuQC13ZWJraXQta2V5ZnJhbWVzIHB1bHNlIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpO1xuICB9XG5cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLjA1LCAxLjA1LCAxLjA1KTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMS4wNSwgMS4wNSwgMS4wNSk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcHVsc2Uge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gIH1cblxuICA1MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEuMDUsIDEuMDUsIDEuMDUpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLjA1LCAxLjA1LCAxLjA1KTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gIH1cbn1cblxuLnB1bHNlIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogcHVsc2U7XG4gIGFuaW1hdGlvbi1uYW1lOiBwdWxzZTtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHJ1YmJlckJhbmQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gIH1cblxuICAzMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEuMjUsIDAuNzUsIDEpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLjI1LCAwLjc1LCAxKTtcbiAgfVxuXG4gIDQwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMC43NSwgMS4yNSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDAuNzUsIDEuMjUsIDEpO1xuICB9XG5cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLjE1LCAwLjg1LCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMS4xNSwgMC44NSwgMSk7XG4gIH1cblxuICA2NSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC45NSwgMS4wNSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC45NSwgMS4wNSwgMSk7XG4gIH1cblxuICA3NSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEuMDUsIC45NSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEuMDUsIC45NSwgMSk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcnViYmVyQmFuZCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgfVxuXG4gIDMwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMS4yNSwgMC43NSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEuMjUsIDAuNzUsIDEpO1xuICB9XG5cbiAgNDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgwLjc1LCAxLjI1LCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMC43NSwgMS4yNSwgMSk7XG4gIH1cblxuICA1MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEuMTUsIDAuODUsIDEpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLjE1LCAwLjg1LCAxKTtcbiAgfVxuXG4gIDY1JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjk1LCAxLjA1LCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjk1LCAxLjA1LCAxKTtcbiAgfVxuXG4gIDc1JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMS4wNSwgLjk1LCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMS4wNSwgLjk1LCAxKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gIH1cbn1cblxuLnJ1YmJlckJhbmQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBydWJiZXJCYW5kO1xuICBhbmltYXRpb24tbmFtZTogcnViYmVyQmFuZDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHNoYWtlIHtcbiAgZnJvbSwgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG5cbiAgMTAlLCAzMCUsIDUwJSwgNzAlLCA5MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTBweCwgMCwgMCk7XG4gIH1cblxuICAyMCUsIDQwJSwgNjAlLCA4MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwcHgsIDAsIDApO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2hha2Uge1xuICBmcm9tLCB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cblxuICAxMCUsIDMwJSwgNTAlLCA3MCUsIDkwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMHB4LCAwLCAwKTtcbiAgfVxuXG4gIDIwJSwgNDAlLCA2MCUsIDgwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTBweCwgMCwgMCk7XG4gIH1cbn1cblxuLnNoYWtlIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogc2hha2U7XG4gIGFuaW1hdGlvbi1uYW1lOiBzaGFrZTtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGhlYWRTaGFrZSB7XG4gIDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlWCgwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMCk7XG4gIH1cblxuICA2LjUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlWCgtNnB4KSByb3RhdGVZKC05ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTZweCkgcm90YXRlWSgtOWRlZyk7XG4gIH1cblxuICAxOC41JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZVgoNXB4KSByb3RhdGVZKDdkZWcpO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCg1cHgpIHJvdGF0ZVkoN2RlZyk7XG4gIH1cblxuICAzMS41JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTNweCkgcm90YXRlWSgtNWRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC0zcHgpIHJvdGF0ZVkoLTVkZWcpO1xuICB9XG5cbiAgNDMuNSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDJweCkgcm90YXRlWSgzZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMnB4KSByb3RhdGVZKDNkZWcpO1xuICB9XG5cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlWCgwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBoZWFkU2hha2Uge1xuICAwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDApO1xuICB9XG5cbiAgNi41JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTZweCkgcm90YXRlWSgtOWRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC02cHgpIHJvdGF0ZVkoLTlkZWcpO1xuICB9XG5cbiAgMTguNSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDVweCkgcm90YXRlWSg3ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoNXB4KSByb3RhdGVZKDdkZWcpO1xuICB9XG5cbiAgMzEuNSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGVYKC0zcHgpIHJvdGF0ZVkoLTVkZWcpO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWCgtM3B4KSByb3RhdGVZKC01ZGVnKTtcbiAgfVxuXG4gIDQzLjUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlWCgycHgpIHJvdGF0ZVkoM2RlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDJweCkgcm90YXRlWSgzZGVnKTtcbiAgfVxuXG4gIDUwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDApO1xuICB9XG59XG5cbi5oZWFkU2hha2Uge1xuICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW4tb3V0O1xuICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogaGVhZFNoYWtlO1xuICBhbmltYXRpb24tbmFtZTogaGVhZFNoYWtlO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgc3dpbmcge1xuICAyMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAxNWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAxNWRlZyk7XG4gIH1cblxuICA0MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtMTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgLTEwZGVnKTtcbiAgfVxuXG4gIDYwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDVkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNWRlZyk7XG4gIH1cblxuICA4MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtNWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtNWRlZyk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgMGRlZyk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBzd2luZyB7XG4gIDIwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDE1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDE1ZGVnKTtcbiAgfVxuXG4gIDQwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC0xMGRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtMTBkZWcpO1xuICB9XG5cbiAgNjAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCA1ZGVnKTtcbiAgfVxuXG4gIDgwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC01ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC01ZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgMGRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAwZGVnKTtcbiAgfVxufVxuXG4uc3dpbmcge1xuICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHRvcCBjZW50ZXI7XG4gIHRyYW5zZm9ybS1vcmlnaW46IHRvcCBjZW50ZXI7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHN3aW5nO1xuICBhbmltYXRpb24tbmFtZTogc3dpbmc7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyB0YWRhIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpO1xuICB9XG5cbiAgMTAlLCAyMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC45LCAuOSwgLjkpIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjksIC45LCAuOSkgcm90YXRlM2QoMCwgMCwgMSwgLTNkZWcpO1xuICB9XG5cbiAgMzAlLCA1MCUsIDcwJSwgOTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLjEsIDEuMSwgMS4xKSByb3RhdGUzZCgwLCAwLCAxLCAzZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMS4xLCAxLjEsIDEuMSkgcm90YXRlM2QoMCwgMCwgMSwgM2RlZyk7XG4gIH1cblxuICA0MCUsIDYwJSwgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLjEsIDEuMSwgMS4xKSByb3RhdGUzZCgwLCAwLCAxLCAtM2RlZyk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEuMSwgMS4xLCAxLjEpIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyB0YWRhIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpO1xuICB9XG5cbiAgMTAlLCAyMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC45LCAuOSwgLjkpIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjksIC45LCAuOSkgcm90YXRlM2QoMCwgMCwgMSwgLTNkZWcpO1xuICB9XG5cbiAgMzAlLCA1MCUsIDcwJSwgOTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLjEsIDEuMSwgMS4xKSByb3RhdGUzZCgwLCAwLCAxLCAzZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMS4xLCAxLjEsIDEuMSkgcm90YXRlM2QoMCwgMCwgMSwgM2RlZyk7XG4gIH1cblxuICA0MCUsIDYwJSwgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLjEsIDEuMSwgMS4xKSByb3RhdGUzZCgwLCAwLCAxLCAtM2RlZyk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEuMSwgMS4xLCAxLjEpIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gIH1cbn1cblxuLnRhZGEge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiB0YWRhO1xuICBhbmltYXRpb24tbmFtZTogdGFkYTtcbn1cblxuLyogb3JpZ2luYWxseSBhdXRob3JlZCBieSBOaWNrIFBldHRpdCAtIGh0dHBzOi8vZ2l0aHViLmNvbS9uaWNrcGV0dGl0L2dsaWRlICovXG5cbkAtd2Via2l0LWtleWZyYW1lcyB3b2JibGUge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cblxuICAxNSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjUlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtNWRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjUlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtNWRlZyk7XG4gIH1cblxuICAzMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgyMCUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIDNkZWcpO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjAlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAzZGVnKTtcbiAgfVxuXG4gIDQ1JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xNSUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xNSUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgfVxuXG4gIDYwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwJSwgMCwgMCkgcm90YXRlM2QoMCwgMCwgMSwgMmRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMCUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIDJkZWcpO1xuICB9XG5cbiAgNzUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTUlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtMWRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtNSUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIC0xZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuQGtleWZyYW1lcyB3b2JibGUge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cblxuICAxNSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjUlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtNWRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjUlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtNWRlZyk7XG4gIH1cblxuICAzMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgyMCUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIDNkZWcpO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjAlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAzZGVnKTtcbiAgfVxuXG4gIDQ1JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xNSUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xNSUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIC0zZGVnKTtcbiAgfVxuXG4gIDYwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwJSwgMCwgMCkgcm90YXRlM2QoMCwgMCwgMSwgMmRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMCUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIDJkZWcpO1xuICB9XG5cbiAgNzUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTUlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtMWRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtNSUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIC0xZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLndvYmJsZSB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHdvYmJsZTtcbiAgYW5pbWF0aW9uLW5hbWU6IHdvYmJsZTtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGplbGxvIHtcbiAgZnJvbSwgMTEuMSUsIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cblxuICAyMi4yJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKC0xMi41ZGVnKSBza2V3WSgtMTIuNWRlZyk7XG4gICAgdHJhbnNmb3JtOiBza2V3WCgtMTIuNWRlZykgc2tld1koLTEyLjVkZWcpO1xuICB9XG5cbiAgMzMuMyUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBza2V3WCg2LjI1ZGVnKSBza2V3WSg2LjI1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKDYuMjVkZWcpIHNrZXdZKDYuMjVkZWcpO1xuICB9XG5cbiAgNDQuNCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBza2V3WCgtMy4xMjVkZWcpIHNrZXdZKC0zLjEyNWRlZyk7XG4gICAgdHJhbnNmb3JtOiBza2V3WCgtMy4xMjVkZWcpIHNrZXdZKC0zLjEyNWRlZyk7XG4gIH1cblxuICA1NS41JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKDEuNTYyNWRlZykgc2tld1koMS41NjI1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKDEuNTYyNWRlZykgc2tld1koMS41NjI1ZGVnKTtcbiAgfVxuXG4gIDY2LjYlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2tld1goLTAuNzgxMjVkZWcpIHNrZXdZKC0wLjc4MTI1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKC0wLjc4MTI1ZGVnKSBza2V3WSgtMC43ODEyNWRlZyk7XG4gIH1cblxuICA3Ny43JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKDAuMzkwNjI1ZGVnKSBza2V3WSgwLjM5MDYyNWRlZyk7XG4gICAgdHJhbnNmb3JtOiBza2V3WCgwLjM5MDYyNWRlZykgc2tld1koMC4zOTA2MjVkZWcpO1xuICB9XG5cbiAgODguOCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBza2V3WCgtMC4xOTUzMTI1ZGVnKSBza2V3WSgtMC4xOTUzMTI1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKC0wLjE5NTMxMjVkZWcpIHNrZXdZKC0wLjE5NTMxMjVkZWcpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgamVsbG8ge1xuICBmcm9tLCAxMS4xJSwgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxuXG4gIDIyLjIlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2tld1goLTEyLjVkZWcpIHNrZXdZKC0xMi41ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKC0xMi41ZGVnKSBza2V3WSgtMTIuNWRlZyk7XG4gIH1cblxuICAzMy4zJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKDYuMjVkZWcpIHNrZXdZKDYuMjVkZWcpO1xuICAgIHRyYW5zZm9ybTogc2tld1goNi4yNWRlZykgc2tld1koNi4yNWRlZyk7XG4gIH1cblxuICA0NC40JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKC0zLjEyNWRlZykgc2tld1koLTMuMTI1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKC0zLjEyNWRlZykgc2tld1koLTMuMTI1ZGVnKTtcbiAgfVxuXG4gIDU1LjUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2tld1goMS41NjI1ZGVnKSBza2V3WSgxLjU2MjVkZWcpO1xuICAgIHRyYW5zZm9ybTogc2tld1goMS41NjI1ZGVnKSBza2V3WSgxLjU2MjVkZWcpO1xuICB9XG5cbiAgNjYuNiUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBza2V3WCgtMC43ODEyNWRlZykgc2tld1koLTAuNzgxMjVkZWcpO1xuICAgIHRyYW5zZm9ybTogc2tld1goLTAuNzgxMjVkZWcpIHNrZXdZKC0wLjc4MTI1ZGVnKTtcbiAgfVxuXG4gIDc3LjclIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2tld1goMC4zOTA2MjVkZWcpIHNrZXdZKDAuMzkwNjI1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKDAuMzkwNjI1ZGVnKSBza2V3WSgwLjM5MDYyNWRlZyk7XG4gIH1cblxuICA4OC44JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKC0wLjE5NTMxMjVkZWcpIHNrZXdZKC0wLjE5NTMxMjVkZWcpO1xuICAgIHRyYW5zZm9ybTogc2tld1goLTAuMTk1MzEyNWRlZykgc2tld1koLTAuMTk1MzEyNWRlZyk7XG4gIH1cbn1cblxuLmplbGxvIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogamVsbG87XG4gIGFuaW1hdGlvbi1uYW1lOiBqZWxsbztcbiAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gIHRyYW5zZm9ybS1vcmlnaW46IGNlbnRlcjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZUluIHtcbiAgZnJvbSwgMjAlLCA0MCUsIDYwJSwgODAlLCB0byB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4yMTUsIDAuNjEwLCAwLjM1NSwgMS4wMDApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gIH1cblxuICAwJSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguMywgLjMsIC4zKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjMsIC4zLCAuMyk7XG4gIH1cblxuICAyMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEuMSwgMS4xLCAxLjEpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLjEsIDEuMSwgMS4xKTtcbiAgfVxuXG4gIDQwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjksIC45LCAuOSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC45LCAuOSwgLjkpO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEuMDMsIDEuMDMsIDEuMDMpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLjAzLCAxLjAzLCAxLjAzKTtcbiAgfVxuXG4gIDgwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjk3LCAuOTcsIC45Nyk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC45NywgLjk3LCAuOTcpO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgYm91bmNlSW4ge1xuICBmcm9tLCAyMCUsIDQwJSwgNjAlLCA4MCUsIHRvIHtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgfVxuXG4gIDAlIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4zLCAuMywgLjMpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMywgLjMsIC4zKTtcbiAgfVxuXG4gIDIwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMS4xLCAxLjEsIDEuMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEuMSwgMS4xLCAxLjEpO1xuICB9XG5cbiAgNDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguOSwgLjksIC45KTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjksIC45LCAuOSk7XG4gIH1cblxuICA2MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMS4wMywgMS4wMywgMS4wMyk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEuMDMsIDEuMDMsIDEuMDMpO1xuICB9XG5cbiAgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguOTcsIC45NywgLjk3KTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjk3LCAuOTcsIC45Nyk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMSwgMSwgMSk7XG4gIH1cbn1cblxuLmJvdW5jZUluIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogYm91bmNlSW47XG4gIGFuaW1hdGlvbi1uYW1lOiBib3VuY2VJbjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZUluRG93biB7XG4gIGZyb20sIDYwJSwgNzUlLCA5MCUsIHRvIHtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgfVxuXG4gIDAlIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMzAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0zMDAwcHgsIDApO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAyNXB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDI1cHgsIDApO1xuICB9XG5cbiAgNzUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwcHgsIDApO1xuICB9XG5cbiAgOTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgNXB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDVweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgYm91bmNlSW5Eb3duIHtcbiAgZnJvbSwgNjAlLCA3NSUsIDkwJSwgdG8ge1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4yMTUsIDAuNjEwLCAwLjM1NSwgMS4wMDApO1xuICB9XG5cbiAgMCUge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0zMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTMwMDBweCwgMCk7XG4gIH1cblxuICA2MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDI1cHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjVweCwgMCk7XG4gIH1cblxuICA3NSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMTBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMTBweCwgMCk7XG4gIH1cblxuICA5MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCA1cHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgNXB4LCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLmJvdW5jZUluRG93biB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGJvdW5jZUluRG93bjtcbiAgYW5pbWF0aW9uLW5hbWU6IGJvdW5jZUluRG93bjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZUluTGVmdCB7XG4gIGZyb20sIDYwJSwgNzUlLCA5MCUsIHRvIHtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgfVxuXG4gIDAlIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMzAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0zMDAwcHgsIDAsIDApO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgyNXB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDI1cHgsIDAsIDApO1xuICB9XG5cbiAgNzUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwcHgsIDAsIDApO1xuICB9XG5cbiAgOTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoNXB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDVweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgYm91bmNlSW5MZWZ0IHtcbiAgZnJvbSwgNjAlLCA3NSUsIDkwJSwgdG8ge1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4yMTUsIDAuNjEwLCAwLjM1NSwgMS4wMDApO1xuICB9XG5cbiAgMCUge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0zMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTMwMDBweCwgMCwgMCk7XG4gIH1cblxuICA2MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDI1cHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjVweCwgMCwgMCk7XG4gIH1cblxuICA3NSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTBweCwgMCwgMCk7XG4gIH1cblxuICA5MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCg1cHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoNXB4LCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLmJvdW5jZUluTGVmdCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGJvdW5jZUluTGVmdDtcbiAgYW5pbWF0aW9uLW5hbWU6IGJvdW5jZUluTGVmdDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZUluUmlnaHQge1xuICBmcm9tLCA2MCUsIDc1JSwgOTAlLCB0byB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4yMTUsIDAuNjEwLCAwLjM1NSwgMS4wMDApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gIH1cblxuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgzMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMzAwMHB4LCAwLCAwKTtcbiAgfVxuXG4gIDYwJSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTI1cHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTI1cHgsIDAsIDApO1xuICB9XG5cbiAgNzUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMHB4LCAwLCAwKTtcbiAgfVxuXG4gIDkwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC01cHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTVweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgYm91bmNlSW5SaWdodCB7XG4gIGZyb20sIDYwJSwgNzUlLCA5MCUsIHRvIHtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgfVxuXG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDMwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgzMDAwcHgsIDAsIDApO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjVweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjVweCwgMCwgMCk7XG4gIH1cblxuICA3NSUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwcHgsIDAsIDApO1xuICB9XG5cbiAgOTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTVweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtNXB4LCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLmJvdW5jZUluUmlnaHQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBib3VuY2VJblJpZ2h0O1xuICBhbmltYXRpb24tbmFtZTogYm91bmNlSW5SaWdodDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZUluVXAge1xuICBmcm9tLCA2MCUsIDc1JSwgOTAlLCB0byB7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4yMTUsIDAuNjEwLCAwLjM1NSwgMS4wMDApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjIxNSwgMC42MTAsIDAuMzU1LCAxLjAwMCk7XG4gIH1cblxuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAzMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMzAwMHB4LCAwKTtcbiAgfVxuXG4gIDYwJSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwcHgsIDApO1xuICB9XG5cbiAgNzUlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMHB4LCAwKTtcbiAgfVxuXG4gIDkwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC01cHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTVweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBib3VuY2VJblVwIHtcbiAgZnJvbSwgNjAlLCA3NSUsIDkwJSwgdG8ge1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMjE1LCAwLjYxMCwgMC4zNTUsIDEuMDAwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4yMTUsIDAuNjEwLCAwLjM1NSwgMS4wMDApO1xuICB9XG5cbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMzAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDMwMDBweCwgMCk7XG4gIH1cblxuICA2MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0yMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0yMHB4LCAwKTtcbiAgfVxuXG4gIDc1JSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDEwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTBweCwgMCk7XG4gIH1cblxuICA5MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtNXB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC01cHgsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG59XG5cbi5ib3VuY2VJblVwIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogYm91bmNlSW5VcDtcbiAgYW5pbWF0aW9uLW5hbWU6IGJvdW5jZUluVXA7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBib3VuY2VPdXQge1xuICAyMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC45LCAuOSwgLjkpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguOSwgLjksIC45KTtcbiAgfVxuXG4gIDUwJSwgNTUlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKDEuMSwgMS4xLCAxLjEpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLjEsIDEuMSwgMS4xKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4zLCAuMywgLjMpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMywgLjMsIC4zKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGJvdW5jZU91dCB7XG4gIDIwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjksIC45LCAuOSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC45LCAuOSwgLjkpO1xuICB9XG5cbiAgNTAlLCA1NSUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoMS4xLCAxLjEsIDEuMSk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEuMSwgMS4xLCAxLjEpO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjMsIC4zLCAuMyk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC4zLCAuMywgLjMpO1xuICB9XG59XG5cbi5ib3VuY2VPdXQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBib3VuY2VPdXQ7XG4gIGFuaW1hdGlvbi1uYW1lOiBib3VuY2VPdXQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBib3VuY2VPdXREb3duIHtcbiAgMjAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMHB4LCAwKTtcbiAgfVxuXG4gIDQwJSwgNDUlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMjBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMjBweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDIwMDBweCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBib3VuY2VPdXREb3duIHtcbiAgMjAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMHB4LCAwKTtcbiAgfVxuXG4gIDQwJSwgNDUlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMjBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMjBweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDIwMDBweCwgMCk7XG4gIH1cbn1cblxuLmJvdW5jZU91dERvd24ge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBib3VuY2VPdXREb3duO1xuICBhbmltYXRpb24tbmFtZTogYm91bmNlT3V0RG93bjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZU91dExlZnQge1xuICAyMCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDIwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjBweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTIwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGJvdW5jZU91dExlZnQge1xuICAyMCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDIwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjBweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTIwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgfVxufVxuXG4uYm91bmNlT3V0TGVmdCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGJvdW5jZU91dExlZnQ7XG4gIGFuaW1hdGlvbi1uYW1lOiBib3VuY2VPdXRMZWZ0O1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgYm91bmNlT3V0UmlnaHQge1xuICAyMCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0yMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0yMHB4LCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgyMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjAwMHB4LCAwLCAwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGJvdW5jZU91dFJpZ2h0IHtcbiAgMjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjBweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDIwMDBweCwgMCwgMCk7XG4gIH1cbn1cblxuLmJvdW5jZU91dFJpZ2h0IHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogYm91bmNlT3V0UmlnaHQ7XG4gIGFuaW1hdGlvbi1uYW1lOiBib3VuY2VPdXRSaWdodDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZU91dFVwIHtcbiAgMjAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwcHgsIDApO1xuICB9XG5cbiAgNDAlLCA0NSUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDIwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjBweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwMDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMjAwMHB4LCAwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGJvdW5jZU91dFVwIHtcbiAgMjAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwcHgsIDApO1xuICB9XG5cbiAgNDAlLCA0NSUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDIwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjBweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwMDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMjAwMHB4LCAwKTtcbiAgfVxufVxuXG4uYm91bmNlT3V0VXAge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBib3VuY2VPdXRVcDtcbiAgYW5pbWF0aW9uLW5hbWU6IGJvdW5jZU91dFVwO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmFkZUluIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgZmFkZUluIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbi5mYWRlSW4ge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmYWRlSW47XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlSW47XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlSW5Eb3duIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgZmFkZUluRG93biB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xMDAlLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xMDAlLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG4uZmFkZUluRG93biB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVJbkRvd247XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlSW5Eb3duO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmFkZUluRG93bkJpZyB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0yMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwMDBweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmYWRlSW5Eb3duQmlnIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwMDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAtMjAwMHB4LCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG4uZmFkZUluRG93bkJpZyB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVJbkRvd25CaWc7XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlSW5Eb3duQmlnO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmFkZUluTGVmdCB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVJbkxlZnQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTAwJSwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTAwJSwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLmZhZGVJbkxlZnQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmYWRlSW5MZWZ0O1xuICBhbmltYXRpb24tbmFtZTogZmFkZUluTGVmdDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZhZGVJbkxlZnRCaWcge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0yMDAwcHgsIDAsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgZmFkZUluTGVmdEJpZyB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0yMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTIwMDBweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLmZhZGVJbkxlZnRCaWcge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmYWRlSW5MZWZ0QmlnO1xuICBhbmltYXRpb24tbmFtZTogZmFkZUluTGVmdEJpZztcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZhZGVJblJpZ2h0IHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVJblJpZ2h0IHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG4uZmFkZUluUmlnaHQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmYWRlSW5SaWdodDtcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVJblJpZ2h0O1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmFkZUluUmlnaHRCaWcge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgyMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjAwMHB4LCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVJblJpZ2h0QmlnIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDIwMDBweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLmZhZGVJblJpZ2h0QmlnIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogZmFkZUluUmlnaHRCaWc7XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlSW5SaWdodEJpZztcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZhZGVJblVwIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTAwJSwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMDAlLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVJblVwIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTAwJSwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMDAlLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG4uZmFkZUluVXAge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmYWRlSW5VcDtcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVJblVwO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmFkZUluVXBCaWcge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAyMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjAwMHB4LCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVJblVwQmlnIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDIwMDBweCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gIH1cbn1cblxuLmZhZGVJblVwQmlnIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogZmFkZUluVXBCaWc7XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlSW5VcEJpZztcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZhZGVPdXQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmYWRlT3V0IHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbi5mYWRlT3V0IHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogZmFkZU91dDtcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlT3V0RG93biB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTAwJSwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMDAlLCAwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVPdXREb3duIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMDAlLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDEwMCUsIDApO1xuICB9XG59XG5cbi5mYWRlT3V0RG93biB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXREb3duO1xuICBhbmltYXRpb24tbmFtZTogZmFkZU91dERvd247XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlT3V0RG93bkJpZyB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDIwMDBweCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmYWRlT3V0RG93bkJpZyB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMjAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDIwMDBweCwgMCk7XG4gIH1cbn1cblxuLmZhZGVPdXREb3duQmlnIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogZmFkZU91dERvd25CaWc7XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlT3V0RG93bkJpZztcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZhZGVPdXRMZWZ0IHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTAwJSwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTAwJSwgMCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmYWRlT3V0TGVmdCB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xuICB9XG59XG5cbi5mYWRlT3V0TGVmdCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRMZWZ0O1xuICBhbmltYXRpb24tbmFtZTogZmFkZU91dExlZnQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlT3V0TGVmdEJpZyB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTIwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVPdXRMZWZ0QmlnIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0yMDAwcHgsIDAsIDApO1xuICB9XG59XG5cbi5mYWRlT3V0TGVmdEJpZyB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRMZWZ0QmlnO1xuICBhbmltYXRpb24tbmFtZTogZmFkZU91dExlZnRCaWc7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlT3V0UmlnaHQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmYWRlT3V0UmlnaHQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCk7XG4gIH1cbn1cblxuLmZhZGVPdXRSaWdodCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRSaWdodDtcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRSaWdodDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZhZGVPdXRSaWdodEJpZyB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMjAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDIwMDBweCwgMCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmYWRlT3V0UmlnaHRCaWcge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDIwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgyMDAwcHgsIDAsIDApO1xuICB9XG59XG5cbi5mYWRlT3V0UmlnaHRCaWcge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmYWRlT3V0UmlnaHRCaWc7XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlT3V0UmlnaHRCaWc7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlT3V0VXAge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xMDAlLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xMDAlLCAwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZhZGVPdXRVcCB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICB9XG59XG5cbi5mYWRlT3V0VXAge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmYWRlT3V0VXA7XG4gIGFuaW1hdGlvbi1uYW1lOiBmYWRlT3V0VXA7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlT3V0VXBCaWcge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0yMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwMDBweCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmYWRlT3V0VXBCaWcge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0yMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTIwMDBweCwgMCk7XG4gIH1cbn1cblxuLmZhZGVPdXRVcEJpZyB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRVcEJpZztcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRVcEJpZztcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZsaXAge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0zNjBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0zNjBkZWcpO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1vdXQ7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1vdXQ7XG4gIH1cblxuICA0MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgdHJhbnNsYXRlM2QoMCwgMCwgMTUwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0xOTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHRyYW5zbGF0ZTNkKDAsIDAsIDE1MHB4KSByb3RhdGUzZCgwLCAxLCAwLCAtMTkwZGVnKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2Utb3V0O1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2Utb3V0O1xuICB9XG5cbiAgNTAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHRyYW5zbGF0ZTNkKDAsIDAsIDE1MHB4KSByb3RhdGUzZCgwLCAxLCAwLCAtMTcwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSB0cmFuc2xhdGUzZCgwLCAwLCAxNTBweCkgcm90YXRlM2QoMCwgMSwgMCwgLTE3MGRlZyk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gIH1cblxuICA4MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgc2NhbGUzZCguOTUsIC45NSwgLjk1KTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSBzY2FsZTNkKC45NSwgLjk1LCAuOTUpO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmbGlwIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCAtMzYwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCAtMzYwZGVnKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2Utb3V0O1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2Utb3V0O1xuICB9XG5cbiAgNDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHRyYW5zbGF0ZTNkKDAsIDAsIDE1MHB4KSByb3RhdGUzZCgwLCAxLCAwLCAtMTkwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSB0cmFuc2xhdGUzZCgwLCAwLCAxNTBweCkgcm90YXRlM2QoMCwgMSwgMCwgLTE5MGRlZyk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLW91dDtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLW91dDtcbiAgfVxuXG4gIDUwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSB0cmFuc2xhdGUzZCgwLCAwLCAxNTBweCkgcm90YXRlM2QoMCwgMSwgMCwgLTE3MGRlZyk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgdHJhbnNsYXRlM2QoMCwgMCwgMTUwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0xNzBkZWcpO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICB9XG5cbiAgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHNjYWxlM2QoLjk1LCAuOTUsIC45NSk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgc2NhbGUzZCguOTUsIC45NSwgLjk1KTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICB9XG59XG5cbi5hbmltYXRlZC5mbGlwIHtcbiAgLXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OiB2aXNpYmxlO1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiB2aXNpYmxlO1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmbGlwO1xuICBhbmltYXRpb24tbmFtZTogZmxpcDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZsaXBJblgge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIDkwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCA5MGRlZyk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIDQwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCAtMjBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIC0yMGRlZyk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gIH1cblxuICA2MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMSwgMCwgMCwgMTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIDEwZGVnKTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIC01ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCAtNWRlZyk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZsaXBJblgge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIDkwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCA5MGRlZyk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIDQwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCAtMjBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIC0yMGRlZyk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gIH1cblxuICA2MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMSwgMCwgMCwgMTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIDEwZGVnKTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDEsIDAsIDAsIC01ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCAtNWRlZyk7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgfVxufVxuXG4uZmxpcEluWCB7XG4gIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogdmlzaWJsZSAhaW1wb3J0YW50O1xuICBiYWNrZmFjZS12aXNpYmlsaXR5OiB2aXNpYmxlICFpbXBvcnRhbnQ7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZsaXBJblg7XG4gIGFuaW1hdGlvbi1uYW1lOiBmbGlwSW5YO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmxpcEluWSB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgOTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIDkwZGVnKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG5cbiAgNDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0yMGRlZyk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgLTIwZGVnKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgfVxuXG4gIDYwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCAxMGRlZyk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgMTBkZWcpO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICA4MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgLTVkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC01ZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgZmxpcEluWSB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgOTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIDkwZGVnKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG5cbiAgNDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0yMGRlZyk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgLTIwZGVnKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2UtaW47XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgfVxuXG4gIDYwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCAxMGRlZyk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgMTBkZWcpO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICA4MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMCwgMSwgMCwgLTVkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC01ZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpO1xuICB9XG59XG5cbi5mbGlwSW5ZIHtcbiAgLXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OiB2aXNpYmxlICFpbXBvcnRhbnQ7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IHZpc2libGUgIWltcG9ydGFudDtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogZmxpcEluWTtcbiAgYW5pbWF0aW9uLW5hbWU6IGZsaXBJblk7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmbGlwT3V0WCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCk7XG4gIH1cblxuICAzMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMSwgMCwgMCwgLTIwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCAtMjBkZWcpO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCA5MGRlZyk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMSwgMCwgMCwgOTBkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBmbGlwT3V0WCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCk7XG4gIH1cblxuICAzMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMSwgMCwgMCwgLTIwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCAtMjBkZWcpO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgxLCAwLCAwLCA5MGRlZyk7XG4gICAgdHJhbnNmb3JtOiBwZXJzcGVjdGl2ZSg0MDBweCkgcm90YXRlM2QoMSwgMCwgMCwgOTBkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuLmZsaXBPdXRYIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogZmxpcE91dFg7XG4gIGFuaW1hdGlvbi1uYW1lOiBmbGlwT3V0WDtcbiAgLXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OiB2aXNpYmxlICFpbXBvcnRhbnQ7XG4gIGJhY2tmYWNlLXZpc2liaWxpdHk6IHZpc2libGUgIWltcG9ydGFudDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZsaXBPdXRZIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgfVxuXG4gIDMwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCAtMTVkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0xNWRlZyk7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIDkwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCA5MGRlZyk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGZsaXBPdXRZIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KTtcbiAgfVxuXG4gIDMwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCAtMTVkZWcpO1xuICAgIHRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIC0xNWRlZyk7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcGVyc3BlY3RpdmUoNDAwcHgpIHJvdGF0ZTNkKDAsIDEsIDAsIDkwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHBlcnNwZWN0aXZlKDQwMHB4KSByb3RhdGUzZCgwLCAxLCAwLCA5MGRlZyk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxufVxuXG4uZmxpcE91dFkge1xuICAtd2Via2l0LWJhY2tmYWNlLXZpc2liaWxpdHk6IHZpc2libGUgIWltcG9ydGFudDtcbiAgYmFja2ZhY2UtdmlzaWJpbGl0eTogdmlzaWJsZSAhaW1wb3J0YW50O1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBmbGlwT3V0WTtcbiAgYW5pbWF0aW9uLW5hbWU6IGZsaXBPdXRZO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgbGlnaHRTcGVlZEluIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHNrZXdYKC0zMGRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKSBza2V3WCgtMzBkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cblxuICA2MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBza2V3WCgyMGRlZyk7XG4gICAgdHJhbnNmb3JtOiBza2V3WCgyMGRlZyk7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIDgwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKC01ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKC01ZGVnKTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgbGlnaHRTcGVlZEluIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHNrZXdYKC0zMGRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKSBza2V3WCgtMzBkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cblxuICA2MCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBza2V3WCgyMGRlZyk7XG4gICAgdHJhbnNmb3JtOiBza2V3WCgyMGRlZyk7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIDgwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNrZXdYKC01ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHNrZXdYKC01ZGVnKTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbi5saWdodFNwZWVkSW4ge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBsaWdodFNwZWVkSW47XG4gIGFuaW1hdGlvbi1uYW1lOiBsaWdodFNwZWVkSW47XG4gIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1vdXQ7XG4gIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGVhc2Utb3V0O1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgbGlnaHRTcGVlZE91dCB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHNrZXdYKDMwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHNrZXdYKDMwZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgbGlnaHRTcGVlZE91dCB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHNrZXdYKDMwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHNrZXdYKDMwZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbi5saWdodFNwZWVkT3V0IHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogbGlnaHRTcGVlZE91dDtcbiAgYW5pbWF0aW9uLW5hbWU6IGxpZ2h0U3BlZWRPdXQ7XG4gIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbiAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogZWFzZS1pbjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0ZUluIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtMjAwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC0yMDBkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm90YXRlSW4ge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGNlbnRlcjtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC0yMDBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgLTIwMGRlZyk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGNlbnRlcjtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cbn1cblxuLnJvdGF0ZUluIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogcm90YXRlSW47XG4gIGFuaW1hdGlvbi1uYW1lOiByb3RhdGVJbjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0ZUluRG93bkxlZnQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtNDVkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgLTQ1ZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cbn1cblxuQGtleWZyYW1lcyByb3RhdGVJbkRvd25MZWZ0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBsZWZ0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiBsZWZ0IGJvdHRvbTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgLTQ1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC00NWRlZyk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbi5yb3RhdGVJbkRvd25MZWZ0IHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogcm90YXRlSW5Eb3duTGVmdDtcbiAgYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZUluRG93bkxlZnQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyByb3RhdGVJbkRvd25SaWdodCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNDVkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNDVkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm90YXRlSW5Eb3duUmlnaHQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDQ1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDQ1ZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxufVxuXG4ucm90YXRlSW5Eb3duUmlnaHQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiByb3RhdGVJbkRvd25SaWdodDtcbiAgYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZUluRG93blJpZ2h0O1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgcm90YXRlSW5VcExlZnQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCA0NWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCA0NWRlZyk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm90YXRlSW5VcExlZnQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCA0NWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCA0NWRlZyk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbi5yb3RhdGVJblVwTGVmdCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZUluVXBMZWZ0O1xuICBhbmltYXRpb24tbmFtZTogcm90YXRlSW5VcExlZnQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyByb3RhdGVJblVwUmlnaHQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC05MGRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtOTBkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm90YXRlSW5VcFJpZ2h0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtOTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgLTkwZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxufVxuXG4ucm90YXRlSW5VcFJpZ2h0IHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogcm90YXRlSW5VcFJpZ2h0O1xuICBhbmltYXRpb24tbmFtZTogcm90YXRlSW5VcFJpZ2h0O1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgcm90YXRlT3V0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAyMDBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgMjAwZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm90YXRlT3V0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyO1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXI7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAyMDBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgMjAwZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbi5yb3RhdGVPdXQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiByb3RhdGVPdXQ7XG4gIGFuaW1hdGlvbi1uYW1lOiByb3RhdGVPdXQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyByb3RhdGVPdXREb3duTGVmdCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCA0NWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCA0NWRlZyk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIHJvdGF0ZU91dERvd25MZWZ0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBsZWZ0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiBsZWZ0IGJvdHRvbTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDQ1ZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDQ1ZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbi5yb3RhdGVPdXREb3duTGVmdCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZU91dERvd25MZWZ0O1xuICBhbmltYXRpb24tbmFtZTogcm90YXRlT3V0RG93bkxlZnQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyByb3RhdGVPdXREb3duUmlnaHQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC00NWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtNDVkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuQGtleWZyYW1lcyByb3RhdGVPdXREb3duUmlnaHQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC00NWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtNDVkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuLnJvdGF0ZU91dERvd25SaWdodCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZU91dERvd25SaWdodDtcbiAgYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZU91dERvd25SaWdodDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0ZU91dFVwTGVmdCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgYm90dG9tO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtNDVkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgLTQ1ZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm90YXRlT3V0VXBMZWZ0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBsZWZ0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiBsZWZ0IGJvdHRvbTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogbGVmdCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIC00NWRlZyk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUzZCgwLCAwLCAxLCAtNDVkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuLnJvdGF0ZU91dFVwTGVmdCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZU91dFVwTGVmdDtcbiAgYW5pbWF0aW9uLW5hbWU6IHJvdGF0ZU91dFVwTGVmdDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0ZU91dFVwUmlnaHQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBib3R0b207XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDkwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZTNkKDAsIDAsIDEsIDkwZGVnKTtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm90YXRlT3V0VXBSaWdodCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogcmlnaHQgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGJvdHRvbTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgOTBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgOTBkZWcpO1xuICAgIG9wYWNpdHk6IDA7XG4gIH1cbn1cblxuLnJvdGF0ZU91dFVwUmlnaHQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiByb3RhdGVPdXRVcFJpZ2h0O1xuICBhbmltYXRpb24tbmFtZTogcm90YXRlT3V0VXBSaWdodDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGhpbmdlIHtcbiAgMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgfVxuXG4gIDIwJSwgNjAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgODBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgODBkZWcpO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgfVxuXG4gIDQwJSwgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNjBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNjBkZWcpO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCA3MDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCA3MDBweCwgMCk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIGhpbmdlIHtcbiAgMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgfVxuXG4gIDIwJSwgNjAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgODBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgODBkZWcpO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgfVxuXG4gIDQwJSwgODAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNjBkZWcpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlM2QoMCwgMCwgMSwgNjBkZWcpO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogdG9wIGxlZnQ7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBlYXNlLWluLW91dDtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCA3MDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCA3MDBweCwgMCk7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxufVxuXG4uaGluZ2Uge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBoaW5nZTtcbiAgYW5pbWF0aW9uLW5hbWU6IGhpbmdlO1xufVxuXG4vKiBvcmlnaW5hbGx5IGF1dGhvcmVkIGJ5IE5pY2sgUGV0dGl0IC0gaHR0cHM6Ly9naXRodWIuY29tL25pY2twZXR0aXQvZ2xpZGUgKi9cblxuQC13ZWJraXQta2V5ZnJhbWVzIHJvbGxJbiB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtMTIwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtMTIwZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIHJvbGxJbiB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtMTIwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAtMTIwZGVnKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgfVxufVxuXG4ucm9sbEluIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogcm9sbEluO1xuICBhbmltYXRpb24tbmFtZTogcm9sbEluO1xufVxuXG4vKiBvcmlnaW5hbGx5IGF1dGhvcmVkIGJ5IE5pY2sgUGV0dGl0IC0gaHR0cHM6Ly9naXRodWIuY29tL25pY2twZXR0aXQvZ2xpZGUgKi9cblxuQC13ZWJraXQta2V5ZnJhbWVzIHJvbGxPdXQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIDEyMGRlZyk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKSByb3RhdGUzZCgwLCAwLCAxLCAxMjBkZWcpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgcm9sbE91dCB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCkgcm90YXRlM2QoMCwgMCwgMSwgMTIwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApIHJvdGF0ZTNkKDAsIDAsIDEsIDEyMGRlZyk7XG4gIH1cbn1cblxuLnJvbGxPdXQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiByb2xsT3V0O1xuICBhbmltYXRpb24tbmFtZTogcm9sbE91dDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHpvb21JbiB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjMsIC4zLCAuMyk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC4zLCAuMywgLjMpO1xuICB9XG5cbiAgNTAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgem9vbUluIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguMywgLjMsIC4zKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjMsIC4zLCAuMyk7XG4gIH1cblxuICA1MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gIH1cbn1cblxuLnpvb21JbiB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHpvb21JbjtcbiAgYW5pbWF0aW9uLW5hbWU6IHpvb21Jbjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHpvb21JbkRvd24ge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIC0xMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgwLCAtMTAwMHB4LCAwKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgfVxuXG4gIDYwJSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCA2MHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoMCwgNjBweCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgem9vbUluRG93biB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjEsIC4xLCAuMSkgdHJhbnNsYXRlM2QoMCwgLTEwMDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIC0xMDAwcHgsIDApO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKDAsIDYwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCA2MHB4LCAwKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjE3NSwgMC44ODUsIDAuMzIwLCAxKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gIH1cbn1cblxuLnpvb21JbkRvd24ge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiB6b29tSW5Eb3duO1xuICBhbmltYXRpb24tbmFtZTogem9vbUluRG93bjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHpvb21JbkxlZnQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKC0xMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgtMTAwMHB4LCAwLCAwKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgfVxuXG4gIDYwJSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgxMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoMTBweCwgMCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgem9vbUluTGVmdCB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjEsIC4xLCAuMSkgdHJhbnNsYXRlM2QoLTEwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKC0xMDAwcHgsIDAsIDApO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKDEwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgxMHB4LCAwLCAwKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjE3NSwgMC44ODUsIDAuMzIwLCAxKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gIH1cbn1cblxuLnpvb21JbkxlZnQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiB6b29tSW5MZWZ0O1xuICBhbmltYXRpb24tbmFtZTogem9vbUluTGVmdDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHpvb21JblJpZ2h0IHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgxMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgxMDAwcHgsIDAsIDApO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKC0xMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoLTEwcHgsIDAsIDApO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjE3NSwgMC44ODUsIDAuMzIwLCAxKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIHpvb21JblJpZ2h0IHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgxMDAwcHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgxMDAwcHgsIDAsIDApO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICB9XG5cbiAgNjAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKC0xMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoLTEwcHgsIDAsIDApO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjE3NSwgMC44ODUsIDAuMzIwLCAxKTtcbiAgfVxufVxuXG4uem9vbUluUmlnaHQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiB6b29tSW5SaWdodDtcbiAgYW5pbWF0aW9uLW5hbWU6IHpvb21JblJpZ2h0O1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgem9vbUluVXAge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIDEwMDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIDEwMDBweCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gIH1cblxuICA2MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoMCwgLTYwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCAtNjBweCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgem9vbUluVXAge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIDEwMDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIDEwMDBweCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gIH1cblxuICA2MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoMCwgLTYwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCAtNjBweCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICB9XG59XG5cbi56b29tSW5VcCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHpvb21JblVwO1xuICBhbmltYXRpb24tbmFtZTogem9vbUluVXA7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyB6b29tT3V0IHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMTtcbiAgfVxuXG4gIDUwJSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguMywgLjMsIC4zKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjMsIC4zLCAuMyk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIHpvb21PdXQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAxO1xuICB9XG5cbiAgNTAlIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4zLCAuMywgLjMpO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMywgLjMsIC4zKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICB9XG59XG5cbi56b29tT3V0IHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogem9vbU91dDtcbiAgYW5pbWF0aW9uLW5hbWU6IHpvb21PdXQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyB6b29tT3V0RG93biB7XG4gIDQwJSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCAtNjBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKDAsIC02MHB4LCAwKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIDIwMDBweCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIDIwMDBweCwgMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXIgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGNlbnRlciBib3R0b207XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgem9vbU91dERvd24ge1xuICA0MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoMCwgLTYwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCAtNjBweCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgwLCAyMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgwLCAyMDAwcHgsIDApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyIGJvdHRvbTtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXIgYm90dG9tO1xuICAgIC13ZWJraXQtYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjE3NSwgMC44ODUsIDAuMzIwLCAxKTtcbiAgfVxufVxuXG4uem9vbU91dERvd24ge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiB6b29tT3V0RG93bjtcbiAgYW5pbWF0aW9uLW5hbWU6IHpvb21PdXREb3duO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgem9vbU91dExlZnQge1xuICA0MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoNDJweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKDQycHgsIDAsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKC4xKSB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKC4xKSB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgY2VudGVyO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgY2VudGVyO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgem9vbU91dExlZnQge1xuICA0MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoNDJweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKDQycHgsIDAsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKC4xKSB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKC4xKSB0cmFuc2xhdGUzZCgtMjAwMHB4LCAwLCAwKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGxlZnQgY2VudGVyO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGxlZnQgY2VudGVyO1xuICB9XG59XG5cbi56b29tT3V0TGVmdCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHpvb21PdXRMZWZ0O1xuICBhbmltYXRpb24tbmFtZTogem9vbU91dExlZnQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyB6b29tT3V0UmlnaHQge1xuICA0MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoLTQycHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgtNDJweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoLjEpIHRyYW5zbGF0ZTNkKDIwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSguMSkgdHJhbnNsYXRlM2QoMjAwMHB4LCAwLCAwKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGNlbnRlcjtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBjZW50ZXI7XG4gIH1cbn1cblxuQGtleWZyYW1lcyB6b29tT3V0UmlnaHQge1xuICA0MCUge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoLTQycHgsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgtNDJweCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUoLjEpIHRyYW5zbGF0ZTNkKDIwMDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiBzY2FsZSguMSkgdHJhbnNsYXRlM2QoMjAwMHB4LCAwLCAwKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IHJpZ2h0IGNlbnRlcjtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiByaWdodCBjZW50ZXI7XG4gIH1cbn1cblxuLnpvb21PdXRSaWdodCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHpvb21PdXRSaWdodDtcbiAgYW5pbWF0aW9uLW5hbWU6IHpvb21PdXRSaWdodDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHpvb21PdXRVcCB7XG4gIDQwJSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCA2MHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjQ3NSwgLjQ3NSwgLjQ3NSkgdHJhbnNsYXRlM2QoMCwgNjBweCwgMCk7XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC41NTAsIDAuMDU1LCAwLjY3NSwgMC4xOTApO1xuICAgIGFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgwLCAtMjAwMHB4LCAwKTtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoLjEsIC4xLCAuMSkgdHJhbnNsYXRlM2QoMCwgLTIwMDBweCwgMCk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm0tb3JpZ2luOiBjZW50ZXIgYm90dG9tO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IGNlbnRlciBib3R0b207XG4gICAgLXdlYmtpdC1hbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuMTc1LCAwLjg4NSwgMC4zMjAsIDEpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgem9vbU91dFVwIHtcbiAgNDAlIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC40NzUsIC40NzUsIC40NzUpIHRyYW5zbGF0ZTNkKDAsIDYwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNDc1LCAuNDc1LCAuNDc1KSB0cmFuc2xhdGUzZCgwLCA2MHB4LCAwKTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjU1MCwgMC4wNTUsIDAuNjc1LCAwLjE5MCk7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKDAuNTUwLCAwLjA1NSwgMC42NzUsIDAuMTkwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZTNkKC4xLCAuMSwgLjEpIHRyYW5zbGF0ZTNkKDAsIC0yMDAwcHgsIDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguMSwgLjEsIC4xKSB0cmFuc2xhdGUzZCgwLCAtMjAwMHB4LCAwKTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IGNlbnRlciBib3R0b207XG4gICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyIGJvdHRvbTtcbiAgICAtd2Via2l0LWFuaW1hdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLjE3NSwgMC44ODUsIDAuMzIwLCAxKTtcbiAgICBhbmltYXRpb24tdGltaW5nLWZ1bmN0aW9uOiBjdWJpYy1iZXppZXIoMC4xNzUsIDAuODg1LCAwLjMyMCwgMSk7XG4gIH1cbn1cblxuLnpvb21PdXRVcCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHpvb21PdXRVcDtcbiAgYW5pbWF0aW9uLW5hbWU6IHpvb21PdXRVcDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHNsaWRlSW5Eb3duIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xMDAlLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIC0xMDAlLCAwKTtcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2xpZGVJbkRvd24ge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICAgIHZpc2liaWxpdHk6IHZpc2libGU7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cbn1cblxuLnNsaWRlSW5Eb3duIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogc2xpZGVJbkRvd247XG4gIGFuaW1hdGlvbi1uYW1lOiBzbGlkZUluRG93bjtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHNsaWRlSW5MZWZ0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKTtcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2xpZGVJbkxlZnQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xuICAgIHZpc2liaWxpdHk6IHZpc2libGU7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cbn1cblxuLnNsaWRlSW5MZWZ0IHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogc2xpZGVJbkxlZnQ7XG4gIGFuaW1hdGlvbi1uYW1lOiBzbGlkZUluTGVmdDtcbn1cblxuQC13ZWJraXQta2V5ZnJhbWVzIHNsaWRlSW5SaWdodCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApO1xuICAgIHZpc2liaWxpdHk6IHZpc2libGU7XG4gIH1cblxuICB0byB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cbn1cblxuQGtleWZyYW1lcyBzbGlkZUluUmlnaHQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG59XG5cbi5zbGlkZUluUmlnaHQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBzbGlkZUluUmlnaHQ7XG4gIGFuaW1hdGlvbi1uYW1lOiBzbGlkZUluUmlnaHQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBzbGlkZUluVXAge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTAwJSwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMDAlLCAwKTtcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xuICB9XG5cbiAgdG8ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2xpZGVJblVwIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDEwMCUsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMTAwJSwgMCk7XG4gICAgdmlzaWJpbGl0eTogdmlzaWJsZTtcbiAgfVxuXG4gIHRvIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgfVxufVxuXG4uc2xpZGVJblVwIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogc2xpZGVJblVwO1xuICBhbmltYXRpb24tbmFtZTogc2xpZGVJblVwO1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgc2xpZGVPdXREb3duIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMDAlLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDEwMCUsIDApO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2xpZGVPdXREb3duIHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAxMDAlLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDEwMCUsIDApO1xuICB9XG59XG5cbi5zbGlkZU91dERvd24ge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBzbGlkZU91dERvd247XG4gIGFuaW1hdGlvbi1uYW1lOiBzbGlkZU91dERvd247XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBzbGlkZU91dExlZnQge1xuICBmcm9tIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgfVxuXG4gIHRvIHtcbiAgICB2aXNpYmlsaXR5OiBoaWRkZW47XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKC0xMDAlLCAwLCAwKTtcbiAgfVxufVxuXG5Aa2V5ZnJhbWVzIHNsaWRlT3V0TGVmdCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIHZpc2liaWxpdHk6IGhpZGRlbjtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xuICB9XG59XG5cbi5zbGlkZU91dExlZnQge1xuICAtd2Via2l0LWFuaW1hdGlvbi1uYW1lOiBzbGlkZU91dExlZnQ7XG4gIGFuaW1hdGlvbi1uYW1lOiBzbGlkZU91dExlZnQ7XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBzbGlkZU91dFJpZ2h0IHtcbiAgZnJvbSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG4gIH1cblxuICB0byB7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2xpZGVPdXRSaWdodCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIHZpc2liaWxpdHk6IGhpZGRlbjtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbiAgfVxufVxuXG4uc2xpZGVPdXRSaWdodCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IHNsaWRlT3V0UmlnaHQ7XG4gIGFuaW1hdGlvbi1uYW1lOiBzbGlkZU91dFJpZ2h0O1xufVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgc2xpZGVPdXRVcCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIHZpc2liaWxpdHk6IGhpZGRlbjtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc2xpZGVPdXRVcCB7XG4gIGZyb20ge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xuICB9XG5cbiAgdG8ge1xuICAgIHZpc2liaWxpdHk6IGhpZGRlbjtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgLTEwMCUsIDApO1xuICB9XG59XG5cbi5zbGlkZU91dFVwIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogc2xpZGVPdXRVcDtcbiAgYW5pbWF0aW9uLW5hbWU6IHNsaWRlT3V0VXA7XG59XG5cblxuLyogLS0tLS0tLS0gQ3VzdG9taXphdGlvbiAtLS0tLS0tLS0tLSovXG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlSW5MZWZ0U21hbGwge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtNDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtNDBweCwgMCwgMCk7XG4gICAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICB9XG4gIH1cblxuQGtleWZyYW1lcyBmYWRlSW5MZWZ0U21hbGwge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtNDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtNDBweCwgMCwgMCk7XG4gICAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBub25lO1xuICAgIHRyYW5zZm9ybTogbm9uZTtcbiAgICB9XG4gIH1cblxuLmZhZGVJbkxlZnRTbWFsbCB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVJbkxlZnRTbWFsbDtcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVJbkxlZnRTbWFsbDtcbiAgfVxuXG5ALXdlYmtpdC1rZXlmcmFtZXMgZmFkZUluUmlnaHQge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApO1xuICAgIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgfVxuICB9XG5cbkAtd2Via2l0LWtleWZyYW1lcyBmYWRlSW5SaWdodFNtYWxsIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogdHJhbnNsYXRlM2QoNDBweCwgMCwgMCk7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCg0MHB4LCAwLCAwKTtcbiAgICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IG5vbmU7XG4gICAgdHJhbnNmb3JtOiBub25lO1xuICAgIH1cbiAgfVxuXG5Aa2V5ZnJhbWVzIGZhZGVJblJpZ2h0U21hbGwge1xuICBmcm9tIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCg0MHB4LCAwLCAwKTtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZTNkKDQwcHgsIDAsIDApO1xuICAgIH1cblxuICB0byB7XG4gICAgb3BhY2l0eTogMTtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB0cmFuc2Zvcm06IG5vbmU7XG4gICAgfVxuICB9XG5cbi5mYWRlSW5SaWdodFNtYWxsIHtcbiAgLXdlYmtpdC1hbmltYXRpb24tbmFtZTogZmFkZUluUmlnaHRTbWFsbDtcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVJblJpZ2h0U21hbGw7XG4gIH1cblxuQC13ZWJraXQta2V5ZnJhbWVzIGZhZGVPdXRfdG9fMSB7XG4gIGZyb20ge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgfVxuXG4gIHRvIHtcbiAgICBvcGFjaXR5OiAwLjE7XG4gICAgfVxuICB9XG5cbkBrZXlmcmFtZXMgZmFkZU91dF90b18xIHtcbiAgZnJvbSB7XG4gICAgb3BhY2l0eTogMTtcbiAgICB9XG5cbiAgdG8ge1xuICAgIG9wYWNpdHk6IDAuMTtcbiAgICB9XG4gIH1cblxuLmZhZGVPdXRfdG9fMSB7XG4gIC13ZWJraXQtYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRfdG9fMTtcbiAgYW5pbWF0aW9uLW5hbWU6IGZhZGVPdXRfdG9fMTtcbiAgfVxuIl19 */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url("https://presencepoint.com/wp-content/plugins/addons-for-elementor-premium/assets/css/lib/./loader.gif") center center no-repeat
}

@media only screen and (max-width:1024px) {
	.slick-slider {
		padding: 0 10px
	}
}

.lae-container .slick-next,
.lae-container .slick-prev {
	position: absolute;
	bottom: initial;
	left: initial;
	right: initial;
	top: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0
}

.rtl .lae-container .slick-next,
.rtl .lae-container .slick-prev {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	direction: ltr
}

.lae-container .slick-next,
.lae-container .slick-next:after,
.lae-container .slick-next:before,
.lae-container .slick-prev,
.lae-container .slick-prev:after,
.lae-container .slick-prev:before {
	text-shadow: none;
	background: 0 0;
	border: none;
	padding: 0;
	opacity: 1;
	font-family: lae-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	color: #aaa;
	overflow: hidden;
	box-shadow: none;
	outline: 0;
	text-indent: 0;
	text-align: center;
	transition: all .3s ease-in-out 0s
}

.lae-container .slick-next:before,
.lae-container .slick-prev:before {
	margin: 2px;
	vertical-align: middle
}

.lae-container .slick-next:hover:after,
.lae-container .slick-next:hover:before,
.lae-container .slick-prev:hover:after,
.lae-container .slick-prev:hover:before {
	color: #888
}

.lae-dark-bg .lae-container .slick-next:after,
.lae-dark-bg .lae-container .slick-next:before,
.lae-dark-bg .lae-container .slick-prev:after,
.lae-dark-bg .lae-container .slick-prev:before {
	color: #888
}

.lae-dark-bg .lae-container .slick-next:hover:after,
.lae-dark-bg .lae-container .slick-next:hover:before,
.lae-dark-bg .lae-container .slick-prev:hover:after,
.lae-dark-bg .lae-container .slick-prev:hover:before {
	color: #aaa;
	background: 0 0
}

.lae-container .slick-prev {
	left: -40px
}

.lae-container .slick-prev:before {
	content: "\e904"
}

@media only screen and (max-width:1024px) {
	.lae-container .slick-prev {
		left: -20px
	}
}

.lae-container .slick-next {
	right: -40px
}

.lae-container .slick-next:before {
	content: "\e905"
}

@media only screen and (max-width:1024px) {
	.lae-container .slick-next {
		right: -20px
	}
}

.lae-container ul.slick-dots {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
	padding: 0;
	margin: 0
}

.lae-container ul.slick-dots li,
.lae-container ul.slick-dots li:hover {
	margin: 0 8px 0 0;
	padding: 0;
	display: inline-block;
	font-size: 0
}

.lae-container ul.slick-dots li button {
	padding: 0;
	background: #aaa;
	border: 1px solid #aaa;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	box-shadow: none;
	transition: background .3s ease-in-out 0s;
	font-size: 0;
	outline: 0
}

.lae-container ul.slick-dots li button:before {
	display: none
}

.lae-dark-bg .lae-container ul.slick-dots li button {
	background: #888;
	border-color: #888
}

.lae-container ul.slick-dots li button:hover,
.lae-container ul.slick-dots li.slick-active button {
	background: 0 0;
	border-color: #aaa
}

.lae-container ul.slick-dots li.slick-active button {
	width: 14px;
	height: 14px
}

@font-face {
	font-family: lae-icomoon;
	src: url(https://presencepoint.com/wp-content/plugins/addons-for-elementor-premium/assets/css/fonts/lae-icomoon.ttf?s30zkh)format('truetype'), url(https://presencepoint.com/wp-content/plugins/addons-for-elementor-premium/assets/css/fonts/lae-icomoon.woff?s30zkh)format('woff'), url(https://presencepoint.com/wp-content/plugins/addons-for-elementor-premium/assets/css/fonts/lae-icomoon.svg?s30zkh#lae-icomoon)format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

[class^=lae-icon-],
[class*=" lae-icon-"] {
	font-family: lae-icomoon !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lae-icon-quote1:before {
	content: "\e955"
}

.lae-icon-grid:before {
	content: "\e94e"
}

.lae-icon-list-numbered:before {
	content: "\e949"
}

.lae-icon-options:before {
	content: "\e949"
}

.lae-icon-warning:before {
	content: "\e94a"
}

.lae-icon-sign:before {
	content: "\e94a"
}

.lae-icon-sort-numberic-desc:before {
	content: "\e94b"
}

.lae-icon-arrange:before {
	content: "\e94b"
}

.lae-icon-spell-check:before {
	content: "\e94c"
}

.lae-icon-layout:before {
	content: "\e94f"
}

.lae-icon-layout1:before {
	content: "\e950"
}

.lae-icon-layout2:before {
	content: "\e951"
}

.lae-icon-sort-numerically:before {
	content: "\e954"
}

.lae-icon-flow-children:before {
	content: "\e94d"
}

.lae-icon-text_rotation_none:before {
	content: "\e948"
}

.lae-icon-grid1:before {
	content: "\e952"
}

.lae-icon-list:before {
	content: "\e953"
}

.lae-icon-angle-left:before {
	content: "\f104"
}

.lae-icon-angle-right:before {
	content: "\f105"
}

.lae-icon-twitter-grid:before {
	content: "\e926"
}

.lae-icon-piechart3:before {
	content: "\e927"
}

.lae-icon-features:before {
	content: "\e928"
}

.lae-icon-slider2:before {
	content: "\e929"
}

.lae-icon-gallery:before {
	content: "\e92a"
}

.lae-icon-team4:before {
	content: "\e92b"
}

.lae-icon-team6:before {
	content: "\e92c"
}

.lae-icon-stats-bars:before {
	content: "\e92d"
}

.lae-icon-instagram-grid:before {
	content: "\e92e"
}

.lae-icon-posts-grid:before {
	content: "\e92f"
}

.lae-icon-posts-block:before {
	content: "\e930"
}

.lae-icon-posts-grid-masonry:before {
	content: "\e931"
}

.lae-icon-buttons:before {
	content: "\e932"
}

.lae-icon-posts-carousel:before {
	content: "\e933"
}

.lae-icon-pricing-table:before {
	content: "\e934"
}

.lae-icon-tab-slider1:before {
	content: "\e935"
}

.lae-icon-tabs5:before {
	content: "\e936"
}

.lae-icon-tabs2:before {
	content: "\e937"
}

.lae-icon-faq:before {
	content: "\e938"
}

.lae-icon-youtube-grid:before {
	content: "\e939"
}

.lae-icon-vimeo-grid:before {
	content: "\e93a"
}

.lae-icon-carousel:before {
	content: "\e93b"
}

.lae-icon-slider7:before {
	content: "\e93c"
}

.lae-icon-slider3:before {
	content: "\e93d"
}

.lae-icon-slider6:before {
	content: "\e93e"
}

.lae-icon-slider4:before {
	content: "\e93f"
}

.lae-icon-testimonials3:before {
	content: "\e940"
}

.lae-icon-testimonials1:before {
	content: "\e941"
}

.lae-icon-clients:before {
	content: "\e942"
}

.lae-icon-gallery-carousel:before {
	content: "\e943"
}

.lae-icon-services:before {
	content: "\e944"
}

.lae-icon-testimonials:before {
	content: "\e945"
}

.lae-icon-pie-chart2:before {
	content: "\e946"
}

.lae-icon-heading:before {
	content: "\e947"
}

.lae-icon-play:before {
	content: "\e925"
}

.lae-icon-link:before {
	content: "\e924"
}

.lae-icon-star-empty:before {
	content: "\e901"
}

.lae-icon-rate:before {
	content: "\e901"
}

.lae-icon-star:before {
	content: "\e901"
}

.lae-icon-favorite:before {
	content: "\e901"
}

.lae-icon-bookmark:before {
	content: "\e901"
}

.lae-icon-eye:before {
	content: "\e902"
}

.lae-icon-like:before {
	content: "\e900"
}

.lae-icon-calendar:before {
	content: "\e923"
}

.lae-icon-bubble:before {
	content: "\e903"
}

.lae-icon-comment:before {
	content: "\e903"
}

.lae-icon-chat:before {
	content: "\e903"
}

.lae-icon-talk:before {
	content: "\e903"
}

.lae-icon-arrow-left:before {
	content: "\e904"
}

.lae-icon-arrow-right:before {
	content: "\e905"
}

.lae-icon-aim:before {
	content: "\e906"
}

.lae-icon-behance:before {
	content: "\e907"
}

.lae-icon-dribbble:before {
	content: "\e908"
}

.lae-icon-facebook:before {
	content: "\e909"
}

.lae-icon-flickr:before {
	content: "\e90a"
}

.lae-icon-googleplus:before {
	content: "\e90b"
}

.lae-icon-linkedin:before {
	content: "\e90c"
}

.lae-icon-pinterest:before {
	content: "\e90d"
}

.lae-icon-skype:before {
	content: "\e90e"
}

.lae-icon-twitter:before {
	content: "\e90f"
}

.lae-icon-vimeo:before {
	content: "\e910"
}

.lae-icon-zerply:before {
	content: "\e911"
}

.lae-icon-quote:before {
	content: "\e912"
}

.lae-icon-video-play:before {
	content: "\e913"
}

.lae-icon-email:before {
	content: "\e914"
}

.lae-icon-close:before {
	content: "\e915"
}

.lae-icon-plus:before {
	content: "\e916"
}

.lae-icon-arrow-right-toggle:before {
	content: "\e917"
}

.lae-icon-menu:before {
	content: "\e918"
}

.lae-icon-menu-2:before {
	content: "\e919"
}

.lae-icon-fit-to:before {
	content: "\e91a"
}

.lae-icon-full-screen:before {
	content: "\e91b"
}

.lae-icon-arrow-left2:before {
	content: "\e91c"
}

.lae-icon-arrow-left3:before {
	content: "\e91d"
}

.lae-icon-arrow-right2:before {
	content: "\e91e"
}

.lae-icon-arrow-right3:before {
	content: "\e91f"
}

.lae-icon-start:before {
	content: "\e920"
}

.lae-icon-heart:before {
	content: "\e921"
}

.lae-icon-retweet:before {
	content: "\e922"
}

.lae-icon-play2:before {
	content: "\ea15"
}

.lae-icon-play3:before {
	content: "\ea1c"
}

.lae-icon-instagram:before {
	content: "\ea92"
}

.lae-icon-twitter1:before {
	content: "\ea96"
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImljb21vb24uY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0lBQ0UsMkJBQTJCO0lBQzNCOztrRUFFZ0U7SUFDOUQsb0JBQW9CO0lBQ3RCLG1CQUFvQjtJQUNwQixvQkFBbUI7S0FDbkI7O0FBRUY7SUFDQSxnRkFBQTtJQUNFLHNDQUFBO0lBQ0EsYUFBQTtJQUNBLG1CQUFhO0lBQ2Isb0JBQW1CO0lBQ25CLHFCQUFvQjtJQUNwQixxQkFBcUI7SUFDckIsZUFBQTs7SUFFRSx1Q0FBdUM7SUFDekMsb0NBQUE7SUFDQSxtQ0FBb0M7S0FDcEM7O0FBRUY7RUFDRSxpQkFBRjtDQUNDO0FBQ0Q7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDQSxpQkFBQTtLQUNFO0FBQ0Y7SUFDSSxpQkFBaUI7S0FDaEI7QUFDTDtJQUNJLGlCQUFpQjtLQUNoQjtBQUNMO0lBQ0ksaUJBQWlCO0tBQ2hCO0FBQ0w7SUFDSSxpQkFBaUI7S0FDaEI7QUFDTDtJQUNJLGlCQUFpQjtLQUNoQjtBQUNMO0lBQ0ksaUJBQWlCO0tBQ2hCO0FBQ0w7SUFDSSxpQkFBaUI7S0FDaEI7QUFDTDtJQUNJLGlCQUFpQjtLQUNoQjtBQUNMO0lBQ0ksaUJBQWlCO0tBQ2hCO0FBQ0w7SUFDSSxpQkFBaUI7S0FDaEI7QUFDTDtJQUNJLGlCQUFpQjtLQUNoQjtBQUNMO0lBQ0ksaUJBQWlCO0tBQ2hCO0FBQ0w7SUFDSSxpQkFBaUI7S0FDaEI7QUFDTDtJQUNJLGlCQUFpQjtLQUNoQjtBQUNMO0lBQ0ksaUJBQWlCO0tBQ2hCO0FBQ0w7SUFDSSxpQkFBaUI7S0FDaEI7QUFDTDtJQUNJLGlCQUFpQjtLQUNoQiIsImZpbGUiOiJpY29tb29uLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIkBmb250LWZhY2Uge1xuICBmb250LWZhbWlseTogJ2xhZS1pY29tb29uJztcbiAgc3JjOlxuICAgIHVybCgnZm9udHMvbGFlLWljb21vb24udHRmPzdmODY2OScpIGZvcm1hdCgndHJ1ZXR5cGUnKSxcbiAgICB1cmwoJ2ZvbnRzL2xhZS1pY29tb29uLndvZmY/N2Y4NjY5JykgZm9ybWF0KCd3b2ZmJyksXG4gICAgdXJsKCdmb250cy9sYWUtaWNvbW9vbi5zdmc/N2Y4NjY5I2xhZS1pY29tb29uJykgZm9ybWF0KCdzdmcnKTtcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LWRpc3BsYXk6IGJsb2NrO1xufVxuXG5bY2xhc3NePVwibGFlLWljb24tXCJdLCBbY2xhc3MqPVwiIGxhZS1pY29uLVwiXSB7XG4gIC8qIHVzZSAhaW1wb3J0YW50IHRvIHByZXZlbnQgaXNzdWVzIHdpdGggYnJvd3NlciBleHRlbnNpb25zIHRoYXQgY2hhbmdlIGZvbnRzICovXG4gIGZvbnQtZmFtaWx5OiAnbGFlLWljb21vb24nICFpbXBvcnRhbnQ7XG4gIHNwZWFrOiBuZXZlcjtcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xuICBmb250LXdlaWdodDogbm9ybWFsO1xuICBmb250LXZhcmlhbnQ6IG5vcm1hbDtcbiAgdGV4dC10cmFuc2Zvcm06IG5vbmU7XG4gIGxpbmUtaGVpZ2h0OiAxO1xuXG4gIC8qIEJldHRlciBGb250IFJlbmRlcmluZyA9PT09PT09PT09PSAqL1xuICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcbiAgLW1vei1vc3gtZm9udC1zbW9vdGhpbmc6IGdyYXlzY2FsZTtcbn1cblxuLmxhZS1pY29uLWFuZ2xlLWxlZnQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGYxMDRcIjtcbn1cbi5sYWUtaWNvbi1hbmdsZS1yaWdodDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZjEwNVwiO1xufVxuLmxhZS1pY29uLXR3aXR0ZXItZ3JpZDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyNlwiO1xuICB9XG4ubGFlLWljb24tcGllY2hhcnQzOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTI3XCI7XG4gIH1cbi5sYWUtaWNvbi1mZWF0dXJlczpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyOFwiO1xuICB9XG4ubGFlLWljb24tc2xpZGVyMjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyOVwiO1xuICB9XG4ubGFlLWljb24tZ2FsbGVyeTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyYVwiO1xuICB9XG4ubGFlLWljb24tdGVhbTQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MmJcIjtcbiAgfVxuLmxhZS1pY29uLXRlYW02OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTJjXCI7XG4gIH1cbi5sYWUtaWNvbi1zdGF0cy1iYXJzOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTJkXCI7XG4gIH1cbi5sYWUtaWNvbi1pbnN0YWdyYW0tZ3JpZDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyZVwiO1xuICB9XG4ubGFlLWljb24tcG9zdHMtZ3JpZDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyZlwiO1xuICB9XG4ubGFlLWljb24tcG9zdHMtYmxvY2s6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MzBcIjtcbiAgfVxuLmxhZS1pY29uLXBvc3RzLWdyaWQtbWFzb25yeTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzMVwiO1xuICB9XG4ubGFlLWljb24tYnV0dG9uczpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzMlwiO1xuICB9XG4ubGFlLWljb24tcG9zdHMtY2Fyb3VzZWw6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MzNcIjtcbiAgfVxuLmxhZS1pY29uLXByaWNpbmctdGFibGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MzRcIjtcbiAgfVxuLmxhZS1pY29uLXRhYi1zbGlkZXIxOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTM1XCI7XG4gIH1cbi5sYWUtaWNvbi10YWJzNTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzNlwiO1xuICB9XG4ubGFlLWljb24tdGFiczI6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MzdcIjtcbiAgfVxuLmxhZS1pY29uLWZhcTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzOFwiO1xuICB9XG4ubGFlLWljb24teW91dHViZS1ncmlkOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTM5XCI7XG4gIH1cbi5sYWUtaWNvbi12aW1lby1ncmlkOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTNhXCI7XG4gIH1cbi5sYWUtaWNvbi1jYXJvdXNlbDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzYlwiO1xuICB9XG4ubGFlLWljb24tc2xpZGVyNzpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzY1wiO1xuICB9XG4ubGFlLWljb24tc2xpZGVyMzpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzZFwiO1xuICB9XG4ubGFlLWljb24tc2xpZGVyNjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzZVwiO1xuICB9XG4ubGFlLWljb24tc2xpZGVyNDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkzZlwiO1xuICB9XG4ubGFlLWljb24tdGVzdGltb25pYWxzMzpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTk0MFwiO1xuICB9XG4ubGFlLWljb24tdGVzdGltb25pYWxzMTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTk0MVwiO1xuICB9XG4ubGFlLWljb24tY2xpZW50czpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTk0MlwiO1xuICB9XG4ubGFlLWljb24tZ2FsbGVyeS1jYXJvdXNlbDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTk0M1wiO1xuICB9XG4ubGFlLWljb24tc2VydmljZXM6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5NDRcIjtcbiAgfVxuLmxhZS1pY29uLXRlc3RpbW9uaWFsczpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTk0NVwiO1xuICB9XG4ubGFlLWljb24tcGllLWNoYXJ0MjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTk0NlwiO1xuICB9XG4ubGFlLWljb24taGVhZGluZzpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTk0N1wiO1xuICB9XG4ubGFlLWljb24tcGxheTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyNVwiO1xuICB9XG4ubGFlLWljb24tbGluazpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyNFwiO1xuICB9XG4ubGFlLWljb24tc3Rhci1lbXB0eTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwMVwiO1xuICB9XG4ubGFlLWljb24tcmF0ZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwMVwiO1xuICB9XG4ubGFlLWljb24tc3RhcjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwMVwiO1xuICB9XG4ubGFlLWljb24tZmF2b3JpdGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDFcIjtcbiAgfVxuLmxhZS1pY29uLWJvb2ttYXJrOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTAxXCI7XG4gIH1cbi5sYWUtaWNvbi1leWU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDJcIjtcbiAgfVxuLmxhZS1pY29uLWxpa2U6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDBcIjtcbiAgfVxuLmxhZS1pY29uLWNhbGVuZGFyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTIzXCI7XG4gIH1cbi5sYWUtaWNvbi1idWJibGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDNcIjtcbiAgfVxuLmxhZS1pY29uLWNvbW1lbnQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDNcIjtcbiAgfVxuLmxhZS1pY29uLWNoYXQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDNcIjtcbiAgfVxuLmxhZS1pY29uLXRhbGs6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDNcIjtcbiAgfVxuLmxhZS1pY29uLWFycm93LWxlZnQ6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDRcIjtcbiAgfVxuLmxhZS1pY29uLWFycm93LXJpZ2h0OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTA1XCI7XG4gIH1cbi5sYWUtaWNvbi1haW06YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDZcIjtcbiAgfVxuLmxhZS1pY29uLWJlaGFuY2U6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MDdcIjtcbiAgfVxuLmxhZS1pY29uLWRyaWJiYmxlOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTA4XCI7XG4gIH1cbi5sYWUtaWNvbi1mYWNlYm9vazpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwOVwiO1xuICB9XG4ubGFlLWljb24tZmxpY2tyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTBhXCI7XG4gIH1cbi5sYWUtaWNvbi1nb29nbGVwbHVzOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTBiXCI7XG4gIH1cbi5sYWUtaWNvbi1saW5rZWRpbjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwY1wiO1xuICB9XG4ubGFlLWljb24tcGludGVyZXN0OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTBkXCI7XG4gIH1cbi5sYWUtaWNvbi1za3lwZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwZVwiO1xuICB9XG4ubGFlLWljb24tdHdpdHRlcjpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkwZlwiO1xuICB9XG4ubGFlLWljb24tdmltZW86YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTBcIjtcbiAgfVxuLmxhZS1pY29uLXplcnBseTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkxMVwiO1xuICB9XG4ubGFlLWljb24tcXVvdGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTJcIjtcbiAgfVxuLmxhZS1pY29uLXZpZGVvLXBsYXk6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTNcIjtcbiAgfVxuLmxhZS1pY29uLWVtYWlsOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTE0XCI7XG4gIH1cbi5sYWUtaWNvbi1jbG9zZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkxNVwiO1xuICB9XG4ubGFlLWljb24tcGx1czpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkxNlwiO1xuICB9XG4ubGFlLWljb24tYXJyb3ctcmlnaHQtdG9nZ2xlOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTE3XCI7XG4gIH1cbi5sYWUtaWNvbi1tZW51OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTE4XCI7XG4gIH1cbi5sYWUtaWNvbi1tZW51LTI6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MTlcIjtcbiAgfVxuLmxhZS1pY29uLWZpdC10bzpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkxYVwiO1xuICB9XG4ubGFlLWljb24tZnVsbC1zY3JlZW46YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MWJcIjtcbiAgfVxuLmxhZS1pY29uLWFycm93LWxlZnQyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTFjXCI7XG4gIH1cbi5sYWUtaWNvbi1hcnJvdy1sZWZ0MzpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkxZFwiO1xuICB9XG4ubGFlLWljb24tYXJyb3ctcmlnaHQyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTFlXCI7XG4gIH1cbi5sYWUtaWNvbi1hcnJvdy1yaWdodDM6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MWZcIjtcbiAgfVxuLmxhZS1pY29uLXN0YXJ0OmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTIwXCI7XG4gIH1cbi5sYWUtaWNvbi1oZWFydDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyMVwiO1xuICB9XG4ubGFlLWljb24tcmV0d2VldDpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyMlwiO1xuICB9XG4ubGFlLWljb24tcGxheTI6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGVhMTVcIjtcbiAgfVxuLmxhZS1pY29uLXBsYXkzOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlYTFjXCI7XG4gIH1cbi5sYWUtaWNvbi1pbnN0YWdyYW06YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGVhOTJcIjtcbiAgfVxuLmxhZS1pY29uLXR3aXR0ZXIxOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlYTk2XCI7XG4gIH0iXX0= */
.panel-grid .widget {
	overflow: initial
}

.lae-clear {
	clear: both
}

.lae-center {
	text-align: center
}

.lae-container,
.lae-uber-grid-container,
.lae-grid-container {
	box-sizing: border-box
}

.lae-container *,
.lae-container *::after,
.lae-container *::before,
.lae-uber-grid-container *,
.lae-uber-grid-container *::after,
.lae-uber-grid-container *::before,
.lae-grid-container *,
.lae-grid-container *::after,
.lae-grid-container *::before {
	box-sizing: inherit
}

.lae-container ol,
.lae-container ul,
.lae-container ol>li,
.lae-container ul>li,
.lae-container ol:hover,
.lae-container ul:hover,
.lae-container ul>li:hover,
.lae-container ol>li:hover,
.lae-container ol>li>a,
.lae-container ul>li>a,
.lae-container ol>li>a:hover,
.lae-container ul>li>a:hover,
.lae-container img,
.lae-uber-grid-container ol,
.lae-uber-grid-container ul,
.lae-uber-grid-container ol>li,
.lae-uber-grid-container ul>li,
.lae-uber-grid-container ol:hover,
.lae-uber-grid-container ul:hover,
.lae-uber-grid-container ul>li:hover,
.lae-uber-grid-container ol>li:hover,
.lae-uber-grid-container ol>li>a,
.lae-uber-grid-container ul>li>a,
.lae-uber-grid-container ol>li>a:hover,
.lae-uber-grid-container ul>li>a:hover,
.lae-uber-grid-container img,
.lae-grid-container ol,
.lae-grid-container ul,
.lae-grid-container ol>li,
.lae-grid-container ul>li,
.lae-grid-container ol:hover,
.lae-grid-container ul:hover,
.lae-grid-container ul>li:hover,
.lae-grid-container ol>li:hover,
.lae-grid-container ol>li>a,
.lae-grid-container ul>li>a,
.lae-grid-container ol>li>a:hover,
.lae-grid-container ul>li>a:hover,
.lae-grid-container img {
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	list-style: none;
	background: 0 0
}

.lae-container ol:before,
.lae-container ol:after,
.lae-container ul:before,
.lae-container ul:after,
.lae-container ol>li:before,
.lae-container ol>li:after,
.lae-container ul>li:before,
.lae-container ul>li:after,
.lae-container ol:hover:before,
.lae-container ol:hover:after,
.lae-container ul:hover:before,
.lae-container ul:hover:after,
.lae-container ul>li:hover:before,
.lae-container ul>li:hover:after,
.lae-container ol>li:hover:before,
.lae-container ol>li:hover:after,
.lae-container ol>li>a:before,
.lae-container ol>li>a:after,
.lae-container ul>li>a:before,
.lae-container ul>li>a:after,
.lae-container ol>li>a:hover:before,
.lae-container ol>li>a:hover:after,
.lae-container ul>li>a:hover:before,
.lae-container ul>li>a:hover:after,
.lae-container img:before,
.lae-container img:after,
.lae-uber-grid-container ol:before,
.lae-uber-grid-container ol:after,
.lae-uber-grid-container ul:before,
.lae-uber-grid-container ul:after,
.lae-uber-grid-container ol>li:before,
.lae-uber-grid-container ol>li:after,
.lae-uber-grid-container ul>li:before,
.lae-uber-grid-container ul>li:after,
.lae-uber-grid-container ol:hover:before,
.lae-uber-grid-container ol:hover:after,
.lae-uber-grid-container ul:hover:before,
.lae-uber-grid-container ul:hover:after,
.lae-uber-grid-container ul>li:hover:before,
.lae-uber-grid-container ul>li:hover:after,
.lae-uber-grid-container ol>li:hover:before,
.lae-uber-grid-container ol>li:hover:after,
.lae-uber-grid-container ol>li>a:before,
.lae-uber-grid-container ol>li>a:after,
.lae-uber-grid-container ul>li>a:before,
.lae-uber-grid-container ul>li>a:after,
.lae-uber-grid-container ol>li>a:hover:before,
.lae-uber-grid-container ol>li>a:hover:after,
.lae-uber-grid-container ul>li>a:hover:before,
.lae-uber-grid-container ul>li>a:hover:after,
.lae-uber-grid-container img:before,
.lae-uber-grid-container img:after,
.lae-grid-container ol:before,
.lae-grid-container ol:after,
.lae-grid-container ul:before,
.lae-grid-container ul:after,
.lae-grid-container ol>li:before,
.lae-grid-container ol>li:after,
.lae-grid-container ul>li:before,
.lae-grid-container ul>li:after,
.lae-grid-container ol:hover:before,
.lae-grid-container ol:hover:after,
.lae-grid-container ul:hover:before,
.lae-grid-container ul:hover:after,
.lae-grid-container ul>li:hover:before,
.lae-grid-container ul>li:hover:after,
.lae-grid-container ol>li:hover:before,
.lae-grid-container ol>li:hover:after,
.lae-grid-container ol>li>a:before,
.lae-grid-container ol>li>a:after,
.lae-grid-container ul>li>a:before,
.lae-grid-container ul>li>a:after,
.lae-grid-container ol>li>a:hover:before,
.lae-grid-container ol>li>a:hover:after,
.lae-grid-container ul>li>a:hover:before,
.lae-grid-container ul>li>a:hover:after,
.lae-grid-container img:before,
.lae-grid-container img:after {
	display: none
}

.lae-container a,
.lae-uber-grid-container a,
.lae-grid-container a {
	text-decoration: initial
}

.lae-container img,
.lae-uber-grid-container img,
.lae-grid-container img {
	max-width: 100%;
	width: auto;
	height: auto
}

.lae-container {
	margin-left: auto;
	margin-right: auto
}

.lae-container::after {
	clear: both;
	content: "";
	display: block
}

.panel-grid .widget {
	border: 0
}

.lae-center {
	text-align: center
}

.lae-icon-wrapper i,
.lae-icon-wrapper svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.lae-uber-grid-container {
	display: grid;
	grid-column-gap: 30px;
	grid-row-gap: 35px
}

.lae-uber-grid-container.lae-grid-auto-column-layout {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
}

.lae-uber-grid-container.lae-grid-mobile-1 {
	grid-template-columns: repeat(1, 1fr)
}

.lae-uber-grid-container.lae-grid-mobile-2 {
	grid-template-columns: repeat(2, 1fr)
}

.lae-uber-grid-container.lae-grid-mobile-3 {
	grid-template-columns: repeat(3, 1fr)
}

.lae-uber-grid-container.lae-grid-mobile-4 {
	grid-template-columns: repeat(4, 1fr)
}

.lae-uber-grid-container.lae-grid-mobile-5 {
	grid-template-columns: repeat(5, 1fr)
}

.lae-uber-grid-container.lae-grid-mobile-6 {
	grid-template-columns: repeat(6, 1fr)
}

@media only screen and (min-width:767px) {
	.lae-uber-grid-container.lae-grid-tablet-1 {
		grid-template-columns: repeat(1, 1fr)
	}

	.lae-uber-grid-container.lae-grid-tablet-2 {
		grid-template-columns: repeat(2, 1fr)
	}

	.lae-uber-grid-container.lae-grid-tablet-3 {
		grid-template-columns: repeat(3, 1fr)
	}

	.lae-uber-grid-container.lae-grid-tablet-4 {
		grid-template-columns: repeat(4, 1fr)
	}

	.lae-uber-grid-container.lae-grid-tablet-5 {
		grid-template-columns: repeat(5, 1fr)
	}

	.lae-uber-grid-container.lae-grid-tablet-6 {
		grid-template-columns: repeat(6, 1fr)
	}
}

@media only screen and (min-width:1024px) {
	.lae-uber-grid-container.lae-grid-desktop-1 {
		grid-template-columns: repeat(1, 1fr)
	}

	.lae-uber-grid-container.lae-grid-desktop-2 {
		grid-template-columns: repeat(2, 1fr)
	}

	.lae-uber-grid-container.lae-grid-desktop-3 {
		grid-template-columns: repeat(3, 1fr)
	}

	.lae-uber-grid-container.lae-grid-desktop-4 {
		grid-template-columns: repeat(4, 1fr)
	}

	.lae-uber-grid-container.lae-grid-desktop-5 {
		grid-template-columns: repeat(5, 1fr)
	}

	.lae-uber-grid-container.lae-grid-desktop-6 {
		grid-template-columns: repeat(6, 1fr)
	}
}

.lae-widget-heading {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 40px;
	line-height: 52px;
	text-align: center
}

@media only screen and (max-width:767px) {
	.lae-widget-heading {
		font-size: 32px;
		line-height: 44px
	}
}

input.lae-button,
button.lae-button,
a.lae-button,
.lae-button:active,
.lae-button:visited {
	display: inline-block;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 16px 40px;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #f94213;
	color: #fefefe;
	outline: none;
	transition: all .4s ease-in-out 0s
}

input.lae-button.lae-rounded,
button.lae-button.lae-rounded,
a.lae-button.lae-rounded,
.lae-button:active.lae-rounded,
.lae-button:visited.lae-rounded {
	border-radius: 999px
}

input.lae-button.lae-large,
button.lae-button.lae-large,
a.lae-button.lae-large,
.lae-button:active.lae-large,
.lae-button:visited.lae-large {
	padding: 20px 60px
}

input.lae-button.lae-small,
button.lae-button.lae-small,
a.lae-button.lae-small,
.lae-button:active.lae-small,
.lae-button:visited.lae-small {
	padding: 12px 25px;
	font-size: 11px
}

input.lae-button:hover,
button.lae-button:hover,
a.lae-button:hover,
.lae-button:active:hover,
.lae-button:visited:hover {
	background-color: #f9633e;
	color: #fefefe
}

.lae-button.lae-black {
	background-color: #363636
}

.lae-button.lae-black:hover {
	background-color: #434343
}

.lae-button.lae-blue {
	background-color: #46a5d5
}

.lae-button.lae-blue:hover {
	background-color: #5bafda
}

.lae-button.lae-cyan {
	background-color: #57c0dc
}

.lae-button.lae-cyan:hover {
	background-color: #6cc8e0
}

.lae-button.lae-green {
	background-color: #00a57d
}

.lae-button.lae-green:hover {
	background-color: #00bf90
}

.lae-button.lae-orange {
	background-color: #e87151
}

.lae-button.lae-orange:hover {
	background-color: #eb8368
}

.lae-button.lae-pink {
	background-color: #dd5679
}

.lae-button.lae-pink:hover {
	background-color: #e16b8a
}

.lae-button.lae-red {
	background-color: #da4f49
}

.lae-button.lae-red:hover {
	background-color: #de635e
}

.lae-button.lae-teal {
	background-color: #28c2ba
}

.lae-button.lae-teal:hover {
	background-color: #2fd4cc
}

.lae-button.lae-trans {
	color: #333;
	background-color: initial;
	background-color: initial;
	border: 2px solid #a5a5a5
}

.lae-button.lae-trans:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff
}

.lae-button.lae-semitrans {
	color: #fff;
	background-color: initial;
	background-color: rgba(125, 125, 125, .5)
}

.lae-button.lae-semitrans:hover {
	background-color: #fff;
	color: #333
}

.lae-with-icon i,
.lae-with-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: inline-block
}

.single-elementor_library [data-elementor-type=livemesh_grid] .elementor-element.elementor-widget.elementor-widget-livemesh-grid-item .elementor-widget-container {
	border: 5px double #a4a0a2;
	padding: 10px
}

.single-elementor_library [data-elementor-type=livemesh_grid] .elementor-column {
	border: 1px dotted #827e80
}

.lae-template-error {
	padding: 20px;
	font-style: italic
}

input.lae-button.lae-with-icon i,
input.lae-button.lae-with-icon img.lae-thumbnail,
button.lae-button.lae-with-icon i,
button.lae-button.lae-with-icon img.lae-thumbnail,
a.lae-button.lae-with-icon i,
a.lae-button.lae-with-icon img.lae-thumbnail,
.lae-button.lae-with-icon:active i,
.lae-button.lae-with-icon:active img.lae-thumbnail,
.lae-button.lae-with-icon:visited i,
.lae-button.lae-with-icon:visited img.lae-thumbnail {
	margin-right: 15px
}

.rtl input.lae-button.lae-with-icon i,
.rtl input.lae-button.lae-with-icon img.lae-thumbnail,
.rtl button.lae-button.lae-with-icon i,
.rtl button.lae-button.lae-with-icon img.lae-thumbnail,
.rtl a.lae-button.lae-with-icon i,
.rtl a.lae-button.lae-with-icon img.lae-thumbnail,
.rtl .lae-button.lae-with-icon:active i,
.rtl .lae-button.lae-with-icon:active img.lae-thumbnail,
.rtl .lae-button.lae-with-icon:visited i,
.rtl .lae-button.lae-with-icon:visited img.lae-thumbnail {
	margin-right: 0;
	margin-left: 15px
}

input.lae-button.lae-with-icon i,
input.lae-button.lae-with-icon svg,
button.lae-button.lae-with-icon i,
button.lae-button.lae-with-icon svg,
a.lae-button.lae-with-icon i,
a.lae-button.lae-with-icon svg,
.lae-button.lae-with-icon:active i,
.lae-button.lae-with-icon:active svg,
.lae-button.lae-with-icon:visited i,
.lae-button.lae-with-icon:visited svg {
	color: #fff;
	fill: #fff;
	font-size: 24px;
	vertical-align: middle;
	line-height: 1
}

input.lae-button.lae-with-icon img.lae-thumbnail,
button.lae-button.lae-with-icon img.lae-thumbnail,
a.lae-button.lae-with-icon img.lae-thumbnail,
.lae-button.lae-with-icon:active img.lae-thumbnail,
.lae-button.lae-with-icon:visited img.lae-thumbnail {
	display: inline !important;
	vertical-align: middle;
	max-width: 50px
}

.lae-heading {
	text-align: center;
	margin: 0 auto 60px;
	max-width: 640px
}

@media only screen and (max-width:767px) {
	.lae-heading {
		margin-bottom: 40px
	}
}

.lae-heading .lae-text {
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto
}

@media only screen and (max-width:767px) {
	.lae-heading .lae-text {
		font-size: 15px;
		line-height: 26px
	}
}

.lae-heading.lae-alignleft,
.lae-heading.lae-alignright {
	margin: 0
}

.lae-heading.lae-alignleft .lae-text,
.lae-heading.lae-alignright .lae-text {
	margin: 0
}

.lae-heading.lae-alignleft {
	text-align: left
}

.lae-heading.lae-alignright {
	text-align: right;
	max-width: none
}

.lae-heading .lae-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	margin: 0 auto 20px;
	color: #333;
	font-weight: 700
}

@media only screen and (max-width:767px) {
	.lae-heading .lae-title {
		font-size: 24px;
		line-height: 32px
	}
}

.lae-dark-bg .lae-heading .lae-title {
	color: #fff
}

.lae-dark-bg .lae-heading .lae-subtitle {
	color: rgba(255, 255, 255, .5)
}

.lae-dark-bg .lae-heading .lae-text {
	color: rgba(255, 255, 255, .7)
}

.lae-heading.lae-alignleft .lae-title,
.lae-heading.lae-alignright .lae-title {
	margin: 0 0 20px
}

.lae-heading .lae-subtitle {
	margin: 0 auto 5px;
	color: #888;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	padding: 0 10px
}

@media only screen and (max-width:767px) {
	.lae-heading .lae-subtitle {
		font-size: 11px;
		line-height: 18px
	}
}

.lae-heading.lae-alignleft .lae-subtitle,
.lae-heading.lae-alignright .lae-subtitle {
	margin: 0 0 5px;
	padding: 0
}

.lae-heading.lae-alignleft .lae-subtitle:before,
.lae-heading.lae-alignleft .lae-subtitle:after,
.lae-heading.lae-alignright .lae-subtitle:before,
.lae-heading.lae-alignright .lae-subtitle:after {
	display: none
}

.lae-post-link-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1
}

.lae-terms a,
.lae-post-title a {
	transition: all .5s ease-out 0s
}

.lae-read-more {
	position: relative;
	display: inline-block;
	font-size: .75rem;
	line-height: 1;
	text-decoration: none;
	padding: 8px 15px;
	margin-top: 15px;
	transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s
}

.lae-post-featured-img-bg {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	margin-bottom: 15px
}

.elementor-add-section-area-button.lae-add-template-button {
	background-color: #fbebd7
}

.elementor-add-section-area-button.lae-add-template-button:hover {
	background-color: #f8f3ed
}

/*# sourceMappingURL=lae-frontend.css.map */
.lae-grid-container {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px)
}

.lae-grid-container::after {
	clear: both;
	content: "";
	display: block
}

.lae-grid-container .lae-grid-item {
	min-height: 1px
}

@media(max-width:479px) {
	.lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item:nth-child(2n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item:nth-child(3n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item:nth-child(4n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item:nth-child(5n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item:nth-child(6n+1) {
		clear: right
	}
}

@media(min-width:480px) and (max-width:800px) {
	.lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item:nth-child(2n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item:nth-child(3n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item:nth-child(4n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item:nth-child(5n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item:nth-child(6n+1) {
		clear: right
	}
}

@media only screen and (min-width:801px) {
	.lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item:nth-child(2n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item:nth-child(3n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item:nth-child(4n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item:nth-child(5n+1) {
		clear: right
	}

	.lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
		clear: left
	}

	.rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item:nth-child(6n+1) {
		clear: right
	}
}

.lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
	width: calc(100% - 40px);
	float: left;
	margin-left: 20px
}

.lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
	width: calc(50% - 30px);
	float: left;
	margin-left: 20px
}

.lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
	width: calc(33.3333333333% - 26.6666666667px);
	float: left;
	margin-left: 20px
}

.lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
	width: calc(25% - 25px);
	float: left;
	margin-left: 20px
}

.lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
	width: calc(20% - 24px);
	float: left;
	margin-left: 20px
}

.lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
	width: calc(16.6666666667% - 23.3333333333px);
	float: left;
	margin-left: 20px
}

@media only screen and (min-width:480px) {
	.lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
		width: calc(50% - 30px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
		width: calc(33.3333333333% - 26.6666666667px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
		width: calc(25% - 25px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
		width: calc(20% - 24px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
		width: calc(16.6666666667% - 23.3333333333px);
		float: left;
		margin-left: 20px
	}
}

@media only screen and (min-width:801px) {
	.lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
		width: calc(100% - 40px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
		width: calc(50% - 30px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
		width: calc(33.3333333333% - 26.6666666667px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
		width: calc(25% - 25px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
		width: calc(20% - 24px);
		float: left;
		margin-left: 20px
	}

	.lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
		width: calc(16.6666666667% - 23.3333333333px);
		float: left;
		margin-left: 20px
	}
}

.lae-gapless-grid .lae-grid-container {
	margin-left: 0;
	margin-right: 0;
	width: auto
}

.lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item {
	width: calc(100% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item {
	width: calc(50% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item {
	width: calc(33.3333333333% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item {
	width: calc(25% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item {
	width: calc(20% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
	width: calc(16.6666666667% - 0px);
	float: left;
	margin-left: 0
}

@media only screen and (min-width:480px) {
	.lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item {
		width: calc(100% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
		width: calc(50% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item {
		width: calc(33.3333333333% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item {
		width: calc(25% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item {
		width: calc(20% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
		width: calc(16.6666666667% - 0px);
		float: left;
		margin-left: 0
	}
}

@media only screen and (min-width:801px) {
	.lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item {
		width: calc(100% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item {
		width: calc(50% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item {
		width: calc(33.3333333333% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item {
		width: calc(25% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item {
		width: calc(20% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
		width: calc(16.6666666667% - 0px);
		float: left;
		margin-left: 0
	}
}

.lae-gapless-grid .lae-masonry {}

.lae-gapless-grid .lae-masonry .lae-grid-item {
	clear: none !important
}

.lae-gapless-grid .lae-masonry .lae-grid-sizer {
	width: calc(8.3333333333% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide {
	width: calc(100% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide {
	width: calc(50% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide {
	width: calc(66.6666666667% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide {
	width: calc(50% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide {
	width: calc(40% - 0px);
	float: left;
	margin-left: 0
}

.lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
	width: calc(33.3333333333% - 0px);
	float: left;
	margin-left: 0
}

@media only screen and (min-width:480px) {
	.lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide {
		width: calc(100% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide {
		width: calc(50% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide {
		width: calc(66.6666666667% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide {
		width: calc(50% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide {
		width: calc(40% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
		width: calc(33.3333333333% - 0px);
		float: left;
		margin-left: 0
	}
}

@media only screen and (min-width:801px) {
	.lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide {
		width: calc(100% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide {
		width: calc(50% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide {
		width: calc(66.6666666667% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide {
		width: calc(50% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide {
		width: calc(40% - 0px);
		float: left;
		margin-left: 0
	}

	.lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
		width: calc(33.3333333333% - 0px);
		float: left;
		margin-left: 0
	}
}

.rtl .lae-grid-container.lae-grid-mobile-1 .lae-grid-item,
.rtl .lae-grid-container.lae-grid-mobile-2 .lae-grid-item,
.rtl .lae-grid-container.lae-grid-mobile-3 .lae-grid-item,
.rtl .lae-grid-container.lae-grid-mobile-4 .lae-grid-item,
.rtl .lae-grid-container.lae-grid-mobile-5 .lae-grid-item,
.rtl .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
	float: right;
	margin-left: 0;
	margin-right: 20px
}

@media only screen and (min-width:480px) {

	.rtl .lae-grid-container.lae-grid-tablet-1 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-tablet-2 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-tablet-3 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-tablet-4 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-tablet-5 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
		float: right;
		margin-left: 0;
		margin-right: 20px
	}
}

@media only screen and (min-width:801px) {

	.rtl .lae-grid-container.lae-grid-desktop-1 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-desktop-2 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-desktop-3 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-desktop-4 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-desktop-5 .lae-grid-item,
	.rtl .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
		float: right;
		margin-left: 0;
		margin-right: 20px
	}
}

.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-1 .lae-grid-item,
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-2 .lae-grid-item,
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-3 .lae-grid-item,
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-4 .lae-grid-item,
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-5 .lae-grid-item,
.rtl .lae-gapless-grid .lae-grid-container.lae-grid-mobile-6 .lae-grid-item {
	float: right;
	margin-right: 0
}

@media only screen and (min-width:480px) {

	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-1 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-3 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-4 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-5 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-tablet-6 .lae-grid-item {
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:801px) {

	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-1 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-2 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-3 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-4 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-5 .lae-grid-item,
	.rtl .lae-gapless-grid .lae-grid-container.lae-grid-desktop-6 .lae-grid-item {
		float: right;
		margin-right: 0
	}
}

.rtl .lae-gapless-grid .lae-masonry .lae-grid-sizer {
	float: right;
	margin-right: 0
}

.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-1 .lae-grid-item.lae-wide,
.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-2 .lae-grid-item.lae-wide,
.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-3 .lae-grid-item.lae-wide,
.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-4 .lae-grid-item.lae-wide,
.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-5 .lae-grid-item.lae-wide,
.rtl .lae-gapless-grid .lae-masonry.lae-grid-mobile-6 .lae-grid-item.lae-wide {
	float: right;
	margin-right: 0
}

@media only screen and (min-width:480px) {

	.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-1 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-2 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-3 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-4 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-5 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-tablet-6 .lae-grid-item.lae-wide {
		float: right;
		margin-right: 0
	}
}

@media only screen and (min-width:801px) {

	.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-1 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-2 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-3 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-4 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-5 .lae-grid-item.lae-wide,
	.rtl .lae-gapless-grid .lae-masonry.lae-grid-desktop-6 .lae-grid-item.lae-wide {
		float: right;
		margin-right: 0
	}
}

/*# sourceMappingURL=lae-grid.css.map */
body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-video,
.fancybox-iframe {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports(padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right))max(25px, env(safe-area-inset-bottom))max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0)translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0)translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0)translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0)translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1)translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1)translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0)scale(.1)skew(-10deg);
	transform: translate3d(-100%, 0, 0)scale(.1)skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0)scale(.1)skew(10deg);
	transform: translate3d(100%, 0, 0)scale(.1)skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0)scale(1);
	transform: translate3d(0, 0, 0)scale(1)
}

@media all and (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports(padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1
}

@media all and (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImpxdWVyeS5mYW5jeWJveC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7SUFDSSxpQkFBaUI7Q0FDcEI7O0FBRUQ7SUFDSSxhQUFhO0NBQ2hCOztBQUVEO0lBQ0ksY0FBYztJQUNkLFVBQVU7SUFDViw4QkFBOEI7SUFDOUIsYUFBYTtJQUNiLG1CQUFtQjtDQUN0Qjs7QUFFRDtJQUNJLG9DQUFvQztJQUNwQyxhQUFhO0lBQ2IsUUFBUTtJQUNSLGNBQWM7SUFDZCxnQkFBZ0I7SUFDaEIseUNBQXlDO0lBQ3pDLE9BQU87SUFFUCwyQkFBMkI7SUFDM0IsaUNBQXlCO0lBQ3pCLHlCQURBO0lBQ0EsWUFBWTtJQUNaLGVBQWU7Q0FDbEI7O0FBRUQ7SUFDSSx1QkFBdUI7Q0FDMUI7O0FBRUQ7Ozs7SUFJSSxVQUFVO0lBQ1YsUUFBUTtJQUNSLG1CQUFtQjtJQUNuQixTQUFTO0lBQ1QsT0FBTztDQUNWOztBQUVEO0lBQ0ksa0NBQWtDO0lBQ2xDLGlCQUFpQjtDQUNwQjs7QUFFRDtJQUNJLDRCQUE0QjtJQUM1QixXQUFXO0lBQ1gsNkJBQTZCO0lBQzdCLDZCQUE2QjtJQUM3QiwyREFBMkQ7Q0FDOUQ7O0FBRUQ7SUFDSSxZQUFZO0lBQ1osMkRBQTJEO0NBQzlEOztBQUVEOzs7O0lBSUksZUFBZTtJQUNmLFdBQVc7SUFDWCxtQkFBbUI7SUFDbkIsdURBQXVEO0lBQ3ZELG1CQUFtQjtJQUNuQixlQUFlO0NBQ2xCOztBQUVEOzs7O0lBSUksV0FBVztJQUNYLHdEQUF3RDtJQUN4RCxvQkFBb0I7Q0FDdkI7O0FBRUQ7SUFDSSxZQUFZO0lBQ1osZ0JBQWdCO0lBQ2hCLDZDQUE2QztJQUM3QyxhQUFhO0lBQ2IsUUFBUTtJQUNSLGtCQUFrQjtJQUNsQixnQkFBZ0I7SUFDaEIsMkJBQTJCO0lBQzNCLGdCQUFnQjtJQUNoQixxQkFBcUI7SUFDckIsT0FBTztJQUNQLDRCQUE0QjtJQUM1QiwwQkFBMEI7SUFFMUIsc0JBQXNCO0lBQ3RCLGtCQUFrQjtDQUNyQjs7QUFFRDtJQUNJLFNBQVM7SUFDVCxPQUFPO0NBQ1Y7O0FBRUQ7SUFDSSxlQUFlO0lBQ2Ysa0JBQWtCO0lBQ2xCLGlDQUF5QjtZQUF6Qix5QkFBeUI7SUFDekIsZUFBZTtDQUNsQjs7QUFFRDtJQUNJLGlCQUFpQjtDQUNwQjs7QUFFRDtJQUNJLG9DQUFvQztJQUNwQywyQ0FBMkM7SUFDM0MsY0FBYztJQUNkLGFBQWE7SUFDYixRQUFRO0lBQ1IsY0FBYztJQUNkLGVBQWU7SUFDZixrQ0FBa0M7SUFDbEMsY0FBYztJQUNkLG1CQUFtQjtJQUNuQixtQkFBbUI7SUFDbkIsT0FBTztJQUNQLGdEQUF3QztJQUF4Qyx3Q0FBd0M7SUFBeEMsMkRBQXdDO0lBQ3hDLG9CQUFvQjtJQUNwQixZQUFZO0lBQ1osZUFBZTtDQUNsQjs7QUFFRDtJQUNJLFlBQVk7SUFDWixzQkFBc0I7SUFDdEIsYUFBYTtJQUNiLGFBQWE7SUFDYix1QkFBdUI7SUFDdkIsU0FBUztDQUNaOztBQUVEOzs7O0lBSUksZUFBZTtDQUNsQjs7QUFFRDtJQUNJLGlCQUFpQjtJQUNqQixnQkFBZ0I7Q0FDbkI7O0FBRUQ7SUFDSSxjQUFjO0NBQ2pCOztBQUVEO0lBQ0ksYUFBYTtDQUNoQjs7QUFFRDtJQUNJLGlCQUFpQjtJQUNqQixzQkFBc0I7SUFDdEIsVUFBVTtJQUNWLGdCQUFnQjtJQUNoQixlQUFlO0lBQ2Ysa0NBQWtDO0lBQ2xDLGNBQWM7SUFDZCxtQkFBbUI7SUFDbkIsaUJBQWlCO0lBQ2pCLHVCQUF1QjtDQUMxQjs7QUFFRDtJQUNJLCtEQUF1RDtZQUF2RCx1REFBdUQ7SUFDdkQsb0NBQW9DO0lBQ3BDLHdCQUF3QjtJQUN4Qiw2QkFBNkI7SUFDN0IsMkJBQTJCO0lBQzNCLFFBQVE7SUFDUixnQkFBZ0I7SUFDaEIsa0JBQWtCO0lBQ2xCLFdBQVc7SUFDWCxtQkFBbUI7SUFDbkIsT0FBTztJQUVQLG1DQUEyQjtZQUEzQiwyQkFBMkI7SUFDM0IsZ0RBQXdDO0lBQXhDLHdDQUF3QztJQUF4QywyREFBd0M7SUFDeEMsMEJBQTBCO0lBRTFCLHNCQUFzQjtJQUN0QixrQkFBa0I7SUFDbEIsZUFBZTtDQUNsQjs7QUFFRDtJQUNJLHlCQUFpQjtJQUFqQixpQkFBaUI7Q0FDcEI7O0FBRUQ7SUFDSSx3QkFBZ0I7SUFBaEIsZ0JBQWdCO0NBQ25COztBQUVEOztJQUVJLHFCQUFxQjtJQUNyQixhQUFhO0NBQ2hCOztBQUVEO0lBQ0kseUJBQXlCO0lBQ3pCLGlCQUFpQjtDQUNwQjs7QUFFRDtJQUNJLGFBQWE7Q0FDaEI7O0FBRUQ7O0lBRUksd0JBQXdCO0lBQ3hCLFVBQVU7SUFDVixhQUFhO0lBQ2IsUUFBUTtJQUNSLFVBQVU7SUFDVixpQkFBaUI7SUFDakIsZ0JBQWdCO0lBQ2hCLFdBQVc7SUFDWCxtQkFBbUI7SUFDbkIsT0FBTztJQUNQLDBCQUEwQjtJQUUxQixzQkFBc0I7SUFDdEIsa0JBQWtCO0lBQ2xCLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLFdBQVc7Q0FDZDs7QUFFRDs7OztJQUlJLGFBQWE7SUFDYixrQkFBa0I7SUFDbEIsV0FBVztJQUNYLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLGlCQUFpQjtDQUNwQjs7QUFFRDtJQUNJLG9CQUFvQjtDQUN2Qjs7QUFFRDtJQUNJLGlCQUFpQjtDQUNwQjs7QUFFRDs7SUFFSSx3QkFBd0I7SUFDeEIsVUFBVTtJQUNWLGVBQWU7SUFDZixhQUFhO0lBQ2IsVUFBVTtJQUNWLGlCQUFpQjtJQUNqQixXQUFXO0lBQ1gsWUFBWTtDQUNmOztBQUVELGFBQWE7QUFDYjtJQUNJLFFBQVE7SUFDUixtQkFBbUI7SUFDbkIsT0FBTztDQUNWOztBQUVEO0lBQ0ksaUJBQWlCO0lBQ2pCLGdCQUFnQjtJQUNoQixpQkFBaUI7SUFDakIsY0FBYztJQUNkLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLFlBQVk7SUFDWixnQkFBZ0I7SUFDaEIsa0JBQWtCO0lBQ2xCLFVBQVU7SUFDVixXQUFXO0NBQ2Q7O0FBRUQsYUFBYTs7QUFFYjtJQUNJLGlDQUFpQztJQUNqQyxVQUFVO0lBQ1YsaUJBQWlCO0lBQ2pCLGlCQUFpQjtJQUNqQixnQkFBZ0I7SUFDaEIsc0JBQXNCO0lBQ3RCLGFBQWE7SUFDYixVQUFVO0lBQ1YsY0FBYztJQUNkLG1CQUFtQjtJQUNuQixzQkFBc0I7SUFDdEIsb0JBQW9CO0lBQ3BCLG9CQUFvQjtJQUNwQixZQUFZO0NBQ2Y7O0FBRUQ7OztJQUdJLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLGNBQWM7Q0FDakI7O0FBRUQ7SUFDSSxvQkFBb0I7Q0FDdkI7O0FBRUQ7O0lBRUksWUFBWTtJQUNaLGdCQUFnQjtJQUNoQixjQUFjO0NBQ2pCOztBQUVELGNBQWM7QUFDZDtJQUNJLGFBQWE7Q0FDaEI7O0FBRUQ7SUFDSSxlQUFlO0lBQ2YsYUFBYTtJQUNiLGtCQUFrQjtJQUNsQixtQkFBbUI7SUFDbkIsWUFBWTtDQUNmOztBQUVEO0lBQ0ksbUJBQW1CO0lBQ25CLGdCQUFnQjtDQUNuQjs7QUFFRDs7SUFFSSxjQUFjO0NBQ2pCOztBQUVEOztJQUVJLGNBQWM7Q0FDakI7O0FBRUQ7SUFDSSxvQkFBb0I7SUFDcEIsWUFBWTtJQUNaLFFBQVE7SUFDUixtQkFBbUI7SUFDbkIsU0FBUztJQUNULE9BQU87SUFFUCw2QkFBcUI7WUFBckIscUJBQXFCO0lBRXJCLDRCQUFvQjtZQUFwQixvQkFBb0I7SUFDcEIsdUNBQStCO0lBQS9CLCtCQUErQjtJQUEvQixrREFBK0I7SUFDL0IsbUNBQW1DO0lBQ25DLGVBQWU7Q0FDbEI7O0FBRUQsMERBQTBEOztBQUUxRDtJQUNJLHdCQUF3QjtJQUN4QixVQUFVO0lBQ1YsaUJBQWlCO0lBQ2pCLFlBQVk7SUFDWixnQkFBZ0I7SUFDaEIsWUFBWTtJQUNaLGFBQWE7SUFDYixtQkFBbUI7SUFDbkIsYUFBYTtJQUNiLFdBQVc7SUFDWCxhQUFhO0NBQ2hCOztBQUVEO0lBQ0ksWUFBWTtJQUNaLFdBQVc7Q0FDZDs7QUFFRDtJQUNJLG9CQUFvQjtJQUNwQixjQUFjO0lBQ2QsU0FBUztJQUNULE9BQU87Q0FDVjs7QUFFRDtJQUNJLGlCQUFpQjtDQUNwQjs7QUFFRDs7SUFFSSxjQUFjO0NBQ2pCOztBQUVELHVCQUF1Qjs7QUFFdkI7SUFDSSw2QkFBNkI7SUFDN0IsY0FBYztJQUNkLFdBQVc7SUFDWCxtQkFBbUI7SUFDbkIsc0JBQXNCO0lBQ3RCLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLGFBQWE7Q0FDaEI7O0FBRUQ7SUFDSSxRQUFRO0lBQ1IsZ0NBQWdDO0lBQ2hDLDRCQUE0QjtDQUMvQjs7QUFFRDtJQUNJLDRCQUE0QjtJQUM1QixTQUFTO0lBQ1Qsa0NBQWtDO0NBQ3JDOztBQUVELGFBQWE7O0FBRWI7SUFDSTs7Ozs7OzsrQkFPMkI7SUFDM0IsVUFBVTtJQUNWLFlBQVk7SUFDWixnQkFBZ0I7SUFDaEIsaUJBQWlCO0lBQ2pCLFFBQVE7SUFDUixpQkFBaUI7SUFDakIsNkJBQTZCO0lBQzdCLHFCQUFxQjtJQUNyQixTQUFTO0lBQ1QsbUJBQW1CO0lBQ25CLGVBQWU7Q0FDbEI7O0FBRUQ7SUFDSTtRQUNJLGdJQUFnSTtLQUNuSTtDQUNKOztBQUVEO0lBQ0ksa0JBQWtCO0NBQ3JCOztBQUVEO0lBQ0ksaUJBQWlCO0lBQ2pCLGVBQWU7SUFDZixvQkFBb0I7Q0FDdkI7O0FBRUQ7OztJQUdJLFlBQVk7SUFDWixzQkFBc0I7Q0FDekI7O0FBRUQ7SUFDSSxZQUFZO0lBQ1osMkJBQTJCO0NBQzlCOztBQUVELHVCQUF1Qjs7QUFFdkI7SUFDSSxzREFBOEM7WUFBOUMsOENBQThDO0lBQzlDLHdCQUF3QjtJQUN4Qix1QkFBdUI7SUFDdkIsMEJBQTBCO0lBQzFCLG1CQUFtQjtJQUNuQixhQUFhO0lBQ2IsVUFBVTtJQUNWLHdCQUF3QjtJQUN4QixZQUFZO0lBQ1osV0FBVztJQUNYLG1CQUFtQjtJQUNuQixTQUFTO0lBQ1QsWUFBWTtJQUNaLGVBQWU7Q0FDbEI7O0FBRUQ7SUFDSTtRQUNJLGtDQUEwQjtnQkFBMUIsMEJBQTBCO0tBQzdCO0NBQ0o7O0FBSkQ7SUFDSTtRQUNJLGtDQUEwQjtnQkFBMUIsMEJBQTBCO0tBQzdCO0NBQ0o7O0FBRUQsd0JBQXdCOztBQUV4QjtJQUNJLHVEQUF1RDtDQUMxRDs7QUFFRCw2QkFBNkI7O0FBRTdCO0lBQ0ksV0FBVztJQUNYLDRDQUFvQztZQUFwQyxvQ0FBb0M7Q0FDdkM7O0FBRUQ7SUFDSSxXQUFXO0lBQ1gsMkNBQW1DO1lBQW5DLG1DQUFtQztDQUN0Qzs7QUFFRDtJQUNJLFdBQVc7SUFDWCx3Q0FBZ0M7WUFBaEMsZ0NBQWdDO0NBQ25DOztBQUVELDRCQUE0Qjs7QUFFNUI7O0lBRUksV0FBVztJQUNYLHlEQUF5RDtDQUM1RDs7QUFFRDtJQUNJLFdBQVc7Q0FDZDs7QUFFRCxtQ0FBbUM7O0FBRW5DO0lBQ0ksV0FBVztJQUNYLDBDQUFrQztZQUFsQyxrQ0FBa0M7Q0FDckM7O0FBRUQ7SUFDSSxXQUFXO0lBQ1gsdUNBQStCO1lBQS9CLCtCQUErQjtDQUNsQzs7QUFFRDtJQUNJLFdBQVc7SUFDWCxvQ0FBNEI7WUFBNUIsNEJBQTRCO0NBQy9COztBQUVELDhCQUE4Qjs7QUFFOUI7SUFDSSxXQUFXO0lBRVgsbUNBQTJCO1lBQTNCLDJCQUEyQjtDQUM5Qjs7QUFFRDtJQUNJLFdBQVc7SUFFWCxrQ0FBMEI7WUFBMUIsMEJBQTBCO0NBQzdCOztBQUVEO0lBQ0ksV0FBVztJQUVYLGdDQUF3QjtZQUF4Qix3QkFBd0I7Q0FDM0I7O0FBRUQsZ0NBQWdDOztBQUVoQztJQUNJLFdBQVc7SUFDWCw2REFBcUQ7WUFBckQscURBQXFEO0NBQ3hEOztBQUVEO0lBQ0ksV0FBVztJQUNYLDREQUFvRDtZQUFwRCxvREFBb0Q7Q0FDdkQ7O0FBRUQ7SUFDSSxXQUFXO0lBQ1gseURBQWlEO1lBQWpELGlEQUFpRDtDQUNwRDs7QUFFRCw0QkFBNEI7O0FBRTVCO0lBQ0ksbUVBQTJEO1lBQTNELDJEQUEyRDtDQUM5RDs7QUFFRDtJQUNJLGlFQUF5RDtZQUF6RCx5REFBeUQ7Q0FDNUQ7O0FBRUQ7SUFDSSxpREFBeUM7WUFBekMseUNBQXlDO0NBQzVDOztBQUVELHNDQUFzQztBQUN0QztJQUNJO1FBQ0ksa0JBQWtCO1FBQ2xCLG1CQUFtQjtLQUN0Qjs7SUFFRDtRQUNJLGVBQWU7S0FDbEI7O0lBRUQ7UUFDSSxZQUFZO0tBQ2Y7O0lBRUQ7UUFDSSxvQkFBb0I7UUFDcEIsZUFBZTtRQUNmLGFBQWE7UUFDYixXQUFXO1FBQ1gsYUFBYTtRQUNiLFNBQVM7UUFDVCxPQUFPO1FBQ1AsWUFBWTtLQUNmOztJQUVEO1FBQ0ksbUJBQW1CO1FBQ25CLG9CQUFvQjtLQUN2Qjs7SUFFRDtRQUNJO1lBQ0ksbURBQW1EO1lBQ25ELHFEQUFxRDtTQUN4RDtLQUNKO0NBQ0o7QUFDRCxXQUFXOztBQUVYO0lBQ0ksb0JBQW9CO0lBQ3BCLG1CQUFtQjtJQUNuQixlQUFlO0lBQ2YsY0FBYztJQUNkLG1CQUFtQjtDQUN0Qjs7QUFFRDtJQUNJLFlBQVk7SUFDWixnQkFBZ0I7SUFDaEIsaUJBQWlCO0lBQ2pCLG1CQUFtQjtDQUN0Qjs7QUFFRDtJQUNJLFVBQVU7SUFDVixXQUFXO0NBQ2Q7O0FBRUQ7SUFDSSxVQUFVO0lBQ1YsbUJBQW1CO0lBQ25CLHNCQUFzQjtJQUN0QixnQkFBZ0I7SUFDaEIsaUJBQWlCO0lBQ2pCLGtCQUFrQjtJQUNsQix1QkFBdUI7SUFDdkIsaUJBQWlCO0lBQ2pCLGdCQUFnQjtJQUNoQixzQkFBc0I7SUFDdEIsb0JBQW9CO0lBQ3BCLDBCQUEwQjtJQUUxQixzQkFBc0I7SUFDdEIsa0JBQWtCO0lBQ2xCLG9CQUFvQjtDQUN2Qjs7QUFFRDs7SUFFSSxZQUFZO0NBQ2Y7O0FBRUQ7SUFDSSxzQkFBc0I7Q0FDekI7O0FBRUQ7SUFDSSxvQkFBb0I7Q0FDdkI7O0FBRUQ7SUFDSSxvQkFBb0I7Q0FDdkI7O0FBRUQ7SUFDSSxvQkFBb0I7Q0FDdkI7O0FBRUQ7SUFDSSxvQkFBb0I7Q0FDdkI7O0FBRUQ7SUFDSSxvQkFBb0I7Q0FDdkI7O0FBRUQ7SUFDSSxvQkFBb0I7Q0FDdkI7O0FBRUQ7SUFDSSxhQUFhO0lBQ2Isa0JBQWtCO0lBQ2xCLG1CQUFtQjtJQUNuQixVQUFVO0lBQ1YsdUJBQXVCO0lBQ3ZCLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLFdBQVc7Q0FDZDs7QUFFRDtJQUNJLHdCQUF3QjtJQUN4QixVQUFVO0lBQ1YsaUNBQWlDO0lBQ2pDLGlCQUFpQjtJQUNqQixlQUFlO0lBQ2YsZ0JBQWdCO0lBQ2hCLG1CQUFtQjtJQUNuQixjQUFjO0lBQ2QsbUJBQW1CO0lBQ25CLFlBQVk7Q0FDZjtBQUNELFlBQVk7O0FBRVo7SUFDSSxpQkFBaUI7SUFDakIsVUFBVTtJQUNWLGNBQWM7SUFDZCxVQUFVO0lBQ1Ysa0NBQWtDO0lBQ2xDLDZDQUE2QztJQUM3Qyx5QkFBeUI7SUFDekIsbUJBQW1CO0lBQ25CLFNBQVM7SUFDVCw4Q0FBOEM7SUFDOUMsT0FBTztJQUNQLGFBQWE7SUFDYixlQUFlO0NBQ2xCOztBQUVEO0lBQ0ksaUJBQWlCO0lBQ2pCLG1CQUFtQjtDQUN0Qjs7QUFFRDtJQUNJLGVBQWU7Q0FDbEI7O0FBRUQ7SUFDSSxhQUFhO0NBQ2hCOztBQUVEO0lBQ0ksYUFBYTtJQUNiLGFBQWE7SUFDYixpQkFBaUI7SUFDakIsVUFBVTtJQUNWLG1CQUFtQjtJQUNuQixpQkFBaUI7SUFDakIsV0FBVztJQUNYLG1CQUFtQjtJQUNuQixtQkFBbUI7SUFDbkIsb0JBQW9CO0lBQ3BCLFlBQVk7Q0FDZjs7QUFFRDtJQUNJLGlCQUFpQjtDQUNwQjs7QUFFRDtJQUNJLFdBQVc7Q0FDZDs7QUFFRDtJQUNJLGlCQUFpQjtJQUNqQixvQkFBb0I7SUFDcEIsNENBQTRDO0NBQy9DOztBQUVEO0lBQ0ksb0JBQW9CO0lBQ3BCLG9CQUFvQjtDQUN2Qjs7QUFFRDtJQUNJLG9DQUFvQztJQUNwQyw0QkFBNEI7SUFDNUIsb0NBQW9DO0lBQ3BDLG1DQUFtQztJQUNuQyw2QkFBNkI7SUFDN0IsdUJBQXVCO0lBQ3ZCLGdCQUFnQjtJQUNoQixZQUFZO0lBQ1osYUFBYTtJQUNiLFlBQVk7SUFDWiw2QkFBNkI7SUFDN0IsMkJBQTJCO0lBQzNCLGNBQWM7SUFDZCxpQkFBaUI7SUFDakIsV0FBVztJQUNYLG1CQUFtQjtJQUNuQix5Q0FBeUM7SUFDekMsYUFBYTtDQUNoQjs7QUFFRDtJQUNJLDBCQUEwQjtJQUMxQixVQUFVO0lBQ1YsWUFBWTtJQUNaLFFBQVE7SUFDUixXQUFXO0lBQ1gsbUJBQW1CO0lBQ25CLFNBQVM7SUFDVCxPQUFPO0lBQ1AscURBQXFEO0lBQ3JELGVBQWU7Q0FDbEI7O0FBRUQ7SUFDSSxZQUFZO0NBQ2Y7O0FBRUQ7SUFDSSxXQUFXO0NBQ2Q7O0FBRUQsc0NBQXNDO0FBQ3RDO0lBQ0k7UUFDSSxhQUFhO0tBQ2hCOztJQUVEO1FBQ0ksYUFBYTtLQUNoQjs7SUFFRDtRQUNJLDZCQUE2QjtLQUNoQztDQUNKIiwiZmlsZSI6ImpxdWVyeS5mYW5jeWJveC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJib2R5LmNvbXBlbnNhdGUtZm9yLXNjcm9sbGJhciB7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuLmZhbmN5Ym94LWFjdGl2ZSB7XG4gICAgaGVpZ2h0OiBhdXRvO1xufVxuXG4uZmFuY3lib3gtaXMtaGlkZGVuIHtcbiAgICBsZWZ0OiAtOTk5OXB4O1xuICAgIG1hcmdpbjogMDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGUgIWltcG9ydGFudDtcbiAgICB0b3A6IC05OTk5cHg7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xufVxuXG4uZmFuY3lib3gtY29udGFpbmVyIHtcbiAgICAtd2Via2l0LWJhY2tmYWNlLXZpc2liaWxpdHk6IGhpZGRlbjtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgbGVmdDogMDtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIHBvc2l0aW9uOiBmaXhlZDtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHRyYW5zcGFyZW50O1xuICAgIHRvcDogMDtcbiAgICAtbXMtdG91Y2gtYWN0aW9uOiBtYW5pcHVsYXRpb247XG4gICAgdG91Y2gtYWN0aW9uOiBtYW5pcHVsYXRpb247XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApO1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHotaW5kZXg6IDk5OTkyO1xufVxuXG4uZmFuY3lib3gtY29udGFpbmVyICoge1xuICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5mYW5jeWJveC1vdXRlcixcbi5mYW5jeWJveC1pbm5lcixcbi5mYW5jeWJveC1iZyxcbi5mYW5jeWJveC1zdGFnZSB7XG4gICAgYm90dG9tOiAwO1xuICAgIGxlZnQ6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAwO1xuICAgIHRvcDogMDtcbn1cblxuLmZhbmN5Ym94LW91dGVyIHtcbiAgICAtd2Via2l0LW92ZXJmbG93LXNjcm9sbGluZzogdG91Y2g7XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbn1cblxuLmZhbmN5Ym94LWJnIHtcbiAgICBiYWNrZ3JvdW5kOiByZ2IoMzAsIDMwLCAzMCk7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2l0aW9uLWR1cmF0aW9uOiBpbmhlcml0O1xuICAgIHRyYW5zaXRpb24tcHJvcGVydHk6IG9wYWNpdHk7XG4gICAgdHJhbnNpdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllciguNDcsIDAsIC43NCwgLjcxKTtcbn1cblxuLmZhbmN5Ym94LWlzLW9wZW4gLmZhbmN5Ym94LWJnIHtcbiAgICBvcGFjaXR5OiAuOTtcbiAgICB0cmFuc2l0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKC4yMiwgLjYxLCAuMzYsIDEpO1xufVxuXG4uZmFuY3lib3gtaW5mb2Jhcixcbi5mYW5jeWJveC10b29sYmFyLFxuLmZhbmN5Ym94LWNhcHRpb24sXG4uZmFuY3lib3gtbmF2aWdhdGlvbiAuZmFuY3lib3gtYnV0dG9uIHtcbiAgICBkaXJlY3Rpb246IGx0cjtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IC4yNXMgZWFzZSwgdmlzaWJpbGl0eSAwcyBlYXNlIC4yNXM7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIHotaW5kZXg6IDk5OTk3O1xufVxuXG4uZmFuY3lib3gtc2hvdy1pbmZvYmFyIC5mYW5jeWJveC1pbmZvYmFyLFxuLmZhbmN5Ym94LXNob3ctdG9vbGJhciAuZmFuY3lib3gtdG9vbGJhcixcbi5mYW5jeWJveC1zaG93LWNhcHRpb24gLmZhbmN5Ym94LWNhcHRpb24sXG4uZmFuY3lib3gtc2hvdy1uYXYgLmZhbmN5Ym94LW5hdmlnYXRpb24gLmZhbmN5Ym94LWJ1dHRvbiB7XG4gICAgb3BhY2l0eTogMTtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IC4yNXMgZWFzZSAwcywgdmlzaWJpbGl0eSAwcyBlYXNlIDBzO1xuICAgIHZpc2liaWxpdHk6IHZpc2libGU7XG59XG5cbi5mYW5jeWJveC1pbmZvYmFyIHtcbiAgICBjb2xvcjogI2NjYztcbiAgICBmb250LXNpemU6IDEzcHg7XG4gICAgLXdlYmtpdC1mb250LXNtb290aGluZzogc3VicGl4ZWwtYW50aWFsaWFzZWQ7XG4gICAgaGVpZ2h0OiA0NHB4O1xuICAgIGxlZnQ6IDA7XG4gICAgbGluZS1oZWlnaHQ6IDQ0cHg7XG4gICAgbWluLXdpZHRoOiA0NHB4O1xuICAgIG1peC1ibGVuZC1tb2RlOiBkaWZmZXJlbmNlO1xuICAgIHBhZGRpbmc6IDAgMTBweDtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB0b3A6IDA7XG4gICAgLXdlYmtpdC10b3VjaC1jYWxsb3V0OiBub25lO1xuICAgIC13ZWJraXQtdXNlci1zZWxlY3Q6IG5vbmU7XG4gICAgLW1vei11c2VyLXNlbGVjdDogbm9uZTtcbiAgICAtbXMtdXNlci1zZWxlY3Q6IG5vbmU7XG4gICAgdXNlci1zZWxlY3Q6IG5vbmU7XG59XG5cbi5mYW5jeWJveC10b29sYmFyIHtcbiAgICByaWdodDogMDtcbiAgICB0b3A6IDA7XG59XG5cbi5mYW5jeWJveC1zdGFnZSB7XG4gICAgZGlyZWN0aW9uOiBsdHI7XG4gICAgb3ZlcmZsb3c6IHZpc2libGU7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApO1xuICAgIHotaW5kZXg6IDk5OTk0O1xufVxuXG4uZmFuY3lib3gtaXMtb3BlbiAuZmFuY3lib3gtc3RhZ2Uge1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG59XG5cbi5mYW5jeWJveC1zbGlkZSB7XG4gICAgLXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gICAgLyogVXNpbmcgd2l0aG91dCBwcmVmaXggd291bGQgYnJlYWsgSUUxMSAqL1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIGxlZnQ6IDA7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgICBvdmVyZmxvdzogYXV0bztcbiAgICAtd2Via2l0LW92ZXJmbG93LXNjcm9sbGluZzogdG91Y2g7XG4gICAgcGFkZGluZzogNDRweDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIHRvcDogMDtcbiAgICB0cmFuc2l0aW9uLXByb3BlcnR5OiB0cmFuc2Zvcm0sIG9wYWNpdHk7XG4gICAgd2hpdGUtc3BhY2U6IG5vcm1hbDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICB6LWluZGV4OiA5OTk5NDtcbn1cblxuLmZhbmN5Ym94LXNsaWRlOjpiZWZvcmUge1xuICAgIGNvbnRlbnQ6ICcnO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBmb250LXNpemU6IDA7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgd2lkdGg6IDA7XG59XG5cbi5mYW5jeWJveC1pcy1zbGlkaW5nIC5mYW5jeWJveC1zbGlkZSxcbi5mYW5jeWJveC1zbGlkZS0tcHJldmlvdXMsXG4uZmFuY3lib3gtc2xpZGUtLWN1cnJlbnQsXG4uZmFuY3lib3gtc2xpZGUtLW5leHQge1xuICAgIGRpc3BsYXk6IGJsb2NrO1xufVxuXG4uZmFuY3lib3gtc2xpZGUtLWltYWdlIHtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHBhZGRpbmc6IDQ0cHggMDtcbn1cblxuLmZhbmN5Ym94LXNsaWRlLS1pbWFnZTo6YmVmb3JlIHtcbiAgICBkaXNwbGF5OiBub25lO1xufVxuXG4uZmFuY3lib3gtc2xpZGUtLWh0bWwge1xuICAgIHBhZGRpbmc6IDZweDtcbn1cblxuLmZhbmN5Ym94LWNvbnRlbnQge1xuICAgIGJhY2tncm91bmQ6ICNmZmY7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIG1hcmdpbjogMDtcbiAgICBtYXgtd2lkdGg6IDEwMCU7XG4gICAgb3ZlcmZsb3c6IGF1dG87XG4gICAgLXdlYmtpdC1vdmVyZmxvdy1zY3JvbGxpbmc6IHRvdWNoO1xuICAgIHBhZGRpbmc6IDQ0cHg7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHRleHQtYWxpZ246IGxlZnQ7XG4gICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbn1cblxuLmZhbmN5Ym94LXNsaWRlLS1pbWFnZSAuZmFuY3lib3gtY29udGVudCB7XG4gICAgYW5pbWF0aW9uLXRpbWluZy1mdW5jdGlvbjogY3ViaWMtYmV6aWVyKC41LCAwLCAuMTQsIDEpO1xuICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgIGJhY2tncm91bmQtcmVwZWF0OiBuby1yZXBlYXQ7XG4gICAgYmFja2dyb3VuZC1zaXplOiAxMDAlIDEwMCU7XG4gICAgbGVmdDogMDtcbiAgICBtYXgtd2lkdGg6IG5vbmU7XG4gICAgb3ZlcmZsb3c6IHZpc2libGU7XG4gICAgcGFkZGluZzogMDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAwO1xuICAgIC1tcy10cmFuc2Zvcm0tb3JpZ2luOiB0b3AgbGVmdDtcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiB0b3AgbGVmdDtcbiAgICB0cmFuc2l0aW9uLXByb3BlcnR5OiB0cmFuc2Zvcm0sIG9wYWNpdHk7XG4gICAgLXdlYmtpdC11c2VyLXNlbGVjdDogbm9uZTtcbiAgICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAgIC1tcy11c2VyLXNlbGVjdDogbm9uZTtcbiAgICB1c2VyLXNlbGVjdDogbm9uZTtcbiAgICB6LWluZGV4OiA5OTk5NTtcbn1cblxuLmZhbmN5Ym94LWNhbi16b29tT3V0IC5mYW5jeWJveC1jb250ZW50IHtcbiAgICBjdXJzb3I6IHpvb20tb3V0O1xufVxuXG4uZmFuY3lib3gtY2FuLXpvb21JbiAuZmFuY3lib3gtY29udGVudCB7XG4gICAgY3Vyc29yOiB6b29tLWluO1xufVxuXG4uZmFuY3lib3gtY2FuLXN3aXBlIC5mYW5jeWJveC1jb250ZW50LFxuLmZhbmN5Ym94LWNhbi1wYW4gLmZhbmN5Ym94LWNvbnRlbnQge1xuICAgIGN1cnNvcjogLXdlYmtpdC1ncmFiO1xuICAgIGN1cnNvcjogZ3JhYjtcbn1cblxuLmZhbmN5Ym94LWlzLWdyYWJiaW5nIC5mYW5jeWJveC1jb250ZW50IHtcbiAgICBjdXJzb3I6IC13ZWJraXQtZ3JhYmJpbmc7XG4gICAgY3Vyc29yOiBncmFiYmluZztcbn1cblxuLmZhbmN5Ym94LWNvbnRhaW5lciBbZGF0YS1zZWxlY3RhYmxlPSd0cnVlJ10ge1xuICAgIGN1cnNvcjogdGV4dDtcbn1cblxuLmZhbmN5Ym94LWltYWdlLFxuLmZhbmN5Ym94LXNwYWNlYmFsbCB7XG4gICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyOiAwO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBsZWZ0OiAwO1xuICAgIG1hcmdpbjogMDtcbiAgICBtYXgtaGVpZ2h0OiBub25lO1xuICAgIG1heC13aWR0aDogbm9uZTtcbiAgICBwYWRkaW5nOiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgLXdlYmtpdC11c2VyLXNlbGVjdDogbm9uZTtcbiAgICAtbW96LXVzZXItc2VsZWN0OiBub25lO1xuICAgIC1tcy11c2VyLXNlbGVjdDogbm9uZTtcbiAgICB1c2VyLXNlbGVjdDogbm9uZTtcbiAgICB3aWR0aDogMTAwJTtcbn1cblxuLmZhbmN5Ym94LXNwYWNlYmFsbCB7XG4gICAgei1pbmRleDogMTtcbn1cblxuLmZhbmN5Ym94LXNsaWRlLS12aWRlbyAuZmFuY3lib3gtY29udGVudCxcbi5mYW5jeWJveC1zbGlkZS0tbWFwIC5mYW5jeWJveC1jb250ZW50LFxuLmZhbmN5Ym94LXNsaWRlLS1wZGYgLmZhbmN5Ym94LWNvbnRlbnQsXG4uZmFuY3lib3gtc2xpZGUtLWlmcmFtZSAuZmFuY3lib3gtY29udGVudCB7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIG92ZXJmbG93OiB2aXNpYmxlO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG59XG5cbi5mYW5jeWJveC1zbGlkZS0tdmlkZW8gLmZhbmN5Ym94LWNvbnRlbnQge1xuICAgIGJhY2tncm91bmQ6ICMwMDA7XG59XG5cbi5mYW5jeWJveC1zbGlkZS0tbWFwIC5mYW5jeWJveC1jb250ZW50IHtcbiAgICBiYWNrZ3JvdW5kOiAjZTVlM2RmO1xufVxuXG4uZmFuY3lib3gtc2xpZGUtLWlmcmFtZSAuZmFuY3lib3gtY29udGVudCB7XG4gICAgYmFja2dyb3VuZDogI2ZmZjtcbn1cblxuLmZhbmN5Ym94LXZpZGVvLFxuLmZhbmN5Ym94LWlmcmFtZSB7XG4gICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyOiAwO1xuICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBtYXJnaW46IDA7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICBwYWRkaW5nOiAwO1xuICAgIHdpZHRoOiAxMDAlO1xufVxuXG4vKiBGaXggaU9TICovXG4uZmFuY3lib3gtaWZyYW1lIHtcbiAgICBsZWZ0OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG59XG5cbi5mYW5jeWJveC1lcnJvciB7XG4gICAgYmFja2dyb3VuZDogI2ZmZjtcbiAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgbWF4LXdpZHRoOiA0MDBweDtcbiAgICBwYWRkaW5nOiA0MHB4O1xuICAgIHdpZHRoOiAxMDAlO1xufVxuXG4uZmFuY3lib3gtZXJyb3IgcCB7XG4gICAgY29sb3I6ICM0NDQ7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICAgIGxpbmUtaGVpZ2h0OiAyMHB4O1xuICAgIG1hcmdpbjogMDtcbiAgICBwYWRkaW5nOiAwO1xufVxuXG4vKiBCdXR0b25zICovXG5cbi5mYW5jeWJveC1idXR0b24ge1xuICAgIGJhY2tncm91bmQ6IHJnYmEoMzAsIDMwLCAzMCwgLjYpO1xuICAgIGJvcmRlcjogMDtcbiAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBoZWlnaHQ6IDQ0cHg7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDEwcHg7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHRyYW5zaXRpb246IGNvbG9yIC4ycztcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xuICAgIHZpc2liaWxpdHk6IGluaGVyaXQ7XG4gICAgd2lkdGg6IDQ0cHg7XG59XG5cbi5mYW5jeWJveC1idXR0b24sXG4uZmFuY3lib3gtYnV0dG9uOnZpc2l0ZWQsXG4uZmFuY3lib3gtYnV0dG9uOmxpbmsge1xuICAgIGNvbG9yOiAjY2NjO1xufVxuXG4uZmFuY3lib3gtYnV0dG9uOmhvdmVyIHtcbiAgICBjb2xvcjogI2ZmZjtcbn1cblxuLmZhbmN5Ym94LWJ1dHRvbjpmb2N1cyB7XG4gICAgb3V0bGluZTogbm9uZTtcbn1cblxuLmZhbmN5Ym94LWJ1dHRvbi5mYW5jeWJveC1mb2N1cyB7XG4gICAgb3V0bGluZTogMXB4IGRvdHRlZDtcbn1cblxuLmZhbmN5Ym94LWJ1dHRvbltkaXNhYmxlZF0sXG4uZmFuY3lib3gtYnV0dG9uW2Rpc2FibGVkXTpob3ZlciB7XG4gICAgY29sb3I6ICM4ODg7XG4gICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgIG91dGxpbmU6IG5vbmU7XG59XG5cbi8qIEZpeCBJRTExICovXG4uZmFuY3lib3gtYnV0dG9uIGRpdiB7XG4gICAgaGVpZ2h0OiAxMDAlO1xufVxuXG4uZmFuY3lib3gtYnV0dG9uIHN2ZyB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIG92ZXJmbG93OiB2aXNpYmxlO1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICB3aWR0aDogMTAwJTtcbn1cblxuLmZhbmN5Ym94LWJ1dHRvbiBzdmcgcGF0aCB7XG4gICAgZmlsbDogY3VycmVudENvbG9yO1xuICAgIHN0cm9rZS13aWR0aDogMDtcbn1cblxuLmZhbmN5Ym94LWJ1dHRvbi0tcGxheSBzdmc6bnRoLWNoaWxkKDIpLFxuLmZhbmN5Ym94LWJ1dHRvbi0tZnNlbnRlciBzdmc6bnRoLWNoaWxkKDIpIHtcbiAgICBkaXNwbGF5OiBub25lO1xufVxuXG4uZmFuY3lib3gtYnV0dG9uLS1wYXVzZSBzdmc6bnRoLWNoaWxkKDEpLFxuLmZhbmN5Ym94LWJ1dHRvbi0tZnNleGl0IHN2ZzpudGgtY2hpbGQoMSkge1xuICAgIGRpc3BsYXk6IG5vbmU7XG59XG5cbi5mYW5jeWJveC1wcm9ncmVzcyB7XG4gICAgYmFja2dyb3VuZDogI2ZmNTI2ODtcbiAgICBoZWlnaHQ6IDJweDtcbiAgICBsZWZ0OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodDogMDtcbiAgICB0b3A6IDA7XG4gICAgLW1zLXRyYW5zZm9ybTogc2NhbGVYKDApO1xuICAgIHRyYW5zZm9ybTogc2NhbGVYKDApO1xuICAgIC1tcy10cmFuc2Zvcm0tb3JpZ2luOiAwO1xuICAgIHRyYW5zZm9ybS1vcmlnaW46IDA7XG4gICAgdHJhbnNpdGlvbi1wcm9wZXJ0eTogdHJhbnNmb3JtO1xuICAgIHRyYW5zaXRpb24tdGltaW5nLWZ1bmN0aW9uOiBsaW5lYXI7XG4gICAgei1pbmRleDogOTk5OTg7XG59XG5cbi8qIENsb3NlIGJ1dHRvbiBvbiB0aGUgdG9wIHJpZ2h0IGNvcm5lciBvZiBodG1sIGNvbnRlbnQgKi9cblxuLmZhbmN5Ym94LWNsb3NlLXNtYWxsIHtcbiAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICBjb2xvcjogI2NjYztcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgb3BhY2l0eTogLjg7XG4gICAgcGFkZGluZzogOHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICByaWdodDogLTEycHg7XG4gICAgdG9wOiAtNDRweDtcbiAgICB6LWluZGV4OiA0MDE7XG59XG5cbi5mYW5jeWJveC1jbG9zZS1zbWFsbDpob3ZlciB7XG4gICAgY29sb3I6ICNmZmY7XG4gICAgb3BhY2l0eTogMTtcbn1cblxuLmZhbmN5Ym94LXNsaWRlLS1odG1sIC5mYW5jeWJveC1jbG9zZS1zbWFsbCB7XG4gICAgY29sb3I6IGN1cnJlbnRDb2xvcjtcbiAgICBwYWRkaW5nOiAxMHB4O1xuICAgIHJpZ2h0OiAwO1xuICAgIHRvcDogMDtcbn1cblxuLmZhbmN5Ym94LXNsaWRlLS1pbWFnZS5mYW5jeWJveC1pcy1zY2FsaW5nIC5mYW5jeWJveC1jb250ZW50IHtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xufVxuXG4uZmFuY3lib3gtaXMtc2NhbGluZyAuZmFuY3lib3gtY2xvc2Utc21hbGwsXG4uZmFuY3lib3gtaXMtem9vbWFibGUuZmFuY3lib3gtY2FuLXBhbiAuZmFuY3lib3gtY2xvc2Utc21hbGwge1xuICAgIGRpc3BsYXk6IG5vbmU7XG59XG5cbi8qIE5hdmlnYXRpb24gYXJyb3dzICovXG5cbi5mYW5jeWJveC1uYXZpZ2F0aW9uIC5mYW5jeWJveC1idXR0b24ge1xuICAgIGJhY2tncm91bmQtY2xpcDogY29udGVudC1ib3g7XG4gICAgaGVpZ2h0OiAxMDBweDtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IGNhbGMoNTAlIC0gNTBweCk7XG4gICAgd2lkdGg6IDcwcHg7XG59XG5cbi5mYW5jeWJveC1uYXZpZ2F0aW9uIC5mYW5jeWJveC1idXR0b24gZGl2IHtcbiAgICBwYWRkaW5nOiA3cHg7XG59XG5cbi5mYW5jeWJveC1uYXZpZ2F0aW9uIC5mYW5jeWJveC1idXR0b24tLWFycm93X2xlZnQge1xuICAgIGxlZnQ6IDA7XG4gICAgbGVmdDogZW52KHNhZmUtYXJlYS1pbnNldC1sZWZ0KTtcbiAgICBwYWRkaW5nOiAzMXB4IDI2cHggMzFweCA2cHg7XG59XG5cbi5mYW5jeWJveC1uYXZpZ2F0aW9uIC5mYW5jeWJveC1idXR0b24tLWFycm93X3JpZ2h0IHtcbiAgICBwYWRkaW5nOiAzMXB4IDZweCAzMXB4IDI2cHg7XG4gICAgcmlnaHQ6IDA7XG4gICAgcmlnaHQ6IGVudihzYWZlLWFyZWEtaW5zZXQtcmlnaHQpO1xufVxuXG4vKiBDYXB0aW9uICovXG5cbi5mYW5jeWJveC1jYXB0aW9uIHtcbiAgICBiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQodG8gdG9wLFxuICAgICAgICByZ2JhKDAsIDAsIDAsIC44NSkgMCUsXG4gICAgICAgIHJnYmEoMCwgMCwgMCwgLjMpIDUwJSxcbiAgICAgICAgcmdiYSgwLCAwLCAwLCAuMTUpIDY1JSxcbiAgICAgICAgcmdiYSgwLCAwLCAwLCAuMDc1KSA3NS41JSxcbiAgICAgICAgcmdiYSgwLCAwLCAwLCAuMDM3KSA4Mi44NSUsXG4gICAgICAgIHJnYmEoMCwgMCwgMCwgLjAxOSkgODglLFxuICAgICAgICByZ2JhKDAsIDAsIDAsIDApIDEwMCUpO1xuICAgIGJvdHRvbTogMDtcbiAgICBjb2xvcjogI2VlZTtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgZm9udC13ZWlnaHQ6IDQwMDtcbiAgICBsZWZ0OiAwO1xuICAgIGxpbmUtaGVpZ2h0OiAxLjU7XG4gICAgcGFkZGluZzogNzVweCA0NHB4IDI1cHggNDRweDtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICByaWdodDogMDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgei1pbmRleDogOTk5OTY7XG59XG5cbkBzdXBwb3J0cyAocGFkZGluZzogbWF4KDBweCkpIHtcbiAgICAuZmFuY3lib3gtY2FwdGlvbiB7XG4gICAgICAgIHBhZGRpbmc6IDc1cHggbWF4KDQ0cHgsIGVudihzYWZlLWFyZWEtaW5zZXQtcmlnaHQpKSBtYXgoMjVweCwgZW52KHNhZmUtYXJlYS1pbnNldC1ib3R0b20pKSBtYXgoNDRweCwgZW52KHNhZmUtYXJlYS1pbnNldC1sZWZ0KSk7XG4gICAgfVxufVxuXG4uZmFuY3lib3gtY2FwdGlvbi0tc2VwYXJhdGUge1xuICAgIG1hcmdpbi10b3A6IC01MHB4O1xufVxuXG4uZmFuY3lib3gtY2FwdGlvbl9fYm9keSB7XG4gICAgbWF4LWhlaWdodDogNTB2aDtcbiAgICBvdmVyZmxvdzogYXV0bztcbiAgICBwb2ludGVyLWV2ZW50czogYWxsO1xufVxuXG4uZmFuY3lib3gtY2FwdGlvbiBhLFxuLmZhbmN5Ym94LWNhcHRpb24gYTpsaW5rLFxuLmZhbmN5Ym94LWNhcHRpb24gYTp2aXNpdGVkIHtcbiAgICBjb2xvcjogI2NjYztcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG59XG5cbi5mYW5jeWJveC1jYXB0aW9uIGE6aG92ZXIge1xuICAgIGNvbG9yOiAjZmZmO1xuICAgIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xufVxuXG4vKiBMb2FkaW5nIGluZGljYXRvciAqL1xuXG4uZmFuY3lib3gtbG9hZGluZyB7XG4gICAgYW5pbWF0aW9uOiBmYW5jeWJveC1yb3RhdGUgMXMgbGluZWFyIGluZmluaXRlO1xuICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xuICAgIGJvcmRlcjogNHB4IHNvbGlkICM4ODg7XG4gICAgYm9yZGVyLWJvdHRvbS1jb2xvcjogI2ZmZjtcbiAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgaGVpZ2h0OiA1MHB4O1xuICAgIGxlZnQ6IDUwJTtcbiAgICBtYXJnaW46IC0yNXB4IDAgMCAtMjVweDtcbiAgICBvcGFjaXR5OiAuNztcbiAgICBwYWRkaW5nOiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDUwJTtcbiAgICB3aWR0aDogNTBweDtcbiAgICB6LWluZGV4OiA5OTk5OTtcbn1cblxuQGtleWZyYW1lcyBmYW5jeWJveC1yb3RhdGUge1xuICAgIDEwMCUge1xuICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpO1xuICAgIH1cbn1cblxuLyogVHJhbnNpdGlvbiBlZmZlY3RzICovXG5cbi5mYW5jeWJveC1hbmltYXRlZCB7XG4gICAgdHJhbnNpdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllcigwLCAwLCAuMjUsIDEpO1xufVxuXG4vKiB0cmFuc2l0aW9uRWZmZWN0OiBzbGlkZSAqL1xuXG4uZmFuY3lib3gtZngtc2xpZGUuZmFuY3lib3gtc2xpZGUtLXByZXZpb3VzIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xufVxuXG4uZmFuY3lib3gtZngtc2xpZGUuZmFuY3lib3gtc2xpZGUtLW5leHQge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgxMDAlLCAwLCAwKTtcbn1cblxuLmZhbmN5Ym94LWZ4LXNsaWRlLmZhbmN5Ym94LXNsaWRlLS1jdXJyZW50IHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMCwgMCwgMCk7XG59XG5cbi8qIHRyYW5zaXRpb25FZmZlY3Q6IGZhZGUgKi9cblxuLmZhbmN5Ym94LWZ4LWZhZGUuZmFuY3lib3gtc2xpZGUtLXByZXZpb3VzLFxuLmZhbmN5Ym94LWZ4LWZhZGUuZmFuY3lib3gtc2xpZGUtLW5leHQge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgdHJhbnNpdGlvbi10aW1pbmctZnVuY3Rpb246IGN1YmljLWJlemllciguMTksIDEsIC4yMiwgMSk7XG59XG5cbi5mYW5jeWJveC1meC1mYWRlLmZhbmN5Ym94LXNsaWRlLS1jdXJyZW50IHtcbiAgICBvcGFjaXR5OiAxO1xufVxuXG4vKiB0cmFuc2l0aW9uRWZmZWN0OiB6b29tLWluLW91dCAqL1xuXG4uZmFuY3lib3gtZngtem9vbS1pbi1vdXQuZmFuY3lib3gtc2xpZGUtLXByZXZpb3VzIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLjUsIDEuNSwgMS41KTtcbn1cblxuLmZhbmN5Ym94LWZ4LXpvb20taW4tb3V0LmZhbmN5Ym94LXNsaWRlLS1uZXh0IHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCguNSwgLjUsIC41KTtcbn1cblxuLmZhbmN5Ym94LWZ4LXpvb20taW4tb3V0LmZhbmN5Ym94LXNsaWRlLS1jdXJyZW50IHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIHRyYW5zZm9ybTogc2NhbGUzZCgxLCAxLCAxKTtcbn1cblxuLyogdHJhbnNpdGlvbkVmZmVjdDogcm90YXRlICovXG5cbi5mYW5jeWJveC1meC1yb3RhdGUuZmFuY3lib3gtc2xpZGUtLXByZXZpb3VzIHtcbiAgICBvcGFjaXR5OiAwO1xuICAgIC1tcy10cmFuc2Zvcm06IHJvdGF0ZSgtMzYwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgtMzYwZGVnKTtcbn1cblxuLmZhbmN5Ym94LWZ4LXJvdGF0ZS5mYW5jeWJveC1zbGlkZS0tbmV4dCB7XG4gICAgb3BhY2l0eTogMDtcbiAgICAtbXMtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpO1xufVxuXG4uZmFuY3lib3gtZngtcm90YXRlLmZhbmN5Ym94LXNsaWRlLS1jdXJyZW50IHtcbiAgICBvcGFjaXR5OiAxO1xuICAgIC1tcy10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTtcbn1cblxuLyogdHJhbnNpdGlvbkVmZmVjdDogY2lyY3VsYXIgKi9cblxuLmZhbmN5Ym94LWZ4LWNpcmN1bGFyLmZhbmN5Ym94LXNsaWRlLS1wcmV2aW91cyB7XG4gICAgb3BhY2l0eTogMDtcbiAgICB0cmFuc2Zvcm06IHNjYWxlM2QoMCwgMCwgMCkgdHJhbnNsYXRlM2QoLTEwMCUsIDAsIDApO1xufVxuXG4uZmFuY3lib3gtZngtY2lyY3VsYXIuZmFuY3lib3gtc2xpZGUtLW5leHQge1xuICAgIG9wYWNpdHk6IDA7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDAsIDAsIDApIHRyYW5zbGF0ZTNkKDEwMCUsIDAsIDApO1xufVxuXG4uZmFuY3lib3gtZngtY2lyY3VsYXIuZmFuY3lib3gtc2xpZGUtLWN1cnJlbnQge1xuICAgIG9wYWNpdHk6IDE7XG4gICAgdHJhbnNmb3JtOiBzY2FsZTNkKDEsIDEsIDEpIHRyYW5zbGF0ZTNkKDAsIDAsIDApO1xufVxuXG4vKiB0cmFuc2l0aW9uRWZmZWN0OiB0dWJlICovXG5cbi5mYW5jeWJveC1meC10dWJlLmZhbmN5Ym94LXNsaWRlLS1wcmV2aW91cyB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgtMTAwJSwgMCwgMCkgc2NhbGUoLjEpIHNrZXcoLTEwZGVnKTtcbn1cblxuLmZhbmN5Ym94LWZ4LXR1YmUuZmFuY3lib3gtc2xpZGUtLW5leHQge1xuICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlM2QoMTAwJSwgMCwgMCkgc2NhbGUoLjEpIHNrZXcoMTBkZWcpO1xufVxuXG4uZmFuY3lib3gtZngtdHViZS5mYW5jeWJveC1zbGlkZS0tY3VycmVudCB7XG4gICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUzZCgwLCAwLCAwKSBzY2FsZSgxKTtcbn1cblxuLyogU3R5bGluZyBmb3IgU21hbGwtU2NyZWVuIERldmljZXMgKi9cbkBtZWRpYSBhbGwgYW5kIChtYXgtaGVpZ2h0OiA1NzZweCkge1xuICAgIC5mYW5jeWJveC1zbGlkZSB7XG4gICAgICAgIHBhZGRpbmctbGVmdDogNnB4O1xuICAgICAgICBwYWRkaW5nLXJpZ2h0OiA2cHg7XG4gICAgfVxuXG4gICAgLmZhbmN5Ym94LXNsaWRlLS1pbWFnZSB7XG4gICAgICAgIHBhZGRpbmc6IDZweCAwO1xuICAgIH1cblxuICAgIC5mYW5jeWJveC1jbG9zZS1zbWFsbCB7XG4gICAgICAgIHJpZ2h0OiAtNnB4O1xuICAgIH1cblxuICAgIC5mYW5jeWJveC1zbGlkZS0taW1hZ2UgLmZhbmN5Ym94LWNsb3NlLXNtYWxsIHtcbiAgICAgICAgYmFja2dyb3VuZDogIzRlNGU0ZTtcbiAgICAgICAgY29sb3I6ICNmMmY0ZjY7XG4gICAgICAgIGhlaWdodDogMzZweDtcbiAgICAgICAgb3BhY2l0eTogMTtcbiAgICAgICAgcGFkZGluZzogNnB4O1xuICAgICAgICByaWdodDogMDtcbiAgICAgICAgdG9wOiAwO1xuICAgICAgICB3aWR0aDogMzZweDtcbiAgICB9XG5cbiAgICAuZmFuY3lib3gtY2FwdGlvbiB7XG4gICAgICAgIHBhZGRpbmctbGVmdDogMTJweDtcbiAgICAgICAgcGFkZGluZy1yaWdodDogMTJweDtcbiAgICB9XG5cbiAgICBAc3VwcG9ydHMgKHBhZGRpbmc6IG1heCgwcHgpKSB7XG4gICAgICAgIC5mYW5jeWJveC1jYXB0aW9uIHtcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogbWF4KDEycHgsIGVudihzYWZlLWFyZWEtaW5zZXQtbGVmdCkpO1xuICAgICAgICAgICAgcGFkZGluZy1yaWdodDogbWF4KDEycHgsIGVudihzYWZlLWFyZWEtaW5zZXQtcmlnaHQpKTtcbiAgICAgICAgfVxuICAgIH1cbn1cbi8qIFNoYXJlICovXG5cbi5mYW5jeWJveC1zaGFyZSB7XG4gICAgYmFja2dyb3VuZDogI2Y0ZjRmNDtcbiAgICBib3JkZXItcmFkaXVzOiAzcHg7XG4gICAgbWF4LXdpZHRoOiA5MCU7XG4gICAgcGFkZGluZzogMzBweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG5cbi5mYW5jeWJveC1zaGFyZSBoMSB7XG4gICAgY29sb3I6ICMyMjI7XG4gICAgZm9udC1zaXplOiAzNXB4O1xuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XG4gICAgbWFyZ2luOiAwIDAgMjBweCAwO1xufVxuXG4uZmFuY3lib3gtc2hhcmUgcCB7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG59XG5cbi5mYW5jeWJveC1zaGFyZV9fYnV0dG9uIHtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLXJhZGl1czogM3B4O1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBsaW5lLWhlaWdodDogNDBweDtcbiAgICBtYXJnaW46IDAgNXB4IDEwcHggNXB4O1xuICAgIG1pbi13aWR0aDogMTMwcHg7XG4gICAgcGFkZGluZzogMCAxNXB4O1xuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbiAgICB0cmFuc2l0aW9uOiBhbGwgLjJzO1xuICAgIC13ZWJraXQtdXNlci1zZWxlY3Q6IG5vbmU7XG4gICAgLW1vei11c2VyLXNlbGVjdDogbm9uZTtcbiAgICAtbXMtdXNlci1zZWxlY3Q6IG5vbmU7XG4gICAgdXNlci1zZWxlY3Q6IG5vbmU7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cblxuLmZhbmN5Ym94LXNoYXJlX19idXR0b246dmlzaXRlZCxcbi5mYW5jeWJveC1zaGFyZV9fYnV0dG9uOmxpbmsge1xuICAgIGNvbG9yOiAjZmZmO1xufVxuXG4uZmFuY3lib3gtc2hhcmVfX2J1dHRvbjpob3ZlciB7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xufVxuXG4uZmFuY3lib3gtc2hhcmVfX2J1dHRvbi0tZmIge1xuICAgIGJhY2tncm91bmQ6ICMzYjU5OTg7XG59XG5cbi5mYW5jeWJveC1zaGFyZV9fYnV0dG9uLS1mYjpob3ZlciB7XG4gICAgYmFja2dyb3VuZDogIzM0NGU4Njtcbn1cblxuLmZhbmN5Ym94LXNoYXJlX19idXR0b24tLXB0IHtcbiAgICBiYWNrZ3JvdW5kOiAjYmQwODFkO1xufVxuXG4uZmFuY3lib3gtc2hhcmVfX2J1dHRvbi0tcHQ6aG92ZXIge1xuICAgIGJhY2tncm91bmQ6ICNhYTA3MTk7XG59XG5cbi5mYW5jeWJveC1zaGFyZV9fYnV0dG9uLS10dyB7XG4gICAgYmFja2dyb3VuZDogIzFkYTFmMjtcbn1cblxuLmZhbmN5Ym94LXNoYXJlX19idXR0b24tLXR3OmhvdmVyIHtcbiAgICBiYWNrZ3JvdW5kOiAjMGQ5NWU4O1xufVxuXG4uZmFuY3lib3gtc2hhcmVfX2J1dHRvbiBzdmcge1xuICAgIGhlaWdodDogMjVweDtcbiAgICBtYXJnaW4tcmlnaHQ6IDdweDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgdG9wOiAtMXB4O1xuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgd2lkdGg6IDI1cHg7XG59XG5cbi5mYW5jeWJveC1zaGFyZV9fYnV0dG9uIHN2ZyBwYXRoIHtcbiAgICBmaWxsOiAjZmZmO1xufVxuXG4uZmFuY3lib3gtc2hhcmVfX2lucHV0IHtcbiAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNkN2Q3ZDc7XG4gICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICBjb2xvcjogIzVkNWI1YjtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgbWFyZ2luOiAxMHB4IDAgMCAwO1xuICAgIG91dGxpbmU6IG5vbmU7XG4gICAgcGFkZGluZzogMTBweCAxNXB4O1xuICAgIHdpZHRoOiAxMDAlO1xufVxuLyogVGh1bWJzICovXG5cbi5mYW5jeWJveC10aHVtYnMge1xuICAgIGJhY2tncm91bmQ6ICNkZGQ7XG4gICAgYm90dG9tOiAwO1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgbWFyZ2luOiAwO1xuICAgIC13ZWJraXQtb3ZlcmZsb3ctc2Nyb2xsaW5nOiB0b3VjaDtcbiAgICAtbXMtb3ZlcmZsb3ctc3R5bGU6IC1tcy1hdXRvaGlkaW5nLXNjcm9sbGJhcjtcbiAgICBwYWRkaW5nOiAycHggMnB4IDRweCAycHg7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAwO1xuICAgIC13ZWJraXQtdGFwLWhpZ2hsaWdodC1jb2xvcjogcmdiYSgwLCAwLCAwLCAwKTtcbiAgICB0b3A6IDA7XG4gICAgd2lkdGg6IDIxMnB4O1xuICAgIHotaW5kZXg6IDk5OTk1O1xufVxuXG4uZmFuY3lib3gtdGh1bWJzLXgge1xuICAgIG92ZXJmbG93LXg6IGF1dG87XG4gICAgb3ZlcmZsb3cteTogaGlkZGVuO1xufVxuXG4uZmFuY3lib3gtc2hvdy10aHVtYnMgLmZhbmN5Ym94LXRodW1icyB7XG4gICAgZGlzcGxheTogYmxvY2s7XG59XG5cbi5mYW5jeWJveC1zaG93LXRodW1icyAuZmFuY3lib3gtaW5uZXIge1xuICAgIHJpZ2h0OiAyMTJweDtcbn1cblxuLmZhbmN5Ym94LXRodW1ic19fbGlzdCB7XG4gICAgZm9udC1zaXplOiAwO1xuICAgIGhlaWdodDogMTAwJTtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbjogMDtcbiAgICBvdmVyZmxvdy14OiBoaWRkZW47XG4gICAgb3ZlcmZsb3cteTogYXV0bztcbiAgICBwYWRkaW5nOiAwO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB3aWR0aDogMTAwJTtcbn1cblxuLmZhbmN5Ym94LXRodW1icy14IC5mYW5jeWJveC10aHVtYnNfX2xpc3Qge1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG59XG5cbi5mYW5jeWJveC10aHVtYnMteSAuZmFuY3lib3gtdGh1bWJzX19saXN0Ojotd2Via2l0LXNjcm9sbGJhciB7XG4gICAgd2lkdGg6IDdweDtcbn1cblxuLmZhbmN5Ym94LXRodW1icy15IC5mYW5jeWJveC10aHVtYnNfX2xpc3Q6Oi13ZWJraXQtc2Nyb2xsYmFyLXRyYWNrIHtcbiAgICBiYWNrZ3JvdW5kOiAjZmZmO1xuICAgIGJvcmRlci1yYWRpdXM6IDEwcHg7XG4gICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDZweCByZ2JhKDAsIDAsIDAsIC4zKTtcbn1cblxuLmZhbmN5Ym94LXRodW1icy15IC5mYW5jeWJveC10aHVtYnNfX2xpc3Q6Oi13ZWJraXQtc2Nyb2xsYmFyLXRodW1iIHtcbiAgICBiYWNrZ3JvdW5kOiAjMmEyYTJhO1xuICAgIGJvcmRlci1yYWRpdXM6IDEwcHg7XG59XG5cbi5mYW5jeWJveC10aHVtYnNfX2xpc3QgYSB7XG4gICAgLXdlYmtpdC1iYWNrZmFjZS12aXNpYmlsaXR5OiBoaWRkZW47XG4gICAgYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHJnYmEoMCwgMCwgMCwgLjEpO1xuICAgIGJhY2tncm91bmQtcG9zaXRpb246IGNlbnRlciBjZW50ZXI7XG4gICAgYmFja2dyb3VuZC1yZXBlYXQ6IG5vLXJlcGVhdDtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBmbG9hdDogbGVmdDtcbiAgICBoZWlnaHQ6IDc1cHg7XG4gICAgbWFyZ2luOiAycHg7XG4gICAgbWF4LWhlaWdodDogY2FsYygxMDAlIC0gOHB4KTtcbiAgICBtYXgtd2lkdGg6IGNhbGMoNTAlIC0gNHB4KTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgcGFkZGluZzogMDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgLXdlYmtpdC10YXAtaGlnaGxpZ2h0LWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICB3aWR0aDogMTAwcHg7XG59XG5cbi5mYW5jeWJveC10aHVtYnNfX2xpc3QgYTo6YmVmb3JlIHtcbiAgICBib3JkZXI6IDZweCBzb2xpZCAjZmY1MjY4O1xuICAgIGJvdHRvbTogMDtcbiAgICBjb250ZW50OiAnJztcbiAgICBsZWZ0OiAwO1xuICAgIG9wYWNpdHk6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAwO1xuICAgIHRvcDogMDtcbiAgICB0cmFuc2l0aW9uOiBhbGwgLjJzIGN1YmljLWJlemllciguMjUsIC40NiwgLjQ1LCAuOTQpO1xuICAgIHotaW5kZXg6IDk5OTkxO1xufVxuXG4uZmFuY3lib3gtdGh1bWJzX19saXN0IGE6Zm9jdXM6OmJlZm9yZSB7XG4gICAgb3BhY2l0eTogLjU7XG59XG5cbi5mYW5jeWJveC10aHVtYnNfX2xpc3QgYS5mYW5jeWJveC10aHVtYnMtYWN0aXZlOjpiZWZvcmUge1xuICAgIG9wYWNpdHk6IDE7XG59XG5cbi8qIFN0eWxpbmcgZm9yIFNtYWxsLVNjcmVlbiBEZXZpY2VzICovXG5AbWVkaWEgYWxsIGFuZCAobWF4LXdpZHRoOiA1NzZweCkge1xuICAgIC5mYW5jeWJveC10aHVtYnMge1xuICAgICAgICB3aWR0aDogMTEwcHg7XG4gICAgfVxuXG4gICAgLmZhbmN5Ym94LXNob3ctdGh1bWJzIC5mYW5jeWJveC1pbm5lciB7XG4gICAgICAgIHJpZ2h0OiAxMTBweDtcbiAgICB9XG5cbiAgICAuZmFuY3lib3gtdGh1bWJzX19saXN0IGEge1xuICAgICAgICBtYXgtd2lkdGg6IGNhbGMoMTAwJSAtIDEwcHgpO1xuICAgIH1cbn0iXX0= */
#powerTip {
	cursor: default;
	background-color: #333;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647
}

#powerTip:before {
	content: "";
	position: absolute
}

#powerTip.n:before,
#powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px
}

#powerTip.e:before,
#powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%
}

#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, .8);
	bottom: -10px
}

#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, .8);
	left: -10px
}

#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, .8);
	top: -10px
}

#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, .8);
	right: -10px
}

#powerTip.ne:before,
#powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px
}

#powerTip.nw:before,
#powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px
}

#powerTip.ne:before,
#powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, .8);
	bottom: -10px
}

#powerTip.se:before,
#powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, .8);
	top: -10px
}

#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, .8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px
}

#powerTip.ne-alt:before {
	left: auto;
	right: 10px
}

#powerTip.sw-alt:before,
#powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, .8);
	bottom: auto;
	top: -10px
}

#powerTip.se-alt:before {
	left: auto;
	right: 10px
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBvd2VydGlwLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrQ0FBK0M7O0FBRS9DLHFCQUFxQjtBQUNyQjtJQUNJLGdCQUFnQjtJQUNoQix1QkFBdUI7SUFDdkIscUNBQXFDO0lBQ3JDLG1CQUFtQjtJQUNuQixZQUFZO0lBQ1osY0FBYztJQUNkLGNBQWM7SUFDZCxtQkFBbUI7SUFDbkIsb0JBQW9CO0lBQ3BCLG9CQUFvQjtLQUNuQjs7QUFFTDtJQUNJLFlBQVk7SUFDWixtQkFBbUI7S0FDbEI7O0FBRUw7SUFDSSxvQ0FBb0M7SUFDcEMsbUNBQW1DO0lBQ25DLFVBQVU7SUFDVixrQkFBa0I7S0FDakI7O0FBRUw7SUFDSSxxQ0FBcUM7SUFDckMsa0NBQWtDO0lBQ2xDLGlCQUFpQjtJQUNqQixTQUFTO0tBQ1I7O0FBRUw7SUFDSSw0QkFBNEI7SUFDNUIsMENBQTBDO0lBQzFDLGNBQWM7S0FDYjs7QUFFTDtJQUNJLDhCQUE4QjtJQUM5Qiw0Q0FBNEM7SUFDNUMsWUFBWTtLQUNYOztBQUVMO0lBQ0ksK0JBQStCO0lBQy9CLDZDQUE2QztJQUM3QyxXQUFXO0tBQ1Y7O0FBRUw7SUFDSSw2QkFBNkI7SUFDN0IsMkNBQTJDO0lBQzNDLGFBQWE7S0FDWjs7QUFFTDtJQUNJLHFDQUFxQztJQUNyQyxlQUFlO0lBQ2YsV0FBVztLQUNWOztBQUVMO0lBQ0ksb0NBQW9DO0lBQ3BDLGdCQUFnQjtJQUNoQixZQUFZO0tBQ1g7O0FBRUw7SUFDSSw0QkFBNEI7SUFDNUIsMENBQTBDO0lBQzFDLGNBQWM7S0FDYjs7QUFFTDtJQUNJLCtCQUErQjtJQUMvQiw2Q0FBNkM7SUFDN0MsV0FBVztLQUNWOztBQUVMOztJQUVJLDRCQUE0QjtJQUM1QiwwQ0FBMEM7SUFDMUMsY0FBYztJQUNkLG1DQUFtQztJQUNuQyxvQ0FBb0M7SUFDcEMsV0FBVztLQUNWOztBQUVMO0lBQ0ksV0FBVztJQUNYLFlBQVk7S0FDWDs7QUFFTDtJQUNJLGlCQUFpQjtJQUNqQiwrQkFBK0I7SUFDL0IsNkNBQTZDO0lBQzdDLGFBQWE7SUFDYixXQUFXO0tBQ1Y7O0FBRUw7SUFDSSxXQUFXO0lBQ1gsWUFBWTtLQUNYIiwiZmlsZSI6InBvd2VydGlwLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qLS0tLS0tLS0tLS0tLSBQb3dlcnRpcCBUb29sdGlwIC0tLS0tLS0tLS0tICovXG5cbi8qIFBvd2VyVGlwIFBsdWdpbiAqL1xuI3Bvd2VyVGlwIHtcbiAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzMzMztcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiByZ2JhKDAsIDAsIDAsIDAuOCk7XG4gICAgYm9yZGVyLXJhZGl1czogNnB4O1xuICAgIGNvbG9yOiAjZmZmO1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgcGFkZGluZzogMTBweDtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgICB6LWluZGV4OiAyMTQ3NDgzNjQ3O1xuICAgIH1cblxuI3Bvd2VyVGlwOmJlZm9yZSB7XG4gICAgY29udGVudDogXCJcIjtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgfVxuXG4jcG93ZXJUaXAubjpiZWZvcmUsICNwb3dlclRpcC5zOmJlZm9yZSB7XG4gICAgYm9yZGVyLXJpZ2h0OiA1cHggc29saWQgdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyLWxlZnQ6IDVweCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICBsZWZ0OiA1MCU7XG4gICAgbWFyZ2luLWxlZnQ6IC01cHg7XG4gICAgfVxuXG4jcG93ZXJUaXAuZTpiZWZvcmUsICNwb3dlclRpcC53OmJlZm9yZSB7XG4gICAgYm9yZGVyLWJvdHRvbTogNXB4IHNvbGlkIHRyYW5zcGFyZW50O1xuICAgIGJvcmRlci10b3A6IDVweCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICBtYXJnaW4tdG9wOiAtNXB4O1xuICAgIHRvcDogNTAlO1xuICAgIH1cblxuI3Bvd2VyVGlwLm46YmVmb3JlIHtcbiAgICBib3JkZXItdG9wOiAxMHB4IHNvbGlkICMzMzM7XG4gICAgYm9yZGVyLXRvcDogMTBweCBzb2xpZCByZ2JhKDAsIDAsIDAsIDAuOCk7XG4gICAgYm90dG9tOiAtMTBweDtcbiAgICB9XG5cbiNwb3dlclRpcC5lOmJlZm9yZSB7XG4gICAgYm9yZGVyLXJpZ2h0OiAxMHB4IHNvbGlkICMzMzM7XG4gICAgYm9yZGVyLXJpZ2h0OiAxMHB4IHNvbGlkIHJnYmEoMCwgMCwgMCwgMC44KTtcbiAgICBsZWZ0OiAtMTBweDtcbiAgICB9XG5cbiNwb3dlclRpcC5zOmJlZm9yZSB7XG4gICAgYm9yZGVyLWJvdHRvbTogMTBweCBzb2xpZCAjMzMzO1xuICAgIGJvcmRlci1ib3R0b206IDEwcHggc29saWQgcmdiYSgwLCAwLCAwLCAwLjgpO1xuICAgIHRvcDogLTEwcHg7XG4gICAgfVxuXG4jcG93ZXJUaXAudzpiZWZvcmUge1xuICAgIGJvcmRlci1sZWZ0OiAxMHB4IHNvbGlkICMzMzM7XG4gICAgYm9yZGVyLWxlZnQ6IDEwcHggc29saWQgcmdiYSgwLCAwLCAwLCAwLjgpO1xuICAgIHJpZ2h0OiAtMTBweDtcbiAgICB9XG5cbiNwb3dlclRpcC5uZTpiZWZvcmUsICNwb3dlclRpcC5zZTpiZWZvcmUge1xuICAgIGJvcmRlci1yaWdodDogMTBweCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItbGVmdDogMDtcbiAgICBsZWZ0OiAxMHB4O1xuICAgIH1cblxuI3Bvd2VyVGlwLm53OmJlZm9yZSwgI3Bvd2VyVGlwLnN3OmJlZm9yZSB7XG4gICAgYm9yZGVyLWxlZnQ6IDEwcHggc29saWQgdHJhbnNwYXJlbnQ7XG4gICAgYm9yZGVyLXJpZ2h0OiAwO1xuICAgIHJpZ2h0OiAxMHB4O1xuICAgIH1cblxuI3Bvd2VyVGlwLm5lOmJlZm9yZSwgI3Bvd2VyVGlwLm53OmJlZm9yZSB7XG4gICAgYm9yZGVyLXRvcDogMTBweCBzb2xpZCAjMzMzO1xuICAgIGJvcmRlci10b3A6IDEwcHggc29saWQgcmdiYSgwLCAwLCAwLCAwLjgpO1xuICAgIGJvdHRvbTogLTEwcHg7XG4gICAgfVxuXG4jcG93ZXJUaXAuc2U6YmVmb3JlLCAjcG93ZXJUaXAuc3c6YmVmb3JlIHtcbiAgICBib3JkZXItYm90dG9tOiAxMHB4IHNvbGlkICMzMzM7XG4gICAgYm9yZGVyLWJvdHRvbTogMTBweCBzb2xpZCByZ2JhKDAsIDAsIDAsIDAuOCk7XG4gICAgdG9wOiAtMTBweDtcbiAgICB9XG5cbiNwb3dlclRpcC5udy1hbHQ6YmVmb3JlLCAjcG93ZXJUaXAubmUtYWx0OmJlZm9yZSxcbiNwb3dlclRpcC5zdy1hbHQ6YmVmb3JlLCAjcG93ZXJUaXAuc2UtYWx0OmJlZm9yZSB7XG4gICAgYm9yZGVyLXRvcDogMTBweCBzb2xpZCAjMzMzO1xuICAgIGJvcmRlci10b3A6IDEwcHggc29saWQgcmdiYSgwLCAwLCAwLCAwLjgpO1xuICAgIGJvdHRvbTogLTEwcHg7XG4gICAgYm9yZGVyLWxlZnQ6IDVweCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICBib3JkZXItcmlnaHQ6IDVweCBzb2xpZCB0cmFuc3BhcmVudDtcbiAgICBsZWZ0OiAxMHB4O1xuICAgIH1cblxuI3Bvd2VyVGlwLm5lLWFsdDpiZWZvcmUge1xuICAgIGxlZnQ6IGF1dG87XG4gICAgcmlnaHQ6IDEwcHg7XG4gICAgfVxuXG4jcG93ZXJUaXAuc3ctYWx0OmJlZm9yZSwgI3Bvd2VyVGlwLnNlLWFsdDpiZWZvcmUge1xuICAgIGJvcmRlci10b3A6IG5vbmU7XG4gICAgYm9yZGVyLWJvdHRvbTogMTBweCBzb2xpZCAjMzMzO1xuICAgIGJvcmRlci1ib3R0b206IDEwcHggc29saWQgcmdiYSgwLCAwLCAwLCAwLjgpO1xuICAgIGJvdHRvbTogYXV0bztcbiAgICB0b3A6IC0xMHB4O1xuICAgIH1cblxuI3Bvd2VyVGlwLnNlLWFsdDpiZWZvcmUge1xuICAgIGxlZnQ6IGF1dG87XG4gICAgcmlnaHQ6IDEwcHg7XG4gICAgfSJdfQ== */
.lae-flex-container a:hover,
.lae-flex-slider a:hover {
	outline: 0
}

.lae-flex-control-nav,
.lae-flex-direction-nav,
.lae-slides,
.lae-slides>li {
	margin: 0;
	padding: 0;
	list-style: none
}

.lae-flex-pauseplay span {
	text-transform: capitalize
}

.lae-flexslider {
	margin: 0;
	padding: 0
}

.lae-flexslider .lae-slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.lae-flexslider .lae-slides img {
	width: 100%;
	display: block
}

.lae-flexslider .lae-slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .lae-flexslider .lae-slides {
	display: block
}

* html .lae-flexslider .lae-slides {
	height: 1%
}

.no-js .lae-flexslider .lae-slides>li:first-child {
	display: block
}

.lae-flexslider {
	margin: 0 0 60px;
	padding: 4px;
	position: relative;
	zoom: 1
}

.lae-flexslider .lae-slides {
	zoom: 1
}

.lae-flexslider .lae-slides img {
	height: auto;
	-moz-user-select: none
}

.lae-flex-viewport {
	max-height: 2000px;
	transition: all 1s ease
}

.loading .lae-flex-viewport {
	max-height: 300px
}

@-moz-document url-prefix() {
	.loading .lae-flex-viewport {
		max-height: none
	}
}

.carousel li {
	margin-right: 5px
}

.lae-flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, .8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	transition: all .3s ease-in-out
}

.lae-flex-direction-nav a {
	font-size: 40px;
	display: inline-block;
	color: rgba(0, 0, 0, .8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.lae-flex-direction-nav a.lae-flex-next:before {
	content: '\f002'
}

.lae-flex-direction-nav .lae-flex-prev {
	left: -50px
}

.lae-flex-direction-nav .lae-flex-next {
	right: -50px;
	text-align: right
}

.lae-flex-direction-nav .lae-flex-disabled {
	opacity: 0 !important;
	cursor: default;
	z-index: -1
}

.lae-flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}

.lae-flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: '\f004'
}

.lae-flex-pauseplay a:hover {
	opacity: 1
}

.lae-flex-pauseplay a.lae-flex-play:before {
	content: '\f003'
}

.lae-flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center
}

.lae-flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1
}

.lae-flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	border-radius: 20px
}

.lae-flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, .7)
}

.lae-flex-control-paging li a.lae-flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default
}

.lae-flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.lae-flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.lae-flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	transition: all 1s ease
}

.lae-flex-control-thumbs img:hover {
	opacity: 1
}

.lae-flex-control-thumbs .lae-flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width:860px) {
	.lae-flex-direction-nav .lae-flex-prev {
		opacity: 1;
		left: 10px
	}

	.lae-flex-direction-nav .lae-flex-next {
		opacity: 1;
		right: 10px
	}
}

.lae-container .lae-thumbnailslider.lae-flexslider {
	margin-top: 15px
}

.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide {
	margin: 0 5px 0 0
}

.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide img {
	display: block;
	opacity: .5;
	cursor: pointer
}

.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide img:hover {
	opacity: 1
}

.lae-container .lae-thumbnailslider.lae-flexslider .lae-slide.lae-flex-active-slide img {
	opacity: 1;
	cursor: default
}

.lae-container .lae-flex-direction-nav {
	padding: 0;
	margin: 0
}

.lae-container .lae-flex-direction-nav li {
	position: initial
}

.lae-container .lae-flex-direction-nav a,
.lae-container .lae-flex-direction-nav a:hover {
	opacity: 1;
	text-shadow: none;
	background: 0 0;
	color: #888;
	font-family: lae-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	width: 28px;
	height: 28px;
	margin: -14px 0 0;
	bottom: initial;
	left: initial;
	right: initial;
	top: 50%;
	text-indent: 0;
	text-align: center;
	color: #aaa;
	transition: all .3s ease-in-out 0s;
	outline: 0
}

.rtl .lae-container .lae-flex-direction-nav a,
.rtl .lae-container .lae-flex-direction-nav a:hover {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	direction: ltr
}

.lae-container .lae-flex-direction-nav a:before,
.lae-container .lae-flex-direction-nav a:hover:before {
	margin: 2px;
	vertical-align: middle;
	display: inline;
	font-family: inherit;
	opacity: 1
}

.lae-dark-bg .lae-container .lae-flex-direction-nav a,
.lae-dark-bg .lae-container .lae-flex-direction-nav a:hover {
	color: #888
}

.lae-dark-bg .lae-container .lae-flex-direction-nav a:hover,
.lae-dark-bg .lae-container .lae-flex-direction-nav a:hover:hover {
	color: #aaa
}

@media only screen and (max-width:960px) {

	.lae-container .lae-flex-direction-nav a,
	.lae-container .lae-flex-direction-nav a:hover {
		display: none
	}
}

.lae-container .lae-flex-direction-nav a.lae-flex-prev {
	left: -30px
}

.lae-container .lae-flex-direction-nav a.lae-flex-prev:before {
	content: "\e904"
}

.lae-container .lae-flex-direction-nav a.lae-flex-next {
	right: -30px
}

.lae-container .lae-flex-direction-nav a.lae-flex-next:before {
	content: "\e905"
}

.lae-container .lae-flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
	padding: 0;
	margin: 0
}

.lae-container .lae-flex-control-nav li,
.lae-container .lae-flex-control-nav li:hover {
	margin: 0 8px 0 0;
	padding: 0;
	border: none;
	box-shadow: none
}

.lae-container .lae-flex-control-nav li a,
.lae-container .lae-flex-control-nav li a:hover {
	background: #aaa;
	border: 1px solid #aaa;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	box-shadow: none;
	transition: all .2s ease-in 0s;
	display: inline-block;
	vertical-align: middle;
	outline: 0
}

.lae-dark-bg .lae-container .lae-flex-control-nav li a,
.lae-dark-bg .lae-container .lae-flex-control-nav li a:hover {
	background: #ccc;
	border-color: #ccc
}

.lae-container .lae-flex-control-nav li a.lae-flex-active,
.lae-container .lae-flex-control-nav li a:hover,
.lae-container .lae-flex-control-nav li a:hover.lae-flex-active {
	background: 0 0
}

.lae-container .lae-flex-control-nav li a.lae-flex-active,
.lae-container .lae-flex-control-nav li a:hover.lae-flex-active {
	width: 14px;
	height: 14px
}

.lae-container .lae-flex-control-thumbs {
	bottom: -120px
}

@media only screen and (max-width:600px) {
	.lae-container .lae-flex-control-thumbs {
		bottom: -80px
	}
}

.lae-container .lae-flex-control-thumbs li {
	width: auto;
	float: none
}

.lae-container .lae-flex-control-thumbs li img {
	max-width: 100%;
	width: 150px
}

@media only screen and (max-width:600px) {
	.lae-container .lae-flex-control-thumbs li img {
		width: 100px
	}
}

.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden
}

.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important
}

.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: #fff;
	opacity: 0
}

.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden
}

.nivo-box img {
	display: block
}

.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	opacity: .8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	box-sizing: border-box
}

.nivo-caption p {
	padding: 5px;
	margin: 0
}

.nivo-caption a {
	display: inline !important
}

.nivo-html-caption {
	display: none
}

.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer
}

.nivo-prevNav {
	left: 0
}

.nivo-nextNav {
	right: 0
}

.nivo-controlNav {
	text-align: center;
	padding: 15px 0
}

.nivo-controlNav a {
	cursor: pointer
}

.nivo-controlNav a.active {
	font-weight: 700
}

.nivoSlider img {
	max-width: none !important
}

.nivo-controlNav:not(.nivo-thumbs-enabled) {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0
}

.nivo-controlNav:not(.nivo-thumbs-enabled) a {
	display: block;
	background: #aaa;
	border: 1px solid #aaa;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	box-shadow: none;
	transition: background .2s ease-in 0s;
	margin-right: 8px;
	float: none;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle
}

.nivo-controlNav a.active,
.nivo-controlNav a:hover {
	background: 0 0
}

.nivo-controlNav:not(.nivo-thumbs-enabled) a.active {
	width: 14px;
	height: 14px;
	background: 0 0
}

.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	margin: 0;
	text-align: left
}

.nivo-controlNav.nivo-thumbs-enabled a {
	margin: 0
}

.nivo-controlNav.nivo-thumbs-enabled a:first-child {
	margin-left: 0
}

.nivo-controlNav.nivo-thumbs-enabled a img {
	margin-right: 10px
}

.nivo-controlNav.nivo-thumbs-enabled img {
	display: inline-block !important;
	width: 120px;
	height: auto;
	border-radius: 2px;
	margin-top: 5px
}

@media screen and (max-width:860px) {
	.nivo-controlNav.nivo-thumbs-enabled img {
		width: 90px
	}
}

.nivo-directionNav a,
.nivo-directionNav a:hover {
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 1;
	text-shadow: none;
	background: 0 0;
	font-family: lae-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ddd;
	font-size: 32px;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	bottom: initial;
	left: initial;
	right: initial;
	text-indent: 0;
	text-align: center;
	overflow: hidden;
	transition: all .3s ease-in-out 0s
}

.nivo-directionNav a:hover {
	color: #efefef
}

.nivo-directionNav a:before,
.nivo-directionNav a:hover:before {
	margin: 2px;
	vertical-align: middle;
	display: inline;
	font-family: inherit !important;
	opacity: 1
}

.nivo-directionNav a.nivo-prevNav:before {
	content: "\e904"
}

.nivo-directionNav a.nivo-nextNav:before {
	content: "\e905"
}

.nivo-directionNav a.nivo-nextNav {
	right: 20px
}

.nivo-directionNav a.nivo-prevNav {
	left: 20px
}

@media only screen and (max-width:960px) {

	.nivo-directionNav a,
	.nivo-directionNav a:hover {
		display: none
	}
}

.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 20px;
	background: 0 0;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 25px 30px;
	opacity: 1;
	overflow: hidden;
	display: none;
	max-width: 600px;
	border-radius: 5px
}

.nivo-caption h1,
.nivo-caption h2,
.nivo-caption h3 {
	color: #fff;
	font-size: 36px;
	line-height: 44px
}

.nivo-caption p {
	color: #bbb;
	font-size: 14px;
	line-height: 22px
}

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}

.rslides_container {
	position: relative
}

.rslides_container .rslides_tabs {
	position: absolute;
	bottom: -50px;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 100%
}

.rslides_container .rslides_tabs li {
	display: inline-block;
	float: none;
	margin: 0 !important;
	padding: 0 !important;
	outline: 0
}

.rslides_container .rslides_tabs a {
	display: block;
	width: 12px;
	height: 12px;
	background: #aaa;
	border: 1px solid #aaa;
	border-radius: 50%;
	text-indent: -9999px;
	margin: 0 4px;
	transition: background .2s ease-in 0s;
	outline: 0
}

.rslides_container .rslides_tabs .rslides_here a,
.rslides_container .rslides_tabs a:hover {
	background: 0 0;
	border: 1px solid #aaa;
	margin: 0 4px
}

.rslides_container .rslides_tabs .rslides_here a {
	width: 14px;
	height: 14px
}

.rslides_nav,
.rslides_nav:hover {
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 1;
	text-shadow: none;
	background: 0 0;
	font-family: lae-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #ddd !important;
	font-size: 32px;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	bottom: initial;
	left: initial;
	right: initial;
	text-indent: 0;
	text-align: center;
	overflow: hidden;
	transition: all .3s ease-in-out 0s;
	outline: 0
}

.rslides_nav:hover {
	color: #efefef !important
}

.rslides_nav:before,
.rslides_nav:hover:before {
	margin: 2px;
	vertical-align: middle;
	display: inline;
	font-family: inherit !important;
	opacity: 1
}

.rslides_nav.prev:before {
	content: "\e904"
}

.rslides_nav.next:before {
	content: "\e905"
}

.rslides_nav.next {
	right: 20px
}

.rslides_nav.prev {
	left: 20px
}

@media only screen and (max-width:960px) {

	.rslides_nav,
	.rslides_nav:hover {
		display: none
	}
}

@charset "UTF-8";

.lae-block {
	position: relative;
	overflow: hidden;
	clear: both
}

.lae-block .lae-block-inner {
	clear: both
}

.lae-block .lae-block-row {
	overflow: hidden
}

.lae-block .lae-pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 50px;
	clear: both
}

.lae-block .lae-pagination.lae-infinite-scroll-nav {
	margin-top: 10px
}

.lae-block .lae-pagination .lae-page-nav {
	flex: initial;
	font-size: 15px;
	line-height: 24px;
	color: #666;
	padding: 5px 15px;
	margin: 0 2px;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	margin-bottom: 10px;
	outline: none;
	cursor: pointer;
	border-radius: 2px;
	transition: all .3s ease-in-out 0s
}

.lae-block .lae-pagination .lae-page-nav i {
	color: #222;
	font-size: 12px;
	line-height: 1
}

.lae-dark-bg .lae-block .lae-pagination .lae-page-nav i {
	color: #bbb
}

.lae-block .lae-pagination .lae-page-nav[data-page=prev],
.lae-block .lae-pagination .lae-page-nav[data-page=next] {
	padding: 5px 18px
}

.lae-block .lae-pagination .lae-page-nav[data-page=next] {
	margin-right: 0
}

.lae-block .lae-pagination .lae-page-nav.lae-dotted {
	border: none;
	pointer-events: none;
	padding: 5px 8px
}

.lae-block .lae-pagination .lae-page-nav:hover,
.lae-block .lae-pagination .lae-page-nav.lae-current-page {
	background: #eee
}

.lae-block .lae-pagination .lae-page-nav.lae-disabled,
.lae-block .lae-pagination .lae-page-nav.lae-current-page {
	pointer-events: none
}

.lae-block .lae-pagination .lae-page-nav.lae-disabled,
.lae-block .lae-pagination .lae-page-nav.lae-disabled i {
	color: #999;
	border-color: #eaeaea
}

.lae-dark-bg .lae-block .lae-pagination .lae-page-nav.lae-disabled,
.lae-dark-bg .lae-block .lae-pagination .lae-page-nav.lae-disabled i {
	border-color: #444;
	color: #888
}

.lae-dark-bg .lae-block .lae-pagination .lae-page-nav {
	border-color: #606060;
	color: #aaa
}

.lae-dark-bg .lae-block .lae-pagination .lae-page-nav:hover,
.lae-dark-bg .lae-block .lae-pagination .lae-page-nav.lae-current-page {
	background: #333
}

.lae-block .lae-load-more {
	color: #fff;
	padding: 15px 25px;
	border-radius: 999px;
	outline: none;
	transition: all .3s ease-in-out 0s
}

.rtl .lae-block .lae-load-more span {
	float: left;
	margin-right: 2px
}

.lae-block .lae-load-more:hover {
	color: #fff;
	background: #333;
	border-color: #333
}

.lae-block .lae-load-more.lae-disabled {
	display: none
}

.lae-block .lae-loading {
	position: relative;
	margin: 0 -51px 0 15px;
	background: 0 0;
	visibility: hidden
}

.rtl .lae-block .lae-loading {
	margin: 0 15px 0 -51px
}

.lae-block .lae-loader-gif {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: 0 0;
	display: none
}

.lae-block .lae-loader-gif div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -21px auto 0
}

.lae-block .lae-loading,
.lae-block .lae-loader-gif div {
	background: 0 0;
	border: 4px solid #ccc;
	border-top: 4px solid #888;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	animation: lae-spin 1s linear infinite
}

.lae-block.lae-fetching .lae-block-inner {
	opacity: .3
}

.lae-block.lae-fetching .lae-loader-gif {
	display: block
}

.lae-block.lae-processing .lae-loader-gif {
	display: block
}

.lae-block .lae-infinite-scroll-nav .lae-loading {
	margin: 0;
	position: absolute
}

.lae-block .lae-infinite-scroll-nav .lae-load-more {
	visibility: hidden
}

.lae-block.lae-processing:not(.lae-fetching) .lae-load-more-nav .lae-loading,
.lae-block.lae-processing:not(.lae-fetching) .lae-infinite-scroll-nav .lae-loading {
	visibility: visible
}

@keyframes lae-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.lae-block .lae-block-header {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
	z-index: 5
}

.lae-block .lae-heading {
	display: block;
	padding: 0 0 15px;
	margin: 0 0 30px;
	text-align: left;
	max-width: none;
	font-size: 0;
	line-height: 0
}

.rtl .lae-block .lae-heading {
	text-align: right
}

.lae-block .lae-heading span,
.lae-block .lae-heading a {
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	text-align: left;
	display: inline-block;
	margin: 0 100px 0 0
}

.rtl .lae-block .lae-heading span,
.rtl .lae-block .lae-heading a {
	margin: 0 0 0 100px;
	text-align: right
}

.lae-dark-bg .lae-block .lae-heading span,
.lae-dark-bg .lae-block .lae-heading a {
	color: #fff
}

.lae-block .lae-heading a {
	transition: color .3s ease-in-out 0s
}

.lae-block .lae-heading a:hover {
	color: #666
}

.lae-block .lae-no-heading .lae-heading span {
	visibility: hidden
}

.lae-block .lae-block-filter {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 2;
	text-align: right
}

.rtl .lae-block .lae-block-filter {
	left: 0;
	right: auto;
	text-align: left
}

.lae-dark-bg .lae-block .lae-block-filter {
	border-color: #666
}

.lae-block .lae-block-filter .lae-block-filter-item {
	display: inline-block
}

@media only screen and (max-width:479px) {
	.lae-block .lae-block-filter .lae-block-filter-item {
		margin-right: 8px
	}

	.rtl .lae-block .lae-block-filter .lae-block-filter-item {
		margin: 0 0 0 8px
	}
}

.lae-block .lae-block-filter .lae-block-filter-item a {
	padding: 0 15px 8px;
	transition: all .4s ease-in-out 0s;
	display: block
}

@media only screen and (max-width:479px) {
	.lae-block .lae-block-filter .lae-block-filter-item a {
		padding: 0 10px 8px
	}
}

.lae-block .lae-block-filter .lae-block-filter-item.lae-active {
	color: #f94213
}

.lae-block .lae-block-filter .lae-block-filter-item:last-child {
	margin-right: 0
}

.lae-block .lae-block-filter .lae-block-filter-item:last-child .rtl {
	margin-left: 0
}

.lae-block .lae-block-filter .lae-block-filter-dropdown {
	display: inline-block;
	text-align: right;
	position: relative
}

.rtl .lae-block .lae-block-filter .lae-block-filter-dropdown {
	text-align: left
}

.lae-block .lae-block-filter ul.lae-block-filter-list {
	display: inline-block;
	line-height: 1
}

.lae-block .lae-block-filter .lae-block-filter-more {
	cursor: pointer;
	padding-left: 15px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: inline-block
}

.rtl .lae-block .lae-block-filter .lae-block-filter-more {
	padding: 0 15px 0 0
}

.lae-block .lae-block-filter .lae-block-filter-more i.lae-icon-arrow-right3 {
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(90deg);
	margin: 0 6px;
	color: #000
}

.lae-block .lae-block-filter .lae-block-filter-dropdown:hover .lae-block-filter-more {
	background-color: #222
}

.lae-block .lae-block-filter .lae-block-filter-dropdown:hover .lae-block-filter-more span,
.lae-block .lae-block-filter .lae-block-filter-dropdown:hover .lae-block-filter-more i {
	color: #fff
}

.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list {
	list-style: none;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 6px 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .95);
	z-index: 999;
	border: 1px solid #ededed;
	display: none
}

.rtl .lae-block .lae-block-filter ul.lae-block-filter-dropdown-list {
	right: auto;
	left: 0
}

.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list:hover i.lae-icon-arrow-right3 {
	color: #fff
}

.lae-block .lae-block-filter .lae-block-filter-dropdown:hover ul.lae-block-filter-dropdown-list {
	display: block
}

.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li {
	margin-left: 0
}

.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li a {
	white-space: nowrap;
	display: block;
	padding: 8px 15px 8px 25px
}

.rtl .lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li a {
	padding: 8px 25px 8px 15px
}

.lae-block .lae-block-filter .lae-block-filter-item a,
.lae-block .lae-block-filter .lae-block-filter-more span,
.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li a {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase
}

.lae-block .lae-block-filter .lae-block-filter-item a:hover,
.lae-block .lae-block-filter .lae-block-filter-item.lae-active a {
	color: #f94213
}

.lae-block-header-expanded .lae-block-header {
	position: relative;
	max-width: 1140px;
	margin: 0 auto 30px;
	overflow: hidden;
	clear: both;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.lae-block-header-expanded .lae-block-header.lae-no-heading {
	justify-content: center
}

@media only screen and (max-width:800px) {
	.lae-block-header-expanded .lae-block-header {
		flex-flow: column wrap;
		justify-content: flex-start
	}
}

.lae-block-header-expanded .lae-heading {
	padding: 0;
	margin: 0
}

.lae-dark-bg .lae-block-header-expanded .lae-heading {
	color: #e5e5e5
}

@media only screen and (max-width:800px) {
	.lae-block-header-expanded .lae-heading {
		margin-bottom: 30px
	}
}

.lae-block-header-expanded .lae-heading span,
.lae-block-header-expanded .lae-heading a {
	font-size: 32px;
	line-height: 44px
}

.lae-block-header-expanded .lae-taxonomy-filter {
	display: block;
	margin: 0;
	padding: 0;
	align-self: center
}

@media only screen and (max-width:800px) {
	.lae-block-header-expanded .lae-taxonomy-filter {
		align-self: flex-start
	}
}

.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item {
	position: relative;
	display: inline-block;
	margin: 0 0 15px;
	padding: 0;
	font-style: normal
}

.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a {
	font-size: 15px;
	line-height: 24px;
	padding: 0 15px;
	transition: all .4s ease-in-out 0s;
	display: block;
	color: #777
}

.lae-dark-bg .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a {
	color: rgba(255, 255, 255, .7)
}

.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a:hover {
	color: #222
}

.lae-dark-bg .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a:hover {
	color: #fff
}

@media only screen and (max-width:479px) {
	.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item a {
		padding: 0 10px
	}
}

.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:first-child a {
	padding-left: 0
}

.rtl .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:first-child a {
	padding-left: 15px
}

.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #222
}

.lae-dark-bg .lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #fff
}

.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:last-child {
	margin-right: 0
}

.lae-block-header-expanded .lae-taxonomy-filter .lae-filter-item:last-child .rtl {
	margin-left: 0
}

.lae-block-header-1 .lae-heading {
	border-bottom: 2px solid #ddd
}

.lae-block-header-1 .lae-heading:after {
	content: "";
	background: #f94213;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0
}

.lae-block-header-1 .lae-no-heading .lae-heading {
	min-height: 40px
}

.lae-block-header-1 .lae-no-heading .lae-heading:after {
	display: none
}

.lae-block-header-2 .lae-heading:before,
.lae-block-header-2 .lae-heading:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background-color: #ddd
}

.lae-block-header-2 .lae-heading:before {
	bottom: 4px
}

.lae-block-header-2 .lae-heading:after {
	bottom: 0
}

.lae-block-header-2 .lae-no-heading .lae-heading {
	min-height: 40px
}

.lae-block-header-3 .lae-heading {
	padding: 0;
	border-bottom: 1px solid #ddd
}

.lae-block-header-3 .lae-heading a,
.lae-block-header-3 .lae-heading span {
	position: relative;
	padding: 4px 8px;
	border-radius: 2px 2px 2px 0;
	background: #333;
	color: #fff
}

.lae-block-header-3 .lae-heading a:after,
.lae-block-header-3 .lae-heading span:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -8px;
	left: 0;
	border-left: 0;
	border-right: 8px solid transparent;
	border-top: 8px solid #333
}

.rtl .lae-block-header-3 .lae-heading a:after,
.rtl .lae-block-header-3 .lae-heading span:after {
	left: auto;
	right: 0;
	border-left: 8px solid transparent;
	border-right: 0
}

.lae-block-header-3 .lae-heading a:hover {
	color: #ddd
}

.lae-block-header-3 .lae-heading span,
.lae-block-header-3 .lae-heading a {
	font-size: 15px;
	line-height: 24px
}

.lae-block-header-3 .lae-no-heading .lae-heading {
	min-height: 40px
}

.lae-block-header-4 .lae-heading {
	padding: 0;
	border: 1px solid #333;
	border-bottom: 2px solid #333;
	text-align: center
}

.rtl .lae-block-header-4 .lae-heading {
	text-align: center
}

.lae-block-header-4 .lae-heading a,
.lae-block-header-4 .lae-heading span {
	position: relative;
	padding: 8px 10px;
	border-radius: 0;
	margin: 0 auto
}

.lae-block-header-4 .lae-heading a:after,
.lae-block-header-4 .lae-heading span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 8px;
	bottom: -8px;
	margin: 0 auto;
	border-left: 8px solid transparent;
	border-top: 8px solid #43494a;
	border-right: 8px solid transparent
}

.lae-block-header-4 .lae-heading span,
.lae-block-header-4 .lae-heading a {
	font-size: 15px;
	line-height: 24px
}

.lae-block-header-4 .lae-block-header .lae-block-filter {
	padding: 8px 10px
}

.lae-block-header-4 .lae-no-heading .lae-heading {
	min-height: 45px
}

.lae-block-header-5 .lae-heading {
	background: #fbfbfb;
	border-bottom: 2px solid #eee;
	border-top: 1px solid #eee;
	padding: 10px 15px
}

.lae-block-header-5 .lae-block-header .lae-block-filter {
	padding: 10px 8px
}

.lae-block-header-5 .lae-no-heading .lae-heading {
	min-height: 50px
}

.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item {
	border-bottom: 1px solid #ddd
}

.lae-dark-bg .lae-block-header-6 .lae-taxonomy-filter .lae-filter-item {
	border-color: #444
}

.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item a {
	padding: 0 15px 15px
}

@media only screen and (max-width:479px) {
	.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item a {
		padding: 0 10px 8px
	}
}

.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item:first-child a {
	padding-left: 15px
}

.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #222
}

.lae-dark-bg .lae-block-header-6 .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #fff
}

.lae-block-header-6 .lae-taxonomy-filter .lae-filter-item.lae-active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 3px solid #f94213;
	width: 100%
}

.lae-block-header-7 .lae-heading span,
.lae-block-header-7 .lae-heading a {
	font-size: 26px;
	line-height: 34px
}

.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item a {
	padding: 0 20px 0 18px;
	font-style: italic
}

.rtl .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item a {
	padding: 0 18px 0 20px
}

.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	color: #bbb;
	font-size: 14px
}

.rtl .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:after {
	left: 0;
	right: auto
}

.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:last-child:after {
	content: ""
}

.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:hover a,
.lae-block-header-7 .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #f94213
}

.lae-dark-bg .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item:hover a,
.lae-dark-bg .lae-block-header-7 .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #fff
}

.lae-module {
	display: block;
	position: relative;
	border: none;
	background: 0 0;
	box-shadow: none;
	padding-bottom: 30px
}

@media only screen and (max-width:1024px) {
	.lae-module {
		padding-bottom: 20px
	}
}

.lae-module .lae-module-image {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px
}

.lae-module .lae-module-image .lae-post-link:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: opacity .4s ease-in-out 0s;
	opacity: 0
}

.lae-module .lae-module-image:hover .lae-post-link:after {
	opacity: 1
}

.lae-module .lae-module-image img {
	display: block;
	width: 100%;
	transition: all .4s ease-in-out 0s
}

.lae-module .lae-module-image:hover>img {
	filter: brightness(70%)
}

.lae-module .lae-module-image .lae-lightbox-item {
	display: block;
	opacity: 0
}

.lae-module .lae-module-image .lae-lightbox-item i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	padding: 12px;
	transition: all .3s ease-in-out 0s
}

.rtl .lae-module .lae-module-image .lae-lightbox-item i {
	right: auto;
	left: 0
}

.lae-module .lae-module-image .lae-lightbox-item.lae-click-icon {
	background: 0 0
}

.lae-module .lae-module-image .lae-lightbox-item.lae-click-icon:hover i {
	background: rgba(0, 0, 0, .5)
}

.lae-module .lae-module-image .lae-lightbox-item.lae-click-anywhere {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.lae-module .lae-module-image .lae-video-lightbox {
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	transition: color .4s ease-in-out 0s
}

.lae-module .lae-module-image .lae-video-lightbox:hover {
	color: #ddd
}

.lae-module .lae-module-image .lae-video-lightbox i {
	font-size: 32px
}

.lae-module .lae-module-image .lae-module-image-info {
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

.lae-module .lae-module-image .lae-module-image-info .lae-module-entry-info {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	transform: translateY(-50%)
}

.lae-module .lae-module-image .lae-module-image-info .lae-post-title,
.lae-module .lae-module-image .lae-module-image-info .entry-title,
.lae-module .lae-module-image .lae-module-image-info .lae-entry-title {
	padding: 10px;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff
}

@media only screen and (max-width:1024px) {

	.lae-module .lae-module-image .lae-module-image-info .lae-post-title,
	.lae-module .lae-module-image .lae-module-image-info .entry-title,
	.lae-module .lae-module-image .lae-module-image-info .lae-entry-title {
		font-size: 18px;
		line-height: 26px
	}
}

.lae-module .lae-module-image .lae-module-image-info .lae-post-title a,
.lae-module .lae-module-image .lae-module-image-info .entry-title a,
.lae-module .lae-module-image .lae-module-image-info .lae-entry-title a {
	display: inline;
	color: #fff;
	transition: all .3s ease-in-out 0s;
	border-bottom: 1px solid transparent
}

.lae-module .lae-module-image .lae-module-image-info .lae-post-title a:hover,
.lae-module .lae-module-image .lae-module-image-info .entry-title a:hover,
.lae-module .lae-module-image .lae-module-image-info .lae-entry-title a:hover {
	border-bottom: 1px solid #ccc
}

.lae-module .lae-module-image:hover .lae-module-image-info,
.lae-module .lae-module-image:hover .lae-lightbox-item {
	opacity: 1
}

.lae-module .lae-module-image .lae-module-image-overlay {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	transition: opacity .4s ease-in-out 0s;
	opacity: 0
}

.lae-module .lae-module-image:hover .lae-module-image-overlay {
	opacity: 1
}

.lae-module .lae-module-image .lae-alternate-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.lae-module:hover .lae-module-image .lae-alternate-image {
	opacity: 1
}

.lae-module .lae-module-thumb {
	position: relative;
	overflow: hidden;
	margin: 0 0 15px
}

.lae-module .lae-module-thumb img {
	display: block;
	width: 100%;
	transition: all .4s ease-in-out 0s
}

.lae-module .lae-module-thumb img:hover {
	filter: brightness(70%)
}

.lae-module .lae-html5-video video {
	object-fit: cover
}

.lae-module .lae-youtube-video,
.lae-module .lae-vimeo-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}

.lae-module .lae-youtube-video iframe,
.lae-module .lae-vimeo-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.lae-module .lae-module-entry-text {
	text-align: center;
	max-width: 650px;
	margin: 20px auto 0
}

.lae-module .entry-title,
.lae-module .lae-entry-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 10px
}

.lae-module .entry-title:after,
.lae-module .entry-title:before,
.lae-module .lae-entry-title:after,
.lae-module .lae-entry-title:before {
	display: none
}

.lae-module .entry-title a,
.lae-module .lae-entry-title a {
	transition: all .4s ease-in-out 0s;
	color: #333
}

.lae-module .entry-title a:hover,
.lae-module .lae-entry-title a:hover {
	color: #666
}

.lae-dark-bg .lae-module .entry-title a,
.lae-dark-bg .lae-module .lae-entry-title a {
	color: #fff
}

.lae-dark-bg .lae-module .entry-title a:hover,
.lae-dark-bg .lae-module .lae-entry-title a:hover {
	color: #fff
}

.lae-module .lae-module-meta {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 8px
}

.lae-module .lae-module-meta span {
	display: inline-block;
	padding: 0;
	margin: 0;
	color: #999
}

.lae-module .lae-module-meta span:after {
	content: "/";
	padding-left: 6px;
	padding-right: 2px
}

.rtl .lae-module .lae-module-meta span:after {
	padding-right: 6px;
	padding-left: 2px
}

.lae-module .lae-module-meta span:first-child {
	border: none;
	padding-left: 0
}

.lae-module .lae-module-meta span:last-child:after {
	display: none
}

.lae-module .lae-module-meta span a {
	transition: all .3s ease-in-out 0s;
	font-style: normal;
	color: #444
}

.lae-dark-bg .lae-module .lae-module-meta span a {
	color: rgba(255, 255, 255, .5)
}

.lae-module .lae-module-meta span a:hover {
	color: #888
}

.lae-dark-bg .lae-module .lae-module-meta span a:hover {
	color: rgba(255, 255, 255, .7)
}

.lae-module .lae-module-meta span abbr {
	text-decoration: initial
}

.lae-dark-bg .lae-module .lae-module-meta span {
	color: rgba(255, 255, 255, .5)
}

.lae-module .lae-read-more {
	margin: 25px 0 0
}

.lae-module .lae-read-more a:not(.lae-button) {
	color: #333;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 0;
	transition: color .3s ease-in-out 0s
}

.lae-module .lae-read-more a:not(.lae-button):hover {
	color: #666
}

.lae-module .lae-read-more a:not(.lae-button):after {
	content: "›";
	display: inline-block;
	margin-left: 7px
}

.rtl .lae-module .lae-read-more a:not(.lae-button):after {
	margin: 0 7px 0 0
}

.lae-module .lae-read-more a:not(.lae-button):hover {
	color: #666
}

.lae-module .lae-read-more a.lae-button {
	display: inline-block;
	text-transform: none;
	letter-spacing: 0;
	padding: 12px 20px
}

@media only screen and (min-width:768px) {
	.lae-module .lae-read-more a.lae-button {
		padding: 10px 16px
	}
}

.lae-module .entry-summary,
.lae-module .lae-entry-summary {
	margin: 15px auto 0;
	padding: 0;
	overflow-wrap: break-word;
	word-wrap: break-word
}

.lae-dark-bg .lae-module .entry-summary,
.lae-dark-bg .lae-module .lae-entry-summary {
	color: rgba(255, 255, 255, .7)
}

.lae-module-1 .lae-module-image .lae-terms {
	display: block;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	line-height: 1;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	margin-right: 5px;
	padding: 8px 12px
}

.rtl .lae-module-1 .lae-module-image .lae-terms {
	margin: 0 0 0 5px
}

.lae-module-1 .lae-module-image .lae-terms a {
	display: inline-block;
	color: #fff
}

.lae-module-3 {
	padding-bottom: 26px
}

.lae-module-3 .lae-module-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px
}

.rtl .lae-module-3 .lae-module-thumb {
	left: auto;
	right: 0
}

@media(min-width:768px) and (max-width:1024px) {
	.lae-module-3 .lae-module-thumb {
		width: 80px
	}
}

.lae-module-3 .lae-entry-details {
	margin-left: 116px;
	min-height: 70px
}

.rtl .lae-module-3 .lae-entry-details {
	margin: 0 116px 0 0
}

@media(min-width:768px) and (max-width:1024px) {
	.lae-module-3 .lae-entry-details {
		margin-left: 95px;
		min-height: 55px
	}

	.rtl .lae-module-3 .lae-entry-details {
		margin: 0 95px 0 0
	}
}

.lae-module-3 .entry-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	font-weight: 500
}

@media(min-width:768px) and (max-width:1140px) {
	.lae-module-3 .entry-title {
		font-size: 12px;
		line-height: 18px
	}
}

.lae-module-3 .lae-module-meta {
	margin-bottom: 0;
	min-height: 0
}

.lae-module-4 {
	padding-bottom: 26px
}

.lae-module-4 .lae-module-thumb {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px
}

.rtl .lae-module-4 .lae-module-thumb {
	right: auto;
	left: 0
}

@media(min-width:768px) and (max-width:1024px) {
	.lae-module-4 .lae-module-thumb {
		width: 80px
	}
}

.lae-module-4 .lae-entry-details {
	margin-right: 108px;
	min-height: 70px
}

.rtl .lae-module-4 .lae-entry-details {
	margin: 0 0 0 108px
}

@media(min-width:768px) and (max-width:1024px) {
	.lae-module-4 .lae-entry-details {
		margin-right: 95px;
		min-height: 55px
	}

	.rtl .lae-module-4 .lae-entry-details {
		margin: 0 0 0 95px
	}
}

.lae-module-4 .entry-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	font-weight: 500
}

@media(min-width:768px) and (max-width:1140px) {
	.lae-module-4 .entry-title {
		font-size: 12px;
		line-height: 18px
	}
}

.lae-module-4 .lae-module-meta {
	margin-bottom: 0;
	min-height: 0
}

.lae-module-6 {
	padding-bottom: 26px
}

@media(min-width:767px) {
	.lae-module-6 {
		padding-bottom: 40px
	}
}

.lae-module-6 .lae-module-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px
}

.rtl .lae-module-6 .lae-module-image {
	left: auto;
	right: 0
}

@media(min-width:500px) {
	.lae-module-6 .lae-module-image {
		width: 150px
	}
}

@media(min-width:767px) {
	.lae-module-6 .lae-module-image {
		width: 220px
	}
}

.lae-module-6 .lae-entry-details {
	margin-left: 115px;
	min-height: 69px
}

.rtl .lae-module-6 .lae-entry-details {
	margin: 0 115px 0 0
}

@media(min-width:500px) {
	.lae-module-6 .lae-entry-details {
		margin-left: 170px;
		min-height: 103px
	}

	.rtl .lae-module-6 .lae-entry-details {
		margin: 0 170px 0 0
	}
}

@media(min-width:767px) {
	.lae-module-6 .lae-entry-details {
		margin-left: 244px;
		min-height: 150px
	}

	.rtl .lae-module-6 .lae-entry-details {
		margin: 0 244px 0 0
	}
}

.lae-module-6 .entry-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500
}

@media(min-width:500px) {
	.lae-module-6 .entry-title {
		font-size: 22px;
		line-height: 28px
	}
}

.lae-module-6 .lae-excerpt {
	display: none
}

@media(min-width:640px) {
	.lae-module-6 .lae-excerpt {
		display: block
	}
}

.lae-module-7 {
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start
}

@media(min-width:600px) {
	.lae-module-7 {
		flex-direction: row
	}
}

@media(min-width:767px) {
	.lae-module-7 {
		padding-bottom: 50px
	}
}

.lae-module-7 .lae-module-image {
	width: 100%;
	flex: initial
}

.lae-module-7 .lae-entry-details {
	flex: auto
}

@media(min-width:600px) {
	.lae-module-7 .lae-module-image {
		width: 30%;
		min-width: 250px
	}

	.lae-module-7 .lae-entry-details {
		margin-left: 25px;
		width: 70%
	}

	.rtl .lae-module-7 .lae-entry-details {
		margin: 0 25px 0 0
	}
}

.lae-module-7 .entry-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500
}

@media(min-width:500px) {
	.lae-module-7 .entry-title {
		font-size: 20px;
		line-height: 26px
	}
}

@media(min-width:1024px) {
	.lae-module-7 .entry-title {
		font-size: 26px;
		line-height: 34px
	}
}

.lae-module-8 {
	padding-bottom: 30px
}

@media(min-width:767px) {
	.lae-module-8 {
		padding-bottom: 40px
	}
}

@media(min-width:1024px) {
	.lae-module-8 {
		padding-bottom: 60px
	}
}

.lae-module-8 .lae-module-image .wp-post-image {
	width: 100%
}

.lae-module-8:last-child {
	padding-bottom: 0
}

.lae-module-8 .entry-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 10px
}

@media(min-width:500px) {
	.lae-module-8 .entry-title {
		font-size: 22px;
		line-height: 30px
	}
}

@media(min-width:767px) {
	.lae-module-8 .entry-title {
		font-size: 30px;
		line-height: 38px
	}
}

.lae-module-8 .lae-entry-details {
	position: relative;
	padding: 15px 25px;
	margin: -60px auto 0;
	max-width: 90%;
	background: #fff
}

@media(min-width:767px) {
	.lae-module-8 .lae-entry-details {
		padding: 20px 35px;
		margin: -70px auto 0
	}
}

@media(min-width:1024px) {
	.lae-module-8 .lae-entry-details {
		padding: 25px 35px;
		margin: -85px auto 0
	}
}

.lae-module-8 .lae-excerpt {
	font-size: 14px;
	line-height: 24px;
	margin-top: 11px
}

.lae-module-10 {
	padding: 30px 0;
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #e8e8e8
}

.lae-module-10:last-child {
	border: none
}

@media(min-width:1024px) {
	.lae-module-10 {
		padding: 40px 0
	}
}

.lae-module-10 .entry-title {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 10px
}

@media(min-width:1024px) {
	.lae-module-10 .entry-title {
		font-size: 32px;
		line-height: 44px;
		font-weight: 400;
		margin: 0 0 15px
	}
}

.lae-module-10 .lae-entry-details {
	margin-bottom: 20px
}

@media(min-width:1024px) {
	.lae-module-10 .lae-entry-details {
		position: relative;
		width: 100%;
		margin-bottom: 30px
	}
}

.lae-module-10 .lae-terms {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	background-color: initial;
	display: block;
	margin-bottom: 20px
}

.lae-module-10 .lae-terms a {
	color: #9e9e9e
}

.lae-module-10 .lae-module-image img {
	width: 100%
}

.lae-module-10 .lae-excerpt {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px
}

@media(min-width:1024px) {
	.lae-module-10 .lae-excerpt {
		font-size: 15px;
		line-height: 26px;
		margin-top: 30px
	}
}

.lae-module-trans1 {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 3px
}

.lae-module-trans1 .lae-module-image {
	margin: 0;
	padding: 0
}

.lae-module-trans1 .lae-module-image a.lae-post-link:before {
	transition: opacity .4s ease-in-out 0s
}

.lae-module-trans1 .lae-module-image a.lae-post-link:before {
	background: -ms-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: -webkit-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: -moz-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: -o-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	opacity: .8;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.rtl .lae-module-trans1 .lae-module-image a.lae-post-link:before {
	left: auto;
	right: 0
}

.lae-module-trans1 .lae-module-image:hover a.lae-post-link:before {
	background: -ms-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: -webkit-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: -moz-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: -o-linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, .8) 100%);
	opacity: 1
}

.lae-module-trans1 .lae-module-image:hover a.lae-post-link:after {
	opacity: 0
}

@media(min-width:480px) {
	.lae-module-trans1 .lae-module-image {
		margin: 0 3px 0 0
	}

	.rtl .lae-module-trans1 .lae-module-image {
		margin: 0 0 0 3px
	}
}

.lae-module-trans1 .lae-entry-details {
	position: absolute;
	bottom: 0;
	padding: 0 20px;
	margin-bottom: 20px;
	z-index: 1
}

.lae-module-trans1 .lae-entry-details .lae-post-author-name a {
	color: #fff
}

.lae-module-trans1 .entry-title {
	font-size: 18px;
	line-height: 26px
}

@media(min-width:480px) {
	.lae-module-trans1 .entry-title {
		font-size: 16px;
		line-height: 22px
	}
}

@media(min-width:1024px) {
	.lae-module-trans1 .entry-title {
		font-size: 21px;
		line-height: 28px
	}
}

.lae-module-trans1 .entry-title a,
.lae-module-trans1 .lae-module-meta span a {
	color: #fff !important
}

.lae-module-trans1 .entry-title a:hover,
.lae-module-trans1 .lae-module-meta span a:hover {
	color: #ddd !important
}

.lae-module-trans1 .lae-module-meta span:after,
.lae-module-trans1 .lae-module-meta span {
	color: #bbb !important
}

.lae-module-11 .lae-module-image .lae-post-link:after,
.lae-module-12 .lae-module-image .lae-post-link:after,
.lae-module-13 .lae-module-image .lae-post-link:after,
.lae-module-14 .lae-module-image .lae-post-link:after {
	background: rgba(0, 0, 0, .6)
}

.lae-module-11 .lae-module-entry-text,
.lae-module-15 .lae-module-entry-text {
	margin: 0 auto
}

.lae-module-11 .entry-summary:before,
.lae-module-11 .lae-entry-summary:before,
.lae-module-15 .entry-summary:before,
.lae-module-15 .lae-entry-summary:before {
	width: 35px;
	height: 1px;
	background: #aaa;
	display: block;
	content: "";
	text-align: center;
	margin: 0 auto 15px
}

.lae-dark-bg .lae-module-11 .entry-summary:before,
.lae-dark-bg .lae-module-11 .lae-entry-summary:before,
.lae-dark-bg .lae-module-15 .entry-summary:before,
.lae-dark-bg .lae-module-15 .lae-entry-summary:before {
	background: #505050
}

.lae-module-11 .lae-terms,
.lae-module-12 .lae-terms,
.lae-module-13 .lae-terms,
.lae-module-14 .lae-terms,
.lae-module-15 .lae-terms,
.lae-module-16 .lae-terms {
	display: block
}

.lae-module-11 .lae-terms a,
.lae-module-12 .lae-terms a,
.lae-module-13 .lae-terms a,
.lae-module-14 .lae-terms a,
.lae-module-15 .lae-terms a,
.lae-module-16 .lae-terms a {
	position: relative;
	display: inline;
	zoom: 1;
	font-style: italic;
	transition: color .3s ease-in-out 0s
}

.lae-module-11 .lae-module-image-info .lae-terms,
.lae-module-12 .lae-module-image-info .lae-terms,
.lae-module-13 .lae-module-image-info .lae-terms,
.lae-module-14 .lae-module-image-info .lae-terms,
.lae-module-15 .lae-module-image-info .lae-terms,
.lae-module-16 .lae-module-image-info .lae-terms {
	color: #f9f9f9
}

.lae-module-11 .lae-module-image-info .lae-terms a,
.lae-module-12 .lae-module-image-info .lae-terms a,
.lae-module-13 .lae-module-image-info .lae-terms a,
.lae-module-14 .lae-module-image-info .lae-terms a,
.lae-module-15 .lae-module-image-info .lae-terms a,
.lae-module-16 .lae-module-image-info .lae-terms a {
	color: #ddd
}

.lae-module-11 .lae-module-image-info .lae-terms a:hover,
.lae-module-12 .lae-module-image-info .lae-terms a:hover,
.lae-module-13 .lae-module-image-info .lae-terms a:hover,
.lae-module-14 .lae-module-image-info .lae-terms a:hover,
.lae-module-15 .lae-module-image-info .lae-terms a:hover,
.lae-module-16 .lae-module-image-info .lae-terms a:hover {
	color: #fff
}

.lae-module-11 .lae-module-meta .lae-terms,
.lae-module-12 .lae-module-meta .lae-terms,
.lae-module-13 .lae-module-meta .lae-terms,
.lae-module-14 .lae-module-meta .lae-terms,
.lae-module-15 .lae-module-meta .lae-terms,
.lae-module-16 .lae-module-meta .lae-terms {
	color: #999
}

.lae-module-11 .lae-module-meta .lae-terms a,
.lae-module-12 .lae-module-meta .lae-terms a,
.lae-module-13 .lae-module-meta .lae-terms a,
.lae-module-14 .lae-module-meta .lae-terms a,
.lae-module-15 .lae-module-meta .lae-terms a,
.lae-module-16 .lae-module-meta .lae-terms a {
	color: #888
}

.lae-module-11 .lae-module-meta .lae-terms a:hover,
.lae-module-12 .lae-module-meta .lae-terms a:hover,
.lae-module-13 .lae-module-meta .lae-terms a:hover,
.lae-module-14 .lae-module-meta .lae-terms a:hover,
.lae-module-15 .lae-module-meta .lae-terms a:hover,
.lae-module-16 .lae-module-meta .lae-terms a:hover {
	color: #aaa
}

.lae-module-11 .lae-module-meta span,
.lae-module-11 .lae-module-meta span a,
.lae-module-12 .lae-module-meta span,
.lae-module-12 .lae-module-meta span a,
.lae-module-13 .lae-module-meta span,
.lae-module-13 .lae-module-meta span a,
.lae-module-14 .lae-module-meta span,
.lae-module-14 .lae-module-meta span a,
.lae-module-15 .lae-module-meta span,
.lae-module-15 .lae-module-meta span a,
.lae-module-16 .lae-module-meta span,
.lae-module-16 .lae-module-meta span a {
	font-size: 13px;
	line-height: 22px
}

.lae-module-11 .lae-terms,
.lae-module-12 .lae-terms,
.lae-module-13 .lae-terms,
.lae-module-14 .lae-terms,
.lae-module-15 .lae-terms,
.lae-module-16 .lae-terms {
	display: block;
	color: #f9f9f9
}

.lae-module-11 .lae-terms a,
.lae-module-12 .lae-terms a,
.lae-module-13 .lae-terms a,
.lae-module-14 .lae-terms a,
.lae-module-15 .lae-terms a,
.lae-module-16 .lae-terms a {
	color: #ddd;
	position: relative;
	display: inline;
	zoom: 1;
	font-style: italic;
	transition: color .3s ease-in-out 0s
}

.lae-module-11 .lae-terms a:hover,
.lae-module-12 .lae-terms a:hover,
.lae-module-13 .lae-terms a:hover,
.lae-module-14 .lae-terms a:hover,
.lae-module-15 .lae-terms a:hover,
.lae-module-16 .lae-terms a:hover {
	color: #fff
}

.lae-module-11 .lae-module-meta span,
.lae-module-11 .lae-module-meta span a,
.lae-module-12 .lae-module-meta span,
.lae-module-12 .lae-module-meta span a,
.lae-module-13 .lae-module-meta span,
.lae-module-13 .lae-module-meta span a,
.lae-module-14 .lae-module-meta span,
.lae-module-14 .lae-module-meta span a,
.lae-module-15 .lae-module-meta span,
.lae-module-15 .lae-module-meta span a,
.lae-module-16 .lae-module-meta span,
.lae-module-16 .lae-module-meta span a {
	font-size: 13px;
	line-height: 22px
}

.lae-module-12 .lae-module-image,
.lae-module-14 .lae-module-image {
	margin: 0
}

.lae-module-13,
.lae-module-16 {
	background: #fff;
	border-radius: 6px 6px 10px 10px;
	border: none;
	padding: 0;
	margin: 0;
	transition: box-shadow .25s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	overflow: hidden
}

.lae-module-13:hover,
.lae-module-16:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.lae-module-13 .lae-module-image,
.lae-module-16 .lae-module-image {
	margin: 0
}

.lae-module-13 .lae-module-entry-text,
.lae-module-16 .lae-module-entry-text {
	margin: 0;
	padding: 25px 20px
}

.lae-dark-bg .lae-module-13 .entry-title a,
.lae-dark-bg .lae-module-16 .entry-title a {
	color: #333
}

.lae-dark-bg .lae-module-13 .entry-title a:hover,
.lae-dark-bg .lae-module-16 .entry-title a:hover {
	color: #111
}

.lae-dark-bg .lae-module-13 .lae-module-meta span,
.lae-dark-bg .lae-module-13 .lae-module-meta .lae-terms,
.lae-dark-bg .lae-module-16 .lae-module-meta span,
.lae-dark-bg .lae-module-16 .lae-module-meta .lae-terms {
	color: #999
}

.lae-dark-bg .lae-module-13 .lae-module-meta span a,
.lae-dark-bg .lae-module-13 .lae-module-meta .lae-terms a,
.lae-dark-bg .lae-module-16 .lae-module-meta span a,
.lae-dark-bg .lae-module-16 .lae-module-meta .lae-terms a {
	color: #444
}

.lae-dark-bg .lae-module-13 .entry-summary,
.lae-dark-bg .lae-module-13 .lae-entry-summary,
.lae-dark-bg .lae-module-16 .entry-summary,
.lae-dark-bg .lae-module-16 .lae-entry-summary {
	color: #686868
}

.lae-module-15 .lae-terms,
.lae-module-16 .lae-terms {
	font-style: italic
}

.lae-module-15 .lae-module-image:hover img,
.lae-module-16 .lae-module-image:hover img {
	filter: none
}

.lae-module-15 .lae-module-image .lae-video-lightbox,
.lae-module-16 .lae-module-image .lae-video-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.rtl .lae-module-15 .lae-module-image .lae-video-lightbox,
.rtl .lae-module-16 .lae-module-image .lae-video-lightbox {
	left: auto;
	right: 0
}

.lae-module-15 .lae-module-image .lae-video-lightbox i,
.lae-module-16 .lae-module-image .lae-video-lightbox i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: font-size .2s ease-in 0s;
	font-size: 36px
}

.lae-module-15 .lae-module-image .lae-video-lightbox:before,
.lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before,
.lae-module-16 .lae-module-image .lae-video-lightbox:before,
.lae-module-16 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	transition: background .4s ease-in-out 0s;
	opacity: 1
}

.rtl .lae-module-15 .lae-module-image .lae-video-lightbox:before,
.rtl .lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before,
.rtl .lae-module-16 .lae-module-image .lae-video-lightbox:before,
.rtl .lae-module-16 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before {
	left: auto;
	right: 0
}

.lae-module-15 .lae-module-image:hover .lae-video-lightbox:before,
.lae-module-15 .lae-module-image:hover .lae-lightbox-item.lae-click-anywhere:before,
.lae-module-16 .lae-module-image:hover .lae-video-lightbox:before,
.lae-module-16 .lae-module-image:hover .lae-lightbox-item.lae-click-anywhere:before {
	background: rgba(0, 0, 0, .5)
}

.lae-module-15 .lae-module-image:hover .lae-video-lightbox i,
.lae-module-16 .lae-module-image:hover .lae-video-lightbox i {
	font-size: 38px
}

.lae-module-15 .lae-module-image .lae-video-lightbox:before,
.lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-anywhere:before,
.lae-module-15 .lae-module-image .lae-post-link:after {
	background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, .8) 100%);
	transition: opacity .4s ease-in-out 0s;
	opacity: .8
}

.lae-module-15 .lae-module-image:hover .lae-video-lightbox:before,
.lae-module-15 .lae-module-image:hover .lae-lightbox-item.lae-click-anywhere:before,
.lae-module-15 .lae-module-image:hover .lae-post-link:after {
	background: linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, .8) 100%);
	opacity: 1
}

.lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-icon i {
	background: rgba(0, 0, 0, .3)
}

.lae-module-15 .lae-module-image .lae-lightbox-item.lae-click-icon i:hover {
	background: rgba(0, 0, 0, .5)
}

.lae-module-15 .lae-module-image .lae-module-entry-text {
	margin: 15px auto 0
}

.lae-module-15 .lae-module-image .lae-terms {
	display: block;
	position: absolute;
	bottom: 0;
	font-size: 13px;
	font-style: normal;
	line-height: 1;
	color: #fff;
	margin-right: 5px;
	padding: 10px;
	transition: opacity .4s ease-in-out 0s;
	opacity: 1
}

.rtl .lae-module-15 .lae-module-image .lae-terms {
	margin: 0 0 0 5px
}

.lae-module-15 .lae-module-image:hover .lae-terms {
	opacity: 0
}

.lae-video-type .lae-module .lae-module-image .lae-module-image-info {
	opacity: 1
}

.lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-entry-title,
.lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-terms {
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

.lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-entry-title {
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 26px
}

.lae-video-type .lae-module .lae-module-image .lae-module-image-info .lae-terms {
	padding: 5px 0;
	font-size: 13px;
	line-height: 26px
}

.lae-video-type .lae-module .lae-module-image:hover .lae-module-image-info .lae-entry-title,
.lae-video-type .lae-module .lae-module-image:hover .lae-module-image-info .lae-terms {
	opacity: 1
}

.lae-module-17 .lae-entry-title,
.lae-module-17 .lae-entry-summary,
.lae-module-18 .lae-entry-title,
.lae-module-18 .lae-entry-summary,
.lae-module-19 .lae-entry-title,
.lae-module-19 .lae-entry-summary,
.lae-module-20 .lae-entry-title,
.lae-module-20 .lae-entry-summary,
.lae-module-21 .lae-entry-title,
.lae-module-21 .lae-entry-summary,
.lae-module-22 .lae-entry-title,
.lae-module-22 .lae-entry-summary,
.lae-module-23 .lae-entry-title,
.lae-module-23 .lae-entry-summary,
.lae-module-24 .lae-entry-title,
.lae-module-24 .lae-entry-summary {
	text-align: left;
	max-width: none
}

.rtl .lae-module-17 .lae-entry-title,
.rtl .lae-module-17 .lae-entry-summary,
.rtl .lae-module-18 .lae-entry-title,
.rtl .lae-module-18 .lae-entry-summary,
.rtl .lae-module-19 .lae-entry-title,
.rtl .lae-module-19 .lae-entry-summary,
.rtl .lae-module-20 .lae-entry-title,
.rtl .lae-module-20 .lae-entry-summary,
.rtl .lae-module-21 .lae-entry-title,
.rtl .lae-module-21 .lae-entry-summary,
.rtl .lae-module-22 .lae-entry-title,
.rtl .lae-module-22 .lae-entry-summary,
.rtl .lae-module-23 .lae-entry-title,
.rtl .lae-module-23 .lae-entry-summary,
.rtl .lae-module-24 .lae-entry-title,
.rtl .lae-module-24 .lae-entry-summary {
	text-align: right
}

.lae-module-17 .lae-entry-title,
.lae-module-18 .lae-entry-title,
.lae-module-19 .lae-entry-title,
.lae-module-20 .lae-entry-title,
.lae-module-21 .lae-entry-title,
.lae-module-22 .lae-entry-title,
.lae-module-23 .lae-entry-title,
.lae-module-24 .lae-entry-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bolder;
	color: #444
}

.lae-module-17 .lae-entry-summary,
.lae-module-18 .lae-entry-summary,
.lae-module-19 .lae-entry-summary,
.lae-module-20 .lae-entry-summary,
.lae-module-21 .lae-entry-summary,
.lae-module-22 .lae-entry-summary,
.lae-module-23 .lae-entry-summary,
.lae-module-24 .lae-entry-summary {
	margin: 15px 0 20px
}

.lae-module-17 .lae-module-meta,
.lae-module-18 .lae-module-meta,
.lae-module-19 .lae-module-meta,
.lae-module-20 .lae-module-meta,
.lae-module-21 .lae-module-meta,
.lae-module-22 .lae-module-meta,
.lae-module-23 .lae-module-meta,
.lae-module-24 .lae-module-meta {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 18px
}

.lae-module-17 .lae-module-meta span,
.lae-module-18 .lae-module-meta span,
.lae-module-19 .lae-module-meta span,
.lae-module-20 .lae-module-meta span,
.lae-module-21 .lae-module-meta span,
.lae-module-22 .lae-module-meta span,
.lae-module-23 .lae-module-meta span,
.lae-module-24 .lae-module-meta span {
	font-size: 12px;
	line-height: 24px;
	vertical-align: middle
}

.lae-module-17 .lae-module-meta span:after,
.lae-module-18 .lae-module-meta span:after,
.lae-module-19 .lae-module-meta span:after,
.lae-module-20 .lae-module-meta span:after,
.lae-module-21 .lae-module-meta span:after,
.lae-module-22 .lae-module-meta span:after,
.lae-module-23 .lae-module-meta span:after,
.lae-module-24 .lae-module-meta span:after {
	content: none
}

.lae-module-17 .lae-module-meta .lae-social-avatar,
.lae-module-18 .lae-module-meta .lae-social-avatar,
.lae-module-19 .lae-module-meta .lae-social-avatar,
.lae-module-20 .lae-module-meta .lae-social-avatar,
.lae-module-21 .lae-module-meta .lae-social-avatar,
.lae-module-22 .lae-module-meta .lae-social-avatar,
.lae-module-23 .lae-module-meta .lae-social-avatar,
.lae-module-24 .lae-module-meta .lae-social-avatar {
	line-height: 0
}

.lae-module-17 .lae-posted-date,
.lae-module-18 .lae-posted-date,
.lae-module-19 .lae-posted-date,
.lae-module-20 .lae-posted-date,
.lae-module-21 .lae-posted-date,
.lae-module-22 .lae-posted-date,
.lae-module-23 .lae-posted-date,
.lae-module-24 .lae-posted-date {
	transition: all .3s ease
}

.lae-module-17 .lae-posted-date span,
.lae-module-18 .lae-posted-date span,
.lae-module-19 .lae-posted-date span,
.lae-module-20 .lae-posted-date span,
.lae-module-21 .lae-posted-date span,
.lae-module-22 .lae-posted-date span,
.lae-module-23 .lae-posted-date span,
.lae-module-24 .lae-posted-date span {
	font-size: 12px;
	line-height: 1;
	color: #999
}

.lae-module-17 .lae-posted-date:hover span,
.lae-module-18 .lae-posted-date:hover span,
.lae-module-19 .lae-posted-date:hover span,
.lae-module-20 .lae-posted-date:hover span,
.lae-module-21 .lae-posted-date:hover span,
.lae-module-22 .lae-posted-date:hover span,
.lae-module-23 .lae-posted-date:hover span,
.lae-module-24 .lae-posted-date:hover span {
	color: #777
}

.lae-module-17 .lae-avatar,
.lae-module-18 .lae-avatar,
.lae-module-19 .lae-avatar,
.lae-module-20 .lae-avatar,
.lae-module-21 .lae-avatar,
.lae-module-22 .lae-avatar,
.lae-module-23 .lae-avatar,
.lae-module-24 .lae-avatar {
	width: 24px;
	height: 24px;
	margin-right: 10px
}

.rtl .lae-module-17 .lae-avatar,
.rtl .lae-module-18 .lae-avatar,
.rtl .lae-module-19 .lae-avatar,
.rtl .lae-module-20 .lae-avatar,
.rtl .lae-module-21 .lae-avatar,
.rtl .lae-module-22 .lae-avatar,
.rtl .lae-module-23 .lae-avatar,
.rtl .lae-module-24 .lae-avatar {
	margin: 0 0 0 10px
}

.lae-module-17 .lae-module-image,
.lae-module-18 .lae-module-image,
.lae-module-19 .lae-module-image,
.lae-module-20 .lae-module-image,
.lae-module-21 .lae-module-image,
.lae-module-22 .lae-module-image,
.lae-module-23 .lae-module-image,
.lae-module-24 .lae-module-image {
	margin: 0 0 20px
}

.lae-module-17 .lae-module-details,
.lae-module-18 .lae-module-details,
.lae-module-19 .lae-module-details,
.lae-module-20 .lae-module-details,
.lae-module-21 .lae-module-details,
.lae-module-22 .lae-module-details,
.lae-module-23 .lae-module-details,
.lae-module-24 .lae-module-details {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center
}

.lae-module-17 .lae-module-details .lae-entry-retweets,
.lae-module-17 .lae-module-details .lae-entry-likes,
.lae-module-17 .lae-module-details .lae-entry-comments,
.lae-module-17 .lae-module-details .lae-entry-views,
.lae-module-18 .lae-module-details .lae-entry-retweets,
.lae-module-18 .lae-module-details .lae-entry-likes,
.lae-module-18 .lae-module-details .lae-entry-comments,
.lae-module-18 .lae-module-details .lae-entry-views,
.lae-module-19 .lae-module-details .lae-entry-retweets,
.lae-module-19 .lae-module-details .lae-entry-likes,
.lae-module-19 .lae-module-details .lae-entry-comments,
.lae-module-19 .lae-module-details .lae-entry-views,
.lae-module-20 .lae-module-details .lae-entry-retweets,
.lae-module-20 .lae-module-details .lae-entry-likes,
.lae-module-20 .lae-module-details .lae-entry-comments,
.lae-module-20 .lae-module-details .lae-entry-views,
.lae-module-21 .lae-module-details .lae-entry-retweets,
.lae-module-21 .lae-module-details .lae-entry-likes,
.lae-module-21 .lae-module-details .lae-entry-comments,
.lae-module-21 .lae-module-details .lae-entry-views,
.lae-module-22 .lae-module-details .lae-entry-retweets,
.lae-module-22 .lae-module-details .lae-entry-likes,
.lae-module-22 .lae-module-details .lae-entry-comments,
.lae-module-22 .lae-module-details .lae-entry-views,
.lae-module-23 .lae-module-details .lae-entry-retweets,
.lae-module-23 .lae-module-details .lae-entry-likes,
.lae-module-23 .lae-module-details .lae-entry-comments,
.lae-module-23 .lae-module-details .lae-entry-views,
.lae-module-24 .lae-module-details .lae-entry-retweets,
.lae-module-24 .lae-module-details .lae-entry-likes,
.lae-module-24 .lae-module-details .lae-entry-comments,
.lae-module-24 .lae-module-details .lae-entry-views {
	color: #666;
	margin-right: 25px;
	font-size: 12px;
	line-height: 1
}

.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-views,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-views,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-views,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-views,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-views,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-views,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-views,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-retweets,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-likes,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-comments,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-views {
	color: rgba(255, 255, 255, .5)
}

.lae-module-17 .lae-module-details .lae-entry-retweets i,
.lae-module-17 .lae-module-details .lae-entry-likes i,
.lae-module-17 .lae-module-details .lae-entry-comments i,
.lae-module-17 .lae-module-details .lae-entry-views i,
.lae-module-18 .lae-module-details .lae-entry-retweets i,
.lae-module-18 .lae-module-details .lae-entry-likes i,
.lae-module-18 .lae-module-details .lae-entry-comments i,
.lae-module-18 .lae-module-details .lae-entry-views i,
.lae-module-19 .lae-module-details .lae-entry-retweets i,
.lae-module-19 .lae-module-details .lae-entry-likes i,
.lae-module-19 .lae-module-details .lae-entry-comments i,
.lae-module-19 .lae-module-details .lae-entry-views i,
.lae-module-20 .lae-module-details .lae-entry-retweets i,
.lae-module-20 .lae-module-details .lae-entry-likes i,
.lae-module-20 .lae-module-details .lae-entry-comments i,
.lae-module-20 .lae-module-details .lae-entry-views i,
.lae-module-21 .lae-module-details .lae-entry-retweets i,
.lae-module-21 .lae-module-details .lae-entry-likes i,
.lae-module-21 .lae-module-details .lae-entry-comments i,
.lae-module-21 .lae-module-details .lae-entry-views i,
.lae-module-22 .lae-module-details .lae-entry-retweets i,
.lae-module-22 .lae-module-details .lae-entry-likes i,
.lae-module-22 .lae-module-details .lae-entry-comments i,
.lae-module-22 .lae-module-details .lae-entry-views i,
.lae-module-23 .lae-module-details .lae-entry-retweets i,
.lae-module-23 .lae-module-details .lae-entry-likes i,
.lae-module-23 .lae-module-details .lae-entry-comments i,
.lae-module-23 .lae-module-details .lae-entry-views i,
.lae-module-24 .lae-module-details .lae-entry-retweets i,
.lae-module-24 .lae-module-details .lae-entry-likes i,
.lae-module-24 .lae-module-details .lae-entry-comments i,
.lae-module-24 .lae-module-details .lae-entry-views i {
	font-size: 18px;
	color: #929292;
	margin-right: 6px;
	vertical-align: middle
}

.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-17 .lae-module-details .lae-entry-views i,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-18 .lae-module-details .lae-entry-views i,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-19 .lae-module-details .lae-entry-views i,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-20 .lae-module-details .lae-entry-views i,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-21 .lae-module-details .lae-entry-views i,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-22 .lae-module-details .lae-entry-views i,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-23 .lae-module-details .lae-entry-views i,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-retweets i,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-likes i,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-comments i,
.lae-dark-bg .lae-module-24 .lae-module-details .lae-entry-views i {
	color: rgba(255, 255, 255, .5)
}

.lae-module-17 .lae-read-more,
.lae-module-18 .lae-read-more,
.lae-module-19 .lae-read-more,
.lae-module-20 .lae-read-more,
.lae-module-21 .lae-read-more,
.lae-module-22 .lae-read-more,
.lae-module-23 .lae-read-more,
.lae-module-24 .lae-read-more {
	margin-top: 0;
	margin-left: auto
}

.rtl .lae-module-17 .lae-read-more,
.rtl .lae-module-18 .lae-read-more,
.rtl .lae-module-19 .lae-read-more,
.rtl .lae-module-20 .lae-read-more,
.rtl .lae-module-21 .lae-read-more,
.rtl .lae-module-22 .lae-read-more,
.rtl .lae-module-23 .lae-read-more,
.rtl .lae-module-24 .lae-read-more {
	margin-left: 0;
	margin-right: auto
}

.lae-module-17 .lae-read-more a,
.lae-module-18 .lae-read-more a,
.lae-module-19 .lae-read-more a,
.lae-module-20 .lae-read-more a,
.lae-module-21 .lae-read-more a,
.lae-module-22 .lae-read-more a,
.lae-module-23 .lae-read-more a,
.lae-module-24 .lae-read-more a {
	color: #444
}

.lae-module-18 .lae-module-meta {
	justify-content: flex-start
}

.lae-module-18 .lae-module-meta span.lae-published:before {
	content: "·";
	margin: 0 5px
}

.lae-module-19 .lae-module-meta {
	align-items: flex-start
}

.lae-module-19 .lae-module-meta .lae-avatar {
	height: 48px;
	width: 48px
}

.lae-module-19 .lae-module-meta span {
	vertical-align: top
}

.lae-module-19 .lae-module-meta .lae-twitter-name {
	font-size: 14px;
	color: #333
}

.lae-module-19 .lae-module-meta .lae-twitter-username {
	display: table;
	font-size: 12px;
	color: #999
}

.lae-module-19 .lae-module-details {
	margin-top: 10px;
	border-top: 1px solid #eeebeb;
	padding-top: 15px
}

.lae-tweet-fancybox-caption .lae-twitter-user .lae-author-username:before {
	content: "·";
	padding: 0 5px
}

.lae-tweet-fancybox-caption .lae-tweet-text {
	margin-top: 10px
}

.lae-block-youtube-grid .lae-module,
.lae-block-vimeo-grid .lae-module {
	padding: 0
}

.lae-block-youtube-grid .lae-module .lae-module-entry-info,
.lae-block-vimeo-grid .lae-module .lae-module-entry-info {
	height: 100%
}

.lae-block-youtube-grid .lae-module .lae-module-entry-info .lae-video-lightbox,
.lae-block-vimeo-grid .lae-module .lae-module-entry-info .lae-video-lightbox {
	height: 100%
}

.lae-block-youtube-grid .lae-module .lae-module-entry-info .lae-video-lightbox i,
.lae-block-vimeo-grid .lae-module .lae-module-entry-info .lae-video-lightbox i {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%)
}

.lae-block-youtube-grid .lae-module .lae-youtube-channel span,
.lae-block-youtube-grid .lae-module .lae-vimeo-channel span,
.lae-block-youtube-grid .lae-module .lae-posted-date span,
.lae-block-vimeo-grid .lae-module .lae-youtube-channel span,
.lae-block-vimeo-grid .lae-module .lae-vimeo-channel span,
.lae-block-vimeo-grid .lae-module .lae-posted-date span {
	transition: color .3s ease-in-out 0s
}

.lae-block-youtube-grid .lae-module .lae-module-image,
.lae-block-vimeo-grid .lae-module .lae-module-image {
	overflow: hidden
}

.lae-block-youtube-grid .lae-module .lae-module-image .lae-module-image-info,
.lae-block-vimeo-grid .lae-module .lae-module-image .lae-module-image-info {
	opacity: 1
}

.lae-block-youtube-grid .lae-module .lae-module-image .lae-entry-title,
.lae-block-vimeo-grid .lae-module .lae-module-image .lae-entry-title {
	opacity: 0;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(-23px);
	transform: translateY(-23px);
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	transition: opacity .3s ease-in-out 0s
}

.lae-block-youtube-grid .lae-module .lae-module-image .lae-entry-title a,
.lae-block-vimeo-grid .lae-module .lae-module-image .lae-entry-title a {
	color: #fff
}

.lae-block-youtube-grid .lae-module .lae-module-image .lae-entry-title:hover a,
.lae-block-vimeo-grid .lae-module .lae-module-image .lae-entry-title:hover a {
	text-decoration: underline
}

.lae-block-youtube-grid .lae-module .lae-module-image:hover .lae-entry-title,
.lae-block-vimeo-grid .lae-module .lae-module-image:hover .lae-entry-title {
	opacity: 1;
	z-index: 1
}

.lae-block-youtube-grid .lae-module .lae-module-image:hover img,
.lae-block-vimeo-grid .lae-module .lae-module-image:hover img {
	-webkit-filter: brightness(50%);
	filter: brightness(50%)
}

.lae-block-youtube-grid .lae-module .lae-entry-duration,
.lae-block-vimeo-grid .lae-module .lae-entry-duration {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 4px;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
	padding: 4px;
	border-radius: 2px;
	letter-spacing: .5px;
	font-size: 12px;
	line-height: 1
}

.lae-block-youtube-grid .lae-module .lae-terms,
.lae-block-vimeo-grid .lae-module .lae-terms {
	text-align: left
}

.lae-block-youtube-grid .lae-module .lae-terms a,
.lae-block-vimeo-grid .lae-module .lae-terms a {
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
	color: #888;
	transition: color .3s ease-in-out 0s
}

.lae-block-youtube-grid .lae-module .lae-terms a:hover,
.lae-block-vimeo-grid .lae-module .lae-terms a:hover {
	color: #555
}

.lae-block-youtube-grid .lae-module .lae-terms a:not(:first-child):before,
.lae-block-vimeo-grid .lae-module .lae-terms a:not(:first-child):before {
	content: ",";
	margin-right: 3px
}

.lae-block-youtube-grid .lae-module-20 .lae-terms,
.lae-block-vimeo-grid .lae-module-20 .lae-terms {
	margin: 0 0 5px
}

.lae-block-youtube-grid .lae-module-21 .lae-module-image,
.lae-block-vimeo-grid .lae-module-21 .lae-module-image {
	margin: 0
}

.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details,
.lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details {
	padding: 20px;
	background: #f5f5f5;
	margin: 0;
	border-radius: 0 0 6px 6px
}

.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details .lae-module-meta,
.lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details .lae-module-meta {
	margin-bottom: 10px
}

.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details .lae-module-meta span,
.lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details .lae-module-meta span {
	color: #666
}

.lae-block-youtube-grid .lae-module-21 .lae-module-entry-details .lae-entry-summary,
.lae-block-vimeo-grid .lae-module-21 .lae-module-entry-details .lae-entry-summary {
	color: #888;
	margin: 10px 0 20px
}

.lae-block-youtube-grid .lae-module .lae-module-image {}

.lae-block-youtube-grid .lae-module .lae-module-image img {
	margin: -10% 0
}

.lae-youtube-channel-data {
	padding: 35px;
	background: #f5f5f5;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px
}

.lae-youtube-channel-data .lae-youtube-channel-details {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px
}

.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-logo {
	margin-right: 20px;
	width: 80px;
	height: 80px
}

@media only screen and (max-width:767px) {
	.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-logo {
		margin-right: 15px;
		width: 64px;
		height: 64px
	}
}

.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-info {
	flex-grow: 1
}

.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-stats span {
	color: #777
}

.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-stats span:not(:first-child):before {
	content: ", "
}

.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: bolder
}

.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-channel-desc {
	color: #777;
	margin: 0
}

@media only screen and (max-width:640px) {
	.lae-youtube-channel-data .lae-youtube-channel-details .lae-youtube-subscribe {
		flex-basis: 100%;
		margin-top: 10px
	}
}

@media only screen and (max-width:960px) {
	.lae-youtube-channel-data {
		padding: 20px
	}
}

@media only screen and (max-width:767px) {
	.lae-youtube-channel-data {
		padding: 20px 15px
	}
}

.lae-vimeo-channel-data,
.lae-instagram-user-data {
	padding: 35px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 10px
}

.lae-vimeo-channel-data .lae-vimeo-channel-details,
.lae-vimeo-channel-data .lae-instagram-user-details,
.lae-instagram-user-data .lae-vimeo-channel-details,
.lae-instagram-user-data .lae-instagram-user-details {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-logo,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-logo,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-logo,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-logo,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-logo,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-logo,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-logo,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-logo {
	margin-right: 20px;
	width: 96px;
	height: 96px;
	min-width: 96px
}

@media only screen and (max-width:767px) {

	.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-logo,
	.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-logo,
	.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-logo,
	.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-logo,
	.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-logo,
	.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-logo,
	.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-logo,
	.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-logo {
		margin-right: 15px
	}
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-info,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-info,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-info,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-info,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-info,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-info,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-info,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-info {
	flex-grow: 1
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats {
	font-size: 0
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span {
	color: #333;
	font-size: 15px;
	line-height: 28px
}

@media only screen and (max-width:767px) {

	.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span,
	.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span,
	.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span,
	.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span,
	.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span,
	.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span,
	.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span,
	.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span {
		font-size: 13px;
		line-height: 20px
	}
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before {
	content: "|";
	padding: 0 8px;
	color: #999;
	font-size: 10px
}

@media only screen and (max-width:767px) {

	.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before,
	.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before,
	.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before,
	.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before,
	.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-stats span:not(:first-child):before,
	.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-stats span:not(:first-child):before,
	.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-stats span:not(:first-child):before,
	.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-stats span:not(:first-child):before {
		padding: 0 4px
	}
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-website,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-website,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-website,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-website,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-website,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-website,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-website,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-website {
	font-size: 14px;
	line-height: 1;
	color: #777;
	margin-left: 5px;
	transition: color .3s ease-in-out 0s
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-website:hover,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-website:hover,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-website:hover,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-website:hover,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-website:hover,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-website:hover,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-website:hover,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-website:hover {
	color: #333
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-username,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-username,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-username,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-username {
	display: block
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-location,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-location,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-location,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-location {
	color: #666
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-title,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-title,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-title,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-title,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-title,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-title,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-title,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: bolder
}

.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-vimeo-channel-title,
.lae-vimeo-channel-data .lae-vimeo-channel-details .lae-instagram-user-title,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-vimeo-channel-title,
.lae-vimeo-channel-data .lae-instagram-user-details .lae-instagram-user-title,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-vimeo-channel-title,
.lae-instagram-user-data .lae-vimeo-channel-details .lae-instagram-user-title,
.lae-instagram-user-data .lae-instagram-user-details .lae-vimeo-channel-title,
.lae-instagram-user-data .lae-instagram-user-details .lae-instagram-user-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: bolder
}

.lae-vimeo-channel-data .lae-vimeo-channel-desc,
.lae-vimeo-channel-data .lae-instagram-user-desc,
.lae-instagram-user-data .lae-vimeo-channel-desc,
.lae-instagram-user-data .lae-instagram-user-desc {
	color: #777;
	margin: 0
}

@media only screen and (max-width:960px) {

	.lae-vimeo-channel-data,
	.lae-instagram-user-data {
		padding: 20px
	}
}

@media only screen and (max-width:767px) {

	.lae-vimeo-channel-data,
	.lae-instagram-user-data {
		padding: 20px 15px
	}
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-lightbox-item i {
	font-size: 28px
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-lightbox-item.lae-click-anywhere {
	z-index: 1
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox {
	height: 100%
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox i {
	transition: font-size .2s ease-in-out 0s
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox:hover i {
	font-size: 36px
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-video-lightbox.lae-click-anywhere {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-retweets,
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-likes,
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-comments,
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-views {
	color: #fefefe;
	margin-right: 25px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700
}

.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-retweets i,
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-likes i,
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-comments i,
.lae-block-instagram-grid .lae-module .lae-module-image .lae-module-entry-info .lae-entry-views i {
	font-size: 20px;
	color: #ededed;
	margin-right: 6px;
	vertical-align: middle
}

.lae-module-22 .lae-module-image .lae-video-lightbox i,
.lae-module-24 .lae-module-image .lae-video-lightbox i {
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	text-align: center
}

.lae-module-23 {
	padding: 0
}

.lae-module-23 .lae-module-image {
	margin: 0
}

.lae-module-23 .lae-module-image .lae-video-lightbox i {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	transform: none;
	padding: 10px
}

.lae-module-24 {
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	transition: all .3s linear 0s;
	padding: 0
}

.lae-module-24:hover {
	box-shadow: 0 1px 20px rgba(0, 0, 0, .2)
}

.lae-module-24 .lae-module-image {
	margin: 0
}

.lae-module-24 .lae-module-entry-details {
	background: #fff;
	padding: 25px 20px
}

.yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 20px;
	right: 18px;
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0
}

.yith-wcwl-add-button img {
	display: none
}

.yith-wcwl-wishlistaddedbrowse:before,
.yith-wcwl-wishlistexistsbrowse:before {
	content: "\f004";
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	height: 29px;
	line-height: 29px
}

.add_to_wishlist:before {
	content: "\f08a";
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	height: 29px;
	line-height: 29px
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
	color: #f94213
}

.yith-wcwl-add-to-wishlist>* {
	display: none;
	font-size: 0
}

.yith-wcwl-add-to-wishlist a {
	color: #f94213
}

.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist *:before {
	position: absolute;
	overflow: hidden;
	display: block;
	z-index: 0;
	width: 17px;
	height: 17px;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: center;
	line-height: 17px
}

.yith-wcwl-add-to-wishlist *:before {
	font-size: 15px
}

.lae-block-woocommerce-grid .lae-module .lae-module-image:hover .lae-item-on-sale span.onsale {
	filter: brightness(.8)
}

.lae-block-woocommerce-grid .lae-module .lae-module-image:hover .lae-post-link:after {
	opacity: .5
}

.lae-block-woocommerce-grid .lae-entry-title,
.lae-block-woocommerce-grid .entry-title {
	font-size: 16px;
	line-height: 24px
}

.lae-block-woocommerce-grid .lae-item-on-sale span.onsale {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #f94213;
	color: #fff;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .4px;
	z-index: 9;
	transition: all .4s ease-in-out 0s;
	border-radius: 0;
	min-height: 10px;
	min-width: 10px
}

.lae-block-woocommerce-grid .lae-item-price .amount {
	color: #9a2a0d;
	font-size: 15px;
	line-height: 1
}

.lae-block-woocommerce-grid .lae-item-price ins {
	text-decoration: none;
	background: 0 0
}

.lae-block-woocommerce-grid .lae-item-price del .amount {
	color: #aaa
}

.lae-dark-bg .lae-block-woocommerce-grid .lae-item-price del .amount {
	color: rgba(255, 255, 255, .7)
}

.lae-block-woocommerce-grid .lae-item-cart-button .button {
	margin: 15px 0 0;
	display: inline-block;
	font-family: inherit;
	background: 0 0;
	color: #343232;
	border: 2px solid #b4b4b4;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 14px;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.lae-dark-bg .lae-block-woocommerce-grid .lae-item-cart-button .button {
	color: rgba(255, 255, 255, .7);
	border-color: rgba(255, 255, 255, .5)
}

.lae-block-woocommerce-grid .lae-item-cart-button .button:hover {
	color: #fff;
	border-color: #f94213;
	background: #f94213
}

.lae-block-woocommerce-grid .star-rating {
	float: none;
	margin-bottom: 10px
}

.lae-block-woocommerce-grid .star-rating::before {
	color: #bbb
}

.lar-dark-bg .lae-block-woocommerce-grid .star-rating::before {
	color: rgba(255, 255, 255, .7)
}

.lae-block-woocommerce-grid .star-rating span::before {
	color: #f9ca63
}

.lae-block-woocommerce-grid .lae-quick-view {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .4px;
	opacity: 0;
	visibility: hidden;
	z-index: 12;
	transition: all .3s ease
}

.lae-block-woocommerce-grid .lae-module:hover .lae-quick-view {
	opacity: 1;
	visibility: visible
}

.lae-block-woocommerce-grid .lae-quick-view:hover {
	background-color: rgba(0, 0, 0, .8);
	color: #fff
}

.lae-block-woocommerce-grid .lae-quick-view i {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-right: 6px;
	line-height: 1;
	vertical-align: middle;
	margin-top: -3px
}

.lae-block-woocommerce-grid-1 .lae-module .lae-module-entry-text {
	text-align: center
}

.lae-block-woocommerce-grid-1 .lae-module .lae-item-rating .star-rating {
	margin: 0 auto 10px
}

.lae-block-woocommerce-grid-2 .lae-module .lae-module-entry-text {
	text-align: left
}

.lae-block-woocommerce-grid-2 .lae-module .lae-item-rating .star-rating {
	margin: 0 0 10px
}

.lae-block-woocommerce-grid-2 .lae-module .lae-item-cart-button .button {
	border-radius: 0
}

#lae-qv-content {
	position: relative;
	background-color: #fff;
	max-width: 875px
}

#lae-qv-content .lae-qv-images {
	position: relative
}

#lae-qv-content .lae-qv-slides,
#lae-qv-content .lae-qv-slides li,
#lae-qv-content .flex-control-nav,
#lae-qv-content .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

#lae-qv-content .lae-qv-slides {
	display: inline-block;
	vertical-align: top
}

#lae-qv-content .summary {
	padding: 0 0 0 25px;
	margin: 0
}

#lae-qv-content .flex-viewport {
	float: none;
	width: 100%
}

#lae-qv-content img {
	display: block;
	width: 100%;
	height: auto
}

#lae-qv-content .flex-control-nav {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center
}

#lae-qv-content .flex-control-nav li {
	display: inline-block;
	position: relative;
	margin: 0 5px;
	line-height: 1;
	z-index: 10
}

#lae-qv-content .flex-control-nav li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 3px solid #111;
	opacity: .4;
	text-indent: -9999px;
	cursor: pointer;
	border-radius: 50%
}

#lae-qv-content .flex-control-nav li a:hover {
	opacity: .7
}

#lae-qv-content .flex-control-nav li a.flex-active {
	background: rgba(0, 0, 0, .9);
	cursor: default
}

#lae-qv-content .flex-direction-nav a {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	color: rgba(0, 0, 0, .8);
	opacity: 0;
	overflow: hidden;
	cursor: pointer;
	z-index: 10
}

#lae-qv-content .flex-direction-nav a:before {
	display: inline-block;
	font: 900 30px/1 fontawesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#lae-qv-content .flex-direction-nav a.flex-next,
#lae-qv-content .flex-direction-nav a.flex-prev {
	background: 0 0
}

#lae-qv-content .flex-direction-nav a.flex-prev {
	left: -50px;
	text-align: right
}

#lae-qv-content .flex-direction-nav a.flex-prev:before {
	content: "\f104"
}

#lae-qv-content .flex-direction-nav a.flex-next {
	right: -50px
}

#lae-qv-content .flex-direction-nav a.flex-next:before {
	content: "\f105"
}

#lae-qv-content .lae-qv-images:hover .flex-direction-nav a.flex-prev {
	opacity: .8;
	left: 10px
}

#lae-qv-content .lae-qv-images:hover .flex-direction-nav a.flex-next {
	opacity: .8;
	right: 10px
}

#lae-qv-content .product {
	margin: 0
}

#lae-qv-content .product .onsale {
	background-color: #f94213;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-block;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 400;
	z-index: 10;
	border-radius: 0;
	min-height: 10px;
	min-width: 10px
}

#lae-qv-content .product .images {
	margin-bottom: 20px
}

#lae-qv-content .product .product_title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px
}

#lae-qv-content .product .woocommerce-product-rating {
	margin-bottom: 15px
}

#lae-qv-content .product .star-rating {
	float: none
}

#lae-qv-content .product .star-rating::before {
	color: #bbb
}

#lae-qv-content .product .star-rating span::before {
	color: #f9ca63
}

#lae-qv-content .product p.price,
#lae-qv-content .product span.price {
	display: block;
	clear: both;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #f94213
}

#lae-qv-content .product .summary p.price del,
#lae-qv-content .product .summary p.price ins {
	background: 0 0
}

#lae-qv-content .product .summary p.price del,
#lae-qv-content .product .summary p.price del span {
	font-size: 18px;
	line-height: 32px;
	color: #999
}

#lae-qv-content .product .summary p.price ins,
#lae-qv-content .product .summary p.price ins span {
	font-size: 24px;
	line-height: 32px;
	color: #f94213
}

#lae-qv-content .product form.cart input {
	padding: 10px
}

#lae-qv-content .product form.cart input,
#lae-qv-content .product form.cart .button {
	font-size: 14px;
	line-height: 1;
	font-weight: 600
}

#lae-qv-content .product form.cart .variations {
	table-layout: auto
}

#lae-qv-content .product form.cart .variations select,
#lae-qv-content .product form.cart .variations label {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 1
}

#lae-qv-content .product form.cart .button {
	padding: 12px 20px;
	background: #f94213;
	color: #fff;
	transition: all .3s ease-in-out 0s
}

#lae-qv-content .product form.cart .button:hover {
	background: #4b4b4b
}

#lae-qv-content .product .woocommerce-product-details__short-description,
#lae-qv-content .product .woocommerce-variation-description {
	font-size: 15px;
	line-height: 22px
}

#lae-qv-content .product .product_meta {
	clear: both;
	font-size: 13px;
	line-height: 22px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-top: -1px;
	padding: 12px 0;
	color: #787878;
	margin-top: 30px;
	border-color: #eaeaea
}

#lae-qv-content .product .product_meta span {
	display: block
}

#lae-qv-content .product .product_meta span.sku {
	display: inline
}

#lae-qv-content .product .product_meta .posted_in {
	color: #333;
	font-weight: 600
}

#lae-qv-content .product .product_meta .posted_in a {
	color: #ababab;
	font-weight: 400;
	text-decoration: none
}

#lae-qv-content .product .product_meta .posted_in a:hover {
	color: #f94213
}

#lae-qv-content .product .product_meta .tagged_as {
	color: #333;
	font-weight: 600
}

#lae-qv-content .product .product_meta .tagged_as a {
	color: #ababab;
	font-weight: 400
}

#lae-qv-content .product .product_meta .tagged_as a:hover {
	color: #13aff0
}

#lae-qv-content .product .sku_wrapper {
	color: #333;
	font-weight: 600
}

#lae-qv-content .product .sku_wrapper span {
	display: inline;
	color: #555;
	font-weight: 400
}

#lae-qv-content select {
	padding: 0 12px
}

#lae-qv-content a.woocommerce-review-link {
	display: none
}

.lae-fancybox-caption .lae-fancybox-title,
.lae-fancybox-caption .lae-fancybox-title:link,
.lae-fancybox-caption .lae-fancybox-title:visited,
.lae-fancybox-caption .lae-fancybox-post-author,
.lae-fancybox-caption .lae-fancybox-post-author:link,
.lae-fancybox-caption .lae-fancybox-post-author:visited {
	color: #eee
}

.lae-fancybox-caption .lae-fancybox-description {
	font-size: 13px;
	line-height: 18px;
	color: #ccc;
	margin: 5px 0 0;
	max-width: 800px;
	margin: 5px auto
}

.lae-fancybox-caption .lae-fancybox-read-more,
.lae-fancybox-caption .lae-fancybox-read-more:link,
.lae-fancybox-caption .lae-fancybox-read-more:visited {
	font-size: 11px;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px
}

.lae-fancybox-caption .lae-fancybox-read-more:after,
.lae-fancybox-caption .lae-fancybox-read-more:link:after,
.lae-fancybox-caption .lae-fancybox-read-more:visited:after {
	font-size: 14px;
	line-height: 1;
	content: "›";
	display: inline-block;
	margin-left: 7px
}

.lae-fancybox-video {
	height: 100%;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover
}

.lae-fancybox-video video {
	max-height: 100%
}

.lae-block-grid .lae-module {
	padding: 0
}

.lae-block-gallery .lae-module {
	padding: 0
}

.lae-block-12 .lae-module-trans1 {
	margin-bottom: 30px
}

/*# sourceMappingURL=lae-blocks.css.map */
@charset "UTF-8";

.lae-animated-text {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	display: flex
}

.lae-animated-text.lae-align-left {
	justify-content: flex-start
}

.lae-animated-text.lae-align-right {
	justify-content: flex-end
}

.lae-animated-text.lae-align-center {
	justify-content: center
}

.lae-animated-text .lae-animated-text-items {
	display: grid;
	padding: 0 10px
}

.lae-animated-text .lae-animated-text-items .lae-animated-text-item {
	grid-area: 1/1;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap
}

.lae-animated-text .lae-animated-text-items .lae-animated-text-item span {
	display: block;
	position: relative;
	white-space: pre;
	opacity: 0;
	display: none
}

.lae-animated-text .lae-animated-text-items .lae-animated-text-item.lae-visible span {
	display: block
}

.lae-carousel .lae-carousel-item {
	position: relative
}

.lae-carousel.lae-container {
	max-width: none
}

.lae-clients .lae-client {
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden
}

.lae-dark-bg .lae-clients .lae-client {
	border-color: #505050 !important
}

.lae-clients .lae-client img {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	width: 100%;
	margin: 0;
	display: block
}

.lae-clients .lae-client .lae-client-name {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	margin-top: -12px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	transition: opacity .4s ease-in-out 0s;
	opacity: 0
}

.lae-clients .lae-client .lae-client-name a {
	color: #fff;
	text-decoration: none
}

.lae-clients .lae-client .lae-image-overlay {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #000;
	-moz-opacity: 0;
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

.lae-clients .lae-client:hover .lae-image-overlay {
	opacity: .7
}

.lae-dark-bg .lae-clients .lae-client:hover .lae-image-overlay {
	opacity: .8
}

.lae-clients .lae-client:hover .lae-client-name {
	opacity: 1
}

.lae-device-slider {
	position: relative;
	margin: auto
}

.lae-device-slider .lae-device-image {
	position: relative;
	pointer-events: none;
	z-index: 8
}

.lae-device-slider .lae-device-image img {
	width: 100%
}

.lae-device-slider .lae-device-slides {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4
}

.lae-device-slider .slick-list {
	overflow: hidden;
	height: 100%
}

.lae-device-slider .slick-list .slick-slide>div,
.lae-device-slider .slick-list .slick-track {
	height: 100%;
	overflow: hidden
}

.lae-device-slider .lae-device-slide {
	height: 100%
}

.lae-device-slider .lae-device-slide img {
	height: 100%;
	width: 100%;
	max-width: none;
	object-fit: cover
}

.lae-heading.lae-style3 {
	margin: 0 auto 30px
}

.lae-heading.lae-style3 .lae-title {
	font-size: 22px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.lae-heading.lae-style3 .lae-title:after {
	width: 35px;
	height: 1px;
	background: #aaa;
	display: block;
	content: ""
}

.lae-heading.lae-style3 .lae-title:after {
	margin: 10px auto 20px
}

.lae-dark-bg .lae-heading.lae-style3 .lae-title:after {
	background: rgba(255, 255, 255, .5)
}

@media only screen and (max-width:767px) {
	.lae-heading.lae-style3 .lae-title {
		font-size: 16px;
		line-height: 24px
	}
}

.lae-heading.lae-style3.lae-alignleft,
.lae-heading.lae-style3.lae-alignright {
	margin: 0 0 30px
}

.lae-heading.lae-style3.lae-alignleft .lae-title:after,
.lae-heading.lae-style3.lae-alignright .lae-title:after {
	margin: 10px 0 20px
}

.lae-marquee-text-container {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden
}

.lae-marquee-text-content {
	display: flex;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden
}

.lae-marquee-text-content .lae-marquee-text-items {
	display: flex;
	align-items: center
}

.lae-marquee-text-content .lae-marquee-text-items:hover {
	animation-play-state: paused
}

.lae-marquee-text-content .lae-marquee-text-items .lae-marquee-text {
	font-size: 96px;
	line-height: 1.2;
	padding: 0;
	transition: color .3s ease-out
}

.lae-marquee-text-content .lae-marquee-text-items .lae-marquee-subtext {
	font-size: 24px;
	line-height: 1.4
}

.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon {
	align-self: center
}

.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-icon-wrapper,
.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-image-wrapper {
	display: flex;
	align-items: center
}

.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-icon-wrapper i,
.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-icon-wrapper svg {
	font-size: 30px
}

.lae-marquee-text-content .lae-marquee-text-items .lae-separator-icon .lae-image-wrapper img {
	max-width: 100px;
	height: auto
}

.lae-marquee-text-content .lae-marquee-text-items:not(.lae-clone) {
	animation: lae-horizontal-scroll 20s linear infinite
}

.lae-marquee-text-content .lae-marquee-text-items.lae-clone {
	position: absolute;
	top: 0;
	left: 0;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateX(100%);
	animation: lae-horizontal-scroll-alt 20s linear infinite
}

@keyframes lae-horizontal-scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}

@keyframes lae-horizontal-scroll-alt {
	0% {
		transform: translateX(100%)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes lae-horizontal-reverse-scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(100%)
	}
}

@keyframes lae-horizontal-reverse-scroll-alt {
	0% {
		transform: translateX(-100%)
	}

	100% {
		transform: translateX(0)
	}
}

.lae-message-box-container {
	transition: height .25s cubic-bezier(.06, .51, .48, 11)
}

.lae-message-box {
	display: flex;
	padding: 40px;
	background: #d9edf7;
	transition: opacity .2s ease, visibility .2s ease
}

.lae-message-box.lae-hidden {
	opacity: 0;
	visibility: hidden
}

.lae-message-box .lae-icon-wrapper,
.lae-message-box .lae-image-wrapper {
	line-height: 1;
	margin-right: 20px
}

.lae-message-box .lae-icon-wrapper i,
.lae-message-box .lae-icon-wrapper svg {
	color: #748085;
	fill: #748085;
	font-size: 36px
}

.lae-message-box .lae-message-title {
	margin: 0
}

.lae-message-box .lae-message-text {
	margin: 0
}

.lae-message-box .lae-close-icon {
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 1;
	cursor: pointer;
	transition: color .25s ease-in-out
}

.lae-message-box .lae-close-icon i {
	color: #697073;
	font-size: 24px
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center
}

.lae-odometers {
	clear: both;
	font-size: 0
}

.lae-odometers .lae-odometer {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	margin-bottom: 20px
}

.rtl .lae-odometers .lae-odometer {
	text-align: right
}

.lae-odometers .lae-odometer:last-child:after {
	border: none
}

.lae-odometers .lae-odometer .lae-prefix,
.lae-odometers .lae-odometer .lae-suffix {
	display: inline;
	font-size: 36px;
	line-height: 48px;
	color: #333;
	vertical-align: middle
}

.lae-dark-bg .lae-odometers .lae-odometer .lae-prefix,
.lae-dark-bg .lae-odometers .lae-odometer .lae-suffix {
	color: #e5e5e5
}

.lae-odometers .lae-odometer .lae-prefix {
	margin-right: 5px;
	margin-left: 5px
}

.lae-odometers .lae-odometer .lae-suffix {
	margin-left: 5px
}

.lae-odometers .lae-odometer .lae-number {
	font-size: 60px;
	line-height: 72px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 2px;
	font-weight: 900;
	color: #333;
	margin-bottom: 10px
}

.lae-odometers .lae-odometer .lae-number span {
	font-size: 60px
}

.lae-dark-bg .lae-odometers .lae-odometer .lae-number {
	color: #fff
}

.lae-odometers .lae-odometer .lae-stats-title {
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	color: #888
}

.lae-dark-bg .lae-odometers .lae-odometer .lae-stats-title {
	color: rgba(255, 255, 255, .7)
}

.lae-odometers .lae-odometer .lae-stats-title span {
	float: left;
	margin-right: 15px
}

.rtl .lae-odometers .lae-odometer .lae-stats-title span {
	float: right;
	margin: 0 0 0 15px
}

.lae-odometers .lae-odometer .lae-stats-title .lae-icon-wrapper i,
.lae-odometers .lae-odometer .lae-stats-title .lae-icon-wrapper svg {
	font-size: 32px;
	vertical-align: middle;
	color: #ccc;
	fill: #ccc
}

@media only screen and (max-width:960px) {
	.lae-odometers .lae-odometer .lae-number {
		font-size: 48px;
		line-height: 56px;
		margin-bottom: 0
	}

	.lae-odometers .lae-odometer .lae-number span {
		font-size: 48px
	}

	.lae-odometers .lae-odometer .lae-stats-title {
		font-size: 15px;
		line-height: 26px
	}
}

@media only screen and (max-width:479px) {
	.lae-odometers .lae-odometer {
		text-align: center
	}
}

.lae-piecharts {
	clear: both
}

.lae-piechart {
	position: relative;
	text-align: center;
	overflow: hidden
}

.lae-piechart canvas {
	position: relative;
	top: 0;
	left: 0;
	max-width: 100%;
	margin: 0 auto
}

.lae-piechart .lae-label {
	text-align: center;
	color: #888
}

.lae-dark-bg .lae-piechart .lae-label {
	color: rgba(255, 255, 255, .7)
}

.lae-piechart .lae-percentage span {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 60px;
	line-height: 60px;
	font-weight: 300;
	text-align: center;
	color: #333;
	font-weight: bolder
}

.lae-dark-bg .lae-piechart .lae-percentage span {
	color: #fff
}

.lae-piechart .lae-percentage sup {
	font-size: 18px;
	vertical-align: middle
}

.lae-piecharts-style1 .lae-piechart .lae-label {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 55%;
	max-width: 65%
}

.lae-piecharts-style2 .lae-piechart .lae-label {
	margin-top: 20px;
	font-size: large
}

.lae-piecharts-style2 .lae-piechart .lae-percentage {
	position: relative;
	line-height: 1
}

.lae-piecharts-style2 .lae-piechart .lae-percentage span {
	top: 50%;
	transform: translateY(-50%)
}

.lae-piechart.dark-bg .lae-label {
	color: #fff
}

.lae-piechart.dark-bg .lae-percentage span {
	color: #eee
}

@media only screen and (max-width:479px) {
	.lae-piechart canvas {
		margin-bottom: 15px
	}
}

.lae-portfolio-wrap {
	clear: both;
	overflow: hidden
}

.lae-portfolio-wrap .lae-portfolio-header {
	position: relative;
	max-width: 1140px;
	margin: 0 auto 30px;
	overflow: hidden;
	clear: both;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.lae-portfolio-wrap .lae-portfolio-header.lae-no-heading {
	justify-content: center
}

@media only screen and (max-width:800px) {
	.lae-portfolio-wrap .lae-portfolio-header {
		flex-flow: column wrap;
		justify-content: flex-start
	}
}

.lae-portfolio-wrap .lae-heading {
	display: inline-block;
	text-align: left;
	max-width: none;
	font-size: 32px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	margin: 0 100px 0 0
}

.rtl .lae-portfolio-wrap .lae-heading {
	margin: 0 0 0 100px
}

.lae-dark-bg .lae-portfolio-wrap .lae-heading {
	color: #e5e5e5
}

@media only screen and (max-width:800px) {
	.lae-portfolio-wrap .lae-heading {
		margin-bottom: 30px
	}
}

.lae-portfolio-wrap .lae-taxonomy-filter {
	display: block;
	margin: 0;
	padding: 0;
	align-self: center
}

@media only screen and (max-width:800px) {
	.lae-portfolio-wrap .lae-taxonomy-filter {
		align-self: flex-start
	}
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item {
	position: relative;
	display: inline-block;
	margin: 0 0 15px 0;
	padding: 0;
	font-style: normal;
	border-bottom: 1px solid #ddd
}

.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item {
	border-color: #444
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
	font-size: 15px;
	line-height: 24px;
	transition: all .4s ease-in-out 0s;
	display: block;
	color: #777;
	padding: 0 15px 15px
}

.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
	color: #999
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover {
	color: #222
}

.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a:hover {
	color: #fff
}

@media only screen and (max-width:479px) {
	.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
		padding: 0 10px 8px
	}
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #222
}

.lae-dark-bg .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active a {
	color: #fff
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 3px solid #f94213;
	width: 100%
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item:last-child {
	margin-right: 0
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .hentry {
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0;
	box-shadow: none
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image {
	position: relative;
	overflow: hidden
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img {
	display: block;
	width: 100%;
	transition: all .4s ease-in-out 0s
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover img {
	filter: brightness(50%)
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info {
	display: block;
	text-align: center
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-entry-info {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	transform: translateY(-50%)
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title {
	padding: 10px;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

@media only screen and (max-width:1024px) {
	.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title {
		font-size: 18px;
		line-height: 26px
	}
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a {
	display: inline;
	color: #fff;
	transition: all .3s ease-in-out 0s;
	border-bottom: 1px solid transparent
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a:hover {
	border-bottom: 1px solid #ccc
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms {
	display: block;
	color: #f9f9f9;
	font-size: 14px;
	line-height: 22px;
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a {
	color: #ddd;
	position: relative;
	display: inline;
	zoom: 1;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	transition: all .4s ease-in-out 0s
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-terms a:hover {
	color: #fff
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-post-title,
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image:hover .lae-image-info .lae-terms {
	opacity: 1
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap {
	text-align: center;
	max-width: 650px;
	margin: 20px auto 0
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:after,
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title:before {
	display: none
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
	transition: all .4s ease-in-out 0s;
	color: #333
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover {
	color: #888
}

.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a {
	color: #e0e0e0
}

.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title a:hover {
	color: #fff
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #999
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:after {
	content: "//";
	padding-left: 6px;
	padding-right: 6px
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:first-child {
	border: none;
	padding-left: 0
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span:last-child:after {
	display: none
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span a {
	transition: all .3s ease-in-out 0s;
	font-style: normal
}

.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-meta span {
	color: #707070
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
	margin: 15px auto 0;
	padding: 0
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
	width: 35px;
	height: 1px;
	background: #aaa;
	display: block;
	content: "";
	text-align: center;
	margin: 0 auto 15px
}

.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary {
	color: #999
}

.lae-dark-bg .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before {
	background: #505050
}

.lae-portfolio-wrap .lae-portfolio-item .lae-read-more {
	margin: 25px 0 0 0
}

.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button) {
	color: #333;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 0;
	transition: color .3s ease-in-out 0s
}

.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):hover {
	color: #666
}

.lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):after {
	content: "›";
	display: inline-block;
	margin-left: 7px
}

.rtl .lae-portfolio-wrap .lae-portfolio-item .lae-read-more a:not(.lae-button):after {
	margin: 0 7px 0 0
}

.lae-posts-carousel {
	clear: both;
	max-width: none
}

@media only screen and (min-width:1024px) {
	.lae-posts-carousel {
		max-width: 96%
	}
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .hentry {
	background: #fff;
	border-radius: 6px;
	border: none;
	padding: 0;
	margin: 0;
	transition: box-shadow .25s ease 0s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	overflow: hidden
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .hentry:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image {
	position: relative;
	overflow: hidden
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image img {
	width: 100%;
	display: block;
	transition: all .4s ease-in-out 0s;
	max-width: 100%
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover img {
	filter: brightness(50%)
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info {
	display: block;
	text-align: center
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	transform: translateY(-50%)
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {
	padding: 10px;
	margin: 0;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

@media only screen and (max-width:1024px) {
	.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title {
		font-size: 18px;
		line-height: 26px
	}
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a {
	display: inline;
	color: #fff;
	transition: all .3s ease-in-out 0s;
	border-bottom: 1px solid transparent
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-post-title a:hover {
	border-bottom: 2px solid #ccc
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms {
	display: block;
	color: #f9f9f9;
	font-size: 14px;
	line-height: 22px;
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a {
	color: #ddd;
	position: relative;
	display: inline;
	zoom: 1;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	transition: all .4s ease-in-out 0s
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-terms a:hover {
	color: #fff
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-post-title,
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-project-image:hover .lae-image-info .lae-terms {
	opacity: 1
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap {
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
	padding: 25px 15px
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:after,
.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title:before {
	display: none
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a {
	color: #333;
	transition: all .4s ease-in-out 0s
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-title a:hover {
	color: #888
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-style: italic;
	color: #999
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span a {
	transition: all .3s ease-in-out 0s;
	font-style: normal
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:after {
	content: "//";
	padding-left: 6px;
	padding-right: 6px
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:first-child {
	border: none;
	padding-left: 0
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-entry-meta span:last-child:after {
	display: none
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary {
	padding: 0;
	margin: 10px auto 0
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary:before {
	width: 35px;
	height: 1px;
	background: #aaa;
	display: block;
	content: "";
	text-align: center;
	margin: 0 auto 15px
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list {
	transition: all .4s ease-in-out 0s
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {
	width: 35px;
	height: 1px;
	background: #aaa;
	display: block;
	content: ""
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list:after {
	text-align: center;
	margin: 10px auto 10px
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .lae-entry-text-wrap .lae-category-list a {
	font-style: italic;
	transition: all .4s ease-in-out 0s
}

.lae-posts-carousel.lae-classic-skin .lae-posts-carousel-item .type-post .lae-entry-text-wrap .entry-summary:before {
	display: none
}

.lae-posts-carousel .lae-posts-carousel-item .lae-read-more {
	margin: 25px 0 0 0
}

.lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button) {
	color: #333;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 0;
	transition: color .3s ease-in-out 0s
}

.lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):hover {
	color: #666
}

.lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):after {
	content: "›";
	display: inline-block;
	margin-left: 7px
}

.rtl .lae-posts-carousel .lae-posts-carousel-item .lae-read-more a:not(.lae-button):after {
	margin: 0 7px 0 0
}

.lae-device-slider .slick-next:before,
.lae-device-slider .slick-prev:before,
.lae-posts-gridbox-slider .slick-next:before,
.lae-posts-gridbox-slider .slick-prev:before,
.lae-posts-multislider .slick-next:before,
.lae-posts-multislider .slick-prev:before,
.lae-posts-slider .slick-next:before,
.lae-posts-slider .slick-prev:before {
	display: block;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: lae-icomoon !important;
	margin: 0;
	padding: 0
}

.lae-device-slider .slick-prev:before,
.lae-posts-gridbox-slider .slick-prev:before,
.lae-posts-multislider .slick-prev:before,
.lae-posts-slider .slick-prev:before {
	content: "\f104"
}

.lae-device-slider .slick-next:before,
.lae-posts-gridbox-slider .slick-next:before,
.lae-posts-multislider .slick-next:before,
.lae-posts-slider .slick-next:before {
	content: "\f105"
}

.lae-device-slider .slick-next,
.lae-device-slider .slick-prev,
.lae-posts-gridbox-slider .slick-next,
.lae-posts-gridbox-slider .slick-prev,
.lae-posts-multislider .slick-next,
.lae-posts-multislider .slick-prev,
.lae-posts-slider .slick-next,
.lae-posts-slider .slick-prev {
	cursor: pointer;
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	position: absolute;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 10;
	line-height: 34px;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	border: none;
	outline: 0;
	padding: 0;
	margin: 0
}

.lae-device-slider .slick-next:hover:before,
.lae-device-slider .slick-prev:hover:before,
.lae-posts-gridbox-slider .slick-next:hover:before,
.lae-posts-gridbox-slider .slick-prev:hover:before,
.lae-posts-multislider .slick-next:hover:before,
.lae-posts-multislider .slick-prev:hover:before,
.lae-posts-slider .slick-next:hover:before,
.lae-posts-slider .slick-prev:hover:before {
	color: inherit
}

.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-next,
.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-prev {
	top: 50%;
	margin-top: -18px
}

.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-prev {
	left: 10px
}

.lae-slider-arrow-placement-middle-center .lae-device-slider .slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-slider .slick-next {
	right: 10px
}

.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-slider .slick-prev {
	left: 0
}

.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-device-slider .slick-next,
.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-middle-center.lae-slider-arrow-shape-square .lae-posts-slider .slick-next {
	right: 0
}

.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-next,
.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-next,
.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-prev {
	bottom: 0;
	left: 50%;
	transform: translateY(42px)
}

.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-prev {
	margin-left: -36px
}

.lae-slider-arrow-placement-bottom-center .lae-device-slider .slick-next,
.lae-slider-arrow-placement-bottom-center .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-bottom-center .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-bottom-center .lae-posts-slider .slick-next {
	margin-left: 2px
}

.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-next,
.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-prev {
	bottom: 20px
}

.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-prev {
	right: 65px
}

.lae-slider-arrow-placement-bottom-right .lae-device-slider .slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-slider .slick-next {
	right: 25px
}

.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-next,
.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-prev {
	bottom: 20px
}

.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-prev {
	left: 25px
}

.lae-slider-arrow-placement-bottom-left .lae-device-slider .slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-slider .slick-next {
	left: 65px
}

.lae-slider-arrow-placement-top-right .lae-device-slider .slick-next,
.lae-slider-arrow-placement-top-right .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-next,
.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-prev {
	top: 20px
}

.lae-slider-arrow-placement-top-right .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-prev {
	right: 65px
}

.lae-slider-arrow-placement-top-right .lae-device-slider .slick-next,
.lae-slider-arrow-placement-top-right .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-top-right .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-top-right .lae-posts-slider .slick-next {
	right: 25px
}

.lae-slider-arrow-placement-top-left .lae-device-slider .slick-next,
.lae-slider-arrow-placement-top-left .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-next,
.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-prev {
	top: 20px
}

.lae-slider-arrow-placement-top-left .lae-device-slider .slick-prev,
.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-prev,
.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-prev {
	left: 25px
}

.lae-slider-arrow-placement-top-left .lae-device-slider .slick-next,
.lae-slider-arrow-placement-top-left .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-placement-top-left .lae-posts-multislider .slick-next,
.lae-slider-arrow-placement-top-left .lae-posts-slider .slick-next {
	left: 65px
}

.lae-slider-arrow-shape-square .lae-device-slider .slick-next,
.lae-slider-arrow-shape-square .lae-device-slider .slick-prev,
.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-shape-square .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-shape-square .lae-posts-multislider .slick-next,
.lae-slider-arrow-shape-square .lae-posts-multislider .slick-prev,
.lae-slider-arrow-shape-square .lae-posts-slider .slick-next,
.lae-slider-arrow-shape-square .lae-posts-slider .slick-prev {
	border-radius: 0
}

.lae-slider-arrow-shape-rounded-corners .lae-device-slider .slick-next,
.lae-slider-arrow-shape-rounded-corners .lae-device-slider .slick-prev,
.lae-slider-arrow-shape-rounded-corners .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-shape-rounded-corners .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-shape-rounded-corners .lae-posts-multislider .slick-next,
.lae-slider-arrow-shape-rounded-corners .lae-posts-multislider .slick-prev,
.lae-slider-arrow-shape-rounded-corners .lae-posts-slider .slick-next,
.lae-slider-arrow-shape-rounded-corners .lae-posts-slider .slick-prev {
	border-radius: 5px
}

.lae-slider-arrow-shape-circle .lae-device-slider .slick-next,
.lae-slider-arrow-shape-circle .lae-device-slider .slick-prev,
.lae-slider-arrow-shape-circle .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-shape-circle .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-shape-circle .lae-posts-multislider .slick-next,
.lae-slider-arrow-shape-circle .lae-posts-multislider .slick-prev,
.lae-slider-arrow-shape-circle .lae-posts-slider .slick-next,
.lae-slider-arrow-shape-circle .lae-posts-slider .slick-prev {
	border-radius: 50%
}

.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-prev,
.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-prev,
.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-prev {
	opacity: 0
}

@media only screen and (max-width:1200px) {

	.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-next,
	.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-prev,
	.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-next,
	.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-prev,
	.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-next,
	.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-prev,
	.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-next,
	.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-prev {
		opacity: .8
	}
}

.lae-slider-arrow-visibility-on-hover .lae-device-slider:hover .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-device-slider:hover .slick-prev,
.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider:hover .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider:hover .slick-prev,
.lae-slider-arrow-visibility-on-hover .lae-posts-multislider:hover .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-posts-multislider:hover .slick-prev,
.lae-slider-arrow-visibility-on-hover .lae-posts-slider:hover .slick-next,
.lae-slider-arrow-visibility-on-hover .lae-posts-slider:hover .slick-prev {
	opacity: .8
}

.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-next:hover,
.lae-slider-arrow-visibility-on-hover .lae-device-slider .slick-prev:hover,
.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-next:hover,
.lae-slider-arrow-visibility-on-hover .lae-posts-gridbox-slider .slick-prev:hover,
.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-next:hover,
.lae-slider-arrow-visibility-on-hover .lae-posts-multislider .slick-prev:hover,
.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-next:hover,
.lae-slider-arrow-visibility-on-hover .lae-posts-slider .slick-prev:hover {
	opacity: 1
}

.lae-slider-arrow-visibility-always .lae-device-slider .slick-next,
.lae-slider-arrow-visibility-always .lae-device-slider .slick-prev,
.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-next,
.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-prev,
.lae-slider-arrow-visibility-always .lae-posts-slider .slick-next,
.lae-slider-arrow-visibility-always .lae-posts-slider .slick-prev {
	opacity: .8
}

.lae-slider-arrow-visibility-always .lae-device-slider .slick-next:hover,
.lae-slider-arrow-visibility-always .lae-device-slider .slick-prev:hover,
.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-next:hover,
.lae-slider-arrow-visibility-always .lae-posts-gridbox-slider .slick-prev:hover,
.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-next:hover,
.lae-slider-arrow-visibility-always .lae-posts-multislider .slick-prev:hover,
.lae-slider-arrow-visibility-always .lae-posts-slider .slick-next:hover,
.lae-slider-arrow-visibility-always .lae-posts-slider .slick-prev:hover {
	opacity: 1
}

.lae-slider-arrow-color-light .lae-device-slider .slick-next,
.lae-slider-arrow-color-light .lae-device-slider .slick-prev,
.lae-slider-arrow-color-light .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-color-light .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-color-light .lae-posts-multislider .slick-next,
.lae-slider-arrow-color-light .lae-posts-multislider .slick-prev,
.lae-slider-arrow-color-light .lae-posts-slider .slick-next,
.lae-slider-arrow-color-light .lae-posts-slider .slick-prev {
	background: #fff;
	color: #010101
}

.lae-slider-arrow-color-dark .lae-device-slider .slick-next,
.lae-slider-arrow-color-dark .lae-device-slider .slick-prev,
.lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-next,
.lae-slider-arrow-color-dark .lae-posts-gridbox-slider .slick-prev,
.lae-slider-arrow-color-dark .lae-posts-multislider .slick-next,
.lae-slider-arrow-color-dark .lae-posts-multislider .slick-prev,
.lae-slider-arrow-color-dark .lae-posts-slider .slick-next,
.lae-slider-arrow-color-dark .lae-posts-slider .slick-prev {
	background: #000;
	color: #fff
}

.lae-posts-gridbox-slider .lae-post-meta,
.lae-posts-multislider .lae-post-meta,
.lae-posts-slider .lae-post-meta {
	margin-top: 15px
}

.lae-posts-slider .slick-slide>div {
	line-height: 0
}

.lae-posts-slider .lae-post-entry {
	position: relative;
	line-height: normal
}

.lae-posts-slider .lae-post-featured-img-bg {
	width: 100%;
	height: 400px
}

.lae-posts-slider .lae-post-featured-img-bg {
	margin: 0
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-1 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-1 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-1 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-1 .lae-post-text .lae-read-more,
.lae-posts-slider-style-1 .lae-post-text .lae-terms,
.lae-posts-slider-style-1 .lae-post-text .lae-terms a,
.lae-posts-slider-style-2 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-2 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-2 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-2 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-2 .lae-post-text .lae-read-more,
.lae-posts-slider-style-2 .lae-post-text .lae-terms,
.lae-posts-slider-style-2 .lae-post-text .lae-terms a,
.lae-posts-slider-style-3 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-3 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-3 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-3 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-3 .lae-post-text .lae-read-more,
.lae-posts-slider-style-3 .lae-post-text .lae-terms,
.lae-posts-slider-style-3 .lae-post-text .lae-terms a,
.lae-posts-slider-style-7 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-7 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-7 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-7 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-7 .lae-post-text .lae-read-more,
.lae-posts-slider-style-7 .lae-post-text .lae-terms,
.lae-posts-slider-style-7 .lae-post-text .lae-terms a,
.lae-posts-slider-style-8 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-8 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-8 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-8 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-8 .lae-post-text .lae-read-more,
.lae-posts-slider-style-8 .lae-post-text .lae-terms,
.lae-posts-slider-style-8 .lae-post-text .lae-terms a {
	color: #fff
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-2 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-3 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-7 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-8 .lae-post-text .lae-post-meta a {
	color: rgba(255, 255, 255, .75)
}

.lae-posts-slider-style-1 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-1 .lae-post-text .lae-terms:hover,
.lae-posts-slider-style-2 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-2 .lae-post-text .lae-terms:hover,
.lae-posts-slider-style-3 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-3 .lae-post-text .lae-terms:hover,
.lae-posts-slider-style-7 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-7 .lae-post-text .lae-terms:hover,
.lae-posts-slider-style-8 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-8 .lae-post-text .lae-terms:hover {
	color: #ddd
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-1 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-1 .lae-post-text .lae-read-more,
.lae-posts-slider-style-1 .lae-post-text .lae-terms a,
.lae-posts-slider-style-2 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-2 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-2 .lae-post-text .lae-read-more,
.lae-posts-slider-style-2 .lae-post-text .lae-terms a,
.lae-posts-slider-style-3 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-3 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-3 .lae-post-text .lae-read-more,
.lae-posts-slider-style-3 .lae-post-text .lae-terms a,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-4 .lae-post-text .lae-read-more,
.lae-posts-slider-style-4 .lae-post-text .lae-terms a,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-5 .lae-post-text .lae-read-more,
.lae-posts-slider-style-5 .lae-post-text .lae-terms a,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-6 .lae-post-text .lae-read-more,
.lae-posts-slider-style-6 .lae-post-text .lae-terms a,
.lae-posts-slider-style-7 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-7 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-7 .lae-post-text .lae-read-more,
.lae-posts-slider-style-7 .lae-post-text .lae-terms a,
.lae-posts-slider-style-8 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-8 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-8 .lae-post-text .lae-read-more,
.lae-posts-slider-style-8 .lae-post-text .lae-terms a {
	text-transform: uppercase;
	font-size: .625rem
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-title,
.lae-posts-slider-style-2 .lae-post-text .lae-post-title,
.lae-posts-slider-style-3 .lae-post-text .lae-post-title,
.lae-posts-slider-style-4 .lae-post-text .lae-post-title,
.lae-posts-slider-style-5 .lae-post-text .lae-post-title,
.lae-posts-slider-style-6 .lae-post-text .lae-post-title,
.lae-posts-slider-style-7 .lae-post-text .lae-post-title,
.lae-posts-slider-style-8 .lae-post-text .lae-post-title {
	margin: 10px 0 0 0
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-meta span+span,
.lae-posts-slider-style-2 .lae-post-text .lae-post-meta span+span,
.lae-posts-slider-style-3 .lae-post-text .lae-post-meta span+span,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta span+span,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta span+span,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta span+span,
.lae-posts-slider-style-7 .lae-post-text .lae-post-meta span+span,
.lae-posts-slider-style-8 .lae-post-text .lae-post-meta span+span {
	margin: 0 0 0 5px
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-meta span+span:before,
.lae-posts-slider-style-2 .lae-post-text .lae-post-meta span+span:before,
.lae-posts-slider-style-3 .lae-post-text .lae-post-meta span+span:before,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta span+span:before,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta span+span:before,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta span+span:before,
.lae-posts-slider-style-7 .lae-post-text .lae-post-meta span+span:before,
.lae-posts-slider-style-8 .lae-post-text .lae-post-meta span+span:before {
	margin-right: 5px;
	content: "·"
}

.lae-posts-slider-style-1 .lae-post-text .lae-terms,
.lae-posts-slider-style-1 .lae-post-text .lae-terms a,
.lae-posts-slider-style-2 .lae-post-text .lae-terms,
.lae-posts-slider-style-2 .lae-post-text .lae-terms a,
.lae-posts-slider-style-3 .lae-post-text .lae-terms,
.lae-posts-slider-style-3 .lae-post-text .lae-terms a,
.lae-posts-slider-style-4 .lae-post-text .lae-terms,
.lae-posts-slider-style-4 .lae-post-text .lae-terms a,
.lae-posts-slider-style-5 .lae-post-text .lae-terms,
.lae-posts-slider-style-5 .lae-post-text .lae-terms a,
.lae-posts-slider-style-6 .lae-post-text .lae-terms,
.lae-posts-slider-style-6 .lae-post-text .lae-terms a,
.lae-posts-slider-style-7 .lae-post-text .lae-terms,
.lae-posts-slider-style-7 .lae-post-text .lae-terms a,
.lae-posts-slider-style-8 .lae-post-text .lae-terms,
.lae-posts-slider-style-8 .lae-post-text .lae-terms a {
	border: none
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-2 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-3 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-4 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-5 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-6 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-7 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-8 .lae-post-text .lae-post-summary {
	margin-top: 20px;
	font-size: .875rem;
	line-height: 1.5
}

.lae-posts-slider-style-1 .lae-post-featured-img-bg:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: all .2s ease;
	background-color: rgba(40, 40, 40, .125)
}

.lae-posts-slider-style-2 .lae-post-featured-img-bg:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background-color: transparent;
	transition: all .2s linear;
	background-image: linear-gradient(0deg, #121928 0, rgba(18, 25, 42, 0) 40%)
}

.lae-posts-slider-style-1 .lae-post-text-wrap,
.lae-posts-slider-style-3 .lae-post-text-wrap,
.lae-posts-slider-style-4 .lae-post-text-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0 25px;
	z-index: 99
}

.lae-posts-slider-style-1 .lae-post-text-wrap {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0 25px;
	z-index: 99
}

.lae-posts-slider-style-1 .lae-post-text {
	position: relative;
	display: block;
	text-align: center;
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 12px
}

.lae-posts-slider-style-1 .lae-post-text .lae-post-title a {
	font-size: 3rem;
	line-height: 1.2
}

@media only screen and (max-width:640px) {
	.lae-posts-slider-style-1 .lae-post-text .lae-post-title a {
		font-size: 2.25rem
	}
}

.lae-posts-slider-style-1 .lae-post-text .lae-read-more {
	border: none;
	background: #282828;
	color: #eee;
	padding: 8px 16px;
	margin-top: 25px
}

.lae-posts-slider-style-1 .lae-post-text .lae-read-more:hover {
	background: #4e4e4e
}

.lae-posts-slider-style-2 .lae-post-text-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	z-index: 99
}

.lae-posts-slider-style-2 .lae-post-text {
	position: relative;
	display: block;
	text-align: left;
	max-width: 680px;
	width: 100%;
	margin: 0;
	padding: 42px
}

.lae-posts-slider-style-2 .lae-post-text .lae-post-title a {
	font-size: 2.25rem;
	line-height: 1.2;
	font-weight: 400
}

@media only screen and (max-width:640px) {
	.lae-posts-slider-style-2 .lae-post-text .lae-post-title a {
		font-size: 1.75px
	}
}

.lae-posts-gridbox-item .lae-post-overlay.lae-post-featured-img-bg::before {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: transparent;
	transition: all .2s linear
}

.lae-posts-gridbox-item.lae-align-middle-center .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-gridbox-item.lae-align-middle-left .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-gridbox-item.lae-align-middle-right .lae-post-overlay.lae-post-featured-img-bg::before {
	background-color: rgba(40, 40, 40, .125)
}

.lae-posts-gridbox-item.lae-align-top-center .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-gridbox-item.lae-align-top-left .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-gridbox-item.lae-align-top-right .lae-post-overlay.lae-post-featured-img-bg::before {
	background-image: linear-gradient(180deg, #121928 0, rgba(18, 25, 42, 0) 40%)
}

.lae-posts-gridbox-item.lae-align-bottom-center .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-gridbox-item.lae-align-bottom-left .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-gridbox-item.lae-align-bottom-right .lae-post-overlay.lae-post-featured-img-bg::before {
	background-image: linear-gradient(0deg, #121928 0, rgba(18, 25, 42, 0) 40%)
}

.lae-posts-gridbox-item,
.lae-posts-multislider-item {
	position: relative
}

.lae-posts-gridbox-item .lae-post-entry,
.lae-posts-multislider-item .lae-post-entry {
	height: 100%
}

.lae-posts-gridbox-item .lae-post-featured-img-bg,
.lae-posts-multislider-item .lae-post-featured-img-bg {
	height: 100%
}

.lae-posts-gridbox-item .lae-post-featured-img-bg,
.lae-posts-multislider-item .lae-post-featured-img-bg {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .2s linear
}

.lae-posts-gridbox-item .lae-post-text .lae-post-title a,
.lae-posts-multislider-item .lae-post-text .lae-post-title a {
	margin: 0
}

.lae-posts-gridbox-item .lae-post-text>*+*,
.lae-posts-multislider-item .lae-post-text>*+* {
	margin: 10px 0 0 0
}

.lae-posts-gridbox-item .lae-post-text .lae-post-meta,
.lae-posts-multislider-item .lae-post-text .lae-post-meta {
	margin-top: 15px
}

.lae-posts-gridbox-item .lae-post-text .lae-post-meta span+span,
.lae-posts-multislider-item .lae-post-text .lae-post-meta span+span {
	margin: 0 0 0 5px
}

.lae-posts-gridbox-item .lae-post-text .lae-post-meta span+span:before,
.lae-posts-multislider-item .lae-post-text .lae-post-meta span+span:before {
	margin-right: 5px;
	content: "·"
}

.lae-posts-gridbox-item .lae-post-text,
.lae-posts-multislider-item .lae-post-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}

.lae-posts-gridbox-item .lae-post-text .lae-terms,
.lae-posts-gridbox-item .lae-post-text .lae-terms a,
.lae-posts-multislider-item .lae-post-text .lae-terms,
.lae-posts-multislider-item .lae-post-text .lae-terms a {
	color: #999;
	font-size: .625rem;
	line-height: 1;
	text-transform: uppercase
}

.lae-posts-gridbox-item .lae-post-text .lae-terms a:hover,
.lae-posts-gridbox-item .lae-post-text .lae-terms:hover,
.lae-posts-multislider-item .lae-post-text .lae-terms a:hover,
.lae-posts-multislider-item .lae-post-text .lae-terms:hover {
	color: #666
}

.lae-posts-gridbox-item .lae-post-text .lae-post-title,
.lae-posts-multislider-item .lae-post-text .lae-post-title {
	font-size: 0;
	line-height: 1
}

.lae-posts-gridbox-item .lae-post-text .lae-post-title a,
.lae-posts-multislider-item .lae-post-text .lae-post-title a {
	color: #000;
	font-size: 1.3125rem;
	line-height: 1.2
}

.lae-posts-gridbox-item .lae-post-text .lae-post-title a:hover,
.lae-posts-multislider-item .lae-post-text .lae-post-title a:hover {
	color: #333
}

.lae-posts-gridbox-item .lae-post-text .lae-post-meta,
.lae-posts-multislider-item .lae-post-text .lae-post-meta {
	font-size: .625rem;
	line-height: 1.5
}

.lae-posts-gridbox-item .lae-post-text .lae-post-meta span,
.lae-posts-multislider-item .lae-post-text .lae-post-meta span {
	color: #777;
	font-size: .625rem;
	line-height: 1.2;
	text-transform: uppercase
}

.lae-posts-gridbox-item .lae-post-text .lae-post-meta span a,
.lae-posts-multislider-item .lae-post-text .lae-post-meta span a {
	color: #888
}

.lae-posts-gridbox-item .lae-post-text .lae-post-meta span a:hover,
.lae-posts-multislider-item .lae-post-text .lae-post-meta span a:hover {
	color: #555
}

.lae-posts-gridbox-item .lae-post-text .lae-post-summary,
.lae-posts-multislider-item .lae-post-text .lae-post-summary {
	font-size: .875rem;
	line-height: 1.5
}

.lae-posts-gridbox-item .lae-post-text .lae-read-more,
.lae-posts-multislider-item .lae-post-text .lae-read-more {
	line-height: 1;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, .75);
	background: rgba(0, 0, 0, .75)
}

.lae-posts-gridbox-item .lae-post-text .lae-read-more:hover,
.lae-posts-multislider-item .lae-post-text .lae-read-more:hover {
	border: 1px solid rgba(0, 0, 0, .95);
	background: rgba(0, 0, 0, .95)
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text {
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
	padding: 20px
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-terms,
.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-terms a,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-terms,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-terms a {
	color: #fff;
	color: rgba(255, 255, 255, .9)
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-terms a:hover,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-terms a:hover {
	text-decoration: underline
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-title,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-title {
	color: #fff
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-title a,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-title a {
	color: #fff
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-title a:hover,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-title a:hover {
	text-decoration: underline
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta {
	color: #fff
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta span,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta span {
	color: #fff
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta span a,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta span a {
	color: #dedede
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-meta span a:hover,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-meta span a:hover {
	color: #fff
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-content,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-content {
	color: #fff
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more {
	color: #fff;
	border: 1px solid #fff;
	background: 0 0
}

.lae-posts-gridbox-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more:hover,
.lae-posts-multislider-item .lae-post-overlay .lae-post-text .lae-post-content .lae-read-more:hover {
	background: rgba(255, 255, 255, .3)
}

.lae-posts-gridbox-item.lae-align-top-center .lae-post-overlay .lae-post-text,
.lae-posts-gridbox-item.lae-align-top-left .lae-post-overlay .lae-post-text,
.lae-posts-gridbox-item.lae-align-top-right .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-top-center .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-top-left .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-top-right .lae-post-overlay .lae-post-text {
	top: 0
}

.lae-posts-gridbox-item.lae-align-middle-center .lae-post-overlay .lae-post-text,
.lae-posts-gridbox-item.lae-align-middle-left .lae-post-overlay .lae-post-text,
.lae-posts-gridbox-item.lae-align-middle-right .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-middle-center .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-middle-left .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-middle-right .lae-post-overlay .lae-post-text {
	top: 50%;
	transform: translateY(-50%)
}

.lae-posts-gridbox-item.lae-align-bottom-center .lae-post-overlay .lae-post-text,
.lae-posts-gridbox-item.lae-align-bottom-left .lae-post-overlay .lae-post-text,
.lae-posts-gridbox-item.lae-align-bottom-right .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-bottom-center .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-bottom-left .lae-post-overlay .lae-post-text,
.lae-posts-multislider-item.lae-align-bottom-right .lae-post-overlay .lae-post-text {
	bottom: 0
}

.lae-posts-gridbox-item.lae-align-bottom-left .lae-post-text,
.lae-posts-gridbox-item.lae-align-left .lae-post-text,
.lae-posts-gridbox-item.lae-align-middle-left .lae-post-text,
.lae-posts-gridbox-item.lae-align-top-left .lae-post-text,
.lae-posts-multislider-item.lae-align-bottom-left .lae-post-text,
.lae-posts-multislider-item.lae-align-left .lae-post-text,
.lae-posts-multislider-item.lae-align-middle-left .lae-post-text,
.lae-posts-multislider-item.lae-align-top-left .lae-post-text {
	align-items: flex-start;
	text-align: left
}

.lae-posts-gridbox-item.lae-align-bottom-center .lae-post-text,
.lae-posts-gridbox-item.lae-align-center .lae-post-text,
.lae-posts-gridbox-item.lae-align-middle-center .lae-post-text,
.lae-posts-gridbox-item.lae-align-top-center .lae-post-text,
.lae-posts-multislider-item.lae-align-bottom-center .lae-post-text,
.lae-posts-multislider-item.lae-align-center .lae-post-text,
.lae-posts-multislider-item.lae-align-middle-center .lae-post-text,
.lae-posts-multislider-item.lae-align-top-center .lae-post-text {
	align-items: center;
	text-align: center
}

.lae-posts-gridbox-item.lae-align-bottom-right .lae-post-text,
.lae-posts-gridbox-item.lae-align-middle-right .lae-post-text,
.lae-posts-gridbox-item.lae-align-right .lae-post-text,
.lae-posts-gridbox-item.lae-align-top-right .lae-post-text,
.lae-posts-multislider-item.lae-align-bottom-right .lae-post-text,
.lae-posts-multislider-item.lae-align-middle-right .lae-post-text,
.lae-posts-multislider-item.lae-align-right .lae-post-text,
.lae-posts-multislider-item.lae-align-top-right .lae-post-text {
	align-items: flex-end;
	text-align: right
}

.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 1fr;
	grid-template-areas: "tile1" "tile1" "tile2" "tile3"
}

.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox .lae-posts-gridbox-item:first-child {
	grid-area: tile1
}

.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2) {
	grid-area: tile2
}

.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3) {
	grid-area: tile3
}

@media (min-width:760px) {
	.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "tile1 tile1" "tile2 tile3";
		grid-gap: 2px
	}
}

@media (min-width:1024px) {
	.lae-posts-gridbox-slider-style-1 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "tile1 tile1 tile2 tile2" "tile1 tile1 tile3 tile3";
		grid-gap: 2px
	}
}

.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 1fr;
	grid-template-areas: "tile1" "tile1" "tile2" "tile3" "tile4" "tile5"
}

.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:first-child {
	grid-area: tile1
}

.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2) {
	grid-area: tile2
}

.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3) {
	grid-area: tile3
}

.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4) {
	grid-area: tile4
}

.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(5) {
	grid-area: tile5
}

@media (min-width:760px) {
	.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "tile1 tile1" "tile1 tile1" "tile2 tile3" "tile4 tile5";
		grid-gap: 2px
	}
}

@media (min-width:1024px) {
	.lae-posts-gridbox-slider-style-2 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "tile1 tile1 tile2 tile3" "tile1 tile1 tile4 tile5";
		grid-gap: 2px
	}
}

.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 1fr;
	grid-template-areas: "tile1" "tile2" "tile3" "tile4" "tile5"
}

.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:first-child {
	grid-area: tile1
}

.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2) {
	grid-area: tile2
}

.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3) {
	grid-area: tile3
}

.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4) {
	grid-area: tile4
}

.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(5) {
	grid-area: tile5
}

.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item .lae-post-text .lae-post-content .lae-post-summary {
	display: none
}

@media (min-width:760px) {
	.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "tile1 tile1" "tile2 tile3" "tile4 tile5";
		grid-gap: 2px
	}
}

@media (min-width:1024px) {
	.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-areas: "tile1 tile1 tile1 tile2 tile2 tile2" "tile3 tile3 tile4 tile4 tile5 tile5";
		grid-gap: 2px
	}

	.lae-posts-gridbox-slider-style-3 .lae-posts-gridbox .lae-posts-gridbox-item .lae-post-text .lae-post-content .lae-post-summary {
		display: block
	}
}

.lae-posts-multislider-style-1 .lae-post-featured-img-bg {
	margin-bottom: 0
}

.lae-posts-multislider-style-1 .lae-posts-multislider-item .lae-post-overlay.lae-post-featured-img-bg::before {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: transparent;
	transition: all .2s linear
}

.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-middle-center .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-middle-left .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-middle-right .lae-post-overlay.lae-post-featured-img-bg::before {
	background-color: rgba(40, 40, 40, .125)
}

.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-top-center .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-top-left .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-top-right .lae-post-overlay.lae-post-featured-img-bg::before {
	background-image: linear-gradient(180deg, #121928 0, rgba(18, 25, 42, 0) 30%)
}

.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-bottom-center .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-bottom-left .lae-post-overlay.lae-post-featured-img-bg::before,
.lae-posts-multislider-style-1 .lae-posts-multislider-item.lae-align-bottom-right .lae-post-overlay.lae-post-featured-img-bg::before {
	background-image: linear-gradient(0deg, #121928 0, rgba(18, 25, 42, 0) 30%)
}

.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-2 button.slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-2 button.slick-prev,
.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-3 button.slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-multislider-style-3 button.slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-2 button.slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-2 button.slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-3 button.slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-multislider-style-3 button.slick-prev {
	bottom: -35px
}

.lae-slider-arrow-placement-middle-center .lae-posts-multislider-style-3 button.slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-multislider-style-3 button.slick-prev {
	margin-top: -6px
}

.lae-posts-multislider-style-3 .lae-post-featured-img-bg {
	margin-bottom: 0;
	border-radius: 5px 5px 0 0
}

.lae-posts-multislider-style-3 .lae-post-text-wrap {
	padding: 25px;
	border: 1px solid #e4e4e4;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .03);
	border-radius: 0 0 5px 5px;
	margin-bottom: 12px
}

.lae-pricing-table {
	clear: both
}

.lae-pricing-table .lae-pricing-plan {
	float: left;
	padding: 10px
}

.lae-pricing-table {
	padding: 0
}

.lae-pricing-table .lae-top-header {
	padding: 15px 0;
	background-color: #494949;
	border-bottom: 1px solid #2c2b2b
}

.lae-pricing-table .lae-top-header .lae-plan-name {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 32px;
	color: #fefefe;
	margin: 0
}

.lae-pricing-table .lae-top-header img {
	margin-top: 15px
}

.lae-pricing-table .lae-top-header .lae-tagline {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #ededed;
	text-transform: none;
	text-align: center;
	margin-bottom: 5px
}

.lae-pricing-table .lae-pricing-plan {
	background: #fff;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	margin-bottom: 20px
}

.lae-pricing-table .lae-pricing-plan:hover .lae-purchase {
	background: #e5e5e5
}

.lae-pricing-table .lae-pricing-plan .lae-plan-price {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	margin: 0
}

.lae-pricing-table .lae-pricing-plan .lae-plan-price span {
	font-size: 22px;
	line-height: 32px
}

.lae-pricing-table .lae-plan-header {
	padding: 30px 0 30px;
	background-color: #494949
}

.lae-pricing-table .lae-plan-price .lae-text {
	display: inline-block;
	padding: 6px 25px;
	border-radius: 25px;
	background: #2c2b2b
}

.lae-pricing-table .lae-plan-price sup {
	font-size: 18px;
	line-height: 32px;
	vertical-align: top;
	margin-right: 2px;
	position: static
}

.lae-pricing-table .lae-plan-details {
	padding: 15px 0;
	margin: 0;
	border: 1px solid #eee
}

.lae-pricing-table .lae-plan-details .lae-pricing-item {
	list-style: none;
	display: block;
	padding: 6px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.lae-pricing-table .lae-plan-details .lae-pricing-item i {
	color: #777;
	font-size: 18px;
	display: inline;
	margin-right: 8px
}

.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-title {
	color: #838383;
	margin-bottom: 10px
}

.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap {
	display: block
}

.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value-wrap:after {
	position: relative;
	content: "";
	background: #ddd;
	width: 120px;
	height: 1px;
	display: block;
	margin: 12px auto 0
}

.lae-pricing-table .lae-plan-details .lae-pricing-item .lae-value {
	color: #444;
	font-size: 24px;
	line-height: 32px;
	display: inline
}

.lae-pricing-table .lae-plan-details .lae-pricing-item s {
	color: #b4c9d3
}

.lae-pricing-table .lae-plan-details .lae-pricing-item:last-child .lae-value-wrap:after {
	display: none
}

.lae-pricing-table .lae-purchase {
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
	margin: 0 auto;
	background: #f1f1f1;
	-webkit-transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-ms-transition: all .1s ease-in-out 0s;
	transition: all .1s ease-in-out 0s;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee
}

.lae-pricing-table .lae-purchase a {
	padding: 12px 25px;
	border-radius: 5px;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 6px;
	font-weight: 700
}

.lae-pricing-table .lae-pricing-plan.lae-highlight {
	background: #f5f5f5;
	margin-top: -10px
}

.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-plan-details {
	border-color: #e5e5e5
}

.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-top-header {
	padding: 20px 0
}

.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-pricing-table .lae-top-header .lae-plan-name {
	color: #28c2ba
}

.lae-pricing-table .lae-pricing-plan.lae-highlight .lae-purchase {
	padding: 20px 0;
	background-color: #e5e5e5;
	border-color: #ddd
}

.lae-services {
	clear: both
}

.lae-services .lae-service {
	margin-bottom: 20px
}

.lae-services .lae-service .lae-icon-wrapper i,
.lae-services .lae-service .lae-icon-wrapper svg {
	transition: color .4s ease-in-out 0s
}

.lae-services .lae-service .lae-icon-wrapper i:hover,
.lae-services .lae-service .lae-icon-wrapper svg:hover {
	color: #555;
	fill: #555
}

.lae-dark-bg .lae-services .lae-service .lae-icon-wrapper i:hover,
.lae-dark-bg .lae-services .lae-service .lae-icon-wrapper svg:hover {
	color: #d5d5d5;
	fill: #d5d5d5
}

.lae-services .lae-service .lae-service-text {
	font-size: 15px;
	line-height: 24px
}

.lae-dark-bg .lae-services .lae-service .lae-service-text {
	color: rgba(255, 255, 255, .7)
}

.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title {
	color: #fff
}

.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-service-details {
	color: rgba(255, 255, 255, .7)
}

.lae-services .lae-service .lae-service-text .lae-title-link .lae-title {
	transition: color .3s ease-in-out 0s
}

.lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title {
	color: #666
}

.lae-dark-bg .lae-services .lae-service .lae-service-text .lae-title-link:hover .lae-title {
	color: rgba(255, 255, 255, .7)
}

.lae-services-style1 .lae-service .lae-icon-wrapper i,
.lae-services-style1 .lae-service .lae-icon-wrapper svg {
	display: block;
	text-align: center;
	font-size: 96px;
	line-height: 1;
	margin: 0 auto 20px;
	transition: color .4s ease-in-out 0s;
	color: #888;
	fill: #888
}

.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i,
.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper svg {
	color: #a5a5a5
}

.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper i:hover,
.lae-dark-bg .lae-services-style1 .lae-service .lae-icon-wrapper svg:hover {
	color: #c5c5c5
}

.lae-services-style1 .lae-service .lae-image-wrapper img {
	display: block;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 25px;
	transition: all .4s ease-in-out 0s
}

.lae-services-style1 .lae-service .lae-service-text {
	text-align: center;
	max-width: 300px;
	margin: 0 auto
}

.lae-services-style1 .lae-service .lae-service-text .lae-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 20px
}

.lae-services-style1 .lae-service:hover .lae-image-wrapper img {
	transform: scale(.9, .9)
}

.lae-services-style2 .lae-service .lae-icon-wrapper i,
.lae-services-style2 .lae-service .lae-icon-wrapper svg,
.lae-services-style2 .lae-service .lae-image-wrapper img {
	float: left;
	margin-right: 18px;
	color: #888;
	fill: #888
}

.rtl .lae-services-style2 .lae-service .lae-icon-wrapper i,
.rtl .lae-services-style2 .lae-service .lae-icon-wrapper svg,
.rtl .lae-services-style2 .lae-service .lae-image-wrapper img {
	float: right;
	margin: 0 0 0 18px
}

.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i,
.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper svg,
.lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img {
	color: #a5a5a5
}

.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper i:hover,
.lae-dark-bg .lae-services-style2 .lae-service .lae-icon-wrapper svg:hover,
.lae-dark-bg .lae-services-style2 .lae-service .lae-image-wrapper img:hover {
	color: #c5c5c5
}

.lae-services-style2 .lae-service .lae-icon-wrapper i,
.lae-services-style2 .lae-service .lae-icon-wrapper svg {
	font-size: 24px;
	line-height: 32px
}

.lae-services-style2 .lae-service .lae-service-text .lae-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 20px
}

.lae-services-style3 .lae-service .lae-icon-wrapper i,
.lae-services-style3 .lae-service .lae-icon-wrapper svg {
	display: block;
	text-align: left;
	font-size: 80px;
	line-height: 1;
	margin-bottom: 25px;
	color: #555;
	fill: #555
}

.rtl .lae-services-style3 .lae-service .lae-icon-wrapper i,
.rtl .lae-services-style3 .lae-service .lae-icon-wrapper svg {
	text-align: right
}

.lae-services-style3 .lae-service .lae-icon-wrapper i:hover,
.lae-services-style3 .lae-service .lae-icon-wrapper svg:hover {
	color: #888
}

.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i,
.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper svg {
	color: #c5c5c5
}

.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper i:hover,
.lae-dark-bg .lae-services-style3 .lae-service .lae-icon-wrapper svg:hover {
	color: #e5e5e5
}

.lae-services-style3 .lae-service .lae-image-wrapper img {
	display: block;
	max-width: 100%;
	text-align: left;
	margin-bottom: 25px
}

.lae-services-style3 .lae-service .lae-service-text {
	text-align: left;
	max-width: 300px;
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	color: #888
}

.rtl .lae-services-style3 .lae-service .lae-service-text {
	text-align: right
}

.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list {
	padding: 0;
	margin: 0;
	border: none
}

.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li {
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 42px
}

.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:hover {
	padding: 0
}

.lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li {
	border-color: #333
}

.lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
	font-family: lae-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	background: 0 0;
	float: none;
	vertical-align: middle;
	margin: 0 15px 0 0;
	content: "\e917";
	color: #bbb;
	font-size: 12px;
	line-height: 1
}

.rtl .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
	display: none
}

.lae-dark-bg .lae-services-style3 .lae-service .lae-service-text ul.lae-services-list li:before {
	color: #606060
}

.lae-services-style3 .lae-service .lae-service-text .lae-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	margin-bottom: 20px
}

.lae-stats-bars {
	clear: both
}

.lae-stats-bars .lae-stats-bar {
	width: 100%;
	display: block;
	margin: 0 0 18px;
	overflow: hidden
}

.lae-stats-bars .lae-stats-bar .lae-stats-title {
	margin: 0;
	display: block;
	color: #888;
	font-style: normal;
	font-size: 15px;
	text-transform: none;
	color: #333;
	font-size: 16px;
	line-height: 28px
}

.lae-stats-bars .lae-stats-bar .lae-stats-title span {
	margin-left: 5px
}

.rtl .lae-stats-bars .lae-stats-bar .lae-stats-title span {
	display: inline-block;
	margin: 0 5px 0 0
}

.lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-title {
	color: #fff
}

.lae-stats-bars .lae-stats-bar .lae-stats-bar-wrap {
	position: relative
}

.lae-stats-bars .lae-stats-bar .lae-stats-bar-content {
	background: #e55a54;
	display: block;
	height: 10px;
	width: 0;
	position: relative;
	z-index: 1;
	border-radius: 5px
}

.lae-stats-bars .lae-stats-bar .lae-stats-bar-bg {
	width: 100%;
	background: rgba(0, 0, 0, .1);
	height: 10px;
	display: block;
	margin-top: -10px;
	border-radius: 5px
}

.lae-dark-bg .lae-stats-bars .lae-stats-bar .lae-stats-bar-bg {
	background: rgba(255, 255, 255, .1)
}

.lae-tab-slider.slick-slider {
	clear: both;
	position: relative;
	display: flex;
	flex-flow: column nowrap
}

.lae-tab-slider .slick-list {
	order: 2
}

.lae-tab-slider .slick-list .slick-slide .lae-tab-slide-nav {
	display: none
}

.lae-tab-slider .slick-dots {
	list-style: none;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.lae-tab-slider .slick-dots li {
	list-style: none;
	margin: 0 20px 0 0
}

.lae-tab-slider .slick-dots li:last-child {
	margin-right: 0
}

.lae-tab-slider .slick-dots .lae-tab-slide-nav {
	display: block;
	text-overflow: ellipsis;
	white-space: normal;
	text-decoration: none;
	border: none;
	margin: 0;
	outline: 0
}

.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,
.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg {
	font-size: 32px;
	vertical-align: middle;
	margin-right: 10px;
	transition: color .3s ease-in-out 0s
}

.rtl .lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,
.rtl .lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg {
	margin: 0 0 0 15px
}

.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0 10px 0 0;
	border: none
}

.lae-tab-slider .slick-dots .lae-tab-slide-nav span.lae-tab-title {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	transition: color .3s ease-in-out 0s;
	vertical-align: middle
}

.lae-tab-slider .lae-tab-slide {
	position: relative
}

.lae-tab-slider.lae-style1 {
	background: #f2f2f2;
	border-radius: 5px
}

.lae-tab-slider.lae-style1 .slick-list .lae-tab-slide .lae-tab-slide-content {
	padding: 40px
}

.lae-tab-slider.lae-style1 .slick-dots {
	border-bottom: 1px solid #ddd;
	margin: 0 40px;
	text-align: center
}

.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav {
	position: relative;
	z-index: 1;
	padding: 30px 40px
}

@media only screen and (max-width:1024px) {
	.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav {
		padding: 25px 20px
	}
}

.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: 0 0;
	transition: background .3s ease-in-out 0s
}

.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav .lae-tab-title {
	color: #888;
	padding: 30px 20px;
	text-transform: uppercase
}

.lae-tab-slider.lae-style1 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title {
	color: #565656
}

.lae-tab-slider.lae-style1 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title {
	color: #333
}

.lae-tab-slider.lae-style1 .slick-dots li.slick-active .lae-tab-slide-nav:before {
	background: #f94213;
	height: 2px
}

@media only screen and (max-width:767px) {
	.lae-tab-slider.lae-style1 .slick-dots {
		margin: 0 30px
	}
}

.lae-tab-slider.lae-style2 .slick-list .lae-tab-slide .lae-tab-slide-content {
	margin-top: 40px;
	font-size: 16px;
	line-height: 27px
}

.lae-tab-slider.lae-style2 .slick-dots li {
	margin: 0 60px 0 0
}

.lae-tab-slider.lae-style2 .slick-dots li:last-child {
	margin-right: 0
}

.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav {
	text-align: center
}

.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg {
	display: block;
	margin: 0 auto;
	font-size: 84px;
	color: #aaa;
	fill: #aaa
}

.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img {
	max-width: none;
	display: block;
	margin: 0 auto;
	width: 84px
}

.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav .lae-tab-title {
	display: block;
	color: #999;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 20px auto 0;
	text-transform: uppercase
}

.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper i,
.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper svg {
	color: #565656;
	fill: #565656
}

.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title {
	color: #747373
}

.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper i,
.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper svg {
	color: #747373;
	fill: #747373
}

.lae-tab-slider.lae-style2 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title {
	color: #747373
}

@media only screen and (max-width:1024px) {

	.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,
	.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg {
		font-size: 64px
	}

	.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper i {
		width: 64px
	}

	.lae-tab-slider.lae-style2 .slick-dots .lae-tab-slide-nav .lae-tab-title {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 1px
	}
}

.lae-tab-slider.lae-style3 .slick-list .lae-tab-slide .lae-tab-slide-content {
	margin-top: 20px;
	font-size: 15px;
	line-height: 26px
}

.lae-tab-slider.lae-style3 .slick-dots li {
	margin: 0 60px 20px 0
}

.lae-tab-slider.lae-style3 .slick-dots li:last-child {
	margin-right: 0
}

.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav {
	text-align: center;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	padding: 5px 0
}

.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper i,
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-icon-wrapper svg {
	color: #aaa;
	fill: #aaa
}

.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav span.lae-image-wrapper img {
	width: 32px
}

.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav .lae-tab-title {
	color: #999;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase
}

.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper i,
.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover span.lae-icon-wrapper svg {
	color: #565656;
	fill: #565656
}

.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav:hover .lae-tab-title {
	color: #747373
}

.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav {
	border-color: #f94213
}

.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper i,
.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav span.lae-icon-wrapper svg {
	color: #747373;
	fill: #747373
}

.lae-tab-slider.lae-style3 .slick-dots li.slick-active .lae-tab-slide-nav .lae-tab-title {
	color: #747373
}

@media only screen and (max-width:767px) {
	.lae-tab-slider.lae-style3 .slick-dots li {
		margin: 0 40px 15px 0
	}

	.lae-tab-slider.lae-style3 .slick-dots li:last-child {
		margin-right: 0
	}

	.lae-tab-slider.lae-style3 .slick-dots .lae-tab-slide-nav .lae-tab-title {
		font-size: 14px;
		line-height: 22px
	}
}

.lae-team-member-modal,
.lae-team-members {
	clear: both
}

.lae-team-member-modal .lae-team-member .lae-image-wrapper img,
.lae-team-members .lae-team-member .lae-image-wrapper img {
	width: 100%
}

.lae-team-member-modal .lae-team-member .lae-social-list,
.lae-team-members .lae-team-member .lae-social-list {
	margin-top: 20px
}

.lae-team-member-modal .lae-team-member .lae-social-list .lae-social-list-item,
.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item {
	display: inline;
	margin: 0 15px 0 0
}

.lae-team-member-modal .lae-team-member .lae-social-list .lae-social-list-item i,
.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i {
	color: #999;
	transition: color .3s ease-in-out 0s;
	font-size: 24px
}

.lae-team-member-modal .lae-team-member .lae-social-list .lae-social-list-item i:hover,
.lae-team-members .lae-team-member .lae-social-list .lae-social-list-item i:hover {
	color: #666
}

.lae-team-member-modal .lae-team-member .lae-team-member-details,
.lae-team-members .lae-team-member .lae-team-member-details {
	font-size: 15px;
	line-height: 24px
}

.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-title,
.lae-team-members .lae-team-member .lae-team-member-text .lae-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px
}

.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-title-link .lae-title,
.lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title {
	transition: color .4s ease-in-out 0s
}

.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title,
.lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title {
	color: #666
}

.lae-team-member-modal .lae-team-member .lae-team-member-text .lae-team-member-position,
.lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position {
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
	color: #888;
	margin-bottom: 10px
}

.lae-team-members-style1 .lae-team-member {
	max-width: 320px;
	margin: 0 auto
}

.lae-team-members-style1 .lae-team-member .lae-image-wrapper {
	text-align: center;
	position: relative
}

.lae-team-members-style1 .lae-team-member .lae-image-wrapper img {
	max-width: 100%;
	margin: 0 auto 30px;
	border-radius: 50%;
	transition: all .3s ease-in-out 0s
}

.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list {
	position: absolute;
	width: 100%;
	top: 40%;
	z-index: 2
}

@media only screen and (max-width:767px) {
	.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list {
		position: relative;
		top: 0
	}
}

.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
	font-size: 26px;
	color: #fff;
	opacity: 0;
	transition: all .3s ease-in-out 0s
}

.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
	color: #ccc
}

@media only screen and (max-width:767px) {
	.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
		color: #999;
		opacity: 1
	}

	.lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i {
		color: #888
	}

	.lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
		color: #666
	}

	.lae-dark-bg .lae-team-members-style1 .lae-team-member .lae-image-wrapper .lae-social-list i:hover {
		color: #ccc
	}
}

.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img {
	filter: brightness(50%)
}

@media only screen and (max-width:767px) {
	.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper img {
		filter: brightness(80%)
	}
}

.lae-team-members-style1 .lae-team-member:hover .lae-image-wrapper .lae-social-list i {
	opacity: 1
}

.lae-team-members-style1 .lae-team-member .lae-team-member-text {
	text-align: center;
	max-width: 650px
}

.lae-team-members-style1 .lae-team-member .lae-team-member-text .lae-title {
	margin-bottom: 10px
}

.lae-team-members-style1 .lae-team-member .lae-social-list {
	margin: 10px auto
}

.lae-team-members-style2,
.lae-team-members-style3,
.lae-team-members-style4,
.lae-team-members-style5 {
	position: relative
}

.lae-team-members-style2 .lae-team-member-wrapper,
.lae-team-members-style3 .lae-team-member-wrapper,
.lae-team-members-style4 .lae-team-member-wrapper,
.lae-team-members-style5 .lae-team-member-wrapper {
	margin-top: 75px
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member,
.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member,
.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member {
	display: flex;
	flex-direction: column;
	align-items: center
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,
.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,
.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper {
	text-align: center;
	position: relative;
	margin: 0 0 20px 0
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,
.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,
.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img {
	max-width: 320px;
	transition: all .3s ease-in-out 0s
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,
.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,
.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text {
	max-width: 400px;
	margin: 0 auto;
	text-align: center
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title,
.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title,
.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-title {
	margin-bottom: 5px
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details,
.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details,
.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-team-member-details {
	margin: 10px 0 10px
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i,
.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i,
.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text .lae-social-list i {
	font-size: 24px;
	line-height: 1
}

.lae-team-members-style2,
.lae-team-members-style3 {
	max-width: 960px
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img {
	margin: 0 auto;
	border-radius: 50%;
	transition: all .3s ease-in-out 0s
}

.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member:hover .lae-image-wrapper img,
.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member:hover .lae-image-wrapper img {
	filter: brightness(80%)
}

.lae-team-members-style4 {
	max-width: 800px
}

.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper {
	margin: 30px
}

.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img {
	position: relative;
	display: block;
	height: auto;
	z-index: 2;
	transition: filter .3s ease
}

.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: -15px;
	bottom: -15px;
	background: 0 0;
	border: 2px solid #999;
	transition: all .3s ease
}

.lae-team-members-style4 .lae-team-member-wrapper:hover .lae-team-member .lae-image-wrapper img {
	filter: brightness(90%)
}

.lae-team-members-style4 .lae-team-member-wrapper:hover .lae-team-member .lae-image-wrapper::before {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px
}

@media only screen and (min-width:768px) {

	.lae-team-members-style2 .lae-team-member-wrapper,
	.lae-team-members-style3 .lae-team-member-wrapper,
	.lae-team-members-style4 .lae-team-member-wrapper,
	.lae-team-members-style5 .lae-team-member-wrapper {
		margin-top: 100px
	}

	.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member,
	.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member,
	.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member,
	.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member {
		flex-direction: row
	}

	.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,
	.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,
	.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-team-member-text,
	.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-team-member-text {
		text-align: left
	}

	.lae-team-members-style2 .lae-team-member-wrapper:first-child,
	.lae-team-members-style3 .lae-team-member-wrapper:first-child,
	.lae-team-members-style4 .lae-team-member-wrapper:first-child,
	.lae-team-members-style5 .lae-team-member-wrapper:first-child {
		margin-top: 0
	}
}

@media only screen and (min-width:768px) {

	.lae-team-members-style2 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,
	.lae-team-members-style3 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper,
	.lae-team-members-style4 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper {
		margin: 0 50px 0 0;
		order: 0
	}
}

@media only screen and (min-width:768px) {

	.lae-team-members-style2 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-image-wrapper,
	.lae-team-members-style4 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-image-wrapper {
		margin: 0 0 0 50px;
		order: 1
	}

	.lae-team-members-style2 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-team-member-text,
	.lae-team-members-style4 .lae-team-member-wrapper:nth-child(2n) .lae-team-member .lae-team-member-text {
		text-align: right
	}
}

.lae-team-members-style5 {
	max-width: 960px
}

.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper img {
	margin: 0 auto;
	border-radius: 5%;
	transition: transform .3s ease-in-out 0s
}

.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member:hover .lae-image-wrapper img {
	transform: scale(1.1)
}

@media only screen and (min-width:768px) {
	.lae-team-members-style5 .lae-team-member-wrapper .lae-team-member .lae-image-wrapper {
		margin: 0 0 0 50px;
		order: 1
	}
}

.lae-team-members-style6 .lae-team-member .lae-image-wrapper {
	text-align: left
}

.lae-team-members-style6 .lae-team-member .lae-image-wrapper img {
	max-width: 100%;
	margin: 0 0 15px;
	transition: filter .3s ease-in-out 0s
}

.lae-team-members-style6 .lae-team-member:hover .lae-image-wrapper img {
	filter: brightness(80%)
}

.lae-team-members-style6 .lae-team-member .lae-team-member-text {
	text-align: left
}

.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-title {
	margin-bottom: 5px
}

.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list {
	margin: 20px 0 0
}

.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i {
	font-size: 22px;
	line-height: 1;
	color: #999;
	transition: color .3s ease-in-out 0s
}

.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i:hover {
	color: #ccc
}

.lae-dark-bg .lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i {
	color: #888
}

.lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i:hover {
	color: #666
}

.lae-dark-bg .lae-team-members-style6 .lae-team-member .lae-team-member-text .lae-social-list i:hover {
	color: #ccc
}

.lae-flip-card {
	position: relative;
	display: inline-block;
	perspective: 1000px
}

.slick-slide .lae-flip-card {
	margin-bottom: 35px
}

.lae-flip-card .lae-flip-card-inner {
	position: relative;
	width: 100%;
	transform-style: preserve-3d;
	transition: transform .6s
}

.lae-flip-card .lae-flip-card-front {
	position: relative;
	width: 100%;
	backface-visibility: hidden;
	transform: rotateY(0)
}

.lae-flip-card .lae-flip-card-back {
	width: 100%;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotateY(180deg)
}

.lae-flip-card:hover .lae-flip-card-inner {
	transform: rotateY(180deg)
}

.lae-team-members-style7 .lae-flip-card-inner {
	border: 1px solid #999
}

.lae-team-members-style7 .lae-flip-card-front .lae-team-member-text {
	padding: 15px 20px
}

.lae-team-members-style7 .lae-flip-card-back .lae-team-member-info {
	padding: 40px 30px
}

.lae-team-members-style8 .lae-team-member,
.lae-team-members-style9 .lae-team-member {
	position: relative
}

.lae-team-members-style8 .lae-team-member .lae-image-wrapper img,
.lae-team-members-style9 .lae-team-member .lae-image-wrapper img {
	display: block
}

.lae-team-members-style8 .lae-team-member .lae-image-wrapper::before,
.lae-team-members-style9 .lae-team-member .lae-image-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35%;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
	z-index: 1
}

.lae-team-members-style8 .lae-team-member .lae-team-member-text,
.lae-team-members-style9 .lae-team-member .lae-team-member-text {
	position: absolute;
	left: 20px;
	bottom: 10px;
	width: 100%;
	color: #fff;
	z-index: 2
}

.lae-team-members-style8 .lae-team-member .lae-team-member-text .lae-title,
.lae-team-members-style9 .lae-team-member .lae-team-member-text .lae-title {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	color: #fff
}

.lae-team-members-style8 .lae-team-member .lae-team-member-text .lae-title::before,
.lae-team-members-style9 .lae-team-member .lae-team-member-text .lae-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 4px;
	background-color: #fff;
	z-index: 3
}

.lae-team-members-style8 .lae-team-member .lae-team-member-text .lae-team-member-position,
.lae-team-members-style9 .lae-team-member .lae-team-member-text .lae-team-member-position {
	color: #dcdcdc
}

.lae-team-members-style8 .lae-popup-content {
	display: none
}

.lae-team-members-style8 .lae-team-member .lae-team-member-text {
	opacity: 1;
	transition: opacity .3s ease-in-out 0s
}

.lae-team-members-style8 .lae-team-member:hover .lae-team-member-text {
	opacity: 0
}

.lae-team-members-style9 .lae-team-member {
	overflow: hidden
}

.lae-team-members-style9 .lae-team-member .lae-image-wrapper img {
	transition: filter .3s ease-in-out 0s
}

.lae-team-members-style9 .lae-team-member .lae-team-member-text {
	transform: translateY(calc(100% - 100px));
	transition: transform .6s ease;
	padding: 0 40px 20px 0
}

.lae-team-members-style9 .lae-team-member .lae-team-member-footer {
	transform: translateY(100px);
	transition: transform .6s ease
}

.lae-team-members-style9 .lae-team-member .lae-social-list .lae-social-list-item i {
	color: #d1d1d1
}

.lae-team-members-style9 .lae-team-member .lae-social-list .lae-social-list-item i:hover {
	color: #fff
}

.lae-team-members-style9 .lae-team-member:hover .lae-image-wrapper img {
	filter: brightness(40%)
}

.lae-team-members-style9 .lae-team-member:hover .lae-team-member-text {
	transform: translateY(0)
}

.lae-team-members-style9 .lae-team-member:hover .lae-team-member-footer {
	transform: translateY(0)
}

.lae-popup-content {
	position: relative;
	width: auto;
	max-width: 800px;
	margin: 20px auto;
	background: #fff
}

.lae-popup-trigger .lae-image-wrapper {
	position: relative
}

.lae-popup-trigger .lae-image-wrapper img {
	transition: filter .3s ease-in-out 0s
}

.lae-popup-trigger .lae-modal-indicator {
	display: block;
	opacity: 0;
	transition: opacity .3s ease-in-out 0s
}

.lae-popup-trigger .lae-modal-indicator .lae-view-details-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 25px
}

.lae-popup-trigger .lae-modal-indicator i {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	transition: all .3s ease-in-out 0s
}

.rtl .lae-popup-trigger .lae-modal-indicator i {
	right: auto;
	left: 0
}

.lae-popup-trigger:hover .lae-image-wrapper img {
	filter: brightness(70%)
}

.lae-popup-trigger:hover .lae-modal-indicator {
	opacity: 1
}

.lae-team-member-modal .lae-team-member {
	display: flex;
	flex-direction: row;
	align-items: flex-start
}

@media only screen and (max-width:767px) {
	.lae-team-member-modal .lae-team-member {
		display: inline-block;
		padding: 40px
	}
}

.lae-team-member-modal .lae-team-member .lae-image-wrapper {
	width: 100%
}

@media only screen and (max-width:767px) {
	.lae-team-member-modal .lae-team-member .lae-image-wrapper {
		float: left;
		width: 150px;
		margin: 0 20px 15px 0
	}
}

.lae-team-member-modal .lae-team-member .lae-image-wrapper img {
	display: block
}

.lae-team-member-modal .lae-team-member .lae-team-member-text {
	max-width: 500px;
	padding: 40px
}

@media only screen and (max-width:767px) {
	.lae-team-member-modal .lae-team-member .lae-team-member-text {
		padding: 0
	}
}

.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-details {
	color: rgba(255, 255, 255, .7)
}

.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title,
.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link .lae-title {
	color: #fff
}

.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-title-link:hover .lae-title {
	color: rgba(255, 255, 255, .7)
}

.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-team-member-position {
	color: rgba(255, 255, 255, .5)
}

.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i {
	color: #aaa
}

.lae-dark-bg .lae-team-members .lae-team-member .lae-team-member-text .lae-social-list i:hover {
	color: #ccc
}

.lae-dark-bg .lae-team-members-style4 .lae-team-member .lae-image-wrapper::before {
	border-color: rgba(255, 255, 255, .7)
}

.lae-dark-bg .lae-team-members-style7 .lae-flip-card-inner {
	border-color: rgba(255, 255, 255, .5)
}

.lae-dark-bg .lae-team-members-style7 .lae-team-member .lae-social-list .lae-social-list-item i {
	color: #aaa
}

.lae-dark-bg .lae-team-members-style7 .lae-team-member .lae-social-list .lae-social-list-item i:hover {
	color: #ccc
}

.lae-testimonials-slider {
	clear: both;
	position: relative
}

.lae-testimonials-slider.lae-container {
	max-width: 900px;
	margin: 0 auto
}

.lae-testimonials-slider .lae-testimonial .lae-testimonial-star-rating {
	padding: 0;
	margin: 0 0 10px 0
}

.lae-testimonials-slider .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item {
	display: inline-block
}

.lae-testimonials-slider .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg {
	fill: #d8d8d8
}

.lae-testimonials-slider .lae-testimonial.lae-rating-five .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg {
	fill: #f2b01e
}

.lae-testimonials-slider .lae-testimonial.lae-rating-one .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg {
	fill: #f2b01e
}

.lae-testimonials-slider .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,
.lae-testimonials-slider .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg {
	fill: #f2b01e
}

.lae-testimonials-slider .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,
.lae-testimonials-slider .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,
.lae-testimonials-slider .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg {
	fill: #f2b01e
}

.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,
.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,
.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg,
.lae-testimonials-slider .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(4) svg {
	fill: #f2b01e
}

.lae-testimonials-slider .lae-testimonial .lae-testimonial-text {
	text-align: center;
	max-width: 750px;
	font-size: 18px;
	line-height: 32px;
	color: #666
}

.lae-testimonials-slider .lae-testimonial .lae-testimonial-text i {
	color: #ccc;
	font-size: 32px;
	display: block;
	margin-bottom: 35px;
	background: 0 0;
	width: auto;
	height: auto
}

.lae-testimonials-slider .lae-testimonial .lae-testimonial-user .lae-user-text {
	color: #888
}

.lae-testimonials-slider .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 5px
}

.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-text {
	margin: 0 auto 40px;
	font-style: italic
}

.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-text {
	color: #ccc
}

.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-text i {
	color: #ddd
}

.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user {
	display: table;
	margin: 0 auto
}

.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-image-wrapper {
	display: table-cell
}

.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img {
	max-width: 64px;
	border-radius: 50%;
	margin-right: 15px
}

.rtl .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img {
	margin: 0 0 0 15px
}

.lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-user-text {
	display: table-cell;
	vertical-align: middle
}

.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-user-text {
	color: #bababa
}

.lae-dark-bg .lae-testimonials-slider-style1 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name {
	color: #e5e5e5
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style2 .lae-testimonial {
		padding: 0 10px
	}
}

.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text {
	background: #f7f7f7;
	padding: 40px;
	margin: 0 auto 30px;
	border-radius: 10px;
	position: relative
}

.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text {
	background: #fafafa
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text {
		padding: 30px
	}
}

.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text p {
	margin: 0;
	text-align: left
}

.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1 {
	position: absolute;
	font-size: 36px;
	margin: 0
}

.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1 {
	color: #bbb
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1 {
		font-size: 32px
	}
}

.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left {
	left: 10px;
	top: -15px;
	transform: scaleX(-1) scaleY(-1)
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left {
		left: 10px
	}
}

.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right {
	right: 10px;
	bottom: -15px
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right {
		right: 10px
	}
}

.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img {
	margin: 0 auto 10px;
	max-width: 96px;
	border-radius: 50%;
	padding: 3px;
	border: 1px solid #aaa
}

.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img {
	border-color: #ccc
}

.lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-user-text {
	text-align: center;
	margin: 0 0 20px 0
}

.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-user-text {
	color: #bababa
}

.lae-dark-bg .lae-testimonials-slider-style2 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name {
	color: #e5e5e5
}

.lae-testimonials-slider-style3 .lae-testimonial,
.lae-testimonials-slider-style4 .lae-testimonial {
	margin: 0 auto
}

.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info,
.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info {
	display: grid;
	align-items: stretch
}

@media only screen and (max-width:1024px) {

	.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info,
	.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info {
		padding: 0 10px
	}
}

.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg,
.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .2s linear;
	min-height: 300px
}

.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details,
.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details {
	padding: 50px;
	background: #f4f4f4
}

.lae-dark-bg .lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details,
.lae-dark-bg .lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details {
	background: #fafafa
}

@media only screen and (max-width:767px) {

	.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details,
	.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details {
		padding: 30px
	}
}

.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details .lae-testimonial-text,
.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details .lae-testimonial-text {
	text-align: left
}

.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info {
	grid-template-columns: 30% 70%
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info {
		grid-template-columns: 40% 60%
	}
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info {
		grid-template-columns: 1fr
	}
}

.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg {
	border-radius: 10px 0 0 10px
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg {
		border-radius: 10px 10px 0 0
	}
}

.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details {
	border-radius: 0 10px 10px 0
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style3 .lae-testimonial .lae-testimonial-info .lae-testimonial-details {
		border-radius: 0 0 10px 10px
	}
}

.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info {
	grid-template-columns: 70% 30%
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info {
		grid-template-columns: 60% 40%
	}
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info {
		grid-template-columns: 1fr
	}
}

.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg {
	border-radius: 0 10px 10px 0
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-image .lae-image-bg {
		border-radius: 10px 10px 0 0
	}
}

.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details {
	border-radius: 10px 0 0 10px
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-details {
		order: 2;
		border-radius: 0 0 10px 10px
	}
}

.lae-testimonials-slider-style5.lae-container {
	max-width: 960px
}

.lae-testimonials-slider-style5 .lae-testimonial {
	position: relative
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-image-wrapper {
	width: 100%
}

@media only screen and (min-width:768px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-image-wrapper {
		width: 80%
	}
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text {
	position: relative;
	text-align: left;
	background: #333;
	padding: 40px 25px 40px 25px;
	font-size: 14px;
	line-height: 1.5;
	color: #fff
}

@media only screen and (min-width:768px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text {
		width: 400px;
		position: absolute;
		right: 0;
		bottom: 50%;
		transform: translateY(50%);
		padding: 30px 50px 30px 50px
	}
}

@media only screen and (min-width:1025px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text {
		padding: 40px 60px 40px 60px
	}
}

.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text {
	background: #fafafa;
	color: #333
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text p {
	margin: 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
	color: #ececec
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text p {
		font-size: 14px;
		line-height: 1.8
	}
}

.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text p {
	color: #333
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1 {
	position: absolute;
	font-size: 26px;
	color: #fff;
	margin: 0
}

.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1 {
	color: #333
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1 {
		font-size: 24px
	}
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left {
	left: 20px;
	top: 20px;
	transform: scaleX(-1) scaleY(-1)
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left {
		left: 15px;
		top: 15px
	}
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-top-left {
		left: 10px;
		top: 10px
	}
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right {
	right: 20px;
	bottom: 20px
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right {
		right: 15px;
		bottom: 15px
	}
}

@media only screen and (max-width:767px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text i.lae-icon-quote1.lae-bottom-right {
		right: 10px;
		bottom: 10px
	}
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text {
	text-align: left;
	color: #adadad;
	margin: 10px 0 0 0
}

.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text {
	color: #969696
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-name {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	display: inline;
	margin: 0;
	color: #eee
}

.lae-dark-bg .lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-name {
	color: #222
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-name {
		font-size: 14px
	}
}

.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-credentials {
	display: inline;
	margin: 0 0 0 5px;
	font-size: 14px
}

@media only screen and (max-width:1024px) {
	.lae-testimonials-slider-style5 .lae-testimonial .lae-testimonial-text .lae-testimonial-user .lae-user-text .lae-author-credentials {
		font-size: 12px
	}
}

.lae-testimonials {
	clear: both
}

.lae-testimonials .lae-testimonial {
	margin-bottom: 20px
}

.lae-testimonials .lae-testimonial .lae-testimonial-star-rating {
	padding: 0;
	margin: 0
}

.lae-testimonials .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item {
	display: inline-block
}

.lae-testimonials .lae-testimonial .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg {
	fill: #d8d8d8
}

.lae-testimonials .lae-testimonial.lae-rating-five .lae-testimonial-star-rating .lae-testimonial-star-rating-item svg {
	fill: #f2b01e
}

.lae-testimonials .lae-testimonial.lae-rating-one .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg {
	fill: #f2b01e
}

.lae-testimonials .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,
.lae-testimonials .lae-testimonial.lae-rating-two .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg {
	fill: #f2b01e
}

.lae-testimonials .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,
.lae-testimonials .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,
.lae-testimonials .lae-testimonial.lae-rating-three .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg {
	fill: #f2b01e
}

.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:first-child svg,
.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(2) svg,
.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(3) svg,
.lae-testimonials .lae-testimonial.lae-rating-four .lae-testimonial-star-rating .lae-testimonial-star-rating-item:nth-child(4) svg {
	fill: #f2b01e
}

.lae-testimonials .lae-testimonial .lae-testimonial-text {
	font-size: 15px;
	line-height: 24px
}

.lae-dark-bg .lae-testimonials .lae-testimonial .lae-testimonial-text {
	color: rgba(255, 255, 255, .7)
}

.lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text {
	color: #888;
	font-size: 15px;
	line-height: 24px
}

.lae-dark-bg .lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text {
	color: rgba(255, 255, 255, .5)
}

.lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333
}

.lae-dark-bg .lae-testimonials .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name {
	color: #fff
}

.lae-testimonials-style1 .lae-testimonial-user,
.lae-testimonials-style2 .lae-testimonial-user {
	display: table
}

.lae-testimonials-style1 .lae-testimonial-user .lae-image-wrapper,
.lae-testimonials-style2 .lae-testimonial-user .lae-image-wrapper {
	display: table-cell
}

.lae-testimonials-style1 .lae-testimonial-user .lae-image-wrapper img,
.lae-testimonials-style2 .lae-testimonial-user .lae-image-wrapper img {
	max-width: 64px;
	border-radius: 50%;
	margin-right: 20px
}

.rtl .lae-testimonials-style1 .lae-testimonial-user .lae-image-wrapper img,
.rtl .lae-testimonials-style2 .lae-testimonial-user .lae-image-wrapper img {
	margin: 0 0 0 20px
}

.lae-testimonials-style1 .lae-testimonial-user .lae-user-text,
.lae-testimonials-style2 .lae-testimonial-user .lae-user-text {
	display: table-cell;
	vertical-align: middle
}

.lae-testimonials-style1 .lae-testimonial-user .lae-user-text .lae-author-name,
.lae-testimonials-style2 .lae-testimonial-user .lae-user-text .lae-author-name {
	margin: 0 0 5px 0
}

.lae-testimonials-style1 .lae-testimonial .lae-testimonial-star-rating {
	margin: 0 0 15px 0
}

.lae-testimonials-style1 .lae-testimonial .lae-testimonial-text {
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 30px;
	text-align: center;
	position: relative;
	padding: 20px;
	margin-bottom: 40px;
	font-style: italic;
	text-align: center;
	max-width: 450px
}

.lae-dark-bg .lae-testimonials-style1 .lae-testimonial .lae-testimonial-text {
	color: #666;
	background: #eee
}

.lae-testimonials-style1 .lae-testimonial .lae-testimonial-text:after {
	content: "";
	display: block;
	background: #fff;
	border-left: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: skew(0deg, -44deg);
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: -12px;
	left: 40px;
	margin: auto
}

.rtl .lae-testimonials-style1 .lae-testimonial .lae-testimonial-text:after {
	left: auto;
	right: 40px
}

.lae-dark-bg .lae-testimonials-style1 .lae-testimonial .lae-testimonial-text:after {
	background: #eee
}

.lae-testimonials-style2 .lae-testimonial .lae-testimonial-star-rating {
	margin: 0 0 10px 0
}

.lae-testimonials-style2 .lae-testimonial .lae-testimonial-text {
	margin-top: 20px
}

.lae-testimonials-style2 .lae-testimonial:not(.lae-rating-none) .lae-testimonial-text {
	margin-top: 15px
}

.lae-testimonials-style3 .lae-testimonial .lae-testimonial-star-rating {
	margin: 0 0 15px 0
}

.lae-testimonials-style3 .lae-testimonial .lae-testimonial-text {
	background: #e2e2e2;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	text-align: center;
	position: relative;
	padding: 30px 15px;
	margin-bottom: 40px;
	color: #444;
	max-width: 450px;
	text-align: center;
	max-width: 450px
}

.lae-dark-bg .lae-testimonials-style3 .lae-testimonial .lae-testimonial-text {
	color: #666;
	background: #eee
}

.lae-testimonials-style3 .lae-testimonial .lae-testimonial-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin: auto;
	margin-left: -15px;
	border-top: 20px solid #e2e2e2;
	border-top-color: inherit;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent
}

.lae-dark-bg .lae-testimonials-style3 .lae-testimonial .lae-testimonial-text:after {
	border-top-color: #eee
}

.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user {
	display: flex;
	flex-direction: column;
	align-items: center
}

.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img {
	max-width: 64px;
	border-radius: 50%
}

.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user .lae-user-text {
	text-align: center
}

.lae-testimonials-style3 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name {
	margin: 15px 0 5px 0
}

.lae-testimonials-style4 .lae-testimonial {
	display: flex;
	flex-direction: row;
	max-width: 720px;
	margin: 24px 0
}

.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 32px
}

@media only screen and (max-width:640px) {
	.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper {
		margin-right: 25px
	}
}

.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper img {
	max-width: 120px
}

@media only screen and (max-width:640px) {
	.lae-testimonials-style4 .lae-testimonial .lae-testimonial-user-picture .lae-image-wrapper img {
		max-width: 72px
	}
}

.lae-testimonials-style4 .lae-testimonial .lae-testimonial-info {
	text-align: left
}

.lae-testimonials-style4 .lae-testimonial .lae-testimonial-info .lae-testimonial-star-rating {
	margin-bottom: 5px
}

.lae-testimonials-style4 .lae-testimonial .lae-testimonial-info .lae-user-text .lae-author-name {
	margin: 15px 0 5px 0
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-star-rating {
	margin: 0 0 15px 0
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-text {
	background: #f4f4f4;
	border-radius: 8px 8px 0 0;
	text-align: center;
	position: relative;
	padding: 30px 15px 50px 15px;
	color: #444;
	max-width: 450px;
	text-align: center;
	max-width: 450px
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-text p {
	margin: 0
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user-wrap {
	background: #d4d4d4;
	border-radius: 0 0 8px 8px
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user {
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateY(-32px)
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user .lae-image-wrapper img {
	max-width: 64px;
	border-radius: 50%
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user .lae-user-text {
	text-align: center
}

.lae-testimonials-style5 .lae-testimonial .lae-testimonial-user .lae-user-text .lae-author-name {
	margin: 15px 0 5px 0
}

.lae-timeline-nav:before {
	position: absolute;
	content: "";
	height: 4px;
	width: 100%;
	background: #ccc;
	display: block;
	bottom: auto;
	top: 20px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

.lae-timeline-nav .lae-timeline-nav-item {
	cursor: pointer;
	text-align: center
}

.lae-timeline-nav .lae-timeline-nav-item .lae-timeline-icon {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #e3e3e3;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	margin: 0 auto 10px;
	cursor: pointer;
	transition: background-color .3s
}

.lae-timeline-nav .lae-timeline-nav-item .lae-timeline-icon i {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	color: #767676;
	transition: color .3s
}

.lae-timeline-nav .lae-timeline-nav-item:hover .lae-timeline-icon {
	background-color: #c8c8c8
}

.lae-timeline-nav .lae-timeline-nav-item:hover .lae-timeline-icon i {
	color: #4a4a4a
}

.lae-timeline-nav .lae-timeline-nav-item .lae-timeline-label {
	margin: 0 0 20px 0
}

.lae-timeline-item {
	text-align: center;
	padding: 0 40px
}

.lae-timeline-item .lae-timeline-image {
	position: relative;
	display: block
}

.lae-timeline-item .lae-timeline-image:after {
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	border-radius: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: opacity .3s
}

.lae-timeline-item .lae-timeline-image img {
	border-radius: 50%
}

.lae-timeline-item:hover .lae-timeline-image:after {
	opacity: .3
}

.lae-timeline-item .lae-timeline-title {
	padding: 20px 20px 0;
	margin: 0
}

.lae-timeline-item .lae-timeline-description {
	padding: 10px 20px 0
}

.lae-accordion {
	clear: both
}

.lae-accordion .lae-panel-title {
	display: block;
	cursor: pointer
}

.lae-accordion .lae-panel-content {
	display: none;
	overflow: hidden
}

.lae-accordion-style1 .lae-panel .lae-panel-title,
.lae-accordion-style3 .lae-panel .lae-panel-title {
	transition: all .3s ease-in-out 0s
}

.lae-accordion-style1 .lae-panel .lae-panel-title:after,
.lae-accordion-style3 .lae-panel .lae-panel-title:after {
	font-family: lae-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	content: "\e916";
	right: 30px;
	top: 50%;
	margin-top: -8px;
	font-size: 14px;
	line-height: 1;
	color: #666;
	font-weight: 700;
	transition: all .3s ease-in-out 0s
}

.lae-accordion-style1 .lae-panel.lae-active .lae-panel-title:after,
.lae-accordion-style3 .lae-panel.lae-active .lae-panel-title:after {
	transform: rotate(45deg)
}

.lae-accordion-style2 .lae-panel .lae-panel-title {
	transition: all .3s ease-in-out 0s
}

.lae-accordion-style2 .lae-panel .lae-panel-title:after {
	font-family: lae-icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;
	content: "\e917";
	color: #999;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
	transition: color .3s ease-in 0s, transform .3s ease-in-out 0s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title:after {
	transform: rotate(90deg)
}

.lae-accordion-style1 .lae-panel {
	margin: 20px 0 0;
	background: #eee;
	border-radius: 5px;
	overflow: hidden
}

.lae-accordion-style1 .lae-panel .lae-panel-title {
	position: relative;
	display: block;
	padding: 20px 50px 20px 30px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 700;
	color: #666;
	margin: 0
}

.lae-accordion-style1 .lae-panel .lae-panel-content {
	background: #f8f8f8;
	padding: 30px 30px
}

.lae-accordion-style1 .lae-panel:hover .lae-panel-title {
	background: #e2e2e2
}

.lae-accordion-style1 .lae-panel.lae-active .lae-panel-title {
	color: #333;
	background: #e2e2e2
}

.lae-accordion-style1 .lae-panel.lae-active .lae-panel-title:after {
	color: #333
}

.lae-accordion-style2 .lae-panel {
	margin: 20px 0 0;
	color: #333;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative
}

.lae-accordion-style2 .lae-panel .lae-panel-title {
	position: relative;
	display: block;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 20px 50px 20px 30px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 700;
	color: #666;
	margin: 0;
	transition: all .3s ease-in-out 0s;
	z-index: 1
}

.lae-accordion-style2 .lae-panel .lae-panel-title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: #4c5053;
	-webkit-transition: height .3s cubic-bezier(.77, 0, .175, 1);
	transition: height .3s cubic-bezier(.77, 0, .175, 1);
	z-index: -1
}

.lae-accordion-style2 .lae-panel .lae-panel-content {
	padding: 20px 30px;
	border-color: #dcdcdc;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 5px 5px
}

.lae-accordion-style2 .lae-panel:hover .lae-panel-title,
.lae-accordion-style2 .lae-panel:hover .lae-panel-title:after {
	color: #fff;
	border-color: #333
}

.lae-accordion-style2 .lae-panel:hover .lae-panel-title:before {
	height: 100%
}

.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title {
	background: #4c5053;
	color: #fff;
	border-radius: 5px 5px 0 0;
	border-color: #333
}

.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title:after {
	color: #fff
}

.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-title {
	color: #888;
	border-color: #404040
}

.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-title:before {
	background: #e5e5e5
}

.lae-dark-bg.lae-accordion-style2 .lae-panel:hover .lae-panel-title {
	color: #333
}

.lae-dark-bg.lae-accordion-style2 .lae-panel:hover .lae-panel-title:after {
	color: #666
}

.lae-dark-bg.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title {
	background: #e5e5e5;
	color: #333;
	border-color: #e5e5e5
}

.lae-dark-bg.lae-accordion-style2 .lae-panel.lae-active .lae-panel-title:after {
	color: #666
}

.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-content {
	border-color: #404040;
	color: #909090
}

.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-content h1,
.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-content h2,
.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-content h3,
.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-content h4,
.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-content h5,
.lae-dark-bg.lae-accordion-style2 .lae-panel .lae-panel-content h6 {
	color: #e5e5e5
}

.lae-accordion-style3 .lae-panel {
	margin: 0;
	border-bottom: 1px solid #dcdcdc
}

.lae-accordion-style3 .lae-panel:first-child {
	border-top: 1px solid #dcdcdc
}

.lae-accordion-style3 .lae-panel .lae-panel-title {
	position: relative;
	display: block;
	padding: 20px 50px 20px 5px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
	margin: 0
}

.lae-accordion-style3 .lae-panel .lae-panel-content {
	padding: 10px 50px 30px 5px
}

.lae-accordion-style3 .lae-panel:hover .lae-panel-title {
	color: #333
}

.lae-accordion-style3 .lae-panel.lae-active .lae-panel-title {
	color: #333
}

.lae-accordion-style3 .lae-panel.lae-active .lae-panel-title:after {
	color: #333
}

.lae-dark-bg.lae-accordion-style3 .lae-panel {
	border-color: #404040
}

.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-title {
	color: #b0b0b0
}

.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-title:after {
	color: #888
}

.lae-dark-bg.lae-accordion-style3 .lae-panel:hover .lae-panel-title {
	color: #eaeaea
}

.lae-dark-bg.lae-accordion-style3 .lae-panel:hover .lae-panel-title:after {
	color: #aaa
}

.lae-dark-bg.lae-accordion-style3 .lae-panel.lae-active .lae-panel-title {
	color: #eaeaea
}

.lae-dark-bg.lae-accordion-style3 .lae-panel.lae-active .lae-panel-title:after {
	color: #aaa
}

.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-content {
	color: #909090
}

.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-content h1,
.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-content h2,
.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-content h3,
.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-content h4,
.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-content h5,
.lae-dark-bg.lae-accordion-style3 .lae-panel .lae-panel-content h6 {
	color: #e5e5e5
}

.lae-countdown-wrap {
	display: inline-block;
	width: 100%
}

.lae-countdown-wrap.lae-aligncenter {
	text-align: center
}

.lae-countdown-wrap.lae-alignleft {
	text-align: left
}

.lae-countdown-wrap.lae-alignright {
	text-align: right
}

.lae-countdown-wrap .lae-countdown-label {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
	color: #333
}

.lae-dark-bg .lae-countdown-wrap .lae-countdown-label {
	color: #e5e5e5
}

.lae-countdown-wrap .lae-countdown {
	display: inline-block
}

.lae-countdown-wrap .lae-countdown ul {
	list-style: none;
	display: inline-block;
	margin: 0
}

.lae-countdown-wrap .lae-countdown ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 700;
	margin-left: 20px;
	position: relative
}

.lae-dark-bg .lae-countdown-wrap .lae-countdown ul li {
	color: #909090
}

.lae-countdown-wrap .lae-countdown ul li span {
	display: table;
	padding: 12px;
	border-radius: 5px;
	background: #383b3f;
	color: #ebebeb;
	font-size: 18px;
	line-height: 18px
}

.lae-dark-bg .lae-countdown-wrap .lae-countdown ul li span {
	background-color: rgba(125, 125, 125, .3)
}

.lae-countdown-wrap .lae-countdown ul li:before {
	content: ":";
	position: absolute;
	left: -10px;
	top: 18px;
	font-size: 18px;
	line-height: 18px
}

.lae-countdown-wrap .lae-countdown ul li:first-child:before {
	display: none
}

.lae-faq-list {
	clear: both
}

.lae-faq-list .lae-faq-item {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 24px
}

.lae-faq-list .lae-faq-item .lae-faq-question {
	font-size: 24px;
	line-height: 32px;
	text-transform: none;
	font-weight: 700;
	color: #333
}

.lae-dark-bg .lae-faq-list .lae-faq-item {
	color: rgba(255, 255, 255, .7)
}

.lae-dark-bg .lae-faq-list .lae-faq-item .lae-faq-question {
	color: #fff
}

.lae-dark-bg .lae-faq-list .lae-faq-item .lae-faq-answer {
	color: rgba(255, 255, 255, .7)
}

.lae-faq-list-style1 .lae-faq-item {
	text-align: left
}

.lae-faq-list-style1 .lae-faq-item .lae-faq-answer {
	margin-top: 20px
}

.lae-faq-list-style2 .lae-faq-item {
	text-align: center
}

.lae-faq-list-style2 .lae-faq-item .lae-faq-answer {
	margin-bottom: 20px
}

.lae-image-text-toggle {
	display: flex;
	justify-content: space-between
}

.lae-image-text-toggle .lae-image-content,
.lae-image-text-toggle .lae-text-content {
	align-self: center;
	margin: 0;
	width: 50%
}

.lae-image-text-toggle .lae-image-content img {
	display: block;
	margin: 0 auto
}

@media only screen and (max-width:767px) {
	.lae-image-text-toggle {
		flex-direction: column
	}

	.lae-image-text-toggle .lae-image-content,
	.lae-image-text-toggle .lae-text-content {
		width: 100%;
		margin: 0
	}

	.lae-image-text-toggle .lae-image-content {
		order: 1;
		margin-bottom: 50px
	}

	.lae-image-text-toggle .lae-text-content {
		order: 2;
		padding: 0
	}
}

.lae-features {
	clear: both
}

@media only screen and (max-width:767px) {
	.lae-features .lae-feature {
		margin-bottom: 50px
	}
}

.lae-features .lae-feature:last-child {
	margin-bottom: 0 !important
}

.lae-features .lae-feature .lae-subtitle {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 2px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #acb2bf;
	margin-bottom: 5px
}

@media only screen and (max-width:767px) {
	.lae-features .lae-feature .lae-subtitle {
		font-size: 12px;
		line-height: 18px
	}
}

.lae-features .lae-feature .lae-title {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px
}

@media only screen and (max-width:1024px) {
	.lae-features .lae-feature .lae-title {
		font-size: 26px;
		line-height: 36px
	}
}

.lae-features .lae-feature .lae-title-link .lae-title {
	color: #333;
	transition: color .3s ease-in-out 0s
}

.lae-features .lae-feature .lae-title-link:hover .lae-title {
	color: #666
}

.lae-features .lae-feature .lae-feature-details {
	color: #9297a3;
	font-size: 14px;
	line-height: 24px
}

@media only screen and (max-width:767px) {
	.lae-features .lae-feature .lae-feature-details {
		font-size: 13px;
		line-height: 22px
	}
}

.lae-features .lae-feature .lae-image-content {
	position: relative
}

.lae-features .lae-feature .lae-image-content img {
	transition: all .4s ease-in-out 0s
}

.lae-features .lae-feature .lae-image-link:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	transition: opacity .4s ease-in-out 0s;
	opacity: 0
}

.lae-features .lae-feature:hover .lae-image-link:after {
	opacity: 1
}

.lae-dark-bg .lae-features .lae-feature .lae-subtitle {
	color: rgba(255, 255, 255, .5)
}

.lae-dark-bg .lae-features .lae-feature .lae-title,
.lae-dark-bg .lae-features .lae-feature .lae-title-link .lae-title {
	color: #fff
}

.lae-dark-bg .lae-features .lae-feature .lae-title-link:hover .lae-title {
	color: rgba(255, 255, 255, .7)
}

.lae-dark-bg .lae-features .lae-feature .lae-feature-details {
	color: rgba(255, 255, 255, .7)
}

@media only screen and (min-width:768px) {
	.lae-features .lae-feature .lae-text-content {
		max-width: 520px;
		padding: 0 50px
	}

	.siteorigin-panels-stretch[data-stretch-type=full-stretched] .lae-features .lae-feature .lae-text-content {
		max-width: 600px
	}

	.lae-features .lae-feature:nth-child(2n) .lae-image-content {
		order: 2
	}

	.lae-features .lae-feature:nth-child(2n) .lae-text-content {
		order: 1
	}
}

@media only screen and (min-width:768px) {
	.lae-features:not(.lae-tiled) .lae-feature {
		margin-bottom: 80px
	}

	.lae-features:not(.lae-tiled) .lae-feature .lae-image-content {
		max-width: 520px
	}

	.siteorigin-panels-stretch[data-stretch-type=full-stretched] .lae-features:not(.lae-tiled) .lae-feature .lae-image-content {
		margin: 0 auto
	}

	.siteorigin-panels-stretch[data-stretch-type=full-stretched] .lae-features:not(.lae-tiled) .lae-feature .lae-text-content {
		margin: 0 auto
	}
}

.lae-features.lae-tiled .lae-feature .lae-text-content {
	margin: 0 auto
}

@media only screen and (max-width:767px) {
	.siteorigin-panels-stretch[data-stretch-type=full-stretched] .lae-features.lae-tiled .lae-feature .lae-text-content {
		padding: 0 20px
	}
}

.lae-features.lae-tiled .lae-feature .lae-image-content img {
	width: 100%
}

.lae-gallery-carousel {
	clear: both
}

@media only screen and (max-width:1024px) {
	.lae-gallery-carousel .lae-gallery-carousel-item {
		margin-bottom: 20px
	}
}

.lae-gallery-carousel .lae-gallery-carousel-item .hentry {
	margin: 0;
	padding: 0;
	border: none;
	background: 0 0;
	box-shadow: none
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image {
	position: relative;
	overflow: hidden
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image img {
	width: 100%;
	display: block;
	transition: all .4s ease-in-out 0s
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover img {
	filter: brightness(50%)
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info {
	display: block;
	text-align: center
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-info {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	transform: translateY(-50%)
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-title {
	padding: 10px;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

@media only screen and (max-width:1024px) {
	.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-title {
		font-size: 18px;
		line-height: 26px
	}
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-title a {
	display: inline;
	color: #fff;
	transition: all .3s ease-in-out 0s;
	border-bottom: 1px solid transparent
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-entry-title a:hover {
	border-bottom: 1px solid #ccc
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-terms {
	display: block;
	color: #ddd;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	opacity: 0;
	transition: opacity .4s ease-in-out 0s
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox,
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox i {
	color: #fff;
	font-size: 32px;
	line-height: 1;
	transition: color .4s ease-in-out 0s
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox i:hover,
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-video-lightbox:hover {
	color: #ddd
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-lightbox-item {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	display: block;
	padding: 12px;
	background: 0 0;
	opacity: 0;
	transition: all .3s ease-in-out 0s
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-lightbox-item i {
	font-size: 22px
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image .lae-image-info .lae-lightbox-item:hover {
	background: rgba(0, 0, 0, .5)
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover .lae-image-info .lae-entry-title,
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover .lae-image-info .lae-lightbox-item,
.lae-gallery-carousel .lae-gallery-carousel-item .lae-project-image:hover .lae-image-info .lae-terms {
	opacity: 1
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-fancybox-video {
	height: 100%;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover
}

.lae-gallery-carousel .lae-gallery-carousel-item .lae-fancybox-video video {
	max-height: 100%
}

.lae-icon-list {
	clear: both;
	font-size: 0;
	width: 100%
}

.lae-icon-list.lae-alignleft {
	text-align: left
}

.lae-icon-list.lae-alignright {
	text-align: right
}

.lae-icon-list.lae-aligncenter {
	text-align: center
}

.lae-icon-list .lae-icon-list-item {
	display: inline-block;
	padding: 0;
	border: none;
	outline: 0;
	margin: 0 0 0 15px
}

.rtl .lae-icon-list .lae-icon-list-item {
	margin: 0 15px 0 0
}

.lae-icon-list .lae-icon-list-item:first-child {
	margin: 0
}

.lae-icon-list .lae-icon-list-item .lae-icon-wrapper i,
.lae-icon-list .lae-icon-list-item .lae-icon-wrapper svg {
	display: block;
	font-size: 32px;
	line-height: 1;
	color: #666;
	fill: #666;
	transition: color .3s ease-in-out 0s
}

.lae-icon-list .lae-icon-list-item .lae-image-wrapper img {
	display: block;
	max-width: 100%;
	width: 32px;
	height: auto;
	margin: 0 auto;
	transition: all .4s ease-in-out 0s
}

.lae-icon-list .lae-icon-list-item:hover .lae-image-wrapper img {
	opacity: .8
}

.lae-icon-list .lae-icon-list-item:hover .lae-icon-wrapper i,
.lae-icon-list .lae-icon-list-item:hover .lae-icon-wrapper svg {
	color: #333;
	fill: #333
}

.lae-circular-icon-list .lae-icon-list .lae-icon-list-item {
	margin: 0 0 0 25px;
	width: 50px;
	height: 50px;
	border-radius: 100%
}

@media only screen and (max-width:479px) {
	.lae-circular-icon-list .lae-icon-list .lae-icon-list-item {
		margin: 0 0 20px 20px
	}
}

.lae-circular-icon-list .lae-icon-list .lae-icon-list-item:first-child {
	margin-left: 0
}

.lae-dark-bg .lae-circular-icon-list .lae-icon-list .lae-icon-list-item {
	background: #48484a
}

.lae-circular-icon-list .lae-icon-list .lae-icon-list-item .lae-icon-wrapper i,
.lae-circular-icon-list .lae-icon-list .lae-icon-list-item .lae-icon-wrapper svg {
	font-size: 22px;
	padding: 14px 0
}

.lae-image-slider {
	clear: both;
	position: relative;
	padding: 0 0 40px 0
}

.lae-image-slider .lae-slide {
	position: relative;
	background: #000 !important
}

.lae-image-slider .lae-slide img {
	transition: all .4s ease-in-out 0s;
	opacity: .7
}

.lae-image-slider .lae-slide:hover img {
	opacity: .5
}

.lae-image-slider .lae-slide .lae-caption {
	position: absolute;
	max-width: 700px
}

.lae-image-slider .lae-slide .lae-caption .lae-heading {
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	color: #fff
}

.lae-image-slider .lae-slide .lae-caption .lae-heading a {
	color: #fff
}

.lae-image-slider .lae-slide .lae-caption .lae-heading a:hover {
	border-bottom: 2px solid #fff
}

.lae-image-slider .lae-slide .lae-caption .lae-subheading {
	color: #b1b3b2;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 12px;
	font-weight: 400
}

.lae-image-slider .lae-slide .lae-caption .lae-button {
	margin-top: 50px;
	color: #fefefe
}

@media only screen and (max-width:600px) {
	.lae-image-slider .lae-slide .lae-caption .lae-subheading {
		font-size: 14px;
		line-height: 22px
	}

	.lae-image-slider .lae-slide .lae-caption .lae-heading {
		font-size: 22px;
		line-height: 30px
	}

	.lae-image-slider .lae-slide .lae-caption .lae-button {
		margin-top: 30px;
		padding: 12px 25px;
		font-size: 11px
	}
}

.lae-image-slider .lae-flex-direction-nav a,
.lae-image-slider .lae-flex-direction-nav a:hover {
	color: #ddd;
	font-size: 32px;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	transition: all .4s ease-in-out 0s
}

.lae-image-slider .lae-flex-direction-nav a.lae-flex-prev,
.lae-image-slider .lae-flex-direction-nav a:hover.lae-flex-prev {
	left: 20px
}

.lae-image-slider .lae-flex-direction-nav a.lae-flex-next,
.lae-image-slider .lae-flex-direction-nav a:hover.lae-flex-next {
	right: 20px
}

.lae-image-slider .lae-flex-direction-nav a:hover {
	color: #efefef
}

.lae-image-slider button.slick-prev {
	left: 20px
}

.lae-image-slider button.slick-next {
	right: 20px
}

.lae-image-slider button.slick-next,
.lae-image-slider button.slick-next:hover,
.lae-image-slider button.slick-prev,
.lae-image-slider button.slick-prev:hover {
	font-size: 32px;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	z-index: 10
}

.lae-image-slider button.slick-next:before,
.lae-image-slider button.slick-prev:before {
	font-size: 32px;
	color: #ddd !important
}

.lae-image-slider button.slick-next:hover:before,
.lae-image-slider button.slick-prev:hover:before {
	color: #fff !important
}

.lae-image-slider.lae-caption-style1 .lae-caption {
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
	transform: translateY(-50%)
}

.lae-image-slider.lae-caption-style2 .lae-caption {
	bottom: 50px;
	left: 50px;
	text-align: left;
	margin: 0;
	padding: 0 20px
}

.lae-image-slider.lae-caption-style2 .lae-caption .lae-button {
	display: none
}

.lae-image-slider.lae-caption-style2 .lae-caption .lae-heading {
	text-align: left
}

@media only screen and (max-width:1024px) {
	.lae-image-slider.lae-caption-style2 .lae-caption {
		left: 20px;
		bottom: 30px
	}

	.lae-image-slider.lae-caption-style2 .lae-caption .lae-subheading {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:600px) {
	.lae-image-slider.lae-caption-style2 .lae-caption {
		left: 0;
		bottom: 20px
	}

	.lae-image-slider.lae-caption-style2 .lae-caption .lae-subheading {
		margin-bottom: 5px
	}
}

.lae-image-slider .nivo-caption .lae-heading {
	color: #fff;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	margin: 0
}

.lae-image-slider .nivo-caption .lae-heading a {
	color: #fff
}

.lae-image-slider .nivo-caption .lae-heading a:hover {
	border-bottom: 2px solid #fff
}

.lae-image-slider .nivo-caption .lae-subheading {
	margin-bottom: 10px;
	color: #b1b3b2;
	font-style: italic;
	font-size: 16px;
	line-height: 24px
}

@media only screen and (max-width:600px) {
	.lae-image-slider .nivo-caption .lae-subheading {
		font-size: 14px;
		line-height: 22px
	}

	.lae-image-slider .nivo-caption .lae-heading {
		font-size: 22px;
		line-height: 30px
	}
}

.lae-image-slider.lae-caption-style1 .nivo-caption {
	left: 0;
	right: 0;
	top: 50%;
	bottom: initial;
	text-align: center;
	color: #fff;
	width: 100%;
	height: auto;
	padding: 25px 30px;
	max-width: 600px;
	margin: 0 auto;
	transform: translateY(-50%)
}

.lae-image-slider.lae-caption-style2 .nivo-caption {
	padding: 25px 50px
}

.lae-image-slider.lae-caption-style2 .nivo-caption .lae-heading {
	text-align: left
}

@media only screen and (max-width:600px) {
	.lae-image-slider.lae-caption-style2 .nivo-caption {
		padding: 10px 30px
	}
}

.lae-thumbnail-slider {
	margin-top: 10px;
	text-align: center
}

.lae-thumbnail-slider .lae-thumbnail-slider-item {
	cursor: pointer
}

.lae-thumbnail-slider .lae-thumbnail-slider-item .lae-thumbnail-slider-image-bg {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (max-width:480px) {
	.lae-thumbnail-slider .lae-thumbnail-slider-item .lae-thumbnail-slider-image-bg {
		height: 50px
	}
}

.lae-thumbnail-slider .lae-thumbnail-slider-image-bg {
	position: relative
}

.lae-thumbnail-slider .slick-current .lae-thumbnail-slider-image-bg:before {
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 10px 10px 0;
	content: "";
	right: 0;
	left: 0;
	width: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 2;
	box-sizing: border-box
}

@media only screen and (max-width:480px) {
	.lae-thumbnail-slider .slick-current .lae-thumbnail-slider-image-bg:before {
		border-width: 6px 6px 0;
		width: 6px
	}
}

.lae-thumbnail-slider .slick-slide {
	margin: 0 5px
}

.lae-thumbnail-slider .slick-list {
	margin: 0 -5px
}

@keyframes lae-text-slide1 {
	0% {
		opacity: 0;
		transform: translate3d(0, 40px, 0)
	}

	100% {
		opacity: 1;
		transform: none
	}
}

@keyframes lae-text-slide2 {
	0% {
		opacity: 0;
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 1;
		transform: none
	}
}

.lae-posts-slider-style-3 .lae-post-text,
.lae-posts-slider-style-4 .lae-post-text {
	position: relative;
	display: block;
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px
}

.lae-posts-slider-style-3 .lae-post-text .lae-post-text-overlay,
.lae-posts-slider-style-4 .lae-post-text .lae-post-text-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.lae-posts-slider-style-3 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-4 .lae-post-text .lae-post-title a {
	font-size: 2rem;
	line-height: 1.2
}

@media only screen and (max-width:640px) {

	.lae-posts-slider-style-3 .lae-post-text .lae-post-title a,
	.lae-posts-slider-style-4 .lae-post-text .lae-post-title a {
		font-size: 1.5rem
	}
}

.lae-posts-slider-style-3 .lae-post-text .lae-read-more,
.lae-posts-slider-style-4 .lae-post-text .lae-read-more {
	margin-top: 20px
}

.lae-posts-slider-style-3 .lae-post-text,
.lae-posts-slider-style-4 .lae-post-text {
	animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: .4s;
	opacity: 0
}

.lae-posts-slider-style-3 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-3 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-3 .lae-post-text .lae-post-title,
.lae-posts-slider-style-3 .lae-post-text .lae-read-more,
.lae-posts-slider-style-3 .lae-post-text .lae-terms,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-4 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-4 .lae-post-text .lae-post-title,
.lae-posts-slider-style-4 .lae-post-text .lae-read-more,
.lae-posts-slider-style-4 .lae-post-text .lae-terms {
	animation-fill-mode: both;
	animation-duration: .7s
}

.lae-posts-slider-style-3 .lae-post-text .lae-terms,
.lae-posts-slider-style-4 .lae-post-text .lae-terms {
	animation-delay: .6s
}

.lae-posts-slider-style-3 .lae-post-text .lae-post-title,
.lae-posts-slider-style-4 .lae-post-text .lae-post-title {
	animation-delay: .8s
}

.lae-posts-slider-style-3 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta {
	animation-delay: 1s
}

.lae-posts-slider-style-3 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-3 .lae-post-text .lae-read-more,
.lae-posts-slider-style-4 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-4 .lae-post-text .lae-read-more {
	animation-delay: 1.2s
}

.lae-posts-slider-style-3.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text,
.lae-posts-slider-style-4.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text {
	animation-name: lae-text-slide1
}

.lae-posts-slider-style-3.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-post-meta,
.lae-posts-slider-style-3.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-post-summary,
.lae-posts-slider-style-3.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-post-title,
.lae-posts-slider-style-3.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-read-more,
.lae-posts-slider-style-3.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-terms,
.lae-posts-slider-style-4.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-post-meta,
.lae-posts-slider-style-4.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-post-summary,
.lae-posts-slider-style-4.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-post-title,
.lae-posts-slider-style-4.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-read-more,
.lae-posts-slider-style-4.lae-posts-slider.slick-initialized .slick-active .lae-post-text-wrap .lae-post-text .lae-terms {
	animation-name: lae-text-slide2
}

.lae-posts-slider-style-3 .lae-post-text .lae-post-text-overlay {
	background: #000;
	opacity: .7
}

.lae-posts-slider-style-4 .lae-post-text .lae-post-text-overlay {
	background-color: #fff;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .25)
}

.lae-posts-slider-style-3 .lae-post-text .lae-read-more,
.lae-posts-slider-style-7 .lae-post-text .lae-read-more,
.lae-posts-slider-style-8 .lae-post-text .lae-read-more {
	border: 1px solid #fff
}

.lae-posts-slider-style-3 .lae-post-text .lae-read-more:hover,
.lae-posts-slider-style-7 .lae-post-text .lae-read-more:hover,
.lae-posts-slider-style-8 .lae-post-text .lae-read-more:hover {
	background: #fff;
	color: #0a0a0a
}

.lae-posts-slider-style-4 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-5 .lae-post-text .lae-post-title a,
.lae-posts-slider-style-6 .lae-post-text .lae-post-title a {
	color: #222
}

.lae-posts-slider-style-4 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-4 .lae-post-text .lae-terms,
.lae-posts-slider-style-4 .lae-post-text .lae-terms a,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-5 .lae-post-text .lae-terms,
.lae-posts-slider-style-5 .lae-post-text .lae-terms a,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta span,
.lae-posts-slider-style-6 .lae-post-text .lae-terms,
.lae-posts-slider-style-6 .lae-post-text .lae-terms a {
	text-transform: uppercase;
	font-size: .6875rem
}

.lae-posts-slider-style-4 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-4 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-5 .lae-post-text .lae-post-meta a,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta,
.lae-posts-slider-style-6 .lae-post-text .lae-post-meta a {
	color: rgba(0, 0, 0, .6)
}

.lae-posts-slider-style-4 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-5 .lae-post-text .lae-post-summary,
.lae-posts-slider-style-6 .lae-post-text .lae-post-summary {
	color: rgba(0, 0, 0, .75)
}

.lae-posts-slider-style-4 .lae-post-text .lae-terms,
.lae-posts-slider-style-4 .lae-post-text .lae-terms a,
.lae-posts-slider-style-5 .lae-post-text .lae-terms,
.lae-posts-slider-style-5 .lae-post-text .lae-terms a,
.lae-posts-slider-style-6 .lae-post-text .lae-terms,
.lae-posts-slider-style-6 .lae-post-text .lae-terms a {
	color: #cda74f
}

.lae-posts-slider-style-4 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-4 .lae-post-text .lae-terms:hover,
.lae-posts-slider-style-5 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-5 .lae-post-text .lae-terms:hover,
.lae-posts-slider-style-6 .lae-post-text .lae-terms a:hover,
.lae-posts-slider-style-6 .lae-post-text .lae-terms:hover {
	color: rgba(0, 0, 0, .6)
}

.lae-posts-slider-style-4 .lae-post-text .lae-read-more,
.lae-posts-slider-style-5 .lae-post-text .lae-read-more,
.lae-posts-slider-style-6 .lae-post-text .lae-read-more {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, .75);
	background: rgba(0, 0, 0, .75)
}

.lae-posts-slider-style-4 .lae-post-text .lae-read-more a,
.lae-posts-slider-style-5 .lae-post-text .lae-read-more a,
.lae-posts-slider-style-6 .lae-post-text .lae-read-more a {
	color: #fff
}

.lae-posts-slider-style-4 .lae-post-text .lae-read-more:hover,
.lae-posts-slider-style-5 .lae-post-text .lae-read-more:hover,
.lae-posts-slider-style-6 .lae-post-text .lae-read-more:hover {
	background: rgba(0, 0, 0, .95)
}

.lae-posts-slider-style-5 .lae-post-wrap,
.lae-posts-slider-style-6 .lae-post-wrap,
.lae-posts-slider-style-7 .lae-post-wrap,
.lae-posts-slider-style-8 .lae-post-wrap {
	display: flex;
	flex-flow: column wrap
}

@media only screen and (min-width:768px) {

	.lae-posts-slider-style-5 .lae-post-wrap,
	.lae-posts-slider-style-6 .lae-post-wrap,
	.lae-posts-slider-style-7 .lae-post-wrap,
	.lae-posts-slider-style-8 .lae-post-wrap {
		flex-flow: row wrap
	}
}

@media only screen and (min-width:768px) {

	.lae-posts-slider-style-5 .lae-post-wrap .lae-post-img-wrap,
	.lae-posts-slider-style-6 .lae-post-wrap .lae-post-img-wrap,
	.lae-posts-slider-style-7 .lae-post-wrap .lae-post-img-wrap,
	.lae-posts-slider-style-8 .lae-post-wrap .lae-post-img-wrap {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
}

.lae-posts-slider-style-5 .lae-post-wrap .lae-post-text-wrap,
.lae-posts-slider-style-6 .lae-post-wrap .lae-post-text-wrap,
.lae-posts-slider-style-7 .lae-post-wrap .lae-post-text-wrap,
.lae-posts-slider-style-8 .lae-post-wrap .lae-post-text-wrap {
	padding: 20px
}

@media only screen and (min-width:768px) {

	.lae-posts-slider-style-5 .lae-post-wrap .lae-post-text-wrap,
	.lae-posts-slider-style-6 .lae-post-wrap .lae-post-text-wrap,
	.lae-posts-slider-style-7 .lae-post-wrap .lae-post-text-wrap,
	.lae-posts-slider-style-8 .lae-post-wrap .lae-post-text-wrap {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		align-self: center;
		padding: 0 25px
	}
}

.lae-posts-slider-style-6 .lae-post-wrap,
.lae-posts-slider-style-8 .lae-post-wrap {
	flex-direction: column-reverse
}

@media only screen and (min-width:768px) {

	.lae-posts-slider-style-6 .lae-post-wrap,
	.lae-posts-slider-style-8 .lae-post-wrap {
		flex-direction: row
	}
}

.lae-posts-slider-style-5 .lae-post-wrap,
.lae-posts-slider-style-6 .lae-post-wrap {
	background: #eaeaea
}

.lae-posts-slider-style-7 .lae-post-wrap,
.lae-posts-slider-style-8 .lae-post-wrap {
	background: rgba(0, 0, 0, .8509803922)
}

.lae-posts-gridbox-slider-style-4 .lae-posts-gridbox {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 1fr;
	grid-template-areas: "tile1" "tile1" "tile2" "tile2" "tile3" "tile4"
}

.lae-posts-gridbox-slider-style-4 .lae-posts-gridbox .lae-posts-gridbox-item:first-child {
	grid-area: tile1
}

.lae-posts-gridbox-slider-style-4 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2) {
	grid-area: tile2
}

.lae-posts-gridbox-slider-style-4 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3) {
	grid-area: tile3
}

.lae-posts-gridbox-slider-style-4 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4) {
	grid-area: tile4
}

@media (min-width:760px) {
	.lae-posts-gridbox-slider-style-4 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "tile1 tile1" "tile1 tile1" "tile2 tile2" "tile2 tile2" "tile3 tile4";
		grid-gap: 2px
	}
}

@media (min-width:1024px) {
	.lae-posts-gridbox-slider-style-4 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas: "tile1 tile2 tile3" "tile1 tile2 tile4";
		grid-gap: 2px
	}
}

.lae-posts-gridbox-slider-style-5 .lae-posts-gridbox {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 1fr;
	grid-template-areas: "tile1" "tile1" "tile2" "tile3" "tile4"
}

.lae-posts-gridbox-slider-style-5 .lae-posts-gridbox .lae-posts-gridbox-item:first-child {
	grid-area: tile1
}

.lae-posts-gridbox-slider-style-5 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2) {
	grid-area: tile2
}

.lae-posts-gridbox-slider-style-5 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3) {
	grid-area: tile3
}

.lae-posts-gridbox-slider-style-5 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4) {
	grid-area: tile4
}

@media (min-width:760px) {
	.lae-posts-gridbox-slider-style-5 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "tile1 tile1" "tile1 tile1" "tile2 tile2" "tile3 tile4";
		grid-gap: 2px
	}
}

@media (min-width:1024px) {
	.lae-posts-gridbox-slider-style-5 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "tile1 tile1 tile2 tile2" "tile1 tile1 tile3 tile4";
		grid-gap: 2px
	}
}

.lae-posts-gridbox-slider-style-6 .lae-posts-gridbox {
	display: grid;
	grid-gap: 1px;
	grid-template-columns: 1fr;
	grid-template-areas: "tile1" "tile1" "tile2" "tile2" "tile3" "tile4"
}

.lae-posts-gridbox-slider-style-6 .lae-posts-gridbox .lae-posts-gridbox-item:first-child {
	grid-area: tile1
}

.lae-posts-gridbox-slider-style-6 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2) {
	grid-area: tile2
}

.lae-posts-gridbox-slider-style-6 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3) {
	grid-area: tile3
}

.lae-posts-gridbox-slider-style-6 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4) {
	grid-area: tile4
}

@media (min-width:760px) {
	.lae-posts-gridbox-slider-style-6 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "tile1 tile1" "tile1 tile1" "tile2 tile3" "tile2 tile4";
		grid-gap: 2px
	}
}

@media (min-width:1024px) {
	.lae-posts-gridbox-slider-style-6 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "tile1 tile1 tile2 tile3" "tile1 tile1 tile2 tile4";
		grid-gap: 2px
	}
}

.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox {
	display: grid;
	grid-gap: 25px;
	grid-template-columns: 1fr;
	grid-template-areas: "tile1" "tile1" "tile2" "tile3" "tile4" "tile5"
}

.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox .lae-posts-gridbox-item:first-child {
	grid-area: tile1
}

.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(2) {
	grid-area: tile2
}

.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(3) {
	grid-area: tile3
}

.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(4) {
	grid-area: tile4
}

.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox .lae-posts-gridbox-item:nth-child(5) {
	grid-area: tile5
}

@media (min-width:760px) {
	.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "tile1 tile1" "tile1 tile1" "tile2 tile3" "tile4 tile5";
		grid-gap: 25px
	}
}

@media (min-width:1024px) {
	.lae-posts-gridbox-slider-style-7 .lae-posts-gridbox {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "tile1 tile1 tile2 tile3" "tile1 tile1 tile4 tile5";
		grid-gap: 25px
	}
}

.lae-posts-multislider-style-4 .lae-post-featured-img-bg {
	margin-bottom: 0
}

.lae-posts-multislider-style-4 .lae-post-text-wrap {
	position: relative;
	margin: -85px 20px 60px 20px;
	padding: 35px 20px;
	box-shadow: 0 0 60px rgba(0, 0, 0, .11);
	text-align: center;
	background: #fff
}

.lae-slider-arrow-placement-middle-center .lae-posts-multislider-style-4 button.slick-next,
.lae-slider-arrow-placement-middle-center .lae-posts-multislider-style-4 button.slick-prev {
	margin-top: -30px
}

.lae-slider-arrow-placement-bottom-center .lae-posts-multislider-style-4 button.slick-next,
.lae-slider-arrow-placement-bottom-center .lae-posts-multislider-style-4 button.slick-prev {
	transform: translateY(10px)
}

.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider-style-7 button.slick-next,
.lae-slider-arrow-placement-bottom-left .lae-posts-gridbox-slider-style-7 button.slick-prev,
.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider-style-7 button.slick-next,
.lae-slider-arrow-placement-bottom-right .lae-posts-gridbox-slider-style-7 button.slick-prev {
	bottom: -35px
}

.lae-services-carousel-item .lae-image-wrapper {
	position: relative
}

.lae-services-carousel-item .lae-image-wrapper .lae-image-link:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: opacity .4s ease-in-out 0s;
	opacity: 0
}

.lae-services-carousel-item .lae-image-wrapper:hover .lae-image-link:after {
	opacity: 1
}

.lae-services-carousel-item .lae-image-wrapper img {
	margin: 0 0 20px 0
}

.lae-services-carousel-item .lae-service-text {
	padding: 20px 20px 30px;
	font-size: 15px;
	line-height: 24px
}

.lae-services-carousel-item .lae-title {
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700
}

.lae-services-carousel-item .lae-title-link .lae-title {
	color: #333;
	transition: color .3s ease-in-out 0s
}

.lae-services-carousel-item .lae-title-link:hover .lae-title {
	color: #666
}

.lae-services-carousel-item .lae-subtitle {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
	font-style: italic;
	color: #888
}

.lae-services-carousel-item .lae-read-more {
	display: block;
	text-decoration: underline;
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	padding: 0
}

.lae-dark-bg .lae-services-carousel-item .lae-service-text {
	color: #909090
}

.lae-dark-bg .lae-services-carousel-item .lae-subtitle {
	color: #b5b5b5
}

.lae-dark-bg .lae-services-carousel-item .lae-title,
.lae-dark-bg .lae-services-carousel-item .lae-title-link .lae-title {
	color: rgba(229, 229, 229, .8980392157)
}

.lae-dark-bg .lae-services-carousel-item .lae-title-link:hover .lae-title {
	color: #b5b5b5
}

.lae-services-style4 .lae-service .lae-icon-wrapper i,
.lae-services-style4 .lae-service .lae-icon-wrapper svg,
.lae-services-style4 .lae-service .lae-image-wrapper img {
	display: block;
	margin-bottom: 20px;
	text-align: left
}

.rtl .lae-services-style4 .lae-service .lae-icon-wrapper i,
.rtl .lae-services-style4 .lae-service .lae-icon-wrapper svg,
.rtl .lae-services-style4 .lae-service .lae-image-wrapper img {
	text-align: right
}

.lae-services-style4 .lae-service .lae-icon-wrapper i,
.lae-services-style4 .lae-service .lae-icon-wrapper svg {
	font-size: 36px;
	line-height: 1;
	color: #888;
	fill: #888
}

.lae-dark-bg .lae-services-style4 .lae-service .lae-icon-wrapper i:hover,
.lae-dark-bg .lae-services-style4 .lae-service .lae-icon-wrapper svg:hover {
	color: #c5c5c5
}

.lae-services-style4 .lae-service .lae-service-text .lae-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px
}

.lae-services-style5 .lae-service .lae-icon-wrapper i,
.lae-services-style5 .lae-service .lae-icon-wrapper svg {
	display: block;
	text-align: center;
	font-size: 48px;
	line-height: 1;
	margin: 0 auto 15px;
	color: #999;
	fill: #999;
	transition: color .4s ease-in-out 0s
}

.lae-dark-bg .lae-services-style5 .lae-service .lae-icon-wrapper i:hover,
.lae-dark-bg .lae-services-style5 .lae-service .lae-icon-wrapper svg:hover {
	color: #c5c5c5
}

.lae-services-style5 .lae-service .lae-image-wrapper img {
	display: block;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 25px;
	transition: all .4s ease-in-out 0s
}

.lae-services-style5 .lae-service .lae-service-text {
	text-align: center;
	max-width: 300px;
	margin: 0 auto
}

.lae-services-style5 .lae-service .lae-service-text .lae-title {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	clear: none;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px
}

.lae-services-style5 .lae-service:hover .lae-image-wrapper img {
	transform: scale(.9, .9)
}

.lae-slider {
	clear: both;
	position: relative;
	padding: 0 0 10px 0
}

.lae-slider .lae-slide {
	position: relative
}

.lae-slider .lae-slide img {
	transition: all .4s ease-in-out 0s;
	opacity: .7;
	height: auto;
	width: auto
}

.lae-slider .lae-slide:hover img {
	opacity: .5
}

.lae-slider .lae-flex-direction-nav a,
.lae-slider .lae-flex-direction-nav a:hover {
	color: #ccc;
	font-size: 26px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0
}

.lae-slider .lae-flex-direction-nav a.lae-flex-prev,
.lae-slider .lae-flex-direction-nav a:hover.lae-flex-prev {
	left: -40px
}

.lae-slider .lae-flex-direction-nav a.lae-flex-next,
.lae-slider .lae-flex-direction-nav a:hover.lae-flex-next {
	right: -40px
}

@keyframes lae-fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.lae-tabs {
	clear: both;
	position: relative
}

.lae-tabs .lae-tab-nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.lae-tabs .lae-tab-nav .lae-tab {
	text-align: center;
	flex: 0 1 auto
}

.lae-tabs .lae-tab-nav .lae-tab a {
	display: block;
	text-overflow: ellipsis;
	white-space: normal;
	padding: 20px 40px;
	text-decoration: none;
	border: none;
	margin: 0;
	outline: 0;
	transition: color .3s ease-in-out 0s
}

@media only screen and (max-width:1024px) {
	.lae-tabs .lae-tab-nav .lae-tab a {
		padding: 20px 25px
	}
}

.lae-tabs .lae-tab-nav .lae-tab span.lae-icon-wrapper i,
.lae-tabs .lae-tab-nav .lae-tab span.lae-icon-wrapper svg {
	font-size: 32px;
	vertical-align: middle;
	margin-right: 10px
}

.rtl .lae-tabs .lae-tab-nav .lae-tab span.lae-icon-wrapper i,
.rtl .lae-tabs .lae-tab-nav .lae-tab span.lae-icon-wrapper svg {
	margin: 0 0 0 15px
}

.lae-tabs .lae-tab-nav .lae-tab span.lae-image-wrapper img {
	max-width: 24px;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0 10px 0 0;
	border: none
}

.lae-tabs .lae-tab-nav .lae-tab span.lae-tab-title {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}

.lae-tabs .lae-tab-panes {
	position: relative
}

.lae-tabs .lae-tab-panes .lae-tab-pane {
	padding: 40px;
	display: none;
	overflow: hidden
}

.lae-tabs .lae-tab-panes .lae-tab-pane.lae-active {
	display: block;
	animation: lae-fade .3s ease-in-out
}

.lae-no-flexbox .lae-tab-nav {
	display: block
}

.lae-no-flexbox .lae-tab-nav .lae-tab {
	min-width: 15%;
	display: inline-block
}

.lae-tabs.lae-vertical {
	display: flex
}

.lae-tabs.lae-vertical .lae-tab-nav {
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start
}

.lae-tabs.lae-vertical .lae-tab-panes {
	flex: 4 1 auto
}

.lae-tabs.lae-vertical.lae-mobile-layout {
	flex-direction: column
}

.lae-tab-mobile-menu {
	display: none;
	position: absolute;
	top: 23px;
	right: 20px;
	background: 0 0;
	border: none;
	z-index: 10
}

.lae-tab-mobile-menu i,
.lae-tab-mobile-menu svg {
	font-size: 18px;
	color: #777;
	fill: #777;
	font-weight: 700
}

.lae-tabs.lae-mobile-layout .lae-tab-mobile-menu {
	display: block
}

.lae-tabs.lae-mobile-layout .lae-tab-nav {
	flex-direction: column;
	cursor: pointer
}

.lae-tabs.lae-mobile-layout .lae-tab-nav .lae-tab {
	text-align: center;
	display: none
}

.lae-tabs.lae-mobile-layout .lae-tab-nav .lae-tab.lae-active {
	display: block
}

.lae-tabs.lae-mobile-layout.lae-mobile-open .lae-tab-nav .lae-tab {
	display: block
}

.lae-tabs.lae-mobile-layout.lae-mobile-open .lae-tab-mobile-menu i:before {
	content: "\e915"
}

.lae-tabs-style1 .lae-tab-nav .lae-tab {
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #e2e2e2;
	background: #e9e9e9
}

.rtl .lae-tabs-style1 .lae-tab-nav .lae-tab {
	border-left: none;
	border-right: 1px solid #d9d9d9
}

.lae-tabs-style1 .lae-tab-nav .lae-tab:first-child {
	border-left-color: transparent;
	border-radius: 5px 0 0 0
}

.rtl .lae-tabs-style1 .lae-tab-nav .lae-tab:first-child {
	border-radius: 0 5px 0 0
}

.lae-tabs-style1 .lae-tab-nav .lae-tab:last-child {
	border-radius: 0 5px 0 0
}

.rtl .lae-tabs-style1 .lae-tab-nav .lae-tab:last-child {
	border-radius: 5px 0 0 0
}

.lae-tabs-style1 .lae-tab-nav .lae-tab.lae-active {
	border-bottom: none;
	background: #f2f2f2
}

.lae-tabs-style1 .lae-tab-nav .lae-tab a {
	color: #777
}

.lae-tabs-style1 .lae-tab-nav .lae-tab a svg {
	fill: #777
}

.lae-tabs-style1 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style1 .lae-tab-nav .lae-tab a:hover {
	color: #333
}

.lae-tabs-style1 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style1 .lae-tab-nav .lae-tab a:hover svg {
	fill: #333
}

.lae-tabs-style1 .lae-tab-nav .lae-tab.lae-active a {
	color: #333
}

.lae-tabs-style1 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-tabs-style1 .lae-tab-panes {
	background: #f2f2f2;
	border-radius: 0 4px 4px 4px
}

.rtl .lae-tabs-style1 .lae-tab-panes {
	border-radius: 4px 0 4px 4px
}

.lae-tabs-style1 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active {
	background: #eee
}

.lae-tabs-style1 .lae-mobile-layout .lae-tab {
	border-left: none;
	border-bottom-color: #d9d9d9
}

.lae-tabs-style1 .lae-mobile-layout .lae-tab:first-child {
	border-radius: 5px 5px 0 0
}

.lae-tabs-style1 .lae-mobile-layout .lae-tab:last-child {
	border-radius: 0
}

.lae-tabs-style1 .lae-mobile-layout .lae-tab-panes {
	border-radius: 0
}

.lae-tabs-style2 .lae-tab-nav {
	background: #f2f2f2;
	border-radius: 5px 5px 0 0;
	padding: 0 30px
}

.lae-tabs-style2 .lae-tab-nav .lae-tab {
	padding: 20px 10px;
	position: relative
}

.lae-tabs-style2 .lae-tab-nav .lae-tab a {
	display: inline-block;
	padding: 5px 20px;
	border-radius: 34px;
	color: #666;
	transition: all .3s ease-in-out 0s
}

.lae-tabs-style2 .lae-tab-nav .lae-tab a svg {
	fill: #666
}

.lae-tabs-style2 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style2 .lae-tab-nav .lae-tab a:hover {
	color: #888
}

.lae-tabs-style2 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style2 .lae-tab-nav .lae-tab a:hover svg {
	fill: #888
}

.lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 8px;
	margin: 0 auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #3c3d41
}

.lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active a {
	background: #838d8f;
	color: #fff
}

.lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #fff
}

.lae-tabs-style2 .lae-tab-panes {
	background: #3c3d41;
	border-radius: 0 0 5px 5px
}

.lae-tabs-style2 .lae-tab-panes .lae-tab-pane {
	color: #838d8f
}

.lae-tabs-style2 .lae-tab-panes .lae-tab-pane h1,
.lae-tabs-style2 .lae-tab-panes .lae-tab-pane h2,
.lae-tabs-style2 .lae-tab-panes .lae-tab-pane h3,
.lae-tabs-style2 .lae-tab-panes .lae-tab-pane h4,
.lae-tabs-style2 .lae-tab-panes .lae-tab-pane h5,
.lae-tabs-style2 .lae-tab-panes .lae-tab-pane h6 {
	color: #fff
}

.lae-tabs-style2 .lae-mobile-layout .lae-tab-mobile-menu {
	top: 27px
}

.lae-tabs-style2 .lae-mobile-layout .lae-tab-nav {
	padding: 0
}

.lae-tabs-style2 .lae-mobile-layout.lae-mobile-open .lae-tab {
	border-bottom: 1px solid #e2e2e2
}

.lae-tabs-style2 .lae-mobile-layout.lae-mobile-open .lae-tab:last-child {
	border-bottom: none
}

.lae-tabs-style2 .lae-mobile-layout.lae-mobile-open .lae-tab.lae-active:after {
	display: none
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a {
	color: #333
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a svg {
	fill: #333
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a:focus,
.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a:hover {
	color: #666
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a:focus svg,
.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab a:hover svg {
	fill: #666
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active a {
	background: #aaa;
	color: #fff
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #fff
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-nav .lae-tab.lae-active:after {
	border-bottom: 8px solid #e7e7e7
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-panes {
	background: #e7e7e7
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane {
	color: #666
}

.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h1,
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h2,
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h3,
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h4,
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h5,
.lae-dark-bg .lae-tabs-style2 .lae-tab-panes .lae-tab-pane h6 {
	color: #333
}

.lae-tabs-style3 .lae-tab-nav {
	background: #3c3d41;
	border-radius: 5px 5px 0 0
}

.lae-tabs-style3 .lae-tab-nav .lae-tab {
	position: relative;
	border-right: 1px solid #4e4f53
}

.lae-tabs-style3 .lae-tab-nav .lae-tab a {
	padding: 20px 30px;
	border-radius: 34px;
	color: #8f8e93;
	transition: all .3s ease-in-out 0s
}

.lae-tabs-style3 .lae-tab-nav .lae-tab a svg {
	fill: #8f8e93
}

.lae-tabs-style3 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style3 .lae-tab-nav .lae-tab a:hover {
	color: #ccc
}

.lae-tabs-style3 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style3 .lae-tab-nav .lae-tab a:hover svg {
	fill: #ccc
}

.lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 8px;
	margin: 0 auto;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #f2f2f2
}

.lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-icon-wrapper i,
.lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-icon-wrapper svg,
.lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-image-wrapper img {
	margin: 0 auto
}

.rtl .lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-icon-wrapper i,
.rtl .lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-icon-wrapper svg,
.rtl .lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-image-wrapper img {
	margin: 0 auto
}

.lae-tabs-style3 .lae-tab-nav .lae-tab span.lae-tab-title {
	display: none
}

.lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active a {
	color: #eee
}

.lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #eee
}

.lae-tabs-style3 .lae-tab-panes {
	background: #f2f2f2;
	border-radius: 0 0 5px 5px
}

.lae-tabs-style3 .lae-mobile-layout .lae-tab-nav {
	flex-direction: row;
	padding-right: 60px
}

.lae-tabs-style3 .lae-mobile-layout.lae-mobile-open .lae-tab {
	border-bottom: 1px solid #4e4f53
}

.lae-dark-bg .lae-tabs-style3 .lae-mobile-layout.lae-mobile-open .lae-tab {
	border-bottom-color: #e5e5e5
}

.lae-tabs-style3 .lae-mobile-layout.lae-mobile-open .lae-tab.lae-active:after {
	display: none
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav {
	background: #fff
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab {
	border-right: 1px solid #ececec
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a {
	color: #969696
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a svg {
	fill: #969696
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a:focus,
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a:hover {
	color: #666
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a:focus svg,
.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab a:hover svg {
	fill: #666
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active a {
	color: #333
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-nav .lae-tab.lae-active:after {
	border-bottom: 8px solid #e7e7e7
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-panes {
	background: #e7e7e7
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane {
	color: #666
}

.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h1,
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h2,
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h3,
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h4,
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h5,
.lae-dark-bg .lae-tabs-style3 .lae-tab-panes .lae-tab-pane h6 {
	color: #333
}

.lae-tabs-style4 {
	background: #f2f2f2;
	border-radius: 5px
}

.lae-tabs-style4 .lae-tab-nav {
	border-bottom: 1px solid #ddd;
	margin: 0 40px
}

.lae-tabs-style4 .lae-tab-nav .lae-tab {
	position: relative;
	z-index: 1;
	margin-right: 20px
}

.rtl .lae-tabs-style4 .lae-tab-nav .lae-tab {
	margin: 0 0 0 20px
}

.lae-tabs-style4 .lae-tab-nav .lae-tab:last-child {
	margin-right: 0
}

.rtl .lae-tabs-style4 .lae-tab-nav .lae-tab:last-child {
	margin-left: 0
}

.lae-tabs-style4 .lae-tab-nav .lae-tab a {
	color: #888;
	padding: 30px 20px
}

.lae-tabs-style4 .lae-tab-nav .lae-tab a svg {
	fill: #888
}

.lae-tabs-style4 .lae-tab-nav .lae-tab:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: 0 0;
	transition: background .3s ease-in-out 0s
}

.lae-tabs-style4 .lae-tab-nav .lae-tab:hover a {
	color: #565656
}

.lae-tabs-style4 .lae-tab-nav .lae-tab:hover a svg {
	fill: #565656
}

.lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active a {
	color: #333
}

.lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active:before {
	background: #f94213;
	height: 2px
}

.lae-tabs-style4 .lae-tab-pane {
	padding: 40px
}

.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none
}

.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab {
	margin: 0;
	border-bottom: 1px solid #e0e0e0
}

.lae-dark-bg .lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab {
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-bottom-color: #404040
}

.lae-dark-bg .lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab:first-child {
	border-top: 1px solid #404040
}

.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab a {
	padding: 20px 25px
}

.lae-tabs-style4 .lae-mobile-layout .lae-tab-nav .lae-tab:before {
	display: none
}

.lae-tabs-style4 .lae-mobile-layout.lae-mobile-open .lae-tab.lae-active {
	border-left: 2px solid #f94213;
	border-right: 2px solid #f94213
}

.lae-dark-bg .lae-tabs-style4 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active {
	border-top: 1px solid #404040
}

.lae-dark-bg .lae-tabs-style4 {
	background: 0 0
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-nav {
	margin: 0;
	border-bottom: 1px solid #2a2a2a
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab a {
	color: #707070
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab a svg {
	fill: #707070
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab:hover a {
	color: #b0b0b0
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab:hover a svg {
	fill: #b0b0b0
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active a {
	color: #e5e5e5
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #e5e5e5
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-pane {
	padding: 40px 0 0;
	color: #909090
}

.lae-dark-bg .lae-tabs-style4 .lae-tab-pane h1,
.lae-dark-bg .lae-tabs-style4 .lae-tab-pane h2,
.lae-dark-bg .lae-tabs-style4 .lae-tab-pane h3,
.lae-dark-bg .lae-tabs-style4 .lae-tab-pane h4,
.lae-dark-bg .lae-tabs-style4 .lae-tab-pane h5,
.lae-dark-bg .lae-tabs-style4 .lae-tab-pane h6 {
	color: #e5e5e5
}

.lae-tabs-style5 .lae-tab-nav a {
	padding: 20px 50px;
	color: #777;
	position: relative;
	z-index: 1
}

.lae-tabs-style5 .lae-tab-nav a svg {
	fill: #777
}

.lae-tabs-style5 .lae-tab-nav a:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #e9e9e9;
	content: "";
	-webkit-transition: -webkit-transform .3s, background-color .3s;
	transition: transform .3s, background-color .3s;
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%
}

.lae-tabs-style5 .lae-tab-nav a:focus,
.lae-tabs-style5 .lae-tab-nav a:hover {
	color: #333
}

.lae-tabs-style5 .lae-tab-nav a:focus svg,
.lae-tabs-style5 .lae-tab-nav a:hover svg {
	fill: #333
}

.lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a {
	color: #333
}

.lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a:after {
	background-color: #f2f2f2;
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(900px) rotate3d(1, 0, 0, 0deg)
}

.lae-tabs-style5 .lae-tab-panes {
	background: #f2f2f2
}

.lae-tabs-style5 .lae-mobile-layout .lae-tab-nav .lae-tab {
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5
}

.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a {
	color: #b0b0b0
}

.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a svg {
	fill: #b0b0b0
}

.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a:focus,
.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a:hover {
	color: #ddd
}

.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a:focus svg,
.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab a:hover svg {
	fill: #ddd
}

.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a {
	color: #333
}

.lae-dark-bg .lae-tabs-style5 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-tabs-style6 .lae-tab-nav .lae-tab,
.lae-tabs-style7 .lae-tab-nav .lae-tab {
	text-align: left
}

.lae-tabs-style6 .lae-tab-nav .lae-tab a,
.lae-tabs-style7 .lae-tab-nav .lae-tab a {
	padding: 5px 2px;
	color: #666;
	transition: all .3s ease-in-out 0s;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	display: inline-block
}

.lae-tabs-style6 .lae-tab-nav .lae-tab a svg,
.lae-tabs-style7 .lae-tab-nav .lae-tab a svg {
	fill: #666
}

.lae-tabs-style6 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style6 .lae-tab-nav .lae-tab a:hover,
.lae-tabs-style7 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style7 .lae-tab-nav .lae-tab a:hover {
	color: #333
}

.lae-tabs-style6 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style6 .lae-tab-nav .lae-tab a:hover svg,
.lae-tabs-style7 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style7 .lae-tab-nav .lae-tab a:hover svg {
	fill: #333
}

.lae-tabs-style6 .lae-tab-nav .lae-tab.lae-active a,
.lae-tabs-style7 .lae-tab-nav .lae-tab.lae-active a {
	border-color: #f94213;
	color: #333
}

.lae-tabs-style6 .lae-tab-nav .lae-tab.lae-active a svg,
.lae-tabs-style7 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-tabs-style6 .lae-tab-pane,
.lae-tabs-style7 .lae-tab-pane {
	padding: 40px 0 0
}

.lae-tabs-style6 .lae-tab-nav {
	margin: 0 auto;
	text-align: left
}

.rtl .lae-tabs-style6 .lae-tab-nav {
	text-align: right
}

.lae-tabs-style6 .lae-tab-nav .lae-tab {
	margin-right: 50px
}

.rtl .lae-tabs-style6 .lae-tab-nav .lae-tab {
	margin: 0 0 0 50px
}

.lae-tabs-style6 .lae-tab-nav .lae-tab:last-child {
	margin-right: 0
}

.rtl .lae-tabs-style6 .lae-tab-nav .lae-tab:last-child {
	margin-left: 0
}

.lae-tabs-style6 .lae-tabs .lae-tab-panes .lae-tab-pane {
	padding: 40px 0 0
}

.lae-tabs-style7 .lae-tab-nav .lae-tab {
	padding: 0 25px 0 0
}

.rtl .lae-tabs-style7 .lae-tab-nav .lae-tab {
	padding: 0 0 0 25px
}

.lae-tabs-style7 .lae-tab-nav .lae-tab a {
	max-width: none;
	margin: 6px 0
}

@media only screen and (max-width:479px) {
	.lae-tabs-style7 .lae-tab-nav .lae-tab a {
		text-align: center
	}
}

.lae-tabs-style7 .lae-tab-panes {
	flex: 6 1 auto
}

.lae-tabs-style7 .lae-tab-panes .lae-tab-pane {
	padding: 0 0 0 20px
}

.rtl .lae-tabs-style7 .lae-tab-panes .lae-tab-pane {
	padding: 0 20px 0 0
}

.lae-tabs-style6 .lae-mobile-layout .lae-tab-mobile-menu,
.lae-tabs-style7 .lae-mobile-layout .lae-tab-mobile-menu {
	top: 22px
}

.lae-tabs-style6 .lae-mobile-layout .lae-tab-nav .lae-tab,
.lae-tabs-style7 .lae-mobile-layout .lae-tab-nav .lae-tab {
	padding: 12px 0;
	width: 100%;
	text-align: center
}

.lae-tabs-style6 .lae-mobile-layout .lae-tab-nav .lae-tab a,
.lae-tabs-style7 .lae-mobile-layout .lae-tab-nav .lae-tab a {
	margin: 0
}

.lae-tabs-style6 .lae-mobile-layout .lae-tab-pane,
.lae-tabs-style7 .lae-mobile-layout .lae-tab-pane {
	padding: 30px 0 0
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab a,
.lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab a {
	color: #b0b0b0
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab a svg,
.lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab a svg {
	fill: #B0B0B0
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab:hover a,
.lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab:hover a {
	color: #ddd
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab:hover a svg,
.lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab:hover a svg {
	fill: #ddd
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab.lae-active a,
.lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab.lae-active a {
	color: #eaeaea
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-nav .lae-tab.lae-active a svg,
.lae-dark-bg .lae-tabs-style7 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #eaeaea
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-pane,
.lae-dark-bg .lae-tabs-style7 .lae-tab-pane {
	color: #909090
}

.lae-dark-bg .lae-tabs-style6 .lae-tab-pane h1,
.lae-dark-bg .lae-tabs-style6 .lae-tab-pane h2,
.lae-dark-bg .lae-tabs-style6 .lae-tab-pane h3,
.lae-dark-bg .lae-tabs-style6 .lae-tab-pane h4,
.lae-dark-bg .lae-tabs-style6 .lae-tab-pane h5,
.lae-dark-bg .lae-tabs-style6 .lae-tab-pane h6,
.lae-dark-bg .lae-tabs-style7 .lae-tab-pane h1,
.lae-dark-bg .lae-tabs-style7 .lae-tab-pane h2,
.lae-dark-bg .lae-tabs-style7 .lae-tab-pane h3,
.lae-dark-bg .lae-tabs-style7 .lae-tab-pane h4,
.lae-dark-bg .lae-tabs-style7 .lae-tab-pane h5,
.lae-dark-bg .lae-tabs-style7 .lae-tab-pane h6 {
	color: #e5e5e5
}

.lae-tabs-style8 .lae-tab-nav .lae-tab {
	margin: 2px 0
}

.lae-tabs-style8 .lae-tab-nav .lae-tab a {
	padding: 15px 30px;
	border-radius: 4px;
	background: #f2f2f2;
	color: #777;
	transition: all .3s ease-in-out 0s;
	border-left: 3px solid transparent;
	text-align: left
}

.lae-tabs-style8 .lae-tab-nav .lae-tab a svg {
	fill: #777
}

.lae-tabs-style8 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style8 .lae-tab-nav .lae-tab a:hover {
	color: #333
}

.lae-tabs-style8 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style8 .lae-tab-nav .lae-tab a:hover svg {
	fill: #333
}

.lae-tabs-style8 .lae-tab-nav .lae-tab.lae-active a {
	color: #333;
	border-left-color: #f94213
}

.lae-tabs-style8 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-tabs-style8 .lae-tabs .lae-tab-panes .lae-tab-pane {
	padding: 0 0 0 40px
}

.rtl .lae-tabs-style8 .lae-tabs .lae-tab-panes .lae-tab-pane {
	padding: 0 40px 0 0
}

.lae-tabs-style8 .lae-mobile-layout .lae-tab-mobile-menu {
	top: 18px
}

.lae-tabs-style8 .lae-mobile-layout .lae-tab-nav .lae-tab a {
	text-align: left
}

.lae-tabs-style8 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active a {
	border-color: transparent !important
}

.lae-tabs-style8 .lae-mobile-layout .lae-tab-pane {
	padding: 30px 0 0
}

.lae-dark-bg .lae-tabs-style8 .lae-tab-pane {
	color: #909090
}

.lae-dark-bg .lae-tabs-style8 .lae-tab-pane h1,
.lae-dark-bg .lae-tabs-style8 .lae-tab-pane h2,
.lae-dark-bg .lae-tabs-style8 .lae-tab-pane h3,
.lae-dark-bg .lae-tabs-style8 .lae-tab-pane h4,
.lae-dark-bg .lae-tabs-style8 .lae-tab-pane h5,
.lae-dark-bg .lae-tabs-style8 .lae-tab-pane h6 {
	color: #e5e5e5
}

.lae-tabs-style9 {
	background: #f2f2f2;
	border-radius: 5px
}

.lae-tabs-style9 .lae-tab-nav {
	border-right: 1px solid #ddd
}

.rtl .lae-tabs-style9 .lae-tab-nav {
	border-right: none;
	border-left: 1px solid #ddd
}

.lae-tabs-style9 .lae-tab-nav .lae-tab {
	border-bottom: 1px solid #d8d8d8;
	background: #e9e9e9
}

.lae-tabs-style9 .lae-tab-nav .lae-tab.lae-active {
	margin-right: -1px;
	background: #f2f2f2
}

.rtl .lae-tabs-style9 .lae-tab-nav .lae-tab.lae-active {
	margin-right: 0;
	margin-left: -1px
}

.lae-tabs-style9 .lae-tab-nav .lae-tab a {
	padding: 20px 30px;
	color: #777
}

.lae-tabs-style9 .lae-tab-nav .lae-tab a svg {
	fill: #777
}

.lae-tabs-style9 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style9 .lae-tab-nav .lae-tab a:hover {
	color: #333
}

.lae-tabs-style9 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style9 .lae-tab-nav .lae-tab a:hover svg {
	fill: #333
}

.lae-tabs-style9 .lae-tab-nav .lae-tab.lae-active a {
	color: #333
}

.lae-tabs-style9 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-tabs-style9 .lae-tab-panes {
	flex: 5 1 auto
}

.lae-tabs-style9 .lae-mobile-layout .lae-tab-nav {
	border-right: none
}

.lae-tabs-style9 .lae-mobile-layout .lae-tab-nav .rtl {
	border-left: none
}

.lae-tabs-style9 .lae-mobile-layout:not(.lae-mobile-open) .lae-tab.lae-active {
	background: #eee;
	border: none
}

.lae-tabs-style10 .lae-tab-nav {
	background: #3c3d41;
	border-radius: 5px 0 0 5px
}

.rtl .lae-tabs-style10 .lae-tab-nav {
	border-radius: 0 5px 5px 0
}

.lae-tabs-style10 .lae-tab-nav .lae-tab {
	position: relative;
	border-bottom: 1px solid #4e4f53;
	padding: 0
}

.lae-tabs-style10 .lae-tab-nav .lae-tab:last-child {
	border-bottom: none
}

.lae-tabs-style10 .lae-tab-nav .lae-tab a {
	padding: 20px;
	color: #8f8e93;
	transition: all .3s ease-in-out 0s
}

.lae-tabs-style10 .lae-tab-nav .lae-tab a svg {
	fill: #8f8e93
}

.lae-tabs-style10 .lae-tab-nav .lae-tab a:focus,
.lae-tabs-style10 .lae-tab-nav .lae-tab a:hover {
	color: #ccc
}

.lae-tabs-style10 .lae-tab-nav .lae-tab a:focus svg,
.lae-tabs-style10 .lae-tab-nav .lae-tab a:hover svg {
	fill: #ccc
}

.lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:after {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	right: 0;
	height: 8px;
	margin: 0 auto;
	border-top: 8px solid transparent;
	border-right: 8px solid #f2f2f2;
	border-bottom: 8px solid transparent
}

.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:after {
	display: none
}

.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:before {
	content: "";
	display: block;
	position: absolute;
	top: 32px;
	left: 0;
	height: 8px;
	margin: 0 auto;
	border-top: 8px solid transparent;
	border-left: 8px solid #f2f2f2;
	border-bottom: 8px solid transparent
}

.lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-icon-wrapper i,
.lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-icon-wrapper svg,
.lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-image-wrapper {
	margin: 0 auto
}

.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-icon-wrapper i,
.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-icon-wrapper svg,
.rtl .lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-image-wrapper {
	margin: 0 auto
}

.lae-tabs-style10 .lae-tab-nav .lae-tab span.lae-tab-title {
	display: none
}

.lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active a {
	color: #fff
}

.lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #fff
}

.lae-tabs-style10 .lae-tab-panes {
	background: #f2f2f2;
	border-radius: 0 5px 5px 0
}

.rtl .lae-tabs-style10 .lae-tab-panes {
	border-radius: 5px 0 0 5px
}

.lae-tabs-style10 .lae-mobile-layout {
	flex-direction: row
}

.lae-tabs-style10 .lae-mobile-layout .lae-tab-mobile-menu {
	display: none
}

.lae-tabs-style10 .lae-mobile-layout .lae-tab-nav .lae-tab {
	display: block
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav {
	background: #fff
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab {
	border-bottom: 1px solid #ececec
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab:last-child {
	border-bottom: none
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a {
	color: #969696
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a svg {
	fill: #969696
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a:focus,
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a:hover {
	color: #666
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a:focus svg,
.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab a:hover svg {
	fill: #666
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active a {
	color: #333
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active a svg {
	fill: #333
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:after {
	border-right: 8px solid #e7e7e7
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-nav .lae-tab.lae-active:before {
	border-left: 8px solid #e7e7e7
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-panes {
	background: #e7e7e7
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane {
	color: #666
}

.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h1,
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h2,
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h3,
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h4,
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h5,
.lae-dark-bg .lae-tabs-style10 .lae-tab-panes .lae-tab-pane h6 {
	color: #333
}

[class*=uael-ins] .uael-ins-target {
	position: relative
}

[class*=uael-ins] .uael-ins-target::before {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target,
.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-normal .uael-ins-target {
	-webkit-filter: unset;
	filter: unset
}

.uael-ins-hover-normal .uael-ins-hover:hover .uael-ins-target::before {
	background: unset;
	mix-blend-mode: unset
}

.uael-ins-a-1977 .uael-ins-target,
.uael-ins-hover-a-1977 .uael-ins-hover:hover .uael-ins-target {
	-webkit-filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
	filter: sepia(.5) hue-rotate(-30deg) saturate(1.4)
}

.uael-ins-aden .uael-ins-target,
.uael-ins-hover-aden .uael-ins-hover:hover .uael-ins-target {
	-webkit-filter: sepia(.2) brightness(1.15) saturate(1.4);
	filter: sepia(.2) brightness(1.15) saturate(1.4)
}

.uael-ins-aden .uael-ins-target::before,
.uael-ins-hover-aden .uael-ins-hover:hover .uael-ins-target::before {
	background: rgba(125, 105, 24, .1);
	content: "";
	mix-blend-mode: multiply
}

.uael-ins-earlybird .uael-ins-target,
.uael-ins-hover-earlybird .uael-ins-hover:hover .uael-ins-target {
	-webkit-filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
	filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg)
}

.uael-ins-earlybird .uael-ins-target::before,
.uael-ins-hover-earlybird .uael-ins-hover:hover .uael-ins-target::before {
	background: radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
	content: "";
	mix-blend-mode: multiply
}

.uael-ins-hover-hudson .uael-ins-hover:hover .uael-ins-target,
.uael-ins-hudson .uael-ins-target {
	-webkit-filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
	filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg)
}

.uael-ins-hover-hudson .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-hudson .uael-ins-target::before {
	background: radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
	content: "";
	mix-blend-mode: multiply
}

.uael-ins-hover-inkwell .uael-ins-hover:hover .uael-ins-target,
.uael-ins-inkwell .uael-ins-target {
	-webkit-filter: brightness(1.25) contrast(.85) grayscale(1);
	filter: brightness(1.25) contrast(.85) grayscale(1)
}

.uael-ins-hover-perpetua .uael-ins-hover:hover .uael-ins-target,
.uael-ins-perpetua .uael-ins-target {
	-webkit-filter: contrast(1.1) brightness(1.25) saturate(1.1);
	filter: contrast(1.1) brightness(1.25) saturate(1.1)
}

.uael-ins-hover-perpetua .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-perpetua .uael-ins-target::before {
	background: linear-gradient(to bottom, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
	background: -webkit-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 154, .25)), to(rgba(230, 193, 61, .25)));
	content: "";
	mix-blend-mode: multiply
}

.uael-ins-hover-poprocket .uael-ins-hover:hover .uael-ins-target,
.uael-ins-poprocket .uael-ins-target {
	-webkit-filter: sepia(.15) brightness(1.2);
	filter: sepia(.15) brightness(1.2)
}

.uael-ins-hover-poprocket .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-poprocket .uael-ins-target::before {
	background: radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
	background: -webkit-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
	content: "";
	mix-blend-mode: screen
}

.uael-ins-hover-sutro .uael-ins-hover:hover .uael-ins-target,
.uael-ins-sutro .uael-ins-target {
	-webkit-filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
	filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg)
}

.uael-ins-hover-sutro .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-sutro .uael-ins-target::before {
	background: radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
	content: "";
	mix-blend-mode: darken
}

.uael-ins-hover-toaster .uael-ins-hover:hover .uael-ins-target,
.uael-ins-toaster .uael-ins-target {
	-webkit-filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
	filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg)
}

.uael-ins-hover-toaster .uael-ins-hover:hover .uael-ins-target::before,
.uael-ins-toaster .uael-ins-target::before {
	background: radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
	background: -webkit-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
	content: "";
	mix-blend-mode: screen
}

.uael-ins-hover-willow .uael-ins-hover:hover .uael-ins-target,
.uael-ins-willow .uael-ins-target {
	-webkit-filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
	filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2)
}

.slick-initialized .slick-slide,
.slick-list,
.slick-slide img,
.slick-slider,
.slick-track,
.slick-vertical .slick-slide {
	display: block
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative
}

.slick-list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	left: 0;
	top: 0
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
	display: none
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-vertical .slick-slide {
	height: auto;
	border: 1px solid transparent
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px 6px 0
}

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: -webkit-calc(100% - 44px);
	height: calc(100% - 44px);
	margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	vertical-align: top
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: 0;
	padding: 10px;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default
}

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	-webkit-transition: opacity .25s, visibility 0s, color .25s;
	transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	-webkit-transition: stroke .1s;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: 0
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: 0 0;
	color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption:after {
	border-bottom: 1px solid hsla(0, 0%, 100%, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: 0 0;
	border: 6px solid hsla(0, 0%, 39%, .5);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: -webkit-calc(100% - 8px);
	max-height: calc(100% - 8px);
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: -webkit-calc(100% - 10px);
		max-width: calc(100% - 10px)
	}
}

.uael-separator {
	display: inline-block
}

.uael-separator-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-separator-parent {
	line-height: 0
}

.uael-divider-text {
	white-space: nowrap;
	margin: 0
}

.uael-divider-text.pen:not([data-elementor-inline-editing-toolbar=advanced]) {
	white-space: nowrap
}

.uael-heading-align-center .uael-separator-wrap {
	margin-left: auto;
	margin-right: auto
}

.uael-heading-align-left .uael-separator-wrap {
	margin-left: 0;
	margin-right: auto
}

.uael-heading-align-right .uael-separator-wrap {
	margin-left: auto;
	margin-right: 0
}

.uael-separator-line {
	display: table-cell;
	vertical-align: middle
}

.uael-separator-line>span {
	display: block;
	margin-top: 0
}

.uael-divider-content {
	display: table-cell
}

.uael-heading-fill-gradient .uael-heading-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.uael-divider-content .uael-icon-wrap .uael-icon i:not(.fad):before {
	position: static
}

.uael-heading .uael-heading-text>a {
	color: inherit;
	font-size: inherit
}

.uael-heading .uael-heading-text.uael-size--small {
	font-size: 15px
}

.uael-heading .uael-heading-text.uael-size--medium {
	font-size: 19px
}

.uael-heading .uael-heading-text.uael-size--large {
	font-size: 29px
}

.uael-heading .uael-heading-text.uael-size--xl {
	font-size: 39px
}

.uael-heading .uael-heading-text.uael-size--xxl {
	font-size: 59px
}

.uael-divider-content .uael-icon-wrap,
.uael-fancytext-stack-yes .uael-fancy-stack,
.uael-heading-wrapper .uael-heading .uael-heading-text,
.uael-stack-desktop-yes .uael-adv-heading-stack {
	display: block
}

.uael-heading-wrapper::before {
	content: attr(data-bg-text);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	line-height: 1;
	font-size: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uael-divider-content h1,
.uael-divider-content h2,
.uael-divider-content h3,
.uael-divider-content h4,
.uael-divider-content h5,
.uael-divider-content h6 {
	margin: 0
}

.uael-text-holder {
	display: none
}

.uael-fancytext-stack-yes .uael-text-holder {
	display: inherit;
	visibility: hidden;
	z-index: -1;
	text-indent: -999px
}

.uael-fancy-text-slide,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul span.uael-slide-block:not(.uael-active-heading) {
	opacity: 0
}

.uael-fancy-text-slide .uael-fancy-text-prefix,
.uael-fancy-text-slide .uael-fancy-text-suffix {
	display: inline-block;
	vertical-align: middle
}

.uael-fancy-text-main.uael-slide-main {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.rtl .uael-fancy-text-clip .uael-fancy-text-main.uael-slide-main {
	position: relative
}

.rtl .uael-fancy-text-wrap.uael-fancy-text-clip:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul .uael-slide-block.uael-active-heading {
	position: -webkit-sticky;
	position: sticky
}

.uael-fancy-text-wrap.uael-fancy-text-slide {
	word-break: break-word
}

.uael-slide-block {
	display: block;
	vertical-align: middle
}

span.uael-slide_text {
	display: inline-block;
	white-space: nowrap
}

.uael-fancy-text-slide .uael-fancy-text-main.uael-slide-main {
	max-width: 100%
}

.uael-show-cursor-yes .uael-fancy-text-wrap .typed-cursor {
	opacity: 1;
	-webkit-animation: blink-cursor .7s infinite;
	animation: blink-cursor .7s infinite
}

@keyframes blink-cursor {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes blink-cursor {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul .uael-slide-block.uael-active-heading {
	display: inline-block;
	position: relative
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-slide-main_ul span.uael-slide-block {
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0
}

.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-fancy-text-prefix,
.uael-fancy-text-wrap:not(.uael-fancy-text-type):not(.uael-fancy-text-slide) .uael-fancy-text-suffix {
	display: inline-block;
	vertical-align: middle
}

.rtl .uael-fancy-text-slide .uael-fancy-text-prefix,
.rtl .uael-fancy-text-slide .uael-fancy-text-suffix,
.rtl .uael-fancy-text-wrap:not(.uael-fancy-text-type) .uael-fancy-text-prefix,
.rtl .uael-fancy-text-wrap:not(.uael-fancy-text-type) .uael-fancy-text-suffix {
	display: inline
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in .uael-slide-main_ul,
.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-main_ul {
	-webkit-perspective: 300px;
	perspective: 300px
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-block.uael-active-heading {
	-webkit-transform: rotateX(0);
	transform: rotateX(0)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.uael-fancy-text-wrap.uael-fancy-text-rotate .uael-slide-block.uael-active-heading {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-animation: uael-rotate-in 1.2s;
	animation: uael-rotate-in 1.2s
}

.uael-fancy-text-wrap.uael-fancy-text-rotate span.uael-slide-block.uael-inactive-heading {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: uael-rotate-out 1.2s;
	animation: uael-rotate-out 1.2s
}

@-webkit-keyframes uael-rotate-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1
	}
}

@keyframes uael-rotate-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}

	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
		opacity: 1
	}
}

@-webkit-keyframes uael-rotate-out {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

@keyframes uael-rotate-out {
	0% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0);
		opacity: 1
	}

	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1
	}

	65% {
		opacity: 0
	}

	100% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0
	}
}

.uael-fancy-text-wrap.uael-fancy-text-clip .uael-slide-main_ul {
	overflow: hidden;
	vertical-align: top
}

.uael-clip-cursor-yes .uael-fancy-text-clip .uael-slide-main_ul::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%
}

.uael-fancy-text-wrap.uael-fancy-text-clip span.uael-slide-block.uael-inactive-heading {
	opacity: 0
}

.uael-fancy-text-wrap.uael-fancy-text-clip .uael-slide-block.uael-active-heading {
	opacity: 1
}

.uael-fancy-text-wrap.uael-fancy-text-push .uael-slide-block.uael-active-heading {
	-webkit-animation: uael-push-in .6s;
	animation: uael-push-in .6s
}

.uael-fancy-text-wrap.uael-fancy-text-push span.uael-slide-block.uael-inactive-heading {
	-webkit-animation: uael-push-out .6s;
	animation: uael-push-out .6s
}

@-webkit-keyframes uael-push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes uael-push-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes uael-push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes uael-push-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in .uael-slide-block.uael-active-heading {
	-webkit-animation: uael-drop-in .8s;
	animation: uael-drop-in .8s
}

.uael-fancy-text-wrap.uael-fancy-text-drop_in span.uael-slide-block.uael-inactive-heading {
	-webkit-animation: uael-drop-out .8s;
	animation: uael-drop-out .8s
}

@-webkit-keyframes uael-drop-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes uael-drop-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes uael-drop-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

@keyframes uael-drop-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px)
	}
}

.uael-fancy-text-wrap.uael-fancy-text-slide_down .uael-slide-block.uael-active-heading {
	-webkit-animation: uael-slide-in .6s;
	animation: uael-slide-in .6s
}

.uael-fancy-text-wrap.uael-fancy-text-slide_down span.uael-slide-block.uael-inactive-heading {
	-webkit-animation: uael-slide-out .6s;
	animation: uael-slide-out .6s
}

@-webkit-keyframes uael-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes uael-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes uael-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes uael-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@media only screen and (max-width:976px) {
	.uael-tablet-heading-align-center .uael-separator-wrap {
		margin-left: auto;
		margin-right: auto
	}

	.uael-tablet-heading-align-left .uael-separator-wrap {
		margin-left: 0;
		margin-right: auto
	}

	.uael-tablet-heading-align-right .uael-separator-wrap {
		margin-left: auto;
		margin-right: 0
	}
}

@media only screen and (max-width:767px) {
	.uael-mobile-heading-align-center .uael-separator-wrap {
		margin-left: auto;
		margin-right: auto
	}

	.uael-mobile-heading-align-left .uael-separator-wrap {
		margin-left: 0;
		margin-right: auto
	}

	.uael-mobile-heading-align-right .uael-separator-wrap {
		margin-left: auto;
		margin-right: 0
	}

	.uael-heading-fill-gradient .uael-heading-text {
		display: block;
		position: relative
	}
}

.uael-dual-color-heading::before {
	content: attr(data-bg_text);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	line-height: 1;
	font-size: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uael-dual-heading-fill-yes .uael-first-text,
.uael-dual-heading-fill-yes .uael-third-text,
.uael-dual-heading-fill-yes.uael-dual-heading-text.uael-highlight-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
	opacity: 0
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.internet-explorer .uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-overlay {
	bottom: 0
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-overlay {
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.uael-before-after-slider .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-before-label:before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	background: rgba(255, 255, 255, .2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.uael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay,
.uael-before-after-slider .twentytwenty-container.active:hover .twentytwenty-overlay,
.uael-before-after-slider .twentytwenty-overlay {
	background: rgba(0, 0, 0, 0)
}

.uael-before-after-slider .twentytwenty-down-arrow,
.uael-before-after-slider .twentytwenty-left-arrow,
.uael-before-after-slider .twentytwenty-right-arrow,
.uael-before-after-slider .twentytwenty-up-arrow {
	width: 0;
	height: 0;
	border: 6px solid transparent;
	display: inline-block
}

.internet-explorer .uael-before-after-slider .twentytwenty-container {
	z-index: auto
}

.uael-before-after-slider .twentytwenty-container {
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	max-width: 100%
}

.uael-before-after-slider .twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block
}

.uael-before-after-slider .twentytwenty-container,
.uael-before-after-slider .twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-before-after-slider .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-handle,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

.uael-ba-valign-flex-start .twentytwenty-after-label,
.uael-ba-valign-flex-start .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px
}

.uael-ba-valign-flex-end .twentytwenty-after-label,
.uael-ba-valign-flex-end .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px
}

.uael-ba-halign-flex-start .twentytwenty-after-label,
.uael-ba-halign-flex-start .twentytwenty-before-label,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px
}

.uael-ba-halign-flex-end .twentytwenty-after-label::before,
.uael-ba-halign-flex-end .twentytwenty-before-label::before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px
}

.uael-before-after-slider .twentytwenty-overlay {
	-webkit-transition-property: background;
	transition-property: background;
	z-index: 25
}

.uael-before-after-slider .twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, .5)
}

.uael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-after-label,
.uael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1
}

.uael-before-after-slider .twentytwenty-before {
	z-index: 20
}

.uael-before-after-slider .twentytwenty-after {
	z-index: 10
}

.uael-before-after-slider .twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	z-index: 40;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

.rtl .uael-before-after-slider .uael-ba-container:not([data-orientation=vertical]) .twentytwenty-handle {
	left: unset
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	flex-direction: column-reverse
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle span:last-of-type {
	margin-bottom: 10px
}

.uael-ba-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-before-label {
	-webkit-transition: all linear .3s;
	transition: all linear .3s
}

.uael-ba-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-before-label {
	opacity: .3
}

.uael-ba-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-after-label,
.uael-ba-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-before-label {
	opacity: .3;
	-webkit-animation-name: fadelabel;
	animation-name: fadelabel;
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

.uael-ba-valign-flex-start .twentytwenty-after-label:before,
.uael-ba-valign-flex-start .twentytwenty-before-label:before {
	text-align: left
}

.uael-ba-valign-flex-end .twentytwenty-after-label:before,
.uael-ba-valign-flex-end .twentytwenty-before-label:before {
	text-align: right
}

.uael-ba-valign-center .twentytwenty-after-label:before,
.uael-ba-valign-center .twentytwenty-before-label:before {
	text-align: center
}

.uael-ba-container {
	overflow: hidden
}

.elementor-editor-active .uael-before-after-slider .twentytwenty-handle {
	pointer-events: none
}

@media only screen and (max-width:976px) {

	.uael-tablet-ba-valign-flex-start .twentytwenty-after-label,
	.uael-tablet-ba-valign-flex-start .twentytwenty-before-label {
		left: 10px
	}

	.uael-tablet-ba-valign-flex-start .twentytwenty-after-label:before,
	.uael-tablet-ba-valign-flex-start .twentytwenty-before-label:before {
		text-align: left
	}

	.uael-tablet-ba-valign-flex-end .twentytwenty-after-label:before,
	.uael-tablet-ba-valign-flex-end .twentytwenty-before-label:before {
		text-align: right
	}

	.uael-tablet-ba-valign-center .twentytwenty-after-label:before,
	.uael-tablet-ba-valign-center .twentytwenty-before-label:before {
		text-align: center
	}

	.uael-tablet-ba-valign-flex-end .twentytwenty-after-label,
	.uael-tablet-ba-valign-flex-end .twentytwenty-before-label {
		right: 10px
	}

	.uael-tablet-ba-halign-flex-start .twentytwenty-after-label,
	.uael-tablet-ba-halign-flex-start .twentytwenty-before-label {
		top: 10px
	}

	.uael-tablet-ba-halign-flex-end .twentytwenty-after-label::before,
	.uael-tablet-ba-halign-flex-end .twentytwenty-before-label::before {
		bottom: 10px
	}
}

@media only screen and (max-width:767px) {

	.uael-mobile-ba-valign-flex-start .twentytwenty-after-label,
	.uael-mobile-ba-valign-flex-start .twentytwenty-before-label {
		left: 10px
	}

	.uael-mobile-ba-valign-flex-start .twentytwenty-after-label:before,
	.uael-mobile-ba-valign-flex-start .twentytwenty-before-label:before {
		text-align: left
	}

	.uael-mobile-ba-valign-flex-end .twentytwenty-after-label:before,
	.uael-mobile-ba-valign-flex-end .twentytwenty-before-label:before {
		text-align: right
	}

	.uael-mobile-ba-valign-center .twentytwenty-after-label:before,
	.uael-mobile-ba-valign-center .twentytwenty-before-label:before {
		text-align: center
	}

	.uael-mobile-ba-valign-flex-end .twentytwenty-after-label,
	.uael-mobile-ba-valign-flex-end .twentytwenty-before-label {
		right: 10px
	}

	.uael-mobile-ba-halign-flex-start .twentytwenty-after-label,
	.uael-mobile-ba-halign-flex-start .twentytwenty-before-label {
		top: 10px
	}

	.uael-mobile-ba-halign-flex-end .twentytwenty-after-label::before,
	.uael-mobile-ba-halign-flex-end .twentytwenty-before-label::before {
		bottom: 10px
	}
}

.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
	max-width: -webkit-calc(100% / 2 - 40px);
	max-width: calc(100% / 2 - 40px)
}

.uael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before,
.uael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px)
}

@-webkit-keyframes fadelabel {
	0% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	100% {
		opacity: .3
	}
}

@keyframes fadelabel {
	0% {
		opacity: 1
	}

	50% {
		opacity: .5
	}

	100% {
		opacity: .3
	}
}

.internet-explorer .uael-before-after-slider .twentytwenty-down-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-left-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-right-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-up-arrow {
	position: absolute
}

.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .twentytwenty-left-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .twentytwenty-right-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-down-arrow,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-up-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-left-arrow {
	left: 0
}

.internet-explorer .uael-before-after-slider .twentytwenty-right-arrow {
	right: 0
}

.firefox .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.firefox .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before,
.safari .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-after-label:before,
.safari .uael-before-after-slider .twentytwenty-horizontal .uael-label-position-center .twentytwenty-before-label:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.firefox .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.firefox .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.internet-explorer .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before,
.safari .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-after-label:before,
.safari .uael-before-after-slider .twentytwenty-vertical .uael-label-position-center .twentytwenty-before-label:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.internet-explorer .uael-before-after-slider .twentytwenty-down-arrow {
	bottom: 0
}

.internet-explorer .uael-before-after-slider .twentytwenty-vertical .twentytwenty-handle span:last-of-type {
	top: 0
}

.uael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-after-label,
.uael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 0
}

.uael-ba-label-both .twentytwenty-after-label,
.uael-ba-label-both .twentytwenty-before-label,
.uael-ba-label-normal .twentytwenty-after-label,
.uael-ba-label-normal .twentytwenty-before-label {
	opacity: 1
}

.uael-business-scheduler-box-wrapper .uael-days .heading-date,
.uael-business-scheduler-box-wrapper .uael-days .heading-time {
	margin: 0;
	padding: 0;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.uael-business-scheduler-box-wrapper .uael-days .heading-time {
	text-align: right
}

.uael-business-scheduler-box-wrapper .top-border-divider .uael-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-business-scheduler-box-wrapper .uael-days {
	margin: 0;
	padding: 0
}

.uael-business-scheduler-box-wrapper {
	overflow: hidden
}

.uael-business-scheduler-box-wrapper .uael-days div {
	padding-top: 5px;
	padding-bottom: 5px
}

.uael-review-content-arrow-wrap {
	top: 100%;
	position: absolute;
	left: 20px
}

.uael-review-image-enable-yes .uael-review-content-arrow-wrap {
	left: 55px
}

.uael-review-arrow-border {
	border-width: 16px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: #111;
	left: 0;
	top: 0;
	position: absolute
}

.uael-review-arrow {
	border-width: 17px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-color: #ccc;
	left: -1px;
	top: 0;
	position: absolute
}

.uael-review-header,
.uael-review-image-all_left .uael-review,
.uael-reviews-widget-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-reviews-widget-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-review,
.uael-review-details,
.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
	width: 100%
}

.uael-reviewer-name {
	font-weight: 600;
	word-break: break-word;
	display: inline-block
}

.uael-review-icon-wrap i.fa.fa-yelp {
	color: #af0606;
	border-color: #af0606;
	font-size: 18px
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-icon-wrap i.fa-yelp,
.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-icon-wrap svg {
	margin-left: 5px
}

.uael-review-icon-wrap img {
	width: 20px;
	height: 20px
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-details,
.elementor-element[data-widget_type="uael-business-reviews.card"] .uael-review-icon-wrap,
.uael-review-image-left .uael-review-details {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-icon-wrap {
	position: absolute;
	right: 15px;
	bottom: 8px
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-type-yelp .uael-review-icon-wrap {
	bottom: 10px
}

.elementor-element[data-widget_type="uael-business-reviews.card"] .uael-review-content-wrap {
	margin-bottom: 8px
}

.uael-review-content {
	position: relative
}

.uael-review-image {
	height: 70px;
	width: 70px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.uael-reviews-align-center .uael-review {
	text-align: center
}

.uael-reviews-align-right .uael-review {
	text-align: right
}

.uael-reviews-align-center .elementor-star-rating__wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-reviews-align-right .elementor-star-rating__wrapper {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.uael-review-time {
	font-size: 14px;
	line-height: 1.6em
}

.uael-review-image-top .uael-review-header,
.uael-review-time {
	display: block
}

.uael-reviews-notice-message {
	display: block;
	margin-bottom: 15px
}

.uael-reviews-error-message {
	color: #be2626
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-header {
	margin-bottom: 7px
}

.uael-review-image-top .uael-review-image {
	display: inline-block
}

.uael-review-image {
	overflow: hidden
}

.elementor-element[data-widget_type="uael-business-reviews.bubble"] .uael-review-image,
.uael-review-image-all_left .uael-review-image,
.uael-review-image-left .uael-review-image {
	margin-right: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-reviewer-name,
.uael-review-details .elementor-star-rating__wrapper,
.uael-review-details .uael-review-time {
	margin-bottom: 0
}

.elementor-element[data-widget_type="uael-business-reviews.default"] .uael-review-time {
	margin-bottom: 5px
}

.uael-review-type-yelp .uael-review-image {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-reviews-layout-carousel .uael-review-wrap {
	padding-top: 10px
}

.uael-reviews-widget-wrapper {
	margin: 0 -10px;
	list-style: none outside;
	clear: both
}

.uael-review-wrap {
	padding-right: -webkit-calc(20px/2);
	padding-right: calc(20px/2);
	padding-left: -webkit-calc(20px/2);
	padding-left: calc(20px/2);
	margin-bottom: 20px
}

.uael-reviews-equal-height-yes .uael-review {
	height: 100%
}

.uael-reviews-read-more {
	display: block;
	font-size: 14px;
	margin-top: 10px
}

.uael-review .uael-star-full.uael-star-default {
	color: #e37400
}

.uael-review .uael-star-full.uael-star-custom {
	color: #ffab40
}

.uael-review .uael-star-default,
.uael-review .uael-star-empty.uael-star-custom,
.uael-review .uael-star-full.uael-star-custom {
	font-size: 15px;
	padding: 0 4px 0 0
}

.uael-review .uael-star-rating {
	color: #ccd6df;
	display: inline-block
}

.uael-star-rating svg {
	margin-top: 5px
}

.uael-business-reviews-footer {
	margin-top: 30px
}

.uael-yelp-rating-svg-1 .uael-yelp-rating-1 {
	fill: #FFD8A0
}

.uael-yelp-rating-svg-2 .uael-yelp-rating-1,
.uael-yelp-rating-svg-2 .uael-yelp-rating-2 {
	fill: #FEC011
}

.uael-yelp-rating-svg-3 .uael-yelp-rating-1,
.uael-yelp-rating-svg-3 .uael-yelp-rating-2,
.uael-yelp-rating-svg-3 .uael-yelp-rating-3 {
	fill: #FF9242
}

.uael-yelp-rating-svg-4 .uael-yelp-rating-1,
.uael-yelp-rating-svg-4 .uael-yelp-rating-2,
.uael-yelp-rating-svg-4 .uael-yelp-rating-3,
.uael-yelp-rating-svg-4 .uael-yelp-rating-4 {
	fill: #F15C4F
}

.uael-yelp-rating-svg-5 .uael-yelp-rating-1,
.uael-yelp-rating-svg-5 .uael-yelp-rating-2,
.uael-yelp-rating-svg-5 .uael-yelp-rating-3,
.uael-yelp-rating-svg-5 .uael-yelp-rating-4,
.uael-yelp-rating-svg-5 .uael-yelp-rating-5 {
	fill: #D32323
}

.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
	width: 50%
}

.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
	width: 33.33%
}

.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
	width: 25%
}

.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
	width: 20%
}

.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(odd),
.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
	clear: left
}

.uael-reviews-grid__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
.uael-reviews-grid__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
.uael-reviews-grid__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
.uael-reviews-grid__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
.uael-reviews-grid__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
	clear: right
}

.uael-reviews-widget-wrapper .slick-next,
.uael-reviews-widget-wrapper .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	z-index: 10
}

.uael-reviews-widget-wrapper .slick-next:before,
.uael-reviews-widget-wrapper .slick-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-reviews-widget-wrapper .slick-prev:before,
[dir=rtl] .uael-reviews-widget-wrapper .slick-next:before {
	content: '\f104'
}

.uael-reviews-widget-wrapper .slick-next:before,
[dir=rtl] .uael-reviews-widget-wrapper .slick-prev:before {
	content: '\f105'
}

.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-prev {
	left: -25px
}

.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-next {
	right: -25px
}

.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-prev {
	left: 25px
}

.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-next {
	right: 25px
}

.uael-reviews-widget-wrapper ul.slick-dots {
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center
}

.uael-reviews-widget-wrapper ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.uael-reviews-widget-wrapper ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.uael-reviews-widget-wrapper ul.slick-dots li button:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-reviews-widget-wrapper ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.uael-reviews-widget-wrapper[data-equal-height=yes] .slick-slide .uael-review-inner-wrap {
	display: inline-block;
	height: 100%
}

@media (max-width:1024px) {
	.uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 100%
	}

	.uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 50%
	}

	.uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 33.33%
	}

	.uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 25%
	}

	.uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 20%
	}

	.uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
	.uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(odd),
	.uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
	.uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
	.uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
		clear: left
	}

	.uael-reviews-grid-tablet__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
	.uael-reviews-grid-tablet__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
	.uael-reviews-grid-tablet__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
	.uael-reviews-grid-tablet__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
	.uael-reviews-grid-tablet__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
		clear: right
	}
}

@media (max-width:767px) {
	.uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 100%
	}

	.uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 50%
	}

	.uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 33.33%
	}

	.uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 25%
	}

	.uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap {
		width: 20%
	}

	.uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n+1),
	.uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(odd),
	.uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n+1),
	.uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n+1),
	.uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n+1) {
		clear: left
	}

	.uael-reviews-grid-mobile__column-1 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(n),
	.uael-reviews-grid-mobile__column-2 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(2n),
	.uael-reviews-grid-mobile__column-3 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(3n),
	.uael-reviews-grid-mobile__column-4 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(4n),
	.uael-reviews-grid-mobile__column-5 .uael-reviews-widget-wrapper .uael-review-wrap:nth-child(5n) {
		clear: right
	}

	.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-prev,
	.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-prev {
		left: 15px;
		z-index: 2
	}

	.uael-reviews-carousel-arrow-inside .uael-reviews-widget-wrapper .slick-next,
	.uael-reviews-carousel-arrow-outside .uael-reviews-widget-wrapper .slick-next {
		right: 15px;
		z-index: 2
	}
}

.uael-cf7-style span.wpcf7-list-item {
	margin: 0 1em 0 0
}

.uael-cf7-loader-active span.ajax-loader.is-active {
	display: inline-block
}

.uael-cf7-style select {
	-webkit-appearance: none
}

.uael-cf7-container .uael-cf7-style select[multiple=multiple] {
	padding: 0
}

.uael-cf7-style .uael-cf7-select-custom {
	display: block;
	position: relative
}

.uael-cf7-style .uael-cf7-select-custom:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	position: absolute;
	font-size: .7em;
	line-height: 1;
	top: 45%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	right: .5em;
	z-index: 5;
	pointer-events: none
}

.uael-cf7-highlight-style-bottom_right span.wpcf7-not-valid-tip {
	display: inline-block;
	right: 0;
	top: 100%;
	padding: .1em .8em;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.uael-cf7-highlight-style-bottom_right span.uael-cf7-alert {
	display: block;
	text-align: right
}

.uael-cf7-btn-size-xs .uael-cf7-style input[type=submit] {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.uael-cf7-input-size-xs .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-xs .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-xs .uael-cf7-style select {
	font-size: 13px;
	padding: 8px 10px
}

.uael-cf7-input-size-xs .uael-cf7-style select[multiple=multiple] option {
	padding: 8px 10px
}

.uael-cf7-input-size-xs .uael-cf7-select-custom {
	font-size: 13px
}

.uael-cf7-input-size-xs .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-xs .uael-cf7-style input[type=radio]+span:before {
	height: 10px;
	width: 10px
}

.uael-cf7-input-size-xs .uael-cf7-style input[type=checkbox]:checked+span:before {
	font-size: -webkit-calc(10px / 1.2);
	font-size: calc(10px / 1.2)
}

.uael-cf7-input-size-xs input[type=range]::-webkit-slider-thumb {
	font-size: 10px
}

.uael-cf7-input-size-xs input[type=range]::-moz-range-thumb {
	font-size: 10px
}

.uael-cf7-input-size-xs input[type=range]::-ms-thumb {
	font-size: 10px
}

.uael-cf7-btn-size-sm .uael-cf7-style input[type=submit] {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.uael-cf7-input-size-sm .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-sm .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-sm .uael-cf7-style select {
	font-size: 15px;
	padding: 12px 10px
}

.uael-cf7-input-size-sm .uael-cf7-style select[multiple=multiple] option {
	padding: 12px 10px
}

.uael-cf7-input-size-sm .uael-cf7-select-custom {
	font-size: 15px
}

.uael-cf7-input-size-sm .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-sm .uael-cf7-style input[type=radio]+span:before {
	height: 12px;
	width: 12px
}

.uael-cf7-input-size-sm .uael-cf7-style input[type=checkbox]:checked+span:before {
	font-size: -webkit-calc(12px / 1.2);
	font-size: calc(12px / 1.2)
}

.uael-cf7-input-size-sm input[type=range]::-webkit-slider-thumb {
	font-size: 12px
}

.uael-cf7-input-size-sm input[type=range]::-moz-range-thumb {
	font-size: 12px
}

.uael-cf7-input-size-sm input[type=range]::-ms-thumb {
	font-size: 12px
}

.uael-cf7-btn-size-md .uael-cf7-style input[type=submit] {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.uael-cf7-input-size-md .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-md .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-md .uael-cf7-style select {
	font-size: 16px;
	padding: 15px 10px
}

.uael-cf7-input-size-md .uael-cf7-style select[multiple=multiple] option {
	padding: 15px 10px
}

.uael-cf7-input-size-md .uael-cf7-select-custom {
	font-size: 16px
}

.uael-cf7-input-size-md .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-md .uael-cf7-style input[type=radio]+span:before {
	height: 15px;
	width: 15px
}

.uael-cf7-input-size-md .uael-cf7-style input[type=checkbox]:checked+span:before {
	font-size: -webkit-calc(15px / 1.2);
	font-size: calc(15px / 1.2)
}

.uael-cf7-input-size-md input[type=range]::-webkit-slider-thumb {
	font-size: 15px
}

.uael-cf7-input-size-md input[type=range]::-moz-range-thumb {
	font-size: 15px
}

.uael-cf7-input-size-md input[type=range]::-ms-thumb {
	font-size: 15px
}

.uael-cf7-btn-size-lg .uael-cf7-style input[type=submit] {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.uael-cf7-input-size-lg .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-lg .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-lg .uael-cf7-style select {
	font-size: 18px;
	padding: 20px 10px
}

.uael-cf7-input-size-lg .uael-cf7-style select[multiple=multiple] option {
	padding: 20px 10px
}

.uael-cf7-input-size-lg .uael-cf7-select-custom {
	font-size: 18px
}

.uael-cf7-input-size-lg .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-lg .uael-cf7-style input[type=radio]+span:before {
	height: 20px;
	width: 20px
}

.uael-cf7-input-size-lg .uael-cf7-style input[type=checkbox]:checked+span:before {
	font-size: -webkit-calc(20px / 1.2);
	font-size: calc(20px / 1.2)
}

.uael-cf7-input-size-lg input[type=range]::-webkit-slider-thumb {
	font-size: 20px
}

.uael-cf7-input-size-lg input[type=range]::-moz-range-thumb {
	font-size: 20px
}

.uael-cf7-input-size-lg input[type=range]::-ms-thumb {
	font-size: 20px
}

.uael-cf7-btn-size-xl .uael-cf7-style input[type=submit] {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.uael-cf7-input-size-xl .uael-cf7-style .wpcf7 textarea,
.uael-cf7-input-size-xl .uael-cf7-style input:not([type=submit]),
.uael-cf7-input-size-xl .uael-cf7-style select {
	font-size: 20px;
	padding: 25px 10px
}

.uael-cf7-input-size-xl .uael-cf7-style select[multiple=multiple] option {
	padding: 25px 10px
}

.uael-cf7-input-size-xl .uael-cf7-select-custom {
	font-size: 20px
}

.uael-cf7-input-size-xl .uael-cf7-style input[type=checkbox]+span:before,
.uael-cf7-input-size-xl .uael-cf7-style input[type=radio]+span:before {
	height: 25px;
	width: 25px
}

.uael-cf7-input-size-xl .uael-cf7-style input[type=checkbox]:checked+span:before {
	font-size: -webkit-calc(25px / 1.2);
	font-size: calc(25px / 1.2)
}

.uael-cf7-input-size-xl input[type=range]::-webkit-slider-thumb {
	font-size: 25px
}

.uael-cf7-input-size-xl input[type=range]::-moz-range-thumb {
	font-size: 25px
}

.uael-cf7-input-size-xl input[type=range]::-ms-thumb {
	font-size: 25px
}

.uael-cf7-style input[type=range] {
	background: 0 0 !important;
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}

.uael-cf7-style input[type=range]::-ms-track {
	background: 0 0;
	border-color: transparent;
	color: transparent
}

.uael-cf7-style input[type=range]::-webkit-slider-runnable-track {
	height: .35em
}

.uael-cf7-style input[type=range]::-moz-range-track {
	height: .35em
}

.uael-cf7-style input[type=range]::-ms-fill-lower {
	height: .35em
}

.uael-cf7-style input[type=range]::-ms-fill-upper {
	height: .35em
}

.uael-cf7-style input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 1em;
	width: 1em;
	margin-top: -.35em
}

.uael-cf7-style input[type=range]::-moz-range-thumb {
	height: 1em;
	width: 1em;
	margin-top: -.35em
}

.uael-cf7-style input[type=range]::-ms-thumb {
	height: 1em;
	width: 1em;
	margin-top: -.35em
}

.uael-cf7-style .wpcf7-radio input[type=radio]+span:before {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-cf7-style .wpcf7 div.wpcf7-response-output {
	margin: 0
}

.uael-cf7-style-box .wpcf7-acceptance input[type=checkbox]+span:before,
.uael-cf7-style-box .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.uael-cf7-style-box .wpcf7-checkbox input[type=checkbox]+span:before,
.uael-cf7-style-box .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.uael-cf7-style-box .wpcf7-radio input[type=radio]+span:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-cf7-button-center input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-left input.wpcf7-form-control.wpcf7-submit,
.uael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: auto
}

.uael-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
	margin-left: auto;
	margin-right: auto
}

.uael-cf7-button-center .uael-cf7-loader-active,
.uael-cf7-button-justify .uael-cf7-loader-active {
	text-align: center
}

.uael-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
	margin-left: 0;
	margin-right: auto
}

.uael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
	margin-left: auto;
	margin-right: 0
}

.uael-cf7-button-right .uael-cf7-loader-active {
	text-align: right
}

.uael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox]+span:before,
.uael-cf7-style .wpcf7-checkbox input[type=checkbox]+span:before,
.uael-cf7-style .wpcf7-radio input[type=radio]+span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center
}

.uael-cf7-style .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.uael-cf7-style .wpcf7-checkbox input[type=checkbox]:checked+span:before {
	content: "\2714";
	line-height: 1.2
}

@media only screen and (min-width:769px) {
	.uael-cf7-col {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}

	.uael-cf7-col label,
	.uael-cf7-col>p,
	.uael-cf7-col>p>span {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 10px 0 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-basis: -webkit-calc(50% - 5px);
		-ms-flex-preferred-size: calc(50% - 5px);
		flex-basis: calc(50% - 5px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media only screen and (max-width:976px) {
	.uael-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: auto;
		width: auto
	}

	.uael-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
		margin-left: 0;
		margin-right: auto;
		width: auto
	}

	.uael-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: 0;
		width: auto
	}

	.uael-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.uael-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: auto;
		width: auto
	}

	.uael-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
		margin-left: 0;
		margin-right: auto;
		width: auto
	}

	.uael-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: 0;
		width: auto
	}

	.uael-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%
	}
}

.elementor-widget-uael-cf7-styler .wpcf7-acceptance input[type=checkbox],
.elementor-widget-uael-cf7-styler .wpcf7-checkbox input[type=checkbox],
.elementor-widget-uael-cf7-styler .wpcf7-radio input[type=radio] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important
}

.uael-cf7-highlight-label::before {
	outline: 2px solid #708bef;
	background-color: #fff
}

.uael-rbs-switch-label {
	position: relative;
	display: inline-block;
	width: 4.5em;
	height: 2.3em;
	vertical-align: middle
}

.uael-rbs-switch-label .uael-rbs-switch {
	display: none
}

.uael-main-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-sec-1,
.uael-sec-2 {
	cursor: pointer
}

.uael-rbs-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s
}

.uael-rbs-slider:before {
	position: absolute;
	content: "";
	height: 1.8em;
	width: 1.8em;
	left: .25em;
	bottom: .25em;
	-webkit-transition: .4s;
	transition: .4s
}

.uael-rbs-switch:checked+.uael-rbs-slider {
	background-color: #d2d2d2
}

.uael-rbs-switch:checked+.uael-rbs-slider:before {
	-webkit-transform: translateX(2.1em);
	-ms-transform: translateX(2.1em);
	transform: translateX(2.1em)
}

.uael-rbs-slider.uael-rbs-round {
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em
}

.uael-rbs-slider.uael-rbs-round:before {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.elementor-widget-uael-content-toggle .uael-rbs-head-1,
.elementor-widget-uael-content-toggle .uael-rbs-head-2 {
	margin: 0;
	padding: 0
}

.uael-ct-desktop-stack--yes .uael-rbs-toggle,
.uael-rbs-toggle {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-ct-desktop-stack--yes .uael-rbs-toggle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.uael-rbs-toggle {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.uael-rbs-toggle-sections {
	padding: 25px
}

.uael-label-box {
	position: relative;
	width: 7em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	vertical-align: middle
}

.uael-label-box-checkbox {
	display: none
}

.uael-label-box-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0 solid #999;
	-webkit-border-radius: 0em;
	border-radius: 0
}

.uael-label-box-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin .3s ease-in 0s;
	transition: margin .3s ease-in 0s
}

.uael-label-box-inner>span {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	height: 2.1em;
	padding: 0;
	line-height: 2.1em;
	font-size: 1em;
	color: #fff;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.uael-label-box-inner .uael-label-box-active {
	padding-left: 2em;
	background-color: #eee;
	color: #fff
}

.uael-label-box-inner .uael-label-box-inactive {
	padding-right: 2em;
	background-color: #eee;
	color: #fff;
	text-align: right
}

.uael-label-box-switch {
	display: block;
	width: 50%;
	margin: 0;
	text-align: center;
	border: 0 solid #999;
	-webkit-border-radius: 0em;
	border-radius: 0;
	position: absolute;
	top: 0;
	bottom: 0
}

.uael-label-box-active .uael-label-box-switch {
	background: #a1a1a1;
	left: 0
}

.uael-label-box-inactive .uael-label-box-switch {
	right: 0
}

.uael-label-box-checkbox:checked+.uael-label-box-label .uael-label-box-inner {
	margin-left: 0
}

.uael-toggle {
	display: block;
	position: relative;
	background: 0 0;
	width: 3.8em
}

.uael-toggle input[type=checkbox]+label {
	position: relative;
	display: inline-block;
	top: 0;
	left: .2em;
	padding-left: 0;
	color: #000;
	cursor: pointer;
	width: 2.28em;
	height: 1.3em
}

.uael-toggle input[type=checkbox]+label:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: .4em;
	left: 0;
	content: '';
	width: 3.5em;
	height: 1em;
	background-color: #767676;
	-webkit-border-radius: 0.5em;
	border-radius: .5em
}

.uael-toggle input[type=checkbox]+label:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	position: absolute;
	top: 0;
	left: -.2em;
	width: 2.4em;
	height: 2.4em;
	content: '';
	font-size: .75em;
	-webkit-border-radius: 500em;
	border-radius: 500em
}

.elementor-widget-uael-content-toggle .uael-toggle input[type=checkbox]+label:after {
	border-width: .3em;
	border-style: solid
}

.uael-rbs-wrapper .uael-toggle input[type=checkbox]:checked+label:after {
	-webkit-transform: translateX(2.5em);
	-ms-transform: translateX(2.5em);
	transform: translateX(2.5em);
	border-style: solid
}

.uael-switch-round-2 {
	visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
	display: none
}

.uael-toggle .uael-switch-round-2[type=checkbox]:checked+label:after {
	-webkit-transform: translateX(2.5em);
	-ms-transform: translateX(2.5em);
	transform: translateX(2.5em);
	border: .3em solid #7a7a7a
}

.rtl .uael-switch-round-2[type=checkbox]+label:after {
	left: 2.4em
}

.uael-countdown-wrapper .uael-countdown-item,
.uael-countdown-wrapper .uael-countdown-items-wrapper,
.uael-countdown-wrapper .uael-countdown-separator,
.uael-countdown-wrapper .uael-item {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-countdown-wrapper .uael-countdown-items-wrapper {
	height: auto;
	margin: 0 auto;
	visibility: visible;
	max-width: 80%
}

.uael-countdown-wrapper .uael-item {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-countdown-wrapper .uael-countdown-item {
	width: 60px;
	font-size: 45px;
	line-height: 1;
	display: block;
	width: 100%
}

.uael-countdown-wrapper .uael-expire-message-wrapper {
	width: 100%
}

.uael-countdown-border-none .uael-countdown-items-wrapper {
	max-width: 90px
}

.uael-countdown-border-none .uael-item {
	height: 157px
}

.uael-countdown-border-none .uael-countdown-item,
.uael-countdown-border-none .uael-item-label,
.uael-countdown-shape-none .uael-countdown-item,
.uael-countdown-shape-none .uael-item-label {
	width: 100%;
	display: block
}

.countdown-expire .uael-expire-message-wrapper,
.uael-countdown-separator-wrapper-yes .uael-countdown-separator,
.uael-preview-message .uael-expire-message-wrapper {
	display: block
}

.uael-countdown-shape-none .uael-countdown-items-wrapper {
	max-width: 80%
}

.countdown-active .uael-expire-message-wrapper,
.countdown-expire .uael-countdown-separator,
.countdown-expire .uael-item,
.uael-countdown-hide.uael-countdown-wrapper,
.uael-countdown-separator,
.uael-countdown-show-days-no .uael-countdown-days,
.uael-countdown-show-days-no .uael-countdown-days-separator,
.uael-countdown-show-hours-no .uael-countdown-hours,
.uael-countdown-show-hours-no .uael-countdown-hours-separator,
.uael-countdown-show-minutes-no .uael-countdown-minutes,
.uael-countdown-show-minutes-no .uael-countdown-minutes-separator,
.uael-countdown-show-seconds-no .uael-countdown-minutes-separator,
.uael-countdown-show-seconds-no .uael-countdown-seconds,
.uael-preview-message .uael-countdown-separator,
.uael-preview-message .uael-item {
	display: none
}

.uael-countdown-wrapper .uael-item-label {
	display: block;
	font-size: 15px;
	line-height: 1
}

.uael-countdown-days.uael-item {
	margin-left: 15px
}

.uael-countdown-wrapper .uael-countdown-separator {
	font-size: 45px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.uael-expire-show-message {
	font-size: 30px;
	font-weight: 400
}

.uael-countdown-wrapper.uael-countdown-show-message .uael-countdown-separator,
.uael-preview-message .uael-countdown-separator {
	display: none
}

.uael-countdown-shape-circle .uael-item {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-item:not(:first-child) {
	margin-left: 15px
}

.uael-item:not(:last-child) {
	margin-right: 15px
}

.uael-item {
	padding: 20px
}

.uael-countdown-items-wrapper {
	max-width: 100%
}

.uael-countdown-shape-circle .uael-countdown-items-wrapper {
	max-width: 65%
}

.uael-countdown-shape-rounded .uael-item {
	-webkit-border-radius: 10px;
	border-radius: 10px
}

@-webkit-keyframes flash {
	0% {
		opacity: 1
	}

	50% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

@keyframes flash {
	0% {
		opacity: 1
	}

	50% {
		opacity: .1
	}

	100% {
		opacity: 1
	}
}

.uael-countdown-anim-yes .flash-animation .uael-countdown-separator,
.uael-countdown-anim-yes .flash-animation .uael-item {
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite
}

.uael-countdown-wrapper .uael-countdown-separator {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.uael-countdown-wrapper .uael-countdown-item {
	font-family: Poppins, Sans-serif;
	font-size: 50px;
	font-weight: 500
}

.uael-countdown-wrapper .uael-item-label {
	text-transform: uppercase;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-countdown-label-inline .uael-item-label {
	text-align: left
}

@media (min-width:768px) {
	.uael-countdown-items-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

@media (max-width:767px) {
	.uael-countdown-responsive-yes .uael-countdown-items-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.uael-countdown-responsive-yes .uael-countdown-separator {
		display: none
	}
}

@media (max-width :414px) {
	.uael-countdown-responsive-yes .uael-countdown-wrapper .uael-countdown-items-wrapper {
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: block
	}

	.uael-countdown-responsive-yes .uael-countdown-wrapper .uael-countdown-items-wrapper .uael-item {
		height: auto !important
	}
}

.uael-countdown-label-inline .uael-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.uael-countdown-label-inline .uael-item-label {
	position: relative
}

.uael-countdown-label-top .uael-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media (max-width:1024px) {
	.uael-countdown-label-inline.uael-countdown-responsive-yes .uael-countdown-items-wrapper {
		max-width: 150px
	}
}

.rtl .uael-faq-wrapper .uael-faq-container .uael-faq-accordion,
.uael-faq-wrapper .uael-faq-container .uael-faq-accordion {
	overflow: hidden
}

.uael-faq-accordion .uael-accordion-content p {
	margin-bottom: 0
}

.uael-accordion-icon-left {
	float: left
}

.uael-accordion-icon-right {
	float: right
}

.uael-accordion-icon {
	display: inline-block
}

.uael-accordion-title .uael-accordion-icon-opened,
.uael-accordion-title.uael-title-active .uael-accordion-icon-closed,
.uael-faq-container .elementor-grid-item .uael-accordion-icon,
.uael-faq-container .uael-accordion-content {
	display: none
}

.uael-accordion-title.uael-title-active .uael-accordion-icon-opened,
.uael-faq-container .elementor-grid-item .uael-accordion-content,
.uael-faq-layout-grid .uael-accordion-title {
	display: block
}

.uael-accordion-icon.uael-accordion-icon-right {
	margin-right: 10px
}

.uael-faq-box-layout-yes .uael-faq-container:last-child {
	border-bottom: none
}

.align-at-right .uael-accordion-title {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.uael-accordion-title {
	cursor: pointer;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-faq-accordion.elementor-grid-item .uael-accordion-title {
	cursor: default
}

.uael-accordion-icon {
	max-width: 7px
}

.uael-accordion-title>:last-child {
	margin-bottom: 0
}

.uael-question-span:focus {
	outline: thin dotted
}

.uael-warning {
	margin: 10px 0 10px 0
}

.elementor .gm-style img {
	max-width: none
}

.uael-google-map {
	overflow-anchor: none
}

.uael-gf-style .gform_wrapper .chosen-container-multi .chosen-choices,
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	height: auto;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
	text-decoration: none;
	white-space: nowrap
}

.uael-gf-style .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input {
	margin-bottom: 0
}

.uael-gf-style .gform_wrapper li.hidden_label input {
	margin-top: 0
}

.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single span {
	line-height: 1
}

.uael-gf-style .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	background: #fff
}

.uael-gf-style .gform_page .gform_page_footer input[type=button],
.uael-gf-style .gform_page .gform_page_footer input[type=submit],
.uael-gf-style .uael-gf-select-custom select {
	display: inline-block
}

.uael-gf-style .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title,
.uael-gf-style .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	opacity: 1
}

.uael-gf-style .uael-gf-select-custom {
	position: relative
}

.uael-gf-style .uael-gf-select-custom:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: .7em;
	line-height: 1;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	right: .5em;
	pointer-events: none;
	z-index: 5
}

.uael-gf-style span.name_prefix_select .uael-gf-select-custom {
	display: inline;
	vertical-align: middle
}

.uael-gf-button-center .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before,
.uael-gf-style .gchoice,
.uael-gf-style .gchoice_button {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-gf-style .gchoice,
.uael-gf-style .gchoice_button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type=checkbox],
.uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-gf-check-style .ginput_container_consent input[type=checkbox]:checked+label:before {
	font-weight: 700
}

.uael-gf-style .chosen-single,
.uael-gf-style select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.uael-gf-style .gform_wrapper div.validation_error {
	border-top: none;
	border-bottom: none
}

.uael-gf-style .gform_wrapper .gfield_radio li label {
	margin: 0
}

.uael-gf-style .gform_wrapper .gform_body {
	width: 100% !important
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style .gform_wrapper .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type=checkbox],
.uael-gf-style .gform_wrapper input[type=checkbox]+label:before,
.uael-gf-style .gform_wrapper input[type=checkbox]:checked+label:before,
.uael-gf-style .gform_wrapper input[type=radio]+label:before,
.uael-gf-style .gform_wrapper input[type=radio]:checked+label:before {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important
}

.uael-gf-style .gform_wrapper .gsection {
	margin-right: 0
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	margin-top: 0;
	margin-left: 0
}

.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xs [type=button], .uael-gf-btn-size-xs [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xs [type=button], .uael-gf-btn-size-xs [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xs .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.uael-gf-input-size-xs .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xs .uael-gf-style .ginput_container textarea {
	font-size: 13px;
	padding: 8px 10px
}

.uael-gf-input-size-xs .uael-gf-style .ginput_container select {
	font-size: 13px;
	padding: 6px 10px
}

.uael-gf-input-size-xs .uael-gf-style .uael-gf-select-custom {
	font-size: 13px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xs .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	height: 10px;
	width: 10px
}

.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	font-size: -webkit-calc(10px / 1.2);
	font-size: calc(10px / 1.2)
}

.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-sm [type=button], .uael-gf-btn-size-sm [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-sm [type=button], .uael-gf-btn-size-sm [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-sm .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .uael-gf-btn-size-sm .uael-gf-style input[type=submit],
.uael-gf-btn-size-sm .uael-gf-style input[type=button] {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.uael-gf-input-size-sm .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-sm .uael-gf-style .ginput_container textarea {
	font-size: 15px;
	padding: 12px 10px
}

.uael-gf-input-size-sm .uael-gf-style .ginput_container select {
	font-size: 15px;
	padding: 10px 10px
}

.uael-gf-input-size-sm .uael-gf-style .uael-gf-select-custom {
	font-size: 15px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-sm .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	height: 12px;
	width: 12px
}

.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	font-size: -webkit-calc(12px / 1.2);
	font-size: calc(12px / 1.2)
}

.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-md [type=button], .uael-gf-btn-size-md [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-md [type=button], .uael-gf-btn-size-md [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-md .uael-gf-style input[type=button],
.uael-gf-btn-size-md .uael-gf-style input[type=submit] {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.uael-gf-input-size-md .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-md .uael-gf-style .ginput_container textarea {
	font-size: 16px;
	padding: 15px 10px
}

.uael-gf-input-size-md .uael-gf-style .ginput_container select {
	padding: 13px 10px
}

.uael-gf-input-size-md .uael-gf-style .ginput_container select,
.uael-gf-input-size-md .uael-gf-style .uael-gf-select-custom {
	font-size: 16px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-md .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-md .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	height: 15px;
	width: 15px
}

.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	font-size: -webkit-calc(15px / 1.2);
	font-size: calc(15px / 1.2)
}

.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-lg [type=button], .uael-gf-btn-size-lg [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-lg [type=button], .uael-gf-btn-size-lg [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-lg .uael-gf-style input[type=button],
.uael-gf-btn-size-lg .uael-gf-style input[type=submit] {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.uael-gf-input-size-lg .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-lg .uael-gf-style .ginput_container textarea {
	font-size: 18px;
	padding: 20px 10px
}

.uael-gf-input-size-lg .uael-gf-style .ginput_container select {
	padding: 18px 10px
}

.uael-gf-input-size-lg .uael-gf-style .ginput_container select,
.uael-gf-input-size-lg .uael-gf-style .uael-gf-select-custom {
	font-size: 18px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-lg .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	height: 20px;
	width: 20px
}

.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	font-size: -webkit-calc(20px / 1.2);
	font-size: calc(20px / 1.2)
}

.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xl [type=button], .uael-gf-btn-size-xl [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-btn-size-xl [type=button], .uael-gf-btn-size-xl [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-btn-size-xl .uael-gf-style input[type=button],
.uael-gf-btn-size-xl .uael-gf-style input[type=submit] {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.uael-gf-input-size-xl .uael-gf-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-choices,
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xl .uael-gf-style .ginput_container textarea {
	font-size: 20px;
	padding: 25px 10px
}

.uael-gf-input-size-xl .uael-gf-style .ginput_container select {
	font-size: 20px;
	padding: 23px 10px
}

.uael-gf-input-size-xl .uael-gf-style .uael-gf-select-custom {
	font-size: 20px
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xl .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .gfield_radio input[type=radio]+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type=checkbox]+label:before {
	height: 25px;
	width: 25px
}

.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type=checkbox]:checked+label:before {
	font-size: -webkit-calc(25px / 1.2);
	font-size: calc(25px / 1.2)
}

.uael-gf-button-right .gform_next_button,
.uael-gf-button-right .gform_previous_button {
	margin-right: 5px !important
}

.uael-gf-style .gform_wrapper .gform_footer:not(.top_label) {
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	width: 100%
}

.uael-gf-style .gform_wrapper .gform_page_footer.left_label,
.uael-gf-style .gform_wrapper .gform_page_footer.right_label {
	padding: 0
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type=radio]:before,
.uael-gf-check-style .gfield_radio input[type=radio]+label:before {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-gf-style .gform_wrapper .top_label .gfield_error {
	width: 100% !important
}

.uael-gf-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important
}

.uael-gf-check-default-yes .uael-gf-style .gfield_radio input[type=radio]:checked:before,
.uael-gf-style .gfield_radio input[type=radio]:checked+label:before {
	-webkit-box-shadow: inset 0 0 0 4px;
	box-shadow: inset 0 0 0 4px
}

.uael-gf-button-center .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit] {
	width: auto
}

.uael-gf-button-center .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=submit] {
	margin-left: auto;
	margin-right: auto
}

.uael-gf-button-center .gform_page .gform_page_footer,
.uael-gf-button-center .gform_wrapper .gform_footer {
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-gf-button-right .gform_page .gform_page_footer,
.uael-gf-button-right .gform_wrapper .gform_footer {
	text-align: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.uael-gf-button-left .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=submit] {
	margin-left: 0;
	margin-right: auto
}

.uael-gf-button-right .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=submit] {
	margin-left: auto;
	margin-right: 0
}

.uael-gf-button-justify .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%
}

.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-button-justify [type=button], .uael-gf-button-justify [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-gf-button-justify [type=button], .uael-gf-button-justify [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.uael-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	width: 100%
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]+label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]+label:before,
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single div {
	display: none
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]+label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
	margin-right: 10px
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked+label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked+label:before {
	content: "\2714";
	line-height: 1.2
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before {
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-widget-uael-gf-styler:not(.uael-gf-enable-classes-yes) .uael-gf-style .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_right_half):not(.gf_left_third):not(.gf_middle_third):not(.gf_right_third):not(.gf_first_quarter):not(.gf_second_quarter):not(.gf_third_quarter):not(.gf_fourth_quarter):not(.gf_inline) {
	padding-right: 0
}

.uael-gf-button-width-full_width .gform_footer input[type=submit] {
	display: block;
	text-align: center;
	width: 100%
}

.uael-gf-style .gform_body ul {
	margin-left: 0;
	list-style: none
}

.uael-gf-style .gform_wrapper .chosen-choices li.search-field input.default,
.uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type=text],
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-choices,
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-single,
.uael-gf-style .gform_wrapper .gfield .ginput_container select {
	height: auto
}

.elementor-widget-uael-gf-styler .uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type=text] {
	padding: 0
}

.uael-gf-style .gform_page .gform_page_footer input[type=button] {
	margin-bottom: 20px
}

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button,
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
	display: inline-block
}

@media only screen and (max-width:976px) {

	.uael-tablet-gf-button-center .gform_footer input[type=submit],
	.uael-tablet-gf-button-center .gform_page .gform_page_footer,
	.uael-tablet-gf-button-center .gform_page .gform_page_footer input[type=button],
	.uael-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit],
	.uael-tablet-gf-button-center .gform_wrapper .gform_footer {
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-left: auto;
		margin-right: auto
	}

	.uael-tablet-gf-button-right .gform_footer input[type=submit],
	.uael-tablet-gf-button-right .gform_page .gform_page_footer,
	.uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],
	.uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit],
	.uael-tablet-gf-button-right .gform_wrapper .gform_footer {
		text-align: right;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
		margin-right: 0;
		width: auto
	}

	.uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-tablet-gf-button-justify [type=button], .uael-tablet-gf-button-justify [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-tablet-gf-button-justify [type=button], .uael-tablet-gf-button-justify [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-tablet-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
		width: 100%
	}

	.uael-tablet-gf-button-left .gform_footer input[type=submit],
	.uael-tablet-gf-button-left .gform_page .gform_page_footer,
	.uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],
	.uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit],
	.uael-tablet-gf-button-left .gform_wrapper .gform_footer {
		margin-left: 0;
		margin-right: auto;
		width: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media only screen and (max-width:767px) {

	.uael-mobile-gf-button-center .gform_footer input[type=submit],
	.uael-mobile-gf-button-center .gform_page .gform_page_footer,
	.uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],
	.uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit],
	.uael-mobile-gf-button-center .gform_wrapper .gform_footer {
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		width: auto
	}

	.uael-mobile-gf-button-right .gform_footer input[type=submit],
	.uael-mobile-gf-button-right .gform_page .gform_page_footer,
	.uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],
	.uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit],
	.uael-mobile-gf-button-right .gform_wrapper .gform_footer {
		text-align: right;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
		margin-right: 0;
		width: auto
	}

	.uael-mobile-gf-button-left .gform_footer input[type=submit],
	.uael-mobile-gf-button-left .gform_page .gform_page_footer,
	.uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],
	.uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit],
	.uael-mobile-gf-button-left .gform_wrapper .gform_footer {
		margin-left: 0;
		margin-right: auto;
		width: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-mobile-gf-button-justify [type=button], .uael-mobile-gf-button-justify [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], .uael-mobile-gf-button-justify [type=button], .uael-mobile-gf-button-justify [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.uael-mobile-gf-button-justify .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
		width: 100%
	}
}

.uael-gf-style .gform_wrapper .gform_validation_errors>h2 .gform-icon {
	display: unset;
	position: relative;
	left: unset;
	top: unset
}

.uael-gf-style .gform_wrapper .gform_validation_errors>h2.gform_submission_error {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-gf-style .gform_wrapper.gravity-theme span .uael-gf-select-custom {
	padding-left: unset;
	padding-right: unset
}

.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .gfield-choice-input,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .ginput_container_consent input {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important
}

.uael-gf-highlight-label::before {
	outline: 2px solid #708bef;
	background-color: #fff
}

.uael-hotspot-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, .57)
}

.uael-overlay-button,
.uael-tooltip {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.uael-tooltip-text p {
	margin-bottom: 0
}

.uael-overlay-button .elementor-button {
	cursor: pointer
}

.elementor-editor-active .uael-overlay-button .elementor-button {
	cursor: default
}

.uael-tooltip-container,
.uael-tour-inactive .uael-tour {
	display: none
}

.uael-tour-active .uael-tour {
	display: block;
	margin-top: 2em
}

.uael-tour-active .uael-tour ul {
	list-style: none;
	float: right;
	margin-bottom: 0;
	margin-left: .8em
}

.uael-actual-step {
	float: left;
	margin-right: .5em
}

.uael-tour-active .uael-hotspot-end a,
.uael-tour-active .uael-tour li a {
	color: #fff
}

.uael-tour-active .uael-tour li {
	display: inline-block;
	float: left
}

.uael-tour-active .uael-tour li:first-of-type {
	margin-right: .8em
}

.uael-tour-active .uael-tour .inactive {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	opacity: .5
}

.uael-hotspot-end {
	display: block;
	text-align: right;
	padding-top: 4px;
	margin-bottom: -5px
}

.uael-tour-active .uael-hotspot-end a {
	display: block;
	margin-top: 1.5em
}

.tooltipster-content .uael-tour-active .uael-hotspot-end a,
.tooltipster-content .uael-tour-active .uael-tour .uael-actual-step,
.tooltipster-content .uael-tour-active .uael-tour li a {
	font-size: .85em !important
}

.uael-hotspot-text {
	padding-left: 10px;
	padding-right: 10px
}

.uael-hotspot-content {
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	opacity: .95;
	padding: 4px
}

.uael-hotspot-tooltip-yes .uael-hotspot-content {
	cursor: pointer
}

.uael-hotspot-content.uael-hotspot-anim:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

.uael-hotspot-content,
.uael-hotspot-content.uael-hotspot-anim:before {
	display: block;
	min-width: 40px;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #1569ae;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-hotspot-content svg {
	display: inline-block;
	vertical-align: middle
}

.uael-hotspot-content.uael-hotspot-anim:before {
	content: "";
	pointer-events: none;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-animation: uael-hotspot-pulse 2s infinite;
	animation: uael-hotspot-pulse 2s infinite;
	z-index: -1
}

.uael-hotspot-tour .uael-hotspot-content.uael-hotspot-marker-nonactive {
	visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden
}

.uael-hotspot-tour .open.uael-hotspot-content.uael-hotspot-marker-nonactive {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.elementor-editor-active .uael-hotspot-tour .uael-hotspot-container[data-autoplay=yes] .uael-hotspot-content.uael-hotspot-marker-nonactive {
	visibility: visible
}

@-webkit-keyframes uael-hotspot-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes uael-hotspot-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

.elementor-widget-uael-hotspot {
	text-align: center
}

.uael-hotspot {
	position: relative;
	display: inline-block
}

.uael-hotspot-container {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

@media only screen and (max-width:767px) {
	.uael-tour-active .uael-tour ul {
		margin-right: 0;
		margin-left: auto
	}
}

.tooltipster-noir.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
	-webkit-border-radius: 0;
	border-radius: 0
}

.tooltipster-sidetip.tooltipster-noir.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
	height: 11px;
	margin-left: -11px;
	width: 22px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
	height: 22px;
	margin-left: 0;
	margin-top: -11px;
	width: 13px
}

.tooltipster-base.uael-tooltipster-active.uael-hotspot-tooltip {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	position: absolute
}

.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fade.tooltipster-show {
	opacity: 1
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall {
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall.tooltipster-initial {
	top: 0 !important
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide {
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide.tooltipster-initial {
	left: -40px !important
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0
}

@-webkit-keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-fade {
	-webkit-animation: tooltipster-fading .2s;
	animation: tooltipster-fading .2s
}

@-webkit-keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-rotate {
	-webkit-animation: tooltipster-rotating .2s;
	animation: tooltipster-rotating .2s
}

@-webkit-keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.uael-tooltipster-active.uael-hotspot-tooltip.tooltipster-update-scale {
	-webkit-animation: tooltipster-scaling .2s;
	animation: tooltipster-scaling .2s
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
	background: #565656;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
	margin-top: 12px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
	margin-right: 12px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
	margin-left: 12px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-box {
	margin-bottom: 12px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
	height: 12px;
	margin-left: -10px;
	top: 0;
	width: 25px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow {
	bottom: 0;
	height: 13px;
	margin-left: -10px;
	width: 25px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background,
.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
	border: 12px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
	border-left-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
	position: relative
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
	top: -10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-hotspot-tooltip .tooltipster-arrow-uncropped {
	left: -10px
}

.uael-howto-cost-title,
.uael-howto-steps-title,
.uael-howto-time-title {
	font-weight: 600
}

.uael-howto-section-inline,
.uael-howto-step-item.uael-step-has-image {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-howto-section-inline .uael-howto-supply,
.uael-howto-section-inline .uael-howto-tools {
	width: 50%
}

.uael-howto-section-inline .uael-howto-supply {
	padding-right: 20px
}

.uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.uael-step-has-image .uael-howto-step-item-wrap {
	width: 100%
}

.uael-howto-image-align-bottom .uael-howto-step-item.uael-step-has-image {
	display: block
}

.rtl .uael-howto-image-align-left .uael-howto-step-item.uael-step-has-image .uael-howto-step-item-wrap {
	text-align: right
}

@media (max-width:767px) {

	.uael-howto-section-inline .uael-howto-supply,
	.uael-howto-section-inline .uael-howto-tools,
	.uael-step-has-image .uael-howto-step-image-wrap,
	.uael-step-has-image .uael-howto-step-item-wrap {
		width: 100%
	}

	.uael-howto-section-inline .uael-howto-supply {
		padding-right: 0
	}
}

.uael-img-gallery-tabs-dropdown .uael-filters-dropdown {
	display: none
}

.uael-img-gallery-wrap.uael-img-justified-wrap,
.uael-img-gallery-wrap.uael-img-justified-wrap.uael-cat-filters {
	margin: 0
}

.elementor:not(.elementor-edit-mode) .uael-img-justified-wrap .uael-grid-item {
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}

.uael-img-gallery-wrap::after,
.uael-img-gallery-wrap::before {
	content: ' ';
	display: table;
	width: 0
}

.uael-img-gallery-wrap::after {
	clear: both
}

.uael-gallery-parent .uael-masonry-filters {
	text-align: center;
	margin-bottom: 30px
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter {
	border-style: none;
	display: inline-block;
	padding: 5px 15px;
	background: #efefef;
	cursor: pointer;
	margin: 0 5px 5px
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter:first-child {
	margin-left: 0 !important
}

.uael-gallery-parent .uael-masonry-filters .uael-masonry-filter:last-child {
	margin-right: 0 !important
}

.uael-gallery-parent .uael-img-gallery-tabs-dropdown .uael-masonry-filters .uael-current,
.uael-gallery-parent .uael-masonry-filters .uael-current {
	background: #ccc
}

.uael-img-gallery-wrap {
	margin: 0 -10px;
	list-style: none outside;
	clear: both
}

.uael-img-grid-masonry-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-img-gallery-wrap .uael-grid-img-thumbnail {
	overflow: hidden
}

.uael-img-gallery-wrap img {
	width: 100%;
	margin-bottom: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle
}

.uael-gallery-unjustified .uael-img-gallery-wrap .uael-grid-item {
	width: 25%;
	padding: 0 10px
}

.uael-img-grid-wrap .uael-grid-item-content {
	margin-bottom: 10px
}

.uael-img-gallery-wrap .uael-grid-item-content {
	position: relative
}

.uael-img-gallery-wrap.justified-gallery .uael-grid-item.jg-entry:not(.entry-visible) .uael-grid-item-content {
	position: relative;
	opacity: 0
}

.uael-img-gallery-wrap .uael-grid-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color 150ms linear;
	transition: background-color 150ms linear
}

.uael-img-gallery-wrap .uael-grid-img-overlay i,
.uael-img-gallery-wrap .uael-grid-img-overlay img,
.uael-img-gallery-wrap .uael-grid-img-overlay svg {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 135ms linear;
	transition: opacity 135ms linear
}

.uael-img-gallery-wrap .uael-grid-img-overlay i,
.uael-img-gallery-wrap .uael-grid-img-overlay svg {
	text-align: center;
	top: 50%;
	width: 100%;
	font-size: 26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uael-img-gallery-wrap .uael-grid-img-overlay img {
	top: 50%;
	left: 50%;
	width: 40px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.uael-grid-gallery-img:hover .uael-grid-img-overlay i,
.uael-grid-gallery-img:hover .uael-grid-img-overlay img,
.uael-grid-gallery-img:hover .uael-grid-img-overlay svg {
	opacity: 1
}

.uael-img-gallery-wrap .uael-grid-img-caption {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 12px;
	background: rgba(0, 0, 0, .4);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.uael-img-gallery-wrap .uael-grid-img-caption .uael-grid-caption-text {
	color: #fff;
	margin-bottom: 0
}

.uael-caption-on-image .uael-img-gallery-wrap .uael-grid-img-caption {
	opacity: 1;
	pointer-events: auto;
	margin: 0
}

.uael-caption-on-hover .uael-img-gallery-wrap .uael-grid-item-content:hover .uael-grid-img-caption {
	opacity: 1;
	pointer-events: auto
}

.uael-img-caption-valign-bottom .uael-grid-img-caption {
	bottom: 0
}

.uael-img-caption-valign-middle .uael-grid-img-caption {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto
}

.uael-img-caption-valign-top .uael-grid-img-caption {
	top: 0;
	bottom: auto
}

.uael-gallery-fancybox .fancybox-caption {
	text-align: center;
	margin-top: -30px;
	font-size: 16px
}

.uael-gallery-fancybox .fancybox-caption:after {
	border-bottom: none
}

.uael-gallery-fancybox .fancybox-slide--image {
	padding-bottom: 70px;
	padding-top: 70px
}

.logged-in #wpadminbar~.uael-gallery-fancybox .fancybox-toolbar {
	margin-top: 32px
}

.rtl .uael-gallery-fancybox .fancybox-slide--image .fancybox-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important
}

.rtl .uael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_right {
	left: 6px
}

.rtl .uael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_left {
	right: 6px;
	left: unset
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item {
	width: 100%
}

.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item {
	width: 50%
}

.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item {
	width: 33.33%
}

.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item {
	width: 25%
}

.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item {
	width: 20%
}

.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item {
	width: 16.66%
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(odd),
.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
	clear: left
}

.uael-img-grid__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
.uael-img-grid__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
.uael-img-grid__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
.uael-img-grid__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
.uael-img-grid__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
.uael-img-grid__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
	clear: right
}

@media (max-width:1024px) {
	.uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item {
		width: 100%
	}

	.uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item {
		width: 50%
	}

	.uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item {
		width: 33.33%
	}

	.uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item {
		width: 25%
	}

	.uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item {
		width: 20%
	}

	.uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item {
		width: 16.66%
	}

	.uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
	.uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(odd),
	.uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
	.uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
	.uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
	.uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
		clear: left
	}

	.uael-img-grid-tablet__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
	.uael-img-grid-tablet__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
	.uael-img-grid-tablet__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
	.uael-img-grid-tablet__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
	.uael-img-grid-tablet__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
	.uael-img-grid-tablet__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
		clear: right
	}
}

@media (max-width:767px) {
	.uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item {
		width: 100%
	}

	.uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item {
		width: 50%
	}

	.uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item {
		width: 33.33%
	}

	.uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item {
		width: 25%
	}

	.uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item {
		width: 20%
	}

	.uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item {
		width: 16.66%
	}

	.uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n+1),
	.uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(odd),
	.uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n+1),
	.uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n+1),
	.uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n+1),
	.uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n+1) {
		clear: left
	}

	.uael-img-grid-mobile__column-1 .uael-img-gallery-wrap .uael-grid-item:nth-child(n),
	.uael-img-grid-mobile__column-2 .uael-img-gallery-wrap .uael-grid-item:nth-child(2n),
	.uael-img-grid-mobile__column-3 .uael-img-gallery-wrap .uael-grid-item:nth-child(3n),
	.uael-img-grid-mobile__column-4 .uael-img-gallery-wrap .uael-grid-item:nth-child(4n),
	.uael-img-grid-mobile__column-5 .uael-img-gallery-wrap .uael-grid-item:nth-child(5n),
	.uael-img-grid-mobile__column-6 .uael-img-gallery-wrap .uael-grid-item:nth-child(6n) {
		clear: right
	}

	.uael-img-gallery-tabs-dropdown .uael-masonry-filters {
		display: none
	}

	.uael-img-gallery-tabs-dropdown .uael-filters-dropdown {
		display: block;
		position: relative
	}

	.uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button {
		background: #efefef;
		padding: 5px 15px 5px 15px;
		cursor: pointer;
		display: inline-block
	}

	.uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
		display: none;
		list-style: none;
		position: absolute;
		margin: 0;
		top: 100%;
		background-color: #fff;
		background-color: rgba(255, 255, 255, .95);
		z-index: 9;
		border: 1px solid #ededed
	}

	.uael-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-mobile-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-tablet-gallery-filter-align-right .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
		left: auto;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.uael-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-mobile-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-tablet-gallery-filter-align-left .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
		left: 0;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.uael-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-mobile-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-tablet-gallery-filter-align-center .uael-img-gallery-tabs-dropdown ul.uael-filters-dropdown-list {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	ul.uael-filters-dropdown-list.show-list {
		display: block
	}

	.uael-gallery-parent .uael-img-gallery-tabs-dropdown .uael-masonry-filter {
		white-space: nowrap;
		display: block;
		background: #efefef;
		cursor: pointer;
		-webkit-transition: all .2s ease-in-out 0s;
		transition: all .2s ease-in-out 0s;
		border-style: none;
		margin: 0;
		padding: 5px 15px 5px 15px
	}

	.uael-img-gallery-tabs-dropdown .uael-filters-dropdown-button::after {
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		margin-left: 6px
	}
}

.uael-img-carousel-wrap {
	white-space: nowrap
}

.uael-img-carousel-wrap .uael-grid-item-content {
	white-space: normal
}

.uael-img-carousel-wrap .uael-grid-item {
	display: inline-block
}

.uael-img-carousel-wrap.uael-nav-both,
.uael-img-carousel-wrap.uael-nav-dots {
	margin-bottom: 50px
}

.uael-img-carousel-wrap .slick-slide img {
	width: 100%
}

.uael-img-carousel-wrap .slick-slide>div {
	line-height: 0
}

.uael-img-carousel-wrap .slick-next,
.uael-img-carousel-wrap .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	z-index: 10
}

.uael-img-carousel-wrap .slick-next:before,
.uael-img-carousel-wrap .slick-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-img-carousel-wrap .slick-prev:before {
	content: '\f104'
}

[dir=rtl] .uael-img-carousel-wrap .slick-prev:before {
	content: '\f105'
}

.uael-img-carousel-wrap .slick-next:before {
	content: '\f105'
}

[dir=rtl] .uael-img-carousel-wrap .slick-next:before {
	content: '\f104'
}

.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-prev {
	left: -25px
}

.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-next {
	right: -25px;
	left: auto
}

.uael-img-carousel-arrow-inside .uael-img-carousel-wrap .slick-prev {
	left: 25px
}

.uael-img-carousel-arrow-inside .uael-img-carousel-wrap .slick-next {
	right: 25px;
	left: auto
}

@media (max-width:768px) {
	.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-prev {
		left: 15px
	}

	.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-next {
		right: 15px
	}
}

.uael-img-carousel-wrap ul.slick-dots {
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: -45px;
	text-align: center
}

.uael-img-carousel-wrap ul.slick-dots li {
	background: #efefef
}

.uael-img-carousel-wrap ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.uael-img-carousel-wrap ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.uael-img-carousel-wrap ul.slick-dots li button:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-img-carousel-wrap ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.uael-img-gallery-wrap.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}

.uael-img-gallery-wrap.justified-gallery>a,
.uael-img-gallery-wrap.justified-gallery>div,
.uael-img-gallery-wrap.justified-gallery>figure {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: .1;
	margin: 0;
	padding: 0
}

.uael-img-gallery-wrap.justified-gallery>a>a>img,
.uael-img-gallery-wrap.justified-gallery>a>img,
.uael-img-gallery-wrap.justified-gallery>div>a>img,
.uael-img-gallery-wrap.justified-gallery>div>img,
.uael-img-gallery-wrap.justified-gallery>figure>a>img,
.uael-img-gallery-wrap.justified-gallery>figure>img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
	filter: "alpha(opacity=0)";
	opacity: 0
}

.uael-img-gallery-wrap.justified-gallery>a>.caption,
.uael-img-gallery-wrap.justified-gallery>div>.caption,
.uael-img-gallery-wrap.justified-gallery>figure>.caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif
}

.uael-img-gallery-wrap.justified-gallery>a>.caption.caption-visible,
.uael-img-gallery-wrap.justified-gallery>div>.caption.caption-visible,
.uael-img-gallery-wrap.justified-gallery>figure>.caption.caption-visible {
	display: initial;
	filter: "alpha(opacity=70)";
	opacity: .7;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.uael-img-gallery-wrap.justified-gallery>.entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: 0 0
}

.uael-img-gallery-wrap.justified-gallery>.entry-visible>a>img,
.uael-img-gallery-wrap.justified-gallery>.entry-visible>img {
	filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.uael-img-gallery-wrap.justified-gallery>.jg-filtered {
	display: none
}

.uael-img-gallery-wrap.justified-gallery>.spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial
}

.uael-img-gallery-wrap.justified-gallery>.spinner>span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #000;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.uael-img-carousel-wrap ul.slick-dots {
	padding-left: unset
}

.elementor-widget-uael-image-gallery .uael-img-carousel-wrap ul.slick-dots li,
.elementor-widget-uael-image-gallery .uael-img-carousel-wrap ul.slick-dots li button:not(:hover):not(:active):not(.has-background),
.uael-img-gallery-wrap button:not(:hover):not(:active):not(.has-background) {
	background: 0 0
}

.uael-img-carousel-wrap {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease
}

.uael-img-carousel-wrap.slick-initialized {
	visibility: visible;
	opacity: 1
}

.uael-icon-wrap .uael-icon {
	display: inline-block
}

.uael-infobox-link-type-module:hover,
.uael-infobox-link-type-module:hover .uael-icon i,
.uael-infobox-link-type-module:hover .uael-icon svg {
	-webkit-transition: color .2s;
	transition: color .2s
}

.uael-imgicon-style-circle .uael-icon-wrap .uael-icon,
.uael-imgicon-style-circle .uael-image .uael-image-content,
.uael-imgicon-wrap .uael-image-crop-circle img {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-infobox-icon-left .uael-infobox-left-right-wrap,
.uael-infobox-icon-left-title .left-title-image,
.uael-infobox-icon-right .uael-infobox-left-right-wrap,
.uael-infobox-icon-right-title .right-title-image,
.uael-infobox-photo-left .uael-infobox-left-right-wrap,
.uael-infobox-photo-left .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-left-title .left-title-image,
.uael-infobox-photo-left-title .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right .uael-infobox-left-right-wrap,
.uael-infobox-photo-right .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right-title .right-title-image,
.uael-infobox-photo-right-title .uael-module-content.uael-imgicon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

.uael-infobox-photo-left .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-left-title .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right .uael-module-content.uael-imgicon-wrap,
.uael-infobox-photo-right-title .uael-module-content.uael-imgicon-wrap {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.uael-infobox-photo-left .uael-infobox-title-wrap,
.uael-infobox-photo-left-title .uael-infobox-title-wrap,
.uael-infobox-photo-right .uael-infobox-title-wrap,
.uael-infobox-photo-right-title .uael-infobox-title-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.uael-infobox-icon-left-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-icon-left.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-icon-right-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-icon-right.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-image-valign-middle .uael-imgicon-wrap,
.uael-infobox-photo-left-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-photo-left.uael-infobox-image-valign-middle .uael-infobox-content,
.uael-infobox-photo-right-title.uael-infobox-image-valign-middle .uael-infobox-title-wrap,
.uael-infobox-photo-right.uael-infobox-image-valign-middle .uael-infobox-content {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center
}

.uael-infobox .uael-infobox-content,
.uael-infobox-left-right-wrap,
.uael-infobox-title-wrap {
	width: 100%
}

.uael-infobox-left {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start
}

.uael-infobox-center {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

.uael-infobox-right {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end
}

.uael-infobox-icon-above-title .uael-infobox-left-right-wrap,
.uael-infobox-icon-below-title .uael-infobox-left-right-wrap,
.uael-infobox-photo-above-title .uael-infobox-left-right-wrap,
.uael-infobox-photo-below-title .uael-infobox-left-right-wrap {
	display: block;
	min-width: 100%;
	width: 100%
}

.uael-infobox-icon-left .uael-icon-wrap,
.uael-infobox-icon-left-title .uael-icon-wrap,
.uael-infobox-photo-left .uael-imgicon-wrap .uael-image-content,
.uael-infobox-photo-left-title .uael-imgicon-wrap .uael-image-content {
	margin-right: 10px
}

.uael-infobox-icon-right .uael-icon-wrap,
.uael-infobox-icon-right-title .uael-icon-wrap,
.uael-infobox-photo-right .uael-imgicon-wrap .uael-image-content,
.uael-infobox-photo-right-title .uael-imgicon-wrap .uael-image-content {
	margin-left: 10px
}

.uael-infobox-icon-right .uael-infobox-left-right-wrap,
.uael-infobox-icon-right-title .right-title-image,
.uael-infobox-photo-right .uael-infobox-left-right-wrap,
.uael-infobox-photo-right-title .right-title-image {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end
}

.uael-infobox-photo-above-title .uael-imgicon-wrap {
	display: block
}

.uael-infobox-photo-below-title .uael-imgicon-wrap {
	display: block;
	margin: 10px 0 15px
}

.uael-icon-wrap .uael-icon i {
	height: auto;
	width: auto;
	position: relative;
	display: block
}

.uael-icon-wrap .uael-icon svg {
	height: 100%;
	width: 100%
}

.uael-imgicon-wrap .uael-image-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%
}

.uael-imgicon-wrap .uael-image-content img {
	display: inline;
	height: auto !important;
	max-width: 100%;
	width: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: inherit;
	border-radius: inherit
}

.uael-imgicon-wrap .uael-image-crop-square img {
	-webkit-border-radius: 0;
	border-radius: 0
}

.uael-infobox-module-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 4
}

.elementor-edit-mode .uael-infobox-module-link {
	z-index: 2
}

.uael-infobox-link-icon-after {
	margin-left: 5px;
	margin-right: 0
}

.uael-infobox-link-icon-before {
	margin-left: 0;
	margin-right: 5px
}

.uael-infobox-link-icon {
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.uael-infobox-link-icon .e-font-icon-svg {
	height: 1em
}

.uael-infobox-link-type-module .uael-infobox {
	position: relative
}

.uael-infobox-text-wrap .uael-button-wrapper .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-infobox-text-wrap .uael-button-wrapper .elementor-align-icon-right {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

@media only screen and (max-width:976px) {
	.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap {
		padding: 0;
		margin-bottom: 20px
	}

	.uael-infobox-stacked-tablet.uael-reverse-order-tablet .uael-infobox-left-right-wrap {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		-js-display: inline-flex;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		flex-direction: column-reverse
	}

	.uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap,
	.uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-infobox-content {
		display: block;
		width: 100%;
		text-align: center
	}

	.uael-infobox.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap .uael-imgicon-wrap {
		margin-left: 0;
		margin-right: 0
	}

	.uael-infobox-stacked-tablet .uael-infobox-left-right-wrap {
		display: inline-block
	}

	.uael-infobox-icon-left-title.uael-infobox-stacked-tablet .uael-imgicon-wrap,
	.uael-infobox-icon-left.uael-infobox-stacked-tablet .uael-imgicon-wrap,
	.uael-infobox-photo-left-title.uael-infobox-stacked-tablet .uael-image-content,
	.uael-infobox-photo-left.uael-infobox-stacked-tablet .uael-image-content {
		margin-right: 0
	}

	.uael-infobox-icon-right-title.uael-infobox-stacked-tablet .uael-imgicon-wrap,
	.uael-infobox-icon-right.uael-infobox-stacked-tablet .uael-imgicon-wrap,
	.uael-infobox-photo-right-title.uael-infobox-stacked-tablet .uael-image-content,
	.uael-infobox-photo-right.uael-infobox-stacked-tablet .uael-image-content {
		margin-left: 0
	}
}

@media screen and (max-width:767px) {
	.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap {
		padding: 0;
		margin-bottom: 20px
	}

	.uael-infobox-stacked-mobile.uael-reverse-order-mobile .uael-infobox-left-right-wrap {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		-js-display: inline-flex;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-moz-box-orient: vertical;
		-moz-box-direction: reverse;
		flex-direction: column-reverse
	}

	.uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap,
	.uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-infobox-content {
		display: block;
		width: 100%;
		text-align: center
	}

	.uael-infobox.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap .uael-imgicon-wrap {
		margin-left: 0;
		margin-right: 0
	}

	.uael-infobox-stacked-mobile .uael-infobox-left-right-wrap {
		display: inline-block
	}

	.uael-infobox-icon-left-title.uael-infobox-stacked-mobile .uael-imgicon-wrap,
	.uael-infobox-icon-left.uael-infobox-stacked-mobile .uael-imgicon-wrap,
	.uael-infobox-photo-left-title.uael-infobox-stacked-mobile .uael-image-content,
	.uael-infobox-photo-left.uael-infobox-stacked-mobile .uael-image-content {
		margin-right: 0
	}

	.uael-infobox-icon-right-title.uael-infobox-stacked-mobile .uael-imgicon-wrap,
	.uael-infobox-icon-right.uael-infobox-stacked-mobile .uael-imgicon-wrap,
	.uael-infobox-photo-right-title.uael-infobox-stacked-mobile .uael-image-content,
	.uael-infobox-photo-right.uael-infobox-stacked-mobile .uael-image-content {
		margin-left: 0
	}
}

.uael-infobox-link-type-module:hover .elementor-animation-grow {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.uael-infobox-link-type-module:hover .elementor-animation-shrink {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9)
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse {
	-webkit-animation-name: elementor-animation-pulse;
	animation-name: elementor-animation-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-grow,
.uael-infobox-link-type-module:hover .elementor-animation-pulse-shrink {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-grow {
	-webkit-animation-name: elementor-animation-pulse-grow;
	animation-name: elementor-animation-pulse-grow
}

.uael-infobox-link-type-module:hover .elementor-animation-pulse-shrink {
	-webkit-animation-name: elementor-animation-pulse-shrink;
	animation-name: elementor-animation-pulse-shrink
}

.uael-infobox-link-type-module:hover .elementor-animation-pop,
.uael-infobox-link-type-module:hover .elementor-animation-push {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-infobox-link-type-module:hover .elementor-animation-push {
	-webkit-animation-name: elementor-animation-push;
	animation-name: elementor-animation-push
}

.uael-infobox-link-type-module:hover .elementor-animation-pop {
	-webkit-animation-name: elementor-animation-pop;
	animation-name: elementor-animation-pop
}

.uael-infobox-link-type-module:hover .elementor-animation-bounce-in {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.uael-infobox-link-type-module:hover .elementor-animation-bounce-out {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.uael-infobox-link-type-module:hover .elementor-animation-rotate {
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-grow-rotate {
	-webkit-transform: scale(1.1) rotate(4deg);
	-ms-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-float {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.uael-infobox-link-type-module:hover .elementor-animation-sink {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.uael-infobox-link-type-module:hover .elementor-animation-bob,
.uael-infobox-link-type-module:hover .elementor-animation-hang {
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}

.uael-infobox-link-type-module:hover .elementor-animation-bob {
	-webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-name: elementor-animation-bob-float, elementor-animation-bob
}

.uael-infobox-link-type-module:hover .elementor-animation-hang {
	-webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-name: elementor-animation-hang-sink, elementor-animation-hang
}

.uael-infobox-link-type-module:hover .elementor-animation-skew,
.uael-infobox-link-type-module:hover .elementor-animation-skew-forward {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-skew-backward {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg)
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-bottom,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-horizontal,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-skew,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-top,
.uael-infobox-link-type-module:hover .elementor-animation-wobble-vertical {
	-webkit-animation-name: elementor-animation-wobble-vertical;
	animation-name: elementor-animation-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-vertical {
	-webkit-animation-name: elementor-animation-wobble-vertical;
	animation-name: elementor-animation-wobble-vertical
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-horizontal {
	-webkit-animation-name: elementor-animation-wobble-horizontal;
	animation-name: elementor-animation-wobble-horizontal
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right {
	-webkit-animation-name: elementor-animation-wobble-to-bottom-right;
	animation-name: elementor-animation-wobble-to-bottom-right
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right {
	-webkit-animation-name: elementor-animation-wobble-to-top-right;
	animation-name: elementor-animation-wobble-to-top-right
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-top {
	-webkit-animation-name: elementor-animation-wobble-top;
	animation-name: elementor-animation-wobble-top
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-bottom {
	-webkit-animation-name: elementor-animation-wobble-bottom;
	animation-name: elementor-animation-wobble-bottom
}

.uael-infobox-link-type-module:hover .elementor-animation-wobble-skew {
	-webkit-animation-name: elementor-animation-wobble-skew;
	animation-name: elementor-animation-wobble-skew
}

.uael-infobox-link-type-module:hover .elementor-animation-buzz {
	-webkit-animation-name: elementor-animation-buzz;
	animation-name: elementor-animation-buzz;
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.uael-infobox-link-type-module:hover .elementor-animation-buzz-out {
	-webkit-animation-name: elementor-animation-buzz-out;
	animation-name: elementor-animation-buzz-out;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-icon-wrap .uael-icon i:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.rtl .uael-module-content.uael-infobox.uael-infobox-left .uael-infobox-left-right-wrap {
	text-align: left;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end
}

.rtl .uael-module-content.uael-infobox.uael-infobox-right .uael-infobox-left-right-wrap {
	text-align: right;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start
}

.elementor-widget-uael-instagram-feed .uael-instagram-feed {
	min-height: 2px
}

.uael-instagram-feed {
	position: relative
}

.uael-instagram-feed .uael-feed-item {
	float: left;
	position: relative
}

.uael-instagram-feed .uael-feed-item img {
	-webkit-filter: none;
	filter: none;
	vertical-align: middle
}

.uael-instagram-feed .uael-feed-item:hover img {
	-webkit-filter: none;
	filter: none
}

.uael-instagram-feed-title-wrap {
	background: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.uael-insta-title-top .uael-instagram-feed-title-wrap {
	top: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.uael-insta-title-bottom .uael-instagram-feed-title-wrap {
	bottom: 0;
	top: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.uael-insta-profile-link-position-above .uael-instafeed,
.uael-insta-profile-link-position-below .uael-instafeed {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-insta-profile-link-position-above .uael-instafeed {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.uael-insta-profile-link-position-below .uael-instafeed {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.uael-insta-profile-link-position-above .uael-instagram-feed-title-wrap,
.uael-insta-profile-link-position-below .uael-instagram-feed-title-wrap {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	left: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset
}

.uael-instagram-feed-title {
	display: block;
	padding: 6px 30px;
	text-align: center
}

.uael-instagram-feed .uael-feed-item {
	position: relative
}

.uael-instagram-feed .uael-feed-item-inner {
	display: block;
	position: relative
}

.uael-instagram-feed-gray .uael-feed-item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter .25s linear 0s;
	-webkit-transition: -webkit-filter .25s linear 0s;
	transition: filter .25s linear 0s;
	transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.uael-instagram-feed-hover-gray .uael-feed-item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: -webkit-filter .25s linear 0s;
	-webkit-transition: -webkit-filter .25s linear 0s;
	transition: filter .25s linear 0s;
	transition: filter .25s linear 0s, -webkit-filter .25s linear 0s
}

.uael-instagram-feed .uael-overlay-container {
	color: #fff;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

.uael-instagram-feed .uael-overlay-container span {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px
}

.uael-instagram-feed-hover .uael-overlay-container {
	opacity: 0
}

.uael-instagram-feed-hover .uael-feed-item:hover .uael-overlay-container {
	opacity: 1
}

.uael-instagram-feed-below .uael-if-img {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.uael-instagram-feed-below .uael-overlay-container {
	position: relative
}

.uael-image-overlay,
.uael-media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.uael-media-overlay {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.uael-insta-icons {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-insta-icon .e-font-icon-svg {
	height: 1em
}

.uael-instafeed {
	overflow: hidden;
	position: relative
}

.uael-if-icon {
	margin-right: 5px
}

.uael-if-square-images .uael-feed-item-inner {
	position: relative;
	padding-bottom: 100%;
	width: 100%
}

.uael-if-square-images .uael-if-img {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.uael-if-square-images img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.uael-login-form input[type=checkbox] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important
}

.uael-login-form-highlight-label::before {
	outline: 2px solid #708bef;
	background-color: #fff
}

.uael-login-form .elementor-field::-webkit-input-placeholder {
	opacity: .7
}

.uael-login-form .elementor-field:-moz-placeholder {
	opacity: .7
}

.uael-login-form .elementor-field::-moz-placeholder {
	opacity: .7
}

.uael-login-form .elementor-field:-ms-input-placeholder {
	opacity: .7
}

.uael-login-form .elementor-field::-ms-input-placeholder {
	opacity: .7
}

.uael-login-form .elementor-field::placeholder {
	opacity: .7
}

.uael-login-form .elementor-field:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.uael-lf-social-bottom .uael-lf-custom-form-show.uael-login-form-social,
.uael-login-form-social-stack .uael-lf-social-bottom .uael-lf-custom-form-show.uael-login-form-social,
.uael-separator-parent.uael-lf-separator-bottom {
	margin-top: 30px
}

.uael-lf-social-top .uael-lf-custom-form-show.uael-login-form-social,
.uael-login-form-social-stack .uael-lf-social-top .uael-lf-custom-form-show.uael-login-form-social,
.uael-separator-parent.uael-lf-separator-top {
	margin-bottom: 30px
}

.elementor-widget-uael-login-form .uael-login-form .elementor-field-label {
	font-weight: 500
}

.uael-loginform-error {
	color: #d9534f;
	display: block;
	margin-top: 5px
}

.uael-login-form-social-inline .uael-lf-custom-form-hidden .elementor-field-group,
.uael-login-form-social-stack .uael-lf-custom-form-hidden .elementor-field-group:not( :first-child) {
	margin-top: 0
}

.elementor-widget-uael-login-form .elementor-button {
	border: none
}

.uael-login-form .elementor-remember-me {
	font-size: 1em
}

.uael-login-form .uael-login-form-remember {
	font-size: .85em
}

span.uael-login-form-remember::after,
span.uael-login-form-remember::before {
	content: " "
}

.uael-login-form input[type=checkbox]+span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	height: 14px;
	width: 14px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c1b7b7;
	color: #7a7a7a;
	line-height: 1.2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-login-form input[type=checkbox]:checked+span:before {
	content: "\2714";
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: -webkit-calc(16px / 1.2);
	font-size: calc(16px / 1.2)
}

.uael-form-loader {
	width: 1em;
	height: 1em;
	margin-left: 1em;
	border: 2px solid currentColor;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-left-color: transparent;
	-webkit-animation: uael-rotating 1s linear infinite;
	animation: uael-rotating 1s linear infinite
}

.elementor-editor-active .uael-login-form-facebook,
.elementor-editor-active .uael-login-form-google {
	pointer-events: none
}

.uael-login-form-social-wrapper .status.success {
	color: #3c763d;
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center
}

.uaelFacebookButtonIcon svg,
.uaelGoogleButtonIcon svg {
	vertical-align: middle;
	margin-bottom: 2px
}

.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
	position: relative;
	width: 100%
}

.elementor-element-edit-mode .uael-lf-social-theme-dark .uaelGoogleButtonIcon {
	height: 36px;
	margin-left: -10px;
	margin-right: 12px;
	min-width: 36px;
	width: 36px
}

.elementor-element-edit-mode .uael-lf-social-theme-light .uaelGoogleButtonIcon,
.uael-lf-social-theme-light .uaelFacebookButtonIcon {
	height: 18px;
	margin-right: 8px;
	min-width: 18px;
	width: 18px;
	background-color: #fff
}

.elementor-element-edit-mode .uaelGoogleContentWrapper .uaelGoogleButtonIcon,
.uaelFacebookContentWrapper .uaelFacebookButtonIcon {
	padding: 9px 10px;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-login-form-facebook svg,
.uael-login-form-google svg {
	width: 18px;
	height: 18px
}

.elementor-element-edit-mode .uael-lf-social-theme-dark .uael-login-form-google {
	background-color: #1a73e8
}

.elementor-element-edit-mode .uael-lf-social-theme-dark .uael-google-text {
	padding: 0 4px
}

.elementor-element-edit-mode .uael-login-form-google,
.uael-login-form-facebook {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 180px;
	max-width: 400px;
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	-webkit-transition: background-color .218s, border-color .218s;
	transition: background-color .218s, border-color .218s;
	cursor: pointer;
	font-family: "Google Sans", arial, sans-serif;
	font-size: 14px;
	height: 40px;
	letter-spacing: .25px;
	outline: 0;
	overflow: hidden;
	padding: 0 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap
}

.uael-login-form-social-stack.elementor-widget-uael-login-form .uael-login-form-social {
	display: grid
}

.uael-login-form-social,
.uael-login-form-social-stack .uael-login-form-social .elementor-field-group,
.uael-separator-wrap,
.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uaelFacebookContentWrapper,
.uaelGoogleContentWrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.uaelGoogleContentWrapper iframe {
	margin-right: 0 !important
}

.uael-lf-social-theme-dark .uaelGoogleContentWrapper {
	border: none;
	color: #fff
}

.uael-lf-social-theme-dark .uaelGoogleButtonIcon {
	background: #fff;
	border: 1px solid #4285f4
}

.elementor-element-edit-mode .uael-lf-social-theme-light .uael-login-form-google,
.uael-lf-social-theme-light .uael-login-form-facebook {
	border: 1px solid #dadce0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff
}

.uael-lf-social-theme-dark .uael-login-form-facebook {
	background: #3a5a97;
	color: #fff;
	border: none
}

.uael-lf-social-theme-dark .uaelFacebookButtonIcon {
	padding-left: 0
}

.uael-lf-social-theme-dark .uael-login-form-facebook svg {
	width: 20px;
	height: 20px;
	color: #fff
}

.uael-lf-social-theme-dark .uael-login-form-facebook svg path {
	fill: #FFFFFF
}

.uael-lf-social-theme-light .uael-login-form-facebook svg path {
	fill: #4D6FA9
}

.uael-login-form-social {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-login-form-facebook,
.uael-login-form-google .uaelGoogleContentWrapper {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.uael-login-form-social-inline .uael-login-form-social .elementor-field-group:first-child {
	margin-right: 20px
}

.uael-login-form-social-inline .uael-login-form-social .elementor-field-group:last-child {
	padding-right: 0
}

.uael-separator {
	display: inline-block
}

.uael-separator-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto
}

.uael-separator-parent.uael-lf-separator-bottom {
	line-height: 0;
	margin-bottom: 20px
}

.uael-separator-parent.uael-lf-separator-top {
	line-height: 0;
	margin-top: 20px
}

.uael-divider-text {
	white-space: nowrap;
	margin: 0
}

.uael-separator-line {
	display: table-cell;
	vertical-align: middle
}

.uael-separator-line>span {
	display: block;
	margin-top: 0;
	border-top-style: solid;
	border-color: #7a7a7a
}

.uael-divider-content {
	display: table-cell;
	padding: 0 10px 0 10px
}

.uael-side-left,
.uael-side-right {
	width: 50%
}

.uael-alert-facebook,
.uael-alert-google,
.uael-login-form-alert {
	margin-top: 15px
}

.uael-login-form .uael-login-form-submit .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-login-form .uael-login-form-submit .elementor-align-icon-right {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

@-webkit-keyframes uael-rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes uael-rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@media (max-width:767px) {
	.uael-login-form-social-inline:not(.uael-lf-responsive-yes) .uael-login-form-social {
		-webkit-flex-wrap: unset;
		-ms-flex-wrap: unset;
		flex-wrap: unset
	}

	.uael-login-form-social-inline.uael-lf-responsive-yes .uael-login-form-google {
		display: block
	}
}

.elementor-widget-uael-login-form .uael-form.uael-login-form .field-icon {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	cursor: pointer;
	height: 100%;
	right: 0;
	top: 0;
	margin-right: 10px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-password-wrapper,
.uael-username-wrapper {
	width: 100%;
	max-width: 100%;
	position: relative
}

.uael-login-form-inline-yes .uael-login-form .elementor-remember-me {
	display: block;
	width: 50%
}

.uael-login-form-inline-yes .uael-login-form .elementor-field-type-submit {
	width: 50%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.uael-login-form-icon-yes .uael-fields-icon {
	position: absolute;
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	padding: 0 10px 0 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: 0;
	top: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs {
	padding: 4px 27px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg {
	padding: 7px 33px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md {
	padding: 6px 30px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-sm {
	padding: .75em 30px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl {
	padding: 8px 35px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs+.uael-fields-icon {
	font-size: 13px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md+.uael-fields-icon {
	font-size: 16px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg+.uael-fields-icon {
	font-size: 18px
}

.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl+.uael-fields-icon {
	font-size: 20px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xs {
	padding: 4px 35px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-sm {
	padding: .75em 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-md {
	padding: 6px 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-lg {
	padding: 7px 40px
}

.uael-login-form-divider-yes.uael-login-form-icon-yes .elementor-field-textual.elementor-size-xl {
	padding: 8px 40px
}

.uael-login-form-icon-yes .uael-password-wrapper .elementor-size-xs.uael-login-form-password+.uael-fields-icon,
.uael-login-form-icon-yes .uael-username-wrapper .uael-login-form-username.elementor-size-xs+.uael-fields-icon {
	top: 3.1px;
	max-height: 50px;
	height: 90%
}

.rtl .elementor-button-align-start .elementor-field-type-submit {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.rtl .elementor-button-align-end .elementor-field-type-submit {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.uael-login-form .elementor-field-textual {
	font-size: 14px
}

.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-icon,
.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .elementor-button-content-wrapper .elementor-button-icon,
.uael-marketing-button .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_left .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_left .elementor-button-content-wrapper .uael-marketing-buttons-wrap,
.uael-marketing-button .uael-marketing-buttons-all_right .elementor-button-content-wrapper .elementor-button-text,
.uael-marketing-button .uael-marketing-buttons-all_right .elementor-button-content-wrapper .uael-marketing-buttons-wrap {
	display: inline-block
}

.uael-marketing-buttons-wrap svg {
	width: 1em;
	height: 1em
}

.uael-dual-button-wrap .uael-button-wrapper a {
	width: 100%
}

.uael-dual-button-wrap .elementor-button-icon svg {
	height: 100%
}

.uael-dual-button-wrap .elementor-button-content-wrapper .elementor-button-text p {
	margin-bottom: 0
}

.uael-button-halign-justify .uael-button-wrapper,
.uael-dual-button-wrap,
.uael-dual-button-wrap .elementor-button-content-wrapper,
.uael-marketing-button .elementor-button-content-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-dual-button-wrap .elementor-button-content-wrapper.uael-buttons-icon-right,
.uael-marketing-button .elementor-button-content-wrapper.uael-buttons-icon-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse
}

.uael-dual-button-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-button-stack-desktop .uael-dual-button-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.uael-button-halign-center .uael-dual-button-wrap,
.uael-dual-button-wrap .elementor-button-content-wrapper,
.uael-marketing-button .elementor-button-content-wrapper,
.uael-marketing-button .uael-marketing-buttons-all_left.elementor-button,
.uael-marketing-button .uael-marketing-buttons-all_right.elementor-button,
.uael-mbutton-text-center .elementor-button-content-wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-button-halign-justify .uael-button-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.uael-button-halign-left .uael-dual-button-wrap,
.uael-mbutton-text-left .elementor-button-content-wrapper,
.uael-mbutton-text-right .elementor-button-content-wrapper .elementor-align-icon-right {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.uael-button-halign-right .uael-dual-button-wrap,
.uael-mbutton-text-left .elementor-button-content-wrapper .elementor-align-icon-right,
.uael-mbutton-text-right .elementor-button-content-wrapper {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.uael-button-stack-desktop.uael-button-halign-center .uael-dual-button-wrap,
.uael-dual-button-wrap,
.uael-mbutton-text-center .elementor-button-content-wrapper,
.uael-mbutton-text-left .elementor-button-content-wrapper,
.uael-mbutton-text-left .elementor-button-content-wrapper .elementor-align-icon-right,
.uael-mbutton-text-right .elementor-button-content-wrapper,
.uael-mbutton-text-right .elementor-button-content-wrapper .elementor-align-icon-right {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-button-stack-desktop.uael-button-halign-left .uael-dual-button-wrap {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.uael-button-stack-desktop.uael-button-halign-right .uael-dual-button-wrap {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.uael-button-stack-desktop.uael-button-halign-justify .uael-dual-button-wrap {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.uael-dual-button-wrap .uael-buttons-icon-left .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-marketing-buttons-wrap .uael-buttons-icon-left .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-marketing-buttons-wrap .uael-buttons-icon-right .elementor-align-icon-right {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.uael-marketing-button .uael-marketing-button-title {
	font-weight: 700
}

.uael-marketing-button .uael-marketing-button-desc {
	font-size: .9em;
	display: block
}

.uael-marketing-button .elementor-button-content-wrapper {
	margin-bottom: 7px
}

.uael-marketing-button .uael-marketing-buttons-all_left.elementor-button,
.uael-marketing-button .uael-marketing-buttons-all_right.elementor-button {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.uael-marketing-button .uael-marketing-buttons-all_right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.uael-marketing-buttons-all_left.elementor-button .elementor-button-icon,
.uael-marketing-buttons-all_right.elementor-button .elementor-button-icon {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-right: 10px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.uael-marketing-buttons-all_left.elementor-button .elementor-button-icon {
	float: left
}

.uael-marketing-buttons-all_right.elementor-button .elementor-button-icon {
	float: right
}

.uael-mbutton-text-left .uael-marketing-button-desc,
.uael-mbutton-text-left .uael-marketing-button-title {
	text-align: left
}

.uael-mbutton-text-center .uael-marketing-button-desc {
	text-align: center
}

.uael-mbutton-text-right .uael-marketing-button-desc,
.uael-mbutton-text-right .uael-marketing-button-title {
	text-align: right
}

.uael-marketing-buttons-wrap .elementor-button-text {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

body .elementor .uael-button-wrapper a {
	text-decoration: none
}

@media only screen and (max-width:976px) {
	.uael-button-stack-tablet .uael-dual-button-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.uael-heading-stack-tablet .uael-adv-heading-stack {
		display: block
	}

	.uael-tablet-button-halign-left .uael-dual-button-wrap {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.uael-tablet-button-halign-right .uael-dual-button-wrap {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.uael-tablet-button-halign-center .uael-dual-button-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.uael-tablet-button-halign-justify .uael-button-wrapper {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.uael-button-stack-tablet.uael-tablet-button-halign-justify .uael-dual-button-wrap {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-moz-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.uael-button-stack-tablet.uael-tablet-button-halign-left .uael-dual-button-wrap {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.uael-button-stack-tablet.uael-tablet-button-halign-right .uael-dual-button-wrap {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.uael-button-stack-tablet.uael-tablet-button-halign-center .uael-dual-button-wrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media only screen and (max-width:767px) {
	.uael-button-stack-mobile .uael-dual-button-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.uael-heading-stack-mobile .uael-adv-heading-stack {
		display: block
	}

	.uael-mobile-button-halign-left .uael-dual-button-wrap {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.uael-mobile-button-halign-right .uael-dual-button-wrap {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.uael-mobile-button-halign-center .uael-dual-button-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.uael-mobile-button-halign-justify .uael-button-wrapper {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.uael-button-stack-mobile.uael-mobile-button-halign-justify .uael-dual-button-wrap {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-moz-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.uael-button-stack-mobile.uael-mobile-button-halign-left .uael-dual-button-wrap {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.uael-button-stack-mobile.uael-mobile-button-halign-right .uael-dual-button-wrap {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.uael-button-stack-mobile.uael-mobile-button-halign-center .uael-dual-button-wrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.uael-marketing-button a {
	position: relative;
	overflow: hidden;
	vertical-align: top;
	z-index: 1
}

span.uael_btn__blink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

span.uael_btn__blink:after {
	content: "";
	position: absolute;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
	background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
	background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
	-webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
	-ms-transform: rotate(60deg) translate(-5em, 7.5em);
	transform: rotateZ(60deg) translate(-5em, 7.5em);
	-webkit-animation: sheens 3s infinite;
	animation: sheens 3s infinite;
	z-index: -1
}

@-webkit-keyframes sheens {
	0% {
		-webkit-transform: skewY(30deg) translateY(200%);
		transform: skewY(30deg) translateY(200%)
	}

	100% {
		-webkit-transform: skewY(30deg) translateY(-200%);
		transform: skewY(30deg) translateY(-200%)
	}
}

@keyframes sheens {
	0% {
		-webkit-transform: skewY(30deg) translateY(200%);
		transform: skewY(30deg) translateY(200%)
	}

	100% {
		-webkit-transform: skewY(30deg) translateY(-200%);
		transform: skewY(30deg) translateY(-200%)
	}
}

.uael-html-modal {
	overflow: hidden !important
}

.uael-modal {
	position: fixed;
	left: 0;
	width: 100%;
	max-width: 100%;
	z-index: -1;
	visibility: hidden;
	left: 0;
	bottom: auto
}

.uael-trigger {
	display: inline-block
}

.uael-modal-popup-hide {
	display: none
}

.uael-modal-editor.uael-modal {
	position: fixed
}

.uael-modal.uael-modal-scroll {
	width: 100% !important;
	height: 100%;
	overflow-y: scroll;
	top: 0 !important;
	pointer-events: auto
}

.uael-modal .uael-modal-content-data {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%
}

.uael-modal-parent-wrapper[data-close-on-overlay=yes] .uael-overlay {
	cursor: pointer
}

.uael-aspect-ratio-4_3 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-4_3 .uael-modal-youtube .uael-video-wrap {
	padding-bottom: 75%
}

.uael-aspect-ratio-16_9 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-16_9 .uael-modal-youtube .uael-video-wrap {
	padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-modal-vimeo .uael-video-wrap,
.uael-aspect-ratio-3_2 .uael-modal-youtube .uael-video-wrap {
	padding-bottom: 66.6666%
}

.uael-modal-content-data {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.uael-modal-content-data .uael-modal-iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.uael-modal.uael-modal-vimeo .uael-video-wrap,
.uael-modal.uael-modal-youtube .uael-video-wrap {
	height: 0;
	max-width: 100%;
	position: relative
}

.uael-modal-full {
	pointer-events: none;
	min-height: 100%
}

.uael-modal-custom {
	pointer-events: none
}

.uael-modal-custom .uael-content {
	pointer-events: visible
}

.uael-modal-full .uael-content img {
	width: 100%;
	max-width: 100%
}

.uael-modal-full .uael-content,
.uael-modal-full .uael-modal-close {
	pointer-events: auto
}

.uael-modal-video .uael-content {
	text-align: center
}

.uael-show,
.uael-show .uael-modal-close,
.uael-show+.uael-modal-close {
	visibility: visible
}

.uael-modal-close img {
	height: 100%;
	width: 100%
}

.uael-modal-close {
	cursor: pointer;
	font-size: 1.6em;
	position: absolute;
	text-align: center;
	line-height: 0
}

.uael-close-icon i,
.uael-close-icon svg {
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 25px
}

.uael-close-image {
	width: 25px;
	height: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 0;
	padding: 0;
	margin: 0
}

.uael-modal-close {
	visibility: hidden;
	position: fixed;
	z-index: 999999
}

.uael-close-custom-top-right {
	top: 50px;
	right: 50px
}

.uael-close-custom-top-left {
	top: 50px;
	left: 50px
}

.uael-close-custom-popup-top-right {
	bottom: 100%;
	left: 100%;
	position: absolute
}

.uael-close-custom-popup-top-left {
	bottom: 100%;
	right: 100%;
	position: absolute
}

.uael-close-custom-popup-edge-top-right {
	top: -.5em;
	right: -.5em;
	left: auto;
	position: absolute
}

.uael-close-custom-popup-edge-top-left {
	top: -.5em;
	left: -.5em;
	right: auto;
	position: absolute
}

.uael-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, .75);
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-show {
	z-index: 9999
}

.uael-show~.uael-overlay {
	opacity: 1;
	visibility: visible
}

.uael-modal-title-wrap {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
	padding: 5px 25px
}

.uael-modal-title-wrap .uael-modal-title {
	margin: 0
}

.uael-content {
	position: relative;
	margin: 0 auto;
	width: 100%
}

.uael-modal iframe,
.uael-modal img {
	display: block;
	margin: 0 auto
}

.uael-modal img {
	max-width: 100%
}

.uael-modal-vimeo iframe,
.uael-modal-youtube iframe {
	width: 100%;
	height: 100%
}

.uael-modal-action {
	cursor: pointer
}

.uael-modal-scrollable .uael-modal-content-data {
	overflow: auto
}

.uael-effect-1 .uael-content {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-show.uael-effect-1 .uael-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.uael-effect-2 .uael-content {
	-webkit-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
	transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.uael-show.uael-effect-2 .uael-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.uael-effect-3 .uael-content {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-show.uael-effect-3 .uael-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.uael-effect-4 .uael-content {
	-webkit-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	transform: scale(0) rotate(720deg);
	opacity: 0
}

.uael-effect-4 .uael-content,
.uael-show.uael-effect-4~.uael-overlay {
	-webkit-transition: all .5s;
	transition: all .5s
}

.uael-show.uael-effect-4 .uael-content {
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	opacity: 1
}

.uael-effect-5.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-5 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg);
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0
}

.uael-show.uael-effect-5 .uael-content {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
	opacity: 1
}

.uael-effect-6.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-6 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0
}

.uael-show.uael-effect-6 .uael-content {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transform: translate(0) translateZ(0) rotate(0);
	transform: translate(0) translateZ(0) rotate(0);
	opacity: 1
}

.uael-effect-8.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-8 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0
}

.uael-show.uael-effect-8 .uael-content {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1
}

.uael-effect-9.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-9 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0
}

.uael-show.uael-effect-9 .uael-content {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1
}

.uael-effect-10.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-10 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-show.uael-effect-10 .uael-content {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1
}

.uael-effect-11 .uael-content {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-show.uael-effect-11 .uael-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.uael-effect-13.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-13 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0
}

.uael-show.uael-effect-13 .uael-content {
	-webkit-animation: slit .7s forwards ease-out;
	animation: slit .7s forwards ease-out
}

@-webkit-keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		opacity: .5;
		-webkit-animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: translateZ(0) rotateY(0);
		opacity: 1
	}
}

@keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		transform: translateZ(-250px) rotateY(89deg);
		opacity: 1;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: translateZ(0) rotateY(0);
		transform: translateZ(0) rotateY(0);
		opacity: 1
	}
}

.uael-effect-14.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-14 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.uael-show.uael-effect-14 .uael-content {
	-webkit-transform: translateY(0) rotateX(0);
	transform: translateY(0) rotateX(0);
	opacity: 1
}

.uael-effect-15.uael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px
}

.uael-effect-15 .uael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-show.uael-effect-15 .uael-content {
	-webkit-transform: translateZ(0) translateX(0) rotateY(0);
	transform: translateZ(0) translateX(0) rotateY(0);
	opacity: 1
}

.uael-show.uael-effect-17~.container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.uael-show.uael-effect-17~.container,
.uael-show.uael-effect-17~.uael-overlay {
	-webkit-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.uael-effect-17 .uael-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%)
}

.uael-show.uael-effect-17 .uael-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s
}

.uael-show.uael-effect-18~.container {
	height: 100%;
	overflow: hidden
}

.uael-show.uael-effect-18~.uael-overlay {
	-webkit-transition: all .5s;
	transition: all .5s
}

.uael-show.uael-effect-18~.container,
.uael-show.uael-effect-18~.uael-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst .5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0% 50%;
	-moz-animation: rotateRightSideFirst .5s forwards ease-in;
	transform-style: preserve-3d;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	animation: rotateRightSideFirst .5s forwards ease-in
}

@-webkit-keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: translateZ(-200px)
	}
}

@keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px)
	}
}

.uael-effect-18 .uael-content {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0
}

.uael-show.uael-effect-18 .uael-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s
}

.uael-show.uael-effect-19~.container {
	height: 100%;
	overflow: hidden
}

.uael-show.uael-effect-19~.uael-overlay {
	-webkit-transition: all .5s;
	transition: all .5s
}

.uael-show.uael-effect-19~.container,
.uael-show.uael-effect-19~.uael-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop .5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop .5s forwards ease-in;
	transform-style: preserve-3d;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	animation: OpenTop .5s forwards ease-in
}

@-webkit-keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out
	}
}

@keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.uael-effect-19 .uael-content {
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0
}

.uael-show.uael-effect-19 .uael-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all .5s .1s;
	transition: all .5s .1s
}

.internet-explorer .uael-modal-close {
	position: absolute
}

.internet-explorer .uael-close-custom-top-left,
.internet-explorer .uael-close-custom-top-right {
	position: fixed
}

.uael-video-player {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000
}

.uael-video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0
}

.uael-video-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	transition: .4s all
}

.uael-video-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.uael-modal-content-data {
	position: relative
}

.uael-loader {
	display: block;
	margin: 0 auto;
	min-height: 48px;
	line-height: 48px;
	width: 48px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.uael-loader::before {
	content: "";
	background: 0 0 !important;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: uael-if-spin 575ms infinite linear;
	animation: uael-if-spin 575ms infinite linear
}

.uael-modal-iframe .uael-modal-content-data {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.uael-modal-action-wrap .uael-button-wrapper .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-modal-action-wrap .uael-button-wrapper .elementor-align-icon-right {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

@keyframes uael-if-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes uael-if-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@media (min-width:1025px) {
	.uael-modal-parent-wrapper.uael-modal-hide-desktop {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.uael-modal-parent-wrapper.uael-modal-hide-tablet {
		display: none
	}
}

@media (max-width:767px) {
	.uael-modal-parent-wrapper.uael-modal-hide-phone {
		display: none
	}
}

.uael-nav-menu li,
.uael-nav-menu ul,
ul.uael-nav-menu {
	list-style: none !important;
	margin: 0;
	padding: 0
}

.uael-nav-menu .menu-item-has-children-container,
.uael-nav-menu li.menu-item {
	position: relative
}

.uael-flyout-container .uael-nav-menu li.menu-item {
	position: relative;
	background: unset
}

.uael-nav-menu .sub-menu li.menu-item {
	position: relative;
	background: inherit
}

.elementor-widget-uael-nav-menu .elementor-widget-container,
.uael-nav-menu a.uael-menu-item,
.uael-nav-menu a.uael-sub-menu-item,
.uael-nav-menu__layout-horizontal,
.uael-nav-menu__layout-horizontal .uael-nav-menu,
.uael-nav-menu__toggle,
div.uael-nav-menu {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-widget-uael-nav-menu .elementor-widget-container,
div.uael-nav-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.uael-nav-menu__layout-horizontal .uael-nav-menu {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-layout-horizontal .uael-nav-menu__toggle,
.uael-layout-vertical .uael-nav-menu__toggle,
.uael-nav-menu .parent-has-no-child .uael-menu-toggle {
	display: none
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu,
.uael-submenu-open-hover .uael-layout-vertical .uael-nav-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 16;
	visibility: hidden;
	opacity: 0;
	text-align: left
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children.focus>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
	-webkit-transition: none;
	-webkit-transition: all .1s;
	transition: all .1s
}

.uael-nav-menu__theme-icon-yes button.sub-menu-toggle {
	display: none
}

.uael-submenu-open-hover .uael-layout-vertical .uael-nav-menu .sub-menu {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.uael-active-menu+.uael-nav-menu__layout-expandible,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:focus>.sub-menu,
.uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	opacity: 1
}

.uael-layout-horizontal .uael-nav-menu__toggle,
.uael-layout-vertical .uael-nav-menu__toggle,
.uael-nav-menu__layout-expandible,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-submenu-open-click .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
	visibility: hidden;
	opacity: 0
}

.uael-nav-menu .menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	opacity: 0
}

.uael-flyout-container .uael-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
	top: 0;
	left: 0
}

.uael-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
	top: 0;
	left: 100%
}

.uael-nav-menu:after,
.uael-nav-menu:before {
	content: '';
	display: table;
	clear: both
}

.uael-nav-menu__align-right .uael-nav-menu {
	margin-left: auto
}

.uael-nav-menu__align-right .uael-nav-menu,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li a.uael-sub-menu-item {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	justify-content: flex-end
}

.uael-nav-menu__align-left .uael-nav-menu {
	margin-right: auto
}

.uael-nav-menu__align-left .uael-nav-menu,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li a.uael-sub-menu-item {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start
}

.uael-nav-menu__align-center .uael-nav-menu {
	margin-left: auto;
	margin-right: auto
}

.uael-nav-menu__align-center .uael-nav-menu,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li a.uael-menu-item,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li a.uael-sub-menu-item,
.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu {
	width: 100%
}

.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.menu-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1
}

.uael-active-menu+nav li:not(:last-child) a.uael-menu-item,
.uael-active-menu+nav li:not(:last-child) a.uael-sub-menu-item {
	border-bottom-width: 0
}

.uael-nav-menu a.uael-menu-item,
.uael-nav-menu a.uael-sub-menu-item {
	line-height: 1;
	text-decoration: none;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.uael-nav-menu a.uael-menu-item:hover,
.uael-nav-menu a.uael-sub-menu-item:hover {
	text-decoration: none
}

.uael-nav-menu .sub-menu {
	min-width: 220px;
	margin: 0;
	z-index: 9999
}

.uael-nav-menu__layout-horizontal {
	font-size: 0
}

.uael-nav-menu__layout-horizontal li.menu-item,
.uael-nav-menu__layout-horizontal>li.menu-item {
	font-size: medium
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
	-webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.uael-submenu-open-hover .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-menu {
	visibility: hidden
}

.uael-submenu-open-hover .uael-nav-menu__layout-horizontal .uael-nav-menu li.menu-item:hover>.sub-menu {
	display: block
}

nav ul li.menu-item ul.sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%
}

.uael-nav-menu .uael-has-submenu .sub-menu li.menu-item:first-child,
.uael-nav-menu .uael-has-submenu .sub-menu li.menu-item:last-child {
	overflow: visible !important
}

.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .sub-arrow i:before {
	content: '+'
}

.uael-submenu-icon-none .uael-nav-menu .parent-has-child .sub-arrow {
	display: none
}

.uael-link-redirect-self_link.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-arrow .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
	content: ''
}

.uael-link-redirect-self_link.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-plus .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
	content: '-'
}

.uael-link-redirect-self_link.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .menu-active .sub-arrow i:before,
.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before {
	content: ''
}

.rtl .uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	content: ''
}

.rtl .uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
	content: ''
}

.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
	content: ''
}

.uael-nav-menu-icon {
	border: 0 solid
}

.uael-nav-menu-icon svg {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 25px
}

.uael-has-submenu-container a.uael-menu-item:focus,
.uael-has-submenu-container a.uael-sub-menu-item:focus,
.uael-nav-menu .menu-item-has-children .sub-menu:focus,
.uael-nav-menu .menu-item-has-children-container:focus,
.uael-nav-menu .menu-item-has-children:focus,
.uael-nav-menu-icon i:focus {
	outline: 0
}

.uael-flyout-wrapper .sub-menu,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-nav-menu__layout-vertical .sub-menu {
	position: relative;
	height: 0
}

.uael-nav-menu__submenu-arrow .uael-menu-toggle:before,
.uael-nav-menu__submenu-classic .uael-menu-toggle:before,
.uael-nav-menu__submenu-plus .uael-menu-toggle:before {
	font-family: 'Font Awesome 5 Free';
	z-index: 1;
	font-size: inherit;
	font-weight: inherit;
	line-height: 0
}

.uael-menu-item-center .uael-nav-menu li a.uael-menu-item,
.uael-menu-item-center .uael-nav-menu li a.uael-sub-menu-item,
.uael-nav-menu__submenu-none .uael-nav-menu li a.uael-menu-item,
.uael-nav-menu__submenu-none .uael-nav-menu li a.uael-sub-menu-item {
	margin-right: 0
}

.uael-nav-menu__toggle-icon:before {
	content: '\f0c9';
	font-family: fontAwesome;
	z-index: 1;
	font-size: 24px;
	font-weight: inherit;
	font-style: normal;
	line-height: 0
}

.uael-active-menu .uael-nav-menu__toggle-icon:before {
	content: '\f00d'
}

.uael-nav-menu__layout-expandible {
	-webkit-transition-property: display;
	transition-property: display;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1)
}

.uael-active-menu+.uael-nav-menu__layout-expandible {
	height: auto
}

.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-expandible,
.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
.uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
	position: absolute;
	top: 100%
}

.uael-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.uael-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
	top: 0;
	left: 0
}

.uael-layout-expandible nav {
	height: 0
}

.uael-nav-menu__icon,
.uael-nav-sub-menu-icon {
	display: inline-block;
	line-height: 1
}

.uael-nav-menu__toggle {
	font-size: 22px;
	cursor: pointer;
	border: 0 solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #494c4f;
	position: relative
}

.uael-nav-menu__toggle-icon {
	display: inline-block;
	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
}

.uael-nav-menu .sub-arrow {
	font-size: 14px;
	line-height: 1;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	margin-top: -10px;
	margin-bottom: -10px
}

.uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
	margin-left: 10px
}

.uael-flyout-wrapper .sub-arrow,
.uael-layout-expandible .sub-arrow,
.uael-nav-menu__layout-vertical .uael-nav-menu .sub-arrow {
	padding: 10px
}

.uael-nav-menu .child-item,
.uael-nav-menu__layout-vertical .uael-nav-menu .child-item {
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	position: absolute;
	right: 0;
	margin-right: 20px
}

.uael-nav-menu-icon {
	display: inline-block;
	line-height: 1;
	text-align: center
}

.uael-flyout-container .child,
.uael-flyout-container .saved-content,
.uael-flyout-container .sub-menu,
.uael-nav-menu__layout-expandible .child,
.uael-nav-menu__layout-expandible .saved-content,
.uael-nav-menu__layout-expandible .sub-menu,
.uael-nav-menu__layout-vertical .child,
.uael-nav-menu__layout-vertical .saved-content,
.uael-nav-menu__layout-vertical .sub-menu {
	left: 0 !important;
	width: 100% !important
}

.uael-flyout-container .uael-nav-menu .sub-menu {
	background: unset
}

.uael-flyout-wrapper .uael-menu-toggle:hover,
.uael-nav-menu__layout-expandible .uael-menu-toggle:hover,
.uael-nav-menu__layout-vertical .uael-menu-toggle:hover {
	border: 1px dotted
}

.uael-flyout-wrapper .uael-menu-toggle,
.uael-nav-menu__layout-expandible .uael-menu-toggle,
.uael-nav-menu__layout-vertical .uael-menu-toggle {
	border: 1px dotted transparent
}

.uael-nav-menu .menu-item a:after,
.uael-nav-menu .menu-item a:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
	transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1)
}

.uael-nav-menu .menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-nav-menu .menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	opacity: 0
}

.uael-pointer__double-line.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
	opacity: 1
}

.uael-nav-menu .current-menu-item:after,
.uael-nav-menu .current-menu-item:before,
.uael-nav-menu .menu-item a.uael-menu-item.highlighted:after,
.uael-nav-menu .menu-item a.uael-menu-item.highlighted:before,
.uael-nav-menu .menu-item a.uael-menu-item:focus:after,
.uael-nav-menu .menu-item a.uael-menu-item:focus:before,
.uael-nav-menu .menu-item a.uael-menu-item:hover:after,
.uael-nav-menu .menu-item a.uael-menu-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:after,
.uael-pointer__double-line .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:after,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:before,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2
}

.uael-pointer__double-line.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%
}

.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: 10px
}

.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	bottom: 10px
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: -10px
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	bottom: -10px
}

.uael-pointer__double-line.uael-animation__none,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__overline.uael-animation__none,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__underline.uael-animation__none,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__double-line.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__double-line.uael-animation__none:after,
.uael-pointer__double-line.uael-animation__none:before,
.uael-pointer__double-line.uael-animation__none:focus,
.uael-pointer__double-line.uael-animation__none:hover,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__overline.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__overline.uael-animation__none:after,
.uael-pointer__overline.uael-animation__none:before,
.uael-pointer__overline.uael-animation__none:focus,
.uael-pointer__overline.uael-animation__none:hover,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__underline.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__underline.uael-animation__none:after,
.uael-pointer__underline.uael-animation__none:before,
.uael-pointer__underline.uael-animation__none:focus,
.uael-pointer__underline.uael-animation__none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item:before {
	content: '';
	top: 0
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	width: 10px;
	left: -20px
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item:after,
.uael-pointer__underline .menu-item.parent a.uael-menu-item:after {
	content: '';
	bottom: 0
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__slide .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
	width: 10px;
	left: -webkit-calc(100% + 20px);
	left: calc(100% + 20px)
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
	background: 0 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
	content: ''
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75)
}

.uael-pointer__framed.uael-animation__shrink .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25)
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent a.uael-menu-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:before {
	width: 3px;
	height: 3px
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity 20ms .18s;
	transition: width .1s, height .1s .1s, opacity 20ms .18s
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:after,
.uael-pointer__framed.uael-animation__draw .current-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:before {
	width: 100%;
	height: 100%
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:before {
	-webkit-transition: opacity 20ms, height .1s, width .1s .1s;
	transition: opacity 20ms, height .1s, width .1s .1s
}

.uael-pointer__framed.uael-animation__draw .current-menu-item:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent a.uael-menu-item:hover:after {
	-webkit-transition: opacity 20ms .2s, height .1s .2s, width .1s .3s;
	transition: opacity 20ms .2s, height .1s .2s, width .1s .3s
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:before {
	width: 3px;
	height: 3px
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:before {
	border-width: 3px 0 0 3px
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 3px 3px 0
}

.uael-pointer__framed.uael-animation__corners .current-menu-item:after,
.uael-pointer__framed.uael-animation__corners .current-menu-item:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:hover:after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent a.uael-menu-item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s
}

.uael-pointer__framed.uael-animation__none,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__framed.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__framed.uael-animation__none:after,
.uael-pointer__framed.uael-animation__none:before,
.uael-pointer__framed.uael-animation__none:focus,
.uael-pointer__framed.uael-animation__none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.uael-pointer__background .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background .menu-item.parent a.uael-menu-item:before {
	content: '';
	-webkit-transition: .3s;
	transition: .3s
}

.uael-pointer__background .menu-item.parent a.uael-menu-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.uael-pointer__background .current-menu-item,
.uael-pointer__background .menu-item.parent a.uael-menu-item.highlighted,
.uael-pointer__background .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__background .menu-item.parent a.uael-menu-item:hover {
	color: #fff
}

.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}

.uael-pointer__background.uael-animation__grow .current-menu-item:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__grow .menu-item.parent a.uael-menu-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	transition: .3s
}

.uael-pointer__background.uael-animation__shrink .current-menu-item:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shrink .menu-item.parent a.uael-menu-item:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.uael-pointer__background.uael-animation__sweep-left .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	left: 100%
}

.uael-pointer__background.uael-animation__sweep-right .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	right: 100%
}

.uael-pointer__background.uael-animation__sweep-up .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: 100%
}

.uael-pointer__background.uael-animation__sweep-down .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	bottom: 100%
}

.uael-pointer__background.uael-animation__shutter-out-vertical .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	bottom: 50%;
	top: 50%
}

.uael-pointer__background.uael-animation__shutter-out-horizontal .menu-item.parent a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	right: 50%;
	left: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1
}

.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:before {
	top: 0;
	bottom: 100%
}

.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:after {
	top: 100%;
	bottom: 0
}

.uael-pointer__background.uael-animation__shutter-in-vertical .current-menu-item:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:hover:before {
	bottom: 50%
}

.uael-pointer__background.uael-animation__shutter-in-vertical .current-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__background.uael-animation__shutter-in-vertical .menu-item.parent a.uael-menu-item:hover:after {
	top: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:before {
	right: 0;
	left: 100%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:after {
	right: 100%;
	left: 0
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .current-menu-item:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item.highlighted:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:focus:before,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:hover:before {
	left: 50%
}

.uael-pointer__background.uael-animation__shutter-in-horizontal .current-menu-item:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item.highlighted:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:focus:after,
.uael-pointer__background.uael-animation__shutter-in-horizontal .menu-item.parent a.uael-menu-item:hover:after {
	right: 50%
}

.uael-pointer__background.uael-animation__none,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__background.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__background.uael-animation__none:after,
.uael-pointer__background.uael-animation__none:before,
.uael-pointer__background.uael-animation__none:focus,
.uael-pointer__background.uael-animation__none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.uael-pointer__text.uael-animation__skew .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__skew .menu-item.parent a.uael-menu-item:hover {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg)
}

.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.uael-pointer__text.uael-animation__shrink .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__shrink .menu-item.parent a.uael-menu-item:hover {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.uael-pointer__text.uael-animation__float .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__float .menu-item.parent a.uael-menu-item:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.uael-pointer__text.uael-animation__sink .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__sink .menu-item.parent a.uael-menu-item:hover {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.uael-pointer__text.uael-animation__rotate .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__rotate .menu-item.parent a.uael-menu-item:hover {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg)
}

.uael-pointer__text.uael-animation__none,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:after,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:before,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:focus,
.uael-pointer__text.uael-animation__none .menu-item.parent a.uael-menu-item:hover,
.uael-pointer__text.uael-animation__none:after,
.uael-pointer__text.uael-animation__none:before,
.uael-pointer__text.uael-animation__none:focus,
.uael-pointer__text.uael-animation__none:hover {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.uael-flyout-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999998;
	background: rgba(0, 0, 0, .6);
	cursor: pointer;
	-webkit-backface-visibility: hidden
}

.uael-flyout-animating,
.uael-flyout-overlay,
.uael-side {
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-flyout-close,
.uael-flyout-close svg {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 23px;
	display: block;
	cursor: pointer
}

.uael-flyout-wrapper .uael-side.uael-flyout-left {
	top: 0;
	bottom: 0;
	left: -100%;
	right: auto;
	height: 100%;
	width: 300px;
	max-width: 100%;
	max-width: 100vw
}

.uael-flyout-wrapper .uael-side {
	display: block;
	position: fixed;
	z-index: 999999;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden
}

.uael-flyout-content ul li,
.uael-flyout-content.push {
	color: #fff
}

.uael-flyout-wrapper .uael-side {
	display: block;
	position: fixed;
	z-index: 999999;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden
}

.uael-flyout-wrapper .uael-side.uael-flyout-right {
	top: 0;
	bottom: 0;
	left: auto;
	right: -100%;
	height: 100%;
	width: 300px;
	max-width: 100%
}

.uael-flyout-wrapper .uael-side.uael-flyout-left {
	top: 0;
	bottom: 0;
	left: -100%;
	right: auto;
	height: 100%;
	width: 300px;
	max-width: 100%;
	max-width: 100vw
}

.uael-flyout-wrapper .uael-side.top {
	top: -100%;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	width: 100vw;
	height: 300px;
	max-height: 100%
}

.uael-flyout-wrapper .uael-side.bottom {
	top: auto;
	bottom: -100%;
	left: 0;
	right: 0;
	width: 100%;
	width: 100vw;
	height: 300px;
	max-height: 100%
}

.uael-flyout-content {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 1.4em;
	color: #fff
}

@media (max-width:1024px) {
	.uael-flyout-content {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.uael-flyout-content::-webkit-scrollbar {
	display: none
}

.admin-bar .uael-side {
	margin-top: 32px
}

.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children>ul.sub-menu {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all .1s;
	transition: all .1s
}

.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children>ul.sub-menu {
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	opacity: 0;
	-webkit-transition: all .1s;
	transition: all .1s
}

.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

@media only screen and (max-width:1024px) {

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal li {
		width: 100%;
		margin-right: 0
	}

	.uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
		display: block
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
	.uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
		visibility: hidden;
		opacity: 0
	}

	.uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal .uael-nav-menu,
	.uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-vertical,
	.uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
		visibility: visible;
		opacity: 1
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
		height: 0
	}

	.uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-tablet .uael-active-menu+.uael-nav-menu__layout-vertical {
		height: auto
	}

	.uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal .uael-nav-menu {
		position: relative
	}

	.uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-tablet .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
		position: absolute
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
		top: 0;
		left: 0
	}

	.uael-nav-menu__breakpoint-tablet .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-tablet .uael-layout-vertical .uael-nav-menu__toggle {
		display: block
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
		float: none
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
	.uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
		-webkit-transition: none;
		transition: none
	}

	.uael-nav-menu__breakpoint-tablet .uael-menu-toggle:hover {
		border: 1px dotted
	}

	.uael-nav-menu__breakpoint-tablet .uael-menu-toggle {
		border: 1px dotted transparent
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu {
		position: relative;
		height: 0
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .sub-menu {
		top: 0
	}

	.uael-nav-menu__breakpoint-tablet .child,
	.uael-nav-menu__breakpoint-tablet .saved-content,
	.uael-nav-menu__breakpoint-tablet .sub-menu {
		left: 0 !important;
		width: auto !important
	}

	.uael-nav-menu .sub-menu {
		min-width: auto;
		margin: 0
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
		padding: 10px
	}

	.uael-nav-menu__breakpoint-tablet.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-tablet.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-tablet.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-tablet.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-tablet.uael-submenu-icon-plus .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: '-'
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu .sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
	.uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
	.uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before,
	.uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before,
	.uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
		content: ''
	}

	.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
	.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
	.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
	.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before {
		background-color: unset !important
	}

	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
		border: 0 !important
	}

	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
	.uael-pointer__text .menu-item.parent a.uael-menu-item:focus {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important
	}

	.uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
	.uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media only screen and (max-width:767px) {

	.uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
	.uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu,
	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal li.menu-item {
		width: 100%
	}

	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-vertical .uael-nav-menu__toggle {
		display: inline-block
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .sub-menu {
		position: relative;
		height: 0;
		top: 0
	}

	.uael-nav-menu .sub-menu {
		min-width: auto;
		margin: 0
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
	.uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
		-webkit-transition: none;
		transition: none
	}

	.uael-nav-menu__breakpoint-tablet .uael-nav-menu__layout-vertical {
		float: none
	}

	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-vertical .uael-nav-menu__toggle.uael-active-menu,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal .uael-nav-menu {
		display: block
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-vertical {
		height: 0
	}

	.uael-nav-menu__breakpoint-mobile .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-mobile .uael-layout-vertical .uael-nav-menu__toggle {
		display: block
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical {
		float: none
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .sub-menu,
	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu,
	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu,
	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-vertical,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-vertical,
	.uael-nav-menu__breakpoint-none .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
		visibility: hidden;
		opacity: 0
	}

	.uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal .uael-nav-menu,
	.uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-vertical,
	.uael-nav-menu__breakpoint-mobile .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-mobile .uael-layout-vertical .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-nav-menu__layout-horizontal .uael-nav-menu {
		visibility: visible;
		opacity: 1
	}

	.uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-mobile .uael-active-menu+.uael-nav-menu__layout-vertical {
		height: auto
	}

	.uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal .uael-nav-menu {
		position: relative
	}

	.uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal,
	.uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-vertical {
		position: absolute
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
		top: 0;
		left: 0
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile.uael-submenu-icon-plus .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: '-'
	}

	.uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-none.uael-submenu-icon-arrow .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-none.uael-submenu-icon-classic .uael-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.uael-menu-item .sub-arrow i:before {
		content: ''
	}

	.uael-nav-menu__breakpoint-mobile .uael-menu-toggle:hover {
		border: 1px dotted
	}

	.uael-nav-menu__breakpoint-mobile .uael-menu-toggle {
		border: 1px dotted transparent
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu .sub-menu {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-1 .uael-nav-menu {
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.uael-nav-menu__breakpoint-mobile .uael-nav-menu__layout-horizontal .uael-nav-menu .sub-arrow {
		padding: 10px
	}

	.uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-1 .uael-nav-menu {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-2 .uael-nav-menu {
		-webkit-transform: translateX(20%);
		-ms-transform: translateX(20%);
		transform: translateX(20%);
		opacity: 0;
		-webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
		transition: all .3s cubic-bezier(.25, .5, .5, .9)
	}

	.uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-2 .uael-nav-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}

	.uael-nav-menu__breakpoint-mobile.uael-nav-toggle-yes .uael-effect-3 .uael-nav-menu {
		-webkit-transform: translateY(20%);
		-ms-transform: translateY(20%);
		transform: translateY(20%);
		opacity: 0;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.uael-nav-menu__breakpoint-mobile .menu-is-active.uael-effect-3 .uael-nav-menu {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	.uael-nav-menu__breakpoint-mobile .child,
	.uael-nav-menu__breakpoint-mobile .saved-content,
	.uael-nav-menu__breakpoint-mobile .sub-menu,
	.uael-nav-menu__breakpoint-tablet .child,
	.uael-nav-menu__breakpoint-tablet .saved-content,
	.uael-nav-menu__breakpoint-tablet .sub-menu {
		left: 0 !important;
		width: auto !important
	}

	.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
	.uael-submenu-animation-slide_down .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
	.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children ul.sub-menu,
	.uael-submenu-animation-slide_up .uael-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before,
	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:after,
	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-nav-menu-layout:not(.uael-pointer__framed) .menu-item.parent a.uael-menu-item:before {
		background-color: unset !important
	}

	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-pointer__framed .menu-item.parent a.uael-menu-item:before,
	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__framed .menu-item.parent a.uael-menu-item:before {
		border: 0 !important
	}

	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-mobile .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
	.elementor-widget-uael-nav-menu.uael-nav-menu__breakpoint-tablet .uael-pointer__text .menu-item.parent a.uael-menu-item:hover,
	.uael-pointer__text .menu-item.parent a.uael-menu-item:focus {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important
	}
}

.uael-toggle-no .uael-layout-expandible .uael-nav-menu__toggle {
	display: none
}

.uael-pointer__double-line.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__slide .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__slide .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
	width: 100%;
	left: 0;
	opacity: 1
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after {
	bottom: 0;
	opacity: 1
}

.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__drop-out .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-in .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__drop-out .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	top: 0;
	opacity: 1
}

.uael-pointer__double-line.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__double-line.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__overline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__underline.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
	height: 3px;
	width: 100%;
	left: 0;
	opacity: 1
}

.uael-pointer__framed.uael-animation__grow .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__grow .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__shrink .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:before,
.uael-pointer__framed.uael-animation__fade .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__fade .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
	opacity: 1
}

.uael-pointer__framed.uael-animation__corners .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__framed.uael-animation__corners .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.current-menu-item a.uael-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):after,
.uael-pointer__framed.uael-animation__draw .menu-item.parent.custom-menu-active a.uael-menu-item:not(:hover):not(:focus):not(.custom-menu-active):not(.highlighted):before {
	border-width: 3px;
	width: 100%;
	opacity: 1;
	height: 100%
}

.uael-nav-menu-toggle-label-yes .uael-layout-expandible .uael-nav-menu__toggle,
.uael-nav-menu-toggle-label-yes .uael-widget-container>.uael-nav-menu__toggle {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1024px) {

	.uael-nav-menu-toggle-label-yes .uael-layout-horizontal .uael-nav-menu__toggle,
	.uael-nav-menu-toggle-label-yes .uael-layout-vertical .uael-nav-menu__toggle {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.rtl .uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-button-wrapper,
.rtl .uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-has-submenu .uael-button-wrapper,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-button-wrapper,
.uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-has-submenu .uael-button-wrapper {
	text-align: right
}

.rtl .uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-button-wrapper,
.rtl .uael-nav-menu__align-right .uael-nav-menu__layout-vertical li.uael-has-submenu .uael-button-wrapper,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-button-wrapper,
.uael-nav-menu__align-left .uael-nav-menu__layout-vertical li.uael-has-submenu .uael-button-wrapper {
	text-align: left
}

.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li.uael-button-wrapper,
.uael-nav-menu__align-center .uael-nav-menu__layout-vertical li.uael-has-submenu .uael-button-wrapper {
	text-align: center
}

.uael-pointer__double-line .menu-item.parent a.uael-menu-item.elementor-button:after,
.uael-pointer__double-line .menu-item.parent a.uael-menu-item.elementor-button:before,
.uael-pointer__overline .menu-item.parent a.uael-menu-item.elementor-button:before,
.uael-pointer__underline .menu-item.parent a.uael-menu-item.elementor-button:after {
	height: 0
}

.uael-pointer__framed .menu-item.parent a.uael-menu-item.elementor-button:after,
.uael-pointer__framed .menu-item.parent a.uael-menu-item.elementor-button:before {
	border-width: 0
}

.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item.elementor-button:focus,
.uael-pointer__text.uael-animation__grow .menu-item.parent a.uael-menu-item.elementor-button:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.elementor-widget-uael-nav-menu:not(.uael-nav-menu__align-justify) a.uael-menu-item.elementor-button {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.elementor-widget-uael-nav-menu.uael-menu-item-space-between a.uael-menu-item.elementor-button {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-nav-menu li.uael-button-wrapper {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

@media only screen and (max-width:1024px) {

	.uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
	.uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item,
	.uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.uael-button-wrapper {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media only screen and (max-width:767px) {

	.uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-menu-item,
	.uael-nav-menu__breakpoint-mobile.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li a.uael-sub-menu-item .uael-nav-menu__breakpoint-tablet.uael-nav-menu__align-justify .uael-nav-menu__layout-horizontal .uael-nav-menu li.uael-button-wrapper {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.uael-menu-item-flex-start .uael-flyout-container .uael-button-wrapper {
	text-align: left
}

.uael-menu-item-flex-end .uael-flyout-container .uael-button-wrapper,
.uael-menu-item-flex-end .uael-flyout-container li.uael-button-wrapper {
	text-align: right
}

.uael-menu-item-center .uael-flyout-container .uael-button-wrapper {
	text-align: center
}

.elementor-sticky__spacer .uael-nav-menu .uael-nav-menu__toggle {
	visibility: hidden
}

.elementor-sticky__spacer nav.uael-nav-menu__submenu-arrow {
	position: absolute;
	clip: rect(0, 0, 0, 0)
}

.uael-off-canvas-overlay {
	overflow: hidden !important
}

.uael-offcanvas-enabled body {
	width: 100%
}

.uael-offcanvas {
	position: fixed;
	width: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	height: 100vh;
	overflow: auto;
	background-color: #fff;
	background: #fff;
	visibility: hidden;
	z-index: 99999
}

.uael-offcanvas,
.uael-offcanvas-animating,
.uael-offcanvas-overlay {
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-offcanvas::-webkit-scrollbar {
	display: none
}

.uael-offcanvas-show {
	scrollbar-width: none
}

.elementor-editor-active .uael-offcanvas-trigger-align-floating .uael-offcanvas-action-wrap .elementor-button-text,
.elementor-editor-preview .uael-offcanvas-trigger-align-floating .uael-offcanvas-action-wrap .elementor-button-text {
	display: unset
}

.admin-bar .uael-offcanvas {
	margin-top: 32px
}

.uael-offcanvas-icon-bg,
.uael-offcanvas-trigger {
	display: inline-block
}

.uael-offcanvas-shadow-normal.position-at-left.uael-offcanvas-show,
.uael-offcanvas-shadow-normal.position-at-right.uael-offcanvas-show {
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .2)
}

.uael-offcanvas-shadow-inset.position-at-right.uael-offcanvas-show {
	-webkit-box-shadow: inset 7px 0 8px -9px rgba(0, 0, 0, .5);
	box-shadow: inset 7px 0 8px -9px rgba(0, 0, 0, .5)
}

.uael-offcanvas-shadow-inset.position-at-left.uael-offcanvas-show {
	-webkit-box-shadow: inset -7px 0 8px -9px rgba(0, 0, 0, .5);
	box-shadow: inset -7px 0 8px -9px rgba(0, 0, 0, .5)
}

.uael-offcanvas-action-wrap .uael-offcanvas-action .uael-offcanvas-icon {
	text-align: center
}

.uael-offcanvas-action-wrap .uael-button-wrapper .uael-offcanvas-action-alignment-left,
.uael-offcanvas-action-wrap .uael-offcanvas-icon-wrap .uael-offcanvas-action-alignment-left {
	top: 50%;
	left: 0;
	right: auto;
	position: fixed;
	z-index: 999
}

.uael-offcanvas-action-wrap .uael-button-wrapper .uael-offcanvas-action-alignment-right,
.uael-offcanvas-action-wrap .uael-offcanvas-icon-wrap .uael-offcanvas-action-alignment-right {
	top: 50%;
	right: 0;
	left: auto;
	position: fixed;
	z-index: 999
}

.uael-offcanvas-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	opacity: 0
}

.uael-offcanvas-action,
.uael-offcanvas-parent-wrapper .uael-offcanvas-overlay {
	cursor: pointer
}

.uael-offcanvas-content {
	position: relative;
	width: 100%;
	padding: 40px 25px 25px 25px
}

.uael-offcanvas img {
	display: block;
	margin: 0 auto
}

.uael-offcanvas img {
	max-width: 100%
}

.uael-offcanvas-full {
	pointer-events: none;
	min-height: 100%
}

.uael-offcanvas-full .uael-offcanvas-close {
	pointer-events: auto
}

.uael-offcanvas-show,
.uael-offcanvas-show .uael-offcanvas-close,
.uael-offcanvas-show+.uael-offcanvas-close {
	visibility: visible
}

.uael-offcanvas-close-icon-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10
}

.uael-offcanvas-content .uael-offcanvas-menu,
.uael-offcanvas-content .uael-offcanvas-menu .sub-menu {
	list-style: none
}

.uael-offcanvas-content .uael-offcanvas-menu .sub-menu li a,
.uael-offcanvas-content .uael-offcanvas-menu li a {
	padding: 5px 0;
	display: block
}

.uael-offcanvas-content .uael-offcanvas-menu {
	margin-left: 0
}

.uael-offcanvas-content .uael-offcanvas-menu .menu-item a:focus,
.uael-offcanvas-content .uael-offcanvas-menu .menu-item a:hover {
	-webkit-transition: background 150ms linear, color 150ms linear;
	transition: background 150ms linear, color 150ms linear
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li a,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu a.uael-offcanvas-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu ul.sub-menu a.uael-offcanvas-sub-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-arrow {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li a {
	padding: 5px 0
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i::before {
	content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-arrow .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
	content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i::before {
	content: '+'
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-plus .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
	content: '-'
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-parent-has-child .uael-offcanvas-sub-arrow i:before {
	content: ''
}

.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-parent-has-child .uael-offcanvas-menu-active .uael-offcanvas-sub-arrow i:before,
.uael-offcanvas-wrap-submenu-yes.uael-offcanvas-submenu-icon-classic .uael-offcanvas-sub-menu-active .uael-offcanvas-sub-arrow i:before {
	content: ''
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu-toggle {
	border: 1px dotted transparent;
	padding: 10px
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-arrow {
	line-height: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin-top: -10px;
	margin-bottom: -10px
}

.uael-offcanvas-wrap-submenu-yes .menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 0;
	visibility: hidden;
	opacity: 0
}

.uael-offcanvas-wrap-submenu-yes li.menu-item {
	position: relative
}

.uael-offcanvas-wrap-submenu-yes .sub-menu li.menu-item {
	position: relative;
	background: inherit
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu a.uael-offcanvas-menu-item,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu ul.sub-menu a.uael-offcanvas-sub-menu-item {
	text-decoration: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-menu-active.uael-offcanvas-sub-menu-active+.uael-offcanvas-sub-menu-open,
.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-sub-menu-active+.sub-menu.uael-offcanvas-sub-menu-open,
.uael-offcanvas-wrap-submenu-yes.uael-off-canvas-link-redirect-self_link .uael-offcanvas-menu-active+.sub-menu {
	visibility: visible;
	opacity: 1;
	height: auto;
	position: relative;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.uael-offcanvas-wrap-submenu-yes .uael-offcanvas-has-submenu-container+.sub-menu {
	visibility: hidden;
	opacity: 0;
	height: 0;
	position: relative;
	-webkit-transition: none 0s ease 0s;
	transition: none 0s ease 0s
}

.uael-offcanvas-close-icon-wrapper .uael-offcanvas-close-icon {
	cursor: pointer;
	fill: #000000
}

.uael-offcanvas-close-icon-wrapper .uael-offcanvas-close {
	display: block;
	float: right;
	padding: 8px;
	-webkit-border-radius: 0px;
	border-radius: 0;
	cursor: pointer;
	vertical-align: middle;
	font-size: 0px
}

.uael-offcanvas-close-icon-wrapper.uael-offcanvas-close-icon-position-left-top {
	left: 0;
	right: auto
}

.uael-offcanvas-close-icon-wrapper.uael-offcanvas-close-icon-position-right-top {
	right: 0;
	left: auto
}

.uael-offcanvas-action-wrap .uael-button-wrapper .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-offcanvas-action-wrap .uael-button-wrapper .elementor-align-icon-right {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.uael-offcanvas-show~.uael-offcanvas-overlay {
	opacity: 1;
	visibility: visible
}

.uael-offcanvas-close {
	z-index: 99999
}

.fa-times-thin:before {
	content: '\00d7'
}

@media (min-width:1025px) {
	.uael-offcanvas-parent-wrapper.uael-offcanvas-hide-desktop {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.uael-offcanvas-parent-wrapper.uael-offcanvas-hide-tablet {
		display: none
	}

	.uael-offcanvas-enabled {
		min-height: 100vh
	}
}

@media (max-width:767px) {
	.uael-offcanvas-parent-wrapper.uael-offcanvas-hide-phone {
		display: none
	}

	.uael-offcanvas-enabled {
		min-height: 100vh
	}
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__content-wrap {
	margin: 0 auto
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__inner-wrap {
	display: inline-block;
	width: 100%
}

.elementor-element[data-widget_type="uael-posts.card"] .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.card"] .uael-post__thumbnail {
	position: relative
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-left .uael-post__separator {
	margin-right: auto
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.card"].uael-post__separator-right .uael-post__separator {
	margin-left: auto
}

.elementor-element[data-widget_type="uael-posts.card"].uael-post__link-complete-yes .uael-post__complete-box-overlay {
	z-index: 2
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__inner-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.uael-post__link-complete-yes.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__complete-box-overlay {
	z-index: 2
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post-grid {
	display: inline-block;
	width: 100%
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__terms {
	display: inline-block
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__content-wrap {
	-webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
	z-index: 1
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__bg-wrap .uael-post__noimage .uael-post__content-wrap {
	width: 100%
}

.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-left .uael-post__separator {
	margin-right: auto
}

.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-center .uael-post__separator,
.elementor-element[data-widget_type="uael-posts.feed"].uael-post__separator-right .uael-post__separator {
	margin-left: auto
}

.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__title {
	word-break: break-word
}

@media (max-width:767px) {
	.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__inner-wrap {
		display: block
	}

	.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__content-wrap,
	.elementor-element[data-widget_type="uael-posts.feed"] .uael-post__thumbnail {
		width: 100% !important;
		margin: 0 !important
	}
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-grid__inner,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__inner-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__inner-wrap {
	position: relative;
	height: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__bg-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail img {
	height: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__noimage.uael-post__content-wrap {
	width: 100%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__content-wrap,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail {
	width: 50%;
	position: relative
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__content-wrap {
	margin-top: auto;
	margin-bottom: auto
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail a,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-image-right .uael-post__inner-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured .uael-post-grid__inner,
.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured>.uael-post-wrapper {
	width: 50%
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-grid__inner .uael-post-wrapper:last-child .uael-post__bg-wrap {
	margin-bottom: 0
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__bg-wrap {
	display: block
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured .uael-post__content-wrap {
	position: absolute;
	bottom: 0;
	left: 0
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__terms {
	font-size: 14px
}

.uael-posts[data-skin=news] .uael-post__terms {
	background-color: #818a91
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .5)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%)
}

.elementor-element[data-widget_type="uael-posts.news"].uael-post__link-complete-yes .uael-post__complete-box-overlay {
	z-index: 2
}

.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a img,
.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
	display: none
}

@media (max-width:767px) {

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__noimage.uael-post__content-wrap,
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured,
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured .uael-post-grid__inner {
		width: 100%
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
		width: 50%
	}

	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
		background-image: none;
		position: unset
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post_structure-featured,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__inner-wrap,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail a img,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post__thumbnail span img {
		display: block
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper .uael-post__content-wrap,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper .uael-post__thumbnail,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__content-wrap,
	.uael-post__news-stack-yes[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
		width: 100%
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
		text-align: center
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__thumbnail img {
		position: absolute;
		width: auto;
		height: auto;
		min-width: 100%;
		max-width: none;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-height: 100%
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post__inner-wrap {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post__body .image-ratio-set .uael-post__thumbnail {
		position: relative;
		width: 100%
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post__body .uael-post__content-wrap {
		width: 100%
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper-featured .uael-post__noimage.uael-post__content-wrap {
		position: relative
	}

	.elementor-element[data-widget_type="uael-posts.news"] .uael-post-wrapper.uael-post-wrapper-featured:not(.image-ratio-set) .uael-post__content-wrap {
		position: relative
	}
}

.elementor-element[data-widget_type="uael-posts.news"] .uael-post__thumbnail span {
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

@media (max-width:1024px) {
	.elementor-element[data-widget_type="uael-posts.news"] .uael-post__columns-tablet-2 .uael-post-wrapper {
		width: 100%
	}
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__bg-wrap {
	overflow: hidden
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__terms {
	-webkit-border-radius: 99px;
	border-radius: 99px
}

.uael-posts[data-skin=business] .uael-post__terms {
	background-color: #818a91
}

.uael-post__content-align-left .uael-post__gradient-separator {
	background: -webkit-gradient(linear, left top, right top, from(#818a91), to(#ffffff00));
	background: -webkit-linear-gradient(left, #818a91 0, #ffffff00 100%);
	background: linear-gradient(to right, #818a91 0, #ffffff00 100%)
}

.uael-post__content-align-center .uael-post__gradient-separator {
	background: -webkit-radial-gradient(#818a91 10%, #ffffff00 80%);
	background: radial-gradient(#818a91 10%, #ffffff00 80%)
}

.uael-post__content-align-right .uael-post__gradient-separator {
	background: -webkit-gradient(linear, right top, left top, from(#818a91), to(#ffffff00));
	background: -webkit-linear-gradient(right, #818a91 0, #ffffff00 100%);
	background: linear-gradient(to left, #818a91 0, #ffffff00 100%)
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox,
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-left .uael-post__authorbox,
.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-right .uael-post__authorbox {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-image img {
	display: inline;
	width: 40px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	max-width: 100%
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-desc {
	line-height: 1.4;
	color: #a4a4a4
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name,
.elementor-element[data-widget_type="uael-posts.business"] .uael-post__authorbox-name a {
	font-weight: 700;
	line-height: 1.4
}

.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-center .uael-post__authorbox {
	display: block;
	text-align: center
}

.elementor-element[data-widget_type="uael-posts.business"].uael-post__content-align-right .uael-post__authorbox {
	text-align: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.elementor-element[data-widget_type="uael-posts.business"] .uael-post__separator {
	display: inline-block
}

.uael-post__datebox {
	display: block;
	margin: 0 auto;
	padding: 10px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	background-color: #000;
	color: #fff;
	text-align: center
}

.uael-post__datebox .uael-post__date-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.uael-post__datebox span {
	display: block
}

.elementor-element[data-widget_type="uael-posts.event"].uael-posts-thumbnail-ratio .uael-post__datebox:not(.uael-post__noimage) {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.elementor-element[data-widget_type="uael-posts.event"].uael-posts-thumbnail-ratio .uael-post__thumbnail {
	overflow: visible
}

.uael-posts-tabs-dropdown .uael-filters-dropdown {
	display: none
}

.uael-post-grid__inner {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-post__link-complete-yes.elementor-element[data-widget_type="uael-posts.classic"] .uael-post-image-background .uael-post__complete-box-overlay {
	z-index: 99
}

.uael-post__cta-fullwidth-yes .uael-post__read-more {
	width: 100%
}

.uael-blog-terms-position-media:not(.uael-post-image-background) .uael-post__thumbnail,
.uael-post__link-complete-yes .uael-post__bg-wrap {
	position: relative
}

.uael-post__link-complete-yes .uael-post__complete-box-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.uael-post-wrapper {
	float: left;
	display: inline-block
}

.uael-post-grid__inner {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-post-grid__inner.uael-post-masonry {
	margin: 0;
	margin-left: -10px;
	margin-right: -10px;
	list-style: none outside;
	clear: both
}

.elementor-global-widget .uael-post-grid__inner.uael-post-masonry {
	position: unset !important;
	height: auto !important
}

.uael-listing__terms-link {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-style: inherit
}

.uael-post-wrapper.uael-post-wrapper-featured {
	margin: 0
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-6 .uael-post-wrapper-featured {
	width: 33.33
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-5 .uael-post-wrapper-featured {
	width: 40%
}

.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-3 .uael-post-wrapper-featured {
	width: 66.66%
}

.uael-post__columns-2 .uael-post-wrapper,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-2 .uael-post-wrapper-featured,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-4 .uael-post-wrapper-featured {
	width: 50%
}

.uael-post__columns-1 .uael-post-wrapper,
.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post__columns-1 .uael-post-wrapper-featured,
.uael-post_structure-featured.uael-featured_post_structure-stack .uael-post-wrapper-featured {
	width: 100%
}

.uael-post-grid[data-equal-height=yes] .slick-slide {
	margin-top: 10px
}

.uael-filters-dropdown-button .fa-angle-down:before {
	content: ""
}

.uael-post__columns-8 .uael-post-wrapper {
	width: 12.5%
}

.uael-post__columns-7 .uael-post-wrapper {
	width: 14.28%
}

.uael-post__columns-6 .uael-post-wrapper {
	width: 16.66%
}

.uael-post__columns-5 .uael-post-wrapper {
	width: 20%
}

.uael-post__columns-4 .uael-post-wrapper {
	width: 25%
}

.uael-post__columns-3 .uael-post-wrapper {
	width: 33.2%
}

.uael-post__columns-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
.uael-post__columns-2 .uael-post-wrapper:nth-child(odd):not(.slick-slide),
.uael-post__columns-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
.uael-post__columns-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
.uael-post__columns-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
.uael-post__columns-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
.uael-post__columns-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
.uael-post__columns-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
	clear: left
}

.uael-post__columns-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
.uael-post__columns-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
.uael-post__columns-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
.uael-post__columns-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
.uael-post__columns-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
.uael-post__columns-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
.uael-post__columns-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
.uael-post__columns-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
	clear: right
}

.uael-post__footer {
	margin-top: 30px
}

.uael-post__header-filters {
	display: block;
	margin: 0;
	margin-bottom: 10px
}

.uael-post__header-filter {
	display: inline-block;
	padding: 5px;
	cursor: pointer
}

.uael-post__header-filters-wrap {
	margin-bottom: 20px
}

.uael-post__thumbnail {
	overflow: hidden
}

.uael-post__bg-wrap.uael-bg-wrap-enabled,
.uael-post__content-wrap.uael-content-wrap-enabled,
.uael-post__inner-wrap.uael-inner-wrap-enabled {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	margin-bottom: 20px
}

.uael-content-wrap-enabled .uael-post__excerpt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.uael-content-wrap-enabled .uael-post__read-more,
.uael-cta-auto-align-enabled .uael-post__read-more {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.uael-post-image-background .uael-post__thumbnail {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	text-align: center;
	position: relative
}

.uael-post-image-background .uael-post__thumbnail {
	z-index: 2
}

.uael-post-image-background .uael-post__thumbnail::before {
	content: '';
	z-index: 1
}

.uael-post-image-background .uael-post__thumbnail,
.uael-post-image-background .uael-post__thumbnail::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.uael-post__thumbnail img {
	width: 100%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.uael-post-image-background .uael-post__thumbnail img {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	max-width: none;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-height: 100%
}

.uael-post__bg-wrap {
	width: 100%;
	display: inline-block
}

.uael-equal__height-yes .uael-post__bg-wrap {
	height: 100%
}

.uael-equal__height-yes .uael-post-image-background .uael-post__bg-wrap,
.uael-post-image-background .uael-post__inner-wrap {
	position: relative;
	width: 100%
}

.uael-equal__height-yes .uael-post-image-background .uael-post__inner-wrap {
	position: unset
}

.uael-post-image-background .uael-post__content-wrap {
	opacity: 1;
	position: relative;
	z-index: 10;
	overflow: hidden;
	width: 100%
}

.uael-blog-terms-position-media .uael-post__terms {
	font-size: 12px;
	margin: 20px
}

.uael-blog-terms-position-media:not(.uael-post-image-background) .uael-post__terms {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	max-width: 100%;
	word-break: break-word
}

.uael-post__terms-wrap .uael-post__terms {
	margin: 0
}

.uael-post__terms-wrap {
	margin-bottom: 10px
}

.uael-post__meta-data {
	line-height: 1.3em;
	font-size: 12px
}

.uael-post__meta-data span {
	line-height: 1.6em;
	display: inline
}

.uael-post__meta-data svg {
	height: 20px;
	width: 20px;
	vertical-align: middle
}

.uael-post__terms-meta a {
	display: inline-block
}

.uael-blog-terms-position-body .uael-post-wrapper span.uael-post__terms {
	background: 0 0
}

.uael-post__meta-data span i,
.uael-post__terms i {
	margin-right: 2px
}

.uael-post-wrapper .uael-post__title a,
.uael-post__meta-data a {
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit
}

.uael-grid-pagination a.page-numbers,
.uael-grid-pagination span.page-numbers.current {
	padding: 5px 10px;
	margin: 0 0 5px;
	display: inline-block
}

.uael-post-grid__inner #infscr-loading {
	bottom: -80px;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto
}

.uael-post-grid__inner #infscr-loading img {
	margin-top: 10px;
	width: 10%
}

#infscr-loading div {
	display: none
}

.elementor-widget-uael-posts .uael-loader-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0);
	z-index: 2;
	content: "";
	height: 100%;
	width: 100%
}

.elementor-widget-uael-posts .uael-loader:before {
	border: 3px solid #333;
	border-left-color: transparent;
	border-right-color: transparent
}

.elementor-widget-uael-posts .uael-loader {
	z-index: 3
}

.uael-infinite-load-more {
	background-color: #61ce70;
	color: #fff;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	display: inline-block
}

.uael-post-wrapper .uael-post__read-more .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-post-wrapper .uael-post__read-more .elementor-align-icon-right {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.uael-post-inf-loader {
	display: none;
	margin: 0 auto;
	min-height: 58px;
	line-height: 58px;
	width: 160px;
	text-align: center
}

.uael-post-inf-loader>div {
	width: 18px;
	height: 18px;
	background-color: #0085ba;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.uael-post-inf-loader .uael-post-loader-1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.uael-post-inf-loader .uael-post-loader-2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-bouncedelay {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@media (max-width:1024px) {
	.uael-post__columns-tablet-1 .uael-post-wrapper {
		width: 100%
	}

	.uael-post__columns-tablet-2 .uael-post-wrapper {
		width: 50%
	}

	.uael-post__columns-tablet-3 .uael-post-wrapper {
		width: 33.2%
	}

	.uael-post__columns-tablet-4 .uael-post-wrapper {
		width: 25%
	}

	.uael-post__columns-tablet-5 .uael-post-wrapper {
		width: 20%
	}

	.uael-post__columns-tablet-6 .uael-post-wrapper {
		width: 16.66%
	}

	.uael-post__columns-tablet-7 .uael-post-wrapper {
		width: 14.28%
	}

	.uael-post__columns-tablet-8 .uael-post-wrapper {
		width: 12.5%
	}

	.uael-post__columns-tablet-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
	.uael-post__columns-tablet-2 .uael-post-wrapper:nth-child(odd):not(.slick-slide),
	.uael-post__columns-tablet-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
	.uael-post__columns-tablet-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
	.uael-post__columns-tablet-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
	.uael-post__columns-tablet-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
	.uael-post__columns-tablet-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
	.uael-post__columns-tablet-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
		clear: left
	}

	.uael-post__columns-tablet-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
	.uael-post__columns-tablet-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
	.uael-post__columns-tablet-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
	.uael-post__columns-tablet-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
	.uael-post__columns-tablet-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
	.uael-post__columns-tablet-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
	.uael-post__columns-tablet-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
	.uael-post__columns-tablet-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
		clear: right
	}

	.uael-post_structure-featured.uael-featured_post_structure-inline .uael-post-grid__inner .uael-post-wrapper-featured,
	.uael-post_structure-featured.uael-featured_post_structure-stack .uael-post-wrapper-featured {
		width: 100%
	}
}

@media (max-width:767px) {
	.uael-post__columns-mobile-1 .uael-post-wrapper {
		width: 100%
	}

	.uael-post__columns-mobile-2 .uael-post-wrapper {
		width: 50%
	}

	.uael-post__columns-mobile-3 .uael-post-wrapper {
		width: 33.2%
	}

	.uael-post__columns-mobile-4 .uael-post-wrapper {
		width: 25%
	}

	.uael-post__columns-mobile-5 .uael-post-wrapper {
		width: 20%
	}

	.uael-post__columns-mobile-6 .uael-post-wrapper {
		width: 16.66%
	}

	.uael-post__columns-mobile-7 .uael-post-wrapper {
		width: 14.28%
	}

	.uael-post__columns-mobile-8 .uael-post-wrapper {
		width: 12.5%
	}

	.uael-post__columns-mobile-1 .uael-post-wrapper:nth-child(n+1):not(.slick-slide),
	.uael-post__columns-mobile-2 .uael-post-wrapper:nth-child(odd):not(.slick-slide),
	.uael-post__columns-mobile-3 .uael-post-wrapper:nth-child(3n+1):not(.slick-slide),
	.uael-post__columns-mobile-4 .uael-post-wrapper:nth-child(4n+1):not(.slick-slide),
	.uael-post__columns-mobile-5 .uael-post-wrapper:nth-child(5n+1):not(.slick-slide),
	.uael-post__columns-mobile-6 .uael-post-wrapper:nth-child(6n+1):not(.slick-slide),
	.uael-post__columns-mobile-7 .uael-post-wrapper:nth-child(7n+1):not(.slick-slide),
	.uael-post__columns-mobile-8 .uael-post-wrapper:nth-child(8n+1):not(.slick-slide) {
		clear: left
	}

	.uael-post__columns-mobile-1 .uael-post-wrapper:nth-child(n):not(.slick-slide),
	.uael-post__columns-mobile-2 .uael-post-wrapper:nth-child(2n):not(.slick-slide),
	.uael-post__columns-mobile-3 .uael-post-wrapper:nth-child(3n):not(.slick-slide),
	.uael-post__columns-mobile-4 .uael-post-wrapper:nth-child(4n):not(.slick-slide),
	.uael-post__columns-mobile-5 .uael-post-wrapper:nth-child(5n):not(.slick-slide),
	.uael-post__columns-mobile-6 .uael-post-wrapper:nth-child(6n):not(.slick-slide),
	.uael-post__columns-mobile-7 .uael-post-wrapper:nth-child(7n):not(.slick-slide),
	.uael-post__columns-mobile-8 .uael-post-wrapper:nth-child(8n):not(.slick-slide) {
		clear: right
	}

	.uael-posts-tabs-dropdown .uael-filters-dropdown {
		display: block;
		position: relative;
		margin-bottom: 20px
	}

	.uael-posts-tabs-dropdown .uael-filters-dropdown-button {
		background: #efefef;
		padding: 5px 15px 5px 15px;
		cursor: pointer;
		display: inline-block
	}

	.uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
		display: none;
		list-style: none;
		position: absolute;
		margin: 0;
		top: 100%;
		background-color: #fff;
		background-color: rgba(255, 255, 255, .95);
		z-index: 9;
		border: 1px solid #ededed
	}

	.uael-posts-tabs-dropdown .uael-post__header-filter {
		white-space: nowrap;
		display: block;
		background: #efefef;
		cursor: pointer;
		-webkit-transition: all .2s ease-in-out 0s;
		transition: all .2s ease-in-out 0s;
		border-style: none;
		margin: 0
	}

	.uael-posts-tabs-dropdown .uael-filters-dropdown-button::after {
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		margin-left: 6px
	}

	.uael-posts-tabs-dropdown .uael-post__header-filters {
		display: none
	}

	.uael-posts-tabs-dropdown ul.uael-filters-dropdown-list.show-list {
		display: block
	}

	.uael-posts-tabs-dropdown .uael-post__header-filter {
		padding: 5px 15px 5px 15px
	}

	.uael-post__filter-align-left .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
		left: 0;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.uael-post__filter-align-right .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
		left: auto;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.uael-post__filter-align-center .uael-posts-tabs-dropdown ul.uael-filters-dropdown-list {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.uael-posts-thumbnail-ratio .uael-post__thumbnail:not(.uael-post-wrapper__noimage) {
	position: relative
}

.uael-posts-thumbnail-ratio .uael-post__thumbnail img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.elementor-widget-uael-posts .uael-post__header ul.uael-post__header-filters {
	padding-left: unset
}

.elementor-widget-uael-posts .uael-post__header ul.uael-post__header-filters li {
	margin-left: unset
}

.theme-twentytwentyone .elementor-widget-uael-posts ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-posts ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
	background: unset
}

.uael-post-grid .slick-slide img {
	width: 100%
}

.uael-post-grid .slick-next,
.uael-post-grid .slick-next:focus,
.uael-post-grid .slick-next:hover,
.uael-post-grid .slick-prev,
.uael-post-grid .slick-prev:focus,
.uael-post-grid .slick-prev:hover {
	font-size: 0;
	line-height: 0;
	bottom: auto;
	position: absolute;
	top: 50%;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #aaa;
	border-color: #aaa;
	outline: 0;
	background: 0 0
}

.uael-post-grid .slick-next:before,
.uael-post-grid .slick-prev:before {
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-post-grid[data-equal-height=yes] .uael-post__inner-wrap {
	height: 100%
}

.uael-post__arrow-outside .uael-post-grid .slick-prev {
	left: -45px;
	z-index: 1
}

[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-prev {
	left: auto;
	right: -45px
}

.uael-post-grid .slick-next:before,
.uael-post-grid .slick-prev:before,
[dir=rtl] .uael-post-grid .slick-next:before,
[dir=rtl] .uael-post-grid .slick-prev:before {
	content: '';
	font-size: 0;
	line-height: 0
}

.uael-post__arrow-outside .uael-post-grid .slick-next {
	right: -45px;
	z-index: 2
}

[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-next {
	left: -45px;
	right: auto
}

.uael-post-grid .slick-next i,
.uael-post-grid .slick-next i:focus,
.uael-post-grid .slick-next i:hover,
.uael-post-grid .slick-prev i,
.uael-post-grid .slick-prev i:focus,
.uael-post-grid .slick-prev i:hover {
	font-size: 20px;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-post-grid ul.slick-dots {
	padding-top: 0;
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center
}

.uael-post-grid ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.uael-post-grid ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.uael-post-grid ul.slick-dots li button:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-post-grid ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.uael-post__arrow-inside .uael-post-grid .slick-prev {
	left: 25px;
	z-index: 1
}

[dir=rtl] .uael-post__arrow-inside .uael-post-grid .slick-prev {
	left: auto;
	right: 25px
}

.uael-post__arrow-inside .uael-post-grid .slick-next {
	right: 25px;
	z-index: 2
}

[dir=rtl] .uael-post__arrow-inside .uael-post-grid .slick-next {
	left: 25px;
	right: auto
}

@media (max-width:1024px) {
	.uael-post__arrow-outside .uael-post-grid .slick-prev {
		left: 15px;
		z-index: 1
	}

	[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-prev {
		left: auto;
		right: 15px
	}

	.uael-post__arrow-outside .uael-post-grid .slick-next {
		right: 15px;
		z-index: 2
	}

	[dir=rtl] .uael-post__arrow-outside .uael-post-grid .slick-next {
		left: 15px;
		right: auto
	}
}

.elementor-widget-uael-price-table .uael-price-table-container {
	overflow: hidden;
	background-color: #f9f9f9
}

.elementor-widget-uael-price-table:hover {
	z-index: 9
}

.uael-price-table-feature-content {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-price-features-simple .uael-price-table-feature-content {
	padding: 10px 20px
}

.uael-price-features-borderbox .uael-price-table-feature-content,
.uael-price-features-divider .uael-price-table-feature-content,
.uael-price-features-strips .uael-price-table-feature-content {
	padding: 15px 20px
}

.uael-pricing-style-1 .uael-price-table-header,
.uael-pricing-style-2 .uael-price-table-header,
.uael-pricing-style-3 .uael-pricing-heading-wrap,
.uael-pricing-style-4 .uael-price-table-header {
	padding: 20px
}

.uael-price-table .uael-price-table-cta,
.uael-pricing-style-1 .uael-price-table-price-wrap,
.uael-pricing-style-4 .uael-price-table-price-wrap {
	padding: 40px 20px
}

.uael-module-content.uael-price-table-container {
	position: relative
}

.uael-price-table {
	text-align: center
}

.uael-price-table .uael-price-table-heading {
	margin: 0;
	padding: 0
}

.uael-pricing-duration {
	padding: 0 4px
}

.uael-price-table .uael-price-table-original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.uael-price-box__original-price-position-right .uael-price-table .uael-price-table-original-price {
	margin-right: unset;
	margin-left: 15px
}

.uael-price-table .uael-strike-tooltip-template {
	display: none
}

.uael-price-box__original-price-position-top .uael-price-table-original-price {
	display: inline-block;
	margin-right: unset
}

.uael-price-table .uael-pricing-value {
	color: #555;
	font-weight: 600;
	font-size: 65px
}

.uael-price-table .uael-price-table-pricing .uael-price-typo-excluded {
	line-height: initial;
	letter-spacing: initial;
	text-transform: initial;
	font-weight: initial;
	font-size: initial;
	font-style: initial
}

.tooltipster-base.uael-tooltipster-active.uael-price-table-tooltip,
.uael-price-table .uael-price-table-beside-price,
.uael-price-table-price-wrap,
.uael-pricing-value {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-price-table .uael-price-table-beside-price {
	text-align: left;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.uael-price-heading-icon,
.uael-pricing-container {
	line-height: 1em;
	display: inline-block;
	vertical-align: middle
}

.uael-price-table .uael-price-currency-normal,
.uael-price-table .uael-price-table-integer-part {
	line-height: 1em
}

.uael-price-table .uael-price-table-currency,
.uael-price-table .uael-price-table-fractional-part {
	line-height: 1.2em;
	font-size: .4em
}

.uael-price-table .uael-price-table-currency {
	margin-right: 2px
}

.uael-price-table .uael-price-table-beside-price {
	margin-left: 2px
}

.uael-price-table .uael-price-table-duration {
	width: 100%;
	font-size: 13px;
	font-weight: 400
}

.uael-price-table .uael-price-table-features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1
}

.uael-price-table .uael-price-table-features-list i {
	margin-right: 10px;
	font-size: 1em
}

.uael-price-table .uael-price-table-disclaimer {
	margin: 0;
	font-size: 13px;
	line-height: 1.4
}

.uael-price-features-borderbox .uael-price-table-features-list li:before,
.uael-price-features-borderbox .uael-price-table-features-list li:last-child:after,
.uael-price-features-divider .uael-price-table-features-list li:not(:first-child):before {
	content: '';
	display: block;
	border: 0 solid rgba(122, 122, 122, .3)
}

.uael-cta-link-icon {
	display: inline-block;
	vertical-align: middle
}

.uael-price-features-simple.elementor-animation-float:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.uael-price-features-simple.elementor-animation-sink:hover {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.uael-price-features-simple.elementor-animation-float,
.uael-price-features-simple.elementor-animation-sink {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

@-webkit-keyframes uael-animation-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes uael-animation-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}

	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px)
	}

	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px)
	}

	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.uael-price-features-simple.elementor-animation-wobble-vertical:hover {
	-webkit-animation-name: uael-animation-wobble-vertical;
	animation-name: uael-animation-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-pricing-style-2 .uael-price-table .uael-price-table-cta,
.uael-pricing-style-2 .uael-price-table .uael-price-table-price-wrap {
	padding: 30px 20px
}

.uael-pricing-style-2 .uael-pricing-value {
	font-size: 50px
}

.uael-pricing-style-2 .uael-price-table .uael-price-table-features-list {
	padding: 20px 0
}

.uael-pricing-style-2 .elementor-button {
	-webkit-border-radius: 40px;
	border-radius: 40px
}

.uael-price-table-price-wrap,
.uael-pricing-value {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.uael-pricing-style-3 .uael-price-table-pricing {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #eaeaea;
	border-color: #f9f9f9
}

.uael-pricing-style-3 .uael-price-table .uael-pricing-value {
	font-size: 40px
}

.uael-pricing-style-3 .uael-price-table .uael-price-table-features-list {
	padding: 20px 0 0 0
}

.uael-price-table-ribbon-1 {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 15em;
	overflow: hidden;
	height: 15em
}

.uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
	text-align: center;
	left: 0;
	width: 150%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000
}

.uael-price-table-ribbon-1.uael-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto
}

.uael-price-table-ribbon-1.uael-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0
}

.uael-price-table-ribbon-content {
	z-index: 9;
	background: #000;
	color: #fff
}

.elementor-widget-uael-price-table .uael-price-table-container {
	overflow: visible !important
}

.uael-price-table-ribbon-2 .uael-price-table-ribbon-content {
	color: #fff;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 0
}

.uael-price-table-ribbon-2.uael-ribbon-left .uael-price-table-ribbon-content {
	left: 0;
	-webkit-transform: translateX(-40%) translateY(-40%);
	-ms-transform: translateX(-40%) translateY(-40%);
	transform: translateX(-40%) translateY(-40%)
}

.uael-price-table-ribbon-2.uael-ribbon-right .uael-price-table-ribbon-content {
	right: 0;
	-webkit-transform: translateX(40%) translateY(-40%);
	-ms-transform: translateX(40%) translateY(-40%);
	transform: translateX(40%) translateY(-40%)
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after,
.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	right: 0;
	border-bottom: 8px solid transparent
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content:after {
	border-left: 8px solid rgba(0, 0, 0, .2)
}

.uael-price-table-ribbon-3 .uael-price-table-ribbon-content {
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 0 4px;
	padding: 3px 15px;
	position: absolute;
	top: 30%;
	right: -8px
}

.rtl .uael-price-table-ribbon-1 {
	position: absolute;
	top: 0;
	width: 15em;
	overflow: hidden;
	height: 15em
}

.rtl .uael-price-table-ribbon-1 .uael-price-table-ribbon-content {
	text-align: center;
	left: 0;
	width: 150%;
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase
}

.rtl .uael-price-table-ribbon-1,
.rtl .uael-price-table-ribbon-1.uael-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto
}

.rtl .uael-price-table-ribbon-1.uael-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0
}

.rtl .uael-price-table-price-wrap,
.rtl .uael-pricing-value {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.uael-features-text {
	padding-left: 10px;
	padding-right: 10px
}

.tooltipster-noir.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
	-webkit-border-radius: 0;
	border-radius: 0
}

.tooltipster-sidetip.tooltipster-noir.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	height: 11px;
	margin-left: -11px;
	width: 22px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-noir.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	height: 22px;
	margin-left: 0;
	margin-top: -11px;
	width: 13px
}

.tooltipster-base.uael-tooltipster-active.uael-price-table-tooltip {
	pointer-events: none;
	position: absolute
}

.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fade.tooltipster-show {
	opacity: 1
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall {
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall.tooltipster-initial {
	top: 0 !important
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide {
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15)
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide.tooltipster-initial {
	left: -40px !important
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0
}

@-webkit-keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-fade {
	-webkit-animation: tooltipster-fading .2s;
	animation: tooltipster-fading .2s
}

@-webkit-keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-rotate {
	-webkit-animation: tooltipster-rotating .2s;
	animation: tooltipster-rotating .2s
}

@-webkit-keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.uael-tooltipster-active.uael-price-table-tooltip.tooltipster-update-scale {
	-webkit-animation: tooltipster-scaling .2s;
	animation: tooltipster-scaling .2s
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
	background: #565656;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
	margin-top: 12px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
	margin-right: 12px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
	margin-left: 12px
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-box {
	margin-bottom: 12px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-content {
	color: #fff;
	line-height: 18px;
	padding: 6px 14px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	overflow: hidden;
	position: absolute
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	height: 12px;
	margin-left: -10px;
	top: 0;
	width: 25px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	top: 0;
	width: 10px
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	right: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	left: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow {
	bottom: 0;
	height: 13px;
	margin-left: -10px;
	width: 25px
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background,
.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
	border: 12px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-left.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
	border-left-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.tooltipster-top.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: 0
}

.tooltipster-sidetip.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
	position: relative
}

.tooltipster-sidetip.tooltipster-bottom.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
	top: -10px
}

.tooltipster-sidetip.tooltipster-right.uael-tooltipster-active.uael-price-table-tooltip .tooltipster-arrow-uncropped {
	left: -10px
}

.tooltipstered.uael-price-table-feature-content {
	cursor: pointer
}

.uael-price-table .uael-tooltip-container {
	display: none
}

.uael-features-text p {
	margin-bottom: 0
}

@media(max-width:1024px) {

	.uael-features-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-arrow,
	.uael-features-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-box {
		display: none
	}

	.uael-features-tooltip-hide-tablet .tooltipstered.uael-price-table-feature-content {
		cursor: auto
	}
}

@media(max-width:767px) {

	.uael-features-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-arrow,
	.uael-features-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-box {
		display: none
	}

	.uael-features-tooltip-hide-mobile .tooltipstered.uael-price-table-feature-content {
		cursor: auto
	}
}

@media (max-width:1024px) {

	.uael-strike-price-tooltip-hide-tablet .uael-strike-tooltip,
	.uael-strike-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-arrow,
	.uael-strike-tooltip-hide-tablet.uael-tooltipster-active .tooltipster-box {
		display: none
	}
}

@media(max-width:767px) {

	.uael-strike-price-tooltip-hide-mobile .uael-strike-tooltip,
	.uael-strike-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-arrow,
	.uael-strike-tooltip-hide-mobile.uael-tooltipster-active .tooltipster-box {
		display: none
	}
}

.tooltipster-sidetip.uael-price-table-tooltip {
	min-height: 40px !important
}

.uael-price-list {
	margin: 0
}

.uael-pl-price-position-below .uael-pl-price-outer,
.uael-price-list-above .uael-pl-price-outer,
.uael-price-list-above .uael-price-list-separator,
.uael-price-list-above.uael-price-list .uael-price-list-item {
	display: block
}

.uael-pl-price-outer {
	display: none
}

.uael-price-list .uael-price-list-item,
.uael-price-list .uael-price-list-item .uael-price-list-text {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-moz-box-align: start;
	align-items: flex-start
}

.uael-price-list .uael-price-list-header,
.uael-price-list .uael-price-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex
}

.uael-price-list .uael-price-list-item .uael-price-list-text {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-moz-box-flex: 1;
	flex-grow: 1
}

.uael-price-list .uael-price-list-item .uael-price-list-header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-weight: 600
}

.uael-price-list .uael-price-list-item .uael-price-list-separator {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 0
}

.uael-price-list-shape-rounded img {
	-webkit-border-radius: 10%;
	border-radius: 10%
}

.uael-price-list-shape-default img {
	-webkit-border-radius: 0%;
	border-radius: 0
}

.uael-price-list-shape-circle img {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-price-list .uael-price-list-item p.uael-price-list-description {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin: 0
}

.uael-price-list-right .uael-price-list-image {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.uael-price-list-image {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.uael-price-list-image img {
	min-width: 100%
}

.uael-price-list-above .uael-price-list-item .uael-price-list-title,
.uael-price-list-above .uael-price-wrapper,
.uael-price-list-image img {
	width: 100%
}

.uael-price-list-above .uael-price-list-item .uael-price-list-title {
	max-width: 100%
}

.uael-price-list-text .uael-price-wrapper .uael-price-list-price.has-discount {
	text-decoration: line-through;
	opacity: .7
}

.uael-price-list-discount-price {
	margin-left: 5px
}

.uael-align-price-list-left .uael-price-list-text {
	text-align: left
}

.uael-align-price-list-left .uael-price-list-image {
	margin-right: auto;
	margin-left: 0
}

.uael-align-price-list-right .uael-price-list-text {
	text-align: right
}

.uael-align-price-list-right .uael-price-list-image {
	margin-left: auto;
	margin-right: 0
}

.uael-align-price-list-center .uael-price-list-text {
	text-align: center
}

.uael-align-price-list-center .uael-price-list-image {
	margin-right: auto;
	margin-left: auto
}

.uael-pl-price-position-below .uael-price-list-header {
	display: block
}

@media(max-width:768px) {
	.uael-pricelist-stack-tablet .uael-price-list .uael-price-list-item {
		display: block
	}

	.uael-align-price-list-tablet-left .uael-price-list-text {
		text-align: left
	}

	.uael-align-price-list-tablet-left .uael-price-list-image {
		margin-right: auto;
		margin-left: 0
	}

	.uael-align-price-list-tablet-right .uael-price-list-text {
		text-align: right
	}

	.uael-align-price-list-tablet-right .uael-price-list-image {
		margin-left: auto;
		margin-right: 0
	}

	.uael-align-price-list-tablet-center .uael-price-list-text {
		text-align: center
	}

	.uael-align-price-list-tablet-center .uael-price-list-image {
		margin-right: auto;
		margin-left: auto
	}
}

@media(max-width:479px) {
	.uael-pricelist-stack-tablet .uael-price-list-title {
		width: 100%
	}

	.uael-pricelist-stack-tablet .uael-pl-price-outer {
		display: block
	}

	.uael-pricelist-stack-tablet .uael-pl-price-inner,
	.uael-pricelist-stack-tablet .uael-price-list-separator {
		display: none
	}

	.uael-pricelist-stack-mobile .uael-price-list-title {
		width: 100%
	}

	.uael-pricelist-stack-mobile .uael-pl-price-outer {
		display: block
	}

	.uael-pricelist-stack-mobile .uael-pl-price-inner,
	.uael-pricelist-stack-mobile .uael-price-list-separator {
		display: none
	}

	.uael-pricelist-stack-mobile .uael-price-list .uael-price-list-item {
		display: block
	}

	.uael-align-price-list-mobile-left .uael-price-list-text {
		text-align: left
	}

	.uael-align-price-list-mobile-left .uael-price-list-image {
		margin-right: auto !important;
		margin-left: 0 !important
	}

	.uael-align-price-list-mobile-right .uael-price-list-text {
		text-align: right
	}

	.uael-align-price-list-mobile-right .uael-price-list-image {
		margin-left: auto !important;
		margin-right: 0 !important
	}

	.uael-align-price-list-mobile-center .uael-price-list-text {
		text-align: center
	}

	.uael-align-price-list-mobile-center .uael-price-list-image {
		margin-right: auto !important;
		margin-left: auto !important
	}
}

.elementor-grid.uael-style-floating.uael-floating-align-right,
.uael-style-floating.uael-container.uael-floating-align-right {
	left: unset;
	right: 0
}

.elementor-grid.uael-style-floating.uael-floating-align-left,
.uael-style-floating.uael-container.uael-floating-align-left {
	left: 0;
	right: unset
}

.uael-style-floating .elementor-grid {
	position: fixed;
	top: 32%;
	z-index: 9998;
	left: 0;
	cursor: pointer;
	display: block
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #1185fe
}

.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #0077b5
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #c8232c
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #ff4301
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #4c75a3
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #34526f
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #005be2
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #00aff0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #f74425
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #08c
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #126567
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #25d366
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text svg.uae-share-bluesky path,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon svg.uae-share-bluesky path,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text svg.uae-share-bluesky path,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text svg.uae-share-bluesky path,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text svg.uae-share-bluesky path,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon svg.uae-share-bluesky path,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text svg.uae-share-bluesky path,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text svg.uae-share-bluesky path {
	fill: #0088cc
}

.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #08c
}

.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #046082;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed {
	border: 2px solid #046082
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed .uael-share-btn__text {
	color: #b52028;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #b52028
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #e83d01;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #e83d01
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #456a94;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #456a94
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #d37326;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #d37326
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #2e4963;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #2e4963
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #0053cf;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #0053cf
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #00a8e6;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #00a8e6
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #db3c21;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-framed.uaelbtn--skin-framed {
	border: 2px solid #db3c21
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #007dbb;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #007dbb
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #115d5f;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #115d5f
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #21be5c;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #21be5c
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #3b5998;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #08c;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #3b5998;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #0e76a8;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #0e76a8;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #b52028
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #b52028;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #e83d01
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #456a94
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #d37326
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #2e4963
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #0053cf
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #00a8e6
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #db3c21
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #007dbb
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #115d5f
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #21be5c
}

.uael-share-btn {
	border-width: 2px
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	margin-left: -.2em
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	padding-left: .9em
}

.uael-style-inline .elementor-grid .uael-share-btn.uaelbtn--skin-boxed {
	border-style: solid
}

a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed {
	color: #000
}

a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed {
	color: #08c
}

a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-boxed {
	color: #000
}

.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #3b5998;
	background: 0 0
}

a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed {
	color: #3b5998
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #0077b5;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #0077b5;
	background: 0 0
}

a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed {
	color: #0077b5
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #bd081c;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #bd081c;
	background: 0 0
}

a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed {
	color: #bd081c
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #ff4500;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #ff4500;
	background: 0 0
}

a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed {
	color: #ff4500
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #45668e;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #45668e;
	background: 0 0
}

a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed {
	color: #45668e
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #f4731c;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #f4731c;
	background: 0 0
}

a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed {
	color: #f4731c
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #35465c;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #35465c;
	background: 0 0
}

a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed {
	color: #35465c
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #005be2;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #005be2;
	background: 0 0
}

a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed {
	color: #005be2
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #00aff0;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #00aff0;
	background: 0 0
}

a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed {
	color: #00aff0
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #eb4924;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #eb4924;
	background: 0 0
}

a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed {
	color: #eb4924
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #2ca5e0;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #2ca5e0;
	background: 0 0
}

a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed {
	color: #2ca5e0
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #ef3f56;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
	color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #026466;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #026466;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #08c;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #3b5998;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #0077b5;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #bd081c;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #ff4500;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #45668e;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #f4731c;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #005be2;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #00aff0;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #eb4924;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #2ca5e0;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #ef3f56;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #026466;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #25d366;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #35465c;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #25d366;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #25d366;
	background: 0 0
}

a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-boxed {
	color: #25d366
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #ed812b
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #385490;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #385490
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #0e76a8;
	background: 0 0
}

.uael-share-btn {
	border-width: 2px
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	margin-left: -.2em
}

.uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	padding-left: .9em
}

.uael-style-floating .elementor-grid .uael-share-btn.uaelbtn--skin-boxed {
	border-style: solid
}

a.uael-share-btn-twitter .uael-share-btn.uaelbtn--skin-boxed {
	color: #000
}

a.uael-share-btn-bluesky .uael-share-btn.uaelbtn--skin-boxed {
	color: #08c
}

a.uael-share-btn-threads .uael-share-btn.uaelbtn--skin-boxed {
	color: #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #3b5998;
	background: 0 0
}

a.uael-share-btn-facebook .uael-share-btn.uaelbtn--skin-boxed {
	color: #3b5998
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #0077b5;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #0077b5;
	background: 0 0
}

a.uael-share-btn-linkedin .uael-share-btn.uaelbtn--skin-boxed {
	color: #0077b5
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #bd081c;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #bd081c;
	background: 0 0
}

a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-boxed {
	color: #bd081c
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #ff4500;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #ff4500;
	background: 0 0
}

a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-boxed {
	color: #ff4500
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #45668e;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #45668e;
	background: 0 0
}

a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-boxed {
	color: #45668e
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #f4731c;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #f4731c;
	background: 0 0
}

a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-boxed {
	color: #f4731c
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #35465c;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #35465c;
	background: 0 0
}

a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-boxed {
	color: #35465c
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #005be2;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #005be2;
	background: 0 0
}

a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-boxed {
	color: #005be2
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #00aff0;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #00aff0;
	background: 0 0
}

a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-boxed {
	color: #00aff0
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #eb4924;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #eb4924;
	background: 0 0
}

a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-boxed {
	color: #eb4924
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #2ca5e0;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #2ca5e0;
	background: 0 0
}

a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-boxed {
	color: #2ca5e0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #ef3f56;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
	color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pinterest .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #bd081c;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-reddit .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #ff4500;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-vk .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #45668e;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-odnoklassniki .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #f4731c;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-digg .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #005be2;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-skype .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #00aff0;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-stumbleupon .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #eb4924;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-telegram .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #2ca5e0;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #ef3f56;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #026466;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-whatsapp .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #25d366;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-tumblr .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #35465c;
	color: #fff
}

.elementor-grid.uael-floating-align-left {
	left: 0;
	right: auto
}

.elementor-grid.uael-floating-align-right {
	right: 0;
	left: auto
}

.uael-share-btn__icon {
	background-color: #3b5998
}

.uael-share-btn__icon.uaelbtn--skin-gradient .uael-share-btn__icon {
	background-color: #3b5998;
	color: #fff
}

.uael-share-btn,
.uael-share-btn__icon,
.uael-share-btn__text,
.uael-total-share-btn,
span.uael-total-share-btn__icon,
span.uael-total-share-btn__title {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.uael-share-btn {
	overflow: hidden;
	font-size: 10px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-transition-property: background-color, border-color, -webkit-filter;
	transition-property: background-color, border-color, -webkit-filter;
	transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color, -webkit-filter;
	height: 4.4em;
	cursor: pointer
}

.uael-share-btn__text {
	font-size: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	font-weight: 100
}

.uael-share-btn__icon i {
	font-size: 1.7em
}

.uael-share-btn__icon {
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 4.5em;
	position: relative
}

.uael-share-btn__title {
	font-weight: 700;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.uael-share-buttons--view-icon .uael-share-btn__icon,
.uael-share-buttons--view-icon .uael-share-btn__text,
.uael-share-buttons--view-text .uael-share-btn__icon,
.uael-share-buttons--view-text .uael-share-btn__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed {
	-webkit-border-radius: 99.9em;
	border-radius: 99.9em;
	border-color: green;
	border-style: solid
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed div.uael-share-btn__text,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed span.uael-share-btn__icon {
	background-color: #fff
}

.uael-share-btn.elementor-animation-.uaelbtn-shape-circle.uaelbtn--skin-framed {
	border: 2px #3b5998 solid
}

.uael-share-btn .uael-share-btn__icon {
	background-color: #3b5998
}

.uael-share-btn .uael-share-btn__text {
	background-color: #ea4335
}

.uaelbtn--skin-gradient .uael-share-btn__text {
	background-color: #37538d;
	color: #fff
}

.uaelbtn--skin-gradient .uael-share-btn__icon {
	background-color: #3b5998;
	color: #fff
}

.uaelbtn--skin-gradient .uael-share-btn__icon,
.uaelbtn--skin-gradient .uael-share-btn__text {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent)
}

.elementor-grid-item .uael-share-btn .uaelbtn--skin-framed {
	color: #3b5998;
	border-color: #3b5998
}

.uael-share-btn.uaelbtn-shape-rounded {
	-webkit-border-radius: 0.5em;
	border-radius: .5em
}

.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook,
.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-rounded .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
	background-color: #fff
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__icon.uael-share-btn__icon--fab.fa-twitter,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter .uael-share-btn__title {
	color: #1da1f2
}

.elementor-grid-item .uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed {
	border-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed {
	border-width: 2px;
	border-color: #1984bc;
	border-style: solid
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-facebook,
.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-framed span.uael-share-btn__icon.uael-share-btn__icon--fab.fa-twitter {
	background-color: #fff
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin {
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #0077b5
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-square.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook {
	background-color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #3b5998
}

.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__icon.uael-share-btn__icon--fab.fa-linkedin,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-framed .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin .uael-share-btn__title {
	color: #0077b5
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-facebook {
	background-color: #355089
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-twitter {
	background-color: #1da1f2
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-gradient .uael-share-btn__text.uael-share-btn__text--fab.fa-linkedin {
	background-color: #0071ac
}

.uael-share-btn.uaelbtn-shape-circle,
.uael-share-btn.uaelbtn-shape-circle.uaelbtn--skin-minimal span.uael-share-btn__icon {
	-webkit-border-radius: 99.9em;
	border-radius: 99.9em
}

.elementor-grid.uael-style-floating .uael-share-btn:hover,
.elementor-grid.uael-style-inline .uael-share-btn:hover {
	-webkit-filter: saturate(1.5) brightness(1.2);
	filter: saturate(1.5) brightness(1.2)
}

.fab {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #000
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #000;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 0;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: 0
}

.tooltip:hover .tooltiptext {
	visibility: visible
}

.uael-share-btn.uaelbtn-shape-rounded.uaelbtn--skin-minimal span.uael-share-btn__icon {
	-webkit-border-radius: 0.5em;
	border-radius: .5em
}

.uael-total-share-btn {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start;
	-webkit-transition-property: background-color, border-color, -webkit-filter;
	transition-property: background-color, border-color, -webkit-filter;
	transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color, -webkit-filter;
	height: 4em;
	cursor: pointer
}

span.uael-total-share-btn__icon {
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	font-weight: 100
}

span.uael-total-share-btn__title {
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	flex-grow: 1;
	text-align: center;
	font-weight: 100
}

.elementor-share-buttons--align-right .elementor-grid {
	text-align: right
}

.elementor-share-buttons--align-left .elementor-grid {
	text-align: left
}

.elementor-share-buttons--align-center .elementor-grid {
	text-align: center
}

.elementor-share-buttons--align-justify .elementor-grid {
	text-align: justify
}

@media only screen and (max-width:1024px) {
	.elementor-share-buttons-tablet--align-right .elementor-grid {
		text-align: right
	}

	.elementor-share-buttons-tablet--align-left .elementor-grid {
		text-align: left
	}

	.elementor-share-buttons-tablet--align-center .elementor-grid {
		text-align: center
	}

	.elementor-share-buttons-tablet--align-justify .elementor-grid {
		text-align: justify
	}
}

@media only screen and (max-width:767px) {
	.elementor-share-buttons-mobile--align-right .elementor-grid {
		text-align: right
	}

	.elementor-share-buttons-mobile--align-left .elementor-grid {
		text-align: left
	}

	.elementor-share-buttons-mobile--align-center .elementor-grid {
		text-align: center
	}

	.elementor-share-buttons-mobile--align-justify .elementor-grid {
		text-align: justify
	}
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #323b43;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #323b43
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #323b43;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #323b43;
	color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #323b43;
	background: 0 0
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed {
	color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #323b43;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #323b43;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #323b43;
	color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #323b43;
	background: 0 0
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed {
	color: #323b43
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #aaa;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #aaa
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #aaa;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #aaa;
	color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #aaa;
	background: 0 0
}

a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed {
	color: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #aaa;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #aaa
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #aaa;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #aaa;
	color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #aaa;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #ea4335
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #ea4335
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #ea4335;
	color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed {
	color: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #ea4335
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #ea4335;
	color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #39f;
	color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #39f;
	color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #39f;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #39f;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #39f;
	color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #39f;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #39f
}

.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #39f;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #ef3f56;
	color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #ef3f56
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #ef3f56;
	color: #fff
}

.elementor-grid.uael-style-floating a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
	color: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background-color: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-flat span.uael-share-btn__icon {
	background-color: #ef3f56;
	color: #fff
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	color: #fff;
	background: #ef3f56
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
	border: 2px solid transparent
}

.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.elementor-grid.uael-style-inline a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	background: #ef3f56;
	color: #fff
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-boxed {
	color: #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
	background: #ea4335;
	color: #fff
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat {
	color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
	background: #ea4335;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #d33c30
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient {
	color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #ea4335;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
	color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #ea4335;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
	color: #d63d31
}

.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

.elementor-grid.uael-style-floating a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.elementor-grid.uael-style-inline a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed,
.uael-style-inline .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #ea4335
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
	background: #ef3f56;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient {
	color: #d8394e
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #ef3f56;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
	color: #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #ef3f56
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
	background: #989898;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	background: #aaa;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #989898;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #989898;
	background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #989898;
	color: #fff
}

a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal {
	color: #989898
}

.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
	background: #989898;
	color: #fff
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat,
a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat {
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	background: #000;
	color: #fff
}

a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal {
	color: #000
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	background: #443f3f;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #000;
	color: #fff
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
	background: #ea4335;
	color: #fff
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-flat {
	color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #ea4335;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #d33c30
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-gradient {
	color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-minimal {
	color: #d63d31
}

.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #ea4335;
	background: 0 0
}

a.uael-share-btn-email .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-xing .uael-share-btn.uaelbtn--skin-boxed {
	color: #026466
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #ef3f56;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-gradient {
	color: #d8394e
}

a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal {
	color: #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #ef3f56;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-pocket .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #ef3f56
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
	background: #989898;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
	background: #aaa;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #989898
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #989898;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #989898;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #989898
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #989898;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #989898;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-print .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
	background: #989898;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text {
	background: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon {
	background: #443f3f;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #151515
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #000
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #000;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-buffer .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text {
	color: #000;
	background: 0 0
}

.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #39f
}

.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #39f;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__text {
	color: #fff;
	background: #2f8ce9
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__icon {
	background: #39f;
	color: #fff
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal .uael-share-btn__text {
	color: #39f;
	background: 0 0
}

a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-flat,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-gradient,
a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-minimal {
	color: #39f
}

.elementor-grid.uael-style-floating a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.elementor-grid.uael-style-inline a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__text,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__icon,
.uael-style-inline .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed .uael-share-btn__text {
	color: #39f;
	background: 0 0
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-framed {
	border: 2px solid #39f
}

.uael-style-floating .elementor-grid a.uael-share-btn-delicious .uael-share-btn.uaelbtn--skin-boxed .uael-share-btn__icon {
	background: #39f;
	color: #fff
}

.elementor-widget-uael-social-share .uael-total-share-btn__titlex,
.elementor-widget-uael-social-share span.uael-total-share-btn__iconx {
	font-size: 1.5em
}

.elementor-widget-uael-social-share .uael-total-share-btn__titlex {
	padding: 6px
}

.elementor-widget-uael-social-share span.uael-total-share-btn__iconx {
	padding: 12px
}

.uael-total-share-btn__iconx i.eicon-share {
	font-weight: 800
}

.uael-table-wrapper {
	overflow-x: auto
}

.uael-table {
	border-spacing: 0;
	margin: 0;
	table-layout: auto;
	border-collapse: collapse
}

.uael-advance-heading,
.uael-table span.sort-style,
.uael-tbl-entry-wrapper,
.uael-tbl-search-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-advance-heading {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.uael-advance-heading .uael-tbl-entry-wrapper select {
	height: auto;
	margin-left: 5px;
	margin-right: 5px
}

.uael-advance-heading .uael-tbl-search-wrapper input {
	height: auto;
	margin-left: 10px
}

.uael-table span.sort-style,
.uael-tbl-entry-wrapper,
.uael-tbl-search-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-advance-heading .uael-tbl-search-wrapper input {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 12px 20px 12px 40px
}

.uael-table-wrapper .dataTables_paginate {
	display: none
}

.uael-table-row .uael-table-col {
	vertical-align: middle
}

.uael-table__text-inner,
td .uael-table__text,
th .uael-table__text {
	display: inline-block
}

.uael-align-icon--left {
	margin-right: 12px;
	display: inline-block
}

.uael-align-icon--right {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	order: 3;
	margin-left: 12px;
	display: inline-block
}

.uael-col-img--left {
	margin-right: 12px;
	display: inline-block;
	vertical-align: middle
}

.uael-col-img--right {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	order: 2;
	margin-left: 12px;
	display: inline-block;
	vertical-align: middle
}

.uael-sort-icon {
	float: right;
	margin-left: 5px
}

tr.uael-table-row td {
	border-bottom: 1px solid #eee
}

tr.uael-table-row th {
	border-bottom: none
}

.uael-table-wrapper table tbody tr:hover>td,
.uael-table-wrapper table tbody tr:hover>th,
.uael-table-wrapper table tbody>tr:nth-child(odd)>td,
.uael-table-wrapper table tbody>tr:nth-child(odd)>th {
	background-color: inherit
}

@media (max-width:767px) {

	.uael-advance-heading div,
	.uael-advance-heading input,
	.uael-advance-heading label,
	.uael-advance-heading select {
		display: block;
		width: 100% !important
	}

	.uael-advance-heading .uael-tbl-entry-wrapper select,
	.uael-advance-heading .uael-tbl-search-wrapper input {
		margin: 0;
		margin-top: 5px
	}

	.uael-tbl-entry-wrapper {
		margin-bottom: 20px
	}

	.uael-advance-heading {
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.uael-table-wrapper table[data-responsive=yes] thead {
		display: none
	}

	.uael-table-wrapper table[data-responsive=yes] tbody .uael-table-row .uael-table-col .uael-table-head {
		display: block;
		width: 100%;
		border-top-width: 0;
		border-left-width: 0;
		border-right: 1px solid #bbb;
		vertical-align: middle;
		text-align: center;
		border-bottom-width: 0
	}

	.uael-table-wrapper table[data-responsive=yes] tbody tr .uael-table-body-cell-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: -moz-box;
		display: flex;
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		justify-content: space-between;
		margin-top: -1px;
		padding: 0 !important
	}

	table[data-responsive=yes] .uael-table-body-cell-text span.uael-table__text {
		display: inline-block;
		width: 100%;
		padding: 15px;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
}

.hide-entry,
.hide-lbl-entry {
	display: none
}

.show-entry,
.show-lbl-entry {
	display: block
}

.uael-table span.sort-style {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.uael-table-col {
	border: none
}

.uael-sort-icon:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900
}

.sorting .uael-sort-icon:after {
	content: "\f0dc"
}

.sorting_asc .uael-sort-icon:after {
	content: "\f0de"
}

.sorting_desc .uael-sort-icon:after {
	content: "\f0dd"
}

table[data-responsive=yes] tbody .uael-table-head {
	display: none
}

@media (max-width:767px) {
	.elementor-widget-uael-table .uael-table-wrapper table[data-responsive=yes] tbody tr:nth-child(odd) {
		background: #fff
	}

	.elementor-widget-uael-table .uael-table-wrapper table[data-responsive=yes] tbody tr.uael-table-row div.responsive-header-text {
		border-top-width: 0;
		border-left-width: 0;
		border-bottom-width: 0
	}
}

.uael-header-sticky-yes .uael-table-wrapper thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100
}

@media screen and (max-width:600px) {
	.admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
		top: 0
	}
}

@media screen and (min-width:601px) and (max-width:782px) {
	.admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
		top: 45px
	}
}

@media (min-width:783px) {
	.admin-bar .uael-header-sticky-yes .uael-table-wrapper thead {
		top: 30px
	}
}

.uael-header-sticky-yes .uael-table-wrapper {
	overflow: unset
}

.theme-twentytwentytwo .uael-table-wrapper table.uael-table {
	width: 100%
}

.uael-toc-header {
	display: table;
	width: 100%;
	margin-bottom: 18px
}

.uael-toc-heading,
.uael-toc-heading a,
.uael-toc-switch {
	display: table-cell;
	text-align: left;
	vertical-align: middle
}

.uael-toc-auto-collapse .uael-toc-header,
.uael-toc-hidden .uael-toc-header {
	margin-bottom: 0
}

.uael-toc-switch .uael-icon::before {
	content: "\f106";
	font-size: 20px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center
}

.uael-toc-auto-collapse .uael-toc-switch .uael-icon:before,
.uael-toc-hidden .uael-toc-switch .uael-icon:before {
	content: "\f107"
}

.uael-toc-switch {
	text-align: right
}

.uael-toc-wrapper {
	display: inline-block;
	padding: 25px;
	min-width: 100%
}

.uael-toc-switch {
	margin-left: 15px;
	cursor: pointer
}

.uael-toc-list li {
	text-align: left
}

.uael-toc-list ul:first-child li:first-child {
	margin-top: 0
}

.uael-toc-heading,
.uael-toc-heading a {
	font-size: 25px
}

.uael-toc-content-wrapper {
	font-size: 16px
}

.uael-scroll-top-icon,
.uael-toc-auto-collapse .uael-separator-parent,
.uael-toc-auto-collapse .uael-toc-toggle-content,
.uael-toc-empty-note,
.uael-toc-toggle-content.hide {
	display: none
}

.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch,
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-wrapper {
	color: inherit
}

.elementor-element.elementor-widget-uael-table-of-contents,
.elementor-element.elementor-widget-uael-table-of-contents .uael-toc-switch:hover {
	background-color: inherit
}

.uael-toc-content-wrapper ol {
	counter-reset: item
}

.uael-toc-content-empty .uael-toc-empty-note,
.uael-toc-content-wrapper ol li,
.uael-toc-toggle-content,
.uael-toc-toggle-content.show {
	display: block
}

.uael-toc-content-wrapper ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	margin-right: 5px
}

.uael-toc-list-none li {
	list-style-type: none
}

.uael-toc-list-disc.uael-toc-list ul {
	list-style-type: circle
}

.uael-toc-list {
	margin: 0
}

.uael-toc-toggle-content .uael-toc-list-disc {
	margin-left: 16px
}

.uael-toc-main-wrapper li:before {
	content: ""
}

.uael-toc-header {
	margin-bottom: 20px
}

.uael-toc-wrapper .uael-separator {
	margin-bottom: 20px;
	width: 100%
}

.uael-scroll-top-icon::before {
	content: "\f077";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-decoration: inherit
}

.uael-scroll-top-icon {
	content: "769";
	position: fixed;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	width: 2.1em;
	height: 2.1em;
	line-height: 2.1;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	background-color: #6ec1e4;
	font-size: 15px;
	font-size: .88235294117647rem;
	right: 30px;
	bottom: 30px
}

.uael-scroll-top-icon:focus,
.uael-scroll-top-icon:hover {
	color: #fff
}

.uael-toc__show-scroll.uael-scroll-top-icon {
	display: inline
}

.uael-team-member {
	width: 100%;
	max-width: 100%
}

.uael-team-member,
.uael-team-member .elementor-social-icon,
.uael-team-member .uael-team-member-wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.uael-team-member .uael-team-member-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.uael-team-member .uael-team-member-content {
	width: 100%
}

.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-desc,
.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-desig,
.uael-team-member .uael-team-member-wrap .uael-member-wrap .uael-team-name {
	padding: 0 10px
}

.uael-team-member .uael-separator-wrapper {
	line-height: 0
}

.uael-team-member .uael-separator {
	border-top-style: solid;
	border-top-width: 1px;
	display: inline-block;
	width: 5%
}

.uael-shape-rounded .uael-team-member-image img {
	-webkit-border-radius: 10%;
	border-radius: 10%
}

.uael-shape-circle .uael-team-member-image img {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-team-member.elementor-social-icons-wrapper {
	font-size: 0;
	margin-top: 5px
}

.uael-team-social-icon {
	margin-top: 5px
}

.uael-team-member .elementor-social-icon {
	font-size: 14px;
	text-align: center;
	padding: .5em;
	cursor: pointer
}

.uael-team-member .elementor-social-icon:last-child {
	margin: 0
}

.uael-team-member .elementor-social-icon:hover {
	opacity: .9;
	color: #fff
}

.uael-team-member .uael-team-name {
	margin-bottom: 5px
}

.uael-team-member .uael-team-desig {
	margin-bottom: 7px
}

.uael-team-member .uael-separator-wrapper {
	padding-bottom: 7px
}

.uael-team-member .uael-team-desc {
	margin-bottom: 10px
}

.uael-member-image-pos-left .uael-separator-wrapper,
.uael-member-image-pos-left .uael-team-member-content,
.uael-team-member-align-left .uael-team-member-wrap {
	text-align: left
}

.uael-member-image-pos-right .uael-separator-wrapper,
.uael-member-image-pos-right .uael-team-member-content,
.uael-team-member-align-right .uael-team-member-wrap {
	text-align: right
}

.uael-team-member-align-center .uael-team-member-wrap {
	text-align: center
}

.uael-member-image-pos-left .uael-member-wrap,
.uael-member-image-pos-right .uael-member-wrap,
.uael-member-image-pos-right .uael-team-member-content .uael-team-social-icon {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-member-image-pos-left .uael-member-image-valign-middle .uael-team-member-image {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center
}

.uael-member-image-pos-right .uael-member-wrap {
	direction: rtl
}

.uael-member-image-pos-right .uael-member-wrap .uael-team-member-content {
	direction: ltr
}

.uael-member-image-pos-right .uael-team-member-content .uael-team-social-icon {
	direction: initial;
	float: right
}

.uael-member-image-pos-above .uael-team-member-image {
	margin-bottom: 15px
}

.uael-member-image-pos-left .uael-team-member-image {
	margin-right: 15px
}

.uael-member-image-pos-right .uael-team-member-image {
	margin-left: 15px
}

@media only screen and (max-width:976px) {

	.uael-member-image-pos-left .uael-member-stacked-tablet .elementor-social-icons-wrapper,
	.uael-member-image-pos-left .uael-member-stacked-tablet .uael-member-wrap,
	.uael-member-image-pos-left .uael-member-stacked-tablet .uael-separator-wrapper,
	.uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-content,
	.uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-image,
	.uael-member-image-pos-left .uael-member-stacked-tablet .uael-team-member-wrap {
		display: block;
		text-align: center;
		margin-right: 0
	}

	.uael-member-image-pos-right .uael-member-stacked-tablet .elementor-social-icons-wrapper,
	.uael-member-image-pos-right .uael-member-stacked-tablet .uael-member-wrap,
	.uael-member-image-pos-right .uael-member-stacked-tablet .uael-separator-wrapper,
	.uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-content,
	.uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-image,
	.uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-wrap {
		display: block;
		text-align: center;
		margin-left: 0
	}

	.uael-member-image-pos-right .uael-member-stacked-tablet .uael-team-member-content .uael-team-social-icon {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		float: none
	}

	.uael-tablet-team-member-align-center .elementor-social-icons-wrapper,
	.uael-tablet-team-member-align-center .uael-member-wrap,
	.uael-tablet-team-member-align-center .uael-separator-wrapper,
	.uael-tablet-team-member-align-center .uael-team-member-content,
	.uael-tablet-team-member-align-center .uael-team-member-image,
	.uael-tablet-team-member-align-center .uael-team-member-wrap {
		text-align: center
	}

	.uael-tablet-team-member-align-left .elementor-social-icons-wrapper,
	.uael-tablet-team-member-align-left .uael-member-wrap,
	.uael-tablet-team-member-align-left .uael-separator-wrapper,
	.uael-tablet-team-member-align-left .uael-team-member-content,
	.uael-tablet-team-member-align-left .uael-team-member-image,
	.uael-tablet-team-member-align-left .uael-team-member-wrap {
		text-align: left
	}

	.uael-tablet-team-member-align-right .elementor-social-icons-wrapper,
	.uael-tablet-team-member-align-right .uael-member-wrap,
	.uael-tablet-team-member-align-right .uael-separator-wrapper,
	.uael-tablet-team-member-align-right .uael-team-member-content,
	.uael-tablet-team-member-align-right .uael-team-member-image,
	.uael-tablet-team-member-align-right .uael-team-member-wrap {
		text-align: right
	}
}

@media only screen and (max-width:767px) {

	.uael-member-image-pos-left .uael-member-stacked-mobile .uael-member-wrap,
	.uael-member-image-pos-left .uael-member-stacked-mobile .uael-separator-wrapper,
	.uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-content,
	.uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-image,
	.uael-member-image-pos-left .uael-member-stacked-mobile .uael-team-member-wrap,
	.uael-member-image-pos-left .uael-member-stacked-tablet .elementor-social-icons-wrapper {
		display: block;
		text-align: center;
		margin-right: 0
	}

	.uael-member-image-pos-right .uael-member-stacked-mobile .elementor-social-icons-wrapper,
	.uael-member-image-pos-right .uael-member-stacked-mobile .uael-member-wrap,
	.uael-member-image-pos-right .uael-member-stacked-mobile .uael-separator-wrapper,
	.uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-content,
	.uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-image,
	.uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-wrap {
		display: block;
		text-align: center;
		margin-left: 0
	}

	.uael-member-image-pos-right .uael-member-stacked-mobile .uael-team-member-content .uael-team-social-icon {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		float: none
	}

	.uael-mobile-team-member-align-center .elementor-social-icons-wrapper,
	.uael-mobile-team-member-align-center .uael-member-wrap,
	.uael-mobile-team-member-align-center .uael-separator-wrapper,
	.uael-mobile-team-member-align-center .uael-team-member-content,
	.uael-mobile-team-member-align-center .uael-team-member-image,
	.uael-mobile-team-member-align-center .uael-team-member-wrap {
		text-align: center
	}

	.uael-mobile-team-member-align-left .elementor-social-icons-wrapper,
	.uael-mobile-team-member-align-left .uael-member-wrap,
	.uael-mobile-team-member-align-left .uael-separator-wrapper,
	.uael-mobile-team-member-align-left .uael-team-member-content,
	.uael-mobile-team-member-align-left .uael-team-member-image,
	.uael-mobile-team-member-align-left .uael-team-member-wrap {
		text-align: left
	}

	.uael-mobile-team-member-align-right .elementor-social-icons-wrapper,
	.uael-mobile-team-member-align-right .uael-member-wrap,
	.uael-mobile-team-member-align-right .uael-separator-wrapper,
	.uael-mobile-team-member-align-right .uael-team-member-content,
	.uael-mobile-team-member-align-right .uael-team-member-image,
	.uael-mobile-team-member-align-right .uael-team-member-wrap {
		text-align: right
	}
}

.uael-timeline--center .uael-timeline-left .uael-timeline-date-new,
.uael-timeline--center .uael-timeline-right .uael-timeline-date-new,
.uael-timeline-main .uael-year,
.uael-timeline-marker,
.uael-timeline-right .uael-timeline-date-new,
.uael-timeline-widget {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-timeline-widget {
	position: relative;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.uael-timeline-main #infscr-loading {
	left: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
	height: 150px
}

.uael-timeline-main #infscr-loading img {
	margin-top: 10px;
	width: 100%;
	max-width: 150px
}

#infscr-loading div,
.uael-timeline--center .uael-timeline-date-hide {
	display: none
}

.uael-timeline-heading {
	margin-bottom: 10px
}

.inner-date-new p {
	margin-bottom: 0
}

.uael-date-inner .inner-date-new p {
	margin-bottom: 0
}

.uael-timeline__line {
	background-color: #eee
}

.uael-timeline-main .uael-days .in-view .in-view-timeline-icon {
	background: #5cb85c
}

.uael-timeline__line__inner {
	background-color: #5cb85c;
	width: 100%
}

.uael-timeline-main .timeline-icon-new {
	line-height: 1em;
	display: inline-block;
	vertical-align: middle
}

.uael-timeline-shadow-yes .uael-day-new {
	-webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .5))
}

.uael-timeline-field:not(:last-child) {
	margin-bottom: 20px
}

.uael-timeline--center .uael-timeline-widget.uael-timeline-right,
.uael-timeline--right .uael-timeline-widget {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.uael-timeline--left .uael-day-left .uael-events-inner-new,
.uael-timeline--left .uael-day-right .uael-events-inner-new,
.uael-timeline--left .uael-days {
	text-align: left
}

.uael-timeline--right .uael-day-left .uael-events-inner-new,
.uael-timeline--right .uael-day-right .uael-events-inner-new,
.uael-timeline--right .uael-days {
	text-align: right
}

.uael-timeline--center .uael-timeline-date-new {
	display: block
}

.uael-timeline--right .uael-timeline__line {
	right: 16px;
	left: auto
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow:after {
	top: 0
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow {
	top: 0;
	right: 0;
	width: 10px;
	height: 40px;
	position: absolute
}

.uael-timeline--right .uael-timeline-right .uael-timeline-arrow {
	right: -12px
}

.uael-timeline--right .uael-timeline-left .uael-timeline-arrow {
	right: -10px
}

.uael-timeline--right .uael-day-new,
.uael-timeline--right .uael-timeline-marker {
	max-width: 100%;
	position: relative
}

.uael-timeline--right .uael-day-new {
	margin-right: 14px
}

.uael-timeline--right .uael-timeline-marker {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.uael-timeline--right .uael-day-new {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.uael-timeline--left .uael-day-new,
.uael-timeline--left .uael-timeline-marker {
	max-width: 100%;
	position: relative
}

.uael-timeline--left .uael-timeline__line {
	left: 20px;
	right: auto
}

.uael-timeline--left .uael-timeline-marker {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.uael-timeline--left .uael-day-new {
	margin-left: 14px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow:after {
	top: 0
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow {
	top: 0;
	width: 10px;
	height: 40px;
	position: absolute
}

.uael-timeline--left .uael-timeline-right .uael-timeline-arrow {
	left: -10px
}

.uael-timeline--left .uael-timeline-left .uael-timeline-arrow {
	left: -12px
}

.uael-timeline-marker {
	background-color: #eee;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.uael-timeline-main .uael-days .animate-border:hover .uael-timeline-marker {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.uael-timeline--center .uael-timeline-marker {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.uael-timeline--center .uael-day-new,
.uael-timeline--center .uael-timeline-date-new {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 100%;
	position: relative
}

.uael-timeline--center .uael-timeline-left .uael-day-new,
.uael-timeline--center .uael-timeline-right .uael-day-new {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.uael-timeline--center .uael-timeline-right .uael-day-new {
	padding-left: 0;
	padding-right: 12px
}

.uael-timeline--center .uael-timeline-left .uael-day-new {
	padding-right: 0;
	padding-left: 12px
}

.uael-day-right .uael-events-inner-new {
	text-align: right
}

.uael-day-left .uael-events-inner-new {
	text-align: left
}

.uael-events-inner-new {
	padding: 40px
}

.uael-timeline--center .uael-timeline-left .uael-timeline-date-new {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.uael-timeline--center .uael-timeline-right .uael-timeline-date-new {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.uael-timeline-left .uael-date-new {
	margin-right: 10px
}

.uael-timeline-right .uael-date-new {
	margin-left: 10px
}

.uael-timeline-arrow-center .uael-timeline-widget,
.uael-timeline-right .uael-timeline-date-new {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow,
.uael-timeline--center .uael-timeline-right .uael-timeline-arrow {
	top: 0;
	width: 10px;
	height: 40px;
	position: absolute
}

.uael-timeline--center .uael-timeline-right .uael-timeline-arrow {
	right: 0
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow {
	left: 0
}

.uael-timeline--center .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--center .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-timeline-right .uael-timeline-arrow:after,
.uael-timeline-arrow-center .uael-timeline-left .uael-timeline-arrow,
.uael-timeline-arrow-center .uael-timeline-right .uael-timeline-arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uael-timeline-arrow-bottom .uael-timeline-widget {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.uael-timeline-arrow-bottom .uael-timeline-left .uael-timeline-arrow,
.uael-timeline-arrow-bottom .uael-timeline-right .uael-timeline-arrow {
	top: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.uael-heading-bottom {
	margin: 0
}

.uael-day-right .uael-events-inner {
	text-align: right
}

.uael-day-left .uael-events-inner {
	text-align: left
}

.uael-timeline-arrow-bottom .uael-timeline-date-new .uael-date-new,
.uael-timeline-arrow-top .uael-timeline-date-new .uael-date-new {
	padding-top: 8px;
	padding-bottom: 8px
}

.uael-events-inner-new,
.uael-timeline-arrow {
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}

.uael-timeline-arrow:after {
	-webkit-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out
}

.uael-date-new {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

.uael-timeline-widget.uael-timeline-left.hide-events .uael-date-new,
.uael-timeline-widget.uael-timeline-left.hide-events .uael-events-inner-new,
.uael-timeline-widget.uael-timeline-right.hide-events .uael-date-new,
.uael-timeline-widget.uael-timeline-right.hide-events .uael-events-inner-new {
	visibility: hidden
}

.uael-timeline-main .uael-year {
	position: relative
}

.uael-timeline-main .uael-year span {
	display: inline-block;
	padding-bottom: 6px
}

.uael-day-left .uael-timeline-arrow:after,
.uael-day-right .uael-timeline-arrow:after,
.uael-timeline--center .uael-day-right .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-right .uael-timeline-arrow:after {
	content: '';
	position: absolute;
	display: inline;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent
}

.uael-day-left .uael-timeline-arrow:after {
	left: 0
}

.uael-timeline--right .uael-day-left .uael-timeline-arrow:after {
	right: 0
}

.uael-day-right .uael-timeline-arrow:after {
	right: 0
}

.timeline-icon {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	position: relative;
	z-index: 1
}

.uael-timeline-main .uael-date .inner-date-new {
	white-space: nowrap;
	margin: 0
}

.uael-timeline-main .uael-timeline__line {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.uael-timeline--right .uael-timeline__line {
	position: absolute;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.uael-timeline--center .uael-timeline__line {
	left: 50%;
	right: auto
}

.uael-timeline-main .in-view i.in-view-timeline-icon {
	-webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-in-out;
	-webkit-transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out;
	transition: background .25s ease-out .25s, width .25s ease-in-out, height .25s ease-in-out, color .25s ease-in-out, font-size .25s ease-out
}

.uael-timeline--center .uael-days {
	text-align: center
}

.uael-timeline--center .uael-day-right .uael-timeline-arrow:after {
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uael-timeline--center .uael-day-right .uael-timeline-arrow:after,
.uael-timeline--right .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--right .uael-day-right .uael-timeline-arrow:after {
	border-left-style: solid;
	border-left-width: 13px;
	border-left-color: transparent
}

.uael-timeline--center .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-left .uael-timeline-arrow:after,
.uael-timeline--left .uael-day-right .uael-timeline-arrow:after {
	border-right-style: solid;
	border-right-width: 13px;
	border-right-color: transparent
}

.uael-timeline-wrapper .jscroll-loading img {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	transform: translate(-50%, 20%)
}

@media screen and (max-width:1024px) {
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline__line {
		position: absolute;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%)
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-hide {
		display: block
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-left .uael-events-inner-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-events-inner-new {
		text-align: left
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline__line {
		right: 20px;
		left: auto
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-marker {
		max-width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline__line {
		left: 20px;
		right: auto
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new {
		margin-left: 16px
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-marker {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow:after {
		top: 0
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow {
		width: 10px;
		height: 40px;
		position: absolute
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow {
		left: -10px
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow {
		left: -12px
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-arrow:after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-days {
		text-align: left
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-timeline-arrow:after {
		content: '';
		position: absolute;
		display: inline;
		width: 0;
		height: 0;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-widget.uael-timeline-right {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-webkit-flex-direction: unset;
		-moz-box-orient: unset;
		-moz-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		max-width: 100%;
		width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		padding-left: 0;
		padding-right: 0
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		padding-right: 0;
		padding-left: 0
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-date-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-left .uael-timeline-date-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-right .uael-timeline-date-new {
		display: none
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-widget {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-left .uael-events-inner-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-right .uael-events-inner-new {
		text-align: right
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline__line {
		right: 16px;
		left: auto
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
		top: 0
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
		left: auto;
		right: 0;
		width: 10px;
		height: 40px;
		position: absolute
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
		right: -12px
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow {
		right: -10px
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-marker {
		max-width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new {
		margin-right: 16px
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-marker {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-days {
		text-align: right
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		max-width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		padding-right: 0;
		padding-left: 0
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-left .uael-timeline-date-new,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-timeline-right .uael-timeline-date-new {
		display: none
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-day-right .uael-timeline-arrow:after {
		border-right-style: solid;
		border-right-width: 13px;
		border-left: none;
		border-right-color: transparent
	}

	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-tablet .uael-timeline-res-right .uael-day-right .uael-timeline-arrow:after {
		border-left-style: solid;
		border-left-width: 13px;
		border-right: none
	}
}

@media screen and (max-width:767px) {
	.uael-timeline-responsive-none .uael-events-inner-new {
		padding: 15px
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-hide {
		display: block
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-left .uael-events-inner-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-events-inner-new {
		text-align: left
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline__line {
		right: 20px;
		left: auto
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-marker {
		max-width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline__line {
		left: 20px;
		right: auto
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new {
		margin-left: 16px
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-marker {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow {
		width: 10px;
		height: 40px;
		position: absolute
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow {
		left: -10px
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow {
		left: -12px
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow:after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.uael-timeline-left .uael-date-new {
		margin-right: 10px
	}

	.uael-day-left .uael-events-inner-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-days {
		text-align: left
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-timeline-arrow:after {
		content: '';
		position: absolute;
		display: inline;
		width: 0;
		height: 0;
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-widget.uael-timeline-right {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-webkit-flex-direction: unset;
		-moz-box-orient: unset;
		-moz-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		max-width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		padding-right: 0;
		padding-left: 0
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-date-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-date-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-date-new {
		display: none
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-widget {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-moz-box-orient: horizontal;
		-moz-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-left .uael-events-inner-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-right .uael-events-inner-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-days {
		text-align: right
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline__line {
		right: 16px;
		left: auto
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-right .uael-timeline-arrow:after {
		top: 0
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
		left: auto;
		right: 0;
		width: 10px;
		height: 40px;
		position: absolute
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow {
		right: -12px
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow {
		right: -10px
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-marker {
		max-width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new {
		margin-right: 16px
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-marker {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-arrow:after {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline__line {
		position: absolute;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%)
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-date-new {
		-webkit-box-flex: unset;
		-webkit-flex-grow: unset;
		-moz-box-flex: unset;
		-ms-flex-positive: unset;
		flex-grow: unset;
		-webkit-flex-basis: unset;
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
		max-width: 100%;
		position: relative
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-day-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-day-new {
		-webkit-box-ordinal-group: unset;
		-webkit-order: unset;
		-moz-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
		padding-right: 0;
		padding-left: 0
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-left .uael-timeline-date-new,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-timeline-right .uael-timeline-date-new {
		display: none
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-day-right .uael-timeline-arrow:after {
		border-right-style: solid;
		border-right-width: 13px;
		border-left: none
	}

	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-left .uael-timeline-arrow:after,
	.uael-timeline--center.uael-timeline-responsive-mobile .uael-timeline-res-right .uael-day-right .uael-timeline-arrow:after {
		border-left-style: solid;
		border-left-width: 13px;
		border-right: none
	}
}

.uael-twitter-profile-feed {
	max-width: 500px;
	background: #fcfcfc;
	margin: auto
}

.uael-twitter-feed-card-header-icon,
.uael-twitter-feed-carousel,
.uael-twitter-feed-grid,
.uael-twitter-feed-header-statistics,
.uael-twitter-feed-header-user,
.uael-twitter-feed-header-user-info,
.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label,
.uael-twitter-feed-header-user-info-name,
.uael-twitter-feed-inner-icon,
.uael-twitter-feed-list,
.uael-twitter-feed-profile-icon .uael-twitter-feed-inner-icon span,
.uael-twitter-feed-title-name {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-twitter-feed-twitter-logo {
	padding-left: 10px;
	-webkit-transition: .3s ease all;
	transition: .3s ease all
}

.uael-twitter-feed-profile-icon {
	color: #657786
}

.uael-twitter-feed-icon {
	margin: 20px 20px 20px 0
}

.uael-twitter-feed-name,
.uael-twitter-feed_inner-content b {
	color: #000
}

.uael-twitter-feed-profile-icon i {
	margin-right: 6px;
	font-size: 25px
}

.uael-twitter-feed-profile-icon .uael-twitter-feed-icon span,
.uael-twitter-feed-retweet {
	margin-right: 15px
}

.uael-twitter-feed-tweet-info b {
	font-size: 15px
}

.uael-twitter-feed-profile-icon svg {
	height: 1.5rem;
	margin-right: 6px;
	color: #536471
}

@media (max-width:767px) {
	.uael-twitter-feed-header-user {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.uael-twitter-feed .uael-twitter-feed__title span a {
	color: #4a8bee;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none
}

.uael-twitter-feed-username {
	font-size: 13px
}

.uael-twitter-feed_inner-content {
	line-height: 28px;
	color: #a4a4a4;
	font-size: 14px
}

.uael-twitter-feed-header-user-info {
	margin-left: 21px
}

.uael-twitter-header-link-wrapper {
	margin-left: 10px
}

.uael-twitter-screen-name {
	display: block
}

.uael-twitter-feed-header-statistics p {
	margin-bottom: 20px
}

.uael-twitter-profile-feed .uael-twitter-feed-profile-body .uael-twitter-header-count a {
	text-decoration: none;
	color: #000
}

.uaell-twitter-user-cover {
	display: none
}

.uael-twitter-header-banner {
	padding-top: 30px
}

.uaell-twitter-user-cover .uael-twitter-header-banner img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.uaell-twitter-profile-yes .uaell-twitter-user-cover {
	display: block;
	overflow: hidden
}

.uael-twitter-header-count {
	margin: 0 20px 20px 0
}

.uael-equal__height-yes .uael-twitter-feed .uael-twitter-feed-grid .uael-twitter-feed-item {
	height: unset
}

.uael-equal__height-yes .uael-twitter-feed .uael-twitter-feed-grid .uael-twitter-feed-item .uael-twitter-feed-item-inner {
	height: 100%
}

.uael-twitter-feed-col-1 .uael-twitter-feed-item {
	width: 100%
}

.uael-twitter-feed-col-2 .uael-twitter-feed-item {
	width: 50%
}

.uael-twitter-feed-col-3 .uael-twitter-feed-item {
	width: 33.33%
}

.uael-twitter-feed-col-4 .uael-twitter-feed-item {
	width: 25%
}

@media (max-width:1024px) {
	.uael-twitter-feed-tablet-col-1 .uael-twitter-feed-item {
		width: 100%
	}

	.uael-twitter-feed-tablet-col-2 .uael-twitter-feed-item {
		width: 50%
	}

	.uael-twitter-feed-tablet-col-3 .uael-twitter-feed-item {
		width: 33.33%
	}

	.uael-twitter-feed-tablet-col-4 .uael-twitter-feed-item {
		width: 25%
	}
}

@media (max-width:767px) {
	.uael-twitter-feed-mobile-col-1 .uael-twitter-feed-item {
		width: 100%
	}

	.uael-twitter-feed-mobile-col-2 .uael-twitter-feed-item {
		width: 50%
	}

	.uael-twitter-feed-mobile-col-3 .uael-twitter-feed-item {
		width: 33.33%
	}

	.uael-twitter-feed-mobile-col-4 .uael-twitter-feed-item {
		width: 25%
	}
}

.uael-twitter-feed-grid,
.uael-twitter-feed-inner-icon,
.uael-twitter-feed-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-twitter-profile-feed .uael-twitter-feed {
	overflow-y: scroll;
	margin: 10px;
	height: 400px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar {
	height: 0;
	overflow: visible;
	width: 12px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	background-clip: padding-box;
	min-height: 28px
}

.uael-twitter-profile-feed .uael-twitter-feed::-webkit-scrollbar-track-piece {
	background: #fff;
	border-left: 1px solid #f1f1f1;
	height: 63px
}

.uael-twitter-feed-list .uael-twitter-feed-item,
.uael-twitter-profile-feed .uael-twitter-feed-item {
	width: 100%
}

.uael-twitter-feed-grid .uael-twitter-feed-item,
a.uael-twitter-feed-header-user-image-container {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.uael-twitter-profile-feed .uael-twitter-feed .uael-twitter-feed-item {
	display: inline-block
}

.uael-twitter-profile-feed .uael-twitter-feed .uael-twitter-feed-item:not(:last-child) {
	margin-bottom: 8px
}

.uael-twitter-feed-card-header-icon {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	text-decoration: none
}

.uael-twitter-feed__title p {
	margin: 0
}

.uael-twitter-feed__title {
	width: 100%
}

.uael-twitter-feed-header-user-info,
.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label,
.uael-twitter-feed-header-user-info-name,
.uael-twitter-feed-profile-icon .uael-twitter-feed-inner-icon span,
.uael-twitter-feed-title-name,
.uael_twitter_feed_icon {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-twitter-feed-item-avatar img {
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.uael-twitter-feed-item-avatar-style-circle img,
img.uael-twitter-feed-header-user-image {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.uael-twitter-feed-twitter-logo i.fa.fa-twitter {
	-webkit-transition: .3s ease all;
	transition: .3s ease all
}

.uael-twitter-feed-likes-count,
.uael-twitter-feed-name,
.uael-twitter-feed-retweet-count {
	font-weight: 700
}

.uael-twitter-feed-profile-icon span.description {
	color: #000;
	font-weight: 500
}

.uael-twitter-feed-header-user {
	position: relative;
	margin-bottom: 20px
}

.uael-twitter-feed-header-user-image-container {
	margin-top: -29px
}

.uael-twitter-feed-header-user-info {
	width: 100%;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 10px;
	padding-right: 110px;
	overflow: hidden
}

.uael-twitter-feed-header-user-info-name-wrapper {
	overflow: hidden
}

.uael-twitter-feed-header-user-info-name {
	color: #14171a;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	white-space: nowrap
}

.uael-twitter-feed-header-user-info-name-wrapper .uael-twitter-feed-header-user-info-name a {
	text-decoration: none;
	color: currentColor;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-shadow: none;
	box-shadow: none
}

.uael-twitter-feed-header-user-info-screen-name {
	color: #657786;
	font-size: 12px;
	line-height: 16px;
	margin-top: 2px
}

.uael-twitter-feed-header-user-info-name-wrapper .uael-twitter-feed-header-user-info-screen-name a {
	text-decoration: none;
	color: currentColor;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-shadow: none;
	box-shadow: none
}

.uael-twitter-feed-header-user-info-follow,
.uael-twitter-feed-header-user-info-follow-label {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-twitter-feed-header-user-info-follow {
	border-color: #000;
	background-color: #000;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 0;
	height: 28px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-decoration: none;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	background-color: #000;
	opacity: 1
}

.uael-twitter-feed-header-user-info-follow svg {
	fill: #fff;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	pointer-events: none
}

.uael-twitter-feed-header-user-info-follow a {
	text-decoration: none
}

.uael-twitter-feed-profile-body {
	padding: 0 24px
}

.uael-twitter-feed-header-user-info-follow-label {
	margin-right: 8px;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-decoration: none;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	background-color: #000;
	opacity: 1
}

.uael-twitter-feed-header-user-info-follow:hover {
	text-decoration: none;
	opacity: .9;
	color: #fff
}

a.uael-twitter-feed-header-user-image-container {
	color: #000
}

.uael-twitter-feed .slick-track {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.uael-twitter-feed-carousel .slick-prev {
	left: -25px
}

.uael-img-carousel-wrap .slick-next,
.uael-img-carousel-wrap .slick-prev,
.uael-twitter-feed-carousel .slick-next,
.uael-twitter-feed-carousel .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	z-index: 10
}

.uael-twitter-feed-carousel .slick-next {
	right: -25px
}

.uael-twitter-feed-carousel button:hover {
	background-color: transparent;
	-webkit-box-shadow: 0 5px 10px 0 rgb(115 62 216 / 30%);
	box-shadow: 0 5px 10px 0 rgb(115 62 216 / 30%);
	border-style: unset;
	border-width: unset;
	border-color: unset
}

.uael-twitter-feed-carousel .slick-next:before,
.uael-twitter-feed-carousel .slick-prev:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-twitter-feed-carousel .slick-prev:before {
	content: '\f104'
}

[dir=rtl] .uael-twitter-feed-carousel .slick-prev:before {
	content: '\f105'
}

.uael-twitter-feed-carousel .slick-next:before {
	content: '\f105'
}

[dir=rtl] .uael-twitter-feed-carousel .slick-next:before {
	content: '\f104'
}

.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-prev {
	left: -25px
}

.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-next {
	right: -25px
}

.uael-img-carousel-arrow-inside .uael-twitter-feed-carousel .slick-prev {
	left: 25px
}

.uael-img-carousel-arrow-inside .uael-twitter-feed-carousel .slick-next {
	right: 25px
}

@media (max-width:768px) {
	.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-prev {
		left: 15px
	}

	.uael-img-carousel-arrow-outside .uael-twitter-feed-carousel .slick-next {
		right: 15px
	}
}

.uael-twitter-feed-carousel ul.slick-dots {
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center
}

.uael-twitter-feed-carousel ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.uael-twitter-feed-carousel ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.uael-twitter-feed-carousel ul.slick-dots li button:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-twitter-feed-carousel ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.uael-twitter-feed-carousel button:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.uael-registration-form .uael-pass-wrapper {
	width: 100%;
	display: none
}

.uael-registration-form .uael-pass-wrapper .uael-pass-bar,
.uael-registration-form .uael-pass-wrapper .uael-pass-bar .uael-pass-bar-color {
	height: 3px
}

.uael-rform-footer {
	width: 100%
}

.uael-registration-form .uael-pass-wrapper .uael-pass-bar {
	background-color: #cfcfcf;
	display: none
}

.uael-registration-form .uael-pass-wrapper.bad .uael-pass-bar .uael-pass-bar-color {
	width: 10%;
	background-color: #d9534f
}

.uael-registration-form .uael-pass-wrapper.good .uael-pass-bar .uael-pass-bar-color {
	width: 50%;
	background-color: #f0ad4e
}

.uael-registration-form .uael-pass-wrapper.strong .uael-pass-bar .uael-pass-bar-color {
	width: 100%;
	background-color: #5cb85c
}

.uael-registration-form .elementor-field-group .elementor-field:focus {
	outline: 0
}

.uael-registration-form-wrapper.elementor-form-fields-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.uael-reg-preview-message.error,
.uael-reg-preview-message.success,
.uael-registration-message.error,
.uael-registration-message.success {
	margin-top: 20px
}

.uael-reg-preview-message.error,
.uael-register-error-message,
.uael-registration-message.error {
	color: #d9534f;
	display: block
}

.uael-form-message-style-custom .uael-register-field-message {
	width: 100%;
	text-align: left;
	margin-top: 5px
}

.uael-form-message-style-custom .uael-register-error {
	padding: .2em .8em;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.uael-registration-submit.disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: .4
}

.uael-form-loader {
	width: 1em;
	height: 1em;
	margin-left: 1em;
	border: 2px solid currentColor;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-left-color: transparent
}

.uael-form-loader {
	-webkit-animation: uael-rotating 1s linear infinite;
	animation: uael-rotating 1s linear infinite
}

.uael-reg-form-submit .elementor-button .elementor-button-text {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
	display: none
}

.uael-registration-form .uael-recaptcha-align-inline .elementor-field-label {
	display: block;
	width: 100%
}

.uael-registration-message.elementor-alert {
	padding: 0
}

.uael-reg-preview-message.elementor-alert.success,
.uael-registration-message.elementor-alert.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #cae6be;
	padding: 15px
}

.uael-reg-preview-message.elementor-alert.error,
.uael-registration-message.elementor-alert.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #e8c4c4;
	padding: 15px
}

.uael-register-submit.uael-submit-disabled {
	pointer-events: none
}

.uael-reg-form-submit button {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-reg-form-submit .uael-register-submit .elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-reg-form-submit .uael-register-submit span.elementor-align-icon-right.elementor-button-icon {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

@-webkit-keyframes uael-rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes uael-rotating {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.uael-registration-form .acceptance-field input[type=checkbox]+span:before {
	content: '';
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer
}

.uael-registration-form .acceptance-field input[type=checkbox] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important
}

.uael-rf-highlight-label::before {
	outline: 2px solid #708bef;
	background-color: #fff
}

.uael-registration-form .acceptance-field .uael-register-acceptance-message.acceptance-error-message {
	display: none
}

.uael-registration-form .acceptance-field input[type=checkbox]:checked+span:before {
	content: "\2714";
	font-weight: 700;
	line-height: 1.2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer
}

.uael-registration-form .checkbox-label {
	height: 26px;
	vertical-align: middle;
	position: relative
}

.uael-registration-form .acceptance-field .acceptance-conditions>:first-child {
	margin-bottom: 5px
}

.rtl .elementor-button-align-start .elementor-field-type-submit {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.rtl .elementor-button-align-end .elementor-field-type-submit {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

[dir=rtl] body.rtl .uael-rform-footer-text-align-left .uael-rform-footer {
	text-align: right
}

[dir=rtl] body.rtl .uael-rform-footer-text-align-right .uael-rform-footer {
	text-align: left
}

.uael-urf-icon-yes .uael-fields-icon {
	position: absolute;
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	padding: 0 10px 0 10px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	left: 0;
	top: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-urf-icon-yes .uael-register-field-message+.uael-fields-icon {
	top: 15px;
	height: 25%
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xs {
	padding: 4px 27px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-lg {
	padding: 7px 33px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-md {
	padding: 6px 30px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-sm {
	padding: .75em 30px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xl {
	padding: 8px 35px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xs+.uael-fields-icon {
	font-size: 13px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-md+.uael-fields-icon {
	font-size: 16px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-lg+.uael-fields-icon {
	font-size: 18px
}

.uael-urf-icon-yes .elementor-field-textual.elementor-size-xl+.uael-fields-icon {
	font-size: 20px
}

.uael-urf-field-wrapper {
	width: 100%;
	max-width: 100%;
	position: relative
}

.uael-aspect-ratio-4_3 .uael-video__outer-wrap {
	padding-bottom: 75%
}

.uael-aspect-ratio-4_3 .uael-video__outer-wrap.uael-video-type-hosted {
	padding-bottom: 74%
}

.uael-aspect-ratio-16_9 .uael-video__outer-wrap {
	padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-video__outer-wrap {
	padding-bottom: 66.6666%
}

.uael-aspect-ratio-9_16 .uael-video__outer-wrap {
	padding-bottom: 177.8%
}

.uael-aspect-ratio-1_1 .uael-video__outer-wrap {
	padding-bottom: 100%
}

.uael-aspect-ratio-21_9 .uael-video__outer-wrap {
	padding-bottom: 42.8571%
}

.uael-subscribe-bar,
.uael-subscribe-content,
.uael-vimeo-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-subscribe-bar {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 10px;
	margin-bottom: 20px
}

.uael-subscribe-bar-prefix {
	margin-right: 10px
}

.uael-video__outer-wrap {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	cursor: pointer;
	z-index: 1;
	-webkit-transition: .2s all;
	transition: .2s all
}

.uael-video__outer-wrap img,
.uael-video__outer-wrap video {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all
}

.uael-video__play-icon {
	left: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: text-shadow ease .2s, color ease .2s;
	transition: text-shadow ease .2s, color ease .2s;
	z-index: 5
}

.uael-video-hosted-play,
.uael-video-wistia-play {
	cursor: pointer;
	height: 70px;
	background: rgba(84, 187, 255, .8);
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	padding: 0
}

.uael-video__outer-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: 0 0
}

.uael-vimeo-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 10px;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	margin-right: 4.6em
}

.uael-vimeo-portrait {
	width: 60px;
	height: 60px;
	background: rgba(23, 35, 34, .75);
	margin-right: 1px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	-moz-box-flex: 1;
	flex: 1 0 auto;
	padding: 0
}

.uael-vimeo-portrait img {
	width: 50px;
	height: 50px;
	margin: 5px;
	padding: 0;
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.uael-vimeo-headers {
	font-size: 10px
}

.uael-vimeo-byline,
.uael-vimeo-title {
	background: rgba(23, 35, 34, .75);
	text-transform: none;
	line-height: normal;
	letter-spacing: normal
}

.uael-vimeo-byline {
	font-size: 1.2em !important;
	font-weight: 400;
	color: #fff;
	margin-top: .1em;
	padding: .2em .5em
}

.uael-vimeo-title {
	max-width: 100%;
	font-size: 2em !important;
	font-weight: 700;
	margin: 0;
	padding: .1em .2em;
	display: inline-block
}

.uael-video__outer-wrap:active .uael-animation-sink,
.uael-video__outer-wrap:focus .uael-animation-sink,
.uael-video__outer-wrap:hover .uael-animation-sink {
	top: -webkit-calc(50% + 8px);
	top: calc(50% + 8px)
}

.uael-video__outer-wrap .uael-animation-float,
.uael-video__outer-wrap .uael-animation-sink {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.uael-video__outer-wrap .uael-animation-grow {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.uael-video__outer-wrap:hover .uael-video__play-icon.uael-animation-grow {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

.uael-video__outer-wrap:before {
	content: '';
	z-index: 2;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.uael-video__outer-wrap:active .uael-animation-float,
.uael-video__outer-wrap:focus .uael-animation-float,
.uael-video__outer-wrap:hover .uael-animation-float {
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px)
}

.uael-video__outer-wrap:active .uael-animation-wobble-vertical,
.uael-video__outer-wrap:focus .uael-animation-wobble-vertical,
.uael-video__outer-wrap:hover .uael-animation-wobble-vertical {
	-webkit-animation-name: uael-wobble-vertical;
	animation-name: uael-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-video__play-icon {
	-webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
	transition: opacity .25s cubic-bezier(0, 0, .2, 1)
}

.uael-youtube-icon-bg {
	-webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
	transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
	fill: #1f1f1f
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-youtube-icon-bg,
.uael-video__outer-wrap:hover .uael-youtube-icon-bg {
	-webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	fill: #cc181e
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-youtube-icon-bg {
	fill-opacity: 1
}

.uael-vimeo-icon-bg {
	-webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
	transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
	fill: rgba(23, 34, 35, .75)
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-vimeo-icon-bg,
.uael-video__outer-wrap:hover .uael-vimeo-icon-bg {
	-webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	fill: #00ADEF
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-vimeo-icon-bg {
	fill-opacity: 1
}

.uael-bunny-icon-bg {
	-webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
	transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
	fill: rgba(23, 34, 35, .75)
}

.uael-video__outer-wrap:hover .uael-bunny-icon-bg,
.uael-video__outer-wrap:hover .uael-video__play-icon .uael-bunny-icon-bg {
	-webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	fill: #FF6600
}

.uael-video__outer-wrap:hover .uael-video__play-icon .uael-bunny-icon-bg {
	fill-opacity: 1
}

.uael-subscribe-responsive-desktop .uael-subscribe-bar {
	display: block;
	text-align: center
}

.uael-subscribe-responsive-desktop .uael-subscribe-bar-prefix {
	margin-right: 0;
	margin-bottom: 8px
}

.uael-subscribe-responsive-desktop .uael-subscribe-content {
	display: block
}

.uael-video__outer-wrap.uael-sticky-apply {
	background: 0 0;
	z-index: 9
}

.uael-video__outer-wrap.uael-sticky-apply {
	overflow: unset
}

.uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
	position: fixed !important;
	z-index: 99999;
	height: 225px;
	width: 400px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.uael-sticky-apply.uael-video__outer-wrap:before,
.uael-video__outer-wrap.uael-sticky-apply .uael-vimeo-wrap {
	visibility: hidden
}

.uael-video-sticky-close,
.uael-video-sticky-infobar,
.uael-video__outer-wrap.uael-sticky-apply+.uael-subscribe-bar {
	display: none
}

.uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap {
	-webkit-box-shadow: unset;
	box-shadow: unset
}

.uael-video__outer-wrap.uael-sticky-apply .uael-video-sticky-infobar {
	-webkit-box-shadow: 0 5px 10px -5px #333;
	box-shadow: 0 5px 10px -5px #333
}

.uael-sticky-apply .uael-video-inner-wrap.ui-draggable {
	cursor: move
}

.uael-sticky-apply .uael-video__thumb,
.uael-sticky-apply iframe {
	padding: 4px
}

.uael-sticky-apply .uael-video-sticky-close {
	display: block;
	position: absolute;
	padding: 7px;
	color: #000;
	background: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	z-index: 99999;
	height: 14px;
	width: 14px;
	line-height: 14px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-video-sticky-close .uael-sticky-close-icon {
	font-size: 14px;
	height: 14px;
	width: 14px;
	line-height: 14px;
	text-align: center
}

.uael-sticky-apply .uael-video-sticky-infobar {
	display: block;
	position: relative;
	top: 100%;
	width: 100%;
	padding: 5px;
	color: #000;
	background: #fff;
	text-align: center;
	z-index: 9999;
	margin-top: -1px
}

.uael-video-sticky-bottom_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
	right: auto;
	left: 20px
}

.uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
	top: 20px
}

.uael-video-sticky-bottom_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-bottom_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
	bottom: 20px
}

.uael-video-sticky-bottom_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
	left: auto;
	right: 20px
}

.uael-video-sticky-center_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-center_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.uael-video-sticky-bottom_left .uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap,
.uael-video-sticky-bottom_right .uael-sticky-infobar-wrap.uael-sticky-apply .uael-video-inner-wrap {
	bottom: 55px
}

.admin-bar .uael-video-sticky-top_left .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap,
.admin-bar .uael-video-sticky-top_right .uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
	top: -webkit-calc(32px + 20px);
	top: calc(32px + 20px)
}

.uael-video-sticky-bottom_left .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-center_left .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-top_left .uael-sticky-apply .uael-video-sticky-close {
	top: -10px;
	right: -10px
}

.uael-video-sticky-bottom_right .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-center_right .uael-sticky-apply .uael-video-sticky-close,
.uael-video-sticky-top_right .uael-sticky-apply .uael-video-sticky-close {
	top: -10px;
	left: -10px
}

@media only screen and (max-width:976px) {
	.uael-subscribe-responsive-tablet .uael-subscribe-bar {
		display: block;
		text-align: center
	}

	.uael-subscribe-responsive-tablet .uael-subscribe-bar-prefix {
		margin-right: 0;
		margin-bottom: 8px
	}

	.uael-subscribe-responsive-tablet .uael-subscribe-content {
		display: block
	}
}

@media only screen and (max-width:767px) {
	.uael-subscribe-responsive-mobile .uael-subscribe-bar {
		display: block;
		text-align: center
	}

	.uael-subscribe-responsive-mobile .uael-subscribe-bar-prefix {
		margin-right: 0;
		margin-bottom: 8px
	}

	.uael-subscribe-responsive-mobile .uael-subscribe-content {
		display: block
	}

	.uael-video__outer-wrap.uael-sticky-apply .uael-video-inner-wrap {
		height: 140px;
		width: 240px
	}
}

@-webkit-keyframes uael-wobble-vertical {
	16.65% {
		top: -webkit-calc(50% + 8px);
		top: calc(50% + 8px)
	}

	33.3% {
		top: -webkit-calc(50% - 6px);
		top: calc(50% - 6px)
	}

	49.95% {
		top: -webkit-calc(50% + 4px);
		top: calc(50% + 4px)
	}

	66.6% {
		top: -webkit-calc(50% - 2px);
		top: calc(50% - 2px)
	}

	83.25% {
		top: -webkit-calc(50% + 1px);
		top: calc(50% + 1px)
	}

	100% {
		top: 50%
	}
}

@keyframes uael-wobble-vertical {
	16.65% {
		top: -webkit-calc(50% + 8px);
		top: calc(50% + 8px)
	}

	33.3% {
		top: -webkit-calc(50% - 6px);
		top: calc(50% - 6px)
	}

	49.95% {
		top: -webkit-calc(50% + 4px);
		top: calc(50% + 4px)
	}

	66.6% {
		top: -webkit-calc(50% - 2px);
		top: calc(50% - 2px)
	}

	83.25% {
		top: -webkit-calc(50% + 1px);
		top: calc(50% + 1px)
	}

	100% {
		top: 50%
	}
}

.uael-vg__dummy-image,
.uael-vgallery-tabs-dropdown .uael-filters-dropdown {
	display: none
}

.uael-video-gallery__column-6 .uael-video__gallery-item {
	width: 16.66%
}

.uael-video-gallery__column-5 .uael-video__gallery-item {
	width: 20%
}

.uael-video-gallery__column-4 .uael-video__gallery-item {
	width: 25%
}

.uael-video-gallery__column-3 .uael-video__gallery-item {
	width: 33.33%
}

.uael-video-gallery__column-2 .uael-video__gallery-item {
	width: 50%
}

.uael-video-gallery__column-1 .uael-video__gallery-item {
	width: 100%
}

.uael-video-gallery__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
.uael-video-gallery__column-2 .uael-video__gallery-item:nth-child(odd):not(.slick-slide),
.uael-video-gallery__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
.uael-video-gallery__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
.uael-video-gallery__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
.uael-video-gallery__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide),
.uael-video-gallery__column-7 .uael-video__gallery-item:nth-child(7n+1):not(.slick-slide),
.uael-video-gallery__column-8 .uael-video__gallery-item:nth-child(8n+1):not(.slick-slide) {
	clear: left
}

.uael-video-gallery__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
.uael-video-gallery__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
.uael-video-gallery__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
.uael-video-gallery__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
.uael-video-gallery__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
.uael-video-gallery__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide),
.uael-video-gallery__column-7 .uael-video__gallery-item:nth-child(7n):not(.slick-slide),
.uael-video-gallery__column-8 .uael-video__gallery-item:nth-child(8n):not(.slick-slide) {
	clear: right
}

.uael-vg__play_full {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4
}

.uael-video__gallery-item {
	position: relative;
	overflow: hidden
}

.uael-vg__layout-carousel .uael-video__gallery-item {
	height: auto
}

.uael-video__gallery-item:hover .uael-vg__overlay {
	-webkit-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out
}

.uael-vg__play-icon,
.uael-vg__play-icon i,
.uael-vg__play-icon svg,
.uael-video__gallery-item:hover i {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

.uael-timeline-featured-img {
	margin-bottom: 20px
}

.uael-timeline-link-style {
	margin-top: 10px
}

.uael-video__gallery-item .uael-vg__thumb-image,
.uael-video__gallery-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.uael-video__gallery-item iframe {
	height: 100%;
	border: 0;
	display: block;
	margin: 0 auto
}

.uael-video__gallery-item .uael-vg__thumb-image {
	height: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.uael-video-gallery-wrap.uael-vg__layout-grid {
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-vg__layout-carousel .uael-video__gallery-item {
	float: left
}

.uael-vg__layout-carousel {
	visibility: hidden
}

.uael-vg__layout-carousel.slick-initialized {
	visibility: visible
}

.uael-video-gallery-wrap .uael-video__img {
	display: block;
	width: 100%;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	max-width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.uael-video-gallery-wrap .uael-video__content-wrap {
	display: block;
	text-align: center
}

.uael-video-gallery-wrap .uael-video__content {
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.uael-video-gallery-wrap .uael-video__caption {
	position: absolute;
	width: 100%;
	bottom: 100%;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out 0s;
	transition: opacity .2s ease-in-out 0s
}

.uael-video-gallery-title-below_video .uael-video__gallery-item .uael-video__caption {
	position: relative;
	width: 100%;
	bottom: 0;
	margin: 0;
	opacity: 1;
	-webkit-transition: opacity .2s ease-in-out 0s;
	transition: opacity .2s ease-in-out 0s;
	text-align: center
}

.uael-video-gallery-wrap .uael-video__tags {
	position: absolute;
	width: 100%;
	top: 100%;
	display: block;
	font-style: italic;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out 0s;
	transition: opacity .2s ease-in-out 0s
}

.uael-video-gallery-title-always .uael-video__gallery-item .uael-video__caption,
.uael-video-gallery-title-hover .uael-video__gallery-item:hover .uael-video__caption,
.uael-video__gallery-item:hover .uael-video__tags {
	opacity: 1
}

.uael-video__gallery-item .uael-video__lightbox {
	color: #fff;
	font-size: 32px;
	line-height: 1;
	-webkit-transition: color .2s ease-in-out 0s;
	transition: color .2s ease-in-out 0s
}

.uael-video__gallery-filters {
	display: block;
	margin: 0;
	margin-bottom: 20px
}

.uael-video__gallery-filter {
	display: inline-block;
	padding: 5px 20px;
	margin: 0 5px;
	cursor: pointer;
	margin-bottom: 10px
}

.uael-video__gallery-filter:first-child {
	margin-left: 0
}

.uael-video__gallery-filter:last-child {
	margin-right: 0
}

.uael-video__content .uael-vg__play,
.uael-video__content .uael-vg__play:hover {
	text-decoration: none;
	display: block
}

.uael-aspect-ratio-4_3 .uael-vg__thumb-image,
.uael-aspect-ratio-4_3 .uael-video__gallery-iframe {
	padding-bottom: 75%
}

.uael-aspect-ratio-16_9 .uael-vg__thumb-image,
.uael-aspect-ratio-16_9 .uael-video__gallery-iframe {
	padding-bottom: 56.25%
}

.uael-aspect-ratio-3_2 .uael-vg__thumb-image,
.uael-aspect-ratio-3_2 .uael-video__gallery-iframe {
	padding-bottom: 66.6666%
}

.uael-aspect-ratio-16_9 .uael-video__gallery-iframe,
.uael-aspect-ratio-3_2 .uael-video__gallery-iframe,
.uael-aspect-ratio-4_3 .uael-video__gallery-iframe {
	height: 0;
	position: relative;
	max-width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000
}

.uael-vg__play_full:hover {
	cursor: pointer
}

.uael-vg__play {
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	-webkit-transition: text-shadow ease .2s, color ease .2s;
	transition: text-shadow ease .2s, color ease .2s;
	z-index: 5
}

.uael-vg__play-icon,
.uael-vg__play-icon i,
.uael-vg__play-icon svg,
.uael-vg__play-image {
	display: block
}

.uael-video-gallery-wrap .slick-slide img {
	width: 100%
}

.uael-video-gallery-wrap .slick-next,
.uael-video-gallery-wrap .slick-next:focus,
.uael-video-gallery-wrap .slick-next:hover,
.uael-video-gallery-wrap .slick-prev,
.uael-video-gallery-wrap .slick-prev:focus,
.uael-video-gallery-wrap .slick-prev:hover {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #aaa;
	border-color: #aaa;
	outline: 0;
	background: 0 0
}

.uael-video-gallery-wrap .slick-next:before,
.uael-video-gallery-wrap .slick-prev:before {
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-video-gallery-wrap .slick-prev {
	left: -45px;
	z-index: 1
}

[dir=rtl] .uael-video-gallery-wrap .slick-prev {
	left: auto;
	right: -45px
}

.uael-video-gallery-wrap .slick-next:before,
.uael-video-gallery-wrap .slick-prev:before,
[dir=rtl] .uael-video-gallery-wrap .slick-next:before,
[dir=rtl] .uael-video-gallery-wrap .slick-prev:before {
	content: '';
	font-size: 0;
	line-height: 0
}

.uael-video-gallery-wrap .slick-next {
	right: -45px
}

[dir=rtl] .uael-video-gallery-wrap .slick-next {
	left: -45px;
	right: auto
}

.uael-video-gallery-wrap .slick-next i,
.uael-video-gallery-wrap .slick-next i:focus,
.uael-video-gallery-wrap .slick-next i:hover,
.uael-video-gallery-wrap .slick-prev i,
.uael-video-gallery-wrap .slick-prev i:focus,
.uael-video-gallery-wrap .slick-prev i:hover {
	font-size: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-video-gallery-wrap ul.slick-dots {
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: -45px;
	text-align: center
}

.uael-video-gallery-wrap,
.uael-video-gallery-wrap .uael-nav-dots {
	margin-bottom: 50px
}

.uael-video-gallery-wrap ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.uael-video-gallery-wrap ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.uael-video-gallery-wrap ul.slick-dots li button:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-video-gallery-wrap ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.uael-video__gallery-item:active .elementor-animation-sink,
.uael-video__gallery-item:focus .elementor-animation-sink,
.uael-video__gallery-item:hover .elementor-animation-sink {
	top: -webkit-calc(50% + 8px);
	top: calc(50% + 8px)
}

.uael-video__gallery-item .uael-animation-float,
.uael-video__gallery-item .uael-animation-sink {
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.uael-video__gallery-item:active .elementor-animation-float,
.uael-video__gallery-item:focus .elementor-animation-float,
.uael-video__gallery-item:hover .elementor-animation-float {
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px)
}

.uael-video__gallery-item:active .uael-animation-wobble-vertical,
.uael-video__gallery-item:focus .uael-animation-wobble-vertical,
.uael-video__gallery-item:hover .uael-animation-wobble-vertical {
	-webkit-animation-name: uael-wobble-vertical;
	animation-name: uael-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-vg__overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.logged-in #wpadminbar~.uael-gallery-fancybox .fancybox-toolbar {
	margin-top: 32px
}

.uael-video-gallery-title-filters .uael-video__gallery-filters {
	text-align: right
}

.uael-video-gallery-title-filters {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.uael-video-gallery-title-filters .uael-video-gallery-title {
	margin-right: 60px;
	display: inline-block;
	text-align: left
}

.uael-video-gallery-title-filters ul.uael-video__gallery-filters {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	display: block
}

.uael-vg__play_full:hover .elementor-animation-grow {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.uael-vg__play_full:hover .elementor-animation-shrink {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9)
}

.uael-vg__play_full:hover .elementor-animation-pulse {
	-webkit-animation-name: elementor-animation-pulse;
	animation-name: elementor-animation-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.uael-vg__play_full:hover .elementor-animation-pulse-grow {
	-webkit-animation-name: elementor-animation-pulse-grow;
	animation-name: elementor-animation-pulse-grow;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.uael-vg__play_full:hover .elementor-animation-pulse-shrink {
	-webkit-animation-name: elementor-animation-pulse-shrink;
	animation-name: elementor-animation-pulse-shrink;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.uael-vg__play_full:hover .elementor-animation-push {
	-webkit-animation-name: elementor-animation-push;
	animation-name: elementor-animation-push;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-vg__play_full:hover .elementor-animation-pop {
	-webkit-animation-name: elementor-animation-pop;
	animation-name: elementor-animation-pop;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-vg__play_full:hover .elementor-animation-float {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.uael-vg__play_full:hover .elementor-animation-sink {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.uael-vg__play_full:hover .elementor-animation-wobble-vertical {
	-webkit-animation-name: elementor-animation-wobble-vertical;
	animation-name: elementor-animation-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
	width: 1188px;
	height: 669px
}

@media (max-width:1024px) {

	.uael-video-gallery-stack-tablet .uael-video-gallery-title-filters,
	.uael-video-gallery-stack-tablet .uael-video__gallery-filters {
		text-align: center
	}

	.uael-video-gallery-stack-tablet .uael-video-gallery-title {
		margin-right: 0
	}

	.uael-video-gallery-stack-tablet .uael-video-gallery-title-filters {
		display: block
	}

	.uael-video-gallery-tablet__column-1 .uael-video__gallery-item {
		width: 100%
	}

	.uael-video-gallery-tablet__column-2 .uael-video__gallery-item {
		width: 50%
	}

	.uael-video-gallery-tablet__column-3 .uael-video__gallery-item {
		width: 33.33%
	}

	.uael-video-gallery-tablet__column-4 .uael-video__gallery-item {
		width: 25%
	}

	.uael-video-gallery-tablet__column-5 .uael-video__gallery-item {
		width: 20%
	}

	.uael-video-gallery-tablet__column-6 .uael-video__gallery-item {
		width: 16.66%
	}

	.uael-video-gallery-tablet__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
	.uael-video-gallery-tablet__column-2 .uael-video__gallery-item:nth-child(odd):not(.slick-slide),
	.uael-video-gallery-tablet__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
	.uael-video-gallery-tablet__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
	.uael-video-gallery-tablet__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
	.uael-video-gallery-tablet__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide) {
		clear: left
	}

	.uael-video-gallery-tablet__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
	.uael-video-gallery-tablet__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
	.uael-video-gallery-tablet__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
	.uael-video-gallery-tablet__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
	.uael-video-gallery-tablet__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
	.uael-video-gallery-tablet__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide) {
		clear: right
	}

	.uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
		width: 680px;
		height: 382px
	}
}

@media (max-width:767px) {
	.uael-gallery-fancybox .fancybox-navigation .fancybox-button {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.uael-gallery-fancybox .fancybox-navigation .fancybox-button:after {
		padding: 0 50px
	}

	.uael-gallery-fancybox .fancybox-slide--iframe .fancybox-content {
		height: auto
	}

	.uael-video-gallery-wrap .slick-prev {
		left: 5px
	}

	.uael-video-gallery-wrap .slick-next {
		right: 5px
	}

	.uael-video-gallery-stack-mobile .uael-video-gallery-title-filters,
	.uael-video-gallery-stack-mobile .uael-video__gallery-filters {
		text-align: center
	}

	.uael-video-gallery-stack-mobile .uael-video-gallery-title {
		margin-right: 0
	}

	.uael-video-gallery-stack-mobile .uael-video-gallery-title-filters {
		display: block
	}

	.uael-video-gallery-mobile__column-1 .uael-video__gallery-item {
		width: 100%
	}

	.uael-video-gallery-mobile__column-2 .uael-video__gallery-item {
		width: 50%
	}

	.uael-video-gallery-mobile__column-3 .uael-video__gallery-item {
		width: 33.33%
	}

	.uael-video-gallery-mobile__column-4 .uael-video__gallery-item {
		width: 25%
	}

	.uael-video-gallery-mobile__column-5 .uael-video__gallery-item {
		width: 20%
	}

	.uael-video-gallery-mobile__column-6 .uael-video__gallery-item {
		width: 16.66%
	}

	.uael-video-gallery-mobile__column-1 .uael-video__gallery-item:nth-child(n+1):not(.slick-slide),
	.uael-video-gallery-mobile__column-2 .uael-video__gallery-item:nth-child(odd):not(.slick-slide),
	.uael-video-gallery-mobile__column-3 .uael-video__gallery-item:nth-child(3n+1):not(.slick-slide),
	.uael-video-gallery-mobile__column-4 .uael-video__gallery-item:nth-child(4n+1):not(.slick-slide),
	.uael-video-gallery-mobile__column-5 .uael-video__gallery-item:nth-child(5n+1):not(.slick-slide),
	.uael-video-gallery-mobile__column-6 .uael-video__gallery-item:nth-child(6n+1):not(.slick-slide) {
		clear: left
	}

	.uael-video-gallery-mobile__column-1 .uael-video__gallery-item:nth-child(n):not(.slick-slide),
	.uael-video-gallery-mobile__column-2 .uael-video__gallery-item:nth-child(2n):not(.slick-slide),
	.uael-video-gallery-mobile__column-3 .uael-video__gallery-item:nth-child(3n):not(.slick-slide),
	.uael-video-gallery-mobile__column-4 .uael-video__gallery-item:nth-child(4n):not(.slick-slide),
	.uael-video-gallery-mobile__column-5 .uael-video__gallery-item:nth-child(5n):not(.slick-slide),
	.uael-video-gallery-mobile__column-6 .uael-video__gallery-item:nth-child(6n):not(.slick-slide) {
		clear: right
	}

	.uael-vgallery-tabs-dropdown .uael-filters-dropdown {
		display: block;
		position: relative;
		margin-bottom: 20px
	}

	.uael-vgallery-tabs-dropdown .uael-filters-dropdown-button {
		background: #efefef;
		padding: 5px 15px 5px 15px;
		cursor: pointer;
		display: inline-block
	}

	.uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
		display: none;
		list-style: none;
		position: absolute;
		margin: 0;
		top: 100%;
		background-color: #fff;
		background-color: rgba(255, 255, 255, .95);
		z-index: 9;
		border: 1px solid #ededed;
		padding: 0
	}

	.uael-vgallery-tabs-dropdown .uael-video__gallery-filter {
		white-space: nowrap;
		display: block;
		background: #efefef;
		cursor: pointer;
		-webkit-transition: all .2s ease-in-out 0s;
		transition: all .2s ease-in-out 0s;
		border-style: none;
		margin: 0
	}

	.uael-vgallery-tabs-dropdown .uael-filters-dropdown-button::after {
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		margin-left: 6px
	}

	.uael-vgallery-tabs-dropdown .uael-video-gallery-title-filters .uael-video__gallery-filters,
	.uael-vgallery-tabs-dropdown .uael-video__gallery-filters {
		display: none
	}

	.uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list.show-list {
		display: block
	}

	.uael-vgallery-tabs-dropdown .uael-video__gallery-filter {
		padding: 5px 15px 5px 15px
	}

	.uael-mobile-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-tablet-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-vgallery-filter-align-right .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
		left: auto;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.uael-mobile-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-tablet-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-vgallery-filter-align-left .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
		left: 0;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.uael-mobile-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-tablet-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-vgallery-filter-align-center .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-video-gallery-stack-mobile .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list,
	.uael-video-gallery-stack-tablet .uael-vgallery-tabs-dropdown ul.uael-filters-dropdown-list {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.theme-twentytwentyone .elementor-widget-uael-video-gallery ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-video-gallery ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
	background: unset
}

.uael-welcome-music-container {
	cursor: pointer;
	z-index: 99999;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: fixed
}

#uael-play-pause {
	position: relative;
	font-size: 25px
}

#uael-play-pause .pause,
#uael-play-pause .play,
.uael-pause svg:first-child,
.uael-play svg:last-child,
.uael-welcome-music-btn-display-no .uael-welcome-music-container {
	display: none
}

#uael-play-pause.uael-pause .pause,
#uael-play-pause.uael-play .play {
	display: block
}

.uael-builder-msg {
	text-align: center
}

#uael-play-pause svg:first-child,
#uael-play-pause svg:last-child {
	width: 30px
}

#uael-play-pause.uael-pause svg:first-child,
#uael-play-pause.uael-play svg:last-child {
	display: none
}

#uael-play-pause.uael-pause svg:last-child,
#uael-play-pause.uael-play svg:first-child {
	display: block
}

.uael-woocommerce .products::after,
.uael-woocommerce .products::before,
.uael-woocommerce ul.products::after,
.uael-woocommerce ul.products::before {
	content: ' ';
	display: table;
	width: 0
}

.uael-quick-view-data {
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 1
}

.uael-woocommerce .products::after,
.uael-woocommerce ul.products::after {
	clear: both
}

.uael-woocommerce .products,
.uael-woocommerce ul.products {
	margin: 0;
	margin-left: -10px;
	margin-right: -10px;
	list-style: none outside;
	clear: both;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-woocommerce .products li.product .woocommerce-loop-product__link img,
.uael-woocommerce ul.products li.product .woocommerce-loop-product__link img {
	margin-bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s;
	transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s;
	transition: filter .6s, opacity .6s, transform .6s;
	transition: filter .6s, opacity .6s, transform .6s, -webkit-filter .6s, -webkit-transform .6s
}

#uael-quick-view-modal .uael-qv-image-slider li,
.uael-woocommerce .products li.product,
.uael-woocommerce ul.products li.product {
	list-style: none
}

#uael-quick-view-content,
.uael-quick-view-data,
.uael-woo-category-slider .slick-slide>div,
.uael-woo-category-slider .slick-slide>div .uael-product-cat-inner,
.uael-woo-category-slider .slick-slide>div li,
.uael-woo-products-slider .slick-slide>div,
.uael-woo-products-slider .slick-slide>div .uael-woo-product-wrapper,
.uael-woo-products-slider .slick-slide>div li,
.uael-woocommerce .uael-show-on-hover {
	height: 100%
}

.uael-woocommerce .uael-show-on-hover {
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.uael-quick-view-data {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 1
}

.uael-woocommerce .products li.product:hover .uael-show-on-hover,
.uael-woocommerce ul.products li.product:hover .uael-show-on-hover {
	opacity: 1;
	-webkit-transform: scale(1) translateZ(0) translateY(0);
	transform: scale(1) translateZ(0) translateY(0);
	pointer-events: inherit
}

.uael-woocommerce .uael-woo-product__hover-zoom .products li.product:hover .woocommerce-loop-product__link img,
.uael-woocommerce .uael-woo-product__hover-zoom ul.products li.product:hover .woocommerce-loop-product__link img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.uael-add-to-cart-align-right,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-right .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-right .uael-woo-categories ul.products li.product .uael-category__title-wrap {
	text-align: right
}

.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
	margin-left: auto;
	margin-right: 0
}

.uael-add-to-cart-align-left,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-left .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-left .uael-woo-categories ul.products li.product .uael-category__title-wrap,
.uael-woo-pagination-align-left .uael-woocommerce-pagination {
	text-align: left
}

.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
	margin-left: 0;
	margin-right: auto
}

.uael-add-to-cart-align-center,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product,
.uael-woo-cat--align-center .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat--align-center .uael-woo-categories ul.products li.product .uael-category__title-wrap,
.uael-woo-pagination-align-center .uael-woocommerce-pagination {
	text-align: center
}

.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
.uael-woo--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
	margin-left: auto;
	margin-right: auto
}

.uael-woocommerce .products li.product,
.uael-woocommerce ul.products li.product,
.woocommerce .uael-woocommerce .products li.product,
.woocommerce .uael-woocommerce ul.products li.product,
.woocommerce-page .uael-woocommerce .products li.product,
.woocommerce-page .uael-woocommerce ul.products li.product {
	margin-left: 0;
	margin-right: 0;
	padding: 0 10px;
	margin-bottom: 35px;
	width: 25%
}

.uael-woocommerce .uael-woo-products-summary-wrap {
	padding: 1em .2em
}

.uael-auto-align-disabled,
.uael-prod-auto-align-disabled {
	display: block
}

.uael-auto-align-enabled,
.uael-prod-auto-align-enabled {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.uael-auto-align-enabled .uael-woo-products-summary-wrap,
.uael-prod-auto-align-enabled .uael-woo-products-summary-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.uael-auto-align-enabled .uael-woo-products-button-align,
.uael-prod-auto-align .uael-woo-products-button-align {
	margin-top: auto
}

.uael-woocommerce .uael-woo-product-category {
	font-size: .85em;
	margin-bottom: .5em;
	display: block;
	line-height: 1.3
}

.uael-woocommerce .woocommerce-loop-product__link {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: .8em;
	outline: 0
}

.uael-woocommerce .woocommerce-loop-product__title {
	margin-bottom: .5em;
	font-size: 1em
}

.uael-woocommerce .star-rating {
	display: block;
	float: none;
	margin: 0 auto .5em 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: .857em;
	width: 5.4em;
	font-family: star
}

.uael-quick-view-data,
.uael-woocommerce .star-rating span,
.uael-woocommerce .star-rating span::before,
.uael-woocommerce .star-rating::before {
	top: 0;
	left: 0;
	position: absolute
}

.uael-woocommerce .star-rating::before {
	content: '\73\73\73\73\73';
	color: #d3ced2;
	float: left
}

.uael-woocommerce .star-rating span {
	overflow: hidden;
	padding-top: 1.5em;
	float: left
}

.uael-woocommerce .star-rating span::before {
	content: '\53\53\53\53\53'
}

.uael-woocommerce .products li.product .price,
.uael-woocommerce ul.products li.product .price {
	display: block;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: .5em;
	font-size: .9em
}

.uael-woocommerce .products li.product .price ins,
.uael-woocommerce ul.products li.product .price ins {
	background: 0 0;
	font-weight: 700;
	display: inline-block;
	margin-left: 5px
}

.uael-woocommerce .products li.product .price del,
.uael-woocommerce ul.products li.product .price del {
	color: inherit;
	opacity: .5;
	display: inline-block
}

.uael-woocommerce .uael-woo-products-summary-wrap .button {
	display: inline-block;
	margin: .5em 0;
	white-space: normal;
	line-height: 1.3;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 16px;
	font-size: 100%;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	font-weight: 700;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-1 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-2 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product {
	width: 50%
}

.uael-woo-products-grid .uael-woo-product__column-3 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-3 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product {
	width: 33.33%
}

.uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-4 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product {
	width: 25%
}

.uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-5 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product {
	width: 20%
}

.uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.woocommerce .uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-6 .products li.product,
.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product {
	width: 16.66%
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product:nth-child(n+1),
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product:nth-child(n+1),
.uael-woo-products-grid .uael-woo-product__column-2 .products li.product:nth-child(odd),
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product:nth-child(odd),
.uael-woo-products-grid .uael-woo-product__column-3 .products li.product:nth-child(3n+1),
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product:nth-child(3n+1),
.uael-woo-products-grid .uael-woo-product__column-4 .products li.product:nth-child(4n+1),
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product:nth-child(4n+1),
.uael-woo-products-grid .uael-woo-product__column-5 .products li.product:nth-child(5n+1),
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product:nth-child(5n+1),
.uael-woo-products-grid .uael-woo-product__column-6 .products li.product:nth-child(6n+1),
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product:nth-child(6n+1) {
	clear: left
}

.uael-woo-products-grid .uael-woo-product__column-1 .products li.product:nth-child(n),
.uael-woo-products-grid .uael-woo-product__column-1 ul.products li.product:nth-child(n),
.uael-woo-products-grid .uael-woo-product__column-2 .products li.product:nth-child(2n),
.uael-woo-products-grid .uael-woo-product__column-2 ul.products li.product:nth-child(2n),
.uael-woo-products-grid .uael-woo-product__column-3 .products li.product:nth-child(3n),
.uael-woo-products-grid .uael-woo-product__column-3 ul.products li.product:nth-child(3n),
.uael-woo-products-grid .uael-woo-product__column-4 .products li.product:nth-child(4n),
.uael-woo-products-grid .uael-woo-product__column-4 ul.products li.product:nth-child(4n),
.uael-woo-products-grid .uael-woo-product__column-5 .products li.product:nth-child(5n),
.uael-woo-products-grid .uael-woo-product__column-5 ul.products li.product:nth-child(5n),
.uael-woo-products-grid .uael-woo-product__column-6 .products li.product:nth-child(6n),
.uael-woo-products-grid .uael-woo-product__column-6 ul.products li.product:nth-child(6n) {
	clear: right
}

.uael-woocommerce .uael-woo-products-thumbnail-wrap {
	position: relative
}

.uael-woocommerce .woocommerce-LoopProduct-link {
	margin: 0
}

.uael-woo-categories .products li.product a img,
.uael-woo-categories ul.products li.product a img,
.uael-woocommerce .uael-woo-products-thumbnail-wrap img {
	margin: 0;
	width: 100%
}

.uael-woo-skin-grid-default .uael-quick-view-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 5px;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
	z-index: 9
}

.uael-woo-skin-grid-default .uael-quick-view-btn .uael-qv-icon {
	margin-right: 10px
}

.uael-woo-skin-grid-default .uael-woo-products-thumbnail-wrap:hover .uael-quick-view-btn,
.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap:hover .uael-action-tooltip {
	opacity: 1
}

.uael-woo-skin-grid-default .uael-woo-product-wrapper {
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.uael-woo-skin-grid-franko .uael-product-actions {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
	-webkit-transition: all .35s;
	transition: all .35s;
	margin-bottom: 2px;
	opacity: 0
}

.uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap:hover .uael-product-actions {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.uael-woo-skin-grid-franko .uael-action-tooltip {
	opacity: 0;
	display: inline-block;
	position: absolute;
	pointer-events: none;
	z-index: 9;
	top: 50%;
	right: -webkit-calc(100% + 8px);
	right: calc(100% + 8px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
	padding: 2px 8px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .25s;
	transition: opacity .25s
}

.uael-woo-skin-grid-franko .uael-action-tooltip:before {
	top: calc(50% - 5.5px);
	top: -webkit-calc(50% - 5.5px);
	right: -10px;
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-left: 5px solid rgba(0, 0, 0, .8)
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap {
	position: relative;
	display: block;
	margin: 0 0 3px;
	background: #fff;
	text-align: center;
	color: #3a3a3a;
	outline: 0
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap:hover {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item {
	display: block;
	color: #3a3a3a;
	width: 40px;
	line-height: 40px;
	height: 40px;
	cursor: pointer
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.loading .uael-ajax-add-cart-icon {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.loading .uael-ajax-add-cart-icon:before {
	content: "\f110"
}

.uael-woo-skin-grid-franko .uael-product-actions .uael-add-to-cart-btn.added .uael-ajax-add-cart-icon:before {
	content: "\f00c"
}

.uael-woocommerce .uael-featured,
.uael-woocommerce .uael-onsale {
	color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	z-index: 10
}

.uael-woocommerce .uael-onsale {
	background-color: #77a464
}

.uael-woocommerce .uael-featured {
	background-color: #6d7882
}

#uael-quick-view-modal .uael-content-main-wrapper,
.elementor-widget-uael-woo-products .uael-loader-overlay.uael-quick-view-loader,
.uael-quick-view-data,
.uael-woo-category-slider ul.slick-dots li button:before,
.uael-woo-products-slider ul.slick-dots li button:before,
.uael-woo-skin-grid-default .uael-flash-container,
.uael-woo-skin-grid-franko .uael-flash-container,
.uael-woocommerce .uael-show-on-hover {
	position: absolute;
	top: 0;
	left: 0
}

.uael-woo-skin-grid-default .uael-flash-container {
	z-index: 21;
	margin-top: 25px;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.uael-woo-skin-grid-default .uael-sale-flash-wrap {
	margin: auto auto auto -10px
}

.uael-woo-skin-grid-default .uael-featured,
.uael-woo-skin-grid-default .uael-sale-flash-wrap .uael-onsale {
	min-width: 1em;
	min-height: 1em;
	line-height: 1em;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	display: inline-block
}

.uael-featured-flash-circle .uael-featured,
.uael-sale-flash-circle .uael-onsale {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-woo-skin-grid-default .uael-featured-flash-wrap {
	margin: 0 0 0 -10px
}

.uael-woo-skin-grid-default .double-flash .uael-featured-flash-wrap,
.uael-woo-skin-grid-franko .uael-double-flash .uael-featured-flash-wrap {
	margin-top: -10px
}

.uael-woo-skin-grid-franko .uael-featured {
	display: inline-block
}

.uael-woo-skin-grid-default .double-flash .uael-featured {
	min-width: .8em;
	min-height: .8em;
	line-height: .8em
}

.uael-woo-skin-grid-franko .uael-flash-container {
	z-index: 21;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.uael-woo-skin-grid-franko .uael-sale-flash-wrap {
	display: inline-block;
	margin: 0
}

.uael-woo-skin-grid-franko .uael-onsale {
	display: block;
	padding: 0
}

.uael-out-of-stock {
	position: absolute;
	background-color: rgba(255, 255, 255, .88);
	-webkit-transition: background .3s;
	transition: background .3s;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	padding: 1.3em 0;
	bottom: auto;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transform: translateY(-50%) translate3d(0, 0, 0);
	transform: translateY(-50%) translate3d(0, 0, 0)
}

.uael-woo-pagination-align-right .uael-woocommerce-pagination,
[dir=rtl] .uael-woo-product .woocommerce-product-details__short-description {
	text-align: right
}

.uael-woocommerce-pagination ul {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 0;
	margin: 1px;
	width: auto
}

.uael-woocommerce-pagination li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	overflow: hidden
}

.uael-woocommerce-pagination ul li .page-numbers:focus,
.uael-woocommerce-pagination ul li .page-numbers:hover,
.uael-woocommerce-pagination ul li span.current {
	color: #fff;
	background: #000000bd
}

.uael-woocommerce-pagination ul li .page-numbers {
	margin: 0;
	text-decoration: none;
	color: #000000bd;
	border: 1px solid #000000bd;
	padding: 0;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .75em;
	display: block;
	min-width: 2.5em
}

@media (max-width:1024px) {

	.uael-woocommerce .products li.product,
	.uael-woocommerce ul.products li.product,
	.woocommerce .uael-woo-products-grid .products li.product,
	.woocommerce .uael-woo-products-grid ul.products li.product {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
		margin-bottom: 35px;
		width: 25%
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product {
		width: 100%
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product {
		width: 50%
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product {
		width: 33.33%
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product {
		width: 25%
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product {
		width: 20%
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product {
		width: 16.66%
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product:nth-child(n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product:nth-child(n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product:nth-child(odd),
	.uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product:nth-child(odd),
	.uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product:nth-child(3n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product:nth-child(3n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product:nth-child(4n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product:nth-child(4n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product:nth-child(5n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product:nth-child(5n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product:nth-child(6n+1),
	.uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product:nth-child(6n+1) {
		clear: left
	}

	.uael-woo-products-grid .uael-woo-product__column-tablet-1 .products li.product:nth-child(n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-1 ul.products li.product:nth-child(n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-2 .products li.product:nth-child(2n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-2 ul.products li.product:nth-child(2n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-3 .products li.product:nth-child(3n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-3 ul.products li.product:nth-child(3n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-4 .products li.product:nth-child(4n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-4 ul.products li.product:nth-child(4n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-5 .products li.product:nth-child(5n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-5 ul.products li.product:nth-child(5n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-6 .products li.product:nth-child(6n),
	.uael-woo-products-grid .uael-woo-product__column-tablet-6 ul.products li.product:nth-child(6n) {
		clear: right
	}

	.uael-woo-pagination-tablet-align-right .uael-woocommerce-pagination,
	.uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
	.uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product {
		text-align: right
	}

	.uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
	.uael-woo-tablet--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
		margin-left: auto;
		margin-right: 0
	}

	.uael-woo-pagination-tablet-align-left .uael-woocommerce-pagination,
	.uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
	.uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product {
		text-align: left
	}

	.uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
	.uael-woo-tablet--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
		margin-left: 0;
		margin-right: auto
	}

	.uael-woo-pagination-tablet-align-center .uael-woocommerce-pagination,
	.uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
	.uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product {
		text-align: center
	}

	.uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
	.uael-woo-tablet--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
		margin-left: auto;
		margin-right: auto
	}

	.uael-woocommerce .products li.product,
	.uael-woocommerce ul.products li.product,
	.woocommerce .uael-woocommerce .products li.product,
	.woocommerce .uael-woocommerce ul.products li.product,
	.woocommerce-page .uael-woocommerce .products li.product,
	.woocommerce-page .uael-woocommerce ul.products li.product {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
		margin-bottom: 35px;
		width: 25%
	}

	.woocommerce-page[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n),
	.woocommerce[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n) {
		margin-right: 0;
		clear: none
	}

	.uael-woo-skin-grid-default .uael-woo-products-thumbnail-wrap .uael-quick-view-btn,
	.uael-woo-skin-grid-franko .uael-product-actions,
	.uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap .uael-product-actions {
		opacity: 1
	}

	.uael-woo-skin-grid-franko .uael-woo-products-thumbnail-wrap .uael-product-actions {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@media (max-width:767px) {

	.uael-woocommerce .products li.product,
	.uael-woocommerce ul.products li.product,
	.woocommerce .uael-woo-products-grid .products li.product,
	.woocommerce .uael-woo-products-grid ul.products li.product {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
		margin-bottom: 35px;
		width: 25%
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product {
		width: 100%
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product {
		width: 50%
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product {
		width: 33.33%
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product {
		width: 25%
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product {
		width: 20%
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
	.uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
	.woocommerce .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product,
	.woocommerce-page .uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product {
		width: 16.66%
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product:nth-child(n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product:nth-child(n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product:nth-child(odd),
	.uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product:nth-child(odd),
	.uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product:nth-child(3n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product:nth-child(3n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product:nth-child(4n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product:nth-child(4n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product:nth-child(5n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product:nth-child(5n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product:nth-child(6n+1),
	.uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product:nth-child(6n+1) {
		clear: left
	}

	.uael-woo-products-grid .uael-woo-product__column-mobile-1 .products li.product:nth-child(n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-1 ul.products li.product:nth-child(n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-2 .products li.product:nth-child(2n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-2 ul.products li.product:nth-child(2n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-3 .products li.product:nth-child(3n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-3 ul.products li.product:nth-child(3n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-4 .products li.product:nth-child(4n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-4 ul.products li.product:nth-child(4n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-5 .products li.product:nth-child(5n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-5 ul.products li.product:nth-child(5n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-6 .products li.product:nth-child(6n),
	.uael-woo-products-grid .uael-woo-product__column-mobile-6 ul.products li.product:nth-child(6n) {
		clear: right
	}

	.uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner .products li.product,
	.uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product,
	.uael-woo-pagination-mobile-align-right .uael-woocommerce-pagination {
		text-align: right
	}

	.uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
	.uael-woo-mobile--align-right .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
		margin-left: auto;
		margin-right: 0
	}

	.uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner .products li.product,
	.uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product,
	.uael-woo-pagination-mobile-align-left .uael-woocommerce-pagination {
		text-align: left
	}

	.uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
	.uael-woo-mobile--align-left .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
		margin-left: 0;
		margin-right: auto
	}

	.uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner .products li.product,
	.uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product,
	.uael-woo-pagination-mobile-align-center .uael-woocommerce-pagination {
		text-align: center
	}

	.uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner .products li.product .star-rating,
	.uael-woo-mobile--align-center .uael-woocommerce .uael-woo-products-inner ul.products li.product .star-rating {
		margin-left: auto;
		margin-right: auto
	}

	.woocommerce-page[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n),
	.woocommerce[class*=columns-] .uael-woocommerce ul.products li.product:nth-child(n) {
		margin-right: 0;
		clear: none
	}
}

.uael-woo-products-slider .uael-woo-products-inner .products li.product,
.uael-woo-products-slider .uael-woo-products-inner ul.products li.product {
	margin-bottom: 20px
}

.uael-woo-products-slider .uael-slick-dotted .products,
.uael-woo-products-slider .uael-slick-dotted ul.products {
	margin-bottom: 30px
}

.uael-woo-products-slider .slick-arrow {
	font-size: 20px;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translateY(-50%) translate3d(0, 0, 0);
	-ms-transform: translateY(-50%) translate3d(0, 0, 0);
	transform: translateY(-50%) translate3d(0, 0, 0);
	cursor: pointer;
	color: #000;
	background: 0 0;
	border: none;
	outline: 0
}

.uael-woo-products-slider .slick-next,
.uael-woo-products-slider .slick-prev {
	z-index: 10
}

.uael-woo-products-slider .slick-prev:before {
	content: '\f104';
	font-family: 'Font Awesome 5 Free'
}

.uael-woo-products-slider .slick-next:before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free'
}

[dir=rtl] .uael-woo-products-slider .slick-prev:before {
	content: '\f105'
}

[dir=rtl] .uael-woo-products-slider .slick-next:before {
	content: '\f104'
}

.uael-woo-slider-arrow-circle .uael-woo-products-slider .slick-arrow {
	background: #ccc
}

.uael-woo-slider-arrow-circle .uael-woo-products-slider .slick-arrow {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-mc,
.uael-mc .woocommerce-mini-cart__buttons,
.uael-mc div.uael-mc__btn-icon.uael-badge-inline,
.uael-mc-dropdown__header,
.uael-mc-dropdown__icon-wrap,
.uael-mc-modal,
.uael-mc-modal__header,
.uael-mc-modal__icon-wrap,
.uael-mc-offcanvas,
.uael-mc-offcanvas__header,
.uael-mc-offcanvas__icon-wrap,
.uael-mc__btn,
.uael-mc__btn-icon,
.uael-woo-category-slider .slick-slide,
.uael-woo-category-slider .slick-track,
.uael-woo-products-slider .slick-slide,
.uael-woo-products-slider .slick-track,
.uael-woocommerce .products,
.uael-woocommerce ul.products {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.uael-woo-products-slider .slick-slide {
	height: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 10px
}

.uael-woo-products-slider .slick-slide>div {
	position: relative
}

.uael-slick-dotted {
	visibility: hidden
}

.slick-initialized {
	visibility: visible
}

.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
	left: -25px
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
	right: auto;
	left: -25px
}

.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
	right: -25px
}

[dir=rtl] .uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
	right: -25px;
	left: auto
}

.uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-prev {
	text-indent: -2px;
	left: 25px
}

[dir=rtl] .uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-prev {
	right: auto;
	left: 25px
}

.uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-next {
	text-indent: 2px;
	right: 25px
}

[dir=rtl] .uael-woo-slider-arrow-inside .uael-woo-products-slider .slick-next {
	right: 25px;
	left: auto
}

@media (max-width:768px) {
	.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-prev {
		left: 15px
	}

	.uael-woo-slider-arrow-outside .uael-woo-products-slider .slick-next {
		right: 15px
	}
}

.uael-woo-products-slider ul.slick-dots {
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center
}

.uael-woo-products-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.uael-woo-products-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.uael-woo-products-slider ul.slick-dots li button:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 6px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-woo-products-slider ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.uael-woo-add-to-cart .button {
	display: inline-block;
	text-align: center
}

.ast-single-post .entry-content .uael-woo-add-to-cart a,
.uael-woo-add-to-cart .uael-button {
	text-decoration: none
}

.uael-button,
.uael-button:focus,
.uael-button:hover,
.uael-button:visited,
.uael-woo-skin-grid-default .uael-quick-view-btn span {
	color: #fff
}

#uael-quick-view-modal .uael-qv-slides li img,
.uael-add-to-cart-align-justify .uael-button,
.uael-woo-category-slider .slick-slide img,
.uael-woo-products-slider .slick-slide img {
	width: 100%
}

.uael-woo-add-to-cart .added_to_cart {
	margin-left: 12px
}

@media (max-width:1024px) {
	.uael-add-to-cart-tablet-align-left {
		text-align: left
	}

	.uael-add-to-cart-tablet-align-center {
		text-align: center
	}

	.uael-add-to-cart-tablet-align-right {
		text-align: right
	}

	.uael-add-to-cart-tablet-align-justify .uael-button {
		width: 100%
	}
}

@media (max-width:767px) {
	.uael-add-to-cart-mobile-align-left {
		text-align: left
	}

	.uael-add-to-cart-mobile-align-center {
		text-align: center
	}

	.uael-add-to-cart-mobile-align-right {
		text-align: right
	}

	.uael-add-to-cart-mobile-align-justify .uael-button {
		width: 100%
	}
}

.uael-atc-content-wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.uael-atc-content-wrapper span.uael-atc-icon-align.elementor-align-icon-left {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.uael-atc-content-wrapper span.uael-atc-icon-align.elementor-align-icon-right {
	-webkit-box-ordinal-group: 16;
	-webkit-order: 15;
	-moz-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15
}

.uael-atc-icon-align svg {
	width: 1em;
	height: auto
}

.uael-add-to-cart-align-right .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-right .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.uael-add-to-cart-align-center .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-center .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-add-to-cart-align-left .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart,
.uael-add-to-cart-align-left .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.uael-add-to-cart-align-justify .uael-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart button,
.uael-add-to-cart-align-justify .uael-add-to-cart form.cart:not(.grouped_form):not(.variations_form) button {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.uael-woo-categories .products li.product-category>a,
.uael-woo-categories ul.products li.product-category>a {
	display: block;
	position: relative
}

.uael-woo-categories .uael-product-cat-inner {
	position: relative
}

.uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-categories ul.products li.product .uael-category__title-wrap {
	position: absolute;
	background-color: rgba(255, 255, 255, .88);
	-webkit-transition: background .3s;
	transition: background .3s;
	text-align: center;
	left: 1em;
	right: 1em;
	padding: .5em;
	margin: 0;
	bottom: 1.8em;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5
}

.woocommerce .uael-woo-categories .products li.product .woocommerce-loop-category__title,
.woocommerce .uael-woo-categories ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories .products li.product .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories ul.products li.product .woocommerce-loop-category__title {
	font-size: .9em;
	margin: 0;
	padding: 0
}

.woocommerce .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title {
	position: unset;
	background-color: unset
}

.woocommerce .products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce ul.products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page .products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product.product-category>a:hover .uael-category__title-wrap .woocommerce-loop-category__title {
	background-color: unset
}

.uael-woo-categories .products li.product .uael-category__title-wrap .uael-count,
.uael-woo-categories ul.products li.product .uael-category__title-wrap .uael-count {
	display: block;
	background: 0 0;
	opacity: .5;
	font-size: .75em
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product,
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.uael-woo-categories .uael-woo-cat__column-2 .products li.product,
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product {
	width: 50%
}

.uael-woo-categories .uael-woo-cat__column-3 .products li.product,
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product {
	width: 33.33%
}

.uael-woo-categories .uael-woo-cat__column-4 .products li.product,
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product {
	width: 25%
}

.uael-woo-categories .uael-woo-cat__column-5 .products li.product,
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product {
	width: 20%
}

.uael-woo-categories .uael-woo-cat__column-6 .products li.product,
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product {
	width: 16.66%
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product:nth-child(n+1),
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product:nth-child(n+1),
.uael-woo-categories .uael-woo-cat__column-2 .products li.product:nth-child(odd),
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product:nth-child(odd),
.uael-woo-categories .uael-woo-cat__column-3 .products li.product:nth-child(3n+1),
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product:nth-child(3n+1),
.uael-woo-categories .uael-woo-cat__column-4 .products li.product:nth-child(4n+1),
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product:nth-child(4n+1),
.uael-woo-categories .uael-woo-cat__column-5 .products li.product:nth-child(5n+1),
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product:nth-child(5n+1),
.uael-woo-categories .uael-woo-cat__column-6 .products li.product:nth-child(6n+1),
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product:nth-child(6n+1) {
	clear: left
}

.uael-woo-categories .uael-woo-cat__column-1 .products li.product:nth-child(n),
.uael-woo-categories .uael-woo-cat__column-1 ul.products li.product:nth-child(n),
.uael-woo-categories .uael-woo-cat__column-2 .products li.product:nth-child(2n),
.uael-woo-categories .uael-woo-cat__column-2 ul.products li.product:nth-child(2n),
.uael-woo-categories .uael-woo-cat__column-3 .products li.product:nth-child(3n),
.uael-woo-categories .uael-woo-cat__column-3 ul.products li.product:nth-child(3n),
.uael-woo-categories .uael-woo-cat__column-4 .products li.product:nth-child(4n),
.uael-woo-categories .uael-woo-cat__column-4 ul.products li.product:nth-child(4n),
.uael-woo-categories .uael-woo-cat__column-5 .products li.product:nth-child(5n),
.uael-woo-categories .uael-woo-cat__column-5 ul.products li.product:nth-child(5n),
.uael-woo-categories .uael-woo-cat__column-6 .products li.product:nth-child(6n),
.uael-woo-categories .uael-woo-cat__column-6 ul.products li.product:nth-child(6n) {
	clear: right
}

@media (max-width:1024px) {

	.uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product {
		width: 100%
	}

	.uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product {
		width: 50%
	}

	.uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product {
		width: 33.33%
	}

	.uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product {
		width: 25%
	}

	.uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product {
		width: 20%
	}

	.uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product {
		width: 16.66%
	}

	.uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product:nth-child(n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product:nth-child(n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product:nth-child(odd),
	.uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product:nth-child(odd),
	.uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product:nth-child(3n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product:nth-child(3n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product:nth-child(4n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product:nth-child(4n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product:nth-child(5n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product:nth-child(5n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product:nth-child(6n+1),
	.uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product:nth-child(6n+1) {
		clear: left
	}

	.uael-woo-categories .uael-woo-cat__column-tablet-1 .products li.product:nth-child(n),
	.uael-woo-categories .uael-woo-cat__column-tablet-1 ul.products li.product:nth-child(n),
	.uael-woo-categories .uael-woo-cat__column-tablet-2 .products li.product:nth-child(2n),
	.uael-woo-categories .uael-woo-cat__column-tablet-2 ul.products li.product:nth-child(2n),
	.uael-woo-categories .uael-woo-cat__column-tablet-3 .products li.product:nth-child(3n),
	.uael-woo-categories .uael-woo-cat__column-tablet-3 ul.products li.product:nth-child(3n),
	.uael-woo-categories .uael-woo-cat__column-tablet-4 .products li.product:nth-child(4n),
	.uael-woo-categories .uael-woo-cat__column-tablet-4 ul.products li.product:nth-child(4n),
	.uael-woo-categories .uael-woo-cat__column-tablet-5 .products li.product:nth-child(5n),
	.uael-woo-categories .uael-woo-cat__column-tablet-5 ul.products li.product:nth-child(5n),
	.uael-woo-categories .uael-woo-cat__column-tablet-6 .products li.product:nth-child(6n),
	.uael-woo-categories .uael-woo-cat__column-tablet-6 ul.products li.product:nth-child(6n) {
		clear: right
	}
}

@media (max-width:767px) {

	.uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product {
		width: 100%
	}

	.uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product {
		width: 50%
	}

	.uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product {
		width: 33.33%
	}

	.uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product {
		width: 25%
	}

	.uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product {
		width: 20%
	}

	.uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product,
	.uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product {
		width: 16.66%
	}

	.uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product:nth-child(n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product:nth-child(n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product:nth-child(odd),
	.uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product:nth-child(odd),
	.uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product:nth-child(3n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product:nth-child(3n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product:nth-child(4n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product:nth-child(4n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product:nth-child(5n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product:nth-child(5n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product:nth-child(6n+1),
	.uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product:nth-child(6n+1) {
		clear: left
	}

	.uael-woo-categories .uael-woo-cat__column-mobile-1 .products li.product:nth-child(n),
	.uael-woo-categories .uael-woo-cat__column-mobile-1 ul.products li.product:nth-child(n),
	.uael-woo-categories .uael-woo-cat__column-mobile-2 .products li.product:nth-child(2n),
	.uael-woo-categories .uael-woo-cat__column-mobile-2 ul.products li.product:nth-child(2n),
	.uael-woo-categories .uael-woo-cat__column-mobile-3 .products li.product:nth-child(3n),
	.uael-woo-categories .uael-woo-cat__column-mobile-3 ul.products li.product:nth-child(3n),
	.uael-woo-categories .uael-woo-cat__column-mobile-4 .products li.product:nth-child(4n),
	.uael-woo-categories .uael-woo-cat__column-mobile-4 ul.products li.product:nth-child(4n),
	.uael-woo-categories .uael-woo-cat__column-mobile-5 .products li.product:nth-child(5n),
	.uael-woo-categories .uael-woo-cat__column-mobile-5 ul.products li.product:nth-child(5n),
	.uael-woo-categories .uael-woo-cat__column-mobile-6 .products li.product:nth-child(6n),
	.uael-woo-categories .uael-woo-cat__column-mobile-6 ul.products li.product:nth-child(6n) {
		clear: right
	}
}

.uael-woo-cat-title-pos-below-image .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat-title-pos-below-image .uael-woo-categories ul.products li.product .uael-category__title-wrap {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0
}

.uael-woo-cat-title-style-inline .uael-woo-categories .products li.product .uael-category__title-wrap,
.uael-woo-cat-title-style-inline .uael-woo-categories ul.products li.product .uael-category__title-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-add-to-cart button.button.single_add_to_cart_button.loading::after,
.uael-woo-add-to-cart a.add_to_cart_button.loading::after,
.uael-woocommerce a.add_to_cart_button.loading::after {
	font-family: WooCommerce;
	content: '\e01c';
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	margin-left: 10px;
	display: inline-block;
	top: auto;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.uael-add-to-cart button.button.single_add_to_cart_button.added::after,
.uael-woo-add-to-cart a.add_to_cart_button.added::after,
.uael-woocommerce a.add_to_cart_button.added::after {
	font-family: WooCommerce;
	top: auto;
	right: 1em;
	content: '\e017';
	vertical-align: bottom;
	margin-left: 10px
}

.uael-add-to-cart button.button.single_add_to_cart_button.loading::after {
	position: static
}

.uael-clear::after,
.uael-clear::before {
	content: ' ';
	display: table
}

.uael-clear::after {
	clear: both
}

html.uael-quick-view-is-open,
html.uael-quick-view-is-open body {
	overflow: hidden
}

.uael-quick-view-bg {
	position: fixed;
	visibility: hidden;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	z-index: 1042
}

.uael-quick-view-loader {
	z-index: 1000;
	border: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	cursor: none
}

.uael-quick-view-loader::before {
	content: "";
	background: 0 0 !important;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #fff;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-animation: uael-qv-spin 575ms infinite linear;
	animation: uael-qv-spin 575ms infinite linear
}

@keyframes uael-qv-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes uael-qv-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.elementor-widget-uael-woo-products .uael-loader-overlay {
	background: rgba(255, 255, 255, .4);
	z-index: 2;
	content: "";
	height: 100%;
	width: 100%
}

.elementor-widget-uael-woo-products .uael-loader:before {
	border: 3px solid #333;
	border-left-color: transparent;
	border-right-color: transparent
}

.elementor-widget-uael-woo-products .uael-loader {
	z-index: 3
}

.uael-quick-view-bg-ready {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	visibility: visible
}

#uael-quick-view-modal {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1400;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow-x: hidden;
	overflow-y: auto
}

#uael-quick-view-modal.open {
	visibility: visible;
	opacity: 1
}

#uael-quick-view-modal .uael-content-main-wrapper {
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 30px
}

#uael-quick-view-modal .uael-content-main-wrapper:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

#uael-quick-view-modal .uael-content-main {
	position: relative;
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .5s;
	transition: opacity .3s, -webkit-transform .5s;
	transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s
}

#uael-quick-view-modal.open .uael-content-main {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	width: 100%
}

#uael-quick-view-modal .uael-content-main:after,
#uael-quick-view-modal .uael-content-main:before {
	content: '';
	display: table;
	clear: both
}

#uael-quick-view-modal .uael-lightbox-content {
	display: table;
	pointer-events: auto;
	background-color: #fff;
	max-width: 975px;
	margin: 20px auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
	position: relative
}

#uael-quick-view-content div.summary {
	margin: 0;
	padding: 30px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#uael-quick-view-content div.images {
	width: 50%;
	float: left;
	opacity: 1 !important;
	margin: 0
}

#uael-quick-view-modal .uael-qv-image-slider {
	position: relative
}

@media (min-width:545px) {
	#uael-quick-view-content div.summary {
		content: '544';
		overflow-y: auto
	}
}

@media (max-width:544px) {
	#uael-quick-view-modal .uael-lightbox-content {
		display: block
	}

	#uael-quick-view-content div.images,
	#uael-quick-view-content div.summary {
		width: 100%;
		float: none
	}
}

body #uael-quick-view-modal div.product .flex-viewport,
body #uael-quick-view-modal div.product .flex-viewport img {
	width: 100%;
	float: none;
	display: block
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 14px;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, .8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next,
#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev:before {
	content: "\f104"
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next:before {
	content: "\f105"
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-prev {
	left: -50px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}

#uael-quick-view-modal .uael-qv-image-slider:hover .flex-direction-nav .flex-prev {
	opacity: .7;
	left: 10px
}

#uael-quick-view-modal .uael-qv-image-slider:hover .flex-direction-nav .flex-next {
	opacity: .7;
	right: 10px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-nav {
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center
}

#uael-quick-view-modal .uael-qv-slides li {
	float: left;
	width: 100%
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	vertical-align: middle
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 20px;
	border-radius: 20px
}

#uael-quick-view-modal .uael-qv-image-slider .flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default
}

#uael-quick-view-close {
	position: absolute;
	font-size: 22px;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	opacity: .7;
	text-align: center;
	z-index: 2;
	color: #000
}

.uael-woo-category-slider li.product {
	margin-bottom: 0
}

.uael-woo-category-slider .products,
.uael-woo-category-slider ul.products {
	margin-bottom: 30px
}

.uael-woo-category-arrow-circle .uael-woo-products-slider .slick-arrow {
	background: #ccc
}

.uael-woo-category-arrow-circle .uael-woo-products-slider .slick-arrow {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-woo-category-slider .slick-arrow {
	font-size: 20px;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translateY(-50%) translate3d(0, 0, 0);
	transform: translateY(-50%) translate3d(0, 0, 0);
	cursor: pointer;
	color: #000;
	background: 0 0;
	border: none;
	outline: 0
}

.uael-woo-category-slider .slick-next,
.uael-woo-category-slider .slick-prev {
	z-index: 10
}

[dir=rtl] .uael-woo-category-slider .slick-prev:before {
	content: '\f105'
}

[dir=rtl] .uael-woo-category-slider .slick-next:before {
	content: '\f104'
}

.uael-woo-cat-arrow-circle.uael-woo-category-slider .slick-arrow,
.uael-woo-cat-arrow-square.uael-woo-category-slider .slick-arrow {
	background: #ccc
}

.uael-woo-cat-arrow-circle.uael-woo-category-slider .slick-arrow {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-woo-category-slider .slick-slide {
	height: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-woo-category-slider .slick-slide>div {
	position: relative
}

.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
	left: -24px
}

[dir=rtl] .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
	left: auto;
	right: -24px
}

.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
	right: -26px
}

[dir=rtl] .uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
	left: -26px;
	right: auto
}

.uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-prev {
	text-indent: -2px;
	left: 25px
}

[dir=rtl] .uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-prev {
	left: auto;
	right: 25px
}

.uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-next {
	text-indent: 2px;
	right: 25px
}

[dir=rtl] .uael-woo-cat-arrow-inside.uael-woo-category-slider .slick-next {
	left: 25px;
	right: auto
}

@media (max-width:768px) {
	.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-prev {
		left: 15px
	}

	.uael-woo-cat-arrow-outside.uael-woo-category-slider .slick-next {
		right: 15px
	}
}

.uael-woo-category-slider ul.slick-dots {
	display: block;
	position: absolute;
	margin: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center
}

.uael-woo-category-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.uael-woo-category-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.uael-woo-category-slider ul.slick-dots li button:before {
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 6px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-woo-category-slider ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.rtl .uael-woocommerce-pagination .page-numbers li:first-child .prev {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.rtl .uael-woocommerce-pagination .page-numbers li:last-child .next {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.rtl .uael-woocommerce-pagination ul,
.uael-mc__btn-badge {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.rtl .uael-woo-pagination-align-right .uael-woocommerce-pagination {
	text-align: left
}

.rtl .uael-woo-pagination-align-left .uael-woocommerce-pagination {
	text-align: right
}

.uael-mc {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.uael-mc__btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px
}

.uael-mc__btn-icon {
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-mc__btn-badge {
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: .3em;
	top: 0;
	right: 0
}

.uael-mc__btn-badge-empty-hide-yes .uael-mc__btn-badge[data-counter="0"] {
	display: none
}

.uael-mc div.uael-mc__btn-icon.uael-badge-inline {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-mc .uael-badge-inline div.uael-mc__btn-badge {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 5px
}

.uael-mc__btn-icon.uael-badge-top>i,
.uael-mc__btn-icon.uael-badge-top>svg {
	display: block
}

.uael-mc .uael-cart-icon-before {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.uael-mc-dropdown-flex-start .uael-mc-dropdown {
	left: 0
}

.uael-mc-dropdown-center .uael-mc-dropdown {
	left: 0;
	right: 0;
	margin: auto
}

.uael-mc-dropdown-flex-end .uael-mc-dropdown {
	right: 0
}

.uael-mc-dropdown-flex-start .uael-mc {
	margin: 0 auto 0 0
}

.uael-mc-dropdown-center .uael-mc {
	margin: 0 auto 0 auto
}

.uael-mc-dropdown-flex-end .uael-mc {
	margin: 0 0 0 auto
}

.uael-mc-dropdown {
	position: absolute;
	top: 100%;
	margin: auto;
	width: 355px;
	padding: 20px;
	z-index: 99;
	height: 500px;
	overflow: auto;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	-webkit-animation: dropdown-fade-in .5s ease-in-out both;
	animation: dropdown-fade-in .5s ease-in-out both
}

@-webkit-keyframes dropdown-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes dropdown-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.uael-mc-modal-wrap {
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	-webkit-animation: modal-fade-in .5s ease-in-out both;
	animation: modal-fade-in .5s ease-in-out both
}

@-webkit-keyframes modal-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes modal-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.uael-mc-modal {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 600px;
	max-width: 1000px;
	max-height: 800px;
	z-index: 99;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #fff;
	padding: 1rem;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	-webkit-animation: modal-slide-in-top .3s ease-in-out both;
	animation: modal-slide-in-top .3s ease-in-out both
}

@-webkit-keyframes modal-slide-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes modal-slide-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}

.uael-mc-offcanvas-wrap {
	background-color: rgba(0, 0, 0, .4);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	-webkit-animation: offcanvas-fade-in .5s ease-in-out both;
	animation: offcanvas-fade-in .5s ease-in-out both
}

@-webkit-keyframes offcanvas-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes offcanvas-fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.uael-mc-offcanvas {
	height: 100%;
	width: 350px;
	-webkit-animation: offcanvas-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: offcanvas-slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow: auto;
	padding: 1rem;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)
}

@-webkit-keyframes offcanvas-slide-in-right {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes offcanvas-slide-in-right {
	0% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.uael-mini-cart-offcanvas-pos-left .uael-mc-offcanvas {
	-webkit-animation: offcanvas-slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
	animation: offcanvas-slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
	left: 0
}

@-webkit-keyframes offcanvas-slide-in-left {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes offcanvas-slide-in-left {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}
}

.uael-mc-dropdown__items,
.uael-mc-modal__items,
.uael-mc-offcanvas__items {
	overflow: auto;
	width: 100%;
	padding: 10px
}

.uael-mc-dropdown::-webkit-scrollbar,
.uael-mc-dropdown__items::-webkit-scrollbar,
.uael-mc-modal__items::-webkit-scrollbar,
.uael-mc-offcanvas::-webkit-scrollbar,
.uael-mc-offcanvas__items::-webkit-scrollbar {
	display: none
}

.uael-mc-modal__items {
	height: 100%
}

.uael-mc-dropdown__icon-wrap,
.uael-mc-modal__icon-wrap,
.uael-mc-offcanvas__icon-wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-mc-modal__title,
.uael-mc-offcanvas__title {
	margin-top: 10px;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%
}

.uael-mc-dropdown__header,
.uael-mc-modal__header,
.uael-mc-offcanvas__header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 1rem
}

.uael-mc-dropdown__header-badge,
.uael-mc-modal__header-badge,
.uael-mc-offcanvas__header-badge {
	position: relative;
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 1.5em;
	height: 1.5em;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px
}

.uael-mc ul.cart_list {
	padding: 0;
	margin: 0;
	list-style: none outside
}

.uael-mc ul.cart_list li {
	margin: 0;
	padding: 10px 0;
	min-height: 5em;
	line-height: 1.5;
	border-bottom: 1px solid #ccc
}

.uael-mc ul.cart_list li:last-child {
	border-bottom: none
}

.uael-mc ul.cart_list li a.remove {
	float: right;
	font-size: 18px;
	height: 24px;
	width: 24px;
	border: 1px solid #ccc;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #ccc;
	text-align: center;
	line-height: 1.2
}

.uael-mc ul.cart_list li a {
	display: block;
	display: initial;
	text-decoration: none
}

body .uael-mc ul li.woocommerce-mini-cart-item a img {
	float: left;
	width: 4em !important;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	height: auto;
	position: relative;
	-webkit-transform: initial;
	-ms-transform: initial;
	transform: initial
}

.uael-mc .woocommerce-mini-cart__total {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #ccc
}

.uael-mc .woocommerce-mini-cart__buttons {
	margin: 0;
	text-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.uael-mc .woocommerce-mini-cart__buttons a {
	display: inline-block;
	margin: 0;
	text-align: center
}

@media (max-width:320px) {
	.uael-mc-dropdown {
		width: 300px
	}

	.uael-mc-offcanvas {
		width: 300px
	}
}

.uael-close-o {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid;
	-webkit-border-radius: 40px;
	border-radius: 40px
}

.uael-close-o::after,
.uael-close-o::before {
	content: "";
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 12px;
	height: 2px;
	background: currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -6px
}

.uael-close-o::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.uael-mc-modal__close-btn,
.uael-mc-offcanvas__close-btn {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	cursor: pointer
}

.elementor-widget-uael-mini-cart:not(.uael-mini-cart--show-divider-yes) .uael-mc-dropdown .uael-mc-dropdown__items .woocommerce-mini-cart .woocommerce-mini-cart-item,
.elementor-widget-uael-mini-cart:not(.uael-mini-cart--show-divider-yes) .uael-mc-dropdown .uael-mc-dropdown__items .woocommerce-mini-cart__total.total {
	border-bottom: none
}

.elementor-widget-uael-mini-cart:not(.uael-mc-btn__show-subtotal-yes) .uael-mc__btn-text .woocommerce-Price-amount,
.uael-mc-dropdown-close,
.uael-mc-modal-close,
.uael-mc-modal-wrap-close,
.uael-mc-offcanvas-wrap.uael-mc-offcanvas-wrap-close,
.uael-mc-offcanvas.uael-mc-offcanvas-close {
	display: none
}

.uael-mc-dropdown__header-text,
.uael-mc-modal__header-text,
.uael-mc-offcanvas__header-text,
.uael-mc__btn-text {
	font-weight: 700
}

.uael-mc-dropdown__title>p,
.uael-mc-modal__title>p,
.uael-mc-offcanvas__title>p {
	margin-bottom: 0
}

.uael-mc-dropdown__message,
.uael-mc-modal__message,
.uael-mc-offcanvas__message {
	padding: 1rem;
	width: 100%
}

.uael-mini-cart-align-floating .uael-mc {
	position: fixed;
	z-index: 999
}

.uael-builder-msg {
	text-align: center;
	margin-bottom: 20px
}

.uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout,
.uael-woo-checkout .single-layout-container {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%
}

.uael-woo-checkout .single-layout-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.uael-woo-checkout .column-layout-container .single-col-1 {
	max-width: 65%;
	width: 100%;
	margin-right: 5px
}

.uael-woo-checkout .column-layout-container .single-col-1 #customer_details,
.uael-woo-checkout .single-layout-container #customer_details {
	width: 100% !important;
	padding-right: 0
}

.uael-woo-checkout .column-layout-container .single-col-2 {
	max-width: 35%;
	width: 100%;
	height: 100%;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #ddd
}

.rtl .uael-woo-checkout .column-layout-container .single-col-2 {
	border-left: 0;
	border-right: 1px solid #ddd
}

.uael-tabs li,
ul.uael-tabs {
	margin: 0;
	padding: 0
}

ul.uael-tabs {
	list-style: none;
	word-wrap: normal
}

ul.uael-tabs a:after,
ul.uael-tabs:before {
	content: " ";
	display: table
}

ul.uael-tabs a:after {
	clear: both
}

ul.uael-tabs li {
	margin-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	position: relative
}

ul.uael-tabs .uael-tab a:after,
ul.uael-tabs .uael-tab:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 17px solid #b2b2b0;
	z-index: 2;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.uael-tab-after a::after {
	border-left-width: 17px !important;
	border-left-style: solid !important
}

ul.uael-tabs .uael-tab::before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;
	z-index: 0
}

body:not(.rtl) ul.uael-tabs .uael-tab:first-child::before {
	border: none
}

.uael-builder-no-cart,
.uael-multistep-step-buttons-left .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-left {
	text-align: left
}

.uael-multistep-step-buttons-center .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-center {
	text-align: center
}

.uael-multistep-step-buttons-right .uael-woo-checkout .uael_multistep_container .uael-buttons,
ul.uael-tabs.align-right {
	text-align: right
}

ul.uael-tabs li a {
	padding: 10px 25px 10px 25px;
	display: block;
	outline: 0;
	font-size: 1.1em
}

ul.uael-tabs li a,
ul.uael-tabs li a:visited {
	text-decoration: none;
	border: none;
	background: #b2b2b0;
	color: #8b8b8b
}

ul.uael-tabs li a.active {
	background: #4da2db
}

ul.uael-tabs li a.active:after {
	border-left-color: #4da2db
}

.rtl ul.uael-tabs li a.active:after {
	border-right-color: #4da2db
}

.uael_multistep_container #order_review,
.uael_multistep_container #order_review_heading {
	width: 100%;
	clear: both
}

.uael_multistep_container form.checkout {
	margin-bottom: 10px
}

.uael_vertical_box ul#uael-tabs {
	float: left;
	width: 25%
}

.uael_vertical_box div#uael-tab-panels {
	width: 75%;
	float: left
}

.uael-woo-checkout .uael-woo-checkout-login.uael-woo-checkout-login-editor-show,
.uael_vertical_box ul.uael-tabs li {
	display: block
}

.uael-cart-url {
	float: left
}

.uael-woo-checkout .uael-woo-checkout-login.uael-woo-checkout-login-editor-hide {
	display: none
}

.uael-woo-checkout .woocommerce form.checkout_coupon {
	border: 0
}

.uael-woo-checkout .uael-woo-checkout-coupon,
.uael-woo-checkout .uael-woo-checkout-login {
	margin-bottom: 10px;
	width: 100%
}

.uael-woocommerce-checkout .uael-woo-checkout .uael-woo-checkout-coupon .woocommerce-info,
.uael-woocommerce-checkout .uael-woo-checkout .uael-woo-checkout-login .woocommerce-info {
	border-top: 0;
	margin-bottom: 0
}

.uael-checkout-form-shipping-title h3,
.uael-woo-checkout form.checkout,
.uael-woo-checkout-coupon form.woocommerce-form-coupon,
.uael-woo-checkout-login form.woocommerce-form-login {
	width: 100%
}

.uael-woo-checkout-login form.woocommerce-form-login {
	border: 0;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0
}

.uael-woo-checkout-login form.woocommerce-form-login p:not(.form-row) {
	margin-bottom: 0
}

.uael-woo-checkout-coupon form.woocommerce-form-coupon {
	padding-left: 0;
	padding-right: 0;
	margin-top: 20px;
	padding-bottom: 0
}

.uael-woo-checkout .woocommerce form .form-row-last,
.woocommerce-page .uael-woo-checkout form .form-row-last {
	width: 49%
}

.uael-login-apply-order-button-full #payment #place_order,
.uael-login-apply-order-button-full .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-full .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.uael-login-apply-order-button-left #payment #place_order,
.uael-login-apply-order-button-left .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-left .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.uael-login-apply-order-button-right #payment #place_order,
.uael-login-apply-order-button-right .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-right .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.uael-login-apply-order-button-center #payment #place_order,
.uael-login-apply-order-button-center .checkout_coupon.woocommerce-form-coupon .form-row-last button,
.uael-login-apply-order-button-center .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5) button[name=login] {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.uael-woo-checkout .woocommerce .checkout_coupon.woocommerce-form-coupon .form-row-last {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	vertical-align: middle
}

.uael-woo-checkout .column-layout-container .col2-set .col-2,
.uael-woo-checkout .single-layout-container .col2-set .col-2 {
	margin-top: 10px
}

.uael-woo-checkout .woocommerce #ship-to-different-address-checkbox {
	margin-right: 5px;
	vertical-align: middle
}

.uael-woo-checkout .woocommerce form .form-row-first,
.uael-woo-checkout .woocommerce form .form-row-last,
.uael-woo-checkout .woocommerce-page form .form-row-first,
.uael-woo-checkout .woocommerce-page form .form-row-last {
	width: 50%
}

.uael-woo-checkout .woocommerce form .form-row {
	padding: 3px 7px;
	position: relative
}

.uael-woo-checkout .woocommerce-checkout .col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .col2-set .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .wcf-col2-set .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.uael-woo-checkout .woocommerce-checkout .wcf-col2-set .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
	margin: 0 -7px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-checkout-section-order-title h3,
.uael-woo-checkout .uael-woo-checkout-payment .uael-checkout-section-payment-title h3,
.uael-woocommerce-checkout .uael-woo-checkout .woocommerce-checkout #customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout .woocommerce-checkout .customer_details h3 {
	font-size: 1.2rem;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom-style: solid
}

.uael-woo-checkout .customer_details input.input-text,
.uael-woo-checkout .customer_details select,
.uael-woo-checkout .customer_details textarea,
.uael-woo-checkout .select2-container .select2-selection--single,
.uael-woo-checkout .uael-woo-checkout-coupon .form-row input.input-text,
.uael-woo-checkout .uael-woo-checkout-login .form-row input.input-text {
	font-size: 1rem;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.uael-woo-checkout .woocommerce #customer_details {
	margin-bottom: 10px
}

.uael-woo-checkout #customer_details .col-2 .woocommerce-additional-fields:only-child,
.uael-woo-checkout .uael-woo-checkout-billing-form,
.uael-woo-checkout .uael-woo-checkout-coupon,
.uael-woo-checkout .uael-woo-checkout-login,
.uael-woo-checkout .uael-woo-checkout-order-review,
.uael-woo-checkout .uael-woo-checkout-payment,
.uael-woo-checkout .uael-woo-checkout-shipping-form {
	border-width: 1px
}

.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout #customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .customer_details h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-checkout-section-order-title h3,
.uael-woocommerce-checkout .uael-woo-checkout__show-separator-yes .uael-woo-checkout .uael-woo-checkout-payment .uael-checkout-section-payment-title h3 {
	border-bottom-style: none
}

.uael-woo-checkout .uael-woo-checkout-payment {
	display: inline-block;
	padding: 10px;
	margin-top: 10px
}

.uael-woo-checkout #payment div.form-row,
.uael-woo-checkout #payment ul.payment_methods {
	padding: 0
}

.uael-woo-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.uael-woo-checkout .woocommerce #payment input[type=checkbox],
.uael-woo-checkout .woocommerce #payment input[type=radio],
.uael-woo-checkout .woocommerce .ce-field [type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-account-fields input[type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-billing-fields [type=checkbox],
.uael-woo-checkout .woocommerce .woocommerce-shipping-fields [type=checkbox] {
	border: 1px solid #b4b9be;
	display: inline-block;
	background: #fff;
	color: #555;
	cursor: pointer;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	padding: 0 !important;
	text-align: center;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
	-webkit-transition: 50ms border-color ease-in-out;
	transition: 50ms border-color ease-in-out
}

.uael-woo-checkout .woocommerce #payment input[type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce #payment input[type=radio]:checked:before,
.uael-woo-checkout .woocommerce .ce-field [type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-account-fields input[type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-billing-fields [type=checkbox]:checked:before,
.uael-woo-checkout .woocommerce .woocommerce-shipping-fields [type=checkbox]:checked:before {
	content: "\2714";
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.uael-woo-checkout .woocommerce .ce-field [type=checkbox] {
	height: 13px;
	width: 13px;
	min-width: 13px
}

.uael-woo-checkout .woocommerce .ce-field [type=checkbox]:checked:before {
	font-size: 10px
}

.uael-woo-checkout .uael-woo-checkout-order-review {
	overflow: auto
}

.uael-woo-checkout .uael-woo-checkout-order-review ul {
	margin: 0;
	list-style: none;
	padding: 0
}

.uael-woo-checkout .uael-woo-checkout-order-review ul.uael-order-review-table li {
	margin-top: 5px
}

.uael-woo-checkout .uael-woo-checkout-order-review .table-col-1,
.uael-woo-checkout .uael-woo-checkout-order-review .table-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail {
	width: 60px;
	margin-right: 20px
}

.rtl .uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail {
	margin-left: 20px;
	margin-right: 0
}

.uael-woo-checkout .uael-woo-checkout-order-review .product-thumbnail img {
	max-width: 100%
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.uael-woo-checkout .uael-woo-checkout-order-review .table-col-1,
.uael-woo-checkout .uael-woo-checkout-order-review .table-row,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .cart-subtotal,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .shipping-area {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .back-to-shop,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .uae-shop-link {
	margin-top: 10px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .back-to-shop .back-to-shop-link i {
	margin-right: 5px
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px
}

.uael-woocommerce-checkout .uael-woo-checkout__order-product-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer,
.uael-woocommerce-checkout .uael-woo-checkout__order-product-separator-yes .uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
	border-top: none
}

.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container .checkout.woocommerce-checkout #order_review {
	border: 0;
	padding: 0;
	width: 100%
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .footer-content .order-total {
	font-weight: 700
}

.uael-woo-checkout .uael_multistep_container .uael-buttons {
	padding: 10px
}

.uael-woo-checkout .uael_multistep_container .uael-buttons input:disabled {
	opacity: .5;
	cursor: not-allowed
}

.uael-woo-checkout .uael-order-review-table {
	padding-top: 5px;
	padding-bottom: 8px
}

.uael-woo-checkout .uael_multistep_container .uael-buttons .uael-first-prev,
.uael-woo-checkout .uael_multistep_container .uael-buttons .uael-last-next {
	display: none
}

.woocommerce-page .uael-woo-checkout #payment #place_order,
.woocommerce-page.woocommerce-checkout .uael-woo-checkout #payment #place_order {
	width: auto;
	float: none
}

.uael-woo-checkout .woocommerce-form.woocommerce-form-login.login .form-row:nth-child(5),
.woocommerce-page .uael-woo-checkout #payment .form-row.place-order,
.woocommerce-page.woocommerce-checkout .uael-woo-checkout #payment .form-row.place-order {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.uael-custom-coupon-field {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.uael-woo-checkout .woocommerce form .uael-custom-coupon-field .form-row-first {
	width: 70%
}

.uael-woo-checkout .woocommerce form .uael-custom-coupon-field .form-row-last {
	width: 30%
}

.uael-woo-checkout .uael-woo-checkout-payment {
	width: 100%
}

@media (max-width:768px) {
	.uael-woo-checkout .column-layout-container form.checkout.woocommerce-checkout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.uael-woo-checkout .column-layout-container .single-col-2 {
		margin-left: 0;
		padding-left: 0;
		border-left: none
	}

	.uael-woo-checkout .column-layout-container .single-col-1,
	.uael-woo-checkout .column-layout-container .single-col-2,
	.uael-woo-checkout .single-layout-container {
		max-width: 100%
	}

	.uael-woo-checkout .woocommerce form .form-row-first,
	.uael-woo-checkout .woocommerce form .form-row-last,
	.uael-woo-checkout .woocommerce-page form .form-row-first,
	.uael-woo-checkout .woocommerce-page form .form-row-last {
		width: 100%
	}
}

.uael-order-review-processing {
	background: #fff;
	opacity: .6
}

.uael-tabs.uael-step-counter li {
	counter-increment: steps
}

.uael-tabs.uael-step-counter li>::before {
	content: counter(steps);
	position: absolute;
	z-index: 1;
	left: 50%;
	right: auto;
	webkit-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 26px;
	width: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #edeff0;
	top: 0
}

.uael-tabs.uael-step-counter li:not(:last-child)::after {
	position: absolute;
	content: '';
	height: 4px;
	margin: 0;
	top: 12px
}

ul.uael-tabs.uael-step-counter li>* {
	margin-top: 30px
}

ul.uael-tabs.uael-step-icon li.uael-tab a>span {
	margin-right: 5px
}

.uael-woo-checkout .uael_multistep_container .uael-tabs.uael-step-counter,
.uael-woo-checkout .uael_multistep_container .uael-tabs.uael-step-dot {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

ul.uael-tabs.uael-step-counter li a,
ul.uael-tabs.uael-step-dot li a {
	padding: unset;
	display: inline-block
}

ul.uael-tabs.uael-step-counter .uael-tab a:after,
ul.uael-tabs.uael-step-counter .uael-tab:before,
ul.uael-tabs.uael-step-dot .uael-tab a:after,
ul.uael-tabs.uael-step-dot .uael-tab:before {
	all: unset
}

ul.uael-tabs.uael-step-counter li a,
ul.uael-tabs.uael-step-counter li a:visited,
ul.uael-tabs.uael-step-dot li a,
ul.uael-tabs.uael-step-dot li a:visited {
	background: unset
}

.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container ul.uael-tabs.uael-step-counter li.uael-tab.uael-tab-after a.active,
.uael-woocommerce-checkout .uael-woo-checkout .uael_multistep_container ul.uael-tabs.uael-step-dot li.uael-tab.uael-tab-after a.active {
	background-color: unset
}

.uael-tabs.uael-step-counter li,
.uael-tabs.uael-step-dot li {
	width: 100%;
	text-align: center
}

ul.uael-tabs.uael-step-dot li>* {
	margin-bottom: 15px
}

.uael-tabs.uael-step-dot li:not(:last-child)::after {
	position: absolute;
	content: '';
	height: 4px;
	margin: 0;
	bottom: 4px
}

.uael-tabs.uael-step-counter li::after,
.uael-tabs.uael-step-dot li::after {
	left: 50%;
	width: 100%
}

.uael-tabs.uael-step-dot li>::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 12px;
	width: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #7a7a7a;
	bottom: 0
}

.theme-hello-elementor.uael-woocommerce-checkout .uael-woo-checkout #customer_details.col2-set .col-1,
.theme-hello-elementor.uael-woocommerce-checkout .uael-woo-checkout #customer_details.col2-set .col-2 {
	width: 100%
}

.theme-hello-elementor.uael-woocommerce-checkout .woocommerce-checkout #payment {
	background-color: unset
}

.woocommerce ul.product_list_widget li a::after {
	display: none
}

.single .uael-mc .thumbnail,
.uael-mc .woocommerce-mini-cart-item.mini_cart_item h3 {
	margin-bottom: 0
}

.woocommerce ul.product_list_widget li a.remove {
	top: 0;
	right: 0;
	margin-top: 0
}

.theme-blocksy .uael-mc-dropdown__items .woocommerce-mini-cart .remove,
.theme-blocksy .uael-mc-modal__items .woocommerce-mini-cart .remove,
.theme-blocksy .uael-mc-offcanvas .woocommerce-mini-cart .remove {
	top: unset
}

.theme-oceanwp .uael-mc-dropdown__items .quantity,
.theme-oceanwp .uael-mc-modal__items .quantity,
.theme-oceanwp .uael-mc-offcanvas__items .quantity {
	float: unset
}

.uael-woo-checkout .uael-woo-checkout-order-review .uael-order-review-table-footer .uae-shop-main-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify
}

.uae-shop-link .uae-back-to-shop-link i {
	margin-left: 3px
}

.theme-kadence .uael-woo-categories ul.grid-cols,
.theme-kadence .uael-woo-products-grid ul.grid-cols {
	-webkit-column-gap: unset;
	-moz-column-gap: unset;
	column-gap: unset;
	row-gap: unset
}

.theme-kadence .uael-woo-categories ul.products li.product {
	background-color: unset
}

.theme-kadence .uael-woocommerce .uael-woo-products-summary-wrap .button .kadence-svg-iconset {
	display: none
}

.woocommerce .uael-woocommerce ul.products,
.woocommerce-page .uael-woocommerce ul.products {
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0
}

.theme-twentytwentyone .elementor-widget-uael-woo-categories .uael-woo-categories-slider ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-woo-categories .uael-woo-categories-slider ul.slick-dots li button:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .elementor-widget-uael-woo-products .uael-woo-products-slider ul.slick-dots li,
.theme-twentytwentyone .elementor-widget-uael-woo-products .uael-woo-products-slider ul.slick-dots li button:not(:hover):not(:active):not(.has-background) {
	background: unset
}

.uael-mc .quantity {
	-js-display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 1em 1em 0
}

.uael-mc ul.cart_list li .quantity .minus {
	font-size: 18px;
	border-right: none
}

.uael-mc .quantity .minus,
.uael-mc .quantity .plus,
.uael-mc .quantity .qty {
	border: 1px solid #e5e5e5;
	text-decoration: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	line-height: 1.5;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2.631em;
	text-align: center;
	height: 37px
}

.uael-mc ul.cart_list li .quantity .minus {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	border-right: none
}

.uael-mc ul.cart_list li .quantity .plus {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	border-left: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

.ast-mini-cart-price-wrap {
	float: right;
	margin-top: .5em;
	max-width: 50%
}

.uael-mc-dropdown__items .ast-mini-cart-empty,
.uael-mc-modal__items .ast-mini-cart-empty,
.uael-mc-offcanvas__items .ast-mini-cart-empty {
	display: none
}

.uael-ff-style .fluentform input[type=checkbox],
.uael-ff-style .fluentform input[type=radio],
.uael-ff-style select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.uael-ff-style .fluentform input[type=checkbox],
.uael-ff-style .fluentform input[type=radio] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	height: 20px;
	width: 20px
}

.uael-ff-style .fluentform input[type=checkbox]:before,
.uael-ff-style .fluentform input[type=radio]:before {
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-ff-style .fluentform input[type=checkbox]:focus,
.uael-ff-style .fluentform input[type=radio]:focus {
	outline: 0
}

.uael-ff-style .fluentform .ff-el-form-check label.ff-el-form-check-label {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px
}

.uael-ff-style .fluentform input[type=radio],
.uael-ff-style .fluentform input[type=radio]:checked:before {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-ff-style .fluentform input[type=checkbox]:checked:before {
	content: "\2714";
	line-height: 1.2
}

.uael-ff-style .uael-ff-select-custom {
	position: relative
}

.uael-ff-style .uael-ff-select-custom select {
	display: inline-block
}

.uael-ff-style .uael-ff-select-custom:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: .7em;
	line-height: 1;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	right: 1em;
	pointer-events: none;
	z-index: 5
}

.uael-ff-btn-size-xs .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-xs .uael-ff-style .fluentform .step-nav button {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.uael-ff-input-size-xs .uael-ff-style .fluentform .ff-el-form-control {
	font-size: 13px;
	padding: 8px 10px
}

.uael-ff-input-size-xs .uael-ff-style .uael-ff-select-custom {
	font-size: 13px
}

.uael-ff-btn-size-sm .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-sm .uael-ff-style .fluentform .step-nav button {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.uael-ff-input-size-sm .uael-ff-style .fluentform .ff-el-form-control {
	font-size: 15px;
	padding: 12px 10px
}

.uael-ff-input-size-sm .uael-ff-style .uael-ff-select-custom {
	font-size: 15px
}

.uael-ff-btn-size-md .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-md .uael-ff-style .fluentform .step-nav button {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.uael-ff-input-size-md .uael-ff-style .fluentform .ff-el-form-control {
	font-size: 16px;
	padding: 15px 10px
}

.uael-ff-input-size-md .uael-ff-style .ginput_container select {
	font-size: 16px;
	padding: 13px 10px
}

.uael-ff-btn-size-lg .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-lg .uael-ff-style .fluentform .step-nav button {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.uael-ff-input-size-lg .uael-ff-style .fluentform .ff-el-form-control {
	font-size: 18px;
	padding: 20px 10px
}

.uael-ff-input-size-lg .uael-ff-style .uael-ff-select-custom {
	font-size: 18px
}

.uael-ff-btn-size-xl .uael-ff-style .fluentform .ff_submit_btn_wrapper button,
.uael-ff-btn-size-xl .uael-ff-style .fluentform .step-nav button {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.uael-ff-input-size-xl .uael-ff-style .fluentform .ff-el-form-control {
	font-size: 20px;
	padding: 25px 10px
}

.uael-ff-input-size-xl .uael-ff-style .uael-ff-select-custom {
	font-size: 20px
}

.uael-ff-style .fluentform select.ff-el-form-control:not([size]):not([multiple]) {
	height: auto
}

.rtl .elementor-element.uael-ff-button-align-left .uael-ff-style .fluentform div.ff_submit_btn_wrapper,
.rtl .elementor-element.uael-ff-message-align-left .uael-ff-style .fluentform .ff-message-success {
	text-align: left
}

.rtl .elementor-element.uael-ff-button-align-right .uael-ff-style .fluentform div.ff_submit_btn_wrapper,
.rtl .elementor-element.uael-ff-message-align-right .uael-ff-style .fluentform .ff-message-success {
	text-align: right
}

.uael-ff-highlight-label::before {
	outline: 2px solid #708bef;
	background-color: #fff
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-title,
.uael-wpf-style .wpforms-form .wpforms-field-divider h3,
.uael-wpf-style .wpforms-form .wpforms-field-label,
.uael-wpf-style .wpforms-form .wpforms-page-indicator-steps,
.uael-wpf-style .wpforms-title {
	margin-bottom: 10px
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-description,
.uael-wpf-style .wpforms-description,
.uael-wpf-style .wpforms-field-address .wpforms-field-row,
.uael-wpf-style .wpforms-form .wpforms-field {
	margin-bottom: 20px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label,
.uael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field select,
.uael-wpf-style .wpforms-form .wpforms-field textarea,
.uael-wpf-style .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	outline: 0
}

.uael-wpf-style .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item {
	padding-right: 10px
}

.uael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-style .wpforms-form .wpforms-field select {
	height: auto
}

.uael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit],
.uael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit]:hover {
	border-width: 0
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
	margin-top: 0
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox],
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	white-space: nowrap !important
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label.uael-wpf-highlight-label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label.uael-wpf-highlight-label:before {
	outline: 2px solid #708bef;
	background-color: #fff
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
	content: "\2714";
	line-height: 1.2
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before,
.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]+label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-multiple input[type=radio]:checked+label:before,
.uael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio input[type=radio]:checked+label:before {
	background-color: #7a7a7a
}

.uael-wpf-style .wpforms-form .wpforms-field input[type=radio]:checked+label:before {
	-webkit-box-shadow: inset 0 0 0 4px #fafafa;
	box-shadow: inset 0 0 0 4px #fafafa
}

.uael-wpf-style div.wpforms-container-full .wpforms-form .wpforms-page-button {
	min-width: unset
}

.uael-wpf-style .wpforms-form .wpforms-page-prev {
	margin-right: 15px
}

.uael-wpf.uael-wpf-style .wpforms-field.wpforms-list-inline ul li {
	margin-right: 20px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label {
	padding: 10px
}

.uael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
	margin-top: 8px;
	padding: 0
}

.uael-wpf-style .wpforms-container .wpforms-field,
.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit-container {
	padding: 0
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
	display: block;
	width: 100%
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-field {
	padding: 0;
	display: table-cell;
	padding-right: 2%;
	vertical-align: top
}

.uael-wpf-style .wpforms-container.inline-fields .wpforms-field {
	padding-bottom: 15px
}

.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-field textarea {
	font-size: 13px;
	padding: 8px 10px
}

.uael-wpf-input-size-sm .uael-wpf-style .wpforms-form .wpforms-field textarea,
.uael-wpf-input-size-xs .uael-wpf-style .wpforms-form .wpforms-field textarea {
	height: 70px
}

.uael-wpf-input-size-xs .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 8px 10px
}

#elementor .elementor-widget-uael-wpf-styler .uael-wpf-style .wpforms-container.inline-fields button[type=submit] {
	margin-top: 0
}

.uael-wpf-btn-size-xs .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-xs .uael-wpf-style .wpforms-form button[type=submit] {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=radio]+label:before {
	height: 10px;
	width: 10px
}

.uael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
	font-size: -webkit-calc(10px / 1.2);
	font-size: calc(10px / 1.2)
}

.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-sm .uael-wpf-style .wpforms-field textarea {
	font-size: 15px;
	padding: 12px 10px
}

.uael-wpf-input-size-sm .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 12px 10px
}

.uael-wpf-btn-size-sm .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-sm .uael-wpf-style .wpforms-form button[type=submit] {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=radio]+label:before {
	height: 12px;
	width: 12px
}

.uael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
	font-size: -webkit-calc(12px / 1.2);
	font-size: calc(12px / 1.2)
}

.uael-wpf-input-size-md .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-md .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-md .uael-wpf-style .wpforms-field textarea {
	font-size: 16px;
	padding: 15px 10px
}

.uael-wpf-input-size-lg .uael-wpf-style .wpforms-container textarea,
.uael-wpf-input-size-md .uael-wpf-style .wpforms-container textarea {
	height: 120px
}

.uael-wpf-input-size-md .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 15px 10px
}

.uael-wpf-btn-size-md .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-md .uael-wpf-style .wpforms-form button[type=submit] {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=radio]+label:before {
	height: 15px;
	width: 15px
}

.uael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
	font-size: -webkit-calc(15px / 1.2);
	font-size: calc(15px / 1.2)
}

.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-lg .uael-wpf-style .wpforms-field textarea {
	font-size: 18px;
	padding: 20px 10px
}

.uael-wpf-input-size-lg .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 20px 10px
}

.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-lg .uael-wpf-style .wpforms-form button[type=submit] {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=radio]+label:before {
	height: 20px;
	width: 20px
}

.uael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
	font-size: -webkit-calc(20px / 1.2);
	font-size: calc(20px / 1.2)
}

.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]),
.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field select,
.uael-wpf-input-size-xl .uael-wpf-style .wpforms-field textarea {
	font-size: 20px;
	padding: 25px 10px
}

.uael-wpf-input-size-xl .uael-wpf-style .wpforms-form .wpforms-field textarea {
	height: 220px
}

.uael-wpf-input-size-xl .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 25px 10px
}

.uael-wpf-btn-size-xl .uael-wpf-style .wpforms-form .wpforms-page-button,
.uael-wpf-btn-size-xl .uael-wpf-style .wpforms-form button[type=submit] {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]+label:before,
.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=radio]+label:before {
	height: 25px;
	width: 25px
}

.uael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]:checked+label:before {
	font-size: -webkit-calc(25px / 1.2);
	font-size: calc(25px / 1.2)
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form button,
.uael-wpf-button-justify .uael-wpf-style .wpforms-form button,
.uael-wpf-button-left .uael-wpf-style .wpforms-form button,
.uael-wpf-button-right .uael-wpf-style .wpforms-form button,
.uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: auto
}

.uael-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.uael-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.uael-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
	margin-left: auto;
	margin-right: auto
}

.uael-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
	margin-left: 0;
	margin-right: auto
}

.uael-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
	margin-left: auto;
	margin-right: 0
}

.uael-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
.uael-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%
}

.uael-wpf .wpforms-form .wpforms-field ul,
.uael-wpf .wpforms-form .wpforms-field ul li {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none
}

.uael-wpf-highlight-style-bottom_right .wpforms-container-full .wpforms-form label.wpforms-error,
.uael-wpf-highlight-style-bottom_right label.wpforms-error {
	display: inline-block;
	margin-top: 5px
}

@media (min-width:768px) and (max-width:1024px) {
	.uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: auto
	}

	.uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
		margin-left: 0;
		margin-right: auto
	}

	.uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: 0
	}

	.uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.uael-tablet-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit],
	.uael-tablet-wpf-button-center .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
	.uael-tablet-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit],
	.uael-tablet-wpf-button-left .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
	.uael-tablet-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit],
	.uael-tablet-wpf-button-right .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
		width: auto
	}

	.uael-tablet-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
	.uael-tablet-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: auto
	}

	.uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form button[type=submit] {
		margin-left: 0;
		margin-right: auto
	}

	.uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: 0
	}

	.uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.uael-mobile-wpf-button-center .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
	.uael-mobile-wpf-button-center .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
	.uael-mobile-wpf-button-left .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
	.uael-mobile-wpf-button-left .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button,
	.uael-mobile-wpf-button-right .uael-wpf-style .uael-wpf-style .wpforms-form button[type=submit],
	.uael-mobile-wpf-button-right .uael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
		width: auto
	}

	.uael-mobile-wpf-button-justify .uael-wpf-style .wpforms-form button.wpforms-page-button,
	.uael-mobile-wpf-button-justify .uael-wpf-style .wpforms-form button[type=submit] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%
	}
}

.uael-particle-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.elementor .uael-party-propz-wrap {
	position: absolute !important;
	z-index: 99999
}

.uael-party-propz-align-bottom_left>.uael-party-propz-wrap,
.uael-party-propz-align-center_left>.uael-party-propz-wrap,
.uael-party-propz-align-top_left>.uael-party-propz-wrap {
	right: auto;
	left: 0
}

.uael-party-propz-align-top_left>.uael-party-propz-wrap,
.uael-party-propz-align-top_right>.uael-party-propz-wrap {
	top: 0
}

.uael-party-propz-align-bottom_left>.uael-party-propz-wrap,
.uael-party-propz-align-bottom_right>.uael-party-propz-wrap {
	bottom: 0
}

.uael-party-propz-align-bottom_right>.uael-party-propz-wrap,
.uael-party-propz-align-center_right>.uael-party-propz-wrap,
.uael-party-propz-align-top_right>.uael-party-propz-wrap {
	left: auto;
	right: 0
}

.uael-party-propz-align-center_left>.uael-party-propz-wrap,
.uael-party-propz-align-center_right>.uael-party-propz-wrap {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.admin-bar .uael-party-propz-align-top_left>.uael-party-propz-wrap,
.admin-bar .uael-party-propz-align-top_right>.uael-party-propz-wrap {
	top: -webkit-calc(32px + 20px);
	top: calc(32px + 20px)
}

.uael-flip-img-yes>.uael-party-propz-wrap {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.uael-party-propz-widget-wrap {
	position: absolute;
	width: auto
}

.uael-party-propz-widget-wrap img.uael-party-propz-img-cls {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.uael-party-propz-widget-wrap.party-propz-widget-alignment-left img.uael-party-propz-img-cls {
	left: 0;
	right: auto
}

.uael-party-propz-widget-wrap.party-propz-widget-alignment-right img.uael-party-propz-img-cls {
	left: auto;
	right: 0
}

.party-propz-widget-alignment-right {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

/*! elementor - v3.31.0 - 27-08-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
	font-size: 0;
	line-height: 1
}

.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);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	align-items: center;
	background-color: #69727d;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	text-align: center
}

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

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

.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-threads {
	background-color: #000
}

.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-x-twitter {
	background-color: #000
}

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


.fab {
	font-family: 'font awesome 5 brands';
	font-weight: 400
}

/*!* 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,
.fas,
.far,
.fal,
.fad,
.fab {
	-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: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

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

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

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

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.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: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-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-threads:before {
	content: '\e9cb'
}

.fa-threads-square:before {
	content: '\e9cc'
}

.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-x-twitter:before {
	content: "\e9ca"
}

.fa-x-twitter-square:before {
	content: "\e9c9"
}

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


.fa,
.fas {
	font-family: 'font awesome 5 free';
	font-weight: 900
}

/*! elementor - v3.31.0 - 27-08-2025 */
.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 {
	display: inline-block;
	vertical-align: middle
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.elementor-element,
.elementor-lightbox {
	--swiper-theme-color: #000;
	--swiper-navigation-size: 44px;
	--swiper-pagination-bullet-size: 6px;
	--swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
	line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
	display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
	color: hsla(0, 0%, 93%, .9);
	cursor: pointer;
	display: inline-flex;
	font-size: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
	fill: hsla(0, 0%, 93%, .9);
	height: 1em;
	width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
	left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
	right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
	bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
	transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets {
	bottom: 5px;
	left: 0;
	width: 100%
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
	padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
	top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
	position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
	position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
	width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
	left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
	right: 0
}

/*! elementor-pro - v3.31.0 - 10-08-2025 */
.elementor-testimonial__image {
	flex-shrink: 0
}

.elementor-testimonial__image img {
	border-radius: 999px;
	box-sizing: content-box;
	-o-object-fit: cover;
	object-fit: cover
}

.elementor-testimonial__footer,
.elementor-testimonial__header {
	display: flex
}

.elementor-testimonial__footer cite,
.elementor-testimonial__header cite {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5
}

.elementor-testimonial__name {
	font-weight: 700
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	align-items: center
}

.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	margin-inline-start: 20px
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer {
	flex-direction: row-reverse
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite {
	margin-inline-end: 20px;
	margin-inline-start: 0
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer {
	flex-direction: row
}

.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite {
	margin-inline-end: 0;
	margin-inline-start: 20px
}

.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	margin-top: 25px
}

.elementor-testimonial--layout-image_above .elementor-testimonial {
	display: flex;
	flex-direction: column-reverse
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
	margin-bottom: 25px
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
	flex-wrap: wrap;
	margin-top: 25px
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial cite,
.elementor-testimonial--layout-image_stacked .elementor-testimonial__image {
	margin-top: 15px;
	width: 100%
}

.elementor-testimonial--layout-image_left .elementor-testimonial,
.elementor-testimonial--layout-image_right .elementor-testimonial {
	align-items: stretch;
	display: flex
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	flex-direction: column;
	flex-shrink: 0;
	text-align: center
}

.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,
.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite {
	margin-top: 15px
}

.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,
.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
	justify-content: flex-start
}

.elementor-testimonial--layout-image_left .elementor-testimonial {
	flex-direction: row-reverse
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
	padding-inline-end: 20px
}

.elementor-testimonial--layout-image_right .elementor-testimonial {
	flex-direction: row
}

.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-inline-start: 20px
}

.elementor-testimonial--align-right .elementor-testimonial {
	text-align: right
}

.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	flex-direction: row-reverse;
	justify-content: end
}

.elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	margin-inline-end: 20px;
	margin-inline-start: 0
}

.elementor-testimonial--align-left .elementor-testimonial {
	text-align: left
}

.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	flex-direction: row;
	justify-content: start
}

.elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	margin-inline-end: 0;
	margin-inline-start: 20px
}

.elementor-testimonial--align-center .elementor-testimonial {
	text-align: center
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	justify-content: center
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
	text-align: start
}

.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	width: 100%
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
	background-color: #f9fafa;
	padding: 20px;
	position: relative
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
	background-color: #f9fafa;
	border-width: 0;
	box-sizing: content-box;
	content: "";
	display: block;
	height: 14px;
	inset-inline-start: calc(20px + 50px / 2);
	position: absolute;
	transform: scaleX(.75) rotate(45deg);
	width: 14px
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
	bottom: calc(100% - 7px);
	transform: scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
	left: 50%;
	transform: translateX(-50%) scaleX(.75) rotate(-135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after {
	top: calc(100% - 7px)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after {
	left: 50%;
	transform: translateX(-50%) scaleX(.75) rotate(45deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after {
	left: calc(20px + 50px / 2)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after {
	right: calc(20px + 50px / 2)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
	left: -8px;
	transform: scaleY(.75) rotate(135deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	right: -8px;
	transform: scaleY(.75) rotate(-45deg)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	top: calc(20px + 50px / 2)
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-top: 20px
}

@media (min-width:-1) {
	.elementor-testimonial--widescreen-align-right .elementor-testimonial {
		text-align: right
	}

	.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row-reverse;
		justify-content: end
	}

	.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 20px;
		margin-inline-start: 0
	}

	.elementor-testimonial--widescreen-align-left .elementor-testimonial {
		text-align: left
	}

	.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row;
		justify-content: start
	}

	.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 0;
		margin-inline-start: 20px
	}

	.elementor-testimonial--widescreen-align-center .elementor-testimonial {
		text-align: center
	}

	.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		justify-content: center
	}

	.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		text-align: start
	}
}

@media (max-width:-1) {
	.elementor-testimonial--laptop-align-right .elementor-testimonial {
		text-align: right
	}

	.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row-reverse;
		justify-content: end
	}

	.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 20px;
		margin-inline-start: 0
	}

	.elementor-testimonial--laptop-align-left .elementor-testimonial {
		text-align: left
	}

	.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row;
		justify-content: start
	}

	.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 0;
		margin-inline-start: 20px
	}

	.elementor-testimonial--laptop-align-center .elementor-testimonial {
		text-align: center
	}

	.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		justify-content: center
	}

	.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		text-align: start
	}

	.elementor-testimonial--tablet_extra-align-right .elementor-testimonial {
		text-align: right
	}

	.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row-reverse;
		justify-content: end
	}

	.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 20px;
		margin-inline-start: 0
	}

	.elementor-testimonial--tablet_extra-align-left .elementor-testimonial {
		text-align: left
	}

	.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row;
		justify-content: start
	}

	.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 0;
		margin-inline-start: 20px
	}

	.elementor-testimonial--tablet_extra-align-center .elementor-testimonial {
		text-align: center
	}

	.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		justify-content: center
	}

	.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		text-align: start
	}
}

@media (max-width:1024px) {
	.elementor-testimonial--tablet-align-right .elementor-testimonial {
		text-align: right
	}

	.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row-reverse;
		justify-content: end
	}

	.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 20px;
		margin-inline-start: 0
	}

	.elementor-testimonial--tablet-align-left .elementor-testimonial {
		text-align: left
	}

	.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row;
		justify-content: start
	}

	.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 0;
		margin-inline-start: 20px
	}

	.elementor-testimonial--tablet-align-center .elementor-testimonial {
		text-align: center
	}

	.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		justify-content: center
	}

	.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		text-align: start
	}
}

@media (max-width:-1) {
	.elementor-testimonial--mobile_extra-align-right .elementor-testimonial {
		text-align: right
	}

	.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row-reverse;
		justify-content: end
	}

	.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 20px;
		margin-inline-start: 0
	}

	.elementor-testimonial--mobile_extra-align-left .elementor-testimonial {
		text-align: left
	}

	.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row;
		justify-content: start
	}

	.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 0;
		margin-inline-start: 20px
	}

	.elementor-testimonial--mobile_extra-align-center .elementor-testimonial {
		text-align: center
	}

	.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		justify-content: center
	}

	.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		text-align: start
	}
}

@media (max-width:767px) {
	.elementor-testimonial--mobile-align-right .elementor-testimonial {
		text-align: right
	}

	.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row-reverse;
		justify-content: end
	}

	.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 20px;
		margin-inline-start: 0
	}

	.elementor-testimonial--mobile-align-left .elementor-testimonial {
		text-align: left
	}

	.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		flex-direction: row;
		justify-content: start
	}

	.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,
	.elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		margin-inline-end: 0;
		margin-inline-start: 20px
	}

	.elementor-testimonial--mobile-align-center .elementor-testimonial {
		text-align: center
	}

	.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer,
	.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		justify-content: center
	}

	.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite {
		text-align: start
	}
}

.elementor-widget-testimonial-carousel .swiper-slide {
	padding: 20px
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
	height: 50px;
	width: 50px
}

/*! elementor-pro - v3.31.0 - 10-08-2025 */
.swiper-pagination-bullets {
	color: #fff;
	cursor: default
}

.swiper-slide {
	border-style: solid;
	border-width: 0;
	overflow: hidden;
	transition-duration: .5s;
	transition-property: border, background, transform;
	will-change: transform
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
	opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
	transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
	transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
	transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
	transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
	opacity: 0;
	transform: scale(.5)
}

.swiper-slide a {
	display: inline
}

.swiper-slide a.elementor-button {
	display: inline-block
}

.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper {
	width: calc(95% - 40px)
}

.elementor-widget-reviews .elementor-main-swiper,
.elementor-widget-testimonial-carousel .elementor-main-swiper {
	width: 95%
}

.elementor-widget-reviews .swiper-wrapper,
.elementor-widget-testimonial-carousel .swiper-wrapper {
	align-items: stretch;
	display: flex
}

.elementor-widget-reviews .swiper-slide,
.elementor-widget-testimonial-carousel .swiper-slide {
	height: auto
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
	padding-bottom: 40px
}

.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next {
	left: 0;
	right: unset
}

.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev {
	left: unset;
	right: 0
}

.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
	top: calc(50% - 40px / 2)
}

.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next {
	left: 10px;
	right: unset
}

.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev {
	left: unset;
	right: 10px
}

/*! elementor - v3.31.0 - 27-08-2025 */
.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #0c0d0e;
	--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: flex
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
	flex-shrink: 0;
	margin: 0 var(--divider-element-spacing)
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
	direction: ltr;
	display: flex;
	margin: 0
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
	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 {
	border-block-end: 0;
	border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
	content: "";
	display: block;
	flex-grow: 1
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	flex-grow: 0;
	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 {
	flex-grow: 0;
	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--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
	margin-inline-start: 0
}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
	margin-inline-end: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-block-start: 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 {
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url);
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	min-height: var(--divider-pattern-height);
	width: 100%
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
	width: var(--container-widget-width, 100%);
	--flex-grow: var(--container-widget-flex-grow)
}

.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 - v3.31.0 - 27-08-2025 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--icon-box-icon-margin, 15px);
	text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
	display: inline-block;
	flex: 0 0 auto;
	line-height: 0
}

.elementor-widget-icon-box .elementor-icon-box-content {
	flex-grow: 1;
	width: 100%
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	flex-direction: row-reverse;
	gap: var(--icon-box-icon-margin, 15px);
	text-align: end
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	flex-direction: row;
	gap: var(--icon-box-icon-margin, 15px);
	text-align: start
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
	align-items: unset !important;
	flex-direction: column;
	gap: var(--icon-box-icon-margin, 15px);
	text-align: center
}

@media (min-width:-1) {
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: end
	}

	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: start
	}

	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
		align-items: unset !important;
		flex-direction: column;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: center
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: end
	}

	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: start
	}

	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
		align-items: unset !important;
		flex-direction: column;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: center
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: end
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: start
	}

	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
		align-items: unset !important;
		flex-direction: column;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: center
	}
}

@media (max-width:1024px) {
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: end
	}

	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: start
	}

	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
		align-items: unset !important;
		flex-direction: column;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: center
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: end
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: start
	}

	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
		align-items: unset !important;
		flex-direction: column;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: center
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: end
	}

	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: start
	}

	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
		align-items: unset !important;
		flex-direction: column;
		gap: var(--icon-box-icon-margin, 15px);
		text-align: center
	}

	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
	.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		flex-direction: column
	}
}

/*! elementor - v3.31.0 - 27-08-2025 */
.elementor-widget-video .elementor-widget-container,
.elementor-widget-video:not(:has(.elementor-widget-container)) {
	overflow: hidden;
	transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
	aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
	background-color: #000;
	border: none;
	display: flex;
	height: 100%;
	width: 100%
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
	background-position: 50%;
	background-size: cover;
	inset: 0;
	position: absolute
}

.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 {
	aspect-ratio: var(--video-aspect-ratio);
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%
}

.elementor-widget-video .e-hosted-video .elementor-video {
	-o-object-fit: cover;
	object-fit: cover
}

.e-con-inner>.elementor-widget-video,
.e-con>.elementor-widget-video {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.31.0 - 27-08-2025 */
.elementor-tab-title a {
	color: inherit
}

.elementor-accordion {
	text-align: start
}

.elementor-accordion .elementor-accordion-item {
	border: 1px solid #d5d8dc
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
	border-block-start: none
}

.elementor-accordion .elementor-tab-title {
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 15px 20px
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	display: inline-block;
	width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
	height: 1em;
	width: 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 {
	border-block-start: 1px solid #d5d8dc;
	display: none;
	padding: 15px 20px
}

@media (max-width:767px) {
	.elementor-accordion .elementor-tab-title {
		padding: 12px 15px
	}

	.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
		width: 1.2em
	}

	.elementor-accordion .elementor-tab-content {
		padding: 7px 15px
	}
}

.e-con-inner>.elementor-widget-accordion,
.e-con>.elementor-widget-accordion {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.31.0 - 27-08-2025 */
.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: flex
	}

	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		flex-direction: row-reverse;
		text-align: end
	}

	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		flex-direction: row;
		text-align: start
	}

	.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 {
		align-items: flex-start
	}

	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		align-items: center
	}

	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		align-items: flex-end
	}
}

@media (max-width:767px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-bottom: 15px;
		margin-left: auto !important;
		margin-right: auto !important
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block
}

.elementor-widget-image-box .elementor-image-box-img img {
	display: block;
	line-height: 0
}

.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 - v3.31.0 - 27-08-2025 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,
.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
	overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	border-width: 0;
	border-inline-start-width: 1px;
	border-style: solid;
	height: 100%;
	inset-inline-end: -8px;
	inset-inline-start: auto;
	position: relative;
	width: auto
}

.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 {
	inset-block-end: 0;
	position: absolute;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	align-items: var(--icon-vertical-align, center);
	display: flex;
	font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	inset-block-start: var(--icon-vertical-offset, initial);
	position: relative
}

.elementor-widget .elementor-icon-list-icon svg {
	height: var(--e-icon-list-icon-size, 1em);
	width: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
	font-size: var(--e-icon-list-icon-size);
	width: 1.25em
}

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

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
	justify-content: flex-end;
	text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	inset-inline-start: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	inset-inline-end: 0
}

@media (min-width:-1) {

	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0
	}

	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0
	}

	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0
	}

	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 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 {
		justify-content: center
	}

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0
	}

	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0
	}

	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 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 {
		justify-content: center
	}

	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-mobile-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		inset-inline-start: 0
	}

	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		inset-inline-end: 0
	}
}

#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

/*! elementor-pro - v3.31.0 - 10-08-2025 */
.elementor-skin-carousel .elementor-main-swiper,
.elementor-skin-coverflow .elementor-main-swiper {
	height: 230px
}

.elementor-skin-slideshow .elementor-main-swiper {
	height: 450px;
	position: relative
}

.elementor-skin-slideshow .elementor-thumbnails-swiper {
	height: auto
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
	font-size: 50px
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
	cursor: pointer
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
	background-color: rgba(0, 0, 0, .3);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.elementor-carousel-image {
	background: no-repeat 50%;
	background-size: cover;
	height: 100%;
	position: relative
}

.elementor-carousel-image-overlay {
	align-items: center;
	background-color: hsla(213, 9%, 45%, .8);
	color: var(--e-carousel-image-overlay-color, #fff);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: transform .5s, opacity .5s;
	width: 100%
}

.elementor-carousel-image-overlay i {
	font-size: var(--e-carousel-image-overlay-icon-size, 21px)
}

.elementor-carousel-image-overlay svg {
	fill: var(--e-carousel-image-overlay-color, #fff);
	height: var(--e-carousel-image-overlay-icon-size, 21px);
	width: var(--e-carousel-image-overlay-icon-size, 21px)
}

.elementor-12317 .elementor-element.elementor-element-63ec5edb>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-63ec5edb:not(.elementor-motion-effects-element-type-background),
.elementor-12317 .elementor-element.elementor-element-63ec5edb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #00000054;
	background: url("https://presencepoint.com/wp-content/uploads/20220927_213746526_iOS-4-scaled-1.jpg") 50% 50%;
	background-size: cover;
}

.elementor-12317 .elementor-element.elementor-element-63ec5edb>.elementor-background-overlay {
	background-color: #000000;
	opacity: 0.66;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-63ec5edb>.elementor-container {
	min-height: 70vh;
}

.elementor-12317 .elementor-element.elementor-element-63ec5edb {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 0px 20px 0px;
}

.elementor-12317 .elementor-element.elementor-element-c5fc23b>.elementor-widget-container {
	padding: 0px 0px 15px 0px;
}

.elementor-12317 .elementor-element.elementor-element-c5fc23b {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-c5fc23b .elementor-heading-title {
	font-size: 60px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2em;
	-webkit-text-stroke-color: #000;
	stroke: #000;
	color: #ffffff;
}

.elementor-12317 .elementor-element.elementor-element-23a8e541>.elementor-widget-container {
	padding: 0% 12% 0% 12%;
}

.elementor-12317 .elementor-element.elementor-element-23a8e541 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	color: #FFFFFF;
}

.elementor-12317 .elementor-element.elementor-element-2605b31>.elementor-widget-container {
	padding: 0% 12% 0% 12%;
}

.elementor-12317 .elementor-element.elementor-element-2605b31 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	color: #FFFFFF;
}

.elementor-12317 .elementor-element.elementor-element-8f2c796 .elementor-button {
	background-color: #FE783B;
	fill: #F9F8F8;
	color: #F9F8F8;
	border-style: none;
}

.elementor-12317 .elementor-element.elementor-element-a76698a>.elementor-widget-container {
	padding: 50px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-a76698a {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-a76698a .elementor-heading-title {
	font-size: 29px;
	letter-spacing: 1.1px;
	color: #FFFFFF;
}

.elementor-12317 .elementor-element.elementor-element-15d62e0>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-15d62e0>.elementor-background-overlay {
	background-color: #ffffff;
	opacity: 0.53;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-15d62e0 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 100px 100px 100px;
}

.elementor-bc-flex-widget .elementor-12317 .elementor-element.elementor-element-201f511.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-12317 .elementor-element.elementor-element-201f511.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-12317 .elementor-element.elementor-element-201f511>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0% 0% 0% 0%;
}

.elementor-12317 .elementor-element.elementor-element-201f511>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-91ec2be {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 20px 30px;
	--row-gap: 20px;
	--column-gap: 30px;
	--padding-top: 20px;
	--padding-bottom: 20px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-e2955ac {
	--display: flex;
	--justify-content: center;
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-292cfb0 {
	--display: flex;
	--padding-top: 0px;
	--padding-bottom: 0px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-f461909 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-257c5b17>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-257c5b17>.elementor-background-overlay {
	background-color: #ffffff;
	opacity: 0.53;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-257c5b17 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 100px 100px 100px 100px;
}

.elementor-bc-flex-widget .elementor-12317 .elementor-element.elementor-element-c268ce8.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-12317 .elementor-element.elementor-element-c268ce8.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-12317 .elementor-element.elementor-element-c268ce8>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0% 0% 0% 0%;
}

.elementor-12317 .elementor-element.elementor-element-c268ce8>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-6cba9f6 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-e94462b>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-e94462b>.elementor-background-overlay {
	background-color: #ffffff;
	opacity: 0.53;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-e94462b {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 020px 0px;
}

.elementor-12317 .elementor-element.elementor-global-14908.elementor-arrows-yes .elementor-main-swiper {
	width: calc(87% - 40px);
}

.elementor-12317 .elementor-element.elementor-global-14908 .elementor-main-swiper {
	width: 87%;
}

.elementor-12317 .elementor-element.elementor-global-14908 .elementor-swiper-button {
	font-size: 42px;
	color: #3F3232;
}

.elementor-12317 .elementor-element.elementor-global-14908 .elementor-swiper-button svg {
	fill: #3F3232;
}

.elementor-12317 .elementor-element.elementor-global-14908 .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
}

.elementor-12317 .elementor-element.elementor-global-14908 .swiper-horizontal .swiper-pagination-progressbar {
	height: 14px;
}

.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
	margin-top: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
	margin-bottom: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
	padding-right: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-left: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14908 .elementor-testimonial__text {
	font-size: 18px;
}

.elementor-12317 .elementor-element.elementor-global-14908 .elementor-testimonial__image img {
	width: 56px;
	height: 56px;
}

.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	top: calc(20px + (56px / 2) - 8px);
}

body:not(.rtl) .elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
body:not(.rtl) .elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after {
	left: calc(20px + (56px / 2) - 8px);
	right: auto;
}

body.rtl .elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
body.rtl .elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after {
	right: calc(20px + (56px / 2) - 8px);
	left: auto;
}

body:not(.rtl) .elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after {
	left: calc(20px + (56px / 2) - 8px);
	right: auto;
}

body.rtl .elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14908.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after {
	right: calc(20px + (56px / 2) - 8px);
	left: auto;
}

.elementor-12317 .elementor-element.elementor-element-7c4e7e6 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-7c4e7e6 .elementor-heading-title {
	font-size: 45px;
	font-weight: 600;
	color: #FE783B;
}

.elementor-12317 .elementor-element.elementor-element-f7423fa {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-f7423fa .elementor-heading-title {
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 3px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-f60bcaf {
	--divider-border-style: solid;
	--divider-color: #000;
	--divider-border-width: 1px;
	--divider-icon-size: 42px;
}

.elementor-12317 .elementor-element.elementor-element-f60bcaf .elementor-divider-separator {
	width: 100%;
}

.elementor-12317 .elementor-element.elementor-element-f60bcaf .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-12317 .elementor-element.elementor-element-a6940cb>.elementor-container {
	max-width: 892px;
}

.elementor-12317 .elementor-element.elementor-element-a6940cb {
	padding: 20px 0px 20px 0px;
}

.elementor-12317 .elementor-element.elementor-element-47ca656>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-global-45640 {
	--icon-box-icon-margin: 0px;
}

.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon-box-title {
	margin-block-end: 20px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-global-45640.elementor-view-stacked .elementor-icon {
	background-color: #686868;
}

.elementor-12317 .elementor-element.elementor-global-45640.elementor-view-framed .elementor-icon,
.elementor-12317 .elementor-element.elementor-global-45640.elementor-view-default .elementor-icon {
	fill: #686868;
	color: #686868;
	border-color: #686868;
}

.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon {
	font-size: 35px;
}

.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon i {
	transform: rotate(0deg);
}

.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon-box-title,
.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon-box-title a {
	font-size: 25px;
	font-weight: 600;
}

.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-ce4bad5>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-global-45643>.elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-global-45643 .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-global-45643 {
	--icon-box-icon-margin: 0px;
}

.elementor-12317 .elementor-element.elementor-global-45643 .elementor-icon-box-title {
	margin-block-end: 20px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-global-45643.elementor-view-stacked .elementor-icon {
	background-color: #686868;
}

.elementor-12317 .elementor-element.elementor-global-45643.elementor-view-framed .elementor-icon,
.elementor-12317 .elementor-element.elementor-global-45643.elementor-view-default .elementor-icon {
	fill: #686868;
	color: #686868;
	border-color: #686868;
}

.elementor-12317 .elementor-element.elementor-global-45643 .elementor-icon {
	font-size: 35px;
}

.elementor-12317 .elementor-element.elementor-global-45643 .elementor-icon-box-title,
.elementor-12317 .elementor-element.elementor-global-45643 .elementor-icon-box-title a {
	font-size: 25px;
	font-weight: 600;
}

.elementor-12317 .elementor-element.elementor-global-45643 .elementor-icon-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-11178aa>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-global-45646 {
	width: var(--container-widget-width, 99.664%);
	max-width: 99.664%;
	--container-widget-width: 99.664%;
	--container-widget-flex-grow: 0;
	--icon-box-icon-margin: 0px;
}

.elementor-12317 .elementor-element.elementor-global-45646 .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-global-45646 .elementor-icon-box-title {
	margin-block-end: 20px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-global-45646.elementor-view-stacked .elementor-icon {
	background-color: #686868;
}

.elementor-12317 .elementor-element.elementor-global-45646.elementor-view-framed .elementor-icon,
.elementor-12317 .elementor-element.elementor-global-45646.elementor-view-default .elementor-icon {
	fill: #686868;
	color: #686868;
	border-color: #686868;
}

.elementor-12317 .elementor-element.elementor-global-45646 .elementor-icon {
	font-size: 35px;
}

.elementor-12317 .elementor-element.elementor-global-45646 .elementor-icon-box-title,
.elementor-12317 .elementor-element.elementor-global-45646 .elementor-icon-box-title a {
	font-size: 25px;
	font-weight: 600;
}

.elementor-12317 .elementor-element.elementor-global-45646 .elementor-icon-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-f6f2486 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-f6f2486 .elementor-heading-title {
	font-size: 20px;
	font-weight: 500;
}

.elementor-12317 .elementor-element.elementor-element-d9d2900 .elementor-button {
	background-color: #FE783B;
	fill: #FFFFFF;
	color: #FFFFFF;
}

.elementor-12317 .elementor-element.elementor-element-7f21f3a>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-7f21f3a>.elementor-background-overlay {
	background-color: #ffffff;
	opacity: 0.53;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-7f21f3a {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 020px 0px;
}

.elementor-12317 .elementor-element.elementor-global-14911.elementor-arrows-yes .elementor-main-swiper {
	width: calc(87% - 40px);
}

.elementor-12317 .elementor-element.elementor-global-14911 .elementor-main-swiper {
	width: 87%;
}

.elementor-12317 .elementor-element.elementor-global-14911 .elementor-swiper-button {
	font-size: 42px;
	color: #3F3232;
}

.elementor-12317 .elementor-element.elementor-global-14911 .elementor-swiper-button svg {
	fill: #3F3232;
}

.elementor-12317 .elementor-element.elementor-global-14911 .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
}

.elementor-12317 .elementor-element.elementor-global-14911 .swiper-horizontal .swiper-pagination-progressbar {
	height: 14px;
}

.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_inline .elementor-testimonial__footer,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
	margin-top: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
	margin-bottom: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
	padding-right: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-left: 6px;
}

.elementor-12317 .elementor-element.elementor-global-14911 .elementor-testimonial__text {
	font-size: 18px;
}

.elementor-12317 .elementor-element.elementor-global-14911 .elementor-testimonial__image img {
	width: 56px;
	height: 56px;
}

.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	top: calc(20px + (56px / 2) - 8px);
}

body:not(.rtl) .elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
body:not(.rtl) .elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after {
	left: calc(20px + (56px / 2) - 8px);
	right: auto;
}

body.rtl .elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_stacked:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
body.rtl .elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_inline:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after {
	right: calc(20px + (56px / 2) - 8px);
	left: auto;
}

body:not(.rtl) .elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-right) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after {
	left: calc(20px + (56px / 2) - 8px);
	right: auto;
}

body.rtl .elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_above:not(.elementor-testimonial--align-center):not(.elementor-testimonial--align-left) .elementor-testimonial__content:after,
.elementor-12317 .elementor-element.elementor-global-14911.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after {
	right: calc(20px + (56px / 2) - 8px);
	left: auto;
}

.elementor-12317 .elementor-element.elementor-element-61c3420 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-61c3420 .elementor-heading-title {
	font-size: 45px;
	font-weight: 600;
	color: #FE783B;
}

.elementor-12317 .elementor-element.elementor-element-18e16e1 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-18e16e1 .elementor-heading-title {
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 3px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-35e676a {
	--divider-border-style: solid;
	--divider-color: #000;
	--divider-border-width: 1px;
	--divider-icon-size: 42px;
}

.elementor-12317 .elementor-element.elementor-element-35e676a .elementor-divider-separator {
	width: 100%;
}

.elementor-12317 .elementor-element.elementor-element-35e676a .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-12317 .elementor-element.elementor-element-10b8a8b>.elementor-container {
	max-width: 892px;
}

.elementor-12317 .elementor-element.elementor-element-10b8a8b {
	padding: 20px 0px 20px 0px;
}

.elementor-12317 .elementor-element.elementor-element-64e8c84>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-870a53e {
	--icon-box-icon-margin: 0px;
}

.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon-box-title {
	margin-block-end: 20px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-870a53e.elementor-view-stacked .elementor-icon {
	background-color: #686868;
}

.elementor-12317 .elementor-element.elementor-element-870a53e.elementor-view-framed .elementor-icon,
.elementor-12317 .elementor-element.elementor-element-870a53e.elementor-view-default .elementor-icon {
	fill: #686868;
	color: #686868;
	border-color: #686868;
}

.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon {
	font-size: 35px;
}

.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon i {
	transform: rotate(0deg);
}

.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon-box-title,
.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon-box-title a {
	font-size: 25px;
	font-weight: 600;
}

.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-d879507>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-020832b>.elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-020832b .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-020832b {
	--icon-box-icon-margin: 0px;
}

.elementor-12317 .elementor-element.elementor-element-020832b .elementor-icon-box-title {
	margin-block-end: 20px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-020832b.elementor-view-stacked .elementor-icon {
	background-color: #686868;
}

.elementor-12317 .elementor-element.elementor-element-020832b.elementor-view-framed .elementor-icon,
.elementor-12317 .elementor-element.elementor-element-020832b.elementor-view-default .elementor-icon {
	fill: #686868;
	color: #686868;
	border-color: #686868;
}

.elementor-12317 .elementor-element.elementor-element-020832b .elementor-icon {
	font-size: 35px;
}

.elementor-12317 .elementor-element.elementor-element-020832b .elementor-icon-box-title,
.elementor-12317 .elementor-element.elementor-element-020832b .elementor-icon-box-title a {
	font-size: 25px;
	font-weight: 600;
}

.elementor-12317 .elementor-element.elementor-element-020832b .elementor-icon-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-e267107>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-a846809 .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-a846809 {
	--icon-box-icon-margin: 0px;
}

.elementor-12317 .elementor-element.elementor-element-a846809 .elementor-icon-box-title {
	margin-block-end: 20px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-a846809.elementor-view-stacked .elementor-icon {
	background-color: #686868;
}

.elementor-12317 .elementor-element.elementor-element-a846809.elementor-view-framed .elementor-icon,
.elementor-12317 .elementor-element.elementor-element-a846809.elementor-view-default .elementor-icon {
	fill: #686868;
	color: #686868;
	border-color: #686868;
}

.elementor-12317 .elementor-element.elementor-element-a846809 .elementor-icon {
	font-size: 35px;
}

.elementor-12317 .elementor-element.elementor-element-a846809 .elementor-icon-box-title,
.elementor-12317 .elementor-element.elementor-element-a846809 .elementor-icon-box-title a {
	font-size: 25px;
	font-weight: 600;
}

.elementor-12317 .elementor-element.elementor-element-a846809 .elementor-icon-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-47a0fad .elementor-heading-title {
	font-weight: 500;
}

.elementor-12317 .elementor-element.elementor-element-679d29a .elementor-button {
	background-color: #FE783B;
	fill: #FFFFFF;
	color: #FFFFFF;
}

.elementor-12317 .elementor-element.elementor-element-1df9ab26>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-1df9ab26:not(.elementor-motion-effects-element-type-background),
.elementor-12317 .elementor-element.elementor-element-1df9ab26>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: #FFFFFF;
}

.elementor-12317 .elementor-element.elementor-element-1df9ab26>.elementor-background-overlay {
	background-color: #FFFFFF;
	opacity: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-1df9ab26 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 20px 0px 50px 0px;
}

.elementor-12317 .elementor-element.elementor-element-18ab9930>.elementor-element-populated {
	padding: 0px 40px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-98911a2 {
	--divider-border-style: solid;
	--divider-color: #000;
	--divider-border-width: 1px;
	--divider-icon-size: 42px;
}

.elementor-12317 .elementor-element.elementor-element-98911a2 .elementor-divider-separator {
	width: 100%;
}

.elementor-12317 .elementor-element.elementor-element-98911a2 .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-12317 .elementor-element.elementor-element-d457e {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-d457e .elementor-heading-title {
	font-size: 28px;
	text-transform: uppercase;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-624e934 .elementor-wrapper {
	--video-aspect-ratio: 1.77777;
}

.elementor-12317 .elementor-element.elementor-element-51f6e8ca>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-51f6e8ca:not(.elementor-motion-effects-element-type-background),
.elementor-12317 .elementor-element.elementor-element-51f6e8ca>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FE783B 77%);
}

.elementor-12317 .elementor-element.elementor-element-51f6e8ca {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-51f6e8ca>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-56bb471 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-56bb471 .elementor-heading-title {
	font-size: 52px;
	font-weight: 900;
	line-height: 1.2em;
	color: #FE783B;
}

.elementor-12317 .elementor-element.elementor-element-4276365a>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-4276365a>.elementor-container {
	max-width: 1012px;
}

.elementor-12317 .elementor-element.elementor-element-4276365a {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-6fb31f90>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-321d6762 img {
	width: 100%;
	max-width: 460px;
	opacity: 0.8;
}

.elementor-12317 .elementor-element.elementor-element-7e6fc10b>.elementor-element-populated {
	padding: 30px 50px 30px 50px;
}

.elementor-12317 .elementor-element.elementor-element-1db62ed {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-1db62ed .elementor-heading-title {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

.elementor-12317 .elementor-element.elementor-element-646b74d8 {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
}

.elementor-12317 .elementor-element.elementor-element-311f40af img {
	width: 100%;
	max-width: 460px;
	opacity: 0.8;
}

.elementor-12317 .elementor-element.elementor-element-770b4199>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-770b4199>.elementor-container {
	max-width: 1012px;
}

.elementor-12317 .elementor-element.elementor-element-32332aa3>.elementor-element-populated {
	padding: 30px 50px 30px 50px;
}

.elementor-12317 .elementor-element.elementor-element-446fc8fe {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-446fc8fe .elementor-heading-title {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

.elementor-12317 .elementor-element.elementor-element-56e26bb0 {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
}

.elementor-12317 .elementor-element.elementor-element-1bc1715 img {
	width: 100%;
	max-width: 460px;
	opacity: 0.8;
}

.elementor-12317 .elementor-element.elementor-element-3e514135>.elementor-element-populated {
	padding: 30px 50px 30px 50px;
}

.elementor-12317 .elementor-element.elementor-element-172883c4 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-172883c4 .elementor-heading-title {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

.elementor-12317 .elementor-element.elementor-element-210013de {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
}

.elementor-12317 .elementor-element.elementor-element-fcf457a>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-fcf457a:not(.elementor-motion-effects-element-type-background),
.elementor-12317 .elementor-element.elementor-element-fcf457a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #FE783B 77%);
}

.elementor-12317 .elementor-element.elementor-element-fcf457a {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-fcf457a>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-1ddcaca {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-1ddcaca .elementor-heading-title {
	font-size: 52px;
	font-weight: 900;
	line-height: 1.2em;
	color: #FE783B;
}

.elementor-12317 .elementor-element.elementor-element-a94ec00>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-a94ec00>.elementor-container {
	max-width: 1012px;
}

.elementor-12317 .elementor-element.elementor-element-a94ec00 {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-5c943bd>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-9cf69cd img {
	width: 100%;
	opacity: 0.8;
}

.elementor-12317 .elementor-element.elementor-element-211c6d41>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-211c6d41:not(.elementor-motion-effects-element-type-background),
.elementor-12317 .elementor-element.elementor-element-211c6d41>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FE783B 0%, #FFFFFF 100%);
}

.elementor-12317 .elementor-element.elementor-element-211c6d41 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-211c6d41>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-7b9e4983 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-7b9e4983 .elementor-heading-title {
	font-size: 65px;
	font-weight: 900;
	line-height: 1.2em;
	color: #FFFFFF;
}

.elementor-12317 .elementor-element.elementor-element-eb0f76f {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
	--align-items: stretch;
	--gap: 0px 10px;
	--row-gap: 0px;
	--column-gap: 10px;
	--flex-wrap: nowrap;
	--padding-top: 20px;
	--padding-bottom: 050px;
	--padding-left: 0px;
	--padding-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-9876624 {
	--display: flex;
	--justify-content: center;
	--align-items: center;
	--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 35px;
	--padding-bottom: 35px;
	--padding-left: 35px;
	--padding-right: 35px;
}

.elementor-12317 .elementor-element.elementor-element-9876624:hover {
	box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.29);
}

.elementor-12317 .elementor-element.elementor-element-8d44c1f.elementor-position-right .elementor-image-box-img {
	margin-left: 0px;
}

.elementor-12317 .elementor-element.elementor-element-8d44c1f.elementor-position-left .elementor-image-box-img {
	margin-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-8d44c1f.elementor-position-top .elementor-image-box-img {
	margin-bottom: 0px;
}

.elementor-12317 .elementor-element.elementor-element-8d44c1f .elementor-image-box-wrapper .elementor-image-box-img {
	width: 50%;
}

.elementor-12317 .elementor-element.elementor-element-8d44c1f .elementor-image-box-img img {
	transition-duration: 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-8d44c1f .elementor-image-box-title {
	font-size: 22px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-8d44c1f .elementor-image-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-d333538 {
	--display: flex;
	--justify-content: center;
	--align-items: center;
	--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 35px;
	--padding-bottom: 35px;
	--padding-left: 35px;
	--padding-right: 35px;
}

.elementor-12317 .elementor-element.elementor-element-d333538:hover {
	box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.29);
}

.elementor-12317 .elementor-element.elementor-element-1bfcde8.elementor-position-right .elementor-image-box-img {
	margin-left: 0px;
}

.elementor-12317 .elementor-element.elementor-element-1bfcde8.elementor-position-left .elementor-image-box-img {
	margin-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-1bfcde8.elementor-position-top .elementor-image-box-img {
	margin-bottom: 0px;
}

.elementor-12317 .elementor-element.elementor-element-1bfcde8 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 31%;
}

.elementor-12317 .elementor-element.elementor-element-1bfcde8 .elementor-image-box-img img {
	transition-duration: 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-1bfcde8 .elementor-image-box-title {
	font-size: 22px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-1bfcde8 .elementor-image-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-eec8324 {
	--display: flex;
	--justify-content: center;
	--align-items: center;
	--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	--flex-wrap: nowrap;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 35px;
	--padding-bottom: 35px;
	--padding-left: 35px;
	--padding-right: 35px;
}

.elementor-12317 .elementor-element.elementor-element-eec8324:hover {
	box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.29);
}

.elementor-12317 .elementor-element.elementor-element-51bb714.elementor-position-right .elementor-image-box-img {
	margin-left: 0px;
}

.elementor-12317 .elementor-element.elementor-element-51bb714.elementor-position-left .elementor-image-box-img {
	margin-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-51bb714.elementor-position-top .elementor-image-box-img {
	margin-bottom: 0px;
}

.elementor-12317 .elementor-element.elementor-element-51bb714 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 31%;
}

.elementor-12317 .elementor-element.elementor-element-51bb714 .elementor-image-box-img img {
	transition-duration: 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-51bb714 .elementor-image-box-title {
	font-size: 22px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-51bb714 .elementor-image-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-e373e4b {
	--display: flex;
	--justify-content: center;
	--align-items: center;
	--container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
	--margin-top: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--margin-right: 0px;
	--padding-top: 35px;
	--padding-bottom: 35px;
	--padding-left: 35px;
	--padding-right: 35px;
}

.elementor-12317 .elementor-element.elementor-element-e373e4b:hover {
	box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.29);
}

.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-wrapper {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-848fc46.elementor-position-right .elementor-image-box-img {
	margin-left: 0px;
}

.elementor-12317 .elementor-element.elementor-element-848fc46.elementor-position-left .elementor-image-box-img {
	margin-right: 0px;
}

.elementor-12317 .elementor-element.elementor-element-848fc46.elementor-position-top .elementor-image-box-img {
	margin-bottom: 0px;
}

.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 31%;
}

.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-img img {
	transition-duration: 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-title {
	font-size: 22px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	color: #bfbfbf;
}

.elementor-12317 .elementor-element.elementor-element-884f8ec {
	--divider-border-style: solid;
	--divider-color: #000;
	--divider-border-width: 1px;
	--divider-icon-size: 42px;
}

.elementor-12317 .elementor-element.elementor-element-884f8ec .elementor-divider-separator {
	width: 100%;
}

.elementor-12317 .elementor-element.elementor-element-884f8ec .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-12317 .elementor-element.elementor-element-5004c7d9>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-5004c7d9>.elementor-container {
	max-width: 1187px;
}

.elementor-12317 .elementor-element.elementor-element-5004c7d9 {
	padding: 50px 0px 050px 0px;
}

.elementor-12317 .elementor-element.elementor-element-4bff5e34>.elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-4bff5e34 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-4bff5e34 .elementor-heading-title {
	font-size: 45px;
	font-weight: 600;
	color: #FE783B;
}

.elementor-12317 .elementor-element.elementor-element-132fdfe9>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-12317 .elementor-element.elementor-element-132fdfe9 {
	padding: 0% 20% 0% 20%;
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3>.elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(0px/2);
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(0px/2);
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(0px/2);
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-0px/2);
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-0px/2);
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-icon i {
	color: #000000;
	transition: color 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-icon svg {
	fill: #000000;
	transition: fill 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 {
	--e-icon-list-icon-size: 12px;
	--icon-vertical-offset: 0px;
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-icon {
	padding-inline-end: 0px;
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-item>a {
	font-size: 20px;
	font-weight: 700;
}

.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-text {
	color: #000000;
	transition: color 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(0px/2);
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(0px/2);
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(0px/2);
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-0px/2);
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-0px/2);
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-icon i {
	color: #000000;
	transition: color 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-icon svg {
	fill: #000000;
	transition: fill 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-270cb66d {
	--e-icon-list-icon-size: 12px;
	--icon-vertical-offset: 0px;
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-item>a {
	font-size: 20px;
	font-weight: 700;
}

.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-text {
	color: #000000;
	transition: color 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-ddb5df9>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-ddb5df9>.elementor-container {
	max-width: 1187px;
}

.elementor-12317 .elementor-element.elementor-element-ddb5df9 {
	padding: 50px 0px 050px 0px;
}

.elementor-12317 .elementor-element.elementor-element-7d2a666>.elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-7d2a666 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-7d2a666 .elementor-heading-title {
	font-size: 45px;
	font-weight: 600;
	color: #FE783B;
}

.elementor-12317 .elementor-element.elementor-element-9eafee5>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-12317 .elementor-element.elementor-element-9eafee5 {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-element-5bc6c5f .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-5bc6c5f .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-5bc6c5f {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-12317 .elementor-element.elementor-element-5bc6c5f .elementor-icon-list-text {
	transition: color 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-204c6b81>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-204c6b81 {
	padding: 0px 0px 50px 0px;
}

.elementor-12317 .elementor-element.elementor-element-7703ac89>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-12317 .elementor-element.elementor-element-7703ac89 {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-global-13941.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
	margin-bottom: 0px;
}

.elementor-12317 .elementor-element.elementor-global-13941 .swiper-pagination-bullet-active,
.elementor-12317 .elementor-element.elementor-global-13941 .swiper-pagination-progressbar-fill {
	background-color: #000000;
}

.elementor-12317 .elementor-element.elementor-global-13941 .swiper-pagination-fraction {
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-global-13941>.elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-12317 .elementor-element.elementor-global-13941 .elementor-main-swiper {
	height: 213px;
	width: 85%;
}

.elementor-12317 .elementor-element.elementor-global-13941 .elementor-main-swiper .swiper-slide {
	border-radius: 0px;
	padding: 40px 40px 40px 40px;
}

.elementor-12317 .elementor-element.elementor-global-13941 .elementor-swiper-button {
	font-size: 51px;
	color: #070707;
}

.elementor-12317 .elementor-element.elementor-global-13941 .elementor-swiper-button svg {
	fill: #070707;
}

.elementor-12317 .elementor-element.elementor-global-13941 .swiper-pagination-bullet {
	height: 6px;
	width: 6px;
}

.elementor-12317 .elementor-element.elementor-global-13941 .swiper-horizontal .swiper-pagination-progressbar {
	height: 6px;
}

.elementor-12317 .elementor-element.elementor-global-13941 .elementor-main-swiper:not(.elementor-thumbnails-swiper) .elementor-carousel-image {
	background-size: contain;
}

#elementor-lightbox-slideshow-fa219f0 .elementor-video-container {
	width: 50%;
}

.elementor-12317 .elementor-element.elementor-global-13941 .elementor-custom-embed-play i {
	color: rgba(35, 164, 85, 0);
	font-size: 20px;
}

.elementor-12317 .elementor-element.elementor-global-13941 .elementor-custom-embed-play svg {
	fill: rgba(35, 164, 85, 0);
}

.elementor-12317 .elementor-element.elementor-element-c4f5533:not(.elementor-motion-effects-element-type-background),
.elementor-12317 .elementor-element.elementor-element-c4f5533>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF73 0%, #ACACAC 100%);
}

.elementor-12317 .elementor-element.elementor-element-c4f5533 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 50px 50px 50px;
}

.elementor-12317 .elementor-element.elementor-element-c4f5533>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-9900541 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-7b96ab6 {
	font-size: 20px;
}

.elementor-12317 .elementor-element.elementor-element-e58a5da.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
	margin-bottom: 10px;
}

.elementor-12317 .elementor-element.elementor-element-e58a5da .elementor-main-swiper {
	height: 510px;
}

.elementor-12317 .elementor-element.elementor-element-e58a5da .elementor-swiper-button {
	font-size: 79px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-e58a5da .elementor-swiper-button svg {
	fill: #000000;
}

.elementor-12317 .elementor-element.elementor-element-e58a5da .elementor-main-swiper:not(.elementor-thumbnails-swiper) .elementor-carousel-image {
	background-size: contain;
}

.elementor-12317 .elementor-element.elementor-element-bad7e8d .elementor-button {
	background-color: transparent;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text);
	background-image: linear-gradient(180deg, #111111 0%, #2C2729 100%);
	border-style: none;
}

.elementor-12317 .elementor-element.elementor-element-83363a3:not(.elementor-motion-effects-element-type-background),
.elementor-12317 .elementor-element.elementor-element-83363a3>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF73 0%, #ACACAC 100%);
}

.elementor-12317 .elementor-element.elementor-element-83363a3 {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 50px 50px 50px;
}

.elementor-12317 .elementor-element.elementor-element-83363a3>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-12317 .elementor-element.elementor-element-11dd948 {
	text-align: center;
}

.elementor-12317 .elementor-element.elementor-element-6fc9bba.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
	margin-bottom: 10px;
}

.elementor-12317 .elementor-element.elementor-element-6fc9bba .elementor-main-swiper {
	height: 510px;
}

.elementor-12317 .elementor-element.elementor-element-6fc9bba .elementor-swiper-button {
	font-size: 23px;
	color: #000000;
}

.elementor-12317 .elementor-element.elementor-element-6fc9bba .elementor-swiper-button svg {
	fill: #000000;
}

.elementor-12317 .elementor-element.elementor-element-6fc9bba .swiper-pagination-bullet {
	height: 8px;
	width: 8px;
}

.elementor-12317 .elementor-element.elementor-element-6fc9bba .swiper-horizontal .swiper-pagination-progressbar {
	height: 8px;
}

.elementor-12317 .elementor-element.elementor-element-84fea48 .elementor-button {
	background-color: transparent;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text);
	background-image: linear-gradient(180deg, #111111 0%, #2C2729 100%);
	border-style: none;
}

@media(min-width:768px) {
	.elementor-12317 .elementor-element.elementor-element-91ec2be {
		--width: 892px;
	}

	.elementor-12317 .elementor-element.elementor-element-18ab9930 {
		width: 55%;
	}

	.elementor-12317 .elementor-element.elementor-element-ad33d8b {
		width: 45%;
	}

	.elementor-12317 .elementor-element.elementor-element-6fb31f90 {
		width: 33.2%;
	}

	.elementor-12317 .elementor-element.elementor-element-7e6fc10b {
		width: 33.266%;
	}

	.elementor-12317 .elementor-element.elementor-element-7022d894 {
		width: 33.2%;
	}

	.elementor-12317 .elementor-element.elementor-element-32332aa3 {
		width: 33.2%;
	}

	.elementor-12317 .elementor-element.elementor-element-225a0c59 {
		width: 33.264%;
	}

	.elementor-12317 .elementor-element.elementor-element-3e514135 {
		width: 33.2%;
	}

	.elementor-12317 .elementor-element.elementor-element-9876624 {
		--width: 290px;
	}

	.elementor-12317 .elementor-element.elementor-element-d333538 {
		--width: 290px;
	}

	.elementor-12317 .elementor-element.elementor-element-eec8324 {
		--width: 290px;
	}

	.elementor-12317 .elementor-element.elementor-element-e373e4b {
		--width: 290px;
	}
}

@media(max-width:1024px) {
	.elementor-12317 .elementor-element.elementor-element-63ec5edb>.elementor-container {
		min-height: 800px;
	}

	.elementor-12317 .elementor-element.elementor-element-63ec5edb {
		padding: 0px 25px 0px 025px;
	}

	.elementor-12317 .elementor-element.elementor-element-15d62e0 {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-e2955ac {
		--padding-top: 15px;
		--padding-bottom: 15px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-12317 .elementor-element.elementor-element-292cfb0 {
		--padding-top: 15px;
		--padding-bottom: 15px;
		--padding-left: 15px;
		--padding-right: 15px;
	}

	.elementor-12317 .elementor-element.elementor-element-257c5b17 {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-e94462b {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-47ca656>.elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-12317 .elementor-element.elementor-global-45640 .elementor-icon-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-ce4bad5>.elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-12317 .elementor-element.elementor-global-45643 .elementor-icon-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-11178aa>.elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-12317 .elementor-element.elementor-global-45646 .elementor-icon-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-7f21f3a {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-64e8c84>.elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-12317 .elementor-element.elementor-element-870a53e .elementor-icon-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-d879507>.elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-12317 .elementor-element.elementor-element-020832b .elementor-icon-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-e267107>.elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}

	.elementor-12317 .elementor-element.elementor-element-a846809 .elementor-icon-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-1df9ab26 {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-51f6e8ca {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-56bb471 .elementor-heading-title {
		font-size: 45px;
	}

	.elementor-12317 .elementor-element.elementor-element-210013de {
		width: var(--container-widget-width, 164.365px);
		max-width: 164.365px;
		--container-widget-width: 164.365px;
		--container-widget-flex-grow: 0;
	}

	.elementor-12317 .elementor-element.elementor-element-fcf457a {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-1ddcaca .elementor-heading-title {
		font-size: 45px;
	}

	.elementor-12317 .elementor-element.elementor-element-211c6d41 {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-7b9e4983 .elementor-heading-title {
		font-size: 45px;
	}

	.elementor-12317 .elementor-element.elementor-element-eb0f76f {
		--gap: 10px 10px;
		--row-gap: 10px;
		--column-gap: 10px;
		--flex-wrap: wrap;
	}

	.elementor-12317 .elementor-element.elementor-element-9876624 {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-8d44c1f .elementor-image-box-wrapper .elementor-image-box-img {
		width: 25%;
	}

	.elementor-12317 .elementor-element.elementor-element-8d44c1f .elementor-image-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-d333538 {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-1bfcde8 .elementor-image-box-wrapper .elementor-image-box-img {
		width: 25%;
	}

	.elementor-12317 .elementor-element.elementor-element-1bfcde8 .elementor-image-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-eec8324 {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-51bb714 .elementor-image-box-wrapper .elementor-image-box-img {
		width: 25%;
	}

	.elementor-12317 .elementor-element.elementor-element-51bb714 .elementor-image-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-e373e4b {
		--margin-top: 0px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-wrapper .elementor-image-box-img {
		width: 25%;
	}

	.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-description {
		font-size: 14px;
	}

	.elementor-12317 .elementor-element.elementor-element-5004c7d9 {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-ddb5df9 {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-204c6b81 {
		padding: 100px 25px 100px 25px;
	}

	.elementor-12317 .elementor-element.elementor-global-13941.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		margin-bottom: 10px;
	}

	.elementor-12317 .elementor-element.elementor-global-13941 .elementor-main-swiper {
		height: 250px;
		width: 570px;
	}

	.elementor-12317 .elementor-element.elementor-element-e58a5da.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		margin-bottom: 10px;
	}

	.elementor-12317 .elementor-element.elementor-element-6fc9bba.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		margin-bottom: 10px;
	}
}

@media(max-width:767px) {
	.elementor-12317 .elementor-element.elementor-element-63ec5edb {
		padding: 110px 20px 100px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-c5fc23b .elementor-heading-title {
		font-size: 29px;
	}

	.elementor-12317 .elementor-element.elementor-element-23a8e541>.elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-23a8e541 {
		columns: 1;
		font-size: 12px;
	}

	.elementor-12317 .elementor-element.elementor-element-2605b31>.elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-2605b31 {
		columns: 1;
		font-size: 12px;
	}

	.elementor-12317 .elementor-element.elementor-element-a76698a>.elementor-widget-container {
		padding: 20px 20px 20px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-a76698a .elementor-heading-title {
		font-size: 16px;
	}

	.elementor-12317 .elementor-element.elementor-element-15d62e0 {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-201f511>.elementor-element-populated {
		padding: 25px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-e2955ac {
		--padding-top: 35px;
		--padding-bottom: 35px;
		--padding-left: 35px;
		--padding-right: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-292cfb0 {
		--padding-top: 35px;
		--padding-bottom: 35px;
		--padding-left: 35px;
		--padding-right: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-257c5b17 {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-c268ce8>.elementor-element-populated {
		padding: 25px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-e94462b {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-7c4e7e6 .elementor-heading-title {
		font-size: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-f7423fa .elementor-heading-title {
		line-height: 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-47ca656>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-ce4bad5>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-11178aa>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-7f21f3a {
		padding: 50px 20px 10px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-61c3420 .elementor-heading-title {
		font-size: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-18e16e1 .elementor-heading-title {
		line-height: 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-10b8a8b {
		padding: 0px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-64e8c84>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-d879507>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-e267107>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-47a0fad {
		text-align: center;
	}

	.elementor-12317 .elementor-element.elementor-element-47a0fad .elementor-heading-title {
		font-size: 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-1df9ab26 {
		padding: 20px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-18ab9930>.elementor-element-populated {
		padding: 0px 0px 30px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-51f6e8ca {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-56bb471 .elementor-heading-title {
		font-size: 45px;
	}

	.elementor-12317 .elementor-element.elementor-element-4276365a {
		padding: 25px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-7e6fc10b>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-32332aa3>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-3e514135>.elementor-element-populated {
		padding: 35px 35px 35px 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-fcf457a {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-1ddcaca .elementor-heading-title {
		font-size: 37px;
	}

	.elementor-12317 .elementor-element.elementor-element-a94ec00 {
		padding: 25px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-9cf69cd>.elementor-widget-container {
		padding: 0px 0px 30px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-211c6d41 {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-7b9e4983 .elementor-heading-title {
		font-size: 45px;
	}

	.elementor-12317 .elementor-element.elementor-element-eb0f76f {
		--padding-top: 25px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-9876624 {
		--padding-top: 35px;
		--padding-bottom: 35px;
		--padding-left: 35px;
		--padding-right: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-8d44c1f .elementor-image-box-img {
		margin-bottom: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-d333538 {
		--padding-top: 35px;
		--padding-bottom: 35px;
		--padding-left: 35px;
		--padding-right: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-1bfcde8 .elementor-image-box-img {
		margin-bottom: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-eec8324 {
		--padding-top: 35px;
		--padding-bottom: 35px;
		--padding-left: 35px;
		--padding-right: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-51bb714 .elementor-image-box-img {
		margin-bottom: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-e373e4b {
		--padding-top: 35px;
		--padding-bottom: 35px;
		--padding-left: 35px;
		--padding-right: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-848fc46 .elementor-image-box-img {
		margin-bottom: 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-5004c7d9 {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-4bff5e34 {
		text-align: left;
	}

	.elementor-12317 .elementor-element.elementor-element-4bff5e34 .elementor-heading-title {
		font-size: 35px;
	}

	.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-item>.elementor-icon-list-text,
	.elementor-12317 .elementor-element.elementor-element-3a13dfb3 .elementor-icon-list-item>a {
		font-size: 16px;
	}

	.elementor-12317 .elementor-element.elementor-element-5bf2fb5d>.elementor-element-populated {
		padding: 35px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-item>.elementor-icon-list-text,
	.elementor-12317 .elementor-element.elementor-element-270cb66d .elementor-icon-list-item>a {
		font-size: 16px;
	}

	.elementor-12317 .elementor-element.elementor-element-ddb5df9 {
		padding: 50px 20px 0px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-7d2a666 {
		text-align: left;
	}

	.elementor-12317 .elementor-element.elementor-element-7d2a666 .elementor-heading-title {
		font-size: 25px;
	}

	.elementor-12317 .elementor-element.elementor-element-204c6b81 {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-7703ac89 {
		padding: 15px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-global-13941.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		margin-bottom: 10px;
	}

	.elementor-12317 .elementor-element.elementor-global-13941 .elementor-main-swiper {
		height: 240px;
		width: 310px;
	}

	.elementor-12317 .elementor-element.elementor-element-e58a5da.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		margin-bottom: 10px;
	}

	.elementor-12317 .elementor-element.elementor-element-83363a3 {
		padding: 50px 20px 50px 20px;
	}

	.elementor-12317 .elementor-element.elementor-element-d61edb8.elementor-column>.elementor-widget-wrap {
		justify-content: center;
	}

	.elementor-12317 .elementor-element.elementor-element-d61edb8>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
		margin-bottom: 8px;
	}

	.elementor-12317 .elementor-element.elementor-element-d61edb8>.elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-6fc9bba.elementor-skin-slideshow .elementor-main-swiper:not(.elementor-thumbnails-swiper) {
		margin-bottom: 1px;
	}

	.elementor-12317 .elementor-element.elementor-element-6fc9bba {
		width: var(--container-widget-width, 283px);
		max-width: 283px;
		--container-widget-width: 283px;
		--container-widget-flex-grow: 0;
	}

	.elementor-12317 .elementor-element.elementor-element-6fc9bba>.elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}

	.elementor-12317 .elementor-element.elementor-element-6fc9bba .elementor-main-swiper {
		height: 189px;
		width: 272px;
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.elementor-12317 .elementor-element.elementor-element-201f511 {
		width: 100%;
	}

	.elementor-12317 .elementor-element.elementor-element-c268ce8 {
		width: 100%;
	}
}

/* Start custom CSS for heading, class: .elementor-element-c5fc23b */
.servicemark {
	font-size: 50%;
	font-weight: bold;
	top: -0.8em;
}

/* End custom CSS */
/* Start custom CSS */
.aspect-square {
	width: 100%;
	aspect-ratio: 1;

	position: relative;
	top: 0;
	left: 0;
}

.aspect-square .elementor-widget-container {
	display: contents;
	position: static;
	top: 0;
	left: 0;
}

.aspect-square img {
	display: block;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

/* End custom CSS */
.elementor-42735 .elementor-element.elementor-element-d1380be {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: initial;
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--gap: 0px 0px;
	--row-gap: 0px;
	--column-gap: 0px;
}

.elementor-42735 .elementor-element.elementor-element-16be04a {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-field-group {
	padding-right: calc(10px/2);
	padding-left: calc(10px/2);
	margin-bottom: 10px;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-form-fields-wrapper {
	margin-left: calc(-10px/2);
	margin-right: calc(-10px/2);
	margin-bottom: -10px;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-field-group.recaptcha_v3-bottomleft,
.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-field-group.recaptcha_v3-bottomright {
	margin-bottom: 0;
}

body.rtl .elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-labels-inline .elementor-field-group>label {
	padding-left: 0px;
}

body:not(.rtl) .elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-labels-inline .elementor-field-group>label {
	padding-right: 0px;
}

body .elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-labels-above .elementor-field-group>label {
	padding-bottom: 0px;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-field-type-html {
	padding-bottom: 0px;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
	background-color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-field-group .elementor-select-wrapper select {
	background-color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .e-form__buttons__wrapper__button-next {
	color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-button[type="submit"] {
	color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-button[type="submit"] svg * {
	fill: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .e-form__buttons__wrapper__button-previous {
	color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .e-form__buttons__wrapper__button-next:hover {
	color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-button[type="submit"]:hover {
	color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .elementor-button[type="submit"]:hover svg * {
	fill: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 .e-form__buttons__wrapper__button-previous:hover {
	color: #ffffff;
}

.elementor-42735 .elementor-element.elementor-element-35432e9 {
	--e-form-steps-indicators-spacing: 20px;
	--e-form-steps-indicator-padding: 30px;
	--e-form-steps-indicator-inactive-secondary-color: #ffffff;
	--e-form-steps-indicator-active-secondary-color: #ffffff;
	--e-form-steps-indicator-completed-secondary-color: #ffffff;
	--e-form-steps-divider-width: 1px;
	--e-form-steps-divider-gap: 10px;
}

.elementor-42735 .elementor-element.elementor-element-d1e8700 {
	--display: flex;
	--flex-direction: column;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--flex-wrap-mobile: wrap;
}

.elementor-42735 .elementor-element.elementor-element-d1e8700:not(.elementor-motion-effects-element-type-background),
.elementor-42735 .elementor-element.elementor-element-d1e8700>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-image: url("https://presencepoint.com/wp-content/uploads/2024/09/Shepherd-Leadership-Challenge-scaled.jpeg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

#elementor-popup-modal-42735 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

#elementor-popup-modal-42735 .dialog-message {
	width: 640px;
	height: auto;
}

#elementor-popup-modal-42735 .dialog-close-button {
	display: flex;
}

#elementor-popup-modal-42735 .dialog-widget-content {
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}

@media(min-width:768px) {
	.elementor-42735 .elementor-element.elementor-element-16be04a {
		--width: 50%;
	}

	.elementor-42735 .elementor-element.elementor-element-d1e8700 {
		--width: 50%;
	}
}

.gform_wrapper form {
	position: relative
}

.gform_wrapper .ui-datepicker-header select {
	padding: inherit
}

.gform_wrapper .gform_body .gfield_checkbox li>label {
	margin-top: 4px
}

.gform_wrapper input:not([type=submit]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
	background-color: #fff;
	border-color: var(--ast-border-color);
	outline: 0;
	box-shadow: none
}

.ui-datepicker-header select {
	padding: 0
}

@media (max-width:768px) {
	.gform_wrapper.gf_browser_chrome form>.gform_body {
		width: 100%
	}
}

.gform_wrapper.gravity-theme fieldset,
.gform_wrapper.gravity-theme legend {
	background: 0 0;
	padding: 0
}

.gform_wrapper.gravity-theme fieldset {
	border: none;
	display: block;
	margin: 0
}

.gform_wrapper.gravity-theme legend {
	margin-left: 0;
	margin-right: 0
}

@font-face {
	font-family: gform-icons-theme;
	src: url('https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../fonts/gform-icons-theme.woff2?o6rzdt') format('woff2'), url('https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../fonts/gform-icons-theme.ttf?o6rzdt') format('truetype'), url('https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../fonts/gform-icons-theme.woff?o6rzdt') format('woff'), url('https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../fonts/gform-icons-theme.svg?o6rzdt#gform-icons-theme') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.gform-icon {
	font-family: gform-icons-theme !important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.gform-icon--photograph:before {
	content: "\e91e"
}

.gform-icon--star-border:before {
	content: "\e915"
}

.gform-icon--star:before {
	content: "\e914"
}

.gform-icon--left-arrow:before {
	content: "\e910"
}

.gform-icon--right-arrow:before {
	content: "\e91b"
}

.gform-icon--circle-error:before {
	content: "\e91a"
}

.gform-icon--close-small:before {
	content: "\e905"
}

.gform-icon--info:before {
	content: "\e900"
}

.gform-icon--verified:before {
	content: "\e901"
}

.gform-icon--circle-close:before {
	content: "\e903"
}

.gform-icon--close-big:before {
	content: "\e904"
}

.gform-icon--down-arrow:before {
	content: "\e906"
}

.gform-icon--format-bold:before {
	content: "\e907"
}

.gform-icon--format-italic:before {
	content: "\e908"
}

.gform-icon--format-list-bulleted:before {
	content: "\e909"
}

.gform-icon--format-list-numbered:before {
	content: "\e90a"
}

.gform-icon--insert-link:before {
	content: "\e90b"
}

.gform-icon--line:before {
	content: "\e90c"
}

.gform-icon--password-eye:before {
	content: "\e90d"
}

.gform-icon--password-eye-closed:before {
	content: "\e90e"
}

.gform-icon--redo:before {
	content: "\e90f"
}

.gform-icon--schedule:before {
	content: "\e911"
}

.gform-icon--clock:before {
	content: "\e912"
}

.gform-icon--search:before {
	content: "\e913"
}

.gform-icon--star-half:before {
	content: "\e916"
}

.gform-icon--check:before {
	content: "\e917"
}

.gform-icon--undo:before {
	content: "\e918"
}

.gform-icon--unfold-more:before {
	content: "\e919"
}

.gform-icon--create:before {
	content: "\e91c"
}

.gform-icon--cog:before {
	content: "\e91d"
}

.gform-icon--circle-check:before {
	content: "\e902"
}

.gform_wrapper.gravity-theme .gform-ul-reset {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.gform_wrapper.gravity-theme .gform-text-input-reset,
.gform_wrapper.gravity-theme input.gform-text-input-reset,
body[class*=avada] .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset {
	background-color: transparent;
	border: none;
	border-color: transparent;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	outline: 0;
	padding: inherit
}

.gform_wrapper.gravity-theme .gform_drop_area {
	background: rgba(0, 0, 0, .02);
	border: 1px dashed #ccc;
	border-radius: 4px;
	margin-bottom: 8px;
	padding: 32px;
	text-align: center
}

.gform_wrapper.gravity-theme .gform_drop_instructions {
	display: block;
	margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gform_delete,
.gform_wrapper.gravity-theme .gform_delete_file {
	cursor: pointer;
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gform_delete_file {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: 0 0;
	border: none
}

.gform_wrapper.gravity-theme .gfield_fileupload_filesize {
	padding: 0 6px
}

.gform_wrapper.gravity-theme .gfield_validation_message ul {
	margin: 16px 0;
	padding-left: 24px
}

.gform_wrapper.gravity-theme .gfield_validation_message ul:empty {
	display: none
}

.gform_wrapper.gravity-theme .ginput_preview {
	margin: 16px 0
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
	display: block;
	margin-top: 8px
}

.gform_wrapper.gravity-theme .ginput_container_password>span {
	position: relative
}

.gform_wrapper.gravity-theme .gform_show_password:focus {
	outline: 0
}

.gform_wrapper.gravity-theme .gform_show_password {
	background-color: inherit;
	border: none;
	cursor: pointer;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 0
}

.gform_wrapper.gravity-theme .password_input_container {
	display: block;
	position: relative
}

.gform_wrapper.gravity-theme .gfield_password_strength {
	background-color: #eee;
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	margin-top: 8px;
	padding: 8px;
	text-align: center
}

.gform_wrapper.gravity-theme .gfield_password_strength.mismatch,
.gform_wrapper.gravity-theme .gfield_password_strength.short {
	background-color: #ffa0a0;
	border-bottom: 3px solid #f04040;
	border-color: #f04040
}

.gform_wrapper.gravity-theme .gfield_password_strength.bad {
	background-color: #ffb78c;
	border-bottom: 3px solid #ff853c;
	border-color: #ff853c
}

.gform_wrapper.gravity-theme .gfield_password_strength.good {
	background-color: #ffec8b;
	border-bottom: 3px solid #fc0;
	border-color: #fc0
}

.gform_wrapper.gravity-theme .gfield_password_strength.strong {
	background-color: #c3ff88;
	border-bottom: 3px solid #8dff1c;
	border-color: #8dff1c
}

.gform_wrapper.gravity-theme .field_sublabel_above .gfield_password_strength {
	margin-top: 16px
}

.gravity-theme.ui-datepicker {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	display: none;
	margin: 2.4px;
	padding: 8px
}

.gravity-theme.ui-datepicker[style] {
	z-index: 9999 !important
}

.gravity-theme.ui-datepicker .ui-datepicker-header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -8px 8px;
	padding: 0 8px 8px;
	position: relative
}

.gravity-theme.ui-datepicker .ui-datepicker-next,
.gravity-theme.ui-datepicker .ui-datepicker-prev {
	cursor: pointer;
	position: absolute
}

.gravity-theme.ui-datepicker .ui-datepicker-next::before,
.gravity-theme.ui-datepicker .ui-datepicker-prev::before {
	border-style: solid;
	border-width: .18em .18em 0 0;
	content: "";
	display: inline-block;
	height: .55em;
	left: .15em;
	position: relative;
	top: .3em;
	transform: rotate(-135deg);
	vertical-align: top;
	width: .55em
}

.gravity-theme.ui-datepicker .ui-datepicker-next .ui-icon,
.gravity-theme.ui-datepicker .ui-datepicker-prev .ui-icon {
	display: none
}

.gravity-theme.ui-datepicker .ui-datepicker-prev {
	left: 16px
}

.gravity-theme.ui-datepicker .ui-datepicker-next {
	right: 16px
}

.gravity-theme.ui-datepicker .ui-datepicker-next::before {
	left: 0;
	transform: rotate(45deg)
}

.gravity-theme.ui-datepicker .ui-datepicker-title {
	text-align: center
}

.gravity-theme.ui-datepicker .ui-datepicker-title select {
	margin: 0 4px
}

.gravity-theme.ui-datepicker .ui-datepicker table {
	border-spacing: 0;
	margin: 0
}

.gravity-theme.ui-datepicker .ui-datepicker thead {
	font-size: .85em
}

.gravity-theme.ui-datepicker .ui-datepicker td {
	padding: 0;
	width: 35.2px
}

.gravity-theme.ui-datepicker a.ui-state-default {
	border-radius: 50%;
	color: #222;
	display: block;
	line-height: 35.2px;
	text-align: center;
	text-decoration: none;
	width: 100%
}

.gravity-theme.ui-datepicker a.ui-state-default:hover {
	background-color: rgba(0, 0, 0, .1)
}

.gravity-theme.ui-datepicker a.ui-state-active,
.gravity-theme.ui-datepicker a.ui-state-active:hover {
	background-color: #3498db;
	color: #fff
}

.gform_wrapper.gravity-theme ::-ms-reveal {
	display: none
}

.gform_wrapper.gravity-theme .gform_validation_container,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container {
	display: none !important;
	left: -9000px;
	position: absolute !important
}

.gform_wrapper.gravity-theme .chosen-container {
	display: inline-block;
	font-size: 16px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle
}

.gform_wrapper.gravity-theme .chosen-container * {
	box-sizing: border-box
}

.gform_wrapper.gravity-theme .chosen-container .chosen-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1010
}

.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop {
	display: block
}

.gform_wrapper.gravity-theme .chosen-container a {
	cursor: pointer
}

.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name,
.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name {
	color: #999;
	font-weight: 400;
	margin-right: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name::after,
.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name::after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	color: #444;
	display: block;
	height: 40px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single input[type=text] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	width: 0
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-default {
	color: #999
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
	display: block;
	line-height: 38.4px;
	margin-right: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single-with-deselect span {
	margin-right: 36px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr {
	background: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../legacy/css/chosen-sprite.png) -42px 1px no-repeat;
	display: block;
	font-size: 1px;
	height: 12px;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
	background: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../legacy/css/chosen-sprite.png) no-repeat 0 10px;
	display: block;
	height: 100%;
	width: 100%
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1010
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text] {
	background: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../legacy/css/chosen-sprite.png) no-repeat 100% -20px;
	border: 1px solid #aaa;
	border-radius: 0;
	font-family: sans-serif;
	font-size: 1em;
	height: auto;
	line-height: normal;
	margin: 1px 0;
	outline: 0;
	padding: 4px 20px 4px 5px;
	width: 100%
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop {
	background-clip: padding-box;
	border-radius: 0 0 4px 4px;
	margin-top: -1px
}

.gform_wrapper.gravity-theme .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results {
	color: #444;
	margin: 0 4px 4px 0;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 0 4px;
	position: relative
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li {
	display: none;
	line-height: 15px;
	list-style: none;
	margin: 0;
	padding: 5px 6px;
	-webkit-touch-callout: none;
	word-wrap: break-word
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.disabled-result {
	color: #ccc;
	cursor: default;
	display: list-item
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.no-results {
	background: #f4f4f4;
	color: #777;
	display: list-item
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-result {
	cursor: default;
	display: list-item;
	font-weight: 700
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.gform_wrapper.gravity-theme .chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
	background-color: #fff;
	border: 1px solid #aaa;
	cursor: text;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 8px;
	position: relative;
	width: 100%
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
	background: 0 0 !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	color: #999;
	font-family: sans-serif;
	font-size: 100%;
	height: 25px;
	line-height: normal;
	margin: 1px 0;
	outline: 0;
	padding: 0;
	width: 25px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice {
	background-clip: padding-box;
	background-color: #eee;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-repeat: repeat-x;
	background-size: 100% 19px;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	cursor: default;
	line-height: 13px;
	margin: 3px 5px 3px 0;
	max-width: 100%;
	padding: 3px 20px 3px 5px;
	position: relative
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../legacy/css/chosen-sprite.png) -42px 1px no-repeat;
	display: block;
	font-size: 1px;
	height: 12px;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-disabled {
	background-color: #e4e4e4;
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	border: 1px solid #ccc;
	color: #666;
	padding-right: 5px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}

.gform_wrapper.gravity-theme .chosen-container-multi .chosen-drop .result-selected {
	color: #ccc;
	cursor: default;
	display: list-item
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: linear-gradient(#eee 20%, #fff 80%);
	border: 1px solid #aaa;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 1px 0 #fff inset
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div {
	background: 0 0;
	border-left: none
}

.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 10px
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222 !important
}

.gform_wrapper.gravity-theme .chosen-disabled {
	cursor: default;
	opacity: .5 !important
}

.gform_wrapper.gravity-theme .chosen-disabled .chosen-single {
	cursor: default
}

.gform_wrapper.gravity-theme .chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}

.gform_wrapper.gravity-theme .chosen-rtl {
	text-align: right
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single span {
	direction: rtl;
	margin-left: 26px;
	margin-right: 0
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single div {
	left: 3px;
	right: auto
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-single abbr {
	left: 26px;
	right: auto
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li {
	float: right
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	left: 4px;
	right: auto
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-results li.group-option {
	padding-left: 0;
	padding-right: 15px
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none
}

.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
	background: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../legacy/css/chosen-sprite.png) no-repeat -30px -20px;
	direction: rtl;
	padding: 4px 5px 4px 20px
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}

.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}

@media only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

	.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-down span,
	.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-up span,
	.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text],
	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr,
	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b,
	.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text] {
		background-image: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../legacy/css/chosen-sprite@2x.png) !important;
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important
	}
}

body .gform_wrapper.gravity-theme .chosen-container a.chosen-single {
	border-radius: inherit
}

body .gform_wrapper.gravity-theme ul.chosen-results li {
	line-height: inherit
}

@media only screen and (max-width:641px) {
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 2;
		min-height: 32px
	}

	.gform_wrapper.gravity-theme textarea {
		line-height: 1.5
	}

	.gform_wrapper.gravity-theme .chosen-container.chosen-container-single[style] {
		width: 100% !important
	}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
		height: 40px;
		line-height: 2.8
	}

	.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
		position: relative;
		top: 10px
	}

	.gform_wrapper.gravity-theme div.chosen-container.chosen-container-multi[style] {
		width: 100% !important
	}

	.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
	.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
		float: none;
		line-height: inherit;
		width: 100%
	}

	.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
		margin-bottom: 0
	}

	.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
		top: calc(50% - 6px)
	}

	.gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price) {
		display: block;
		margin-bottom: 8px
	}

	.gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex {
		margin-top: 12px !important
	}

	.gform_wrapper.gravity-theme ul.gfield_checkbox li label,
	.gform_wrapper.gravity-theme ul.gfield_radio li label {
		cursor: pointer;
		width: 85%
	}
}

@media only screen and (min-width:641px) {

	body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-multi[style],
	body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-single[style] {
		width: calc(50% - 8px) !important
	}

	body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-multi[style],
	body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-single[style] {
		width: 100% !important
	}

	body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-multi[style],
	body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-single[style] {
		width: 25% !important
	}
}

.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm {
	display: none !important
}

.gform_wrapper.gravity-theme .gf_invisible,
.gform_wrapper.gravity-theme .gfield_visibility_hidden {
	left: -9999px;
	position: absolute;
	visibility: hidden
}

.gform_wrapper.gravity-theme .gf_hide_charleft div.charleft {
	display: none !important
}

.gform_wrapper.gravity-theme .gf_hidden,
.gform_wrapper.gravity-theme .gform_hidden {
	display: none
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label,
.gform_wrapper.gravity-theme .hidden_sub_label,
.gform_wrapper.gravity-theme .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
}

.gform_wrapper.gravity-theme button.screen-reader-text:focus {
	border: 0;
	clip: auto;
	clip-path: none;
	height: auto;
	margin: 0;
	position: static !important;
	width: auto
}

@media only screen and (min-width:641px) {

	.gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_checkbox,
	.gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_radio {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 2rem
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox,
	.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_radio {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 2rem
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_checkbox,
	.gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_radio {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 2rem
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_checkbox,
	.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(auto-fill, auto);
		grid-column-gap: 2rem
	}

	.gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_checkbox,
	.gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_radio {
		-moz-column-count: 2;
		column-count: 2;
		grid-column-gap: 2rem;
		display: block
	}

	.gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_checkbox,
	.gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_radio {
		-moz-column-count: 3;
		column-count: 3;
		grid-column-gap: 2rem;
		display: block
	}

	.gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_checkbox,
	.gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_radio {
		-moz-column-count: 4;
		column-count: 4;
		grid-column-gap: 2rem;
		display: block
	}

	.gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_checkbox,
	.gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_radio {
		-moz-column-count: 5;
		column-count: 5;
		grid-column-gap: 2rem;
		display: block
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_checkbox .gchoice,
	.gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_radio .gchoice {
		height: 25px
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_checkbox .gchoice,
	.gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_radio .gchoice {
		height: 50px
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_checkbox .gchoice,
	.gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_radio .gchoice {
		height: 75px
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_checkbox .gchoice,
	.gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_radio .gchoice {
		height: 100px
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_checkbox .gchoice,
	.gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_radio .gchoice {
		height: 125px
	}

	.gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_checkbox .gchoice,
	.gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_radio .gchoice {
		height: 150px
	}
}

.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox,
.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio,
.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox,
.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio {
	display: block
}

.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice,
.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice,
.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox .gchoice,
.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio .gchoice {
	display: inline-block;
	padding-inline-end: 16px;
	vertical-align: top
}

.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice label,
.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice label,
.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox .gchoice label,
.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio .gchoice label {
	max-width: none
}

.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm {
	display: none !important
}

.gform_wrapper.gravity-theme .gsection.gf_scroll_text {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 32px
}

.gform_wrapper.gravity-theme .gsection.gf_scroll_text .gsection_title {
	margin-top: 0
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue,
.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray,
.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green,
.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red,
.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow {
	border-radius: 3px;
	margin: 20px 0 !important;
	padding: 20px !important
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green {
	background-color: #cbeca0;
	border: 1px solid #97b48a;
	color: #030;
	text-shadow: #dfb 1px 1px
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red {
	background-color: #faf2f5;
	border: 1px solid #cfadb3;
	color: #832525;
	text-shadow: #fff 1px 1px
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow {
	background-color: #fffbcc;
	border: 1px solid #e6db55;
	color: #222;
	text-shadow: #fcfaea 1px 1px
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #424242;
	text-shadow: #fff 1px 1px
}

.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue {
	background-color: #d1e4f3;
	border: 1px solid #a7c2e7;
	color: #314475;
	text-shadow: #e0f1ff 1px 1px
}

.gform_wrapper.gravity-theme .gf_simple_horizontal {
	margin: 0 auto;
	width: calc(100% - 16px)
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body,
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label {
	display: table-cell;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body {
	max-width: 75%;
	width: auto
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label {
	display: table;
	width: 100%
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield {
	display: table-cell;
	height: auto;
	padding-right: 1em
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .large,
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .medium,
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .small {
	width: 100%
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice {
	display: inline-block;
	margin-right: .5em
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield {
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield,
.gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_container {
	margin-top: 0 !important
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label {
	margin: 0;
	max-width: 25%;
	padding: 0;
	text-align: left;
	width: auto
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=button],
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=image],
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=submit] {
	height: auto
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_description:not(.validation_message),
.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_label,
.gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_complex label {
	display: block;
	height: 1px;
	left: -9000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 1px
}

.gform_wrapper.gravity-theme body:not(.rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	text-align: left
}

.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
	background-color: #fffbcc;
	border-bottom: 1px solid #e6db55;
	border-top: 1px solid #e6db55;
	color: #424242;
	font-size: 25px;
	margin: 30px 0;
	max-width: 99%;
	padding: 32px
}

.gform_confirmation_wrapper.gf_confirmation_simple_gray {
	background-color: #eaeaea;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #424242;
	font-size: 25px;
	margin: 30px 0;
	max-width: 99%;
	padding: 32px
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
	background-color: #fffbd2;
	border: 1px solid #e6db55;
	box-shadow: 0 0 5px rgba(221, 215, 131, .75);
	margin: 30px 0;
	position: relative
}

.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message {
	background: #fffce5;
	background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
	background-color: #fffbcc;
	border-bottom: 1px solid #e6db55;
	border-top: 2px solid #fff;
	color: #424242;
	font-size: 28px;
	margin: 0;
	max-width: 99%;
	padding: 40px
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient {
	background-color: #f1fcdf;
	border: 1px solid #a7c37c;
	box-shadow: 0 0 5px rgba(86, 122, 86, .4);
	margin: 30px 0;
	position: relative
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message {
	background: #dbf2b7;
	background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
	background-color: #fffbcc;
	border-bottom: 1px solid #a7c37c;
	border-top: 2px solid #effade;
	color: #030;
	font-size: 28px;
	margin: 0;
	max-width: 99%;
	padding: 40px;
	text-shadow: #dfb 1px 1px
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,
.gform_confirmation_wrapper.gf_confirmation_green_gradient::before,
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before {
	background: rgba(0, 0, 0, .2);
	bottom: 15px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
	content: "";
	left: 10px;
	max-width: 40%;
	position: absolute;
	top: 80%;
	transform: rotate(-3deg);
	width: 50%;
	z-index: -1
}

.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,
.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after {
	left: auto;
	right: 10px;
	transform: rotate(3deg)
}

.gform_wrapper.gravity-theme .gfield textarea {
	width: 100%
}

.gform_wrapper.gravity-theme .gfield textarea.small {
	height: 96px
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 192px
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 288px
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
	max-width: 100%
}

.gform_wrapper.gravity-theme .gfield input.small,
.gform_wrapper.gravity-theme .gfield select.small {
	width: calc(25% - 16px * 3 / 4)
}

.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield select.medium {
	width: calc(50% - 16px / 2)
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
	width: 100%
}

.gform_wrapper.gravity-theme * {
	box-sizing: border-box
}

.gform_wrapper.gravity-theme .gform_fields {
	display: grid;
	grid-column-gap: 2%;
	-ms-grid-columns: (1fr 2%)[12];
	grid-row-gap: 16px;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
	width: 100%
}

.gform_wrapper.gravity-theme .gfield {
	grid-column: 1/-1;
	min-width: 0
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
	grid-column: span 12;
	-ms-grid-column-span: 12
}

.gform_wrapper.gravity-theme .gfield.gfield--width-eleven-twelfths {
	grid-column: span 11;
	-ms-grid-column-span: 11
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
	grid-column: span 10;
	-ms-grid-column-span: 10
}

.gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter {
	grid-column: span 9;
	-ms-grid-column-span: 9
}

.gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds {
	grid-column: span 8;
	-ms-grid-column-span: 8
}

.gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths {
	grid-column: span 7;
	-ms-grid-column-span: 7
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
	grid-column: span 6;
	-ms-grid-column-span: 6
}

.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
	grid-column: span 5;
	-ms-grid-column-span: 5
}

.gform_wrapper.gravity-theme .gfield.gfield--width-third {
	grid-column: span 4;
	-ms-grid-column-span: 4
}

.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
	grid-column: span 3;
	-ms-grid-column-span: 3
}

.gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth {
	-ms-grid-column-span: 2;
	grid-column: span 2
}

.gform_wrapper.gravity-theme .gfield.gfield--width-one-twelfth {
	-ms-grid-column-span: 1;
	grid-column: span 1
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 0
	}

	.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
		grid-column: 1/-1
	}
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-full {
	width: 100%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-eleven-twelfths {
	width: 91.6666%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-sixths {
	width: 83.3333%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-three-quarter {
	width: 75%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-two-thirds {
	width: 66.6666%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-seven-twelfths {
	width: 58.3333%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-half {
	width: 50%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-twelfths {
	width: 41.6666%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-third {
	width: 33.3333%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-quarter {
	width: 25%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-sixth {
	width: 16.6666%
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-twelfth {
	width: 8.3333%
}

.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
.gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%
}

.gform_wrapper.gravity-theme .left_label .gfield_label,
.gform_wrapper.gravity-theme .right_label .gfield_label {
	margin: 0;
	padding: 0;
	width: 30%
}

@media (max-width:640px) {

	.gform_wrapper.gravity-theme .left_label .gfield_label,
	.gform_wrapper.gravity-theme .right_label .gfield_label {
		width: 100%
	}
}

.gform_wrapper.gravity-theme .gform_fields.left_label fieldset,
.gform_wrapper.gravity-theme .gform_fields.right_label fieldset {
	clear: both
}

.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,
.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container {
	float: left;
	width: 70%
}

@media (max-width:640px) {

	.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,
	.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container {
		width: 100%
	}
}

@media (max-width:640px) {

	.gform_wrapper.gravity-theme .gform_fields.left_label fieldset>.ginput_complex,
	.gform_wrapper.gravity-theme .gform_fields.right_label fieldset>.ginput_complex {
		width: 100%
	}
}

.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,
.gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label {
	display: block;
	float: left;
	padding-right: 1em;
	width: 30%
}

@media (max-width:640px) {

	.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,
	.gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label {
		width: 100%
	}
}

.gform_wrapper.gravity-theme .gform_fields.left_label .gfield_validation_message,
.gform_wrapper.gravity-theme .gform_fields.right_label .gfield_validation_message {
	float: right;
	width: 70%
}

@media (max-width:640px) {

	.gform_wrapper.gravity-theme .gform_fields.left_label .gfield_validation_message,
	.gform_wrapper.gravity-theme .gform_fields.right_label .gfield_validation_message {
		width: 100%
	}
}

.gform_wrapper.gravity-theme .gform_fields.validation_above.left_label fieldset .ginput_container,
.gform_wrapper.gravity-theme .gform_fields.validation_above.right_label fieldset .ginput_container {
	float: right
}

.gform_wrapper.gravity-theme .left_label .ginput_complex .ginput_container,
.gform_wrapper.gravity-theme .right_label .ginput_complex .ginput_container {
	width: auto
}

.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
	width: 70%
}

@media (max-width:640px) {

	.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),
	.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
		width: 100%
	}
}

.gform_wrapper.gravity-theme .right_label .gfield_label {
	padding-right: 1em;
	text-align: right
}

.gform_wrapper.gravity-theme .left_label.gform_fields,
.gform_wrapper.gravity-theme .right_label.gform_fields {
	position: relative
}

.gform_wrapper.gravity-theme .left_label .gfield_html_formatted,
.gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
	margin-left: 30%
}

.gform_wrapper.gravity-theme .left_label #field_submit,
.gform_wrapper.gravity-theme .right_label #field_submit {
	justify-content: flex-start
}

.gform_wrapper.gravity-theme .left_label #field_submit input,
.gform_wrapper.gravity-theme .right_label #field_submit input {
	margin-left: 30%
}

.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
	align-items: flex-start
}

.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
	align-items: flex-end
}

.gform_wrapper.gravity-theme .left_label.validation_above .copy_values_option_container,
.gform_wrapper.gravity-theme .right_label.validation_above .copy_values_option_container {
	float: right;
	width: 70%;
	padding-left: 8px
}

@media (max-width:640px) {

	.gform_wrapper.gravity-theme .left_label.validation_above .copy_values_option_container,
	.gform_wrapper.gravity-theme .right_label.validation_above .copy_values_option_container {
		width: 100%
	}
}

.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label,
.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
	margin-left: 1em;
	position: absolute;
	right: 0;
	text-align: left;
	width: 30%
}

.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label {
	width: 30%
}

.rtl .gform_wrapper.gravity-theme .left_label .gfield_label {
	padding-left: 1em;
	text-align: left !important
}

.rtl .gform_wrapper.gravity-theme .left_label fieldset.gfield,
.rtl .gform_wrapper.gravity-theme .right_label fieldset.gfield {
	margin-left: 0;
	padding-right: 30%
}

.rtl .gform_wrapper.gravity-theme .right_label .gfield_label,
.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label {
	padding: 0;
	text-align: right
}

.rtl .gform_wrapper.gravity-theme .right_label label.gfield_label {
	padding-right: 0
}

.rtl .gform_wrapper.gravity-theme .left_label .gfield_html_formatted,
.rtl .gform_wrapper.gravity-theme .right_label .gfield_html_formatted {
	margin-left: 0;
	margin-right: 30%
}

html[dir=rtl] .gform_wrapper.gravity-theme code,
html[dir=rtl] .gform_wrapper.gravity-theme input[type=email],
html[dir=rtl] .gform_wrapper.gravity-theme input[type=tel],
html[dir=rtl] .gform_wrapper.gravity-theme input[type=url] {
	direction: rtl
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label {
	direction: rtl
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required {
	margin-left: 0;
	margin-right: 4px
}

html[dir=rtl] .gform_wrapper.gravity-theme ::-webkit-input-placeholder {
	text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme ::-moz-placeholder {
	text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme :-ms-input-placeholder {
	text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme :-moz-placeholder {
	text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme fieldset {
	display: block
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child),
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
	margin-left: 0;
	margin-right: 16px
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
	padding-left: 0;
	padding-right: 16px
}

@media (min-width:641px) {
	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
		padding-left: 0;
		padding-right: 16px
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .gform_show_password {
		left: 8px;
		right: unset
	}
}

@media (max-width:640px) {

	html[dir=rtl] .gform_wrapper.gravity-theme .left_label fieldset.gfield,
	html[dir=rtl] .gform_wrapper.gravity-theme .right_label fieldset.gfield {
		padding-right: 0
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .left_label legend.gfield_label,
	html[dir=rtl] .gform_wrapper.gravity-theme .right_label legend.gfield_label {
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .left_label .gfield_label {
		text-align: right !important
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
		padding-right: 0
	}
}

.gform_wrapper.gravity-theme .ginput_counter {
	color: #767676;
	font-size: .8em
}

.gform_wrapper.gravity-theme .ginput_counter_tinymce {
	border-top: 1px solid #eee;
	font-size: 12px;
	padding: 2px 10px
}

.gform_wrapper.gravity-theme .validation_message--hidden-on-empty:empty {
	display: none
}

.gform_wrapper.gravity-theme .gform_card_icon_container {
	display: flex;
	height: 32px;
	margin: 8px 0 6.4px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
	background-image: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../images/gf-creditcards.svg);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 4.8px;
	text-indent: -9000px;
	width: 40px
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
	background-position: -167px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
	background-position: -221px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -275px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
	background-position: -59px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
	background-position: -329px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
	background-position: -5px 0
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
	position: relative
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected::after {
	background: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../images/gf-creditcards-check.svg) center center no-repeat;
	bottom: 4px;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	width: 13px
}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right {
	align-items: center;
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label {
	width: 100%
}

.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
	background-image: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../images/gf-creditcards.svg);
	background-position: -382px center;
	background-repeat: no-repeat;
	display: block;
	flex: none;
	height: 32px;
	margin-left: .3em;
	width: 40px
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon {
	margin-left: 0;
	margin-right: .3em
}

.gform_wrapper.gravity-theme .gfield_list_group,
.gform_wrapper.gravity-theme .gfield_list_header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gfield_list_group:last-child {
	margin-bottom: 0
}

.gform_wrapper.gravity-theme .gfield_header_item {
	word-break: break-word
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gfield_list_group_item {
	flex-grow: 1;
	width: 0
}

.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),
.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
	margin-left: 2%
}

.gform_wrapper.gravity-theme .gfield_list_group_item input,
.gform_wrapper.gravity-theme .gfield_list_group_item select {
	width: 100%
}

.gform_wrapper.gravity-theme .gfield_header_item--icons,
.gform_wrapper.gravity-theme .gfield_list_icons {
	align-items: center;
	display: flex;
	flex: none;
	justify-content: center;
	width: 48px
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
	background: transparent url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../images/list-add.svg);
	border: none;
	font-size: 0;
	height: 16px;
	opacity: .5;
	padding: 0;
	transition: opacity .5s ease-out;
	width: 16px
}

.gform_wrapper.gravity-theme .gfield_list_icons button:focus,
.gform_wrapper.gravity-theme .gfield_list_icons button:hover {
	opacity: 1;
	outline: 0
}

.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
	background-image: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../images/list-remove.svg);
	margin-left: 5px
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .gfield_list_header {
		display: none
	}

	.gform_wrapper.gravity-theme .gfield_list_group {
		border: 1px solid rgba(0, 0, 0, .2);
		display: block;
		margin-bottom: 16px;
		padding: 16px
	}

	.gform_wrapper.gravity-theme .gfield_header_item,
	.gform_wrapper.gravity-theme .gfield_list_group_item {
		width: auto
	}

	.gform_wrapper.gravity-theme .gfield_list_group:last-child {
		margin-bottom: 0
	}

	.gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child) {
		margin-bottom: 8px
	}

	.gform_wrapper.gravity-theme .gfield_list_group_item::before {
		content: attr(data-label);
		font-size: 14.992px
	}

	.gform_wrapper.gravity-theme .gfield_list_icons {
		background-color: rgba(0, 0, 0, .1);
		line-height: 0;
		margin: 16px -16px -16px;
		padding: 12px 16px;
		text-align: left;
		width: auto
	}

	.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),
	.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
		margin-left: 0
	}
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),
html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
	margin-left: 0;
	margin-right: 16px
}

@media (max-width:640px) {

	html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),
	html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
		margin-right: 0
	}
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
	margin-left: 0;
	margin-right: 5px
}

.gform_wrapper.gravity-theme .gfield_label {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 0
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 15px;
	padding-top: 5px
}

.gform_wrapper.gravity-theme.left_label fieldset.gfield,
.gform_wrapper.gravity-theme.right_label fieldset.gfield {
	padding: 16px 16px 16px 30%
}

.gform_wrapper.gravity-theme.left_label fieldset.gfield .gfield_description,
.gform_wrapper.gravity-theme.left_label fieldset.gfield .ginput_container:not(.ginput_container_time),
.gform_wrapper.gravity-theme.right_label fieldset.gfield .gfield_description,
.gform_wrapper.gravity-theme.right_label fieldset.gfield .ginput_container:not(.ginput_container_time) {
	width: 100%
}

.gform_wrapper.gravity-theme.left_label legend.gfield_label,
.gform_wrapper.gravity-theme.right_label legend.gfield_label {
	left: 0
}

.gform_wrapper.gravity-theme.left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),
.gform_wrapper.gravity-theme.right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset) {
	justify-content: flex-start
}

.gform_wrapper.gravity-theme.left_label .gfield_html.gfield_html_formatted,
.gform_wrapper.gravity-theme.right_label .gfield_html.gfield_html_formatted {
	display: flex
}

.gform_wrapper.gravity-theme.left_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container,
.gform_wrapper.gravity-theme.right_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container {
	width: 100%
}

.gform_wrapper.gravity-theme.right_label legend.gfield_label {
	text-align: right
}

.gform_wrapper.gravity-theme:not(.top_label) .ginput_container.ginput_single_email {
	margin-left: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	background: #fff9f9;
	border-radius: 5px;
	border: 1.5px solid #c02b0a;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
	margin-block-end: 8px;
	margin-block-start: 8px;
	padding-block: 16px;
	padding-inline-end: 16px;
	padding-inline-start: 48px;
	position: relative;
	width: 100%
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
	outline: 2px solid #c02b0a;
	outline-offset: 2px
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	color: #c02b0a;
	font-size: 13.2px;
	font-weight: 500;
	line-height: 17.6px;
	margin-block-end: 12px;
	margin-block-start: 0;
	margin-inline: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2::before {
	display: none
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
	align-items: center;
	display: flex;
	font-size: 28px;
	height: 100%;
	inset-inline-start: 12px;
	position: absolute;
	inset-block-start: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
	margin: 0;
	padding: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol {
	padding-inline-start: 20px
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol a {
	color: #c02b0a;
	font-size: 13.2px
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol a:focus {
	outline: 2px solid #c02b0a;
	outline-offset: 2px
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol li {
	color: #c02b0a;
	font-size: 13.2px;
	list-style-type: disc !important;
	margin-block-end: 8px;
	margin-block-start: 0;
	margin-inline: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors>ol li:last-of-type {
	margin-block-end: 0
}

.gform_wrapper.gravity-theme .gfield_required {
	color: #c02b0a;
	display: inline-block;
	font-size: 13.008px;
	padding-inline-start: 0.125em
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,
.gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
	font-style: italic;
	font-weight: 400
}

.gform_wrapper.gravity-theme .gform_required_legend .gfield_required {
	padding-inline-start: 0
}

.gform_wrapper.gravity-theme .validation_error {
	border-block-end: 2px solid #c02b0a;
	border-block-start: 2px solid #c02b0a;
	color: #c02b0a;
	font-size: 1em;
	font-weight: 700;
	margin-block-end: 32px;
	padding: 16px;
	text-align: center
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true]+label,
.gform_wrapper.gravity-theme label+[aria-invalid=true] {
	color: #c02b0a
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	background: #fff9f9;
	border: 1px solid #c02b0a;
	font-size: 14.992px;
	margin-block-start: 8px;
	padding: 12.992px 24px
}

.gform_wrapper.gravity-theme .left_label.validation_above fieldset .gfield_validation_message,
.gform_wrapper.gravity-theme .left_label.validation_above fieldset .validation_message,
.gform_wrapper.gravity-theme .right_label.validation_above fieldset .gfield_validation_message,
.gform_wrapper.gravity-theme .right_label.validation_above fieldset .validation_message {
	clear: right
}

.gform_wrapper.gravity-theme .validation_above .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_above .validation_message {
	margin-block-end: 16px
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
	border: 1px solid #c02b0a
}

.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_save_link.button {
	-webkit-appearance: none !important;
	background-color: #fff;
	color: #6b7280;
	text-decoration: none
}

.gform_wrapper.gravity-theme .gform_previous_button.button svg,
.gform_wrapper.gravity-theme .gform_save_link.button svg {
	display: inline-block;
	margin-right: 4px
}

.gform_wrapper.gravity-theme button.button:disabled {
	opacity: .6
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
	display: flex
}

.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
	align-self: flex-end
}

.gform_wrapper.gravity-theme #field_submit .gform_image_button,
.gform_wrapper.gravity-theme .gform_footer .gform_image_button {
	background-color: transparent;
	border: none;
	border-radius: 0;
	height: auto;
	padding: 0;
	width: auto
}

.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
	text-align: center;
	width: 100%
}

.gform_wrapper.gravity-theme .ginput_complex {
	display: flex;
	flex-flow: row wrap
}

.gform_wrapper.gravity-theme .ginput_complex fieldset,
.gform_wrapper.gravity-theme .ginput_complex span {
	flex: 1
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_full {
	flex: 0 0 100%
}

.gform_wrapper.gravity-theme .ginput_complex .clear-multi {
	display: flex
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
	display: block
}

.gform_wrapper.gravity-theme .ginput_complex input,
.gform_wrapper.gravity-theme .ginput_complex select {
	width: 100%
}

.gform_wrapper.gravity-theme .ginput_container_address {
	margin-left: -1%;
	margin-right: -1%
}

.gform_wrapper.gravity-theme .ginput_container_address span {
	flex: 0 0 50%;
	padding-left: .9804%;
	padding-right: .9804%
}

@media (min-width:641px) {

	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-right: 1%
	}

	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
		padding-left: 1%;
		padding-right: 0
	}

	.gform_wrapper.gravity-theme .ginput_container_address span,
	.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
		margin-bottom: 8px
	}

	.gform_wrapper.gravity-theme .ginput_container_address {
		margin-bottom: -8px
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-left: 1%;
		padding-right: 0
	}

	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
	html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
		padding-left: 0;
		padding-right: 1%
	}
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .ginput_complex span {
		flex: 0 0 100%;
		margin-bottom: 8px;
		padding-left: 0
	}

	.gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span {
		padding-left: .9804%
	}
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
	clear: both;
	font-family: inherit;
	font-size: 15px;
	letter-spacing: normal;
	line-height: inherit;
	padding-top: 13px;
	width: 100%
}

.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
	padding-bottom: 16px
}

.gform_wrapper.gravity-theme .field_sublabel_above .description,
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
	margin-top: 9.008px
}

.gform_wrapper.gravity-theme .top_label .gsection_description {
	margin-bottom: 9.008px;
	width: 100%
}

.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,
.gform_wrapper.gravity-theme .gfield_consent_description {
	border: 1px solid #ddd;
	font-size: 13.008px;
	margin-top: 12.8px;
	max-height: 240px;
	overflow-y: scroll;
	padding: 6.4px 8px;
	width: 100%
}

.gform_wrapper.gravity-theme .field_description_above .gfield_choice_limit_message,
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_choice_limit_message,
.gform_wrapper.gravity-theme .gfield_choice_limit_message {
	display: block;
	margin-bottom: 8px;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning {
	background-color: rgba(255, 223, 224, .25);
	border-bottom: 4px solid #c02b0a;
	border-top: 2px solid #c02b0a;
	padding: 16px
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message {
	color: #c02b0a;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	min-height: 32px;
	position: relative
}

.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
	background-position: 0 3.2px;
	background-repeat: no-repeat;
	background-size: 24px 16px;
	border-bottom: 1px solid #c02b0a;
	display: block;
	letter-spacing: .1pt;
	margin-bottom: 16px;
	padding: 0 0 16px 24px;
	text-transform: uppercase
}

.gform_wrapper.gravity-theme .ginput_cardextras {
	display: flex;
	flex-wrap: wrap
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input {
	max-width: 112px;
	width: 30%
}

.gform_wrapper.gravity-theme .ginput_card_expiration_container {
	display: flex;
	flex-wrap: wrap
}

.gform_wrapper.gravity-theme .ginput_card_expiration_month {
	flex: 1;
	margin-right: 16px
}

.gform_wrapper.gravity-theme .ginput_card_expiration_year {
	flex: 1
}

.gform_wrapper.gravity-theme .ginput_cardinfo_left label,
.gform_wrapper.gravity-theme .ginput_cardinfo_left legend,
.gform_wrapper.gravity-theme .ginput_cardinfo_right label,
.gform_wrapper.gravity-theme .ginput_cardinfo_right legend {
	flex: 1 1 100%
}

.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left {
	display: flex;
	flex-direction: column
}

.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend {
	float: left;
	padding-top: 5px
}

.gform_wrapper.gravity-theme .field_sublabel_below fieldset.ginput_cardinfo_left {
	flex-direction: column-reverse
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_card_expiration_month {
	margin-left: 16px;
	margin-right: 0
}

html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon {
	float: right
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span {
	background-position: right 3.2px;
	background-repeat: no-repeat;
	background-size: 24px 16px;
	display: block;
	margin-bottom: 16px;
	padding: 0 24px 16px 0
}

html[dir=rtl] .gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left {
	display: flex
}

@media (max-width:640px) {
	.gform_wrapper.gravity-theme .ginput_card_expiration {
		flex: none
	}

	.gform_wrapper.gravity-theme .ginput_card_expiration_month {
		margin-bottom: 8px
	}
}

.gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date {
	margin-left: 2%
}

.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"]+.ginput_container_date {
	margin-left: 0
}

.gform_wrapper.gravity-theme .ginput_container_date label {
	display: block
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date {
	margin-left: 0;
	margin-right: 16px
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"]+.ginput_container_date {
	margin-right: 0
}

.gravity-theme.ui-datepicker {
	background: #fff;
	border: 1px solid #d0d1d3;
	border-radius: 3px;
	box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .11), 0 0 .25rem rgba(18, 25, 97, .0405344);
	color: #607382;
	font-size: .8125rem;
	font-weight: var(--gform-theme-font-weight-medium);
	margin-top: 5px;
	max-width: 400px;
	padding: 18px 15px;
	width: auto
}

.gravity-theme.ui-datepicker table,
.gravity-theme.ui-datepicker td,
.gravity-theme.ui-datepicker th,
.gravity-theme.ui-datepicker thead,
.gravity-theme.ui-datepicker tr {
	background: 0 0;
	border: 0;
	margin: 0
}

.gravity-theme.ui-datepicker td,
.gravity-theme.ui-datepicker th {
	padding: 5px;
	text-shadow: none;
	text-transform: none
}

.gravity-theme.ui-datepicker .ui-datepicker-header {
	border: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 0 5px;
	padding: 0;
	position: relative;
	width: 100%
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	align-items: center;
	background: 0 0;
	border: 0;
	color: #607382;
	cursor: pointer;
	display: flex;
	font-family: gform-icons-theme !important;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 30px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	speak: never;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	width: 30px
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus,
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus,
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
	color: #2f4054
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	display: none
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
	border: 0;
	height: auto;
	position: static;
	transform: none;
	width: auto
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 0
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
	content: "\e910"
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 0
}

.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
	content: "\e91b"
}

.gravity-theme.ui-datepicker .ui-datepicker-header select {
	-webkit-appearance: none;
	background-color: transparent;
	background-image: url(https://presencepoint.com/wp-content/plugins/gravityforms/assets/css/dist/../../../images/theme/down-arrow.svg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #585e6a;
	cursor: pointer;
	display: inline-block;
	font-size: .875rem;
	font-weight: var(--gform-theme-font-weight-medium);
	height: auto;
	min-height: 0;
	padding: 0 22px 0 0;
	width: auto
}

.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
	margin-right: 20px;
	-moz-text-align-last: right;
	text-align-last: right
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar {
	table-layout: fixed;
	width: 100%
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar a,
.gravity-theme.ui-datepicker .ui-datepicker-calendar span {
	font-weight: var(--gform-theme-font-weight-normal)
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
	align-items: center;
	color: #2f4054;
	display: flex;
	font-size: .8125rem;
	font-weight: var(--gform-theme-font-weight-medium);
	height: 40px;
	justify-content: center;
	width: 40px
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
	font-size: .8125rem;
	height: 50px;
	width: 50px
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
	align-items: center;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 100%;
	box-shadow: none;
	color: #2f4054;
	display: flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	width: 40px
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus,
.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
	background: 0 0;
	border-color: #607382;
	outline: 0
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:active {
	background: #f2f3f5;
	border-color: #607382
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
	background: #607382;
	border-color: #607382;
	box-shadow: 0 .125rem .125rem rgba(58, 58, 87, .0596411);
	color: #fff
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,
.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
	border-color: #607382
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
	background: 0 0
}

.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
	align-items: center;
	background: #f2f3f5;
	border: 1px solid rgba(32, 32, 46, .079);
	border-radius: 100%;
	box-shadow: 0 .125rem .125rem rgba(58, 58, 87, .0596411);
	color: #686e77;
	cursor: text;
	display: flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	width: 40px
}

@media (max-width:640px) {
	.gravity-theme.ui-datepicker {
		max-width: 235px
	}

	.gravity-theme.ui-datepicker .ui-datepicker-header {
		margin-bottom: 10px
	}

	.gravity-theme.ui-datepicker td,
	.gravity-theme.ui-datepicker th {
		padding: 3px
	}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
		height: 20px;
		width: 20px
	}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar td {
		height: 30px;
		width: 30px
	}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default {
		height: 20px;
		width: 20px
	}

	.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
		height: 20px;
		width: 20px
	}
}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
	right: auto !important
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
	margin: 6px 0 0;
	padding: 16px 0
}

.gform_wrapper.gravity-theme .gform_footer.left_label,
.gform_wrapper.gravity-theme .gform_footer.right_label,
.gform_wrapper.gravity-theme .gform_page_footer.left_label,
.gform_wrapper.gravity-theme .gform_page_footer.right_label {
	padding: 16px 0 10px 30%
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gform_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_footer input.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled {
	opacity: .6
}

.gform_wrapper.gravity-theme .gform_footer button+input,
.gform_wrapper.gravity-theme .gform_footer input+button,
.gform_wrapper.gravity-theme .gform_footer input+input,
.gform_wrapper.gravity-theme .gform_page_footer button+input,
.gform_wrapper.gravity-theme .gform_page_footer input+button,
.gform_wrapper.gravity-theme .gform_page_footer input+input {
	margin-left: 8px
}

html[dir=rtl] .gform_wrapper.gravity-theme button+input,
html[dir=rtl] .gform_wrapper.gravity-theme input+button,
html[dir=rtl] .gform_wrapper.gravity-theme input+input {
	margin-right: 8px
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
	display: inline-block;
	font-size: 15px
}

.gform_wrapper.gravity-theme .gfield_checkbox button,
.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],
.gform_wrapper.gravity-theme .gfield_radio button,
.gform_wrapper.gravity-theme .gfield_radio input[type=text] {
	margin-top: 16px
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	display: inline-block;
	margin-top: 0;
	top: 0;
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	margin-bottom: 0;
	max-width: calc(100% - 32px);
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gfield-choice-input:disabled+label {
	color: #757575
}

.gform_wrapper.gravity-theme input[type=number] {
	display: inline-block
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 8px
}

.gform_wrapper.gravity-theme .chosen-container-multi,
.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_product_price_label,
.gform_wrapper.gravity-theme .ginput_quantity_label {
	font-size: 15px
}

.gform_wrapper.gravity-theme .chosen-choices {
	padding: 8px
}

.gform_wrapper.gravity-theme .ginput_container_date {
	align-content: flex-start;
	align-items: center;
	display: flex
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: auto
}

.gform_wrapper.gravity-theme .ginput_container_date .datepicker_with_icon.large {
	width: calc(100% - 48px)
}

.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	display: block;
	margin-left: 12.8px;
	max-height: 25.6px;
	max-width: 25.6px
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
	flex-basis: min-content;
	flex-flow: row wrap;
	max-width: 30%
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
	min-width: 84px;
	width: 100%
}

.gform_wrapper.gravity-theme .gfield_chainedselect.horizontal select {
	min-width: 100px
}

.gform_wrapper.gravity-theme .gform_show_password {
	align-items: center;
	background: 0 0;
	color: inherit;
	display: flex;
	height: 100%
}

.gform_wrapper.gravity-theme .gform_show_password:focus,
.gform_wrapper.gravity-theme .gform_show_password:hover {
	background: 0 0
}

.gform_wrapper.gravity-theme .gfield_consent_description {
	border: 1px solid #ddd;
	font-size: .8em;
	margin-top: 8px;
	max-height: 240px;
	overflow-y: scroll;
	padding: 8px
}

.gform_wrapper.gravity-theme .gfield .ginput_quantity {
	width: auto
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_checkbox,
.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_radio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice {
	align-self: start;
	display: block;
	inline-size: 200px;
	max-inline-size: 200px;
	min-inline-size: 200px;
	position: relative
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-image-choice-wrapper-outer {
	display: block
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label {
	display: inline;
	margin: 0
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice input {
	margin-inline-start: 0
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: gform-icons-theme !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	align-items: center;
	background-color: #607382;
	block-size: 38px;
	border-radius: 50%;
	color: #fff;
	content: "\e917";
	display: flex;
	filter: drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));
	font-size: 32px;
	inline-size: 38px;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	justify-content: center;
	position: absolute;
	z-index: 5
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: gform-icons-theme !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	align-items: center;
	background-color: #607382;
	block-size: 38px;
	border-radius: 50%;
	color: #fff;
	content: "\e917";
	display: flex;
	filter: drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));
	font-size: 32px;
	inline-size: 38px;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	justify-content: center;
	position: absolute;
	z-index: 5
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: gform-icons-theme !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	align-items: center;
	background-color: #607382;
	block-size: 38px;
	border-radius: 50%;
	color: #fff;
	content: "\e917";
	display: flex;
	filter: drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));
	font-size: 32px;
	inline-size: 38px;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	justify-content: center;
	position: absolute;
	z-index: 5
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
	font-family: gform-icons-theme !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	align-items: center;
	background-color: #607382;
	block-size: 38px;
	border-radius: 50%;
	color: #fff;
	content: "\e917";
	display: flex;
	filter: drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));
	font-size: 32px;
	inline-size: 38px;
	inset-block-start: 10px;
	inset-inline-end: 10px;
	justify-content: center;
	position: absolute;
	z-index: 5
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:focus-within) .gfield-choice-image-wrapper::before {
	border-color: currentColor
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(.gfield-choice-input\:disabled\)]) .gfield-choice-image-wrapper {
	opacity: .5
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(.gfield-choice-input:disabled)) .gfield-choice-image-wrapper {
	opacity: .5
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper {
	aspect-ratio: 1/1;
	margin-block-end: 8px;
	opacity: 1;
	overflow: hidden;
	position: relative
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper::before {
	border: 2px solid transparent;
	content: "";
	display: block;
	inset-block: 0;
	inset-inline: 0;
	position: absolute;
	z-index: 1
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image {
	font-family: gform-icons-theme !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	background-color: #d0d1d3;
	block-size: 100%;
	color: #607382;
	display: block;
	inline-size: 100%;
	position: relative
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image::before {
	content: "\e91e";
	font-size: 60px;
	inset-block-start: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%)
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image {
	block-size: 100% !important;
	display: block;
	inline-size: 100%;
	max-block-size: 100%;
	max-inline-size: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice_other_control {
	margin-block-start: 16px;
	max-inline-size: 100%
}

.gform_wrapper.gravity-theme .gfield_error .ginput_container_image_choice .gfield-choice-image-wrapper::before {
	border-color: #c02b0a
}

.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper {
	margin-block-end: 0
}

.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-choice-input,
.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner,
.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gform-field-label {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--input-hide .gchoice .gform-field-label {
	margin-inline-start: 0
}

.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--input-hide .gchoice .gfield-choice-input {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: gform-icons-common !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	content: "\e904";
	font-size: 20px
}

.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: gform-icons-common !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	content: "\e904";
	font-size: 20px
}

.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after {
	font-family: gform-icons-common !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	content: "\e904";
	font-size: 20px
}

.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
	font-family: gform-icons-common !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	content: "\e904";
	font-size: 20px
}

.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image-no-image {
	font-family: gform-icons-common !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none
}

.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image-no-image::before {
	content: "\e90f"
}

.gforms_edit_form.gf_browser_safari .gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image {
	max-block-size: -webkit-fill-available
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	margin-left: 0;
	margin-right: 12.8px;
	order: 1
}

.gform_wrapper.gravity-theme .gsection {
	border-bottom: 1px solid #ccc;
	padding: 0 16px 8px 0
}

html[dir=rtl] .gform_wrapper.gravity-theme .gsection {
	padding: 0 0 8px 16px
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
	color: #767676;
	font-size: 12.992px;
	font-weight: 400;
	margin: 0 0 4.8px 0
}

.gform_wrapper.gravity-theme .gf_progressbar {
	background: #e8e8e8;
	border-radius: 10.5px;
	margin-bottom: 16px;
	position: relative
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage {
	border-radius: 10.5px;
	height: 20.992px;
	text-align: right;
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
	border-radius: 10.5px 0 0 10.5px
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 21px;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 2em;
	width: auto
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span {
	color: #959595;
	float: none;
	margin-left: 9.6px;
	text-shadow: none
}

.gform_wrapper.gravity-theme .gf_progressbar_blue {
	background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #1e7ac4;
	color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_gray {
	background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_gray {
	background-color: #6b7280;
	color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_green {
	background: #e8e8e8
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green {
	background-color: #aac138;
	color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_orange {
	background: #e8eaec
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange {
	background-color: #ff5d38;
	color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_red {
	background: #e8eaec
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_red {
	background-color: #ec1e31;
	color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_spring {
	background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_spring {
	background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
	color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_blues {
	background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues {
	background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
	color: #fff
}

.gform_wrapper.gravity-theme .gf_progressbar_rainbow {
	background: #d2d6dc
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_rainbow {
	background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
	color: #fff
}

html[dir=rtl] .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
	border-radius: 0 10.5px 10.5px 0
}

.gform_wrapper.gravity-theme .gf_page_steps {
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 16px
}

.gform_wrapper.gravity-theme .gf_step {
	display: inline-block;
	margin: 8px 32px 8px 0
}

.gform_wrapper.gravity-theme .gf_step_label,
.gform_wrapper.gravity-theme .gf_step_number {
	display: table-cell;
	vertical-align: middle
}

.gform_wrapper.gravity-theme .gf_step_number {
	background: 0 0;
	border: 2px solid #cfd3d9;
	border-radius: 20px;
	color: #585e6a;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	text-align: center;
	width: 40px
}

.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
	background: #cfd3d9;
	color: #607382
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
	position: relative
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
	background: #607382;
	border: 2px solid #607382;
	border-radius: 20px;
	content: "";
	display: table-cell;
	height: 40px;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 40px
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
	align-items: center;
	color: #fff;
	content: "\e917";
	display: flex;
	font-family: gform-icons-theme;
	font-size: 24px;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 5
}

.gform_wrapper.gravity-theme .gf_step_label {
	color: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	padding-left: 16px
}

.gform_wrapper.gravity-theme .gf_step_hidden {
	display: none
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper {
	display: inline-block
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:-moz-read-only {
	background: 0 0;
	border: none;
	padding: 0
}

.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only {
	background: 0 0;
	border: none;
	padding: 0
}

.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_shipping_price {
	color: #900
}

.gform_wrapper.gravity-theme .ginput_total {
	color: #060
}

.gform_wrapper.gravity-theme .gfield_repeater_cell {
	margin-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_cell label {
	color: #9b9a9a;
	font-size: 12.8px;
	font-weight: 400;
	padding-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
	padding-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_wrapper input {
	border: 1px solid #c5c6c5;
	border-radius: 4px
}

.gform_wrapper.gravity-theme .gfield_repeater_cell>.gfield_repeater_wrapper {
	background-color: rgba(1, 1, 1, .02);
	border-bottom: 1px solid #eee;
	border-left: 8px solid #f1f1f1;
	border-radius: 8px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06);
	padding: 10px 20px
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons {
	padding-top: 16px
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:hover,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover {
	background: #fafafa;
	border: 1px solid #757575;
	color: #374750
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:focus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:focus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:focus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:focus {
	outline: 0
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text {
	background: rgba(242, 242, 242, .5);
	border: 1px solid rgba(117, 117, 117, .4);
	border-radius: 20px;
	color: #757575;
	font-size: 12px;
	font-weight: 400;
	height: 32px;
	margin-bottom: 8px;
	margin-right: 8px;
	min-width: 100px;
	transition: all .3s cubic-bezier(.67, .17, .4, .83)
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus,
.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus {
	background: rgba(242, 242, 242, .5);
	border: 1px solid rgba(117, 117, 117, .4);
	border-radius: 50%;
	color: #757575;
	font-size: 16px;
	font-weight: 700;
	height: 24px;
	margin: 10px 5px 0 5px;
	padding: 0;
	transition: all .3s cubic-bezier(.67, .17, .4, .83);
	width: 24px
}

.gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
	border-bottom: 2px solid #e0e0e6;
	margin-bottom: 20px;
	margin-right: 8px;
	padding-bottom: 20px
}

.gform_wrapper.gravity-theme .gform-loader {
	align-self: center;
	animation: gformLoader 1.1s infinite linear;
	block-size: 8em;
	border-block-end: 1.1em solid #000;
	border-block-start: 1.1em solid #fff;
	border-inline-end: 1.1em solid #fff;
	border-inline-start: 1.1em solid #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 2px;
	inline-size: 8em;
	margin-inline-start: 2em;
	position: relative;
	transform: translateZ(0);
	vertical-align: middle
}

@keyframes gformLoader {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.gform_wrapper.gravity-theme .gfield_time_hour label.hour_label,
.gform_wrapper.gravity-theme .gfield_time_minute label.minute_label {
	display: block;
	font-size: 15px;
	margin: 0;
	padding-top: 5px
}

.gform_wrapper.gravity-theme .ginput_container_time {
	flex-basis: min-content;
	max-width: 64px;
	min-width: 64px
}

.gform_wrapper.gravity-theme .ginput_container_time input {
	margin-left: 0;
	margin-right: 0;
	min-width: 100%
}

.gform_wrapper.gravity-theme .gfield_time_minute {
	position: relative
}

.gform_wrapper.gravity-theme .hour_minute_colon {
	line-height: 2;
	padding: 0 8px
}

.gform_wrapper.gravity-theme .field_sublabel_above .hour_minute_colon {
	align-self: flex-end
}

.gform_wrapper.gravity-theme .gfield_time_ampm {
	align-items: flex-end;
	display: flex;
	margin-left: 16px
}

.gform_wrapper.gravity-theme .gfield_time_ampm.below,
.gform_wrapper.gravity-theme .hour_minute_colon.below {
	align-items: flex-start
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_time_ampm {
	margin-left: 0;
	margin-right: 16px
}

a.playbtn {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block
}

a.playbtn:before {
	content: '\e89d';
	font-size: 100px;
	color: #fff;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
	font-family: eicons;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
	clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
	padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0;
	display: inline-block;
	text-align: left
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto;
	display: inline-block;
	text-align: left
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto;
	display: inline-block;
	text-align: left
}

.eael-force-hide {
	display: none !important
}

.eael-d-none {
	display: none !important
}

.eael-d-block {
	display: block !important
}

.eael-h-auto {
	height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
	display: none
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item,
.elementor-widget-eael-adv-accordion .eael-accordion-content,
.elementor-widget-eael-data-table .td-content,
.elementor-widget-eael-info-box .eael-infobox-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-expiry-template,
.elementor-widget-eael-countdown .eael-countdown-container,
.elementor-widget-eael-cta-box .eael-cta-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-primary-wrap,
.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,
.elementor-widget-eael-protected-content .eael-protected-content-message,
.elementor-widget-eael-protected-content .protected-content,
.eael-offcanvas-content-visible .eael-offcanvas-body,
.elementor-widget-eael-stacked-cards .eael-stacked-cards__item {
	position: relative
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,
.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper {
	display: block
}

.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,
.eael-widget-otea-active .elementor-empty-view,
.eael-widget-otea-active .elementor-add-section-inline,
.eael-widget-otea-active .elementor-add-section {
	display: initial !important
}

.eael-onpage-edit-template-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	border: 2px solid #5eead4
}

.eael-onpage-edit-template-wrapper::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: #5eead4;
	opacity: .3
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
	display: block
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
	display: none
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template {
	background: #5eead4;
	color: #000;
	width: 150px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
	z-index: 3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before {
	content: "";
	border-top: 30px solid #5eead4;
	border-right: 0;
	border-bottom: 0;
	border-left: 14px solid rgba(0, 0, 0, 0);
	right: 100%;
	position: absolute
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after {
	content: "";
	border-top: 0;
	border-right: 0;
	border-bottom: 30px solid rgba(0, 0, 0, 0);
	border-left: 14px solid #5eead4;
	left: 100%;
	position: absolute
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i {
	margin-right: 8px
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2)format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2)format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2)format('woff2');
	unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2)format('woff2');
	unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2)format('woff2');
	unicode-range: U+1F??
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2)format('woff2');
	unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2)format('woff2');
	unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2)format('woff2');
	unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
	font-family: roboto slab;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://presencepoint.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2)format('woff2');
	unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

/*!
 * 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-threads:before {
	content: "\e9cb"
}

.fa-threads-square:before {
	content: "\e9cc"
}

.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-x-twitter:before {
	content: "\e9ca"
}

.fa-x-twitter-square:before {
	content: "\e9c9"
}

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


.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400
}

.wc-block-checkout__payment-method div#square-credit-card .sq-payment-form {
	color: #373f4a;
	font-family: inherit;
	font-weight: 400;
	position: relative;
	width: 380px
}

.wc-block-checkout__payment-method div#square-credit-card #wc-square-credit-card-credit-card-form {
	background-color: transparent;
	border: 0;
	margin: 0 0 1em;
	padding: 0
}

.wc-block-checkout__payment-method div#square-credit-card .sq-label {
	display: block;
	font-size: .8em;
	font-weight: 500;
	letter-spacing: .5;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap
}

.wc-block-checkout__payment-method div#square-credit-card .wc-square-credit-card-hosted-field {
	display: inline-block
}

.wc-block-checkout__payment-method div#square-credit-card .sq-input {
	border: 1px solid #e0e2e3;
	border-radius: 4px;
	box-sizing: border-box;
	outline-offset: -2px;
	padding: 10px;
	transition: border-color .2s ease-in-out, background .2s ease-in-out
}

.wc-block-checkout__payment-method div#square-credit-card .sq-input,
.wc-block-checkout__payment-method div#square-credit-card .wc-square-credit-card-hosted-field {
	height: 3em;
	width: 100%
}

.wc-block-checkout__payment-method div#square-credit-card #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik00LjI2MiA3OS44NzVjLTIuMjggMC00LjEzNy0xLjg1Ny00LjEzNy00LjE0VjQuMjY3Qy4xMjUgMS45ODQgMS45OC4xMjUgNC4yNjIuMTI1aDExOS40NjVjMi4yODcgMCA0LjE0OCAxLjg1OCA0LjE0OCA0LjE0M3Y3MS40NjdjMCAyLjI4My0xLjg2IDQuMTQtNC4xNDggNC4xNEg0LjI2MnoiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTIzLjcyNy4yNWMyLjIyIDAgNC4wMjMgMS44MDIgNC4wMjMgNC4wMTh2NzEuNDY3YzAgMi4yMTQtMS44MDUgNC4wMTYtNC4wMjMgNC4wMTZINC4yNjJDMi4wNSA3OS43NS4yNSA3Ny45NS4yNSA3NS43MzZWNC4yNjhDLjI1IDIuMDUzIDIuMDUuMjUgNC4yNjIuMjVoMTE5LjQ2NW0wLS4yNUg0LjI2MkMxLjkwNiAwIDAgMS45MSAwIDQuMjY4djcxLjQ2N0MwIDc4LjA5IDEuOTA2IDgwIDQuMjYyIDgwaDExOS40NjVjMi4zNiAwIDQuMjczLTEuOTEgNC4yNzMtNC4yNjZWNC4yNjhDMTI4IDEuOTEgMTI2LjA4NiAwIDEyMy43MjcgMHoiIGZpbGw9IiM4NDg0ODQiLz48Y2lyY2xlIGN4PSI4Ny4yNyIgY3k9IjU3LjU2MSIgcj0iMTMuMzgyIiBmaWxsPSIjRjI3MDZDIi8+PGNpcmNsZSBjeD0iMTAwLjY1NCIgY3k9IjU3LjU2MSIgcj0iMTMuMzgzIiBmaWxsPSIjOEZEN0YxIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTQuODNIMTI4djE0Ljg4SC4wMDJ6Ii8+PHBhdGggZmlsbD0iI0M5QzlDOSIgZD0iTTExLjI3NSA0NC4xNzhoNDQuODY3djQuODY1SDExLjI3NXpNMTEuMjc1IDU1LjEyNWg0NC44Njd2NC44N0gxMS4yNzV6TTExLjI3NSA2Ni4wNzZoNDQuODY3djQuODY3SDExLjI3NXoiLz48L3N2Zz4=);
	background-position: 99%;
	background-repeat: no-repeat;
	background-size: 50px 31px;
	padding-right: 55px
}

@media only screen and (max-width:320px) {
	.wc-block-checkout__payment-method div#square-credit-card #square-credit-card-sq-card-number {
		background-image: none
	}
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-visa #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzRWNC4yNjhDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY4djcxLjQ2NnoiIGZpbGw9IiNGOUY5RkEiLz48ZyBmaWxsPSIjMEE2N0IyIj48cGF0aCBkPSJNNTguOTAzIDUyLjAxOGgtNi4yNUw1Ni41NiAyOGg2LjI1M000Ny4zOSAyOGwtNS45NiAxNi41Mi0uNzA1LTMuNTU4LTIuMTA1LTEwLjhTMzguMzY3IDI4IDM1LjY1NCAyOEgyNS44bC0uMTE1LjQwN3MzLjAxNC42MjYgNi41NDIgMi43NDVsNS40MzIgMjAuODY1aDYuNTEzTDU0LjEyIDI4aC02Ljczek05Ni41NzQgNTIuMDE4aDUuNzRMOTcuMzEgMjhoLTUuMDI3Yy0yLjMyIDAtMi44ODcgMS43OS0yLjg4NyAxLjc5bC05LjMyNCAyMi4yMjhoNi41MTdsMS4zMDMtMy41NjdoNy45NDhsLjczNCAzLjU2OHptLTYuODgtOC40OTZsMy4yODQtOC45OSAxLjg1IDguOTloLTUuMTM1ek04MC41NiAzMy43NzVsLjg5My01LjE1OHMtMi43NTUtMS4wNDYtNS42MjQtMS4wNDZjLTMuMTA1IDAtMTAuNDc0IDEuMzU3LTEwLjQ3NCA3Ljk1IDAgNi4yMDYgOC42NSA2LjI4NCA4LjY1IDkuNTQgMCAzLjI2LTcuNzU3IDIuNjc4LTEwLjMyLjYyMmwtLjkzIDUuMzkyczIuNzkzIDEuMzU2IDcuMDYgMS4zNTZjNC4yNjYgMCAxMC43MDUtMi4yMSAxMC43MDUtOC4yMjIgMC02LjI0NC04LjcyNS02LjgyNi04LjcyNS05LjU0IDAtMi43MTYgNi4wOS0yLjM2NyA4Ljc2NC0uODkzeiIvPjwvZz48cGF0aCBkPSJNNDAuNzI1IDQwLjk2M2wtMi4xMDUtMTAuOFMzOC4zNjcgMjggMzUuNjU0IDI4SDI1LjhsLS4xMTUuNDA3czQuNzM3Ljk4MiA5LjI4IDQuNjZjNC4zNDUgMy41MTUgNS43NiA3Ljg5NiA1Ljc2IDcuODk2eiIgZmlsbD0iI0ZBQTYzNCIvPjwvc3ZnPg==)
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-mastercard #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5jYXJkLW1jIDI8L3RpdGxlPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEyOCA3NS43MzRBNC4yNjYgNC4yNjYgMCAwIDEgMTIzLjczMiA4MEg0LjI2NkE0LjI2NSA0LjI2NSAwIDAgMSAwIDc1LjczNFY0LjI3QzAgMS45MSAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QTQuMjY3IDQuMjY3IDAgMCAxIDEyOCA0LjI3djcxLjQ2NHoiIGZpbGw9IiMwMDYiLz48cGF0aCBkPSJNMTAxLjg4IDQ2Ljg3OHYtLjg1N2gtLjIyMWwtLjI1NS41OS0uMjU1LS41OWgtLjIyMnYuODU3aC4xNTd2LS42NDZsLjIzOS41NTdoLjE2MmwuMjQtLjU1OXYuNjQ4aC4xNTZ6bS0xLjQwNCAwdi0uNzFoLjI4NHYtLjE0NWgtLjcyM3YuMTQ0aC4yODR2LjcxMWguMTU1ek0xMDEuOTI1IDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTNTQuNDMxIDQ3LjM5OCA1NC40MzEgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNHMyMy43NDcgMTAuNzQ3IDIzLjc0NyAyNC4wMDR6IiBmaWxsPSIjRjc5RjFBIi8+PHBhdGggZD0iTTcyLjYzIDM0LjE0MWMwIDEzLjI1Ny0xMC42MzIgMjQuMDA0LTIzLjc0NyAyNC4wMDRTMjUuMTM2IDQ3LjM5OCAyNS4xMzYgMzQuMTQxYzAtMTMuMjU3IDEwLjYzMi0yNC4wMDQgMjMuNzQ3LTI0LjAwNFM3Mi42MyAyMC44ODQgNzIuNjMgMzQuMTQxeiIgZmlsbD0iI0VBMDAxQiIvPjxwYXRoIGQ9Ik02My41MyAxNS4yNDVhMjQuMDUgMjQuMDUgMCAwIDAtOS4wOTcgMTguODk0IDI0LjA2IDI0LjA2IDAgMCAwIDkuMDk4IDE4LjkgMjQuMDYgMjQuMDYgMCAwIDAgOS4wOTctMTguOSAyNC4wNSAyNC4wNSAwIDAgMC05LjA5Ny0xOC44OTR6IiBmaWxsPSIjRkY1RjAxIi8+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTEwMC45NjggNjkuMTVhLjY1LjY1IDAgMCAwLS40NjEuMTg3LjYzNC42MzQgMCAwIDAgMCAuOTAyLjY1LjY1IDAgMCAwIDEuMTA1LS40NS42NDUuNjQ1IDAgMCAwLS42NDQtLjY0em0wIDEuMTM3YS40OTIuNDkyIDAgMCAxLS40OTUtLjQ5OC40OTMuNDkzIDAgMSAxIC45ODQgMCAuNTAyLjUwMiAwIDAgMS0uMTQzLjM1Mi40ODMuNDgzIDAgMCAxLS4zNDYuMTQ2em0uMDM3LS43OThoLS4yNzJ2LjU5NGguMTI2di0uMjIyaC4wNThsLjE3OC4yMjJoLjE1bC0uMTkyLS4yMjRhLjIzNC4yMzQgMCAwIDAgLjE0LS4wNTkuMTY0LjE2NCAwIDAgMCAuMDQ4LS4xMjEuMTcxLjE3MSAwIDAgMC0uMDYxLS4xMzguMjcxLjI3MSAwIDAgMC0uMTc1LS4wNTJ6bS0uMDAxLjExMmMuMDMzIDAgLjA2LjAwNi4wNzkuMDIuMDIuMDEzLjAyOS4wMzIuMDMuMDU4LS4wMDEuMDI3LS4wMS4wNDctLjAzLjA2YS4xMzcuMTM3IDAgMCAxLS4wOC4wMmgtLjE0NFY2OS42aC4xNDV6TTMwLjQxOSA3MC4wMkgyOS4wN3YtNi4zNDVoMS4zMjF2Ljc3NHMxLjE2LS45NDUgMS44NS0uOTM0YzEuMzQuMDIzIDIuMTQgMS4xNzMgMi4xNCAxLjE3M3MuNjUtMS4xNzMgMi4xMTQtMS4xNzNjMi4xNjYgMCAyLjQ4MyAyIDIuNDgzIDJ2NC40NzhoLTEuMjk0di0zLjk0NXMuMDA0LTEuMi0xLjQtMS4yYy0xLjQ1NCAwLTEuNTg2IDEuMi0xLjU4NiAxLjJ2My45NDVoLTEuMzQ3di0zLjk3MnMtLjEzLTEuMjUzLTEuMzQ4LTEuMjUzYy0xLjU4MiAwLTEuNjEyIDEuMjgtMS42MTIgMS4yOGwuMDI3IDMuOTcyek03MS4zOTggNjMuNTE1Yy0uNjg5LS4wMTItMS44NDkuOTMzLTEuODQ5LjkzM3YtLjc3MmgtMS4zMjJ2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDIuMTgydi0uMDA1bC40NC0xLjIzNWEyLjQwMiAyLjQwMiAwIDAgMC0uOTA1LS4xOTh6TTkwLjM4IDYzLjUxNWMtLjY4OS0uMDEyLTEuODQ5LjkzMy0xLjg0OS45MzN2LS43NzJIODcuMjF2Ni4zNDNoMS4zNDhsLS4wMjYtMy45NzFzLjAzLTEuMjc3IDEuNjEyLTEuMjc3Yy4yOTQgMCAuNTIyLjA3Mi43MDMuMTgydi0uMDA1bC40MzktMS4yMzVhMi40MDIgMi40MDIgMCAwIDAtLjkwNC0uMTk4ek00My4zMzcgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNSAzLjM3MiAzLjE0NiAzLjM3MiAxLjEyNyAwIDIuMDUzLS44MzkgMi4wNTMtLjgzOWwtLjAwMy42NDdoMS4zMjd2LTYuMzUxaC0xLjMzMnYuOHMtLjg2OS0uOTg1LTIuMTAxLS45ODV6bS4yNTggMS4yOTJjMS4wODMgMCAxLjk2My45NTEgMS45NjMgMi4xMjIgMCAxLjE3LS44OCAyLjExNi0xLjk2MyAyLjExNi0xLjA4NCAwLTEuOTU4LS45NDYtMS45NTgtMi4xMTYgMC0xLjE3Ljg3NC0yLjEyMiAxLjk1OC0yLjEyMnpNODIuMDE5IDYzLjQ4OWMtMi4wMTcgMC0zLjA4NCAxLjgyOC0zLjA5IDMuMzU2LS4wMDUgMS41NjYgMS4yMTUgMy4zNzIgMy4xNDYgMy4zNzIgMS4xMjcgMCAyLjA1My0uODM5IDIuMDUzLS44MzlsLS4wMDMuNjQ3aDEuMzI2di02LjM1MWgtMS4zM3YuOHMtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4MyAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDg0IDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc0LTIuMTIyIDEuOTU4LTIuMTIyek05NC43NTQgNjMuNDg5Yy0yLjAxNyAwLTMuMDg0IDEuODI4LTMuMDkgMy4zNTYtLjAwNSAxLjU2NiAxLjIxNiAzLjM3MiAzLjE0NyAzLjM3MiAxLjEyNiAwIDIuMDUyLS44MzkgMi4wNTItLjgzOWwtLjAwMi42NDdoMS4zMjZ2LTguODU4aC0xLjMzMXYzLjMwN3MtLjg3LS45ODUtMi4xMDItLjk4NXptLjI1OCAxLjI5MmMxLjA4NCAwIDEuOTYzLjk1MSAxLjk2MyAyLjEyMiAwIDEuMTctLjg4IDIuMTE2LTEuOTYzIDIuMTE2LTEuMDgzIDAtMS45NTgtLjk0Ni0xLjk1OC0yLjExNiAwLTEuMTcuODc1LTIuMTIyIDEuOTU4LTIuMTIyek01MC44MTcgNzAuMjMzYy0xLjM3NCAwLTIuNjQzLS44NTMtMi42NDMtLjg1M2wuNTgyLS45MDZzMS4yLjU2IDIuMDYuNTZjLjU2IDAgMS40OTUtLjE4MyAxLjUwNy0uNzQ3LjAxMi0uNTk2LTEuNTczLS43NzMtMS41NzMtLjc3M3MtMi4zNjQtLjAzMi0yLjM2NC0yYzAtMS4yMzYgMS4xOC0yLjAyNSAyLjY5NS0yLjAyNS44NzUgMCAyLjUxLjc3MyAyLjUxLjc3M2wtLjY2IDEuMDRzLTEuMjYzLS41MS0xLjkzLS41MzRjLS41NjItLjAyLTEuMjQxLjI1Mi0xLjI0MS43NDcgMCAxLjM0NSAzLjkzNy0uMTA1IDMuOTM3IDIuNjEyIDAgMS43ODMtMS42MDQgMi4xMDYtMi44OCAyLjEwNnpNNTUuODg1IDYxLjgzNnYxLjg0NWgtMS4xNzN2MS4zMzVoMS4xNzN2My4xOXMtLjEwNCAyLjE1NyAyLjE5NSAyLjE1N2MuNjM2IDAgMS44OC0uNDc0IDEuODgtLjQ3NGwtLjUzMS0xLjM4NnMtLjQ5NS40MjYtMS4wNTQuNDExYy0xLjA2My0uMDI3LTEuMDMzLS43MTQtMS4wMzMtLjcxNHYtMy4xODRoMi4xOVY2My42OGgtMi4xOXYtMS44NDVoLTEuNDU3ek02My44NjYgNjMuNTY3Yy0yLjE2MiAwLTMuMjQyIDEuNzk3LTMuMjM0IDMuMzU2LjAxIDEuNjA0Ljk4NCAzLjQxIDMuMzY0IDMuNDEgMS4wMTggMCAyLjQ0OC0uOTAzIDIuNDQ4LS45MDNsLS42MTUtMS4wNzlzLS45NzYuNjk5LTEuODMzLjY5OWMtMS43MTggMC0xLjgzLTEuNjk0LTEuODMtMS42OTRoNC41OTlzLjM0My0zLjc5LTIuODk5LTMuNzl6bS0uMTk2IDEuMjQ1Yy4wNTEtLjAwMi4xMDYgMCAuMTYgMCAxLjYxOCAwIDEuNjA3IDEuNTQzIDEuNjA3IDEuNTQzaC0zLjI3cy0uMDc4LTEuNDUyIDEuNTAzLTEuNTQzek03Ny41NDMgNjguMzM1bC42MTYgMS4yNDRzLS45NzcuNjQxLTIuMDc0LjY0MWMtMi4yNyAwLTMuNTMtMS43MjQtMy41My0zLjM1NSAwLTIuNTY0IDIuMDA1LTMuMzE4IDMuMzYyLTMuMzE4IDEuMjMyIDAgMi4yOTguNzE3IDIuMjk4LjcxN2wtLjY5MSAxLjI0NHMtLjQyLS42Ni0xLjY0NC0uNjZjLTEuMjIzIDAtMS44NjkgMS4wNjQtMS44NjkgMi4wNzMgMCAxLjEzMi43NTIgMi4wOTMgMS44ODcgMi4wOTMuODkxIDAgMS42NDUtLjY3OSAxLjY0NS0uNjc5eiIvPjwvZz48L2c+PC9zdmc+)
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-amex #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMzYzAgMi4zNTYtMS45MSA0LjI2Ny00LjI2OCA0LjI2N0g0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzNWNC4yNjVDMCAxLjkxIDEuOTEgMCA0LjI2NiAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjY1djcxLjQ2OHoiIGZpbGw9IiMwMDc4QTkiLz48cGF0aCBkPSJNMzkuNzE0IDM4LjEzN3YtMS4yOGwtLjYxMiAxLjI4aC01LjNsLS42NjYtMS4zNzN2MS4zNzNIMjMuMjNsLTEuMTctMi43N2gtMS45ODVsLTEuMjQgMi43N0gxMy43di04LjM2M2wzLjc2NC04LjUxOGg3LjIxbDEuMDEyIDIuNDE0di0yLjM5Nmg4LjgxNmwxLjk0IDQuMDY0IDEuODk2LTQuMDgySDY2LjE3czEuNDYtLjAyIDIuNDIuNjU2bC0uMDA2LS42NTZoNy4wMTJ2LjkyM3MxLjI2Mi0uOTI0IDMuMTI2LS45MjRoMTIuMzczbDEuMDg2IDIuNDV2LTIuNDVoNy45M2wxLjQ0IDIuNDV2LTIuNDVoNy41OHYxNi44OThoLTcuNzg4bC0xLjgzLTIuOTQ2djIuOTNoLTkuNjhsLTEuMzYtMy4wMThoLTEuODk3TDg1LjMgMzguMTM4aC01Ljg2cy0yLjE4NC0uMDI3LTMuODIyLTEuMnYxLjJINjMuOTU2di0zLjk0MmMwLS41NzItLjQzOC0uNTMyLS40MzgtLjUzMmgtLjQyN3Y0LjQ3NUgzOS43MTV6TTMzLjg5NCA0MS43OTZoMTUuMzIzTDUxLjQzIDQ0LjNsMi4yNjItMi41MDRoMTEuNzhzMS4xMDcuMDI4IDIuMTU4LjU5di0uNTloMTAuNDljMS4zMzMgMCAyLjQ1LjY2NiAyLjQ1LjY2NnYtLjY2NmgxMy40ODZ2LjYxNHMuOTYtLjYxNCAyLjI1Mi0uNjE0aDguNzg2di42MTRzMS4xMDYtLjYxNCAyLjI3Ni0uNjE0aDYuODk4VjU3Ljcycy0uOTA3IDEuMDI2LTIuNzgzIDEuMDI2aC05LjA5NXYtLjUwNnMtLjg2NC41MDYtMi4xODQuNTA2aC0yNC4xNlY1NC42M2MwLS40MDQtLjE3NS0uNDc4LS41MzUtLjQ3OGgtLjMzdjQuNTk0aC03LjU1VjU0LjE4cy0uODM4LjQ1LTIuMjM2LjQ1SDYyLjY4djQuMTE2SDUzLjM3bC0yLjExNi0yLjU4My0yLjI2NSAyLjU4M0gzMy44OTV2LTE2Ljk1eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGZpbGw9IiMwMDc4QTkiIGQ9Ik04Mi4xOSA0NC4zMzhoOS42MTd2Mi41OGgtNi42NzN2Mi4yNDdoNi40ODV2Mi4yNzNoLTYuNDg2djIuMzY1aDYuNjczdjIuNTE1SDgyLjE5TTExMC4zODUgNDkuMDA2YzMuNjEzLjE4NCAzLjkxNiAxLjk5IDMuOTE2IDMuOTE2IDAgMi4yNDQtMS44NDUgMy40NS0zLjc3IDMuNDVoLTYuMTc4di0yLjU3aDQuODEzYy44MTYgMCAyLjAzMyAwIDIuMDMzLTEuMTQ4IDAtLjU0Ny0uMjE0LS44OTYtMS4wODMtLjk4Ny0uMzg3LS4wNTYtMS44MTUtLjEzNS0yLjAzMy0uMTQtMy4yNjUtLjA4NS00LjAyNS0xLjcxLTQuMDI1LTMuNjg3IDAtMi4yNDYgMS41NzgtMy40NzUgMy41MDYtMy40NzVoNi4xNzd2Mi41NjdoLTQuNTJjLTEuMDMuMDEtMi4xNC0uMTItMi4xNCAxLjA0IDAgLjczNi41NDguODg0IDEuMjQzLjk1LjI0LjAwMiAxLjg0Ni4wODYgMi4wNjIuMDg0ek05OS4zMSA0OS4wMDZjMy42MTQuMTg0IDMuOTE4IDEuOTkgMy45MTggMy45MTYgMCAyLjI0NC0xLjg0NCAzLjQ1LTMuNzcgMy40NUg5My4yOHYtMi41N2g0LjgxM2MuODE1IDAgMi4wMzMgMCAyLjAzMy0xLjE0OCAwLS41NDctLjIxNi0uODk2LTEuMDg0LS45ODctLjM4Ny0uMDU2LTEuODE4LS4xMzUtMi4wMy0uMTQtMy4yNy0uMDg1LTQuMDI1LTEuNzEtNC4wMjUtMy42ODcgMC0yLjI0NiAxLjU3Ni0zLjQ3NSAzLjUwMi0zLjQ3NWg2LjE3NnYyLjU2N2gtNC41MmMtMS4wMy4wMS0yLjE0LS4xMi0yLjE0IDEuMDQgMCAuNzM2LjU1Ljg4NCAxLjI0Ni45NS4yNC4wMDIgMS44NDQuMDg2IDIuMDU3LjA4NHpNNjQuNDMzIDQ0LjM2M0g1NC4xMWwtMy4zNyAzLjcxOC0zLjI2Mi0zLjc0MkgzNS44ODV2MTEuOThoMTEuMjE4bDMuNTMtMy45NTcgMy40NSAzLjk4N2g1LjY0NFY1Mi4yOGgzLjk1NmMxLjUyNSAwIDQuMzA4LS4wNTMgNC4zMDgtNC4yNTIgMC0yLjk5Ny0yLjExMi0zLjY2NS0zLjU1Ny0zLjY2NXptLTE4Ljg2NiA5LjQ0aC02Ljc4M3YtMi4zNjVoNi40ODh2LTIuMjcyaC02LjQ4OHYtMi4yNDhsNy4xNTQuMDE2IDIuODYzIDMuMjYtMy4yMzMgMy42MXptMTEuMjQzIDEuMzlsLTQuMjI1LTUgNC4yMjUtNC42OHY5LjY4em02LjYzMi01LjM4MmgtMy42NjR2LTIuODc1aDMuNjc2YzEuMjMgMCAxLjYyLjc5IDEuNjIgMS4zNzcgMCAuODAzLS40MyAxLjUtMS42MzIgMS41ek03OC42NDIgNTAuODljMS42MDYtLjgwMiAyLjAzMy0xLjg3MiAyLjAzMy0zLjMxNyAwLTIuNTY1LTIuMDg1LTMuMjA3LTMuNTMtMy4yMDdoLTcuNjQ3djExLjk4aDIuOTQyVjUyLjEyaDMuODVjMS4wMTggMCAxLjQxOCAxLjAxNiAxLjQ0MyAyLjAzMmwuMDc4IDIuMTk0aDIuODY1bC0uMTA3LTIuNDYyYzAtMS45MjctLjUzMy0yLjgzNS0xLjkyNi0yLjk5NXptLTIuNTQtMS4yNEg3Mi40NHYtMi43MTZoMy42NzRjMS4yMyAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDI1IDEuMzQtMS42MyAxLjM0ek03MC42NzUgMjMuNjU0aDIuOTQyVjM1LjY1aC0yLjk0MnpNNDYuNTk2IDIzLjY3aDkuNjEzdjIuNTc4aC02LjY3MnYyLjI0OGg2LjQ4M3YyLjI3M0g0OS41NHYyLjM2NGg2LjY3djIuNTE1aC05LjYxMk02Ny4xMDIgMzAuMTkyYzEuNjA2LS44IDIuMDMzLTEuODcyIDIuMDMzLTMuMzE2IDAtMi41NjctMi4wODctMy4yMDctMy41My0zLjIwN2gtNy42NXYxMS45OGgyLjk0MnYtNC4yMjdoMy44NWMxLjAxOCAwIDEuNDIgMS4wMTUgMS40NDYgMi4wM2wuMDggMi4xOTVoMi44NjJsLS4xMDYtMi40NjJjLS4wMDItMS45MjMtLjUzOC0yLjgzMi0xLjkyOC0yLjk5NHptLTIuNTQyLTEuMjRoLTMuNjYzdi0yLjcxNGgzLjY3OGMxLjIyOCAwIDEuNjE4Ljc5IDEuNjE4IDEuMzc3IDAgLjgwMy0uNDMgMS4zMzctMS42MzMgMS4zMzd6TTM5LjgxIDIzLjY3bC0zLjYxIDguMDM1LTMuNTk3LTguMDM2aC00LjYxdjExLjUzN0wyMi44NTYgMjMuNjdoLTMuODkzbC01LjI0MiAxMS45OGgzLjEwM2wxLjE0OC0yLjY3Nmg1Ljg3bDEuMTY1IDIuNjc1aDUuOTIydi04Ljg5NGwzLjkzMyA4Ljg5M2gyLjY3NWw0LjAyNC04Ljc0N3Y4Ljc0NmgyLjk0VjIzLjY3aC00LjY5em0tMjAuNzI0IDYuNzJsMS43NTUtNC4xODggMS44MjggNC4xODhoLTMuNTgyek0xMDMuOTcgMjMuNjYzdjguMjk1bC00Ljk2LTguMjk1aC00LjM0N3YxMS4yNUw4OS42NSAyMy42N0g4NS43NmwtNC4wNTIgOS4yOHMtMS43MTIgMC0xLjg4Ni0uMDQzYy0uNzA3LS4xNDYtMS44MTUtLjY0Ni0xLjgzLTIuNzZ2LS44NjhjMC0yLjgxIDEuNTI1LTMuMDE1IDMuNDgtMy4wMTVoMS44MTZ2LTIuNjAzaC0zLjg0Yy0xLjM0IDAtNC4yNSAxLjAyLTQuMzQ3IDUuOTQtLjA2OCAzLjMxNyAxLjM3NyA2LjA1MiA0LjY0IDYuMDUyaDMuODc4bDEuMTQ4LTIuNjc1aDUuODdsMS4xNjQgMi42NzRoNS44MDRWMjYuODhsNS4yOTQgOC43NzRoNC4wMTJ2LTExLjk5aC0yLjk0em0tMTguMDY4IDYuNzMzbDEuNzUyLTQuMTg4IDEuODQ2IDQuMTg4aC0zLjU5OHoiLz48L3N2Zz4=)
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-diners-club #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTctMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjdDMCAxLjkwNyAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkwOCAxMjggNC4yNjd2NzEuNDY1eiIgZmlsbD0iIzA4NEU5NCIvPjxwYXRoIGQ9Ik02Ny4wNiA0My42MzRjNy4yMzQuMDM1IDEzLjgzNS01Ljg5NiAxMy44MzUtMTMuMTE1IDAtNy44OTMtNi42LTEzLjM0OC0xMy44MzQtMTMuMzQ0aC02LjIyNWMtNy4zMTctLjAwNC0xMy4zNDIgNS40NTItMTMuMzQyIDEzLjM0MyAwIDcuMjE4IDYuMDI0IDEzLjE1IDEzLjM0MiAxMy4xMTRoNi4yMjZ6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTYzLjYxMyAzNy41NDdWMjMuMjE1YzIuODggMS4xMDcgNC45MjUgMy44OTUgNC45MyA3LjE2Ny0uMDA1IDMuMjctMi4wNSA2LjA1Ny00LjkzIDcuMTY1TTUzLjE5IDMwLjM4MmMuMDA1LTMuMjcgMi4wNDgtNi4wNTggNC45MjYtNy4xNjd2MTQuMzNjLTIuODc4LTEuMTEtNC45Mi0zLjg5NC00LjkyNy03LjE2M203LjY3NS0xMi4xMTNjLTYuNjg4IDAtMTIuMTA4IDUuNDIyLTEyLjExIDEyLjExMi4wMDIgNi42ODggNS40MjMgMTIuMTA4IDEyLjExIDEyLjExIDYuNjktLjAwMyAxMi4xMS01LjQyMyAxMi4xMTItMTIuMTEgMC02LjY5LTUuNDItMTIuMTEtMTIuMTEyLTEyLjExMyIgZmlsbD0iIzA4NEU5NCIvPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0zMy45NiA1Mi42NjNjMCAxLjA3OC43NzIgMS4yMDMgMS40NTYgMS4yMDMgMy4wMiAwIDQuMDE3LTIuMjggNC4wMTctNC4zNjQgMC0yLjYxNi0xLjY4LTQuNTA0LTQuMzgtNC41MDQtLjU3MyAwLS44MzguMDQtMS4wOTIuMDU2djcuNjF6bS0xLjM2OC02LjU2YzAtMS4yNi0uNjU3LTEuMTc1LTEuMjg3LTEuMTg4di0uMzY1Yy41NDYuMDI4IDEuMTA1LjAyOCAxLjY1Mi4wMjguNTg2IDAgMS4zODMtLjAyOCAyLjQyLS4wMjggMy42MiAwIDUuNTk0IDIuNDIgNS41OTQgNC44OTcgMCAxLjM4My0uODEgNC44NjctNS43NiA0Ljg2Ny0uNzE1IDAtMS4zNzItLjAyOC0yLjAzLS4wMjgtLjYzIDAtMS4yNDUuMDE1LTEuODc1LjAyOHYtLjM2M2MuODQtLjA4NCAxLjI0NS0uMTEgMS4yODctMS4wNjN2LTYuNzg0ek00Mi45NTggNDUuNzY4Yy0uMzY0IDAtLjY4Ni0uMzM3LS42ODYtLjcgMC0uMzUyLjMzNy0uNjczLjY4Ni0uNjczLjM2MyAwIC42ODQuMjk1LjY4NC42NzQgMCAuMzc0LS4zMDcuNjk4LS42ODQuNjk4bS0xLjQ5NiA4LjE4M2guMjY1Yy4zOTMgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjc5YzAtLjYxNi0uMjEtLjctLjczLS45OHYtLjIyNGMuNjU2LS4xOTcgMS40NC0uNDYgMS40OTgtLjUwMi4wOTgtLjA1OC4xOC0uMDczLjI1LS4wNzNzLjEuMDg1LjEuMTk2djUuMzdjMCAuNDY0LjMwNi40NjQuNjk4LjQ2NGguMjR2LjM2M2MtLjQ3OCAwLS45NjgtLjAyOC0xLjQ3LS4wMjgtLjUwNCAwLTEuMDEuMDE1LTEuNTI0LjAyOHYtLjM2MnpNNDUuNzgyIDQ5Ljc4YzAtLjUxNy0uMTU1LS42NTUtLjgxLS45MnYtLjI3Yy42LS4xOTMgMS4xNzUtLjM3NiAxLjg0NS0uNjcuMDQ0IDAgLjA4My4wMy4wODMuMTR2LjkxYy44LS41NzMgMS40ODUtMS4wNSAyLjQyNC0xLjA1IDEuMTg4IDAgMS42MDYuODY3IDEuNjA2IDEuOTZ2My42MDdjMCAuNDYzLjMxLjQ2My43LjQ2M2guMjUzdi4zNjNjLS40OTIgMC0uOTgyLS4wMjgtMS40ODMtLjAyOC0uNTA0IDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNDhjLjM5NCAwIC42NzIgMCAuNjcyLS40NjN2LTMuNjIyYzAtLjc5OC0uNDg2LTEuMTktMS4yODUtMS4xOS0uNDQ2IDAtMS4xNi4zNjQtMS42MjUuNjc0djQuMTM4YzAgLjQ2My4zMTIuNDYzLjcwMi40NjNoLjI1di4zNjRjLS40ODcgMC0uOTc3LS4wMjgtMS40ODItLjAyOC0uNTAyIDAtMS4wMDYuMDE1LTEuNTEuMDI4di0uMzYzaC4yNTNjLjM5IDAgLjY3IDAgLjY3LS40NjJWNDkuNzh6TTU1LjQyMiA1MC4wMDZjLjM1IDAgLjM5LS4xODMuMzktLjM1IDAtLjcxNS0uNDMyLTEuMjg3LTEuMjE1LTEuMjg3LS44NTQgMC0xLjQ0LjYzLTEuNjA4IDEuNjM2aDIuNDMyem0tMi40NzYuNDQ3Yy0uMDI4LjEyNy0uMDI4LjMzNSAwIC44MTIuMDgzIDEuMzMuOTM4IDIuNDIgMi4wNTUgMi40Mi43NzIgMCAxLjM3NC0uNDIgMS44OS0uOTM2bC4xOTYuMTkzYy0uNjQ0Ljg1NC0xLjQ0IDEuNTgtMi41ODcgMS41OC0yLjIyNiAwLTIuNjc0LTIuMTU0LTIuNjc0LTMuMDUgMC0yLjc0MiAxLjg0Ni0zLjU1NCAyLjgyNi0zLjU1NCAxLjEzNCAwIDIuMzUyLjcxNCAyLjM2MyAyLjE5NyAwIC4wODQgMCAuMTY3LS4wMTIuMjUybC0uMTI3LjA4MmgtMy45M3pNNTcuMzQgNTMuOTVoLjM3NmMuMzkgMCAuNjcyIDAgLjY3Mi0uNDYydi0zLjkzYzAtLjQzNC0uNTE3LS41Mi0uNzI4LS42M3YtLjIxYzEuMDItLjQzNCAxLjU4LS44IDEuNzA4LS44LjA4IDAgLjEyMy4wNDUuMTIzLjE4NnYxLjI2aC4wM2MuMzUtLjU0Ny45MzgtMS40NDQgMS43OS0xLjQ0NC4zNTIgMCAuNzk4LjIzNy43OTguNzQyIDAgLjM3OC0uMjY1LjcxNC0uNjU3LjcxNC0uNDM0IDAtLjQzNC0uMzM2LS45MjQtLjMzNi0uMjM3IDAtMS4wMi4zMjMtMS4wMiAxLjE2MnYzLjI4NmMwIC40NjMuMjguNDYzLjY3Mi40NjNoLjc4di4zNjRjLS43NjgtLjAxNC0xLjM1NC0uMDI4LTEuOTU2LS4wMjgtLjU3NCAwLTEuMTYuMDE1LTEuNjY0LjAyOHYtLjM2M3pNNjIuNzI1IDUyLjM3Yy4xOC45MjMuNzQgMS43MDcgMS43NjIgMS43MDcuODI1IDAgMS4xMzItLjUwNCAxLjEzMi0uOTk0IDAtMS42NS0zLjA0OC0xLjExOC0zLjA0OC0zLjM3IDAtLjc4NS42MjgtMS43OTMgMi4xNjgtMS43OTMuNDQ2IDAgMS4wNDcuMTI3IDEuNTk1LjQwN2wuMDk4IDEuNDI1aC0uMzIzYy0uMTQtLjg4LS42My0xLjM4Mi0xLjUyNC0xLjM4Mi0uNTYgMC0xLjA5LjMyLTEuMDkuOTIzIDAgMS42MzcgMy4yNDQgMS4xMzIgMy4yNDQgMy4zMjcgMCAuOTI1LS43NCAxLjkwMy0yLjQwNSAxLjkwMy0uNTYgMC0xLjIxOC0uMTk1LTEuNzA2LS40NzVsLS4xNTQtMS42MDguMjUtLjA3ek03OS4zNyA0Ny4wOGgtLjM1Yy0uMjY2LTEuNjM2LTEuNDI4LTIuMjkzLTIuOTk0LTIuMjkzLTEuNjA4IDAtMy45NDYgMS4wNzYtMy45NDYgNC40MzUgMCAyLjgyNiAyLjAxOCA0Ljg1NSA0LjE3IDQuODU1IDEuMzg1IDAgMi41MzMtLjk1IDIuODE0LTIuNDJsLjMyLjA4Mi0uMzIgMi4wNDJjLS41OS4zNjQtMi4xNy43NC0zLjA5NC43NC0zLjI3MiAwLTUuMzQyLTIuMTEtNS4zNDItNS4yNiAwLTIuODY3IDIuNTYtNC45MjMgNS4zLTQuOTIzIDEuMTMzIDAgMi4yMjUuMzYzIDMuMzAzLjc0bC4xNCAyek03OS44NzUgNTMuOTVoLjI2NmMuMzk0IDAgLjY3MyAwIC42NzMtLjQ2MnYtNy43OWMwLS45MS0uMjEtLjkzOC0uNzQ0LTEuMDkzdi0uMjIzYy41Ni0uMTgyIDEuMTUtLjQzMyAxLjQ0Mi0uNjAzLjE1LS4wODQuMjY2LS4xNTQuMzA3LS4xNTQuMDgzIDAgLjExLjA4NC4xMS4xOTV2OS42NjdjMCAuNDYzLjMxLjQ2My43MDIuNDYzaC4yMzV2LjM2M2MtLjQ3NSAwLS45NjUtLjAyOC0xLjQ2Ny0uMDI4LS41MDUgMC0xLjAwNy4wMTUtMS41MjUuMDI4di0uMzYyek04OC44NTYgNTMuNTQ1YzAgLjI1My4xNTMuMjY1LjM5LjI2NS4xNyAwIC4zNzgtLjAxMi41NjItLjAxMnYuMjkzYy0uNjAzLjA1Ny0xLjc1LjM1LTIuMDE2LjQzNGwtLjA3LS4wNDJWNTMuMzVjLS44MzguNjg2LTEuNDgyIDEuMTc0LTIuNDc3IDEuMTc0LS43NTYgMC0xLjU0LS40ODgtMS41NC0xLjY2M1Y0OS4yOGMwLS4zNjItLjA1My0uNzEzLS44MzYtLjc4MnYtLjI2NmMuNS0uMDE1IDEuNjItLjA5OCAxLjgwMy0uMDk4LjE1NSAwIC4xNTUuMDk4LjE1NS40MDR2My42MWMwIC40MiAwIDEuNjIyIDEuMjE2IDEuNjIyLjQ3NSAwIDEuMTA0LS4zNjQgMS42OTItLjg1M1Y0OS4xNWMwLS4yNzgtLjY3Mi0uNDMyLTEuMTc0LS41N3YtLjI1NGMxLjI1OC0uMDg0IDIuMDQtLjE5NSAyLjE4LS4xOTUuMTE0IDAgLjExNC4xLjExNC4yNTR2NS4xNnpNOTEuNjQgNTIuNzMzYzAgLjUzLjUwNCAxLjQyOCAxLjQ0IDEuNDI4IDEuNSAwIDIuMTI1LTEuNDcgMi4xMjUtMi43MTUgMC0xLjUxLTEuMTQ2LTIuNzctMi4yMzYtMi43Ny0uNTIgMC0uOTUyLjMzNy0xLjMzLjY2djMuMzk4em0wLTMuODA1Yy41Ni0uNDc2IDEuMzE0LTEuMDA4IDIuMDg0LTEuMDA4IDEuNjIzIDAgMi42MDIgMS40MTUgMi42MDIgMi45MzggMCAxLjgzMi0xLjM0NCAzLjY2NS0zLjM0MyAzLjY2NS0xLjAzNiAwLTEuNTgtLjMzNi0xLjk0NS0uNDg4bC0uNDIuMzItLjI5Mi0uMTUyYy4xMjQtLjgyNS4xOTUtMS42MzcuMTk1LTIuNDl2LTYuMDE1YzAtLjkxLS4yMS0uOTM4LS43NC0xLjA5M3YtLjIyM2MuNTYtLjE4MiAxLjE0Ni0uNDMzIDEuNDQtLjYwMy4xNTQtLjA4NC4yNjQtLjE1NC4zMS0uMTU0LjA4NCAwIC4xMS4wODQuMTEuMTk1djUuMTA4ek0zMS4yODggNjIuNDQ4aC4xMDhjLjI3MiAwIC41NjItLjAzOC41NjItLjQzNXYtMy45ODZjMC0uMzk2LS4yOS0uNDM2LS41NjItLjQzNmgtLjEwOHYtLjIyN2MuMyAwIC43NTYuMDMgMS4xMy4wMy4zOCAwIC44MzYtLjAzIDEuMTkyLS4wM3YuMjI4aC0uMTA1Yy0uMjczIDAtLjU2NC4wNC0uNTY0LjQzN3YzLjk4NmMwIC4zOTYuMjkyLjQzNS41NjUuNDM1aC4xMDV2LjIzYy0uMzY0IDAtLjgyLS4wMzItMS4yMDItLjAzMi0uMzcyIDAtLjgyLjAzLTEuMTIuMDN2LS4yMjh6Ii8+PHBhdGggZD0iTTMzLjU3OCA2Mi42NDR2LS4xNjJoLS4wNzNjLS4yNyAwLS41OTYtLjA0Ni0uNTk4LS40Njh2LTMuOTg2Yy4wMDItLjQyLjMyNi0uNDY4LjU5OC0uNDY4aC4wNzN2LS4xNjNjLS4zNTMgMC0uNzkuMDMtMS4xNi4wMy0uMzYyIDAtLjgtLjAzLTEuMDk2LS4wM3YuMTYzaC4wNzJjLjI3MyAwIC41OTYuMDQ3LjU5Ni40Njh2My45ODZjMCAuNDIyLS4zMjMuNDY4LS41OTYuNDY4aC0uMDcydi4xNjJjLjI5NS0uMDAyLjcyNi0uMDMgMS4wODYtLjAzLjM3IDAgLjgxMi4wMyAxLjE3LjAzbS4wMzIuMDY0Yy0uMzY2IDAtLjgyLS4wMjgtMS4yMDItLjAyOC0uMzcyIDAtLjgxOC4wMjgtMS4xMi4wMjhoLS4wM1Y2Mi40MTVoLjEzNmMuMjc4LS4wMDYuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3NS0uMjUyLS4zOTctLjUzLS40MDNoLS4xMzhWNTcuMzNoLjAzYy4zMDMgMCAuNzU3LjAzIDEuMTMuMDMuMzggMCAuODM1LS4wMyAxLjE5My0uMDNoLjAzM1Y1Ny42MjRoLS4xMzhjLS4yNzUuMDA3LS41My4wMy0uNTMuNDAzdjMuOTg2YzAgLjM3My4yNTUuMzk1LjUzLjRoLjE0VjYyLjcwN2gtLjAzNXpNMzguODQgNjEuMTc3bC4wMTUtLjAxNnYtMi44NTNjMC0uNjI0LS40MzMtLjcxNi0uNjYyLS43MTZoLS4xNjd2LS4yMjdjLjM1NiAwIC43MDcuMDMgMS4wNjYuMDMuMzEgMCAuNjI0LS4wMy45MzUtLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ2Ljc3aC0uMjlsLTMuOTItNC4zN3YzLjEzNmMwIC42NjMuMTMuODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgzLS4wMy0uMzQgMC0uNjkuMDMtMS4wMzQuMDN2LS4yM2guMTA4Yy41MjUgMCAuNjg0LS4zNTYuNjg0LS45NjZ2LTMuMjA1YzAtLjQyNS0uMzUtLjY4NS0uNjktLjY4NWgtLjF2LS4yMjhjLjI4OCAwIC41ODUuMDMuODcyLjAzLjIzIDAgLjQ1LS4wMy42OC0uMDNsMy4zODcgMy44MTN6Ii8+PHBhdGggZD0iTTM4LjgyNCA2MS4xNmwtLjAwOC0uMDA4LjAwOC4wMXptLjAxNy4wMTdsLjAyNS0uMDIyLS4wMjQuMDIyem0uMTUyIDEuNThoLjI1M2MtLjAzNi0uMjMtLjA0Mi0uNDgtLjA0Mi0uNzM0di0zLjQ2NWMwLS45MS4zODMtLjk5OC43MS0uOTk4aC4wOHYtLjE2M2MtLjI5OCAwLS42LjAzLS45LjAzLS4zNSAwLS42OS0uMDMtMS4wMzMtLjAzdi4xNjNoLjEzM2MuMjMzIDAgLjY5Ni4xMDQuNjk2Ljc1bC0uMDEyIDIuODc2LS4wMTYuMDE0LS4wMjUuMDI0LTMuMzg1LTMuODI4Yy0uMjI2IDAtLjQ0Ni4wMy0uNjguMDMtLjI3NyAwLS41NjQtLjAzLS44NC0uMDN2LjE2M2guMDY2Yy4zNTYgMCAuNzI2LjI3LjcyNi43MTZ2My4yMDVjMCAuNjEtLjE3IDEtLjcxOCAxLjAwMmwtLjA3My0uMDAydi4xNjNjLjMzLS4wMDIuNjctLjAzIDEtLjAzLjMyIDAgLjYzNi4wMjguOTUuMDN2LS4xNmgtLjA5N2MtLjU5OC0uMDAzLS43NDctLjI2My0uNzQ3LS45MjZ2LTMuMjIybDMuOTUyIDQuNDIyem0uMjkuMDY2bC0uMzE0LS4wMS0zLjg2NC00LjMwN3YzLjA1Yy4wMS42NjQuMTEuODUuNjg0Ljg1OGguMTYzVjYyLjcwOGgtLjAzMmMtLjMzIDAtLjY1Ni0uMDI4LS45ODMtLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM0LjAyOGgtLjAzM1Y2Mi40MTRIMzQuMDFjLjUwMy0uMDAzLjY0Ni0uMzI0LjY1NC0uOTMzdi0zLjIwNGMtLjAwMi0uNDA0LS4zMzctLjY1LS42NjItLjY1aC0uMTM0VjU3LjMzMmguMDM0Yy4yOSAwIC41ODguMDI3Ljg3My4wMjcuMjI4IDAgLjQ0OC0uMDI4LjcwNS0uMDJsMy4zNDcgMy43N3YtMi44MDJjLS4wMDYtLjYwNy0uNDEtLjY3OC0uNjMyLS42ODRoLS4yVjU3LjMzaC4wMzNjLjM1OCAwIC43MS4wMjggMS4wNjYuMDI4LjMxIDAgLjYyMi0uMDI3LjkzNS0uMDI3aC4wMzRWNTcuNjI0SDM5LjkxNWMtLjMxNS4wMS0uNjM2LjAzNy0uNjQ1LjkzNHYzLjQ2NWMwIC4yNjcuMDA2LjUzLjA0Ljc2MmwuMDEuMDRoLS4wNHpNNDEuMTcgNTcuNzQ0Yy0uNTczIDAtLjU5OC4xMzYtLjcxLjY5MmgtLjIyOGMuMDMtLjIxNC4wNjgtLjQyNi4wOTQtLjY0Ny4wMjgtLjIxNS4wNDQtLjQyNi4wNDQtLjY0N2guMTgyYy4wNjIuMjMuMjUuMjIuNDU4LjIyaDMuOTI3Yy4yMDcgMCAuMzk3LS4wMDcuNDEtLjIzNWwuMTg0LjAzYy0uMDI4LjIwNi0uMDYuNDEtLjA4My42MTYtLjAxNC4yMDYtLjAxNC40MS0uMDE0LjYxNmwtLjIzLjA4NWMtLjAxNS0uMjgtLjA1My0uNzMyLS41NjItLjczMmgtMS4yNDd2NC4wNWMwIC41ODcuMjY4LjY1NC42MzIuNjU0aC4xNDR2LjIzYy0uMjk2IDAtLjgzLS4wMzItMS4yNC0uMDMyLS40NTcgMC0uOTkuMDMtMS4yODYuMDN2LS4yMjhoLjE0NGMuNDIgMCAuNjMyLS4wMzguNjMyLS42NHYtNC4wNjVoLTEuMjV6Ii8+PHBhdGggZD0iTTQ0LjE2OCA2Mi43MDhjLS4zIDAtLjgzLS4wMjgtMS4yNC0uMDI4LS40NTggMC0uOTg4LjAyOC0xLjI4Ny4wMjhoLS4wMzJWNjIuNDE0aC4xNzhjLjQyLS4wMDguNTg4LS4wMTUuNTk4LS42MDR2LTQuMDMzSDQxLjE3di0uMDY1aDEuMjh2NC4xYzAgLjYxLS4yNDYuNjctLjY2NS42NzJoLS4xMXYuMTZjLjMgMCAuODEtLjAzIDEuMjUzLS4wMy4zOTggMCAuOTA2LjAzIDEuMjA3LjAzdi0uMTZoLS4xMWMtLjM3IDAtLjY2NC0uMDktLjY2NC0uNjg4di00LjA4NGgxLjI4MmMuNTA4LjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTYtLjYuMDItLjE5NC4wNDgtLjM5LjA3Ny0uNTgzbC0uMTE1LS4wMmMtLjAzNi4yMjItLjI1LjIzMi0uNDQyLjIzSDQwLjk3Yy0uMTc4IDAtLjM3My0uMDA4LS40NC0uMjJoLS4xMjZjLS4wMDIuMjEtLjAyLjQxMy0uMDQ2LjYxNS0uMDIyLjIxLS4wNTYuNDEtLjA4NC42MTJoLjE2Yy4xMDMtLjUzLjE2Ny0uNzAzLjczNy0uNjk0di4wNjVjLS41NjMuMDEyLS41NTIuMTA0LS42NzcuNjY4bC0uMDA0LjAyNkg0MC4xOTJsLjAwNy0uMDRjLjAzLS4yMTQuMDctLjQyNi4wOS0uNjQ3LjAzMy0uMjEuMDQ3LS40MjIuMDQ3LS42NHYtLjAzM2guMjQ0bC4wMDQuMDIzYy4wNTMuMTkyLjE5My4xOTMuMzg3LjE5NmgzLjk2NmMuMjEzLS4wMDQuMzY2LS4wMDcuMzgtLjIwNmwuMDAzLS4wMzUuMDM1LjAwNi4yMTUuMDM0LS4wMDYuMDMyYy0uMDMuMjA1LS4wNi40MS0uMDg0LjYxMy0uMDE0LjIwNC0uMDE0LjQwOC0uMDE0LjYxNHYuMDIzbC0uMDIyLjAxLS4yNy4wOTZ2LS4wNDVjLS4wMjMtLjI4NC0uMDUtLjctLjUzLS43aC0xLjIxN3Y0LjAyYy4wMDYuNTcyLjIzMy42MS41OTguNjE4aC4xNzVWNjIuNzA3aC0uMDMyek00NS43NyA2Mi40NDhoLjExYy4yNzIgMCAuNTYtLjAzOC41Ni0uNDM1di0zLjk4NmMwLS4zOTYtLjI4OC0uNDM2LS41Ni0uNDM2aC0uMTF2LS4yMjdjLjQ2NSAwIDEuMjU4LjAzIDEuODk2LjAzLjY0IDAgMS40MzItLjAzIDEuOTUtLjAzLS4wMTUuMzI1LS4wMDcuODMuMDE2IDEuMTYzbC0uMjMuMDYyYy0uMDM3LS40OTQtLjEyNy0uODktLjkyOC0uODloLTEuMDU3djEuOTkzaC45MDVjLjQ1NiAwIC41NTYtLjI1OC42LS42N2guMjNjLS4wMTYuMy0uMDIzLjU5NS0uMDIzLjg5MiAwIC4yOS4wMDcuNTguMDIuODY4bC0uMjI3LjA0NGMtLjA0Ni0uNDU1LS4wNjctLjc1Mi0uNTk2LS43NTJoLS45MXYxLjc3MmMwIC40OTQuNDQuNDk0LjkyNi40OTQuOTE1IDAgMS4zMTctLjA2IDEuNTQ1LS45MjdsLjIxNS4wNTNjLS4xLjQwNC0uMTkuODA3LS4yNiAxLjIxMi0uNDg3IDAtMS4zNjItLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM3YtLjIyN3oiLz48cGF0aCBkPSJNNDkuODE0IDYyLjY0M2MuMDY4LS4zODQuMTU1LS43Ny4yNDctMS4xNTJsLS4xNDgtLjAzNmMtLjIzLjg1Mi0uNjcuOTI4LTEuNTY2LjkyMi0uNDggMC0uOTYgMC0uOTYzLS41Mjh2LTEuODA1aC45NDVjLjUzMi0uMDA3LjU4Ni4zMTMuNjI0Ljc0N2wuMTY1LS4wMzVjLS4wMTYtLjI3OC0uMDItLjU2LS4wMi0uODQgMC0uMjg3LjAwNS0uNTcuMDItLjg1OGgtLjE2NWMtLjA0Mi4zOTYtLjE2Ni42NzQtLjYzLjY3aC0uOTR2LTIuMDZoMS4wOWMuNzk0LS4wMDYuOTI0LjQuOTYuODhsLjE2My0uMDQzYy0uMDEyLS4yMTQtLjAyMy0uNDktLjAyMy0uNzQ0IDAtLjEzLjAwMi0uMjU1LjAwNi0uMzYyLS41MTYgMC0xLjI4NS4wMy0xLjkxMy4wMy0uNjI2IDAtMS4zOTYtLjAzLTEuODYtLjAzdi4xNjNoLjA3NGMuMjcgMCAuNTk0LjA0OC41OTYuNDd2My45ODVjLS4wMDIuNDIyLS4zMjcuNDY3LS41OTcuNDdoLS4wNzZ2LjE2Yy40NDQgMCAxLjMyLS4wMyAxLjk5My0uMDMuNjczLS4wMDIgMS41MjcuMDI4IDIuMDE3LjAyOG0uMDMuMDY1Yy0uNDg3IDAtMS4zNjQtLjAzLTIuMDQ2LS4wMy0uNjg4IDAtMS41OS4wMy0yLjAyNy4wM2gtLjAyOFY2Mi40MTVoLjEzOGMuMjc1LS4wMDQuNTI2LS4wMjcuNTI4LS40VjU4LjAzYy0uMDAyLS4zNzItLjI1My0uMzk3LS41MjgtLjQwM2gtLjE0VjU3LjMzNGguMDNjLjQ2NyAwIDEuMjU4LjAyNyAxLjg5Ni4wMjcuNjQgMCAxLjQzMi0uMDI2IDEuOTUtLjAyNmguMDMzdi4wMzRjLS4wMS4xMTQtLjAxLjI1LS4wMS4zOTMgMCAuMjY0LjAxLjU1LjAyMi43Njh2LjAyOGwtLjAyMy4wMDctLjI3LjA3LS4wMDMtLjA0Yy0uMDQ0LS40OTItLjExLS44NTMtLjg5NS0uODU4aC0xLjAyNnYxLjkyN2guODc1Yy40NC0uMDA0LjUxNy0uMjMuNTY4LS42NGwuMDA0LS4wM0g0OS4xODJ2LjAzNWMtLjAxMy4yOTctLjAyMi41OTMtLjAyMi44OSAwIC4yODguMDEuNTc3LjAyLjg2NmwuMDAzLjAyNy0uMDI3LjAwNS0uMjY0LjA1Ni0uMDAyLS4wNGMtLjA1Mi0uNDY2LS4wNTYtLjcxOC0uNTYyLS43MjRoLS44OHYxLjc0YzAgLjQ2Mi40LjQ2Ljg5Ny40NjIuOTE1LS4wMDYgMS4yODQtLjA1IDEuNTEzLS45MDRsLjAwOC0uMDMuMDMuMDA2LjI0NS4wNi0uMDA3LjAzM2MtLjA5OC40LS4xOS44MDYtLjI1NyAxLjIxbC0uMDA3LjAyNGgtLjAyNXpNNTIuMTAyIDU5LjkzNWguMzc1Yy43NjIgMCAxLjE3LS4yODcgMS4xNy0xLjE4NiAwLS42OC0uNDMtMS4xMS0xLjExLTEuMTEtLjIzIDAtLjMyNi4wMi0uNDM1LjAyOHYyLjI2N3ptLS45NzItMS43NjVjMC0uNTU1LS4zMDUtLjU3OC0uNTQyLS41NzhoLS4xMzZ2LS4yMjhjLjI0MyAwIC43MTQuMDMgMS4xOC4wMy40NTcgMCAuODIyLS4wMyAxLjIyNS0uMDMuOTYgMCAxLjgxMy4yNTcgMS44MTMgMS4zNCAwIC42ODQtLjQ1OCAxLjEwMy0xLjA2IDEuMzRsMS4zMDMgMS45NDhjLjIxNC4zMi4zNjUuNDEuNzQuNDU2di4yM2MtLjI1NCAwLS40OTctLjAzMi0uNzQ4LS4wMzItLjIzNSAwLS40OC4wMy0uNzE2LjAzLS41ODctLjc3LTEuMDktMS41OS0xLjU4My0yLjQ2N2gtLjUwNXYxLjYzYzAgLjU4Ni4yNzUuNjA3LjYyNC42MDdoLjEzOHYuMjNjLS40MzMgMC0uODczLS4wMzItMS4zMDgtLjAzMi0uMzY2IDAtLjcyNC4wMy0xLjEwNC4wM3YtLjIyOGguMTM2Yy4yODUgMCAuNTQyLS4xMy41NDItLjQxVjU4LjE3eiIvPjxwYXRoIGQ9Ik01Mi40NzcgNTkuOTAzYy43NTQtLjAwNyAxLjEzMi0uMjcgMS4xNC0xLjE1My0uMDA2LS42NjUtLjQxOC0xLjA3Ny0xLjA4LTEuMDgtLjIwNSAwLS4zMDMuMDItLjQuMDI3djIuMjA2aC4zNHptLS4zNzUuMDY2aC0uMDN2LTIuMzNsLjAyOC0uMDA1Yy4xMDQtLjAwOC4yMDYtLjAyOC40MzctLjAyOC42OTQgMCAxLjE0NS40NSAxLjE0NiAxLjE0NC0uMDAyLjkxLS40NCAxLjIyLTEuMjA2IDEuMjJoLS4zNzV6bTAgLjIwNmguNTIzbC4wMDguMDJjLjQ5Ni44NzQuOTk3IDEuNjk1IDEuNTU3IDIuNDQ4LjIzIDAgLjQ4LS4wMy43MTQtLjAzLjI0MyAwIC40OC4wMjYuNzE2LjAzdi0uMTY3Yy0uMzYtLjA0NC0uNTI2LS4xNS0uNzMzLS40NjdsLTEuMzI0LTEuOTguMDM2LS4wMThjLjU5NS0uMjM0IDEuMDM3LS42NCAxLjAzNy0xLjMwOCAwLTEuMDU4LS44MjItMS4zMDMtMS43OC0xLjMwOC0uNCAwLS43NjcuMDMtMS4yMjMuMDMtLjQ1IDAtLjktLjAzLTEuMTQ4LS4wM3YuMTYzaC4xMDRjLjI0IDAgLjU3NC4wMzcuNTc0LjYxdjMuODY3YzAgLjMwNS0uMjg1LjQ0My0uNTc0LjQ0NGgtLjEwNHYuMTZjLjM2NyAwIC43MTQtLjAyOCAxLjA3LS4wMjguNDI1IDAgLjg1NS4wMyAxLjI3NS4wM3YtLjE2aC0uMTAzYy0uMzQ3LS4wMDItLjY1NS0uMDQzLS42NTUtLjY0NHYtMS42NjNoLjAzem0zLjU1IDIuNTMyYy0uMjU3IDAtLjUtLjAyOC0uNzUtLjAyOC0uMjMgMC0uNDc0LjAyOC0uNzM4LjAxNy0uNTg0LS43NjYtMS4wODUtMS41ODMtMS41NzctMi40NTJoLS40NXYxLjU5NWMuMDA4LjU3LjIzNy41NjcuNTkuNTc1aC4xNzJWNjIuNzFoLS4wMzVjLS40MzUgMC0uODc3LS4wMy0xLjMxLS4wMy0uMzYyIDAtLjcyMi4wMy0xLjEwMy4wM2gtLjAzM1Y2Mi40MTRoLjE2OGMuMjc1LS4wMDIuNTA3LS4xMi41MS0uMzc2di0zLjg3Yy0uMDA3LS41NC0uMjctLjUzNy0uNTEtLjU0NWgtLjE3VjU3LjMzaC4wMzRjLjI0OCAwIC43MTYuMDMgMS4xOC4wMy40NTUgMCAuODItLjAzIDEuMjI1LS4wMy45Ni4wMDMgMS44NDQuMjY3IDEuODQ2IDEuMzc0IDAgLjY4NS0uNDU1IDEuMTE1LTEuMDQgMS4zNTRsMS4yNzcgMS45MTRjLjIxMy4zMTYuMzQ3LjM5Ni43MTcuNDRsLjAyOC4wMDVWNjIuNzA3aC0uMDMzek02MC44MiA2MS4xNzdsLjAxMy0uMDE2di0yLjg1M2MwLS42MjQtLjQzNS0uNzE2LS42NjItLjcxNmgtLjE2NnYtLjIyN2MuMzU2IDAgLjcwNy4wMyAxLjA2Ni4wMy4zMTIgMCAuNjIyLS4wMy45MzctLjAzdi4yMjhoLS4xMTNjLS4zMiAwLS42NzguMDYyLS42NzguOTY4djMuNDY0YzAgLjI2Ny4wMDguNTMuMDQ0Ljc3aC0uMjlsLTMuOTE4LTQuMzd2My4xMzZjMCAuNjYzLjEyOC44OS43MTYuODloLjEzdi4yM2MtLjMyNyAwLS42NTYtLjAzLS45ODMtLjAzLS4zNDMgMC0uNjkzLjAzLTEuMDM0LjAzdi0uMjNoLjEwNWMuNTI4IDAgLjY4OC0uMzU2LjY4OC0uOTY2di0zLjIwNWMwLS40MjUtLjM1LS42ODUtLjY5My0uNjg1aC0uMXYtLjIyOGMuMjg3IDAgLjU4NC4wMy44NzMuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM5IDMuODEzeiIvPjxwYXRoIGQ9Ik02MC44IDYxLjE2bC0uMDA3LS4wMDcuMDA2LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMy4wMjJ6bS4xNSAxLjU4aC4yNTJjLS4wMzQtLjIyNy0uMDQyLS40OC0uMDQyLS43MzR2LTMuNDY1Yy4wMDItLjkxLjM4Ny0uOTk2LjcxNC0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTAzLjAzLS4zNSAwLS42ODgtLjAzLTEuMDMtLjAzdi4xNjNoLjEzMmMuMjM1LjAwMi42OTYuMTA0LjY5Ni43NDhsLS4wMTMgMi44NzgtLjAxMi4wMTQtLjAyMy4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY2LS4wMy0uODQzLS4wM3YuMTYzaC4wNjdjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNGMwIC42MS0uMTcyIDEtLjcyIDEuMDAyaC0uMDczdi4xNmMuMzMgMCAuNjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM2LjAzLjk1My4wM3YtLjE2aC0uMDk4Yy0uNiAwLS43NS0uMjYyLS43NTItLjkyNXYtMy4yMmwzLjk1NiA0LjQyem0uMjkuMDY2bC0uMzEzLS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTA3Ljg1LjY4NC44NThoLjE2VjYyLjcwOGgtLjAzNGMtLjMyOCAwLS42NTUtLjAzLS45ODItLjAzLS4zNCAwLS42OS4wMy0xLjAzMi4wM2gtLjAzNlY2Mi40MTRINTUuOTg2Yy41MDItLjAwMi42NDctLjMyNC42NTQtLjkzNHYtMy4yMDRjLS4wMDItLjQwNC0uMzM1LS42NS0uNjYtLjY1aC0uMTM0VjU3LjMzaC4wMzZjLjI5IDAgLjU4Ni4wMy44NzMuMDMuMjI2IDAgLjQ0NC0uMDMuNy0uMDJsMy4zNDYgMy43N3YtMi44MDNjMC0uNjA1LS40MDUtLjY4LS42MjctLjY4M2gtLjIwM1Y1Ny4zM2guMDM0Yy4zNTggMCAuNzEuMDMgMS4wNjYuMDMuMzEgMCAuNjIyLS4wMy45MzUtLjAzaC4wMzZWNTcuNjI0SDYxLjg5NmMtLjMxNi4wMS0uNjQuMDM3LS42NDcuOTM0djMuNDY1YzAgLjI2Ny4wMDcuNTMuMDQ0Ljc2M2wuMDA0LjAzOGgtLjAzNnpNNjQuMzQzIDU4LjIxNmgtLjAxNmwtLjcwOCAyLjE1NWgxLjQybC0uNjk3LTIuMTU0em0tMS4xMTMgMy4zN2MtLjA3NS4yNi0uMTcuNDYtLjE3LjU5NiAwIC4yMy4zMi4yNjcuNTcyLjI2N2guMDg2di4yMjhjLS4zMDctLjAyLS42MTgtLjAzLS45MjUtLjAzLS4yNzIgMC0uNTQ0LjAxMi0uODIuMDN2LS4yM2guMDQ3Yy4yOTUgMCAuNTUtLjE3NS42Ni0uNDk1bDEuMjItMy40OTJjLjEtLjI4LjIzNy0uNjYuMjgzLS45NDMuMjQzLS4wODQuNTQ2LS4yMzUuNjktLjMyNy4wMjQtLjAwNi4wNC0uMDE1LjA2LS4wMTUuMDIzIDAgLjA0IDAgLjA1NS4wMjMuMDIyLjA2LjA0NC4xMy4wNy4xOWwxLjQgMy45OGMuMDkuMjY3LjE4Mi41NDYuMjguNzc3LjA5LjIxMy4yNS4zMDMuNTA0LjMwM2guMDQ0di4yM2MtLjM0LS4wMi0uNjg0LS4wMzItMS4wNS0uMDMyLS4zNzIgMC0uNzU0LjAxMy0xLjE0My4wM3YtLjIyOGguMDg1Yy4xNzQgMCAuNDczLS4wMy40NzMtLjIyIDAtLjEtLjA2Ni0uMzA2LS4xNTQtLjU1bC0uMjk2LS44ODJoLTEuNzI3bC0uMjQzLjc5eiIvPjxwYXRoIGQ9Ik02NC4zMSA1OC4yMjdsLjAxOC0uMDA2LS4wMi4wMDd6bS0uNjQ3IDIuMTFoMS4zMzRsLS42NjItMi4wMzgtLjY3MiAyLjAzN3ptLS4wOTIuMDY2bC43My0yLjIyaC4wNDN2LjAzMmwtLjAwOC4wMDIuMDA4LS4wMDJ2LS4wMzNoLjAybC43MjUgMi4yMkg2My41N3ptMS41NTggMi4yNGMuMzc1LS4wMTUuNzQ4LS4wMyAxLjEwOC0uMDMuMzU0IDAgLjY4Ni4wMTYgMS4wMi4wM3YtLjE2aC0uMDEzYy0uMjYyLjAwMi0uNDQtLjEtLjUzNC0uMzI1LS4xLS4yMy0uMTk0LS41MTItLjI4NC0uNzhsLTEuNC0zLjk4Yy0uMDIyLS4wNi0uMDQ1LS4xMjgtLjA2NC0uMTg0LS4wMDgtLjAwNy0uMDA0LS4wMDctLjAxMy0uMDA3aC0uMDE1Yy0uMDE2IDAtLjAyMy4wMDQtLjA0NC4wMS0uMTQ2LjA5Ni0uNDUuMjQ2LS42NzcuMzA2LS4wNDYuMjg3LS4xODUuNjY2LS4yODIuOTVsLTEuMjE3IDMuNDkzYy0uMTE4LjMzMi0uMzgzLjUxOC0uNjkyLjUxN2gtLjAxM3YuMTZjLjI2My0uMDE0LjUyNi0uMDI4Ljc5LS4wMjguMjk0IDAgLjU5NS4wMTUuODg0LjAyOHYtLjE2aC0uMDQ3Yy0uMjUtLjAwMy0uNTk0LS4wMy0uNjA0LS4zIDAtLjE1LjA5My0uMzQ1LjE2Ni0uNjAzbC4wMzQuMDEtLjAzNC0uMDEuMjUyLS44MTRoMS43NzVsLjMwNS45MDVjLjA4NC4yNDUuMTU2LjQ0Ny4xNTYuNTYyLS4wMTMuMjMyLS4zMzMuMjQ4LS41MDcuMjUyaC0uMDV2LjE1OHptMi4xNTcuMDY1Yy0uMzQtLjAxMy0uNjg1LS4wMy0xLjA1LS4wMy0uMzcgMC0uNzUuMDE4LTEuMTQuMDNsLS4wMzMuMDA0VjYyLjQxMmguMTE1Yy4xNzggMCAuNDM3LS4wMzguNDM4LS4xODMuMDAyLS4wOS0uMDY1LS4zLS4xNS0uNTRsLS4yOS0uODZoLTEuNjc4bC0uMjM1Ljc2OGMtLjA3OC4yNi0uMTcuNDYtLjE3LjU4NC4wMDIuMTg2LjI4Ny4yMy41NC4yM2guMTE4di4zbC0uMDM2LS4wMDRjLS4zMDMtLjAxMy0uNjE2LS4wMy0uOTItLjAzLS4yNyAwLS41NDUuMDE4LS44MTguMDNsLS4wMzUuMDA0VjYyLjQxMmguMDhjLjI4MyAwIC41Mi0uMTYuNjI4LS40N2wxLjIyLTMuNDkzYy4xLS4yODMuMjM1LS42NjIuMzA0LS45NjYuMjM2LS4wODMuNTQyLS4yMzQuNjktLjMyNy4wMi0uMDA4LjA0My0uMDE4LjA3Mi0uMDE4LjAyLS4wMDIuMDYuMDAzLjA4NC4wNDQuMDIuMDYyLjA0Ni4xMy4wNy4xOWwxLjQgMy45ODNjLjA5LjI2NS4xOC41NDguMjguNzcyLjA4Ny4yMDIuMjMuMjguNDc0LjI4aC4wNzd2LjMwMWwtLjAzNS0uMDAyek02Ny42MiA1Ny43NDRjLS41NjggMC0uNTkzLjEzNi0uNzA2LjY5MmgtLjIzYy4wMy0uMjE0LjA3LS40MjYuMDk1LS42NDcuMDMtLjIxNS4wNC0uNDI2LjA0LS42NDdoLjE4N2MuMDYuMjMuMjUzLjIyLjQ1Ni4yMmgzLjkzYy4yMDQgMCAuMzk0LS4wMDcuNDA3LS4yMzVsLjE4NC4wM2MtLjAzLjIwNi0uMDYuNDEtLjA4Mi42MTYtLjAxNi4yMDYtLjAxNi40MS0uMDE2LjYxNmwtLjIzLjA4NWMtLjAxMy0uMjgtLjA1LS43MzItLjU2LS43MzJoLTEuMjV2NC4wNWMwIC41ODcuMjY2LjY1NC42My42NTRoLjE0N3YuMjNjLS4yOTcgMC0uODMtLjAzMi0xLjI0LS4wMzItLjQ1OCAwLS45OS4wMy0xLjI4Ny4wM3YtLjIyOGguMTQ0Yy40MiAwIC42MzItLjAzOC42MzItLjY0di00LjA2NWgtMS4yNXoiLz48cGF0aCBkPSJNNzAuNjIgNjIuNzA4Yy0uMjk4IDAtLjgzMi0uMDI4LTEuMjQtLjAyOC0uNDU1IDAtLjk4Ny4wMjgtMS4yODYuMDI4aC0uMDM0VjYyLjQxNGguMTc4Yy40Mi0uMDA4LjU4OC0uMDE1LjYtLjYwNGwtLjAwMi00LjAzM2gtMS4yMTR2LS4wNjVoMS4yODJ2NC4xYzAgLjYxLS4yNDcuNjctLjY2Ni42N2gtLjExdi4xNjNjLjMtLjAwMi44MTItLjAzIDEuMjUzLS4wMy40IDAgLjkwNy4wMjggMS4yMDguMDN2LS4xNjJoLS4xMWMtLjM2NyAwLS42NjItLjA5LS42NjUtLjY4N3YtNC4wODRoMS4yODJjLjUxLjAwMi41NzYuNDM2LjU5Mi43MTdsLjE2NS0uMDZjMC0uMi4wMDItLjM5OC4wMTctLjU5OC4wMi0uMTk2LjA1LS4zOS4wNzQtLjU4NWwtLjExMy0uMDJjLS4wMzUuMjIyLS4yNDguMjMyLS40MzcuMjNoLTMuOTdjLS4xNzYgMC0uMzctLjAwOC0uNDQtLjIyMmgtLjEyNmMwIC4yMS0uMDE1LjQxNS0uMDQ0LjYxNy0uMDIyLjIxLS4wNTguNDEyLS4wODguNjEyaC4xNjNjLjEtLjUzLjE2OC0uNzAzLjczNS0uNjk0di4wNjVjLS41NjMuMDEtLjU1LjEwNC0uNjc1LjY2OGwtLjAwNC4wMjZINjYuNjQ4bC4wMDctLjAzOGMuMDMtLjIxNi4wNjctLjQyOC4wOS0uNjQ4LjAzLS4yMTIuMDQ1LS40MjMuMDQ1LS42NDJ2LS4wMzJoLjI0MmwuMDA1LjAyM2MuMDU3LjE5Mi4xOTMuMTkzLjM4Ny4xOTZoMy45N2MuMjA4LS4wMDQuMzYzLS4wMDcuMzc2LS4yMDVsLjAwMi0uMDM2LjAzMy4wMDYuMjIuMDM0LS4wMDguMDMyYy0uMDMyLjIwNS0uMDYuNDEtLjA4NC42MTMtLjAxNC4yMDQtLjAxNC40MS0uMDE0LjYxNHYuMDIzbC0uMDI0LjAxLS4yNy4wOTZ2LS4wNDVjLS4wMi0uMjg0LS4wNDgtLjctLjUzLS43SDY5Ljg4djQuMDJjLjAwOC41NzIuMjM1LjYxLjU5OC42MThoLjE3OFY2Mi43MDdoLS4wMzV6TTcyLjI2NCA2Mi40NDhoLjEwN2MuMjc0IDAgLjU2My0uMDM4LjU2My0uNDM1di0zLjk4NmMwLS4zOTYtLjI5LS40MzYtLjU2Mi0uNDM2aC0uMTA2di0uMjI3Yy4yOTcgMCAuNzUzLjAzIDEuMTI2LjAzLjM4IDAgLjgzNy0uMDMgMS4xOTYtLjAzdi4yMjhoLS4xMDZjLS4yNzYgMC0uNTY1LjA0LS41NjUuNDM3djMuOTg2YzAgLjM5Ni4yOS40MzUuNTY1LjQzNWguMTA2di4yM2MtLjM2NyAwLS44Mi0uMDMyLTEuMjAyLS4wMzItLjM3NSAwLS44MjMuMDMtMS4xMi4wM3YtLjIyOHoiLz48cGF0aCBkPSJNNzQuNTUyIDYyLjY0M3YtLjE2aC0uMDcyYy0uMjc0IDAtLjU5OC0uMDQ3LS41OTgtLjQ3VjU4LjAzYzAtLjQyLjMyMy0uNDY4LjU5OC0uNDY4aC4wNzJ2LS4xNjNjLS4zNTMgMC0uNzkzLjAzLTEuMTYyLjAzLS4zNiAwLS43OTctLjAzLTEuMDk0LS4wM3YuMTYzaC4wNzVjLjI3IDAgLjU5Ny4wNDcuNTk3LjQ2OHYzLjk4NmMwIC40MjItLjMyNi40NjgtLjU5Ni40NjhoLS4wNzR2LjE2Yy4yOTUtLjAwMi43MjMtLjAyOCAxLjA4OC0uMDI4LjM2NyAwIC44MDcuMDI4IDEuMTY4LjAzbS4wMzQuMDY0Yy0uMzcgMC0uODI1LS4wMy0xLjIwMi0uMDMtLjM3MyAwLS44Mi4wMy0xLjEyLjAzaC0uMDM0VjYyLjQxNUg3Mi4zN2MuMjc0LS4wMDQuNTI3LS4wMjcuNTMtLjRWNTguMDNjLS4wMDMtLjM3Mi0uMjU2LS4zOTctLjUzLS40MDNoLS4xNFY1Ny4zMzRoLjAzM2MuMyAwIC43NTUuMDI3IDEuMTI2LjAyNy4zNzggMCAuODM0LS4wMjYgMS4xOTUtLjAyNmguMDNWNTcuNjI2aC0uMTM2Yy0uMjguMDA3LS41My4wMzItLjUzMi40MDN2My45ODVjLjAwMi4zNzMuMjUuMzk2LjUzLjRoLjE0VjYyLjcxaC0uMDMyek03Ny43MzYgNjIuNDU2YzEuNDc4IDAgMS43MzQtMS4zMDMgMS43MzQtMi40MSAwLTEuMTE0LS42LTIuNDYtMS44NjMtMi40Ni0xLjMzMiAwLTEuNzMgMS4xODctMS43MyAyLjIwNS4wMDIgMS4zNjMuNjI2IDIuNjY2IDEuODYgMi42NjZtLS4xMTYtNS4yMDZjMS42MjMgMCAyLjkxNSAxLjAwNiAyLjkxNSAyLjYyNyAwIDEuNzUtMS4yNTQgMi45MTQtMi44NzQgMi45MTQtMS42MTMgMC0yLjg0OC0xLjA5NS0yLjg0OC0yLjczIDAtMS41ODQgMS4yMjctMi44MSAyLjgxLTIuODEiLz48cGF0aCBkPSJNNzUuODQ2IDU5Ljc5Yy4wMDItMS4wMjQuNC0yLjI0IDEuNzYyLTIuMjQgMS4yOS4wMDUgMS44OTQgMS4zNzYgMS44OTcgMi40OTUtLjAwNCAxLjEwOC0uMjY0IDIuNDQyLTEuNzcgMi40NDJ2LS4wNjNjMS40NDgtLjAwMiAxLjctMS4yNyAxLjcwMy0yLjM4IDAtMS4xMDMtLjU5Ni0yLjQyNS0xLjgzLTIuNDI3LTEuMzEuMDAyLTEuNjkzIDEuMTYtMS42OTcgMi4xNzQuMDAzIDEuMzU2LjYyIDIuNjMgMS44MjYgMi42MzR2LjA2MmMtMS4yNjMgMC0xLjg4OC0xLjMyNS0xLjg5LTIuNjk1bS0xLjA2Ny4yN2MwLTEuNjAzIDEuMjQtMi44NCAyLjg0LTIuODQ0di4wNjdjLTEuNTYzIDAtMi43NzUgMS4yMS0yLjc3NSAyLjc3NS4wMDIgMS42MTggMS4yMTYgMi42OTcgMi44MTQgMi42OTggMS42MDUgMCAyLjg0My0xLjE0OCAyLjg0NS0yLjg4MiAwLTEuNi0xLjI3My0yLjU5LTIuODg0LTIuNTkydi0uMDY2YzEuNjM2LjAwMyAyLjk0NSAxLjAyIDIuOTUgMi42Ni0uMDAzIDEuNzctMS4yNzQgMi45NDQtMi45MSAyLjk0Ny0xLjYzLS4wMDMtMi44OC0xLjExLTIuODgtMi43NjRNODUuNjY4IDYxLjE3N2wuMDE2LS4wMTZ2LTIuODUzYzAtLjYyNC0uNDM3LS43MTYtLjY2Ni0uNzE2aC0uMTYzdi0uMjI3Yy4zNTUgMCAuNzA1LjAzIDEuMDYzLjAzLjMxMiAwIC42MjYtLjAzLjkzOC0uMDN2LjIyOGgtLjExNmMtLjMyIDAtLjY3OC4wNjItLjY3OC45Njh2My40NjRjMCAuMjY3LjAwNi41My4wNDYuNzdoLS4yOWwtMy45Mi00LjM3djMuMTM2YzAgLjY2My4xMjguODkuNzE2Ljg5aC4xM3YuMjNjLS4zMjcgMC0uNjU0LS4wMy0uOTgtLjAzLS4zNDYgMC0uNjk0LjAzLTEuMDQuMDN2LS4yM2guMTFjLjUyNiAwIC42ODQtLjM1Ni42ODQtLjk2NnYtMy4yMDVjMC0uNDI1LS4zNS0uNjg1LS42OTMtLjY4NWgtLjF2LS4yMjhjLjI5IDAgLjU4Ni4wMy44NzcuMDMuMjI4IDAgLjQ0OC0uMDMuNjc4LS4wM2wzLjM4OCAzLjgxM3oiLz48cGF0aCBkPSJNODUuNjQ3IDYxLjE2bC0uMDA0LS4wMDcuMDA0LjAwOHptLjAyLjAxN2wuMDIyLS4wMjItLjAyMi4wMjJ6bS4xNTIgMS41OGguMjQ4Yy0uMDMyLS4yMy0uMDM4LS40OC0uMDM4LS43MzR2LTMuNDY1YzAtLjkxNS4zODUtLjk5Ni43MS0uOTk4aC4wOHYtLjE2M2MtLjMgMC0uNi4wMy0uOTA1LjAzLS4zNDUgMC0uNjg2LS4wMy0xLjAzLS4wM3YuMTYzaC4xMzNjLjIzNS4wMDIuNjk1LjEwNS42OTUuNzVsLS4wMDggMi44NzYtLjAxNi4wMTQtLjAyMi4wMjQtMy4zOS0zLjgyOGMtLjIyNSAwLS40NDUuMDMtLjY3Ny4wMy0uMjggMC0uNTY1LS4wMy0uODQyLS4wM3YuMTYzaC4wNjVjLjM1OCAwIC43MjYuMjcuNzI2LjcxNnYzLjIwNWMwIC42MS0uMTcgMS0uNzE3IDEuMDAyaC0uMDc1di4xNmMuMzMyIDAgLjY3LS4wMyAxLjAwMi0uMDMuMzIgMCAuNjM0LjAzLjk1LjAzdi0uMTZoLS4xYy0uNTk4IDAtLjc0Ny0uMjYyLS43NDctLjkyNXYtMy4yMjJsMy45NTYgNC40MjJ6bS4yODguMDY2bC0uMzE1LS4wMS0zLjg2Mi00LjMwN3YzLjA1Yy4wMS42NjQuMTEyLjg1LjY4My44NTZoLjE2M3YuMjk2aC0uMDMyYy0uMzI4IDAtLjY1Ny0uMDI4LS45ODItLjAyOC0uMzQgMC0uNjkuMDI4LTEuMDM2LjAyOGgtLjAzMlY2Mi40MTJIODAuODM2Yy41IDAgLjY0NC0uMzIyLjY0OC0uOTN2LTMuMjA2YzAtLjQwNC0uMzMyLS42NS0uNjYtLjY1aC0uMTNWNTcuMzNoLjAzYy4yOTQgMCAuNTkuMDI3Ljg3OC4wMjcuMjI2IDAgLjQ0NC0uMDI4LjctLjAybDMuMzQ2IDMuNzd2LTIuODAyYy0uMDAyLS42MDctLjQwNi0uNjc4LS42My0uNjg0aC0uMlY1Ny4zM2guMDM1Yy4zNTggMCAuNzEuMDI4IDEuMDYzLjAyOC4zMTIgMCAuNjIzLS4wMjcuOTQtLjAyN2guMDMyVjU3LjYyNEg4Ni43NGMtLjMxMy4wMS0uNjQuMDM4LS42NDYuOTM0djMuNDY1YzAgLjI2Ny4wMDguNTMuMDQ2Ljc2M2wuMDA2LjAzOGgtLjAzOHpNODkuMTkgNTguMjE2aC0uMDE3bC0uNzA4IDIuMTU1aDEuNDI1bC0uNy0yLjE1NHptLTEuMTEzIDMuMzdjLS4wNzMuMjYtLjE2Ny40Ni0uMTY3LjU5NiAwIC4yMy4zMi4yNjcuNTcuMjY3aC4wODV2LjIyOGMtLjMwNS0uMDItLjYxOC0uMDMtLjkyMy0uMDMtLjI3MiAwLS41NDYuMDEyLS44Mi4wM3YtLjIzaC4wNDNjLjMgMCAuNTUzLS4xNzUuNjY0LS40OTVsMS4yMi0zLjQ5MmMuMDk3LS4yOC4yMzQtLjY2LjI3OC0uOTQzLjI0NS0uMDg0LjU1LS4yMzUuNjk1LS4zMjcuMDItLjAwNi4wMzYtLjAxNS4wNi0uMDE1LjAyMiAwIC4wMzggMCAuMDUyLjAyMy4wMjQuMDYuMDQ4LjEzLjA3LjE5bDEuMzk4IDMuOThjLjA5Mi4yNjcuMTg0LjU0Ni4yODMuNzc3LjA5Mi4yMTMuMjUuMzAzLjUwMy4zMDNoLjA0NXYuMjNjLS4zNDQtLjAyLS42ODctLjAzMi0xLjA1My0uMDMyLS4zNyAwLS43NTIuMDEzLTEuMTQuMDN2LS4yMjhoLjA4M2MuMTc2IDAgLjQ3My0uMDMuNDczLS4yMiAwLS4xLS4wNjgtLjMwNi0uMTUzLS41NWwtLjI5Ny0uODgzSDg4LjMybC0uMjQzLjc5MnoiLz48cGF0aCBkPSJNODkuMTYgNTguMjI3bC4wMTQtLjAwNi0uMDE1LjAwN3ptLS42NDggMi4xMWgxLjMzTDg5LjE4IDU4LjNsLS42NjggMi4wMzd6bS0uMDkyLjA2NmwuNzMtMi4yMkg4OS4xOXYuMDMybC0uMDEuMDAyLjAxLS4wMDJ2LS4wMzNoLjAyMmwuNzIyIDIuMjJIODguNDJ6bTEuNTU1IDIuMjRjLjM4LS4wMTUuNzQ3LS4wMyAxLjEwOC0uMDMuMzU2IDAgLjY4Ny4wMTYgMS4wMi4wM2wtLjAwMy0uMTZoLS4wMTJjLS4yNTggMC0uNDM3LS4xLS41My0uMzI1LS4xMDItLjIzLS4xOS0uNTEyLS4yODMtLjc4bC0xLjQtMy45OGMtLjAyMi0uMDYtLjA0Ny0uMTI4LS4wNjMtLjE4Mi0uMDA4LS4wMS0uMDA4LS4wMS0uMDEyLS4wMWgtLjAxN2MtLjAxNiAwLS4wMjUuMDA1LS4wNDQuMDEtLjE0OC4wOTUtLjQ1My4yNDgtLjY4LjMwNy0uMDQ1LjI4Ny0uMTgzLjY2Ni0uMjgyLjk1bC0xLjIyIDMuNDkzYy0uMTE1LjMzMi0uMzguNTE4LS42OTMuNTE3aC0uMDF2LjE2Yy4yNjMtLjAxNC41MjQtLjAyOC43ODctLjAyOC4yOTcgMCAuNTk4LjAxNS44OS4wMjh2LS4xNmgtLjA1M2MtLjI0OC0uMDAzLS41OTUtLjAzLS42MDQtLjMuMDAyLS4xNS4wOTYtLjM0NC4xNy0uNjA0bC4wMy4wMDgtLjAzLS4wMS4yNTMtLjgxM2gxLjc3M2wuMzAzLjkwNWMuMDg2LjI0NC4xNTYuNDQ2LjE1Ni41Ni0uMDEzLjIzMy0uMzMuMjUtLjUwNS4yNTNoLS4wNTJ2LjE2em0yLjE2LjA2NWMtLjM0Ny0uMDEzLS42ODgtLjAyOC0xLjA1Mi0uMDI4LS4zNyAwLS43NTIuMDE2LTEuMTQuMDI4bC0uMDMyLjAwNFY2Mi40MTRoLjExNmMuMTc4IDAgLjQzOC0uMDQuNDM4LS4xODUuMDAyLS4wOS0uMDY1LS4yOTYtLjE1LS41NGwtLjI5LS44NmgtMS42OGwtLjIzMy43NjhjLS4wOC4yNi0uMTcuNDYtLjE2Ny41ODMgMCAuMTg4LjI4NS4yMzQuNTM2LjIzNGguMTE3VjYyLjcxMmwtLjAzNC0uMDA0Yy0uMzA1LS4wMTMtLjYxNi0uMDI4LS45Mi0uMDI4LS4yNzIgMC0uNTQ1LjAxNi0uODIuMDI4bC0uMDMzLjAwNFY2Mi40MTRIODYuODY1Yy4yODUtLjAwMi41MjItLjE2My42MzQtLjQ3bDEuMjE3LTMuNDk1Yy4wOTgtLjI4My4yMzUtLjY2Mi4zLS45NjYuMjQyLS4wODMuNTQ4LS4yMzQuNjk1LS4zMjcuMDItLjAwOC4wNC0uMDE3LjA3LS4wMTcuMDIyLS4wMDIuMDYuMDAzLjA4NS4wNDYuMDIuMDU4LjA0NC4xMy4wNy4xOWwxLjM5OCAzLjk4Yy4wOTIuMjY2LjE4NC41NS4yOC43NzQuMDkzLjIuMjMuMjguNDcyLjI4MmguMDhWNjIuNzFsLS4wMzMtLjAwMnpNOTQuMDUzIDYxLjkzYzAgLjMwOC4yMTMuMzk3LjQ1Ni40My4zMS4wMjIuNjUzLjAyMiAxLjAwNi0uMDIuMzItLjAzNy41OTItLjIyLjczLS40MS4xMi0uMTY3LjE4OC0uMzguMjM0LS41NDhoLjIyYy0uMDgyLjQzNS0uMTkuODYyLS4yOCAxLjI5Ni0uNjcgMC0xLjM0LS4wMy0yLjAxLS4wMy0uNjcgMC0xLjMzOC4wMy0yLjAxLjAzdi0uMjNoLjEwNWMuMjc1IDAgLjU3Mi0uMDM3LjU3Mi0uNTF2LTMuOTFjMC0uMzk2LS4yOTctLjQzNi0uNTcyLS40MzZIOTIuNHYtLjIyOGMuNDA0IDAgLjguMDMgMS4yMDQuMDMuMzkgMCAuNzY4LS4wMyAxLjE1Ni0uMDN2LjIyOGgtLjE5Yy0uMjg4IDAtLjUxOC4wMDgtLjUxOC40MTJ2My45Mjd6Ii8+PHBhdGggZD0iTTk2LjM5MyA2Mi42NDNjLjA4OC0uNDEuMTg4LS44MTYuMjctMS4yMjdoLS4xNThjLS4wNDYuMTY1LS4xMTUuMzctLjIzMi41MzYtLjE0NC4xOTUtLjQyNS4zODItLjc1Ni40MjMtLjIuMDItLjM5NS4wMy0uNTgyLjAzLS4xNDcgMC0uMjktLjAwNi0uNDMtLjAxNi0uMjQ4LS4wMjgtLjQ4Ny0uMTM0LS40ODUtLjQ2di0zLjkyN2MwLS40MjUuMjY4LS40NDQuNTUtLjQ0NGguMTU4di0uMTY0Yy0uMzc1IDAtLjc0My4wMy0xLjEyMi4wMy0uMzk2IDAtLjc4LS4wMy0xLjE3Mi0uMDN2LjE2M2guMDczYy4yNyAwIC42MDYuMDQ2LjYwNi40NjZ2My45MTJjMCAuNDkyLS4zMy41NDMtLjYwNi41NDNoLS4wNzN2LjE2MmMuNjYgMCAxLjMxNy0uMDMgMS45OC0uMDMuNjYgMCAxLjMyLjAzIDEuOTguMDNtLjAyNy4wNjZjLS42NyAwLTEuMzQtLjAyOC0yLjAxLS4wMjgtLjY3IDAtMS4zMzguMDI4LTIuMDEyLjAyOGgtLjAzVjYyLjQxNGguMTM3Yy4yNzUtLjAwNi41MzYtLjAyNS41MzgtLjQ3NnYtMy45MTJjLS4wMDItLjM3LS4yNi0uMzk2LS41MzgtLjRoLS4xMzhWNTcuMzNoLjAzYy40MDYgMCAuODAzLjAyNyAxLjIwNi4wMjcuMzg3IDAgLjc2NS0uMDI4IDEuMTU2LS4wMjhoLjAzVjU3LjYyNGgtLjIyMmMtLjI5My4wMS0uNDgtLjAwNS0uNDg0LjM4djMuOTI3Yy4wMDIuMjg0LjE5LjM2LjQyNi4zOTUuMTM0LjAxLjI3NS4wMTUuNDIzLjAxNS4xODYgMCAuMzgtLjAwOC41NzYtLjAyOC4zMS0uMDM4LjU3Ny0uMjE3LjcwNi0uNC4xMTgtLjE2LjE4NS0uMzcuMjMtLjUzNGwuMDA3LS4wMjVIOTYuNzRsLS4wMDYuMDRjLS4wODguNDM0LS4xOS44Ni0uMjg1IDEuMjkzbC0uMDA3LjAyNGgtLjAyMnoiLz48L2c+PC9zdmc+)
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-maestro #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzM0YzAgMi4zNTYtMS45MSA0LjI2Ni00LjI2NiA0LjI2Nkg0LjI2OEMxLjkwOCA4MCAwIDc4LjA5IDAgNzUuNzM0VjQuMjdDMCAxLjkxIDEuOTEgMCA0LjI2OCAwaDExOS40NjdDMTI2LjA5IDAgMTI4IDEuOTEgMTI4IDQuMjd2NzEuNDY0eiIgZmlsbD0iIzE0NDc3QyIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik03OS4yMzUgNjIuOTc1bDEuMTg3LS4wMzIgMS4xNy0uMDkgMS4xNDctLjE0NCAxLjEzMi0uMjA1IDEuMTE2LS4yNTUgMS4wOTQtLjMxIDEuMDY2LS4zNjIgMS4wNS0uNDE2IDEuMDItLjQ2Ljk4OC0uNTA3Ljk2NS0uNTUuOTMyLS42MDQuOTA0LS42NC44Ny0uNjguODM2LS43MjQuOC0uNzY0Ljc1NS0uOC43MjUtLjgzOC42OS0uODY4LjY0LS45LjU5Ni0uOTM0LjU1LS45NjcuNTE0LS45OS40Ni0xLjAxOC40MS0xLjA1LjM2Mi0xLjA2NC4zMS0xLjA5NC4yNTQtMS4xMS4yMDUtMS4xNC4xNDQtMS4xNS4wOS0xLjE3LjAzMi0xLjE4NS0uMDMzLTEuMTc3LS4wOS0xLjE2NC0uMTQ0LTEuMTQtLjIwNS0xLjEzLS4yNTUtMS4xMDQtLjMxLTEuMDg2LS4zNi0xLjA2NS0uNDEtMS4wNDMtLjQ2LTEuMDEtLjUxNS0uOTktLjU1LS45Ni0uNTk2LS45MzctLjY0LS44OTYtLjY5LS44Ny0uNzI1LS44My0uNzU1LS44LS44LS43NTUtLjgzNy0uNzI3LS44Ny0uNjgtLjkwMy0uNjQtLjkzLS41OTYtLjk2Ni0uNTUtLjk4OC0uNTE1LTEuMDItLjQ2LTEuMDUtLjQxLTEuMDY2LS4zNjItMS4wOTQtLjMxLTEuMTE2LS4yNTUtMS4xMzMtLjIwNC0xLjE0OC0uMTQzLTEuMTctLjA5LTEuMTg3LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTcuMjU2LTEuMDg4LjMxLTEuMDcyLjM2My0xLjA0LjQwOC0xLjAyLjQ2Mi0uOTg4LjUxNC0uOTYuNTUtLjkzNy41OTYtLjg5OC42NDItLjg2OC42OC0uODMuNzI1LS43OTUuNzU0LS43Ni44LS43MjQuODMtLjY4Ljg3LS42NDIuODk2LS41OTcuOTM3LS41NS45Ni0uNTA3Ljk5LS40NTQgMS4wMS0uNDEyIDEuMDQyLS4zNjMgMS4wNjQtLjMwMyAxLjA4Ni0uMjU3IDEuMTAzLS4yIDEuMTMyLS4xNDcgMS4xNC0uMDkgMS4xNjMtLjAzIDEuMTc3LjAzIDEuMTg2LjA5IDEuMTcuMTQ2IDEuMTUuMiAxLjE0LjI1OCAxLjExLjMwMyAxLjA5My4zNjMgMS4wNjQuNDEyIDEuMDUuNDU0IDEuMDIuNTA3Ljk4OC41NS45NjcuNTk4LjkzNS42NDMuOS42OC44NjcuNzIzLjgzOC43Ni44Ljc5Ni43NjQuODMuNzI0Ljg2OC42OC44OTguNjQuOTM2LjYwNC45Ni41NS45ODguNTA3IDEuMDIuNDYyIDEuMDQuNDE2IDEuMDczLjM2IDEuMDg4LjMxMiAxLjExNy4yNTUgMS4xMzMuMjA0IDEuMTQ3LjE0NCAxLjE3LjA5Ii8+PHBhdGggZmlsbD0iIzBCODRDNCIgZD0iTTQ4Ljc2NSA2Mi45NzVsMS4xODUtLjAzMiAxLjE3LS4wOSAxLjE1LS4xNDQgMS4xMy0uMjA1IDEuMTItLjI1NSAxLjA4NC0uMzEgMS4wNzUtLjM2MiAxLjA0LS40MTYgMS4wMTgtLjQ2Ljk5LS41MDcuOTU3LS41NS45MzctLjYwNC45LS42NC44NjYtLjY4LjgzMi0uNzI0LjgtLjc2NC43NTMtLjguNzI2LS44MzguNjgtLjg2OC42NC0uOS42LS45MzQuNTUtLjk2Ny41MDYtLjk5LjQ1OC0xLjAxOC40MDgtMS4wNS4zNi0xLjA2NC4zMDQtMS4wOTQuMjYtMS4xMS4yMDMtMS4xNC4xNC0xLjE1LjA5LTEuMTcuMDMtMS4xODUtLjAzLTEuMTc3LS4wOS0xLjE2NC0uMTQtMS4xNC0uMjA1LTEuMTMtLjI2LTEuMTA0LS4zMDItMS4wODYtLjM2LTEuMDY1LS40MS0xLjA0My0uNDU3LTEuMDEtLjUwNy0uOTktLjU1LS45Ni0uNi0uOTM3LS42NC0uODk2LS42OC0uODctLjcyNy0uODMtLjc1NC0uOC0uOC0uNzU1LS44MzItLjcyNy0uODY3LS42OC0uODk4LS42NC0uOTM3LS41OTYtLjk1OC0uNTUtLjk5LS41MTUtMS4wMTctLjQ2LTEuMDQtLjQxLTEuMDc2LS4zNjItMS4wODUtLjMxLTEuMTItLjI1NS0xLjEzLS4yMDQtMS4xNS0uMTQzLTEuMTctLjA5LTEuMTg1LS4wMy0xLjE4NS4wMy0xLjE3LjA5LTEuMTQ3LjE0NC0xLjEzMy4yMDUtMS4xMTguMjU2LTEuMDk0LjMxLTEuMDY1LjM2My0xLjA1LjQwOC0xLjAyLjQ2Mi0uOTg3LjUxNC0uOTY3LjU1LS45My41OTYtLjkwNi42NDItLjg2Ny42OC0uODQuNzI1LS43OTMuNzU0LS43Ni44LS43MjYuODMtLjY4Ny44Ny0uNjQuODk2LS41OTYuOTM3LS41NTIuOTYtLjUxNC45OS0uNDYgMS4wMS0uNDA4IDEuMDQyLS4zNjIgMS4wNjQtLjMxIDEuMDg2LS4yNTYgMS4xMDMtLjIwMyAxLjEzMi0uMTQ1IDEuMTQtLjA5MiAxLjE2My0uMDMgMS4xNzcuMDMgMS4xODYuMDkyIDEuMTcuMTQ0IDEuMTUuMjAyIDEuMTQuMjU2IDEuMTEuMzEgMS4wOTMuMzYyIDEuMDY0LjQwOCAxLjA1LjQ2IDEuMDIuNTE0Ljk4OC41NTIuOTY3LjU5Ni45MzUuNjQuOS42ODguODY3LjcyNS44MzguNzYuOC43OTQuNzY0Ljg0LjcyNC44NjcuNjguOTA2LjY0LjkzLjYwNC45NjYuNTUuOTg4LjUwNyAxLjAyLjQ2MiAxLjA1LjQxNiAxLjA2NC4zNiAxLjA5NC4zMTIgMS4xMTguMjU1IDEuMTMzLjIwNCAxLjE0Ny4xNDQgMS4xNy4wOSIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik02MS4xNyAyNS43NzdoMTEuNjQ3di0xLjI4M0g2Mi4yOTRNNTkuMzQyIDI4LjQ5NWgxMy40NzVWMjcuMjJoLTEyLjY2TTU3Ljk3NSAzMS4yNmgxNC44NDJ2LTEuMjg1SDU4LjYwMk01Ny4wODYgMzMuOTc3aDE1LjczVjMyLjdINTcuNDhNNTYuNTA0IDM2LjcwMmgxNi4zMTN2LTEuMjg1aC0xNi4wOE01Ni4zODIgNDEuOThoMTYuNDM1di0xLjI4Nkg1Ni4yN001Ni43NzYgNDQuODU1aDE2LjA0di0xLjI4M0g1Ni41NDNNNTcuNTU0IDQ3LjE4OGgxNS4yNjN2LTEuMjgzSDU3LjE2TTU4LjcxNCA1MC4wMjZoMTQuMTAzdi0xLjI4M2gtMTQuNzJNNjAuMzUyIDUyLjkwM2gxMi40NjVWNTEuNjJINTkuNDkzTTYyLjQwNyA1NS42NjVoMTAuM3YtMS4yODJINjEuMjgyIi8+PGcgZmlsbD0iI0VCMjIzMCI+PHBhdGggZD0iTTk4LjQ2NiA1NC4wNjZsLjA2Ny0uMjA0LjExMy0uMTg4LjE0NC0uMTY3LjE2Ni0uMTM3LjE4OC0uMTA1LjIwNS0uMDY4LjIxNy0uMDIyLjIyNi4wMjIuMjEzLjA2OC4xODcuMTA1LjE2Ni4xMzcuMTM0LjE2Ny4xMDguMTg4LjA2OC4yMDRoLS4yMzRsLS4wNDctLjE0My0uMDgyLS4xNi0uMTA3LS4xMzUtLjEyOC0uMTA3LS4xNS0uMDgtLjE3NS0uMDUzLS4xOC0uMDE3LS4xOC4wMTctLjE3NC4wNTItLjE1Mi4wOC0uMTM2LjEwOC0uMTA0LjEzNi0uMDg0LjE2LS4wNDYuMTQyIi8+PHBhdGggZD0iTTk5LjE3NSA1NC4wNjZ2LS4yNzJoLjQyOGwuMS4wMDcuMDg0LjAxLjA3NS4wMjMuMDYuMDMuMDQ3LjAzNi4wMzYuMDQ0LjAyMi4wNTMuMDA2LjA3aC0uMTk1bC0uMDEtLjA0LS4wMTMtLjAzLS4wMjQtLjAzLS4wMy0uMDIzLS4wMzctLjAxNC0uMDM3LS4wMDctLjA0LS4wMDhoLS4yNzd2LjE1TTk4LjQ1IDU0LjI2M2wuMDE2LS4xOXYtLjAwN2guMjI0bC0uMDA3LjAzOC0uMDE0LjE2Ii8+PHBhdGggZD0iTTk5LjE3NSA1NC4yNjN2LS4xOTdoLjE5N3YuMTU4aC4zMjNsLjA0NC0uMDA3LjAzNy0uMDE2LjAyNC0uMDE0LjAyNS0uMDMuMDE0LS4wMzd2LS4wNTRoLjE5NGwtLjAwNi4wNjgtLjAxMy4wNi0uMDI1LjA0NS0uMDIuMDIzTTEwMC40NiA1NC4yNjNsLS4wMTgtLjE2LS4wMDYtLjAzN2guMjM0di4wMDdsLjAyLjE5TTk4LjQ1IDU0LjI2M2wtLjAwNy4wMzcuMDIzLjIyNS4wNjcuMjEzLjExMy4xOC4xNDQuMTY3LjE2Ni4xMjcuMTg4LjEuMjA1LjA2LjIxNy4wMjMuMjI2LS4wMjMuMjEzLS4wNi4xODctLjEuMTY2LS4xMjcuMTM0LS4xNjYuMTA4LS4xODIuMDY4LS4yMTMuMDItLjIyNXYtLjAzN2gtLjIzdi4wMzdsLS4wMTguMTk3LS4wNTMuMTgtLjA4Mi4xNi0uMTA3LjEzNS0uMTI4LjExMy0uMTUuMDgzLS4xNzUuMDUyLS4xOC4wMTYtLjE4LS4wMTYtLjE3NC0uMDUyLS4xNTItLjA4My0uMTM2LS4xMTMtLjEwNC0uMTM2LS4wODQtLjE2LS4wNTMtLjE4LS4wMTQtLjE5NnYtLjAzNyIvPjxwYXRoIGQ9Ik05OS4xNzUgNTQuMjYzdi40NjZoLjE5N3YtLjM4NWguMTk1bC4yMzQuMzg0SDEwMGwtLjI4LS4zODUuMDctLjAwOC4wNjYtLjAwOC4wNTItLjAyMi4wNDYtLjAzLjAxNy0uMDE1Ii8+PC9nPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik03NC4yNiAzOC4wMjNsLS4xNS0uMDA3LS4xNTItLjAxNi0uMTM2LS4wMjItLjEzNi0uMDE0LS4xMzUtLjAyNS0uMTM0LS4wMjItLjE0NC0uMDIzLS4xNS0uMDIzLS4xNi0uMDE3LS4xNjYtLjAxNC0uMTktLjAxNC0uMjAzLS4wMDhoLS4yMjVsLS4yNS4wMDgtLjI4LjAxNS0uMy4wMjQtLjIxOC4wMy0uMjA2LjA0NS0uMTkuMDYtLjE2Ny4wNy0uMTUuMDgtLjEzNS4wOTItLjExMy4xMDYtLjA5LjEwNS0uMDcuMTItLjA0Ni4xMy0uMDIzLjEyN3YuMTM2bC4wMzQuMTQzLjA1LjE0My4wODMuMTQzLjEwOC4xNDQuMjE3LjE5Ny4yNTYuMTYuMzA0LjEzNC4zMjQuMTE0LjM0LjExNC4zNTUuMTEzLjM2My4xMy4zNDcuMTUuMzI1LjE4Mi4zMDguMjIuMjcyLjI3OC4yMjcuMzMyLjE3My40MDcuMTE3LjQ4NC4wMzcuNTcyLS4wMzguNjgtLjA4NC41MDYtLjEzOC40NTItLjE3NC40MS0uMjE3LjM2LS4yNTguMzE4LS4yOC4yNy0uMzEuMjM1LS4zMzIuMjA1LS4zNDcuMTY2LS4zNjMuMTM1LS4zNy4xMTQtLjM3LjA4My0uMzcuMDYtLjM2LjAzOC0uMzQ4LjAyMi0uMzQuMDA4aC0uNDY3bC0uNDI1LS4wMDgtLjM4NS0uMDA3LS4zNTQtLjAwNy0uMzIyLS4wMTUtLjI5LS4wMTUtLjI3Mi0uMDItLjI0LS4wMzMtLjIyNy0uMDMtLjIxLS4wMzctLjItLjAzOC0uMTk2LS4wNTMtLjE3OC0uMDUzLS4xODQtLjA1Mi0uMTgtLjA3LS4xOS0uMDY2LjQ2OC0yLjM3LjEwOC4wMjMuMTI3LjAzNi4xNTguMDQuMTczLjA0NC4yMDUuMDQuMjI3LjA1My4yNDMuMDQzLjI1NS4wNDYuMjczLjA0LjI4Ny4wMzYuMjkzLjAzLjMxLjAzLjMxLjAxNS4zMTcuMDA3aC4zMTdsLjMyNS0uMDE1LjMwMy0uMDUzLjI0Ny0uMDgyLjE5LS4xMjIuMTUtLjEzNS4xMTQtLjE2LjA4NS0uMTY1LjA2Ni0uMTY2LjA0Ny0uMTY3LjAyMy0uMTczLS4wMDgtLjE1My0uMDM3LS4xNDItLjA2LS4xMi0uMDg0LS4xMi0uMTA1LS4xMDgtLjEyNy0uMDk4LS4xNDMtLjA5LS4xNi0uMDgyLS4xNzMtLjA4NC0uMTktLjA4My0uMTk1LS4wNzUtLjE5NS0uMDc2LS4yMTMtLjA4My0uMjEtLjA4NC0uMjItLjA5LS4yMTItLjA5LS4yMTMtLjEtLjIxLS4xMTItLjIwNC0uMTIyLS4xOTYtLjEyOC0uMTgtLjE0NC0uMTc1LS4xNjYtLjE2LS4xNzMtLjE0NC0uMTk3LS4xMjgtLjIxMi0uMTA2LS4yMzItLjA5LS4yNS0uMDYtLjI4LS4wMzctLjMwMi0uMDA4LS4zMy4wMjQtLjM1Ny4wMi0uMjE4LjAzMy0uMjEyLjAzLS4yMDMuMDQ1LS4xOTcuMDQ0LS4xOS4wNTQtLjE4Ny4wNjgtLjE3NC4wNy0uMTczLjA4LS4xNi4wODMtLjE1Ni4xLS4xNDUuMTA2LS4xNDMuMTEzLS4xMzcuMTIyLS4xMjguMTI3LS4xMi4xNDItLjExNC4xNS0uMTA2LjE2LS4wOTcuMTc0LS4wOS4xODMtLjA5Mi4xOS0uMDc2LjIwMi0uMDc1LjIxLS4wNi4yMjctLjA2LjI0My0uMDU0LjI1LS4wNDQuMjU2LS4wMzguMjcyLS4wMy4yODgtLjAyNC4zLS4wMTQuMzEtLjAxNWguNzI2bC4zNjIuMDA2LjMyNC4wMDguMzAzLjAxNC4yNjMuMDE3LjI0Mi4wMTIuMjE4LjAyNC4xOS4wMTQuMTc0LjAyNC4xNS4wMjIuMTQ1LjAxNC4xMi4wMjMuMTA3LjAxNi4wOTYuMDE0LjA5LjAxNC4wODMuMDEiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTc0LjI2IDM4LjAyM2wtLjE1LS4wMDctLjE1Mi0uMDE2LS4xMzYtLjAyMi0uMTM2LS4wMTQtLjEzNS0uMDI1LS4xMzQtLjAyMi0uMTQ0LS4wMjMtLjE1LS4wMjMtLjE2LS4wMTctLjE2Ni0uMDE0LS4xOS0uMDE0LS4yMDMtLjAwOGgtLjIyNWwtLjI1LjAwOC0uMjguMDE1LS4zLjAyNC0uMjE4LjAzLS4yMDYuMDQ1LS4xOS4wNi0uMTY3LjA3LS4xNS4wOC0uMTM1LjA5Mi0uMTEzLjEwNi0uMDkuMTA1LS4wNy4xMi0uMDQ2LjEzLS4wMjMuMTI3di4xMzZsLjAzNC4xNDMuMDUuMTQzLjA4My4xNDMuMTA4LjE0NC4yMTcuMTk3LjI1Ni4xNi4zMDQuMTM0LjMyNC4xMTQuMzQuMTE0LjM1NS4xMTMuMzYzLjEzLjM0Ny4xNS4zMjUuMTgyLjMwOC4yMi4yNzIuMjc4LjIyNy4zMzIuMTczLjQwNy4xMTcuNDg0LjAzNy41NzItLjAzOC42OC0uMDg0LjUwNi0uMTM4LjQ1Mi0uMTc0LjQxLS4yMTcuMzYtLjI1OC4zMTgtLjI4LjI3LS4zMS4yMzUtLjMzMi4yMDUtLjM0Ny4xNjYtLjM2My4xMzUtLjM3LjExNC0uMzcuMDgzLS4zNy4wNi0uMzYuMDM4LS4zNDguMDIyLS4zNC4wMDhoLS40NjdsLS40MjUtLjAwOC0uMzg1LS4wMDctLjM1NC0uMDA3LS4zMjItLjAxNS0uMjktLjAxNS0uMjcyLS4wMi0uMjQtLjAzMy0uMjI3LS4wMy0uMjEtLjAzNy0uMi0uMDM4LS4xOTYtLjA1My0uMTc4LS4wNTMtLjE4NC0uMDUyLS4xOC0uMDctLjE5LS4wNjYuNDY4LTIuMzcuMTA4LjAyMy4xMjcuMDM2LjE1OC4wNC4xNzMuMDQ0LjIwNS4wNC4yMjcuMDUzLjI0My4wNDMuMjU1LjA0Ni4yNzMuMDQuMjg3LjAzNi4yOTMuMDMuMzEuMDMuMzEuMDE1LjMxNy4wMDdoLjMxN2wuMzI1LS4wMTUuMzAzLS4wNTMuMjQ3LS4wODIuMTktLjEyMi4xNS0uMTM1LjExNC0uMTYuMDg1LS4xNjUuMDY2LS4xNjYuMDQ3LS4xNjcuMDIzLS4xNzMtLjAwOC0uMTUzLS4wMzctLjE0Mi0uMDYtLjEyLS4wODQtLjEyLS4xMDUtLjEwOC0uMTI3LS4wOTgtLjE0My0uMDktLjE2LS4wODItLjE3My0uMDg0LS4xOS0uMDgzLS4xOTUtLjA3NS0uMTk1LS4wNzYtLjIxMy0uMDgzLS4yMS0uMDg0LS4yMi0uMDktLjIxMi0uMDktLjIxMy0uMS0uMjEtLjExMi0uMjA0LS4xMjItLjE5Ni0uMTI4LS4xOC0uMTQ0LS4xNzUtLjE2Ni0uMTYtLjE3My0uMTQ0LS4xOTctLjEyOC0uMjEyLS4xMDYtLjIzMi0uMDktLjI1LS4wNi0uMjgtLjAzNy0uMzAyLS4wMDgtLjMzLjAyNC0uMzU3LjAyLS4yMTguMDMzLS4yMTIuMDMtLjIwMy4wNDUtLjE5Ny4wNDQtLjE5LjA1NC0uMTg3LjA2OC0uMTc0LjA3LS4xNzMuMDgtLjE2LjA4My0uMTU2LjEtLjE0NS4xMDYtLjE0My4xMTMtLjEzNy4xMjItLjEyOC4xMjctLjEyLjE0Mi0uMTE0LjE1LS4xMDYuMTYtLjA5Ny4xNzQtLjA5LjE4My0uMDkyLjE5LS4wNzYuMjAyLS4wNzUuMjEtLjA2LjIyNy0uMDYuMjQzLS4wNTQuMjUtLjA0NC4yNTYtLjAzOC4yNzItLjAzLjI4OC0uMDI0LjMtLjAxNC4zMS0uMDE1aC43MjZsLjM2Mi4wMDYuMzI0LjAwOC4zMDMuMDE0LjI2My4wMTcuMjQyLjAxMi4yMTguMDI0LjE5LjAxNC4xNzQuMDI0LjE1LjAyMi4xNDUuMDE0LjEyLjAyMy4xMDcuMDE2LjA5Ni4wMTQuMDkuMDE0LjA4My4wMS0uNTQyIDIuNDQ1Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc2Ljc0NCAzMi45NzJoMy4wMzVsLS40NyAyLjY0M2gxLjg2N2wtLjQyMiAyLjQwOC0xLjkxMi0uMDQtMS4wMDIgNi4wMi0uMDE2LjEyN3YuMTEzbC4wMTcuMS4wMy4wOS4wNDQuMDc2LjA1Mi4wNzMuMDcuMDYyLjA3NS4wNDMuMDkuMDQ2LjA5My4wMzguMTAzLjAzLjEwNi4wMTYuMTI0LjAyMi4xMi4wMDguMTI3LjAwN2guMzdsLjIxMi0uMDE1LjE5NS0uMDMuMTY3LS4wMzguMTI4LS4wMzguMDk4LS4wMzguMDYtLjAzLjAyNC0uMDA3LS4zMSAyLjA2LS4wNzcuMDQ2LS4wODIuMDM3LS4wODQuMDM4LS4wOC4wNC0uMDgzLjAzLS4wOTMuMDI4LS4wODguMDMtLjEwOC4wMy0uMTA1LjAzLS4xMTUuMDI1LS4xMjcuMDItLjEzNS4wMjMtLjE0NC4wMjQtLjE1LjAyMi0uMTczLjAyNC0uMTgzLjAyMmgtLjgxNWwtLjQzLS4wMy0uMzg2LS4wNDQtLjM0LS4wNi0uMjk0LS4wODUtLjI1LS4wOS0uMjEtLjExNC0uMTc2LS4xMjgtLjE0Mi0uMTQ1LS4xMTMtLjE1OC0uMDg0LS4xNzUtLjA1LS4xODgtLjAzLS4yMS0uMDEtLjIyLjAxLS4yNDIuMDItLjI1LjA0LS4yNyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNNzYuNzQ0IDMyLjk3MmgzLjAzNWwtLjQ3IDIuNjQzaDEuODY3bC0uNDIyIDIuNDA4LTEuOTEyLS4wNC0xLjAwMiA2LjAyLS4wMTYuMTI3di4xMTNsLjAxNy4xLjAzLjA5LjA0NC4wNzYuMDUyLjA3My4wNy4wNjIuMDc1LjA0My4wOS4wNDYuMDkzLjAzOC4xMDMuMDMuMTA2LjAxNi4xMjQuMDIyLjEyLjAwOC4xMjcuMDA3aC4zN2wuMjEyLS4wMTUuMTk1LS4wMy4xNjctLjAzOC4xMjgtLjAzOC4wOTgtLjAzOC4wNi0uMDMuMDI0LS4wMDctLjMxIDIuMDYtLjA3Ny4wNDYtLjA4Mi4wMzctLjA4NC4wMzgtLjA4LjA0LS4wODMuMDMtLjA5My4wMjgtLjA4OC4wMy0uMTA4LjAzLS4xMDUuMDMtLjExNS4wMjUtLjEyNy4wMi0uMTM1LjAyMy0uMTQ0LjAyNC0uMTUuMDIyLS4xNzMuMDI0LS4xODMuMDIyaC0uODE1bC0uNDMtLjAzLS4zODYtLjA0NC0uMzQtLjA2LS4yOTQtLjA4NS0uMjUtLjA5LS4yMS0uMTE0LS4xNzYtLjEyOC0uMTQyLS4xNDUtLjExMy0uMTU4LS4wODQtLjE3NS0uMDUtLjE4OC0uMDMtLjIxLS4wMS0uMjIuMDEtLjI0Mi4wMi0uMjUuMDQtLjI3IDIuMDE0LTExLjgwOCIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik01OC4yOTQgNDIuMTM3bC0uMDM4LjE5LS4wMDguMTg4LjAxNi4yMDQuMDQ2LjE5NC4wNTcuMjA2LjA5Mi4yMDMuMTA0LjE5Ni4xMy4xODguMTQyLjE4LjE2Ny4xNzUuMTcyLjE1LjE5LjE0NC4yMDIuMTIuMjEzLjEuMjI4LjA3My4yMjUuMDU0LjI3LjAzOC4yNzQuMDM3LjI4LjAzLjI3OC4wMTUuMjg3LjAwN2guMjhsLjI5NC0uMDE0LjI4Ny0uMDI0LjI5My0uMDQ0LjMwMy0uMDU0LjMtLjA3NS4zMDMtLjA5Ny4zLS4xMTQuMzItLjEzNy4zMS0uMTY1LjMxNi0uMTgtLjQ3IDIuNjc4LS4xNzMuMDktLjE3NC4wODQtLjE2LjA3LS4xNjQuMDYtLjE3LjA2LS4xNjIuMDQ1LS4xNzYuMDM4LS4xODcuMDM3LS4xOTYuMDI0LS4yMTIuMDItLjIzNS4wMjQtLjI1LjAwOC0uMjcuMDE0aC0uMzAzbC0uMzMzLjAwOGgtLjYyNWwtLjI3NC0uMDE1LS4yNjItLjAxNS0uMjc0LS4wMy0uMjgtLjAzOC0uMjctLjA0Ni0uMjctLjA2LS4yNzMtLjA2LS4yNjctLjA4My0uMjYzLS4wODMtLjI1OC0uMDk4LS4yNTUtLjExMy0uMjUtLjEzLS4yNC0uMTM2LS4yMy0uMTQ4LS4yMjQtLjE2Ny0uMjEyLS4xOC0uMjAyLS4xOTgtLjE5Ny0uMjEtLjE3My0uMjMtLjE2NS0uMjQ4LS4xNS0uMjU1LS4xMzctLjI4LS4xMi0uMjk3LS4xMDgtLjMxNC0uMDgtLjMzMy0uMDctLjM0Ni0uMDQ1LS4zNzgtLjAzLS4zOTN2LS40MDdsLjAxNi0uNDM4LjAzNi0uNDU0LjAyMi0uMTU3LjAyNC0uMTgyLjAzLS4xODMuMDM4LS4xOTUuMDM4LS4yMDMuMDUyLS4yMS4wNi0uMjIuMDYyLS4yMjYuMDc1LS4yMzYuMDg0LS4yMjYuMDk3LS4yMzUuMTA1LS4yMy4xMi0uMjM1LjEzLS4yMzYuMTQzLS4yMzMuMTUtLjIyNy4xNzMtLjIxOC4xOC0uMjIuMi0uMjEyLjIxNy0uMTk2LjIyOC0uMTk3LjI1LS4xOC4yNjItLjE2Ny4yODctLjE1OC4zMDMtLjEzNi4zMjUtLjEzLjM0LS4xMS4zNi0uMDkyLjM4Ni0uMDc1LjQxLS4wNTQuNDIyLS4wMy40NTItLjAxNWguMjFsLjIxMy4wMTYuMjE4LjAxNC4yMi4wMjQuMjIuMDMuMjI2LjA0NC4yMTguMDUzLjIyLjA2LjIyLjA3LjIxNy4wODMuMjEuMDkuMjA3LjEwOC4xOTUuMTIuMTk3LjEyOC4xOC4xNTIuMTgyLjE1Ny4xNjMuMTc1LjE2LjE5LjE0My4yMS4xMy4yMi4xMi4yNC4xMDguMjU2LjA5LjI4LjA2Ny4yOTUuMDYuMzE4LjAzOC4zMy4wMTYuMzU2di4zNzhsLS4wMjMuNC0uMDM2LjQyMy0uMDY4LjQ0Ni0uMDkzLjQ3LS4xMjIuNjYyaC03Ljg0MmwuNDY4LTIuMWg0LjcwNGwuMDIzLS4yODZ2LS4yNjZsLS4wMTctLjI0OC0uMDQ1LS4yMjctLjA2LS4yMDMtLjA3NS0uMTktLjA5OC0uMTY4LS4xMTQtLjE1LS4xMjctLjEzNy0uMTQzLS4xMTItLjE1LS4wOS0uMTYtLjA3Ni0uMTc0LS4wNi0uMTgtLjA0Ni0uMTktLjAyLS4xOTUtLjAxaC0uMjEzbC0uMTk1LjAzLS4xOTUuMDM3LS4xODQuMDYzLS4xNzMuMDgyLS4xNjUuMDk4LS4xNTcuMTEzLS4xNDUuMTMtLjEzNC4xNS0uMTIuMTYtLjExNS4xNzItLjEwNS4xOS0uMDkuMTk1LS4wNzcuMjEyLS4wNi4yMjYtLjA1NC4yMzQiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU4LjI5NCA0Mi4xMzdsLS4wMzguMTktLjAwOC4xODguMDE2LjIwNC4wNDYuMTk0LjA1Ny4yMDYuMDkyLjIwMy4xMDQuMTk2LjEzLjE4OC4xNDIuMTguMTY3LjE3NS4xNzIuMTUuMTkuMTQ0LjIwMi4xMi4yMTMuMS4yMjguMDczLjIyNS4wNTQuMjcuMDM4LjI3NC4wMzcuMjguMDMuMjc4LjAxNS4yODcuMDA3aC4yOGwuMjk0LS4wMTQuMjg3LS4wMjQuMjkzLS4wNDQuMzAzLS4wNTQuMy0uMDc1LjMwMy0uMDk3LjMtLjExNC4zMi0uMTM3LjMxLS4xNjUuMzE2LS4xOC0uNDcgMi42NzgtLjE3My4wOS0uMTc0LjA4NC0uMTYuMDctLjE2NC4wNi0uMTcuMDYtLjE2Mi4wNDUtLjE3Ni4wMzgtLjE4Ny4wMzctLjE5Ni4wMjQtLjIxMi4wMi0uMjM1LjAyNC0uMjUuMDA4LS4yNy4wMTRoLS4zMDNsLS4zMzMuMDA4aC0uNjI1bC0uMjc0LS4wMTUtLjI2Mi0uMDE1LS4yNzQtLjAzLS4yOC0uMDM4LS4yNy0uMDQ2LS4yNy0uMDYtLjI3My0uMDYtLjI2Ny0uMDgzLS4yNjMtLjA4My0uMjU4LS4wOTgtLjI1NS0uMTEzLS4yNS0uMTMtLjI0LS4xMzYtLjIzLS4xNDgtLjIyNC0uMTY3LS4yMTItLjE4LS4yMDItLjE5OC0uMTk3LS4yMS0uMTczLS4yMy0uMTY1LS4yNDgtLjE1LS4yNTUtLjEzNy0uMjgtLjEyLS4yOTctLjEwOC0uMzE0LS4wOC0uMzMzLS4wNy0uMzQ2LS4wNDUtLjM3OC0uMDMtLjM5M3YtLjQwN2wuMDE2LS40MzguMDM2LS40NTQuMDIyLS4xNTcuMDI0LS4xODIuMDMtLjE4My4wMzgtLjE5NS4wMzgtLjIwMy4wNTItLjIxLjA2LS4yMi4wNjItLjIyNi4wNzUtLjIzNi4wODQtLjIyNi4wOTctLjIzNS4xMDUtLjIzLjEyLS4yMzUuMTMtLjIzNi4xNDMtLjIzMy4xNS0uMjI3LjE3My0uMjE4LjE4LS4yMi4yLS4yMTIuMjE3LS4xOTYuMjI4LS4xOTcuMjUtLjE4LjI2Mi0uMTY3LjI4Ny0uMTU4LjMwMy0uMTM2LjMyNS0uMTMuMzQtLjExLjM2LS4wOTIuMzg2LS4wNzUuNDEtLjA1NC40MjItLjAzLjQ1Mi0uMDE1aC4yMWwuMjEzLjAxNi4yMTguMDE0LjIyLjAyNC4yMi4wMy4yMjYuMDQ0LjIxOC4wNTMuMjIuMDYuMjIuMDcuMjE3LjA4My4yMS4wOS4yMDcuMTA4LjE5NS4xMi4xOTcuMTI4LjE4LjE1Mi4xODIuMTU3LjE2My4xNzUuMTYuMTkuMTQzLjIxLjEzLjIyLjEyLjI0LjEwOC4yNTYuMDkuMjguMDY3LjI5NS4wNi4zMTguMDM4LjMzLjAxNi4zNTZ2LjM3OGwtLjAyMy40LS4wMzYuNDIzLS4wNjguNDQ2LS4wOTMuNDctLjEyMi42NjJoLTcuODQybC40NjgtMi4xaDQuNzA0bC4wMjMtLjI4NnYtLjI2NmwtLjAxNy0uMjQ4LS4wNDUtLjIyNy0uMDYtLjIwMy0uMDc1LS4xOS0uMDk4LS4xNjgtLjExNC0uMTUtLjEyNy0uMTM3LS4xNDMtLjExMi0uMTUtLjA5LS4xNi0uMDc2LS4xNzQtLjA2LS4xOC0uMDQ2LS4xOS0uMDItLjE5NS0uMDFoLS4yMTNsLS4xOTUuMDMtLjE5NS4wMzctLjE4NC4wNjMtLjE3My4wODItLjE2NS4wOTgtLjE1Ny4xMTMtLjE0NS4xMy0uMTM0LjE1LS4xMi4xNi0uMTE1LjE3Mi0uMTA1LjE5LS4wOS4xOTUtLjA3Ny4yMTItLjA2LjIyNi0uMDU0LjIzNC0uNDIgMi4yNTciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNTQuMDk2IDQ0Ljc4bC0uNDMgMi40MDhoLTIuNzI4bC4wMy0uMjI2LjAzLS4yMjguMDMyLS4yMDIuMDMtLjE5LjAzLS4xNTguMDI0LS4xMzYuMDMtLjA5LjAzLS4wNTMtLjE0NC4xNjQtLjE4Mi4xNjYtLjIwMy4xNi0uMjM0LjE1LS4yNDcuMTQzLS4yNzIuMTM1LS4yODcuMTItLjI5NC4xMTUtLjMxLjA5OC0uMzE3LjA4My0uMzE3LjA2LS4zMi4wNDctLjMxNS4wMjItLjMxLjAwNy0uMy0uMDIyLS4yOTctLjA0Ni0uMzgzLS4wOTItLjMzOC0uMTIyLS4zMS0uMTQ0LS4yNzMtLjE1Ny0uMjQyLS4xNzMtLjIwMy0uMTk2LS4xODMtLjIwNS0uMTUyLS4yMjQtLjEyOC0uMjI3LS4xMDUtLjIzNy0uMDg0LS4yNC0uMDY4LS4yNS0uMDQ0LS4yNC0uMDI4LS4yNS0uMDE2LS4yNC0uMDA4LS4yMzcuMDMtLjQyLjA2Ny0uNC4xLS4zODguMTQ0LS4zNi4xNzItLjM0LjE5Ni0uMzE3LjIzNC0uMjkzLjI0OC0uMjguMjgtLjI1LjI5My0uMjE4LjMyLS4yMDUuMzMtLjE3NS4zNS0uMTUuMzU0LS4xMjIuMzYtLjA5LjM3LS4wNjhoLjAxNWwuMDU1LS4wMDcuMDgzLS4wMS4xMTItLjAxMy4xMy0uMDE1LjE0OC0uMDE1LjE2OC0uMDIzLjE4Mi0uMDE1LjE4LS4wMTUuMTgtLjAyMi4xOS0uMDE2LjE4My0uMDE1LjE2My0uMDE2LjE2LS4wMDguMTQzLS4wMDdoLjUwNmwuMTM1LjAwN2guMTNsLjEyLjAwN2guMjRsLjEwNy4wMDdoLjFsLjA4LjAwOGguMDc3bC4wNi4wMDdoLjA4NGwuMDIzLS4wNzQuMDUtLjE4Mi4wNC0uMjEzdi0uMTg3bC0uMDE1LS4xMzctLjAyNC0uMTMtLjAzNC0uMTItLjA1Mi0uMTEyLS4wNjItLjEwNy0uMDc0LS4wOTctLjA3OC0uMDktLjA5LS4wOS0uMDk3LS4wNzYtLjEtLjA2LS4xMTMtLjA2LS4xMS0uMDU0LS4xMjItLjAzNy0uMTMtLjAzMi0uMTI4LS4wMi0uMTI4LS4wMTctLjMxLS4wMDgtLjMyNC4wMDctLjM0LjAwNy0uMzQ2LjAyNC0uMzQ4LjAyMi0uMzQ3LjAzLS4zNS4wNC0uMzM3LjAzNi0uMzI2LjA1Mi0uMzA4LjA0NS0uMjguMDU0LS4yNjQuMDYtLjIzNC4wNi0uMTk3LjA2LS4xNTcuMDYyLS4xMTMuMDY1Ljc3Ny0yLjU2Ni4yMjgtLjEwNS4yNC0uMS4yNDItLjA4My4yNTctLjA2Ny4yNjUtLjA1My4yNy0uMDQ2LjI4Ny0uMDM4LjI5NS0uMDMuMy0uMDE0LjMxLS4wMTYuMzE3LS4wMDhoMS4wMjhsLjM2Mi4wMDguMzc2LjAwOC4zMS4wMy4zMjQuMDQ2LjM0LjA4My4zNC4wOTcuMzQuMTMuMzQuMTU3LjMxNy4xOC4zLjIxMi4yODIuMjQuMjQ2LjI2NS4yMTMuMjk1LjE2NS4zMjQuMTIuMzU2LjA3LjM4NS4wMDUuNDA2LS4wNi40NDYiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjIxNSIgZD0iTTU0LjA5NiA0NC43OGwtLjQzIDIuNDA4aC0yLjcyOGwuMDMtLjIyNi4wMy0uMjI4LjAzMi0uMjAyLjAzLS4xOS4wMy0uMTU4LjAyNC0uMTM2LjAzLS4wOS4wMy0uMDUzLS4xNDQuMTY0LS4xODIuMTY2LS4yMDMuMTYtLjIzNC4xNS0uMjQ3LjE0My0uMjcyLjEzNS0uMjg3LjEyLS4yOTQuMTE1LS4zMS4wOTgtLjMxNy4wODMtLjMxNy4wNi0uMzIuMDQ3LS4zMTUuMDIyLS4zMS4wMDctLjMtLjAyMi0uMjk3LS4wNDYtLjM4My0uMDkyLS4zMzgtLjEyMi0uMzEtLjE0NC0uMjczLS4xNTctLjI0Mi0uMTczLS4yMDMtLjE5Ni0uMTgzLS4yMDUtLjE1Mi0uMjI0LS4xMjgtLjIyNy0uMTA1LS4yMzctLjA4NC0uMjQtLjA2OC0uMjUtLjA0NC0uMjQtLjAyOC0uMjUtLjAxNi0uMjQtLjAwOC0uMjM3LjAzLS40Mi4wNjctLjQuMS0uMzg4LjE0NC0uMzYuMTcyLS4zNC4xOTYtLjMxNy4yMzQtLjI5My4yNDgtLjI4LjI4LS4yNS4yOTMtLjIxOC4zMi0uMjA1LjMzLS4xNzUuMzUtLjE1LjM1NC0uMTIyLjM2LS4wOS4zNy0uMDY4aC4wMTVsLjA1NS0uMDA3LjA4My0uMDEuMTEyLS4wMTMuMTMtLjAxNS4xNDgtLjAxNS4xNjgtLjAyMy4xODItLjAxNS4xOC0uMDE1LjE4LS4wMjIuMTktLjAxNi4xODMtLjAxNS4xNjMtLjAxNi4xNi0uMDA4LjE0My0uMDA3aC41MDZsLjEzNS4wMDdoLjEzbC4xMi4wMDdoLjI0bC4xMDcuMDA3aC4xbC4wOC4wMDhoLjA3N2wuMDYuMDA3aC4wODRsLjAyMy0uMDc0LjA1LS4xODIuMDQtLjIxM3YtLjE4N2wtLjAxNS0uMTM3LS4wMjQtLjEzLS4wMzQtLjEyLS4wNTItLjExMi0uMDYyLS4xMDctLjA3NC0uMDk3LS4wNzgtLjA5LS4wOS0uMDktLjA5Ny0uMDc2LS4xLS4wNi0uMTEzLS4wNi0uMTEtLjA1NC0uMTIyLS4wMzctLjEzLS4wMzItLjEyOC0uMDItLjEyOC0uMDE3LS4zMS0uMDA4LS4zMjQuMDA3LS4zNC4wMDctLjM0Ni4wMjQtLjM0OC4wMjItLjM0Ny4wMy0uMzUuMDQtLjMzNy4wMzYtLjMyNi4wNTItLjMwOC4wNDUtLjI4LjA1NC0uMjY0LjA2LS4yMzQuMDYtLjE5Ny4wNi0uMTU3LjA2Mi0uMTEzLjA2NS43NzctMi41NjYuMjI4LS4xMDUuMjQtLjEuMjQyLS4wODMuMjU3LS4wNjcuMjY1LS4wNTMuMjctLjA0Ni4yODctLjAzOC4yOTUtLjAzLjMtLjAxNC4zMS0uMDE2LjMxNy0uMDA4aDEuMDI4bC4zNjIuMDA4LjM3Ni4wMDguMzEuMDMuMzI0LjA0Ni4zNC4wODMuMzQuMDk3LjM0LjEzLjM0LjE1Ny4zMTcuMTguMy4yMTIuMjgyLjI0LjI0Ni4yNjUuMjEzLjI5NS4xNjUuMzI0LjEyLjM1Ni4wNy4zODUuMDA1LjQwNi0uMDYuNDQ2LTEuMTI0IDUuNjciLz48cGF0aCBmaWxsPSIjMEI4NEM0IiBkPSJNNTEuNDkgNDEuOTRsLS4wMDctLjA2LS4wNDYtLjA0Ni0uMDc2LS4wMzctLjA5NC0uMDIyLS4xMy0uMDE0LS4xMzctLjAwN2gtLjMyNGwtLjE3NC4wMTUtLjE4LjAyMi0uMTc1LjAyMi0uMTcyLjAzLS4xNjguMDMtLjE1OC4wMy0uMTM4LjAzNy0uMTIuMDQtLjA3LjAxNC0uMDkuMDMtLjExLjAzOC0uMTIyLjA1LS4xMjguMDU2LS4xNDUuMDY3LS4xNDQuMDgzLS4xNDQuMDg0LS4xNDIuMTA1LS4xMzguMTE0LS4xMjcuMTItLjExNC4xNC0uMTA3LjE0LS4wNzUuMTYtLjA2LjE3My0uMDM3LjE4LS4wMTQuMzcuMDUyLjI4Ny4wOS4yMjcuMTM3LjE2Ni4xNjUuMTEzLjE3NC4wNzYuMTkuMDM4LjE4LjAwOC4zMzQtLjAwOC4yOTMtLjAzLjI4LS4wNTMuMjUtLjA2OC4yMjYtLjA3Ny4yMDMtLjA5LjE4LS4xMDUuMTU4LS4xMTUuMTQ0LS4xMTMuMTI0LS4xMjguMTAzLS4xMi4wOS0uMTMuMDc2LS4xMjYuMDYtLjEyMy4wNDQtLjEyLjA0LS4xMTMuMDM4LS4xNjYuMDM2LS4xNzUuMDM3LS4xODIuMDQtLjE4OC4wMy0uMTguMDMtLjE2Ny4wMy0uMTYiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNMzEuMzEgNDcuMTg4aC0yLjk1MmwyLjQ4NC0xNC4yMTZoNS4xMzVsLjUwNSA4LjQ2NCAzLjQ5NS04LjQ2NGg1LjMzMmwtMi40OTQgMTQuMjE2aC0yLjk1bDEuODY0LTEwLjY0NmgtLjExNWwtNC4zOTMgMTAuNjQ2aC0zLjMwN2wtLjAzLS40NDYtLjA2OC0xLjE4NC0uMS0xLjY3Ny0uMTEzLTEuOTIzLS4xMS0xLjk0Mi0uMS0xLjcxMi0uMDctMS4yNC0uMDI4LS41MkgzMy4xNDRoLjAzMkwzMS4zMSA0Ny4xODciLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNODAuNjMzIDQ3LjE4OGgzLjA3bDEuMDUyLTYuMTM3LjA0Ni0uMjQuMDUyLS4yMzYuMDYyLS4yMzIuMDc0LS4yMi4wODMtLjIyLjEwNy0uMjA0LjEyOC0uMTk2LjE0My0uMTg4LjE3NC0uMTY3LjE5Ny0uMTUuMjMyLS4xMzcuMjYtLjEyLjMwMi0uMDk4LjMzNy0uMDc3LjM4LS4wNDQuNDIyLS4wM2guMDM4bC4wNDYuMDEuMDYuMDA2aC4wNmwuMDUyLjAwOC4wNDYuMDA3LjAzLjAwN2guMDE1bC4wMDctLjA0NC4wMzItLjEzLjAzNS0uMTk1LjA2LS4yNDguMDc1LS4yOC4wODQtLjMwMi4wOTgtLjMwMy4xMTMtLjI4Ni4wODQtLjIxMy4wOTctLjIwNC4wOTgtLjIwMy4xMDUtLjE4Ny4wOTItLjE2LjA3My0uMTI4LjA1NC0uMDg0LjAxNC0uMDI4aC0uMDE1bC0uMDM4LS4wMTYtLjA1NC0uMDA4LS4wNzYtLjAxNC0uMDc2LS4wMTUtLjA5LS4wMS0uMDgtLjAxNGgtLjA3N2wtLjMzNC4wMjMtLjMwMy4wMzYtLjI3Ny4wNi0uMjYuMDctLjI0LjA4OC0uMjIuMS0uMjEuMTItLjE4OC4xMjgtLjE5LjE0Ni0uMTczLjE1Ny0uMTU3LjE2Ni0uMTY4LjE4LS4xNi4xOS0uMTUuMjA0LS4xNTguMjEyLS4xNTguMjIuMzU1LTEuOTQtMy4wNzQtLjA0LTIuMDIzIDExLjYxMiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05My45MjcgMzUuNDU2bC4zNC4wMDguMzM0LjAyMi4zMjQuMDMuMzE2LjA0NS4zMDQuMDYuMjkzLjA3Ny4yNzguMDg0LjI4LjEuMjY1LjExLjI1LjEyMi4yNDguMTMuMjI4LjE0My4yMjYuMTU3LjIxLjE2Ni4xOTcuMTc1LjE4OC4xODguMTguMTk4LjE2OC4yMS4xNS4yMTIuMTQzLjIyOC4xMzMuMjMyLjExNy4yNS4xMTMuMjUuMDkuMjYzLjA4NC4yNjYuMDY3LjI3Ny4wNjIuMjg3LjA0NC4yOTQuMDMuMjkzLjAxMy4zMTMuMDEuMzE2LS4wMS4zMTYtLjAyLjM4Ni0uMDQ3LjM3LS4wNTIuMzU1LS4wNjguMzQ2LS4wNzUuMzMzLS4wOTcuMzE3LS4xMDguMzEtLjExMi4yOTItLjEzNS4yOC0uMTM1LjI3My0uMTYuMjU2LS4xNTguMjQtLjE3NS4yMzctLjE5LjIxOC0uMTk0LjIwNS0uMjA0LjE5OC0uMjEuMTgtLjIyLjE3NS0uMjMzLjE1Ny0uMjM3LjE0NS0uMjUuMTM1LS4yNTYuMTItLjI1NS4xMTUtLjI3My4wOTgtLjI3Mi4wOS0uMjg1LjA3NS0uMjkuMDYtLjI4Ny4wNTMtLjMuMDM4LS4zMDMuMDMtLjMxLjAxNy0uMzA4LjAwNy0uMzEtLjAwNy0uMzEtLjAxNi0uMjkzLS4wMy0uMjk1LS4wNDUtLjI4Ny0uMDUzLS4yODgtLjA2LS4yNzItLjA3Ni0uMjYzLS4wOS0uMjY1LS4wOTctLjI1LS4xMTUtLjI0LS4xMi0uMjM2LS4xMzYtLjIyNC0uMTQ0LS4yMTItLjE2LS4yMS0uMTY3LS4yLS4xOC0uMTgtLjE5LS4xOC0uMjAzLS4xNi0uMjEtLjE1OC0uMjI3LS4xMzYtLjIzNS0uMTM2LS4yNDgtLjExMy0uMjYtLjEwNi0uMjYyLS4wODgtLjI4LS4wODYtLjI5NS0uMDY2LS4zLS4wNTMtLjMxMi0uMDQtLjMyMi0uMDItLjMzMy0uMDEtLjM0Ny4wMS0uMzU0LjAyLS4zNjQuMDQtLjM0OC4wNTMtLjM0LjA2Ni0uMzI0LjA3OC0uMzE3LjA5LS4zMS4wOTctLjI5NS4xMTctLjI4Ny4xMi0uMjguMTM0LS4yNjIuMTUtLjI1LjE2LS4yNS4xNjgtLjIyNi4xODItLjIyNi4xODctLjIwNS4xOTctLjIwNS4yMS0uMTg4LjIxOC0uMTczLjIzLS4xNjYuMjMzLS4xNS4yNS0uMTM2LjI1NC0uMTM2LjI2NS0uMTE0LjI2NC0uMTA3LjI4LS4wODguMjg0LS4wODUuMjk3LS4wNjcuMy0uMDYuMzEtLjA0LjMxNy0uMDM2LjMyNS0uMDE2LjMyNS0uMDA4Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk4LjQ0MyA0Ni42MDZoLjg5di4xMTRoLS4zNXYuNzRoLS4xOTN2LS43NGgtLjM0NyIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIuMjE1IiBkPSJNOTguNDQzIDQ2LjYwNmguODl2LjExNGgtLjM1di43NGgtLjE5M3YtLjc0aC0uMzQ3di0uMTE0Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTk5LjQ0NiA0Ni42MDZoLjI3M2wuMzE0LjY1OC4zMS0uNjU4aC4yNzR2Ljg1M2gtLjJ2LS42NTdsLS4zMDguNjU2aC0uMTU4bC0uMzEtLjY1N3YuNjU2aC0uMTk2Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9Ii4yMTUiIGQ9Ik05OS40NDYgNDYuNjA2aC4yNzNsLjMxNC42NTguMzEtLjY1OGguMjc0di44NTNoLS4ydi0uNjU3bC0uMzA4LjY1NmgtLjE1OGwtLjMxLS42NTd2LjY1NmgtLjE5NnYtLjg1NCIvPjxwYXRoIGZpbGw9IiNFQjIyMzAiIGQ9Ik05MS41MiA0MS4wMDRsLS4wNDYuNDI0LS4wMjUuMzkydi4zNTVsLjAyNC4zMzIuMDQ1LjMwMi4wNjcuMjY0LjA4NC4yNC4xMDQuMjIuMTMuMTg4LjE0NC4xNi4xNTcuMTM1LjE3Ni4xMDcuMTkuMDguMjEuMDYyLjIxOC4wMy4yMzUuMDE2LjI1Ny0uMDA4LjI1LS4wMy4yMzMtLjA1NC4yMjUtLjA4LjIxMy0uMTA4LjIwNC0uMTM1LjE4OC0uMTYuMTgtLjE5LjE2LS4yMS4xNTItLjI0Mi4xNDMtLjI3LjEyLS4yOTYuMTE0LS4zMjUuMS0uMzU0LjA3NS0uMzg0LjA3LS40MTUuMDM3LS4zMjUuMDItLjMxdi0uM2wtLjAyLS4yODgtLjAzOC0uMjY1LS4wNjItLjI1Ni0uMDgzLS4yMzUtLjEtLjIxNi0uMTE4LS4xOTctLjEzOC0uMTY4LS4xNTctLjE1LS4xNzQtLjEyLS4xOTctLjEtLjIxLS4wNi0uMjI3LS4wMzdoLS4yNTJsLS4zMDguMDIyLS4yODguMDUzLS4yNjUuMDktLjI0Ny4xMTUtLjIyOC4xNS0uMjEuMTY2LS4xOS4xODctLjE2NS4yMTMtLjE1Ny4yMjUtLjEzOC4yNDItLjEyMi4yNC0uMDk4LjI1Ny0uMDkuMjU3LS4wNzUuMjYtLjA1Mi4yNTYiLz48L3N2Zz4=)
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-jcb #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTUtMS45MSA0LjI2OC00LjI2NyA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDg4IDAgNzUuNzMyVjQuMjY4QzAgMS45MDggMS45MSAwIDQuMjY2IDBoMTE5LjQ2OEMxMjYuMDkgMCAxMjggMS45MSAxMjggNC4yNjh2NzEuNDY0eiIgZmlsbD0iI0Y5RjlGQSIvPjxwYXRoIGQ9Ik04Ni4yOCA0Mi43MTZjLjE1NiA0LjY2Mi4zMTIgOS40OC4wNzggMTQuMjItLjE1NSAxLjg2NS0xLjMyIDMuNjUyLTMuMDMgNC43NC0xLjMyLjg1NS0yLjk1NC45MzQtNC42NjMgMS4wMWwtNi4xNzgtLjA3Ni0uMDQtMzkuNTU1Yy4zMTMtMi42NDMgMi4yNTYtNC44OTUgNC43NDItNS41OTUgMy4wMjgtLjM5IDUuODI4LS4yMzMgOS4wMTMtLjMxbC4xNTUgMi4wMnYyMi40NTdsLS4wNzguMDc4djEuMDF6IiBmaWxsPSIjMDNBNTUwIi8+PHBhdGggZD0iTTQxLjUyIDQxLjI0VjIyLjU5Yy4zOS0yLjEgMi4xLTQuMDQgNC4xMi00LjgxOCAzLjAzLS45MzQgNi41MjctLjM4NyA5LjYzNC0uNDcuMTU1IDMuMDM0IDAgNi44NDIuMDggOS40ODRsLjE1NSAyNC4zMmMtLjM5MiAzLjczIDEuMDEgOC43ODItMy42NTUgMTAuODgtMi45NSAxLjQ3Ni02LjkxNi41NDUtMTAuMjU3Ljg1NmwtLjA3Ny0uNTQ0VjQxLjI0eiIgZmlsbD0iIzBDNzJCQSIvPjxwYXRoIGQ9Ik00MS41MiA0Mi4wMTZjMS4yNDMgMS42MzMgMi45NTQgMi44NzQgNS4wNTIgMi45NTIgMi41NjQuMjM1IDUuOTA2LjQ2NyA3LjYxNC0xLjk0IDEuMTY3LTEuMjQ1LjQ2OC0yLjk1My43LTQuNTg1bC0uMDc2LTIuOTU0Yy0xLjQ3Ny0uMzEyLTIuOCAwLTQuNTEtLjA4LS44NTMgMy4xOSAxLjQgNi43NjItMi4yNTIgOC4zOTUtLjg1NS4yMzMtMi4xLjA3OC0yLjk1My0uNDY3LTEuMzk4LS4zMS0uNjItMi41NjQtMi40ODYtMS45NDNsLTEuMDktLjE1M3YuNzc0eiIgZmlsbD0iI0ZGRiIvPjxwYXRoIGQ9Ik03MC44MTYgMTkuODdsLjA3OCAzNy44NDRjLS41NDMgMS43ODYtMS45NDMgMy43My0zLjg4NSA0LjQzLTIuOTU0IDEuMDA4LTYuNjA3LjU0My05Ljg3LjU0M2wtLjE1Ni0zOS44NjVjLjE1Ni0xLjg2NSAxLjQtMy40OTUgMy4wMy00LjUwNiAxLjE2Ny0uNzc3IDIuNTY1LTEuMDEzIDQuMDQyLTEuMDloNi42MDVsLjE1NiAyLjY0NHoiIGZpbGw9IiNFQjIyMjciLz48cGF0aCBkPSJNNzAuMTk1IDM1LjQ4OGMuMTU2LjQ2NyAwIC44NTUuMDc4IDEuNC0yLjMzLS42MjMtNS4yMDctMS4zMjItNy4zMDYuMzg4LS43NzUuOTMtMS4yNDMgMS44NjUtMS4xNjUgMy4xMDcuMjM0IDEuMzk4IDEuMDkgMi43MiAyLjQxIDMuMjY1IDIuMDIuNjIyIDQuMTE3LjA3NyA1Ljk4Mi0uMzkuMDc4LjM5LjE1Ni45MzIgMCAxLjI0MmgtOC45MzhjLTEuNTUzLS4zMS0yLjc5Ni0xLjE2NC0zLjQ5NS0yLjcyLS42Mi0xLjQ3Ni0uMzEtMy40OTQuNzc3LTQuNzM4LjkzMy0xLjA4OCAyLjI1NC0xLjcxIDMuNzMtMS42MzNsNy45MjguMDc4ek04Ni4yOCA0Mi43MTZjLS4yMzIuOTMzLTEuMDEgMS43ODUtMS45NDIgMS45NGgtMTAuODhsLS4zODctLjE1NWMwLTMuMTA2LS4wNzgtNi4wNTguMDgtOS4wOWg2LjkxM2MyLjE3Ni4yMzMgNC41ODUtLjcgNS41OTcgMS4zMjIuMzEuNy4yMzIgMS42MzItLjMxMiAyLjE3Ni0uMzEuNTQzLTEuMDEuNjIyLTEuMTY1IDEuMDEuODU1LjIzMiAxLjc4Ni45MzIgMi4wOTggMS43ODd2MS4wMXptLTkuMzI1LTYuMzcyYy0uMjMyLjg1My0uMjMyIDIuMDItLjA3NyAyLjk1IDEuNjMzLS4wNzQgMy43My41NDYgNC44MTctLjY5Ni4zOS0uNDcuMTU2LTEuMjQ0LS4wNzgtMS42MzUtMS4yNDMtMS4wODYtMy4xMDYtLjM4Ny00LjY2Mi0uNjJ6bTQuMTk4IDQuMjczYy0xLjQ3Ni0uMjMzLTIuOTU0LS4xNTYtNC4zNTItLjA3OC0uMDc3IDEuMTY1IDAgMi4wOTguMTU1IDMuMTg2IDEuNTU2IDAgMy4yNjQuMjMgNC42NjItLjQ2OC4zOS0uMzg3LjYyMi0xLjAxLjQ3LTEuNTUzLS4wOC0uNDY1LS40Ny0uODU1LS45MzQtMS4wODh6IiBmaWxsPSIjRkZGIi8+PC9zdmc+)
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-discover #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggODAiPjxwYXRoIGQ9Ik0xMjggNzUuNzMyYzAgMi4zNTYtMS45MSA0LjI2OC00LjI2OCA0LjI2OEg0LjI2NkMxLjkxIDgwIDAgNzguMDkgMCA3NS43MzJWNC4yNjhDMCAxLjkwOCAxLjkxIDAgNC4yNjYgMGgxMTkuNDY3QzEyNi4wOSAwIDEyOCAxLjkxIDEyOCA0LjI2OHY3MS40NjR6IiBmaWxsPSIjRjJGMkYyIi8+PHBhdGggZD0iTTM1LjE4NCA4MGg4OC41NWMyLjM1NSAwIDQuMjY3LTEuOTEgNC4yNjctNC4yNjhWNDUuNzc4QzExOS41IDUxLjE2NiA4Ny40NiA2OS43MzggMzUuMTg1IDgweiIgZmlsbD0iI0Y1ODIyMCIvPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjU5LjEzOCIgY3k9Ii00NDYuMDc3IiByPSI2LjMwNyIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSg2LjQxNiA0ODYuMDgzKSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iLjAwNiIgc3RvcC1jb2xvcj0iI0ZGRUVFMSIvPjxzdG9wIG9mZnNldD0iLjA5NyIgc3RvcC1jb2xvcj0iI0ZGRUFEOCIvPjxzdG9wIG9mZnNldD0iLjI0NSIgc3RvcC1jb2xvcj0iI0ZFRERDMiIvPjxzdG9wIG9mZnNldD0iLjQzMyIgc3RvcC1jb2xvcj0iI0ZDQ0E5RiIvPjxzdG9wIG9mZnNldD0iLjY1MiIgc3RvcC1jb2xvcj0iI0Y5QUY3MiIvPjxzdG9wIG9mZnNldD0iLjg5NSIgc3RvcC1jb2xvcj0iI0Y2OEYzOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0Y0ODIyMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHBhdGggZD0iTTY1LjU2MyAzMy43N2MtMy41MjcgMC02LjM4OCAyLjc1Ni02LjM4OCA2LjE1NiAwIDMuNjE1IDIuNzM0IDYuMzE2IDYuMzg4IDYuMzE2IDMuNTU4IDAgNi4zNjgtMi43MzcgNi4zNjgtNi4yNDcuMDAyLTMuNDg2LTIuNzktNi4yMjQtNi4zNjctNi4yMjR6IiBmaWxsPSJ1cmwoI2EpIi8+PHBhdGggZD0iTTI5LjI5OCAzMy45OTRoLTMuNDMzdjExLjk4aDMuNDE3YzEuODEyIDAgMy4xMjMtLjQzMiA0LjI3My0xLjM4MiAxLjM2NC0xLjEzNSAyLjE3My0yLjg0IDIuMTczLTQuNjAzIDAtMy41MzctMi42NC01Ljk5Ni02LjQzLTUuOTk2em0yLjczMiA4Ljk5N2MtLjc0LjY2Ni0xLjY4OC45NTMtMy4yLjk1M2gtLjYzdi03LjkyaC42M2MxLjUxMiAwIDIuNDI1LjI3IDMuMi45NjguODA4LjcyIDEuMjg4IDEuODMzIDEuMjg4IDIuOTggMCAxLjE1My0uNDggMi4zMDUtMS4yODggMy4wMnpNMzYuODA2IDMzLjk5NGgyLjMzMnYxMS45OGgtMi4zMzJ6TTQ0Ljg1MiAzOC41ODhjLTEuNDAzLS41Mi0xLjgxMy0uODYtMS44MTMtMS41MDcgMC0uNzUyLjczNC0xLjMyNiAxLjc0LTEuMzI2LjcgMCAxLjI3NC4yODcgMS44ODguOTY3bDEuMjItMS41OTRjLTEuMDA2LS44ODMtMi4yMS0xLjMzMi0zLjUyMi0xLjMzMi0yLjExNyAwLTMuNzM1IDEuNDc0LTMuNzM1IDMuNDMgMCAxLjY1NS43NTUgMi40OTggMi45NDcgMy4yODguOTE3LjMyMiAxLjM4My41MzggMS42MTYuNjg0LjQ2Ny4zMDcuNy43MzUuNyAxLjIzNyAwIC45NzMtLjc3IDEuNjktMS44MTQgMS42OS0xLjExNSAwLTIuMDEyLS41NTUtMi41NS0xLjU5OGwtMS41MDcgMS40NTdjMS4wNzQgMS41OCAyLjM2NyAyLjI4IDQuMTQ3IDIuMjggMi40MjQgMCA0LjEzLTEuNjE4IDQuMTMtMy45MzUgMC0xLjkwMy0uNzg2LTIuNzY2LTMuNDQ4LTMuNzR6TTQ5LjAzNiAzOS45OWMwIDMuNTIyIDIuNzY3IDYuMjUyIDYuMzI0IDYuMjUyIDEuMDA3IDAgMS44NjgtLjE5NyAyLjkyOC0uN3YtMi43NDhjLS45MzUuOTM1LTEuNzYyIDEuMzEtMi44MiAxLjMxLTIuMzUyIDAtNC4wMjMtMS43MDctNC4wMjMtNC4xMzIgMC0yLjI5NyAxLjcyMi00LjExMiAzLjkxNi00LjExMiAxLjExMyAwIDEuOTU4LjM5NiAyLjkzIDEuMzQ4di0yLjc1Yy0xLjAyMy0uNTItMS44Ny0uNzMyLTIuODc1LS43MzItMy41NCAwLTYuMzggMi43ODMtNi4zOCA2LjI2M3pNNzcuMjE4IDQyLjA0bC0zLjE5Ni04LjA0Nkg3MS40N2w1LjA4NiAxMi4yODVoMS4yNTVsNS4xNzYtMTIuMjg2aC0yLjUzTTg0LjA1IDQ1Ljk3M2g2LjYyNHYtMi4wM0g4Ni4zOFY0MC43MWg0LjEzVjM4LjY4aC00LjEzdi0yLjY2aDQuMjk0di0yLjAyOEg4NC4wNU05OS45MjIgMzcuNTNjMC0yLjI0NS0xLjU0My0zLjUzNi00LjIzNy0zLjUzNmgtMy40Njh2MTEuOThoMi4zMzhWNDEuMTZoLjMwNWwzLjIzMyA0LjgxM2gyLjg3MmwtMy43NzMtNS4wNDdjMS43Ni0uMzYgMi43My0xLjU2MyAyLjczLTMuMzk3em0tNC42ODggMS45NzdoLS42OHYtMy42M2guNzE4YzEuNDU2IDAgMi4yNDYuNjE0IDIuMjQ2IDEuNzc4IDAgMS4yMDQtLjc5IDEuODUyLTIuMjg0IDEuODUyeiIgZmlsbD0iIzA4MUEyMyIvPjxwYXRoIGQ9Ik0xMDEuNTcgMzQuODg3YzAtLjIxLS4xNDItLjMyNS0uMzk4LS4zMjVoLS4zNHYxLjA1N2guMjUydi0uNDFsLjI5My40MWguMzE1bC0uMzUyLS40MzhjLjE0OC0uMDQuMjMtLjE0OC4yMy0uMjk1em0tLjQ0Mi4xNDNoLS4wNDR2LS4yNzNoLjA0NmMuMTI4IDAgLjE5LjA0NC4xOS4xMzQgMCAuMDkyLS4wNjQuMTQtLjE5Mi4xNHoiIGZpbGw9IiMyMzFGMjAiLz48cGF0aCBkPSJNMTAxLjIyNCAzNC4xNjVjLS41MTMgMC0uOTIuNDEtLjkyLjkyMyAwIC41MS40MS45Mi45Mi45Mi41IDAgLjkxLS40MTQuOTEtLjkycy0uNDEtLjkyMy0uOTEtLjkyM3ptLS4wMDIgMS42OGMtLjQwOCAwLS43MzctLjMzNi0uNzM3LS43NTUgMC0uNDIzLjMyNC0uNzU4LjczNy0uNzU4LjM5OCAwIC43MjYuMzQyLjcyNi43NTggMCAuNDE1LS4zMjguNzU0LS43MjYuNzU0eiIgZmlsbD0iIzIzMUYyMCIvPjwvc3ZnPg==)
}

.wc-block-checkout__payment-method div#square-credit-card .card-type-invalid #square-credit-card-sq-card-number {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjgwIiB2aWV3Qm94PSIwIDAgMTI4IDgwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5TbGljZSAxPC90aXRsZT48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIG9wYWNpdHk9Ii41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMCA3KSI+PHBhdGggZD0iTTMuNjYzIDY4Ljg5MmMtMS45NiAwLTMuNTU2LTEuNjAxLTMuNTU2LTMuNTdWMy42OEMuMTA3IDEuNzExIDEuNzAyLjEwOCAzLjY2My4xMDhoMTAyLjY2NWEzLjU3MyAzLjU3MyAwIDAgMSAzLjU2NSAzLjU3M3Y2MS42NGMwIDEuOTctMS41OTkgMy41NzEtMy41NjUgMy41NzFIMy42NjN6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTEwNi4zMjguMjE2YTMuNDY0IDMuNDY0IDAgMCAxIDMuNDU3IDMuNDY1djYxLjY0YTMuNDY1IDMuNDY1IDAgMCAxLTMuNDU3IDMuNDY0SDMuNjYzYTMuNDYgMy40NiAwIDAgMS0zLjQ0OC0zLjQ2M1YzLjY4MkMuMjE1IDEuNzcgMS43NjIuMjE1IDMuNjYzLjIxNWgxMDIuNjY1em0wLS4yMTZIMy42NjNBMy42NyAzLjY3IDAgMCAwIDAgMy42ODF2NjEuNjRBMy42NyAzLjY3IDAgMCAwIDMuNjYzIDY5aDEwMi42NjVBMy42NzYgMy42NzYgMCAwIDAgMTEwIDY1LjMyVjMuNjgyQTMuNjc3IDMuNjc3IDAgMCAwIDEwNi4zMjggMHoiIGZpbGw9IiM4NDg0ODQiLz48ZWxsaXBzZSBmaWxsPSIjRjI3MDZDIiBjeD0iNzQuOTk4IiBjeT0iNDkuNjQ2IiByeD0iMTEuNSIgcnk9IjExLjU0MiIvPjxlbGxpcHNlIGZpbGw9IiM4RkQ3RjEiIGN4PSI4Ni41IiBjeT0iNDkuNjQ2IiByeD0iMTEuNTAxIiByeT0iMTEuNTQzIi8+PHBhdGggZmlsbD0iIzRBNEE0QSIgZD0iTS4wMDIgMTIuNzlIMTEwdjEyLjgzNUguMDAyeiIvPjxwYXRoIGQ9Ik05LjY5IDM4LjEwNGgzOC41NTdWNDIuM0g5LjY4OXYtNC4xOTZ6bTAgOS40NDFoMzguNTU3djQuMkg5LjY4OXYtNC4yem0wIDkuNDQ2aDM4LjU1N3Y0LjE5N0g5LjY4OXYtNC4xOTd6IiBmaWxsPSIjQzlDOUM5Ii8+PC9nPjxwYXRoIGQ9Ik02IDc0TDEyMiA2IiBzdHJva2U9IiNGMjcwNkMiIHN0cm9rZS13aWR0aD0iOCIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=)
}

.wc-block-checkout__payment-method div#square-credit-card .sq-input--focus {
	background-color: rgba(74, 144, 226, .02);
	border: 1px solid #4a90e2
}

.wc-block-checkout__payment-method div#square-credit-card .sq-input--error {
	background-color: rgba(244, 47, 47, .02);
	border: 1px solid #e02f2f
}

.wc-block-checkout__payment-method div#square-credit-card .sq-form-third {
	float: left;
	margin: 0 16px 16px 0;
	padding: 0;
	width: calc(33.33333% - 10.66667px)
}

.wc-block-checkout__payment-method div#square-credit-card .sq-form-third:last-of-type {
	margin-right: 0
}

body.wc-block-product-gallery-modal-open,
body.wc-modal--open {
	overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0
}

.wc-block-grid__product-price {
	display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0
}

.wc-block-grid__product-rating,
.wp-block-woocommerce-product-review-rating {
	display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars,
.wp-block-woocommerce-product-review-rating .star-rating,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,
.wp-block-woocommerce-product-review-rating .star-rating:before,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,
.wp-block-woocommerce-product-review-rating .star-rating span,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,
.wp-block-woocommerce-product-review-rating .star-rating span:before,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none
}

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

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size)
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba
}

.wc-block-components-notice-banner:focus {
	outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size)
}

.map_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.igm_content_above,
.igm_content_below,
.map_box {
	width: 100%
}

.igm_content_below {
	padding-top: 15px
}

.igm_content_above {
	padding-bottom: 15px
}

.map_box.igm_content_left_2_3 {
	width: 66%
}

.map_wrapper:fullscreen .igm_content_right_1_3 {
	background: #ffffffaf;
	z-index: 10
}

.map_box.igm_content_left_1_2 {
	width: 49%
}

.igm_content_right_1_2 {
	width: 49%
}

.igm-map-content {
	display: none
}

ul.igm-live-filter {
	margin: 0 auto 20px auto;
	padding: 0;
	position: relative;
	z-index: 999
}

ul.igm-live-filter li {
	display: inline-block;
	background: #f4f4f4;
	padding: 5px 10px;
	font-size: .9em;
	margin-right: 10px
}

ul.igm-live-filter li.igm-live-filter-active,
ul.igm-live-filter li:hover {
	background: #ddd;
	cursor: pointer
}

.gclose svg {
	max-width: 20px
}

button.gclose {
	font-size: initial !important;
	width: 45px;
	height: 45px
}

.glightbox-container .gslide {
	user-select: auto !important
}

.glightbox-button-hidden {
	display: none !important
}

.glightbox-clean .gnext {
	top: 48%;
	right: 0
}

.glightbox-clean .gprev {
	top: 48%;
	left: 0
}

.gslide-media {
	position: relative
}

.gslide-media.gslide-external .igm_close {
	right: 20px
}

.igm_close:hover {
	opacity: 1
}

.igm_close {
	font-family: Arial;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	background: #2c2b2b;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 0;
	z-index: 99;
	opacity: .5
}

.igm_close+br {
	display: none
}

.igm_entries_list li:hover {
	cursor: pointer
}

.igm-external-legend-container {
	width: 100%
}

ul.igm-external-legend,
ul.igm-external-legend li,
ul.igm-external-legend ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none
}

ul.igm-external-legend li {
	padding: 5px
}

ul.igm-external-legend {
	margin: 10px 0 10px 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%
}

.igm-external-legend-graphic {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 3px;
	margin: 0 5px 0 0
}

.igm-live-filter-dropdown {
	margin-bottom: 20px;
	width: 100%;
	padding: 5px 10px
}

.igm_show_on_mobile {
	display: none
}

.igm_hide_on_mobile {
	display: block
}

@media only screen and (max-width:768px) {
	.map_box.igm_content_left_2_3 {
		width: 100% !important
	}

	.igm_content_right_1_3 {
		width: 100% !important
	}

	.igm_content_gutter {
		display: none
	}

	.igm_show_on_mobile {
		display: block
	}

	.igm_hide_on_mobile {
		display: none
	}
}

.glightbox-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999 !important;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 0;
	overflow: hidden
}

.glightbox-container.inactive {
	display: none
}

.glightbox-container .gcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: hidden
}

.glightbox-container .gslider {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.glightbox-container .gslide {
	width: 100%;
	position: absolute;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	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;
	opacity: 0
}

.glightbox-container .gslide.current {
	opacity: 1;
	z-index: 99999;
	position: relative
}

.glightbox-container .gslide.prev {
	opacity: 1;
	z-index: 9999
}

.glightbox-container .gslide-inner-content {
	width: 100%
}

.glightbox-container .ginner-container {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
	height: 100vh
}

.glightbox-container .ginner-container.gvideo-container {
	width: 100%
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
	max-width: 100% !important
}

.gslide iframe,
.gslide video {
	outline: 0 !important;
	border: none;
	min-height: 165px;
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: auto;
	touch-action: auto
}

.gslide-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gslide-image img {
	max-height: 100vh;
	display: block;
	padding: 0;
	float: none;
	outline: 0;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100vw;
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-ms-touch-action: none;
	touch-action: none;
	margin: auto;
	min-width: 200px
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
	width: auto
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
	width: auto;
	max-width: 100%
}

.gslide-image img.zoomable {
	position: relative
}

.gslide-image img.dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none
}

.gslide-video {
	position: relative;
	max-width: 100vh;
	width: 100% !important
}

.gslide-video .gvideo-wrapper {
	width: 100%;
	margin: auto
}

.gslide-video::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 0, 0, .34);
	display: none
}

.gslide-video.playing::before {
	display: none
}

.gslide-video.fullscreen {
	max-width: 100% !important;
	min-width: 100%;
	height: 75vh
}

.gslide-video.fullscreen video {
	max-width: 100% !important;
	width: 100% !important
}

.gslide-inline {
	background: #fff;
	text-align: left;
	max-height: calc(100vh - 40px);
	overflow: auto;
	max-width: 100%
}

.gslide-inline .ginlined-content {
	padding: 20px;
	width: 100%
}

.gslide-inline .dragging {
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
	-webkit-transition: none;
	transition: none
}

.ginlined-content {
	overflow: auto;
	display: block !important;
	opacity: 1
}

.gslide-external {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0;
	overflow: auto;
	max-height: 75vh;
	height: 100%
}

.gslide-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto
}

.zoomed .gslide-media {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.gslide-description {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}

.gslide-description.description-left,
.gslide-description.description-right {
	max-width: 100%
}

.gslide-description.description-bottom,
.gslide-description.description-top {
	margin: 0 auto;
	width: 100%
}

.gslide-description p {
	margin-bottom: 12px
}

.gslide-description p:last-child {
	margin-bottom: 0
}

.zoomed .gslide-description {
	display: none
}

.glightbox-button-hidden {
	display: none
}

.glightbox-mobile .glightbox-container .gslide-description {
	height: auto !important;
	width: 100%;
	background: 0 0;
	position: absolute;
	bottom: 15px;
	padding: 19px 11px;
	max-width: 100vw !important;
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
	max-height: 78vh;
	overflow: auto !important;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%);
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	padding-bottom: 50px
}

.glightbox-mobile .glightbox-container .gslide-title {
	color: #fff;
	font-size: 1em
}

.glightbox-mobile .glightbox-container .gslide-desc {
	color: #a1a1a1
}

.glightbox-mobile .glightbox-container .gslide-desc a {
	color: #fff;
	font-weight: 700
}

.glightbox-mobile .glightbox-container .gslide-desc * {
	color: inherit
}

.glightbox-mobile .glightbox-container .gslide-desc string {
	color: #fff
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: #fff;
	opacity: .4
}

.gdesc-open .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: .4
}

.gdesc-open .gdesc-inner {
	padding-bottom: 30px
}

.gdesc-closed .gslide-media {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1
}

.greset {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.gabsolute {
	position: absolute
}

.grelative {
	position: relative
}

.glightbox-desc {
	display: none !important
}

.glightbox-open {
	overflow: hidden
}

.gloader {
	height: 25px;
	width: 25px;
	-webkit-animation: lightboxLoader .8s infinite linear;
	animation: lightboxLoader .8s infinite linear;
	border: 2px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: absolute;
	display: block;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 47%
}

.goverlay {
	width: 100%;
	height: calc(100vh + 1px);
	position: fixed;
	top: -1px;
	left: 0;
	background: #000;
	will-change: opacity
}

.glightbox-mobile .goverlay {
	background: #000
}

.gclose,
.gnext,
.gprev {
	z-index: 99999;
	cursor: pointer;
	width: 26px;
	height: 44px;
	border: none;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.gclose svg,
.gnext svg,
.gprev svg {
	display: block;
	width: 25px;
	height: auto;
	margin: 0;
	padding: 0
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
	opacity: .1
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
	stroke: #fff
}

iframe.wait-autoplay {
	opacity: 0
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
	opacity: 0 !important
}

.glightbox-clean .gslide-description {
	background: #fff
}

.glightbox-clean .gdesc-inner {
	padding: 22px 20px
}

.glightbox-clean .gslide-title {
	font-size: 1em;
	font-weight: 400;
	font-family: arial;
	color: #000;
	margin-bottom: 19px;
	line-height: 1.4em
}

.glightbox-clean .gslide-desc {
	font-size: .86em;
	margin-bottom: 0;
	font-family: arial;
	line-height: 1.4em
}

.glightbox-clean .gslide-video {
	background: #000
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
	background-color: rgba(0, 0, 0, .75);
	border-radius: 4px
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
	fill: #fff
}

.glightbox-clean button:focus:not(.focused):not(.disabled) {
	outline: 0
}

.glightbox-clean .gprev {
	position: absolute;
	top: -100%;
	left: 30px;
	width: 40px;
	height: 50px
}

.glightbox-clean .gnext {
	position: absolute;
	top: -100%;
	right: 30px;
	width: 40px;
	height: 50px
}

.glightbox-clean .gclose {
	width: 35px;
	height: 35px;
	top: 15px;
	right: 10px;
	position: absolute
}

.glightbox-clean .gclose svg {
	width: 18px;
	height: auto
}

.glightbox-clean .gclose:hover {
	opacity: 1
}

.gfadeIn {
	-webkit-animation: gfadeIn .5s ease;
	animation: gfadeIn .5s ease
}

.gfadeOut {
	-webkit-animation: gfadeOut .5s ease;
	animation: gfadeOut .5s ease
}

.gslideOutLeft {
	-webkit-animation: gslideOutLeft .3s ease;
	animation: gslideOutLeft .3s ease
}

.gslideInLeft {
	-webkit-animation: gslideInLeft .3s ease;
	animation: gslideInLeft .3s ease
}

.gslideOutRight {
	-webkit-animation: gslideOutRight .3s ease;
	animation: gslideOutRight .3s ease
}

.gslideInRight {
	-webkit-animation: gslideInRight .3s ease;
	animation: gslideInRight .3s ease
}

.gzoomIn {
	-webkit-animation: gzoomIn .5s ease;
	animation: gzoomIn .5s ease
}

.gzoomOut {
	-webkit-animation: gzoomOut .5s ease;
	animation: gzoomOut .5s ease
}

@-webkit-keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes lightboxLoader {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes gfadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes gfadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gfadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes gfadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes gslideInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0)
	}

	to {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

@keyframes gslideOutLeft {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes gslideInRight {
	from {
		opacity: 0;
		visibility: visible;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

@keyframes gslideOutRight {
	from {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
		opacity: 0
	}
}

@-webkit-keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@keyframes gzoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes gzoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes gzoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@media (min-width:769px) {
	.glightbox-container .ginner-container {
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.glightbox-container .ginner-container.desc-top .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-top .gslide-image,
	.glightbox-container .ginner-container.desc-top .gslide-image img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.glightbox-container .ginner-container.desc-left .gslide-description {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.glightbox-container .ginner-container.desc-left .gslide-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.gslide-image img {
		max-height: 97vh;
		max-width: 100%
	}

	.gslide-image img.zoomable {
		cursor: -webkit-zoom-in;
		cursor: zoom-in
	}

	.zoomed .gslide-image img.zoomable {
		cursor: -webkit-grab;
		cursor: grab
	}

	.gslide-inline {
		max-height: 95vh
	}

	.gslide-external {
		max-height: 100vh
	}

	.gslide-description.description-left,
	.gslide-description.description-right {
		max-width: 275px
	}

	.glightbox-open {
		height: auto
	}

	.goverlay {
		background: rgba(0, 0, 0, .92)
	}

	.glightbox-clean .gslide-media {
		-webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65);
		box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, .65)
	}

	.glightbox-clean .description-left .gdesc-inner,
	.glightbox-clean .description-right .gdesc-inner {
		position: absolute;
		height: 100%;
		overflow-y: auto
	}

	.glightbox-clean .gclose,
	.glightbox-clean .gnext,
	.glightbox-clean .gprev {
		background-color: rgba(0, 0, 0, .32)
	}

	.glightbox-clean .gclose:hover,
	.glightbox-clean .gnext:hover,
	.glightbox-clean .gprev:hover {
		background-color: rgba(0, 0, 0, .7)
	}

	.glightbox-clean .gprev {
		top: 45%
	}

	.glightbox-clean .gnext {
		top: 45%
	}
}

@media (min-width:992px) {
	.glightbox-clean .gclose {
		opacity: .7;
		right: 20px
	}
}

@media screen and (max-height:420px) {
	.goverlay {
		background: #000
	}
}

.map_wrapper {
	max-width: 100%;
	width: 100%
}

.map_box {
	max-width: 100%;
	margin: 0 auto
}

.map_wrapper .map_aspect_ratio {
	max-width: 100%;
	width: 100%;
	position: relative;
	height: 0
}

.map_wrapper:-webkit-full-screen,
.map_wrapper:fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	padding: 10px;
	width: 100%
}

.map_wrapper:fullscreen .map_aspect_ratio {
	position: inherit;
	padding-bottom: 100%;
	overflow: hidden
}

.map_wrapper:-webkit-full-screen .map_aspect_ratio,
:-webkit-full-screen-ancestor .map_wrapper .map_aspect_ratio {
	padding-top: 100vh !important;
	width: 100% !important
}

.map_wrapper:-webkit-full-screen {
	width: 100vw !important;
	max-width: 100vw !important
}

:-webkit-full-screen-ancestor .map_aspect_ratio {
	width: 100vw !important;
	max-width: 100vw !important
}

.map_wrapper .map_container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.map_container .map_render {
	height: 100%
}

.imapsCircle-group+.imapsLabel-group {
	pointer-events: none
}

.imapsLabel foreignObject br {
	height: 0;
	content: '';
	clear: both;
	display: block
}

.imapsLabel foreignObject p {
	margin: 0;
	padding: 0
}

.imapsLabel foreignObject {
	box-sizing: content-box
}

.imapsLabel foreignObject img {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	max-width: 100%;
	box-sizing: content-box
}

.imapsLabel foreignObject img.aligncenter {
	margin: 0 auto
}

.imapsInnerTooltip {
	display: block;
	white-space: initial;
	word-break: initial;
	word-wrap: initial;
	width: 100%
}

.map_wrapper path {
	transition: inherit
}

.igm_select_mobile_only,
.imaps_fullscreen_button_only_mobile {
	display: none
}

.igm_select_container {
	margin-bottom: 20px
}

.map_controls {
	display: none
}

.imapsButton-group:focus {
	outline: 0
}

@media only screen and (max-width:768px) {

	.igm_select_mobile_only,
	.imaps_fullscreen_button_only_mobile {
		display: block
	}

	.map_wrapper:fullscreen .imaps_fullscreen_button_only_mobile {
		display: none
	}

	@supports (-webkit-hyphens:none) {
		.imaps_fullscreen_button_only_mobile {
			display: none !important
		}

		.imaps_fullscreen_button {
			display: none !important
		}
	}

	.map_controls {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px 0
	}

	.map_controls>div {
		background: #d9d9d9;
		font-size: 1.5em;
		cursor: pointer;
		width: 30%;
		text-align: center;
		border-radius: 3px
	}

	.map_controls .map_home_button {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.map_has_external_controls .imapsZoomControl-group {
		display: none
	}

	.map_wrapper.map_has_external_controls:fullscreen .imapsZoomControl-group {
		display: inherit
	}
}

.elementor-editor-active .map_wrapper .map_render {
	content: 'Map';
	color: #fff;
	background-color: #ccc;
	padding: 20px
}

.elementor-widget-igmap {
	width: 100%
}

.oxygen-body .map_wrapper .map_render {
	content: 'map';
	background-color: #ccc;
	padding: 20px
}

.igm_preview_list ul.igm_preview_main_list {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	max-width: 100%;
	flex-wrap: wrap
}

.igm_preview_list ul.igm_preview_main_list li {
	text-align: left;
	padding: 0 25px 0 0;
	width: 265px;
	font-size: .8em;
	white-space: nowrap;
	margin: 0 0 5px 0
}

.igm_preview_list ul.igm_preview_main_list li .igm_small_list_text {
	font-size: .8em
}

.igm_preview_list h2 {
	text-align: center
}

h2.igm_preview_list_title {
	padding: 20px 0
}

.igm_preview_map_list_dropdown {
	margin: 20px 0;
	width: 100%
}

.astra-search-shortcode {
	position: relative;
	display: inline-block;
	padding: 0 1em
}

.astra-search-shortcode.inline {
	padding: 0
}

.astra-search-shortcode.cover {
	position: static
}

.ast-search-box.header-cover {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10
}

.ast-inline-search.ast-search-menu-icon .search-field {
	width: 100%
}

.ast-header-break-point .astra-search-shortcode .ast-search-icon {
	display: block
}

.astra-search-shortcode.slide.right form {
	right: auto;
	left: -1em;
	padding: 0 0 0 2em
}

.iphone.full-screen,
.ipod.full-screen {
	position: fixed !important
}

#secondary .ast-search-box.full-screen .search-submit {
	font-size: 2em
}

#secondary .ast-search-box.full-screen .search-field {
	font-size: 2.6em
}