
.wpautoterms-footer {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10000002;
}

.wpautoterms-footer a:hover {
	text-decoration: underline;
}

#wpautoterms-top-fixed-container {
	position: fixed;
	top: 0;
	width: 100%;
}

#wpautoterms-bottom-fixed-container {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#wpautoterms-top-static-container {
	width: 100%;
	position: relative;
	z-index: 10000002;
}

#wpautoterms-bottom-static-container {
	width: 100%;
	position: relative;
	z-index: 10000002;
}

.footer-width-fixer {
	width: 100%;
}

/* Container fix for genesis themes */
.ehf-template-genesis.ehf-header .site-header .wrap, .ehf-template-genesis.ehf-footer .site-footer .wrap, .ehf-template-generatepress.ehf-header .site-header .inside-header {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

/* Container fix for generatepress theme */
.ehf-template-generatepress.ehf-header .site-header, .ehf-template-generatepress.ehf-footer .site-footer {
	width: 100%;
	padding: 0;
	max-width: 100%;
	background-color: transparent !important;
}

.bhf-hidden {
	display: none;
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
	z-index: 99;
	position: relative;
}

: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 {
	display: inline-block;
	line-height: 1;
}

.e-logo-wrapper i {
	color: var(--e-a-color-circle-logo);
	font-size: 2.5em;
}

.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, .elementor .elementor-background-video-embed {
	max-width: none;
}

.elementor .elementor-background-video, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.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.elementor-absolute, .elementor-element.elementor-fixed {
	z-index: 1;
}

.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: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-custom-embed-play {
	inset-block-start: 50%;
	inset-inline-start: 50%;
	position: absolute;
	transform: translate(calc(-50% * var(--direction-multiplier)), -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 {
	fill: #fff;
	filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3));
	height: 100px;
	width: 100px;
}

.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: "";
}

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

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

@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-inline: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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-block-end: 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: .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;
}

.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 {
	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.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));
}

:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap) > .e-con {
	--margin-right: 0px;
	--margin-left: 0px;
}

.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: "";
	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, [dir=rtl] .elementor-button-align-start .e-form__buttons, [dir=rtl] .elementor-button-align-start .elementor-field-type-submit {
	justify-content: flex-end;
}

[dir=rtl] .elementor-button-align-end .e-form__buttons, [dir=rtl] .elementor-button-align-end .elementor-field-type-submit {
	justify-content: flex-start;
}

.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, [dir=rtl] .elementor-tablet-button-align-start .e-form__buttons, [dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons, [dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.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, [dir=rtl] .elementor-mobile-button-align-start .e-form__buttons, [dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit {
		justify-content: flex-end;
	}
	
	[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons, [dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit {
		justify-content: flex-start;
	}
	
	.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: "";
	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: "";
}

.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;
	fill: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	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;
	fill: #fff;
	padding: .5em;
}

.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 !important;
	}
	
	html * {
		transition-delay: 0s !important;
		transition-duration: 0s !important;
	}
}

@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;
	}
}

.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 ~ .count {
	display: none;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	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;
}

.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4 {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
	clear: both;
}

.eael-testimonial-slider.nav-top-left, .eael-testimonial-slider.nav-top-right, .eael-team-slider.nav-top-left, .eael-team-slider.nav-top-right, .eael-logo-carousel.nav-top-left, .eael-logo-carousel.nav-top-right, .eael-post-carousel.nav-top-left, .eael-post-carousel.nav-top-right, .eael-product-carousel.nav-top-left, .eael-product-carousel.nav-top-right {
	padding-top: 40px;
}

.eael-contact-form input[type=text], .eael-contact-form input[type=email], .eael-contact-form input[type=url], .eael-contact-form input[type=tel], .eael-contact-form input[type=date], .eael-contact-form input[type=number], .eael-contact-form textarea {
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	height: auto;
	margin: 0;
	outline: 0;
	width: 100%;
}

.eael-contact-form input[type=submit] {
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder, .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input::-moz-placeholder, .eael-contact-form.placeholder-hide textarea::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder, .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-contact-form.placeholder-hide input:-moz-placeholder, .eael-contact-form.placeholder-hide textarea:-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.eael-custom-radio-checkbox input[type=checkbox], .eael-custom-radio-checkbox input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-style: solid;
	border-width: 0;
	outline: none;
	min-width: 1px;
	width: 15px;
	height: 15px;
	background: #ddd;
	padding: 3px;
}

.eael-custom-radio-checkbox input[type=checkbox]:before, .eael-custom-radio-checkbox input[type=radio]:before {
	content: "";
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before, .eael-custom-radio-checkbox input[type=radio]:checked:before {
	background: #999;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.eael-custom-radio-checkbox input[type=radio] {
	border-radius: 50%;
}

.eael-custom-radio-checkbox input[type=radio]:before {
	border-radius: 50%;
}

.eael-post-elements-readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	display: inline-block;
}

.elementor-lightbox .dialog-widget-content {
	width: 100%;
	height: 100%;
}

.eael-contact-form-align-left, .elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
	margin: 0 auto 0 0;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-center, .elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
	float: none;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-contact-form-align-right, .elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
	margin: 0 0 0 auto;
	display: inline-block;
	text-align: left;
}

.eael-force-hide {
	display: none !important;
}

.eael-d-none {
	display: none !important;
}

.eael-d-block {
	display: block !important;
}

.eael-h-auto {
	height: auto !important;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating ~ .count {
	display: none;
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
	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;
}

.elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect1, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect2, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect3, .elementor-edit-area-active .eael_wd_liquid_glass_shadow-effect4 {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.eael-adv-accordion {
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .02);
	background-color: #f1f1f1;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header > .eael-accordion-tab-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header > i, .eael-adv-accordion .eael-accordion-list .eael-accordion-header span {
	margin-right: 10px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg {
	font-size: 32px;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eaa-svg svg {
	width: 1em;
	height: 1em;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover {
	background-color: #414141;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
	background-color: #444;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-advanced-accordion-icon-closed {
	display: none;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-advanced-accordion-icon-opened {
	display: block;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 10;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-advanced-accordion-icon-closed {
	display: block;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-advanced-accordion-icon-opened {
	display: none;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	display: none;
	border: 1px solid #eee;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.7;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content .eael-accordion-gutenberg-content .alignfull {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content.active {
	display: block;
}

.eael-adv-accordion .fa-accordion-icon {
	display: inline-block;
	margin-right: 10px;
}

.rtl .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.elementor-widget-eael-adv-accordion .eael-adv-accordion-extras {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.elementor-widget-eael-adv-accordion .eael-adv-accordion-extras .eael-adv-accordion-extra {
	margin: 0;
	padding: 0;
}

.elementor-widget-eael-adv-accordion .eael-adv-accordion-extras .eael-adv-accordion-extra .eael-adv-accordion-extra-value {
	display: inline-block;
}

.elementor-kit-652 {
	--e-global-color-primary: #dc6435;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #dc6435;
	--e-global-color-7ec5ca26: #4054b2;
	--e-global-color-4b51c760: #23a455;
	--e-global-color-4ea24e19: #000;
	--e-global-color-67b313a9: #fff;
	--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-size: 16px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
	color: #020101;
	font-size: 16px;
	font-weight: 500;
}

.elementor-kit-652 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--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;
	}
}

/*! elementor-pro - v3.7.5 - 31-08-2022 */
@charset "UTF-8";

.elementor-bg-transform .elementor-bg {
	will-change: transform;
}

.elementor-bg-transform-zoom-in:hover .elementor-bg, .elementor-bg-transform-zoom-out .elementor-bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-bg-transform-move-left .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-left:hover .elementor-bg, .elementor-bg-transform-move-right .elementor-bg {
	-webkit-transform: scale(1.2) translateX(-8%);
	-ms-transform: scale(1.2) translateX(-8%);
	transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-right:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateX(8%);
	-ms-transform: scale(1.2) translateX(8%);
	transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-up .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%);
}

.elementor-bg-transform-move-down .elementor-bg, .elementor-bg-transform-move-up:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(-8%);
	-ms-transform: scale(1.2) translateY(-8%);
	transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down:hover .elementor-bg {
	-webkit-transform: scale(1.2) translateY(8%);
	-ms-transform: scale(1.2) translateY(8%);
	transform: scale(1.2) translateY(8%);
}

.elementor-animated-content {
	--translate: 0, 0;
}

.elementor-animated-content:hover .elementor-animated-item--grow {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.elementor-animated-content:hover .elementor-animated-item--shrink {
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85);
}

.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in, .elementor-animated-content:hover .elementor-animated-item--enter-zoom-out, .elementor-animated-content:hover .elementor-animated-item--fade-in {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-out, .elementor-animated-content:hover .elementor-animated-item--fade-out {
	opacity: 0;
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2);
}

.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom, .elementor-animated-content:hover .elementor-animated-item--enter-from-left, .elementor-animated-content:hover .elementor-animated-item--enter-from-right, .elementor-animated-content:hover .elementor-animated-item--enter-from-top {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
	-webkit-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	transform: translateX(1000px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
	-webkit-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	transform: translateX(-1000px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	-webkit-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	transform: translateY(-600px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
	-webkit-transform: translateY(600px);
	-ms-transform: translateY(600px);
	transform: translateY(600px);
}

.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom, .elementor-animated-content:hover .elementor-animated-item--exit-to-left, .elementor-animated-content:hover .elementor-animated-item--exit-to-right, .elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	opacity: 0;
}

.elementor-animated-content:hover .elementor-animated-item--move-right {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-left {
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-up {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-down {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
	--translate: 8%, 0;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
	--translate: -8%, 0;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
	--translate: 0, -8%;
}

.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
	--translate: 0, 8%;
}

.elementor-animated-content [class^=elementor-animated-item] {
	will-change: transform, opacity;
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
	-webkit-transform: scale(1.17);
	-ms-transform: scale(1.17);
	transform: scale(1.17);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in, .elementor-animated-content .elementor-animated-item--enter-zoom-out, .elementor-animated-content .elementor-animated-item--fade-in {
	opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in, .elementor-animated-content .elementor-animated-item--exit-zoom-out, .elementor-animated-content .elementor-animated-item--fade-out {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
	-webkit-transform: translateX(1000px);
	-ms-transform: translateX(1000px);
	transform: translateX(1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
	-webkit-transform: translateX(-1000px);
	-ms-transform: translateX(-1000px);
	transform: translateX(-1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
	-webkit-transform: translateY(-600px);
	-ms-transform: translateY(-600px);
	transform: translateY(-600px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
	-webkit-transform: translateY(500px);
	-ms-transform: translateY(500px);
	transform: translateY(500px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom, .elementor-animated-content .elementor-animated-item--enter-from-left, .elementor-animated-content .elementor-animated-item--enter-from-right, .elementor-animated-content .elementor-animated-item--enter-from-top {
	opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom, .elementor-animated-content .elementor-animated-item--exit-to-left, .elementor-animated-content .elementor-animated-item--exit-to-right, .elementor-animated-content .elementor-animated-item--exit-to-top {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom, .elementor-animated-content .elementor-animated-item--move-contained-left, .elementor-animated-content .elementor-animated-item--move-contained-right, .elementor-animated-content .elementor-animated-item--move-contained-top {
	-webkit-transform: scale(1.2) translate(var(--translate));
	-ms-transform: scale(1.2) translate(var(--translate));
	transform: scale(1.2) translate(var(--translate));
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
	outline: 1px solid #fec449;
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
	background-image: -o-linear-gradient(bottom, #feb416, #fec449);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#feb416), to(#fec449));
	background-image: linear-gradient(0deg, #feb416, #fec449);
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
	background-color: #feb416;
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
	display: none;
}

.elementor-theme-builder-content-area {
	height: 400px;
}

.elementor-location-footer:before, .elementor-location-header:before {
	content: "";
	display: table;
	clear: both;
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
	display: block;
}

.elementor-sticky--active {
	z-index: 99;
}

.e-container .elementor-element.elementor-sticky--active {
	padding-left: var(--padding-left);
	padding-right: var(--padding-right);
}

[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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-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;
	top: 20px;
	margin-top: 0;
	right: 20px;
	opacity: 1;
	z-index: 9999;
	pointer-events: all;
}

.elementor-popup-modal .dialog-close-button svg {
	fill: #373a3c;
	height: 1em;
	width: 1em;
}

.elementor-popup-modal .dialog-widget-content {
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: all;
}

.elementor-popup-modal .dialog-message {
	width: 640px;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-popup-modal .elementor {
	width: 100%;
}

.elementor-motion-effects-element, .elementor-motion-effects-layer {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	-o-transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.elementor-motion-effects-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
	-ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.elementor-motion-effects-layer {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-motion-effects-perspective {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
	float: none;
	width: 100%;
	padding: 0;
}

body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images, body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images, body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images, body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images {
	float: none;
	padding: 0;
}

.elementor-widget-wc-add-to-cart form.cart, .woocommerce div.product.elementor form.cart {
	margin: 0;
}

.elementor-widget-wc-add-to-cart form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.elementor-widget-wc-add-to-cart .quantity, .woocommerce div.product.elementor .quantity {
	vertical-align: middle;
}

.elementor-widget-wc-add-to-cart .quantity .qty, .woocommerce div.product.elementor .quantity .qty {
	vertical-align: top;
	margin-right: 0;
}

.elementor-widget-wc-add-to-cart .quantity input, .woocommerce div.product.elementor .quantity input {
	height: 100%;
}

.elementor-widget-wc-add-to-cart .quantity + button, .woocommerce div.product.elementor .quantity + button {
	margin-top: 0;
	margin-left: var(--button-spacing, 10px);
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form) {
	display: block;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder > *, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder > *, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder > * {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button {
	margin-left: 0;
	margin-top: var(--button-spacing, 10px);
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity {
	margin-right: 0;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button {
	vertical-align: middle;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
	text-align: left;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
	text-align: right;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
	text-align: center;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-right form.cart div.quantity {
	margin-right: 0;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-right form.cart button {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
	width: 100%;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify form.cart div.quantity {
	margin-right: auto;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart--align-justify form.cart button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

@media (min-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:767px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart div.quantity, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart button, .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.elementor-widget-wc-add-to-cart .quantity {
	vertical-align: middle;
}

.elementor-widget-wc-add-to-cart .quantity .qty {
	vertical-align: top;
	margin-right: 0;
	width: 3.631em;
	text-align: center;
}

.elementor-widget-wc-add-to-cart .quantity + button {
	margin-top: 0;
	margin-left: var(--button-spacing, 10px);
}

.elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button {
	background-color: #5bc0de;
}

.elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button {
	background-color: #5cb85c;
}

.elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button {
	background-color: #f0ad4e;
}

.elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button {
	background-color: #d9534f;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
	text-align: left;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
	text-align: right;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
	text-align: center;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right form.cart div.quantity {
	margin-right: 0;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-right form.cart button {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
	width: 100%;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify form.cart div.quantity {
	margin-right: auto;
}

.elementor-widget-wc-add-to-cart.elementor-add-to-cart--align-justify form.cart button {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

@media (min-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-widescreen--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-laptop--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet_extra--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-tablet--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:-1px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile_extra--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media (max-width:767px) {
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart div.quantity, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart div.quantity {
		margin-right: 0;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-center form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-left form.cart button, .elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-right form.cart button {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
		width: 100%;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart div.quantity {
		margin-right: auto;
	}
	
	.elementor-widget-wc-add-to-cart.elementor-add-to-cart-mobile--align-justify form.cart button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.woocommerce div.product.elementor ul.tabs:before {
	position: static;
	content: none;
	width: auto;
	bottom: auto;
	left: auto;
	border-bottom: 0;
	z-index: auto;
}

.woocommerce div.product.elementor ul.tabs {
	margin: 0;
}

.woocommerce div.product.elementor ul.tabs li {
	padding: 0;
}

.woocommerce div.product.elementor ul.tabs li a {
	padding: .8em 1.2em;
	line-height: 1;
}

.woocommerce div.product.elementor ul.tabs li:after, .woocommerce div.product.elementor ul.tabs li:before {
	border: 0;
	position: static;
	bottom: auto;
	width: auto;
	height: auto;
	content: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
	padding: 20px;
	border-radius: 0;
	border-width: 0;
	border-top: 1px solid #d3ced2;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: -1px 0 0;
}

.woocommerce div.product.elementor .elementor-product-price-block-yes .price del, .woocommerce div.product.elementor .elementor-product-price-block-yes .price ins {
	display: block;
}

.elementor-widget-woocommerce-product-meta .detail-container {
	position: relative;
}

.elementor-widget-woocommerce-product-meta .detail-container:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.elementor-widget-woocommerce-product-meta .detail-label {
	font-weight: 700;
}

.elementor-woo-meta--view-inline .product_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-woo-meta--view-inline .product_meta .detail-container:after {
	width: auto;
	left: auto;
	right: auto;
	position: absolute;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px;
}

.elementor-woo-meta--view-table .product_meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-woo-meta--view-table .product_meta, .elementor-woo-meta--view-table .product_meta .detail-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-woo-meta--view-table .product_meta .detail-label {
	min-width: 108px;
}

.elementor-woo-meta--view-stacked .product_meta .detail-container {
	display: block;
}

.woocommerce div.product.elementor .woocommerce-product-rating {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce div.product.elementor .star-rating {
	margin-top: 0;
}

.elementor-product-rating--align-left .woocommerce-product-rating {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-product-rating--align-right .woocommerce-product-rating {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-product-rating--align-center .woocommerce-product-rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
	margin-left: auto;
}

.elementor-products-grid ul.products.elementor-grid {
	display: grid;
	margin: 0;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.elementor-products-grid ul.products.elementor-grid:after, .elementor-products-grid ul.products.elementor-grid:before {
	content: none;
	display: none;
}

.elementor-products-grid ul.products.elementor-grid li.product {
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	display: var(--button-align-display);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: var(--button-align-direction);
	flex-direction: var(--button-align-direction);
	-webkit-box-pack: var(--button-align-justify);
	-ms-flex-pack: var(--button-align-justify);
	justify-content: var(--button-align-justify);
}

.elementor-products-grid ul.products.elementor-grid li.product .onsale {
	padding: 0;
	display: none;
}

.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
	display: block;
	position: relative;
}

.elementor-products-grid:not(.show-heading-yes) .products > h2 {
	display: none;
}

.elementor-products-grid nav.woocommerce-pagination {
	margin-top: 40px;
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
	border: 0;
}

.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
	border-right: 0;
	border-left: 0;
}

.elementor-widget-woocommerce-products:not(.products-heading-show) .cross-sells > h2, .elementor-widget-woocommerce-products:not(.products-heading-show) .related > h2, .elementor-widget-woocommerce-products:not(.products-heading-show) .upsells > h2 {
	display: none;
}

.elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2, .elementor-widget-woocommerce-products.products-heading-show .related > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2 {
	display: block;
	text-align: var(--products-title-alignment, left);
	color: var(--products-title-color);
	margin-bottom: var(--products-title-spacing, 1rem);
}

.elementor-product-loop-item--align-left ul.products li.product .star-rating {
	margin-right: auto;
}

.elementor-product-loop-item--align-right ul.products li.product .star-rating {
	margin-left: auto;
}

.elementor-product-loop-item--align-center ul.products li.product .star-rating {
	margin-right: auto;
	margin-left: auto;
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product, .woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product, .woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
	width: auto;
}

@media (min-width:1025px) {
	.elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-5 ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-6 ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-7 ul.products {
		grid-template-columns: repeat(7, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-8 ul.products {
		grid-template-columns: repeat(8, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-9 ul.products {
		grid-template-columns: repeat(9, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-10 ul.products {
		grid-template-columns: repeat(10, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-11 ul.products {
		grid-template-columns: repeat(11, 1fr);
	}
	
	.elementor-widget-wc-archive-products .woocommerce.columns-12 ul.products {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media (max-width:1024px) {
	.elementor-widget-wc-archive-products .products {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width:767px) {
	.elementor-widget-wc-archive-products .products {
		grid-template-columns: repeat(2, 1fr);
	}
}

.elementor.product .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
	overflow: hidden;
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	padding: 0;
}

.elementor-menu-cart__wrapper {
	text-align: var(--main-alignment, left);
}

.elementor-menu-cart__toggle_wrapper {
	display: inline-block;
	position: relative;
}

.elementor-menu-cart__toggle {
	display: inline-block;
}

.elementor-menu-cart__toggle .elementor-button {
	background-color: var(--toggle-button-background-color, transparent);
	color: var(--toggle-button-text-color, #818a91);
	border: var(--toggle-button-border-width, 1px) var(--toggle-button-border-type, solid) var(--toggle-button-border-color, #818a91);
	border-radius: var(--toggle-button-border-radius, 0);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: var(--toggle-icon-padding, 12px 24px);
}

.elementor-menu-cart__toggle .elementor-button:hover {
	color: var(--toggle-button-hover-text-color, #818a91);
	background-color: var(--toggle-button-hover-background-color, transparent);
	border-color: var(--toggle-button-hover-border-color, #818a91);
}

.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon {
	color: var(--toggle-button-icon-hover-color, #818a91);
}

.elementor-menu-cart__toggle .elementor-button svg {
	fill: var(--toggle-button-icon-color, #818a91);
}

.elementor-menu-cart__toggle .elementor-button svg:hover {
	fill: var(--toggle-button-icon-hover-color, #818a91);
}

.elementor-menu-cart__toggle .elementor-button-text {
	-webkit-margin-end: .3em;
	margin-inline-end: .3em;
}

.elementor-menu-cart__toggle .elementor-button-icon {
	position: relative;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	color: var(--toggle-button-icon-color, #818a91);
	font-size: var(--toggle-icon-size, inherit);
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: block;
	position: absolute;
	min-width: 1.6em;
	height: 1.6em;
	line-height: 1.5em;
	top: -.7em;
	inset-inline-end: -.7em;
	border-radius: 100%;
	color: var(--items-indicator-text-color, #fff);
	background-color: var(--items-indicator-background-color, #d9534f);
	text-align: center;
	font-size: 10px;
}

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
	content: attr(data-counter);
	display: inline-block;
	font-weight: 400;
}

.elementor-menu-cart__container {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, .25);
	-webkit-transition: background-color .4s, -webkit-transform 0s;
	transition: background-color .4s, -webkit-transform 0s;
	-o-transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s, -webkit-transform 0s;
	text-align: left;
}

.elementor-menu-cart__main {
	position: fixed;
	left: var(--side-cart-alignment-left, auto);
	right: var(--side-cart-alignment-right, 0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	top: 0;
	bottom: 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 14px;
	min-height: 200px;
	width: 350px;
	max-width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: var(--cart-padding, 20px 30px);
	background-color: var(--cart-background-color, #fff);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	border-style: var(--cart-border-style, none);
	border-color: var(--cart-border-color, initial);
	border-radius: var(--cart-border-radius, 0);
	margin-top: var(--mini-cart-spacing, 0);
}

.elementor-menu-cart__main, .elementor-menu-cart__main .widget_shopping_cart_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-menu-cart__main .widget_shopping_cart_content {
	height: 100%;
}

.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
	color: var(--empty-message-color, inherit);
	text-align: var(--empty-message-alignment, left);
}

body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
	background-color: transparent;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: background-color .4s, -webkit-transform 0s .4s;
	transition: background-color .4s, -webkit-transform 0s .4s;
	-o-transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s, -webkit-transform 0s .4s;
}

body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button {
	display: none;
}

body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: var(--side-cart-alignment-transform, translateX(100%));
	-ms-transform: var(--side-cart-alignment-transform, translateX(100%));
	transform: var(--side-cart-alignment-transform, translateX(100%));
}

.elementor-menu-cart__close-button {
	width: var(--cart-close-icon-size, 25px);
	height: var(--cart-close-icon-size, 25px);
	position: relative;
	margin: 0 0 20px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	cursor: pointer;
	display: inline-block;
	font-family: eicons;
	font-size: 20px;
	line-height: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-menu-cart__close-button:after, .elementor-menu-cart__close-button:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: var(--cart-close-button-color, #818a91);
	border-radius: 1px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-menu-cart__close-button:hover:after, .elementor-menu-cart__close-button:hover:before {
	background: var(--cart-close-button-hover-color, #818a91);
}

.elementor-menu-cart__close-button:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.elementor-menu-cart__close-button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.elementor-menu-cart__products {
	max-height: calc(100vh - 250px);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.elementor-menu-cart__product {
	display: grid;
	grid-template-columns: 28% auto;
	grid-template-rows: var(--price-quantity-position--grid-template-rows, auto auto);
	position: relative;
	border-width: 0;
	border-bottom: var(--divider-width, 1px) var(--divider-style, solid) var(--divider-color, #d4d4d4);
}

.elementor-menu-cart__product .variation {
	display: grid;
	grid-template-columns: -webkit-max-content auto;
	grid-template-columns: max-content auto;
	margin: 10px 0;
	color: var(--product-variations-color, #373a3c);
}

.elementor-menu-cart__product .variation dt {
	grid-column-start: 1;
}

.elementor-menu-cart__product .variation dd {
	grid-column-start: 2;
	-webkit-margin-start: 5px;
	margin-inline-start: 5px;
}

.elementor-menu-cart__product .variation dd p {
	margin-bottom: 0;
}

.elementor-menu-cart__product-image {
	grid-row-start: 1;
	grid-row-end: 3;
	width: 100%;
}

.elementor-menu-cart__product-image a, .elementor-menu-cart__product-image img {
	display: block;
}

.elementor-menu-cart__product-name {
	grid-column-start: 2;
	grid-column-end: 3;
	margin: 0;
}

.elementor-menu-cart__product-name a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-menu-cart__product-price {
	grid-column-start: 2;
	grid-column-end: 3;
	-ms-flex-item-align: var(--price-quantity-position--align-self, end);
	align-self: var(--price-quantity-position--align-self, end);
	font-weight: 300;
	color: var(--product-price-color, #d4d4d4);
}

.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
	font-size: 14px;
	padding-left: 20px;
}

.elementor-menu-cart__product-remove {
	color: #818a91;
	width: var(--remove-item-button-size, 22px);
	height: var(--remove-item-button-size, 22px);
	border-radius: var(--remove-item-button-size, 22px);
	border: 1px solid var(--remove-item-button-color, #d4d4d4);
	text-align: center;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-menu-cart__product-remove:hover {
	border: 1px solid var(--remove-item-button-hover-color, #d4d4d4);
}

.elementor-menu-cart__product-remove:hover:after, .elementor-menu-cart__product-remove:hover:before {
	background: var(--remove-item-button-hover-color, #d4d4d4);
}

.elementor-menu-cart__product-remove:after, .elementor-menu-cart__product-remove:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 50%;
	top: 50%;
	left: 25%;
	margin-top: -1px;
	background: var(--remove-item-button-color, #d4d4d4);
	z-index: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-menu-cart__product-remove:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.elementor-menu-cart__product-remove:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.elementor-menu-cart__product-remove > a {
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	position: absolute;
}

.elementor-menu-cart__product-remove > a.remove_from_cart_button {
	display: var(--remove-from-cart-button, block);
}

.elementor-menu-cart__product-remove > a.elementor_remove_from_cart_button {
	display: var(--elementor-remove-from-cart-button, none);
}

.elementor-menu-cart__product:last-child {
	border: none;
}

.elementor-menu-cart__footer-buttons, .elementor-menu-cart__product:not(:first-of-type), .elementor-menu-cart__subtotal {
	padding-top: var(--product-divider-gap, 20px);
}

.elementor-menu-cart__product {
	padding-right: 30px;
}

.elementor-menu-cart__product, .elementor-menu-cart__subtotal {
	padding-bottom: var(--product-divider-gap, 20px);
}

.elementor-menu-cart__subtotal {
	font-size: 20px;
	text-align: var(--menu-cart-subtotal-text-align, center);
	font-weight: 600;
	color: var(--menu-cart-subtotal-color, inherit);
	border-left: var(--subtotal-divider-left-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d4d4d4);
	border-bottom: var(--subtotal-divider-bottom-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d4d4d4);
	border-right: var(--subtotal-divider-right-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d4d4d4);
	border-top: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d4d4d4);
}

.elementor-menu-cart__footer-buttons {
	font-size: 20px;
	text-align: var(--cart-footer-buttons-alignment-text-align, center);
	display: var(--cart-footer-buttons-alignment-display, grid);
	grid-template-columns: var(--cart-footer-layout, 1fr 1fr);
	margin-top: var(--cart-buttons-position-margin, 0);
	grid-column-gap: var(--space-between-buttons, 10px);
	grid-row-gap: var(--space-between-buttons, 10px);
}

.elementor-menu-cart__footer-buttons .elementor-button {
	display: inline-block;
	border-radius: var(--cart-footer-buttons-border-radius, 0);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	display: var(--view-cart-button-display, inline-block);
	color: var(--view-cart-button-text-color, #fff);
	padding: var(--view-cart-button-padding, 15px);
	background-color: var(--view-cart-button-background-color, #818a91);
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
	color: var(--view-cart-button-hover-text-color, #fff);
	background-color: var(--view-cart-button-hover-background-color, #818a91);
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
	display: var(--checkout-button-display, inline-block);
	color: var(--checkout-button-text-color, #fff);
	padding: var(--checkout-button-padding, 15px);
	background-color: var(--checkout-button-background-color, #818a91);
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
	color: var(--checkout-button-hover-text-color, #fff);
	background-color: var(--checkout-button-hover-background-color, #818a91);
}

@media (max-width:767px) {
	.elementor-menu-cart__footer-buttons .elementor-button {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
	display: none;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before {
	content: none;
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product {
	padding-left: 0;
	padding-right: 0;
	grid-template-columns: 25% auto;
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove {
	display: none;
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__product-remove {
	top: 0;
	bottom: auto;
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__products .cart_item:not(:first-of-type) .elementor-menu-cart__product-remove {
	top: 20px;
	bottom: auto;
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--middle .elementor-menu-cart__product-remove {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	bottom: 50%;
}

.elementor-widget-woocommerce-menu-cart.remove-item-position--bottom .elementor-menu-cart__product-remove {
	top: auto;
	bottom: 20px;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
	position: absolute;
	width: auto;
	height: auto;
	overflow: visible;
	top: 100%;
	bottom: auto;
	background: none;
	min-width: 330px;
	left: 0;
	right: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background-color .4s, -webkit-transform 0s;
	transition: background-color .4s, -webkit-transform 0s;
	-o-transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s;
	transition: background-color .4s, transform 0s, -webkit-transform 0s;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	overflow: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media (max-width:767px) {
	.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
		min-width: 300px;
	}
}

body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: background-color .4s, -webkit-transform 0s .4s;
	transition: background-color .4s, -webkit-transform 0s .4s;
	-o-transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s;
	transition: background-color .4s, transform 0s .4s, -webkit-transform 0s .4s;
}

body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown {
	opacity: 1;
}

.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown .elementor-menu-cart__container {
	z-index: 9999;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown .elementor-menu-cart__container {
	display: none;
}

.elementor-widget-woocommerce-purchase-summary {
	font-size: 14px;
	font-family: Roboto, sans-serif;
	color: #818a91;
}

.elementor-widget-woocommerce-purchase-summary table tbody tr:hover > td, .elementor-widget-woocommerce-purchase-summary table tbody tr:hover > th {
	background-color: initial;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin: 0 0 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li {
	border-right: var(--payment-details-border-width, 1px) var(--payment-details-border-type, solid) var(--payment-details-border-color, #d4d4d4);
	color: var(--payment-details-titles-color, #000);
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	margin-right: var(--payment-details-space-between, 4em);
	padding-right: var(--payment-details-space-between, 4em);
	float: unset;
	margin-bottom: 30px;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li {
		border-right: none;
		border-bottom: var(--payment-details-border-width, 1px) var(--payment-details-border-type, solid) var(--payment-details-border-color, #d4d4d4);
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		padding-top: calc(var(--payment-details-space-between, 20px) / 2);
		padding-bottom: calc(var(--payment-details-space-between, 20px) / 2);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
	}
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong {
	color: var(--payment-details-items-color, #818a91);
	font-weight: 400;
	font-size: 14px;
	margin-top: var(--payment-details-titles-spacing, 10px);
	text-transform: none;
	line-height: normal;
	text-shadow: none;
	font-style: normal;
	letter-spacing: 0;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong {
		margin-top: 0;
	}
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
	border-right: var(--bank-details-border-width, 1px) var(--bank-details-border-type, solid) var(--bank-details-border-color, #d4d4d4);
	color: var(--bank-details-titles-color, #000);
	font-weight: 700;
	font-size: 14px;
	text-transform: capitalize;
	margin-right: var(--bank-details-space-between, 4em);
	padding-right: var(--bank-details-space-between, 4em);
	float: unset;
	margin-bottom: 30px;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
		border-right: none;
		border-bottom: var(--bank-details-border-width, 1px) var(--bank-details-border-type, solid) var(--bank-details-border-color, #d4d4d4);
		margin-right: 0;
		padding-right: 0;
		width: 100%;
		padding-top: calc(var(--bank-details-space-between, 20px) / 2);
		padding-bottom: calc(var(--bank-details-space-between, 20px) / 2);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
	}
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
	color: var(--bank-details-items-color, #818a91);
	font-weight: 400;
	font-size: 14px;
	margin-top: var(--bank-details-titles-spacing, 10px);
	text-transform: none;
	line-height: normal;
	text-shadow: none;
	font-style: normal;
	letter-spacing: 0;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
		margin-top: 0;
	}
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-of-type {
	border-right: none;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta .wc-item-meta-label, .elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta li p {
	color: var(--order-details-variations-color, #818a91);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table {
	font-size: 14px;
	margin-bottom: 0;
	padding: var(--sections-padding, 15px 30px);
	background-color: var(--sections-background-color, #fff);
	border-radius: var(--sections-border-radius, 3px);
	border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt {
	background-color: transparent;
	border-radius: var(--button-border-radius, 3px);
	border: 2px var(--buttons-border-type, solid) var(--buttons-border-color, #5bc0de);
	vertical-align: middle;
	color: var(--button-normal-text-color, #818a91);
	padding: var(--button-padding, 5px 10px);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt:hover {
	color: var(--button-hover-text-color, #818a91);
	-webkit-transition-duration: var(--button-hover-transition-duration, .3s);
	-o-transition-duration: var(--button-hover-transition-duration, .3s);
	transition-duration: var(--button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th {
	border: 0;
	border-top: var(--tables-divider-border-width, 1px) var(--tables-divider-border-type, solid) var(--tables-divider-border-color, #d4d4d4);
	padding-top: calc(var(--order-details-rows-gap, 18px) / 2);
	padding-bottom: calc(var(--order-details-rows-gap, 18px) / 2);
	padding-left: 0;
	padding-right: 0;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th {
	color: var(--order-details-titles-totals-color, #000);
	border-top: none;
	padding-top: 0;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th span {
	color: var(--order-details-titles-totals-color, #000);
}

@media (min-width:1025px) {
	.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td {
		vertical-align: top;
		line-height: unset;
	}
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td .woocommerce-Price-amount {
	color: var(--order-details-items-color, #818a91);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th {
	color: var(--order-details-titles-totals-color, #000);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child td, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child th {
	padding-bottom: 0;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-quantity, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-expires, .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-remaining {
	font-weight: 400;
	color: var(--order-details-items-color, #818a91);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-purchase-note td {
	border-top: none;
	padding-top: 0;
	color: var(--general-text-color, #818a91);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-table--order-downloads tr td:before {
	color: var(--order-details-titles-totals-color, #000);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button {
	background: transparent;
	border: 2px solid #5bc0de;
	border: 2px var(--buttons-border-type, solid) var(--buttons-border-color, #5bc0de);
	border-radius: var(--button-border-radius, 3px);
	vertical-align: middle;
	color: var(--button-normal-text-color, #818a91);
	margin-top: 40px;
	margin-bottom: 0;
	padding: var(--button-padding, 12px 32px);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button:hover {
	color: var(--button-hover-text-color, #818a91);
	-webkit-transition-duration: var(--button-hover-transition-duration, .3s);
	-o-transition-duration: var(--button-hover-transition-duration, .3s);
	transition-duration: var(--button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce h2 {
	color: var(--titles-color, #000);
	margin-bottom: var(--titles-spacing, 45px);
	font-weight: 400;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-details h2 {
	text-align: var(--order-summary-alignment, inherit);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-heading {
	text-align: var(--bank-details-alignment, inherit);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-downloads__title {
	text-align: var(--downloads-alignment, inherit);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--billing-address h2, .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-customer-details > h2 {
	text-align: var(--billing-details-alignment, inherit);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--shipping-address h2 {
	text-align: var(--shipping-details-alignment, inherit);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce a {
	color: var(--order-details-product-links-normal-color, #5bc0de);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover {
	color: var(--order-details-product-links-hover-color, #5bc0de);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce p {
	margin-bottom: 20px;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-received {
	margin-bottom: var(--sections-spacing, 40px);
	color: var(--confirmation-message-color, #818a91);
	text-align: var(--confirmation-message-alignment, inherit);
	display: var(--confirmation-message-display, none);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce strong {
	color: var(--general-text-color, #000);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody > tr:nth-child(odd) > td, .elementor-widget-woocommerce-purchase-summary .woocommerce table tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce address {
	padding: var(--sections-padding, 15px 30px);
	background-color: var(--sections-background-color, #fff);
	border-radius: var(--sections-border-radius, 3px);
	border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	color: var(--general-text-color, #818a91);
}

@media (max-width:767px) {
	.elementor-widget-woocommerce-purchase-summary .woocommerce-column--2 {
		margin-top: 2em;
	}
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details + p {
	color: var(--general-text-color, #818a91);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-account-name {
	color: var(--account-title-color, #000);
	font-weight: 700;
	font-size: 14px;
	margin-bottom: var(--account-title-spacing, 1rem);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce section {
	margin-top: var(--sections-spacing, 4em);
}

.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details:last-child {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below, .elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
	padding-bottom: 0;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details {
	table-layout: fixed;
}

.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td {
	word-wrap: break-word;
}

.elementor-widget-woocommerce-checkout-page {
	background-color: transparent;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #818a91;
}

.elementor-widget-woocommerce-checkout-page.e-checkout-layout-one-column .e-checkout__container {
	grid-template-columns: auto;
}

.elementor-widget-woocommerce-checkout-page ::-webkit-input-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-checkout-page ::-moz-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-checkout-page ::-ms-input-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-checkout-page ::placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-checkout-page table tbody tr:hover > td, .elementor-widget-woocommerce-checkout-page table tbody tr:hover > th {
	background-color: transparent;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
	color: var(--forms-fields-normal-color, #818a91);
	background-color: #f7f7f7;
	border-radius: var(--forms-fields-border-radius, 0);
	border: none;
	height: 45px;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single:focus {
	color: var(--forms-fields-focus-color, #818a91);
	background-color: #f7f7f7;
	border-color: initial;
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--forms-fields-normal-color, #818a91);
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--forms-fields-normal-color, #818a91);
	line-height: 45px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}

.elementor-widget-woocommerce-checkout-page .select2-container--open .select2-dropdown--below {
	background-color: #f7f7f7;
}

.elementor-widget-woocommerce-checkout-page .e-description {
	color: var(--sections-descriptions-color, #818a91);
	padding-bottom: var(--sections-descriptions-spacing, 0);
	font-size: 14px;
	font-weight: 400;
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section {
	margin-bottom: 24px;
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section .e-checkout-secondary-title {
	text-align: var(--login-title-alignment, left);
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-nudge {
	margin-top: var(--sections-secondary-title-spacing, 24px);
	margin-bottom: 15px;
}

.elementor-widget-woocommerce-checkout-page .e-coupon-anchor {
	margin-top: var(--sections-secondary-title-spacing, 24px);
}

.elementor-widget-woocommerce-checkout-page .e-coupon-box {
	margin-top: 24px;
}

.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description {
	color: var(--forms-labels-color, #818a91);
	margin-bottom: var(--forms-label-spacing, 3px);
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap-start {
	-webkit-box-flex: 75%;
	-ms-flex: 75%;
	flex: 75%;
}

.elementor-widget-woocommerce-checkout-page .e-login-wrap-end {
	-webkit-box-flex: 20%;
	-ms-flex: 20%;
	flex: 20%;
	text-align: right;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .e-login-wrap {
		display: block;
	}
	
	.elementor-widget-woocommerce-checkout-page .e-login-wrap-end {
		text-align: var(--login-button-alignment, left);
		margin-top: 15px;
	}
	
	.elementor-widget-woocommerce-checkout-page .e-login-wrap-end label.e-login-label {
		display: none;
	}
}

.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 6px;
}

.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password {
	margin-bottom: 0;
	font-size: 12px;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password {
		font-size: 11px;
	}
}

.elementor-widget-woocommerce-checkout-page .e-apply-coupon {
	width: 90%;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .e-apply-coupon {
		width: var(--coupon-button-width, auto);
	}
}

.elementor-widget-woocommerce-checkout-page .e-checkout__container {
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: 56% auto;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-column-gap: var(--sections-margin, 24px);
	grid-row-gap: var(--sections-margin, 24px);
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .e-checkout__container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title {
	color: var(--sections-secondary-title-color, #818a91);
	margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .e-woocommerce-coupon-nudge {
	text-align: var(--coupon-title-alignment, left);
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
	margin-top: 13px;
	padding-left: var(--shipping-heading-padding-start, 30px);
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address span {
	font-weight: 400;
}

.elementor-widget-woocommerce-checkout-page a {
	color: var(--links-normal-color, #5bc0de);
}

.elementor-widget-woocommerce-checkout-page a:hover {
	color: var(--links-hover-color, #5bc0de);
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row {
	padding-left: var(--forms-columns-gap-padding, 0);
	padding-right: var(--forms-columns-gap-padding, 0);
	margin-left: var(--forms-columns-gap-margin, 0);
	margin-right: var(--forms-columns-gap-margin, 0);
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label {
	color: var(--forms-labels-color, #818a91);
	margin-bottom: var(--forms-label-spacing, 3px);
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea {
	color: var(--forms-fields-normal-color, #818a91);
	background-color: #f7f7f7;
	border-radius: var(--forms-fields-border-radius, 0);
	padding: var(--forms-fields-padding, 16px);
	font-size: 14px;
	border: none;
	font-weight: 400;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select:focus, .elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea:focus, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text:focus, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select:focus, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea:focus, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text:focus, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select:focus, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea:focus {
	color: var(--forms-fields-focus-color, #818a91);
	background-color: #f7f7f7;
	border-color: #818a91;
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details #billing_address_1_field, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box #billing_address_1_field, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor #billing_address_1_field {
	margin-bottom: 5px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .create-account, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row {
	margin-bottom: 0 !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li input, .elementor-widget-woocommerce-checkout-page .woocommerce .input-radio {
	vertical-align: middle;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span {
	position: relative;
	top: 2px;
	color: var(--sections-checkboxes-color, #818a91);
}

.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label, .elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
	color: var(--sections-radio-buttons-color, #818a91);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
	display: inline;
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
	background-color: #fff;
	color: var(--forms-buttons-normal-text-color, #6f6f6f);
	border-radius: var(--forms-buttons-border-radius, 3px);
	padding: 1rem;
	border: 2px var(--forms-buttons-border-type, solid) var(--forms-buttons-border-color, #5bc0de);
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button:hover {
	color: var(--forms-buttons-hover-text-color, #6f6f6f);
	-webkit-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	-o-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
	margin-right: 1%;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce-info {
	border-top-color: transparent;
	background-color: transparent;
	padding: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p {
	font-weight: 400;
	font-size: 12px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form-login-toggle .woocommerce-info {
	font-weight: 400;
	margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1, .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review, .elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box, .elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section, .elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment {
	background: var(--sections-background-color, #fff);
	border-radius: var(--sections-border-radius, 3px);
	padding: var(--sections-padding, 16px 30px);
	margin: var(--sections-margin, 0 0 24px 0);
	border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	display: block;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
	display: var(--additional-information-display, none);
}

@media (min-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
		margin: var(--sections-margin, 0);
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout-message, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment .payment_box, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text {
	color: var(--sections-messages-color, #818a91);
	font-weight: 400;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
	margin-top: 25px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-1 {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-2 {
	padding-top: 15px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce #order_review_heading {
	text-align: var(--order-review-title-alignment, left);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
	margin-bottom: 0;
	border: 0;
	font-size: 14px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead {
	background-color: transparent;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th {
	padding-top: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
	color: #000;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity {
	font-weight: 400;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th {
	color: #818a91;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr {
	border: 0;
	padding-left: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr {
	padding-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd) > td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd) > th {
	background-color: transparent;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td {
	font-weight: 400;
	color: var(--order-summary-items-color, #000);
	border-bottom: var(--order-summary-items-divider-weight, 0) solid var(--order-summary-items-divider-color, #818a91);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
	padding-right: 40px;
	max-width: 150px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-total {
	vertical-align: top;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th {
	padding-top: var(--order-summary-rows-gap-top, 15px);
	padding-bottom: var(--order-summary-rows-gap-bottom, 15px);
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th {
	color: var(--order-summary-totals-color, #818a91);
	vertical-align: top;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total td, .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total th {
	border-top: var(--order-summary-totals-divider-weight, 0) solid var(--order-summary-totals-divider-color, #818a91);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td {
	max-width: 70px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: var(--sections-title-spacing, 30px);
	color: var(--sections-title-color, #000);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row > span {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 3px;
	color: #818a91;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
	width: 48%;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row .input-checkbox {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields h3 {
	text-align: var(--billing-details-title-alignment, left);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row {
	margin-bottom: var(--forms-rows-gap, 5px);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row:last-child, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child {
	margin-bottom: 15px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout.login {
	margin-top: -8px;
	z-index: 999;
	background: #fff;
	border-top-width: 0;
	position: relative;
	margin-bottom: 0;
	color: #818a91;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
		width: 100%;
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form-coupon-toggle {
	display: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit {
	width: 85%;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit {
		width: var(--login-button-width, 35%);
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce-additional-fields h3 {
	text-align: var(--additional-fields-title-alignment, left);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-fields .shipping_address {
	margin-bottom: var(--sections-margin, 20px);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment {
	margin-top: 24px;
	padding: 15px 25px 25px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods {
	border-bottom: none;
	padding: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
	background-color: #f7f7f7;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box:before {
	display: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
	line-height: 21px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a {
	padding-left: 15px;
	font-size: 12px;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a {
		float: none;
		font-size: 11px;
		padding-left: 10px;
	}
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img {
		width: 55px;
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	-webkit-box-align: var(--place-order-title-alignment, stretch);
	-ms-flex-align: var(--place-order-title-alignment, stretch);
	align-items: var(--place-order-title-alignment, stretch);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
	background-color: #5bc0de;
	width: var(--purchase-button-width, auto);
	float: none;
	color: var(--purchase-button-normal-text-color, #fff);
	min-height: auto;
	padding: var(--purchase-button-padding, 1em 1em);
	border-radius: var(--purchase-button-border-radius, 3px);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
	background-color: #5bc0de;
	color: var(--purchase-button-hover-text-color, #fff);
	border-color: var(--purchase-button-hover-border-color, #5bc0de);
	-webkit-transition-duration: var(--purchase-button-hover-transition-duration, .3s);
	-o-transition-duration: var(--purchase-button-hover-transition-duration, .3s);
	transition-duration: var(--purchase-button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .woocommerce-info:before {
	display: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-1, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-2 {
	width: auto;
	float: none;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
	display: grid;
	grid-template-columns: auto auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2 {
	text-align: right;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
		display: block;
	}
	
	.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2 {
		text-align: var(--coupon-button-alignment, left);
	}
}

.elementor-widget-woocommerce-checkout-page .woocommerce #account_password_field {
	margin-bottom: 10px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation {
	color: var(--order-summary-variations-color, #000);
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	text-decoration: none;
	line-height: 21px;
}

.e-woo-select2-wrapper .select2-results__option, .e-woo-select2-wrapper .select2-results__option:focus {
	color: #818a91;
}

.elementor-widget-woocommerce-cart.e-cart-layout-one-column .e-cart__container {
	grid-template-columns: auto;
}

.elementor-widget-woocommerce-cart table tbody tr:hover > td, .elementor-widget-woocommerce-cart table tbody tr:hover > th {
	background-color: inherit;
}

.elementor-widget-woocommerce-cart .e-clear {
	overflow: hidden;
	height: 0;
	width: 0;
}

.elementor-widget-woocommerce-cart .e-cart-section {
	background-color: var(--sections-background-color, #fff);
	padding: var(--sections-padding, 16px 30px);
	margin: var(--sections-margin, 0 0 30px 0);
	border-radius: var(--sections-border-radius, 3px);
	border: 1px var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
}

.elementor-widget-woocommerce-cart .e-cart-section--no-coupon {
	margin: var(--sections-margin, 0 0 0 0);
}

@media (min-width:1024px) {
	.elementor-widget-woocommerce-cart .e-cart-section:last-child {
		margin: var(--sections-margin, 0);
	}
}

.elementor-widget-woocommerce-cart .e-cart-content {
	color: var(--sections-descriptions-color, #818a91);
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0;
}

.elementor-widget-woocommerce-cart .e-cart__container {
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: 59% auto;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-column-gap: var(--sections-margin, 30px);
	grid-row-gap: var(--sections-margin, 30px);
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .e-cart__container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.elementor-widget-woocommerce-cart .e-cart-layout-one-column .e-cart__container {
	grid-template-columns: auto;
}

.elementor-widget-woocommerce-cart .select2-container {
	margin-bottom: 4px;
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single {
	color: var(--forms-fields-normal-color, #818a91);
	background-color: #f7f7f7;
	border-radius: var(--forms-fields-border-radius, 0);
	border: none;
	height: 45px;
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single:focus {
	color: var(--forms-fields-focus-color, #818a91);
	background-color: #f7f7f7;
	border-color: var(--forms-fields-focus-border-color, initial);
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--forms-fields-normal-color, #818a91);
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--forms-fields-normal-color, #818a91);
	line-height: 45px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}

.elementor-widget-woocommerce-cart .select2-container--open .select2-dropdown--below {
	background-color: #f7f7f7;
}

.elementor-widget-woocommerce-cart .woocommerce {
	font-family: Roboto, sans-serif;
}

.elementor-widget-woocommerce-cart .woocommerce button.button {
	background-color: #fff;
	color: var(--forms-buttons-normal-text-color, #818a91);
	border-radius: var(--forms-buttons-border-radius, 3px);
	padding: var(--forms-buttons-padding, .88rem 2rem);
	width: var(--forms-buttons-width, auto);
	border: 2px var(--forms-buttons-border-type, solid) var(--forms-buttons-border-color, #5bc0de);
}

.elementor-widget-woocommerce-cart .woocommerce button.button:hover {
	color: var(--forms-buttons-hover-text-color, #818a91);
	-webkit-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	-o-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	border-color: var(--forms-buttons-hover-border-color, #5bc0de);
}

.elementor-widget-woocommerce-cart .woocommerce button.button.disabled, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled] {
	padding: var(--forms-buttons-padding, .88rem 2rem);
	color: var(--forms-buttons-normal-text-color, #818a91);
}

.elementor-widget-woocommerce-cart .woocommerce button.button.disabled:hover, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled:hover, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]:hover {
	background-color: var(--forms-buttons-hover-background-color, #fff);
	color: var(--forms-buttons-hover-text-color, #818a91);
	-webkit-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	-o-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	border-color: var(--forms-buttons-hover-border-color, #5bc0de);
}

.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label {
	color: var(--sections-radio-buttons-color, #818a91);
}

.elementor-widget-woocommerce-cart .woocommerce #shipping_method li input {
	vertical-align: middle;
}

.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form {
	margin-top: var(--sections-descriptions-spacing, 15px);
}

.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-destination {
	color: var(--sections-descriptions-color, #818a91);
	margin-bottom: 0;
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th {
	display: none;
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td {
	text-align: left !important;
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td:before {
	width: 100%;
	margin-bottom: 10px;
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td {
	text-align: right !important;
}

.elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td:before, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td:before {
	content: attr(data-title);
	font-weight: 700;
	float: left;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
	text-align: var(--totals-title-alignment, left);
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td {
	padding-top: var(--totals-rows-gap-top, 12px);
	padding-bottom: var(--totals-rows-gap-bottom, 9px);
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before {
	color: var(--totals-color, #818a91);
	font-weight: 700;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td {
	border-top-color: var(--totals-divider-color, #818a91);
	border-top-width: var(--totals-divider-weight, 0);
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals .form-row {
	margin-bottom: var(--forms-rows-gap, 6px);
}

.elementor-widget-woocommerce-cart .woocommerce .product-name a {
	color: var(--product-link-normal-color, #000);
}

.elementor-widget-woocommerce-cart .woocommerce .product-name a:hover {
	color: var(--product-link-hover-color, #000);
}

.elementor-widget-woocommerce-cart .woocommerce .form-row {
	padding: 3px 0;
	margin: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text, .elementor-widget-woocommerce-cart .woocommerce select {
	color: var(--forms-fields-normal-color, #818a91);
	background-color: #f7f7f7;
	border-radius: var(--forms-fields-border-radius, 3px);
	border: none;
	padding: var(--forms-fields-padding, 16px);
	font-size: 14px;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text::-webkit-input-placeholder, .elementor-widget-woocommerce-cart .woocommerce select::-webkit-input-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text::-ms-input-placeholder, .elementor-widget-woocommerce-cart .woocommerce select::-ms-input-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text::placeholder, .elementor-widget-woocommerce-cart .woocommerce select::placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus, .elementor-widget-woocommerce-cart .woocommerce select:focus {
	color: var(--forms-fields-focus-color, #818a91);
	background-color: #f7f7f7;
	border-color: var(--forms-fields-focus-border-color, transparent);
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-webkit-input-placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::-webkit-input-placeholder {
	color: var(--forms-fields-focus-color, #818a91);
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder {
	color: var(--forms-fields-focus-color, #818a91);
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-ms-input-placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::-ms-input-placeholder {
	color: var(--forms-fields-focus-color, #818a91);
}

.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::placeholder {
	color: var(--forms-fields-focus-color, #818a91);
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
	background-color: transparent;
	color: var(--order-summary-color, #000);
	border: var(--order-summary-quantity-border-weight, 1px) solid var(--order-summary-quantity-border-color, #d4d4d4);
	border-radius: 3px;
	padding: 1px 2px;
	text-align: left;
	font-size: 14px;
	min-height: 28px;
	max-height: 28px;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout {
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: var(--place-order-title-alignment, stretch);
	-ms-flex-align: var(--place-order-title-alignment, stretch);
	align-items: var(--place-order-title-alignment, stretch);
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
	padding: var(--checkout-button-padding, 15px 1em);
	width: var(--checkout-button-width, auto);
	font-size: 15px;
	text-align: center;
	color: var(--checkout-button-normal-text-color, #fff);
	background-color: #5bc0de;
	border-radius: var(--checkout-button-border-radius, 3px);
	min-height: auto;
	margin-bottom: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	color: var(--checkout-button-hover-text-color, #fff);
	background-color: #5bc0de;
	border-color: var(--checkout-button-hover-border-color, #5bc0de);
	-webkit-transition-duration: var(--checkout-button-hover-transition-duration, .3s);
	-o-transition-duration: var(--checkout-button-hover-transition-duration, .3s);
	transition-duration: var(--checkout-button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-cart .woocommerce .remove {
	background: transparent;
	color: var(--order-summary-remove-icon-normal-color, #000) !important;
	width: auto;
}

.elementor-widget-woocommerce-cart .woocommerce .remove:hover {
	background: transparent;
	color: var(--order-summary-remove-icon-hover-color, #5bc0de) !important;
}

.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals td {
	padding-left: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
	padding-right: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
	float: right;
	width: 100%;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row {
	padding: 0;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding-right: 30px;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
		padding-right: 0;
	}
}

.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
		text-align: var(--apply-coupon-button-alignment, center);
	}
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce .coupon-col {
		display: block;
	}
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce .coupon {
		margin: var(--sections-margin, 0);
	}
	
	.elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
		width: var(--apply-coupon-button-width, 100%);
		float: none;
	}
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table {
	border: 0 solid;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button {
	float: left;
	font-size: 14px;
	font-weight: 700;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions {
	display: table-cell;
	text-align: var(--update-cart-button-alignment, left) !important;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
	display: inline-block !important;
	float: none;
	width: var(--update-cart-button-width, auto);
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
		width: var(--update-cart-button-width, 100%) !important;
	}
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form p:last-of-type {
	text-align: var(--update-shipping-button-alignment, start);
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button {
	float: none;
	width: var(--update-shipping-button-width, auto);
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button {
		width: var(--update-shipping-button-width, 100%);
	}
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table td, .elementor-widget-woocommerce-cart .woocommerce table.shop_table th, .elementor-widget-woocommerce-cart .woocommerce table.shop_table tr {
	border: 0 solid;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd) > td, .elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd) > th {
	background-color: transparent;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .actions {
	padding: 16px 0 0;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a {
	display: inline-block;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
	display: var(--update-cart-automatically-display, table-row);
}

.elementor-widget-woocommerce-cart .woocommerce table.cart {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart img {
	width: 55px;
	height: auto;
	display: block;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td {
	padding-top: var(--order-summary-rows-gap-top, 20px);
	padding-right: 20px;
	padding-bottom: var(--order-summary-rows-gap-bottom, 20px);
	padding-left: 0;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td span {
	color: var(--order-summary-color, #000);
	font-size: 14px;
	font-weight: 400;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail {
	border-top: var(--order-summary-items-divider-weight, 1px) solid var(--order-summary-items-divider-color, #d4d4d4);
}

@media (max-width:768px) {
	.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail {
		border-top-width: 0;
	}
}

.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:767px) {
	.elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td {
		border-top: none;
	}
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce table.cart.product-remove {
		position: relative;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart.product-name {
		padding-right: 0;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
		border-top-width: var(--order-summary-items-divider-weight, 1px);
		border-top-color: var(--order-summary-items-divider-color, #d4d4d4);
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child {
		border-top: none;
	}
}

@media (max-width:768px) {
	.elementor-widget-woocommerce-cart .woocommerce table.cart td {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width:767px) {
	.elementor-widget-woocommerce-cart .woocommerce table.cart {
		padding: 0;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
		padding: 16px 28px;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child {
		border-top: none;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart td {
		padding-left: 0;
		padding-right: 0;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td:first-child {
		border-top: none;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.cart td.actions {
		padding: 0;
	}
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
	color: var(--links-normal-color, #5bc0de);
}

.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover {
	color: var(--links-hover-color, #5bc0de);
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2, .elementor-widget-woocommerce-cart .woocommerce .cart th {
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	padding: 0 20px 8px 0;
}

.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
	margin-bottom: var(--sections-title-spacing, 1rem);
	color: var(--sections-title-color, #000);
}

.elementor-widget-woocommerce-cart .woocommerce .cart th {
	padding-bottom: var(--order-summary-title-spacing, 8px);
	color: var(--order-summary-title-color, #000);
}

.elementor-widget-woocommerce-cart .woocommerce .cart td:before {
	color: var(--order-summary-title-color, #000);
}

.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-button:after {
	display: none;
}

.elementor-widget-woocommerce-cart .woocommerce .product-name .variation {
	color: var(--order-summary-variations-color, #000);
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td, .elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce .cart_totals .shop_table_responsive td {
		padding-left: 0;
	}
}

.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce #shipping_method input, .e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form button[name=calc_shipping] {
	pointer-events: none;
}

.e-woo-select2-wrapper .select2-results__option {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: var(--forms-fields-normal-color, #818a91);
}

.e-woo-select2-wrapper .select2-results__option:focus {
	color: var(--forms-fields-focus-color, #818a91);
	border-color: #818a91;
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account {
	font-family: Roboto, sans-serif;
	color: #818a91;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
	float: right;
	width: 75%;
	padding: 0;
	padding-left: var(--tab-content-spacing, 6%);
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
		width: 100%;
		padding: var(--tab-content-spacing, 6%) 0 0 0;
	}
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
	border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-radius: var(--sections-border-radius, 3px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .shop_table {
	border: none;
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
	background-color: var(--sections-background-color, #fff);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
	padding: var(--sections-padding, 16px 30px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper {
	padding: var(--sections-padding, 16px 30px 3px 30px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address {
	background-color: var(--sections-background-color, #fff);
	padding: var(--sections-padding, 16px 30px);
	border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-radius: var(--sections-border-radius, 3px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content, .elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content {
	border: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper {
	padding: 0;
	border: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details {
	margin-bottom: 40px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details, .elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads {
	background-color: var(--sections-background-color, #fff);
	padding: var(--sections-padding, 16px 30px 3px 30px);
	border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-radius: var(--sections-border-radius, 3px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button {
	background: transparent;
	border-radius: var(--tables-button-border-radius, 3px);
	border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
	vertical-align: middle;
	color: var(--tables-button-normal-text-color, #818a91);
	padding: var(--tables-button-padding, 5px 10px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button:hover {
	color: var(--tables-button-hover-text-color, #818a91);
	-webkit-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	-o-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	transition-duration: var(--tables-button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text] {
	color: var(--forms-fields-normal-color, #818a91);
	border-radius: var(--forms-fields-border-radius, 0);
	padding: var(--forms-fields-padding, 16px);
	background: #f7f7f7;
	border: none;
	font-size: 14px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]:focus {
	color: var(--forms-fields-focus-color, #818a91);
	border-color: #818a91;
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment {
	background-color: var(--sections-background-color, #fff);
	padding: var(--sections-padding, 16px 30px);
	border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-radius: var(--sections-border-radius, 3px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment .payment_methods {
	padding: 0;
	border-bottom: var(--tables-divider-border-width, 1px) var(--tables-divider-border-type, solid) var(--tables-divider-border-color, #d4d4d4);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order {
	background: #5bc0de;
	border: none;
	color: var(--forms-buttons-normal-text-color, #fff);
	border-radius: var(--forms-buttons-border-radius, 3px);
	padding: var(--forms-buttons-padding, 12px 32px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order:hover {
	color: var(--forms-buttons-hover-text-color, #fff);
	-webkit-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	-o-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content > div > p {
	color: var(--general-text-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default {
	border-radius: var(--forms-fields-border-radius, 0);
	background-color: var(--forms-fields-normal-background-color, #f7f7f7);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single {
	color: var(--forms-fields-normal-color, #818a91);
	background-color: var(--forms-fields-normal-background-color, #f7f7f7);
	border-radius: var(--forms-fields-border-radius, 0);
	border: none;
	height: 45px;
	margin: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single:focus {
	color: var(--forms-fields-focus-color, #818a91);
	background-color: var(--forms-fields-focus-background-color, #f7f7f7);
	border-color: initial;
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--forms-fields-normal-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--forms-fields-normal-color, #818a91);
	line-height: 45px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--open .select2-dropdown--below {
	background-color: var(--forms-fields-normal-background-color, #f7f7f7);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-webkit-input-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-moz-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-ms-input-placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::placeholder {
	color: var(--forms-fields-normal-color, inherit);
	font-family: inherit;
	opacity: .6;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-message {
	font-size: 14px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce address {
	color: var(--general-text-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
	color: var(--links-normal-color, #5bc0de);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover {
	color: var(--links-hover-color, #5bc0de);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button.alt:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover {
	background-color: initial;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em {
	font-size: 12px;
	color: var(--login-messages-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row {
	padding-left: var(--forms-columns-gap-padding-left, 0);
	padding-right: var(--forms-columns-gap-padding-right, 0);
	margin-left: var(--forms-columns-gap-margin-left, 0);
	margin-right: var(--forms-columns-gap-margin-right, 0);
	margin-bottom: var(--forms-rows-gap, 6px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
	color: var(--forms-labels-color, #818a91);
	margin-bottom: var(--forms-label-spacing, 0);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select {
	color: var(--forms-fields-normal-color, #818a91);
	border-radius: var(--forms-fields-border-radius, 0);
	padding: var(--forms-fields-padding, 16px);
	background: #f7f7f7;
	border: none;
	font-size: 14px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select:focus {
	color: var(--forms-fields-focus-color, #818a91);
	border-color: #818a91;
	-webkit-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	-o-transition-duration: var(--forms-fields-focus-transition-duration, .3s);
	transition-duration: var(--forms-fields-focus-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce #billing_address_1_field {
	margin-bottom: 5px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-privacy-policy-text, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-privacy-policy-text {
	margin-bottom: 15px;
	color: var(--login-messages-color, #818a91);
	font-size: 12px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:not([class]), .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]) {
	color: var(--login-messages-color, #818a91);
	font-size: 12px;
	margin-top: 10px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword {
	font-size: 12px;
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
	width: 50%;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
		width: 100%;
	}
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword p {
	color: var(--general-text-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-first {
	width: 100%;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
	background-color: var(--sections-background-color, #fff);
	padding: var(--sections-padding, 16px 30px);
	border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d4d4d4);
	border-radius: var(--sections-border-radius, 3px);
	font-size: 14px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
	background: #5bc0de;
	border: none;
	color: var(--forms-buttons-normal-text-color, #fff);
	border-radius: var(--forms-buttons-border-radius, 3px);
	padding: var(--forms-buttons-padding, 12px 32px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover {
	color: var(--forms-buttons-hover-text-color, #fff);
	-webkit-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	-o-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:nth-child(3) {
	margin-top: 20px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__input-checkbox {
	vertical-align: middle;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce p:last-of-type {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__label-for-checkbox span {
	color: var(--checkboxes-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tr {
	border: none;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3 {
	color: var(--typography-section-titles-color, #000);
	margin-top: 0;
	margin-bottom: var(--section-title-spacing, 45px);
	font-weight: 400;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong {
	color: var(--general-text-color, #000);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-item-meta, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong.wc-item-meta-label {
	color: var(--variations-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .product-quantity {
	font-weight: 400;
	color: var(--tables-items-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-order-downloads {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
	font-size: 14px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type {
	margin-top: 30px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content mark {
	background-color: transparent;
	font-weight: 700;
	color: var(--general-text-color, #000);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption + thead tr:first-child td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption + thead tr:first-child th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup + thead tr:first-child td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup + thead tr:first-child th {
	border-top: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th {
	border-top: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: var(--tables-titles-spacing, 9px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(2n) > td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(2n) > th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(odd) > td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(odd) > th {
	background-color: transparent;
	padding-left: 0;
	padding-top: var(--order-summary-rows-gap-top, 9px);
	padding-bottom: var(--order-summary-rows-gap-bottom, 9px);
	color: var(--tables-items-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number > a {
	color: var(--tables-links-normal-color, #5bc0de);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number > a:hover {
	color: var(--tables-links-hover-color, #5bc0de);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table {
	font-size: 14px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
	background: transparent;
	border-radius: var(--tables-button-border-radius, 3px);
	border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
	vertical-align: middle;
	color: var(--tables-button-normal-text-color, #818a91);
	padding: var(--tables-button-padding, 5px 10px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover {
	-webkit-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	-o-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	transition-duration: var(--tables-button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table th {
	border-top: var(--tables-divider-border-width, 1px) var(--tables-divider-border-type, solid) var(--tables-divider-border-color, #d4d4d4);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th span {
	color: var(--tables-title-color, #000);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th {
	padding-left: 0;
	color: var(--tables-title-color, #000);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a {
	color: var(--tables-links-normal-color, #5bc0de);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a:hover {
	color: var(--tables-links-hover-color, #5bc0de);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-purchase-note td {
	border-top: none;
	padding-top: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button {
	background: transparent;
	border: 2px solid #5bc0de;
	border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
	border-radius: var(--tables-button-border-radius, 3px);
	vertical-align: middle;
	color: var(--tables-button-normal-text-color, #818a91);
	margin-top: 0;
	margin-bottom: 0;
	padding: var(--tables-button-padding, 12px 32px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover {
	-webkit-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	-o-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	transition-duration: var(--tables-button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .title h3, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .title h3 {
	float: none;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address {
	padding: var(--sections-padding, 45px 30px 16px 30px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit {
	float: left;
	position: absolute;
	margin-left: var(--edit-link-margin-start, 30px);
	margin-top: var(--edit-link-margin-top, 10px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns {
	margin-top: 20px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset {
	border: none;
	padding: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend {
	font-weight: 700;
	padding: 20px 0;
	color: var(--general-text-color, #000);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button {
	background: #5bc0de;
	border: none;
	color: var(--forms-buttons-normal-text-color, #fff);
	border-radius: var(--forms-buttons-border-radius, 3px);
	padding: var(--forms-buttons-padding, 12px 32px);
	margin-top: 20px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover {
	color: var(--forms-buttons-hover-text-color, #fff);
	-webkit-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	-o-transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
	transition-duration: var(--forms-buttons-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination {
	padding: 16px 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button {
	background: transparent;
	border-radius: var(--tables-button-border-radius, 3px);
	border: 2px var(--tables-buttons-border-type, solid) var(--tables-buttons-border-color, #5bc0de);
	vertical-align: middle;
	color: var(--tables-button-normal-text-color, #818a91);
	padding: var(--tables-button-padding, 5px 10px);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button:hover {
	-webkit-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	-o-transition-duration: var(--tables-button-hover-transition-duration, .3s);
	transition-duration: var(--tables-button-hover-transition-duration, .3s);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-OrderUpdates {
	color: var(--general-text-color, #818a91);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
	float: left;
	width: 25%;
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
		width: 100%;
	}
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li {
	list-style-type: none;
	display: inline-block;
	width: var(--tab-width, 100%);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after {
	content: "";
	display: block;
	width: 100%;
	background-color: var(--tabs-divider-color, #818a91);
	height: var(--tabs-divider-weight, 0);
	position: relative;
	top: calc(var(--tabs-spacing, 2px) / 2);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: var(--tabs-active-color, #5bc0de);
	background: #eceeef;
	border-color: var(--tabs-active-border-color, transparent);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: var(--tabs-normal-color, #818a91);
	display: block;
	padding: var(--tabs-padding, 12px 20px);
	text-align: var(--tabs-alignment, start);
	background: #f7f7f7;
	border-radius: var(--tabs-border-radius, 0);
	border: 0 var(--tabs-border-type, solid) var(--tabs-border-color, transparent);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--tabs-hover-color, #5bc0de);
	border-color: var(--tabs-hover-border-color, transparent);
}

@media (max-width:1024px) {
	.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
		padding: var(--tabs-padding, 10px);
	}
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:after {
	display: none;
}

.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below, .elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
	padding-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .shop_table td {
	vertical-align: top;
	line-height: unset;
}

.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--actions {
	text-align: right;
}

.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio {
	vertical-align: middle;
}

.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio + label {
	color: var(--payment-methods-radio-buttons-color, #818a91);
}

.e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
}

.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation {
	display: block;
}

.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li {
	margin: calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0;
}

.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard {
	margin-top: 0;
}

.e-my-account-tabs-vertical .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation {
	display: none;
}

.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}

.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after {
	display: none;
}

.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	padding: var(--tab-content-spacing, 50px) 0 0 0;
}

@media (max-width:1024px) {
	.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
		width: 100%;
		padding: var(--tab-content-spacing, 6%) 0 0 0;
	}
}

.e-my-account-tabs-horizontal .woocommerce-MyAccount-navigation {
	display: none;
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation {
	display: block;
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: var(--tabs-container-justify-content, space-between);
	-ms-flex-pack: var(--tabs-container-justify-content, space-between);
	justify-content: var(--tabs-container-justify-content, space-between);
}

@media (max-width:767px) {
	.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul {
		display: block;
	}
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	width: var(--tab-width, 100%);
	padding: 0 calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2);
	margin: 0;
	border-right: var(--tabs-divider-weight, 0) solid var(--tabs-divider-color, #818a91);
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:first-of-type {
	padding-left: 0;
}

.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:last-of-type {
	padding-right: 0;
	border-right-width: 0;
}

@media (max-width:767px) {
	.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
		margin: calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0;
		display: inline-block;
		width: 100%;
	}
}

.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-number a, .elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-number a {
	pointer-events: none;
}

.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button, .elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button {
	pointer-events: none;
	opacity: .3;
}

.elementor-editor-active .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content:not(:first-of-type) {
	display: none;
}

.product .count {
	background-color: inherit;
}

.elementor-widget-woocommerce-notices .e-woocommerce-notices-wrapper.e-woocommerce-notices-wrapper-loading *, .elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
	display: none;
}

.elementor-widget-woocommerce-notices .woocommerce-error, .elementor-widget-woocommerce-notices .woocommerce-info, .elementor-widget-woocommerce-notices .woocommerce-message, .elementor-widget-woocommerce-notices .woocommerce-notices-wrapper {
	display: block;
}

.e-preview--show-hidden-elements:not(.elementor-editor-active) .elementor-widget-woocommerce-notices .e-notices-demo-notice {
	display: none;
}

.woocommerce div.product.elementor form.cart div.product-addon {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.e-sticky-right-column--active {
	position: sticky;
	top: 0;
}

.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
	color: #d4d4d4;
	border: 1px solid;
	border-right: none;
	border-left: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
	height: 100%;
	width: 1px;
	margin: 0 auto;
	background-color: #d4d4d4;
}

.elementor-post-navigation {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-post-navigation .post-navigation__arrow-wrapper {
	color: #d4d4d4;
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
	font-size: 30px;
	padding-right: 15px;
}

.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
	font-size: 30px;
	padding-left: 15px;
}

.elementor-post-navigation .post-navigation__arrow-wrapper i {
	-webkit-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
}

.elementor-post-navigation .elementor-post-navigation__link__next, .elementor-post-navigation .elementor-post-navigation__link__prev {
	overflow: hidden;
}

.elementor-post-navigation .elementor-post-navigation__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
}

.elementor-post-navigation .post-navigation__next--label, .elementor-post-navigation .post-navigation__prev--label {
	text-transform: uppercase;
	font-size: .8em;
}

.elementor-post-navigation .post-navigation__next--title, .elementor-post-navigation .post-navigation__prev--title {
	font-size: .7em;
}

.elementor-post-navigation .post-navigation__next--label, .elementor-post-navigation .post-navigation__next--title, .elementor-post-navigation .post-navigation__prev--label, .elementor-post-navigation .post-navigation__prev--title {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.elementor-post-navigation span.elementor-post-navigation__link__next {
	text-align: right;
}

.elementor-post-navigation span.elementor-post-navigation__link__next, .elementor-post-navigation span.elementor-post-navigation__link__prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-post-navigation .elementor-grid {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elementor-post-navigation .elementor-post-navigation__link {
	width: calc(50% - ( 1px / 2 ));
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
	text-align: center;
}

.elementor-post-navigation .elementor-post-navigation__next {
	text-align: right;
}

.elementor-post-navigation .elementor-post-navigation__next a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-search-form {
	display: block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.elementor-search-form .e-font-icon-svg-container {
	width: 100%;
	height: 100%;
	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;
}

.elementor-search-form button, .elementor-search-form input[type=search] {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	background: none;
	line-height: 1;
	min-width: 0;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.elementor-search-form button:focus, .elementor-search-form input[type=search]:focus {
	outline: 0;
	color: inherit;
}

.elementor-search-form button {
	background-color: #818a91;
	font-size: var(--e-search-form-submit-icon-size, 16px);
	color: #fff;
	border-radius: 0;
}

.elementor-search-form__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	overflow: hidden;
	border: 0 solid transparent;
	min-height: 50px;
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	background: #eceeef;
}

.elementor-search-form__input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #55595c;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.elementor-search-form__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__input:-moz-placeholder, .elementor-search-form__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__input::-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__submit {
	-webkit-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	transition: color .2s, background .2s;
	font-size: var(--e-search-form-submit-icon-size, 16px);
}

.elementor-search-form__submit svg {
	fill: var(--e-search-form-submit-text-color, #fff);
	width: var(--e-search-form-submit-icon-size, 16px);
	height: var(--e-search-form-submit-icon-size, 16px);
}

.elementor-search-form .elementor-search-form__submit, .elementor-search-form .elementor-search-form__submit:hover {
	color: var(--e-search-form-submit-text-color, #fff);
	border: none;
	border-radius: 0;
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
	opacity: .6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #55595c;
	fill: #55595c;
	font-size: var(--e-search-form-icon-size-minimal, 15px);
}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
	width: var(--e-search-form-icon-size-minimal, 15px);
	height: var(--e-search-form-icon-size-minimal, 15px);
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
	font-size: 50px;
	text-align: center;
	border: solid #fff;
	border-width: 0 0 1px;
	line-height: 1.5;
	color: #fff;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	color: var(--e-search-form-toggle-color, #494c4f);
	font-size: var(--e-search-form-toggle-size, 33px);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	position: relative;
	display: block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: var(--e-search-form-toggle-size, 33px);
	height: var(--e-search-form-toggle-size, 33px);
	background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, .05));
	border: var(--e-search-form-toggle-border-width, 0) solid var(--e-search-form-toggle-color, #494c4f);
	border-radius: var(--e-search-form-toggle-border-radius, 3px);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before, .elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	font-size: var(--e-search-form-toggle-icon-size, .55em);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
	fill: var(--e-search-form-toggle-color, #494c4f);
	width: var(--e-search-form-toggle-icon-size, .55em);
	height: var(--e-search-form-toggle-icon-size, .55em);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	padding: 0 15%;
	background-color: rgba(0, 0, 0, .8);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
	display: none;
}

.elementor-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-author-box__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px;
}

.elementor-author-box__avatar img {
	width: 100px;
	border-radius: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

.elementor-author-box__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 17px;
}

.elementor-author-box__name {
	font-size: 24px;
	margin-bottom: 5px;
}

.elementor-author-box__bio, .elementor-author-box__bio p {
	margin-bottom: .8em;
}

.elementor-author-box__bio p:last-of-type {
	margin-bottom: 0;
}

.elementor-author-box--layout-image-left .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-author-box--layout-image-left .elementor-author-box__avatar {
	margin-left: 0;
	margin-right: 25px;
}

.elementor-author-box--layout-image-right .elementor-author-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-author-box--layout-image-right .elementor-author-box__avatar {
	margin-right: 0;
	margin-left: 25px;
}

.elementor-author-box--layout-image-above .elementor-author-box {
	display: block;
}

.elementor-author-box--layout-image-above .elementor-author-box__avatar {
	margin: 0 auto 15px;
	display: inline-block;
}

.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
	margin-left: 0;
}

.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
	margin-right: 0;
}

.elementor-author-box--align-left .elementor-author-box {
	text-align: left;
}

.elementor-author-box--align-right .elementor-author-box {
	text-align: right;
}

.elementor-author-box--align-center .elementor-author-box {
	text-align: center;
}

.elementor-button.elementor-author-box__button {
	border: 2px solid #55595c;
	font-size: 15px;
	font-weight: 100;
	padding: 10px 18px;
}

.elementor-button.elementor-author-box__button, .elementor-button.elementor-author-box__button:hover {
	background: transparent;
	color: #55595c;
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar, .elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
	-ms-flex-item-align: center;
	align-self: center;
}

.elementor-post-info__terms-list {
	display: inline-block;
}

.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
	border-radius: 100%;
}

.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after {
	margin: initial;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	display: inline-block;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
	display: inline;
}

.elementor-widget-breadcrumbs {
	font-size: .85em;
}

.elementor-widget-breadcrumbs p {
	margin-bottom: 0;
}

.elementor-sitemap-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.elementor-widget-archive-posts:after, .elementor-widget-posts:after {
	display: none;
}

.elementor-posts-container.elementor-posts-masonry {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-posts-container:not(.elementor-posts-masonry) {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.elementor-posts-container .elementor-post {
	padding: 0;
	margin: 0;
}

.elementor-posts-container .elementor-post__excerpt {
	-webkit-box-flex: var(--read-more-alignment, 0);
	-ms-flex-positive: var(--read-more-alignment, 0);
	flex-grow: var(--read-more-alignment, 0);
}

.elementor-posts-container .elementor-post__thumbnail {
	overflow: hidden;
}

.elementor-posts-container .elementor-post__thumbnail img {
	display: block;
	width: 100%;
	max-height: none;
	max-width: none;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	-o-transition: filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s;
}

.elementor-posts-container .elementor-post__thumbnail__link {
	position: relative;
	display: block;
	width: 100%;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	height: auto;
	position: absolute;
	top: calc(50% + 1px);
	left: calc(50% + 1px);
	-webkit-transform: scale(1.01) translate(-50%, -50%);
	-ms-transform: scale(1.01) translate(-50%, -50%);
	transform: scale(1.01) translate(-50%, -50%);
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
	width: auto;
}

.elementor-posts .elementor-post {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition-property: background, border, -webkit-box-shadow;
	transition-property: background, border, -webkit-box-shadow;
	-o-transition-property: background, border, box-shadow;
	transition-property: background, border, box-shadow;
	transition-property: background, border, box-shadow, -webkit-box-shadow;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.elementor-posts .elementor-post__title {
	font-size: 18px;
	margin: 0;
}

.elementor-posts .elementor-post__excerpt {
	margin-bottom: 10px;
}

.elementor-posts .elementor-post__excerpt p {
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
	color: #777;
}

.elementor-posts .elementor-post__text {
	display: var(--item-display, block);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-posts .elementor-post__meta-data {
	line-height: 1.3em;
	font-size: 12px;
	margin-bottom: 13px;
	color: #adadad;
}

.elementor-posts .elementor-post__read-more {
	font-size: 12px;
	font-weight: 700;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.elementor-posts .elementor-post__thumbnail {
	position: relative;
}

.elementor-posts--skin-classic .elementor-post {
	overflow: hidden;
}

.elementor-posts--align-left .elementor-post {
	text-align: left;
}

.elementor-posts--align-right .elementor-post {
	text-align: right;
}

.elementor-posts--align-center .elementor-post {
	text-align: center;
}

.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	margin-bottom: 20px;
}

.elementor-posts--thumbnail-top .elementor-post__text {
	width: 100%;
}

.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
	margin-right: auto;
}

.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
	margin-left: auto;
}

.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
	margin-right: auto;
	margin-left: auto;
}

.elementor-posts--thumbnail-left .elementor-post, .elementor-posts--thumbnail-right .elementor-post {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link, .elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
}

.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-right: 20px;
}

.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-left: 20px;
}

.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
	display: none;
}

.elementor-posts .elementor-post, .elementor-posts .elementor-post__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-posts .elementor-post__card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	border-radius: 3px;
	border: 0 solid #818a91;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
	width: calc(100% + 1px);
}

.elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0 30px;
	margin-bottom: 0;
	margin-top: 20px;
}

.elementor-posts .elementor-post__card .elementor-post__read-more {
	margin-bottom: 20px;
	display: inline-block;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data {
	padding: 15px 30px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea;
}

.elementor-posts .elementor-post__card .elementor-post__meta-data span + span:before {
	margin: 0 5px;
}

.elementor-posts .elementor-post__card .elementor-post__title {
	font-size: 21px;
}

.elementor-posts .elementor-post__card .elementor-post__excerpt {
	line-height: 1.7;
}

.elementor-posts .elementor-post__card .elementor-post__excerpt, .elementor-posts .elementor-post__card .elementor-post__title {
	margin-bottom: 25px;
}

.elementor-posts .elementor-post__card .elementor-post__badge, .elementor-posts .elementor-post__card .elementor-post__read-more {
	text-transform: uppercase;
}

.elementor-posts .elementor-post__badge {
	position: absolute;
	top: 0;
	background: #818a91;
	color: #fff;
	font-size: 12px;
	padding: .6em 1.2em;
	line-height: 1;
	font-weight: 400;
	margin: 20px;
	border-radius: 999px;
}

.elementor-posts .elementor-post__avatar {
	position: relative;
	padding: 0 30px;
	width: 100%;
	top: -25px;
	height: 0;
	pointer-events: none;
}

.elementor-posts .elementor-post__avatar img {
	border-radius: 50%;
	width: 60px;
	pointer-events: all;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data, .elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
	margin-top: auto;
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
	padding-top: 0;
	position: static;
	height: auto;
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	vertical-align: bottom;
}

.elementor-posts--show-avatar .elementor-post__thumbnail__link {
	margin-bottom: 25px;
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
	display: block;
	content: "";
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
	opacity: .5;
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: calc(100% + 1px);
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
	height: 115%;
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: 115%;
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
	height: 115%;
}

.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: 115%;
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
}

.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: calc(100% + 1px);
}

.elementor-posts__hover-zoom-in .elementor-post__thumbnail img, .elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
	-webkit-transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	-o-transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
	transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
	transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
}

.elementor-card-shadow-yes .elementor-post__card {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.elementor-card-shadow-yes .elementor-post__card:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.elementor-posts--skin-full_content article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.elementor-posts--skin-full_content article .elementor-post__thumbnail {
	padding-bottom: 0;
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content, body.elementor-editor-active .elementor-posts--skin-full_content {
	pointer-events: none;
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link, body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link {
	display: none;
}

body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
	display: block;
}

.elementor-portfolio__filters {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.elementor-portfolio__filter {
	margin: 0;
	cursor: pointer;
	padding: 8px;
}

.elementor-portfolio-item {
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: hidden;
	margin: 0;
}

.elementor-portfolio-item__title {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 18px;
	color: #fff;
}

.elementor-portfolio-item__tags__separator:before {
	content: ", ";
}

.elementor-portfolio-item__overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: rgba(129, 138, 145, .8);
}

.elementor-portfolio-item__overlay:hover {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.elementor-portfolio-item__img img[src=""] {
	background-color: rgba(0, 0, 0, .1);
	height: 100%;
}

.elementor-portfolio.elementor-has-item-ratio {
	-webkit-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
	position: absolute;
	background-color: rgba(0, 0, 0, .1);
}

.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
	padding-bottom: 56.25%;
}

.elementor ul li.elementor-portfolio__filter {
	list-style-type: none;
}

.e-container .elementor-widget-portfolio {
	--flex-grow: 1;
}

.e-container > .elementor-widget-portfolio {
	width: var(--container-widget-width, 100%);
}

.elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper, .elementor-widget-posts.load-more-align-center .elementor-button-wrapper {
	text-align: center;
}

.elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper, .elementor-widget-posts.load-more-align-start .elementor-button-wrapper {
	text-align: start;
}

.elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper, .elementor-widget-posts.load-more-align-end .elementor-button-wrapper {
	text-align: end;
}

.elementor-widget-archive-posts.load-more-align-justify .elementor-button, .elementor-widget-posts.load-more-align-justify .elementor-button {
	width: 100%;
}

.elementor-widget-archive-posts .e-load-more-spinner, .elementor-widget-posts .e-load-more-spinner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-archive-posts .e-load-more-spinner i, .elementor-widget-archive-posts .e-load-more-spinner svg, .elementor-widget-posts .e-load-more-spinner i, .elementor-widget-posts .e-load-more-spinner svg {
	margin: 0 auto;
	display: none;
}

.elementor-widget-archive-posts .e-load-more-spinner i, .elementor-widget-posts .e-load-more-spinner i {
	color: var(--load-more-spinner-color);
}

.elementor-widget-archive-posts .e-load-more-spinner svg, .elementor-widget-posts .e-load-more-spinner svg {
	fill: var(--load-more-spinner-color);
	height: 1em;
	width: 1em;
}

.elementor-widget-archive-posts .e-load-more-message, .elementor-widget-posts .e-load-more-message {
	color: var(--load-more-message-color);
	text-align: var(--load-more-message-alignment, center);
	display: none;
	margin-top: var(--load-more—spacing, 30px);
}

.elementor-widget-archive-posts.e-load-more-pagination-loading, .elementor-widget-posts.e-load-more-pagination-loading {
	cursor: default;
}

.elementor-widget-archive-posts.e-load-more-pagination-loading .e-load-more-spinner, .elementor-widget-posts.e-load-more-pagination-loading .e-load-more-spinner {
	margin-top: var(--load-more—spacing, 30px);
}

.elementor-widget-archive-posts.e-load-more-pagination-loading .e-load-more-spinner i, .elementor-widget-archive-posts.e-load-more-pagination-loading .e-load-more-spinner svg, .elementor-widget-posts.e-load-more-pagination-loading .e-load-more-spinner i, .elementor-widget-posts.e-load-more-pagination-loading .e-load-more-spinner svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-archive-posts.e-load-more-pagination-loading .elementor-button-content-wrapper, .elementor-widget-posts.e-load-more-pagination-loading .elementor-button-content-wrapper {
	visibility: hidden;
}

.elementor-widget-archive-posts.e-load-more-pagination-end .elementor-button-wrapper, .elementor-widget-posts.e-load-more-pagination-end .elementor-button-wrapper {
	display: none;
}

.elementor-widget-archive-posts.e-load-more-pagination-end .e-load-more-message, .elementor-widget-posts.e-load-more-pagination-end .e-load-more-message {
	display: block;
}

.elementor-widget-archive-posts.e-load-more-no-spinner .elementor-button-content-wrapper, .elementor-widget-posts.e-load-more-no-spinner .elementor-button-content-wrapper {
	visibility: visible;
}

.elementor-widget-archive-posts .elementor-button-wrapper, .elementor-widget-posts .elementor-button-wrapper {
	margin-top: var(--load-more—spacing, 30px);
}

.elementor-widget-archive-posts .elementor-button-wrapper .e-load-more-spinner, .elementor-widget-posts .elementor-button-wrapper .e-load-more-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: inherit;
}

.elementor-widget-archive-posts .elementor-button-wrapper .elementor-button, .elementor-widget-posts .elementor-button-wrapper .elementor-button {
	cursor: pointer;
	position: relative;
}

.elementor-button.elementor-hidden, .elementor-hidden {
	display: none;
}

.e-form__step {
	width: 100%;
}

.e-form__step:not(.elementor-hidden) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.e-form__buttons {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.e-form__buttons, .e-form__buttons__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.e-form__indicators {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 13px;
	margin-bottom: var(--e-form-steps-indicators-spacing);
}

.e-form__indicators, .e-form__indicators__indicator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.e-form__indicators__indicator {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	padding: 0 var(--e-form-steps-divider-gap);
}

.e-form__indicators__indicator__progress {
	width: 100%;
	position: relative;
	background-color: var(--e-form-steps-indicator-progress-background-color);
	border-radius: var(--e-form-steps-indicator-progress-border-radius);
	overflow: hidden;
}

.e-form__indicators__indicator__progress__meter {
	width: var(--e-form-steps-indicator-progress-meter-width, 0);
	height: var(--e-form-steps-indicator-progress-height);
	line-height: var(--e-form-steps-indicator-progress-height);
	padding-right: 15px;
	border-radius: var(--e-form-steps-indicator-progress-border-radius);
	background-color: var(--e-form-steps-indicator-progress-color);
	color: var(--e-form-steps-indicator-progress-meter-color);
	text-align: right;
	-webkit-transition: width .1s linear;
	-o-transition: width .1s linear;
	transition: width .1s linear;
}

.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 {
	color: var(--e-form-steps-indicator-active-primary-color, #39b54a);
	border-color: var(--e-form-steps-indicator-active-secondary-color, #fff);
}

.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 {
	color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
	background-color: initial;
}

.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 {
	width: var(--e-form-steps-indicator-padding, 30px);
	height: var(--e-form-steps-indicator-padding, 30px);
	font-size: var(--e-form-steps-indicator-icon-size);
	border-width: 1px;
	border-style: solid;
	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;
	overflow: hidden;
	margin-bottom: 10px;
}

.e-form__indicators__indicator__icon img, .e-form__indicators__indicator__icon object, .e-form__indicators__indicator__icon svg {
	width: var(--e-form-steps-indicator-icon-size);
	height: auto;
}

.e-form__indicators__indicator__icon .e-font-icon-svg {
	height: 1em;
}

.e-form__indicators__indicator__number {
	width: var(--e-form-steps-indicator-padding, 30px);
	height: var(--e-form-steps-indicator-padding, 30px);
	border-width: 1px;
	border-style: solid;
	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;
	margin-bottom: 10px;
}

.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 {
	width: 100%;
	height: var(--e-form-steps-divider-width);
	background-color: #c2cbd2;
}

.e-form__indicators--type-icon, .e-form__indicators--type-icon_text, .e-form__indicators--type-number, .e-form__indicators--type-number_text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	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-login .elementor-lost-password, .elementor-login .elementor-remember-me {
	font-size: .85em;
}

.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 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.elementor-form .elementor-button > span {
	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;
}

.elementor-form .elementor-button .elementor-button-text {
	white-space: normal;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.elementor-form .elementor-button svg {
	height: auto;
}

.elementor-form .elementor-button .e-font-icon-svg {
	height: 1em;
}

.elementor-select-wrapper .select-caret-down-wrapper {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	inset-inline-end: 10px;
	pointer-events: none;
	font-size: 11px;
}

.elementor-select-wrapper .select-caret-down-wrapper svg {
	display: unset;
	width: 1em;
	aspect-ratio: unset;
	fill: currentColor;
}

.elementor-select-wrapper .select-caret-down-wrapper i {
	font-size: 19px;
	line-height: 2;
}

.elementor-select-wrapper.remove-before:before {
	content: "" !important;
}

.elementor-widget-price-list .elementor-price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.elementor-widget-price-list .elementor-price-list li {
	margin: 0;
}

.elementor-price-list li:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-price-list .elementor-price-list-image {
	max-width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 25px;
}

.elementor-price-list .elementor-price-list-image img {
	width: 100%;
}

.elementor-price-list .elementor-price-list-header, .elementor-price-list .elementor-price-list-item, .elementor-price-list .elementor-price-list-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-price-list .elementor-price-list-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
	max-width: 80%;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-price {
	font-weight: 600;
}

.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 14px;
	margin: 0;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 0;
}

.elementor-price-table {
	text-align: center;
}

.elementor-price-table .elementor-price-table__header {
	background: var(--e-price-table-header-background-color, #555);
	padding: 20px 0;
}

.elementor-price-table .elementor-price-table__heading {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.elementor-price-table .elementor-price-table__subheading {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.elementor-price-table .elementor-price-table__original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	-ms-flex-item-align: center;
	align-self: center;
}

.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
	font-size: 1em;
	margin: 0;
}

.elementor-price-table .elementor-price-table__price {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #555;
	font-weight: 800;
	font-size: 65px;
	padding: 40px 0;
}

.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
	font-size: medium;
	font-style: normal;
}

.elementor-price-table .elementor-price-table__after-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-price-table .elementor-price-table__integer-part {
	line-height: .8;
}

.elementor-price-table .elementor-price-table__currency, .elementor-price-table .elementor-price-table__fractional-part {
	line-height: 1;
	font-size: .3em;
}

.elementor-price-table .elementor-price-table__currency {
	margin-right: 3px;
}

.elementor-price-table .elementor-price-table__period {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
}

.elementor-price-table .elementor-price-table__features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: var(--e-price-table-features-list-color);
}

.elementor-price-table .elementor-price-table__features-list li {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
	margin-left: 15px;
	margin-right: 15px;
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
	content: "";
	display: block;
	border: 0 solid hsla(0, 0%, 47.8%, .3);
	margin: 10px 12.5%;
}

.elementor-price-table .elementor-price-table__features-list i {
	margin-right: 10px;
	font-size: 1.3em;
}

.elementor-price-table .elementor-price-table__features-list svg {
	margin-right: 10px;
	fill: var(--e-price-table-features-list-color);
	height: 1.3em;
	width: 1.3em;
}

.elementor-price-table .elementor-price-table__features-list svg ~ * {
	vertical-align: text-top;
}

.elementor-price-table .elementor-price-table__footer {
	padding: 30px 0;
}

.elementor-price-table .elementor-price-table__additional_info {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.elementor-price-table__ribbon {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.elementor-price-table__ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-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;
}

.elementor-price-table__ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto;
}

.elementor-price-table__ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0;
}

.elementor-widget-price-table .elementor-widget-container {
	overflow: hidden;
	background-color: #f7f7f7;
}

.e-container > .elementor-widget-price-list {
	width: var(--container-widget-width, 100%);
}

.elementor-flip-box {
	height: 280px;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media (max-device-width:1024px) {
	.elementor-flip-box {
		cursor: pointer;
	}
}

.elementor-flip-box__front {
	background-color: #1abc9c;
}

.elementor-flip-box__back {
	background-color: #4054b2;
	display: block;
}

.elementor-flip-box__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.elementor-flip-box__layer__overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	padding: 35px;
	color: #fff;
}

.elementor-flip-box__layer__title {
	font-size: 21px;
}

.elementor-flip-box__layer__description {
	font-size: 14px;
}

.elementor-flip-box__layer__description:not(:last-child), .elementor-flip-box__layer__title:not(:last-child) {
	margin: 0 0 20px;
	padding: 0;
}

.elementor-flip-box__layer__title {
	line-height: 1;
	font-weight: 600;
}

.elementor-flip-box, .elementor-flip-box .elementor-view-framed, .elementor-flip-box .elementor-view-stacked {
	--e-flip-box-view-framed-stacked-icon-color: #fff;
}

.elementor-flip-box .elementor-icon, .elementor-flip-box .elementor-view-framed .elementor-icon, .elementor-flip-box .elementor-view-stacked .elementor-icon {
	color: var(--e-flip-box-view-framed-stacked-icon-color);
}

.elementor-flip-box .elementor-icon svg, .elementor-flip-box .elementor-view-framed .elementor-icon svg, .elementor-flip-box .elementor-view-stacked .elementor-icon svg {
	fill: var(--e-flip-box-view-framed-stacked-icon-color);
}

.elementor-flip-box .elementor-view-framed .elementor-icon {
	border-color: #fff;
}

.elementor-flip-box .elementor-view-stacked .elementor-icon {
	background-color: rgba(0, 0, 0, .5);
}

.elementor-flip-box__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	background: transparent;
}

.elementor-flip-box__button.elementor-button:hover {
	background: transparent;
	text-decoration: none;
}

.elementor-flip-box__image {
	margin: 0 0 20px;
	display: inline-block;
	width: 100%;
}

.elementor-flip-box__image img {
	width: 50%;
}

.elementor-flip-box .elementor-icon-wrapper {
	margin-bottom: 20px;
}

.elementor-flip-box--3d .elementor-flip-box__layer__inner {
	-webkit-transform: translateZ(90px) scale(.91);
	transform: translateZ(90px) scale(.91);
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(.1px);
	transform: translateZ(.1px);
}

.elementor-flip-box--effect-flip .elementor-flip-box {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 1;
}

.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back, .elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(180deg);
	transform: rotateX(0) rotateY(180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(0) rotateY(-180deg);
	transform: rotateX(0) rotateY(-180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back, .elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(180deg) rotateY(0);
	transform: rotateX(180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: rotateX(-180deg) rotateY(0);
	transform: rotateX(-180deg) rotateY(0);
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.elementor-flip-box--effect-push .elementor-flip-box, .elementor-flip-box--effect-slide .elementor-flip-box {
	overflow: hidden;
}

.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back, .elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back, .elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back {
	-webkit-transform: translateX(-100%) translateY(0);
	-ms-transform: translateX(-100%) translateY(0);
	transform: translateX(-100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back, .elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back {
	-webkit-transform: translateX(100%) translateY(0);
	-ms-transform: translateX(100%) translateY(0);
	transform: translateX(100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back, .elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(100%);
	-ms-transform: translateX(0) translateY(100%);
	transform: translateX(0) translateY(100%);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back, .elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back {
	-webkit-transform: translateX(0) translateY(-100%);
	-ms-transform: translateX(0) translateY(-100%);
	transform: translateX(0) translateY(-100%);
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
	-webkit-transition: opacity .35s, width .1ms, -webkit-transform .7s;
	transition: opacity .35s, width .1ms, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .35s, width .1ms;
	transition: transform .7s, opacity .35s, width .1ms;
	transition: transform .7s, opacity .35s, width .1ms, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	width: 100%;
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
	width: 0;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
	-o-transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s;
	transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
	-webkit-transition: opacity .5s .2s, -webkit-transform .7s;
	transition: opacity .5s .2s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s;
	transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
	opacity: 0;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
	-webkit-transition: opacity .5s, -webkit-transform .7s;
	transition: opacity .5s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s;
	transition: transform .7s, opacity .5s, -webkit-transform .7s;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
	opacity: 0;
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
	opacity: 1;
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
	display: none;
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.e-container .elementor-widget-flip-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.e-container > .elementor-widget-flip-box {
	width: var(--container-widget-width, 100%);
}

.elementor-cta, .elementor-widget-call-to-action .elementor-widget-container {
	overflow: hidden;
}

.elementor-cta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.elementor-cta--skin-classic .elementor-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
	position: relative;
	min-height: 200px;
	width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%;
	background-color: #f7f7f7;
}

.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
	color: #55595c;
	border-color: #55595c;
	fill: #55595c;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	color: #55595c;
	border-color: #55595c;
}

.elementor-cta--skin-cover .elementor-cta {
	display: block;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%;
}

.elementor-cta--skin-cover .elementor-cta__content {
	min-height: 280px;
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button, .elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
	color: #fff;
	border-color: #fff;
}

.elementor-cta--layout-image-above .elementor-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
	width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
	width: auto;
	min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-cta__bg, .elementor-cta__bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.elementor-cta__bg-wrapper {
	z-index: 1;
	overflow: hidden;
}

.elementor-cta__bg {
	background-size: cover;
	background-position: 50%;
	z-index: 1;
}

.elementor-cta__bg-overlay {
	z-index: 2;
}

.elementor-cta__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	background: transparent;
}

.elementor-cta__button.elementor-button:hover {
	background: transparent;
	text-decoration: none;
}

.elementor-cta__title {
	font-size: 23px;
}

.elementor-cta__content {
	z-index: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 35px;
	width: 100%;
}

.elementor-cta__content, .elementor-cta__content-item {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
}

.elementor-cta__content-item {
	width: 100%;
	margin: 0;
}

.elementor-cta__content-item:not(:last-child) {
	margin-bottom: 15px;
}

.elementor-cta__content-item .elementor-icon {
	color: #fff;
}

.elementor-cta--valign-top .elementor-cta__content {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: rgba(0, 0, 0, .3);
}

@media (max-device-width:1024px) {
	.elementor-cta {
		cursor: pointer;
	}
}

@media (min-width:-1px) {
	.elementor-cta--widescreen-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta, .elementor-cta--widescreen-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta__content, .elementor-cta--widescreen-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-cta--widescreen-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:-1px) {
	.elementor-cta--laptop-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta, .elementor-cta--laptop-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta__content, .elementor-cta--laptop-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-cta--laptop-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:-1px) {
	.elementor-cta--tablet_extra-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta, .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-cta--tablet_extra-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:1024px) {
	.elementor-cta--tablet-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-cta--tablet-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:-1px) {
	.elementor-cta--mobile_extra-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta, .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-cta--mobile_extra-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:767px) {
	.elementor-cta--mobile-layout-image-above .elementor-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-cta--mobile-layout-image-right .elementor-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.elementor-ribbon {
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.elementor-ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-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;
	color: #fff;
}

.elementor-ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto;
}

.elementor-ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0;
}

.elementor-widget-countdown .elementor-countdown-expire--message {
	display: none;
	padding: 20px;
	text-align: center;
}

.elementor-widget-countdown .elementor-countdown-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-widget-countdown .elementor-countdown-item {
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.elementor-widget-countdown .elementor-countdown-digits, .elementor-widget-countdown .elementor-countdown-label {
	line-height: 1;
}

.elementor-widget-countdown .elementor-countdown-digits {
	font-size: 69px;
}

.elementor-widget-countdown .elementor-countdown-label {
	font-size: 19px;
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits, .elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
	display: block;
}

.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-widget-countdown.elementor-countdown--label-inline {
	text-align: center;
}

.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.elementor-slides .swiper-slide-bg {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
}

.elementor-slides .swiper-slide-inner {
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px;
	margin: auto;
}

.elementor-slides .swiper-slide-inner, .elementor-slides .swiper-slide-inner:hover {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-slides .swiper-slide-inner .elementor-background-overlay {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.elementor-slides .swiper-slide-inner .elementor-slide-content {
	position: relative;
	z-index: 1;
	width: 100%;
}

.elementor-slides .swiper-slide-inner .elementor-slide-heading {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
}

.elementor-slides .swiper-slide-inner .elementor-slide-description {
	font-size: 17px;
	line-height: 1.4;
}

.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child), .elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
	margin-bottom: 30px;
}

.elementor-slides .swiper-slide-inner .elementor-slide-button {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	display: inline-block;
}

.elementor-slides .swiper-slide-inner .elementor-slide-button, .elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.elementor--v-position-top .swiper-slide-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.elementor--v-position-bottom .swiper-slide-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.elementor--v-position-middle .swiper-slide-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor--h-position-left .swiper-slide-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor--h-position-right .swiper-slide-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor--h-position-center .swiper-slide-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

body.rtl .elementor-widget-slides .elementor-swiper-button-next {
	left: 10px;
	right: auto;
}

body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
	right: 10px;
	left: auto;
}

.elementor-slides-wrapper div:not(.swiper-slide) > .swiper-slide-inner {
	display: none;
}

@media (max-width:767px) {
	.elementor-slides .swiper-slide-inner {
		padding: 30px;
	}
	
	.elementor-slides .swiper-slide-inner .elementor-slide-heading {
		font-size: 23px;
		line-height: 1;
		margin-bottom: 15px;
	}
	
	.elementor-slides .swiper-slide-inner .elementor-slide-description {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
	background-color: var(--e-share-buttons-primary-color, #ea4335);
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
	color: var(--e-share-buttons-secondary-color, #fff);
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg {
	fill: var(--e-share-buttons-secondary-color, #fff);
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn {
	color: var(--e-share-buttons-primary-color, #ea4335);
	border-color: var(--e-share-buttons-primary-color, #ea4335);
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
	background-color: var(--e-share-buttons-primary-color, #ea4335);
	color: var(--e-share-buttons-secondary-color, #fff);
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg {
	fill: var(--e-share-buttons-secondary-color, #fff);
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
	color: var(--e-share-buttons-primary-color, #ea4335);
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg {
	fill: var(--e-share-buttons-primary-color, #ea4335);
}

.elementor-share-buttons--color-official .elementor-share-btn:hover {
	-webkit-filter: saturate(1.5) brightness(1.2);
	filter: saturate(1.5) brightness(1.2);
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
	background-color: #005be2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
	background-color: #ea4335;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
	background-color: #aaa;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
	background-color: #3b5998;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
	background-color: #dd4b39;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
	background-color: #ef3f56;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
	background-color: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
	background-color: #f4731c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
	background-color: #bd081c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
	background-color: #ff4500;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
	background-color: #00aff0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
	background-color: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
	background-color: #fffc00;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
	background-color: #eb4924;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
	background-color: #f3782b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
	background-color: #35465c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
	background-color: #6441a5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
	background-color: #2ca5e0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
	background-color: #1da1f2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
	background-color: #1ab7ea;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
	background-color: #45668e;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
	background-color: #25d366;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
	background-color: #21759b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
	background-color: #026466;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg {
	color: #005be2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg {
	fill: #005be2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email {
	color: #ea4335;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg {
	fill: #ea4335;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print {
	color: #aaa;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg {
	fill: #aaa;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook {
	color: #3b5998;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg {
	fill: #3b5998;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google {
	color: #dd4b39;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg {
	fill: #dd4b39;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket {
	color: #ef3f56;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg {
	fill: #ef3f56;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin {
	color: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg {
	fill: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki {
	color: #f4731c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg {
	fill: #f4731c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest {
	color: #bd081c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg {
	fill: #bd081c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit {
	color: #ff4500;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg {
	fill: #ff4500;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype {
	color: #00aff0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg {
	fill: #00aff0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare {
	color: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg {
	fill: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat {
	color: #fffc00;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg {
	fill: #fffc00;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon {
	color: #eb4924;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg {
	fill: #eb4924;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix {
	color: #f3782b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg {
	fill: #f3782b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr {
	color: #35465c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg {
	fill: #35465c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch {
	color: #6441a5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg {
	fill: #6441a5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram {
	color: #2ca5e0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg {
	fill: #2ca5e0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter {
	color: #1da1f2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg {
	fill: #1da1f2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo {
	color: #1ab7ea;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg {
	fill: #1ab7ea;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk {
	color: #45668e;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg {
	fill: #45668e;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp {
	color: #25d366;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg {
	fill: #25d366;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress {
	color: #21759b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg {
	fill: #21759b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing {
	color: #026466;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg {
	fill: #026466;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
	background-color: #005be2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
	background-color: #ea4335;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
	background-color: #aaa;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
	background-color: #3b5998;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
	background-color: #dd4b39;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
	background-color: #ef3f56;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
	background-color: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
	background-color: #f4731c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
	background-color: #bd081c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
	background-color: #ff4500;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
	background-color: #00aff0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
	background-color: #0077b5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
	background-color: #fffc00;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
	background-color: #eb4924;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon {
	background-color: #f3782b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
	background-color: #35465c;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
	background-color: #6441a5;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
	background-color: #2ca5e0;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
	background-color: #1da1f2;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
	background-color: #1ab7ea;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
	background-color: #45668e;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
	background-color: #25d366;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
	background-color: #21759b;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
	background-color: #026466;
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
	color: var(--e-share-buttons-icon-color, #fff);
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg {
	fill: var(--e-share-buttons-icon-color, #fff);
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__icon, .elementor-share-buttons--skin-framed .elementor-share-btn__icon {
	margin-left: -.2em;
}

.elementor-share-buttons--skin-boxed .elementor-share-btn, .elementor-share-buttons--skin-framed .elementor-share-btn {
	border-style: solid;
}

.elementor-share-buttons--skin-gradient .elementor-share-btn__text, .elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .12), transparent);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .12)), to(transparent));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent);
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__text, .elementor-share-buttons--skin-gradient .elementor-share-btn__text, .elementor-share-buttons--skin-minimal .elementor-share-btn__text {
	padding-left: .9em;
}

.elementor-share-buttons--skin-flat .elementor-share-btn, .elementor-share-buttons--skin-gradient .elementor-share-btn {
	background-color: var(--e-share-buttons-primary-color, #ea4335);
}

.elementor-share-buttons--skin-flat .elementor-share-btn__icon, .elementor-share-buttons--skin-flat .elementor-share-btn__text, .elementor-share-buttons--skin-gradient .elementor-share-btn__icon, .elementor-share-buttons--skin-gradient .elementor-share-btn__text {
	color: var(--e-share-buttons-secondary-color, #fff);
}

.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg, .elementor-share-buttons--skin-flat .elementor-share-btn__text svg, .elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg, .elementor-share-buttons--skin-gradient .elementor-share-btn__text svg {
	fill: var(--e-share-buttons-secondary-color, #fff);
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
	border-radius: .5em;
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
	border-radius: 99.9em;
}

.elementor-share-buttons--view-text .elementor-share-btn__text {
	padding-left: 1em;
}

.elementor-share-buttons--view-icon .elementor-share-btn, .elementor-share-buttons--view-text .elementor-share-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-share-buttons--view-icon .elementor-share-btn__icon, .elementor-share-buttons--view-icon .elementor-share-btn__text, .elementor-share-buttons--view-text .elementor-share-btn__icon, .elementor-share-buttons--view-text .elementor-share-btn__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-share-buttons--shape-rounded .elementor-share-btn {
	border-radius: .5em;
}

.elementor-share-buttons--shape-circle .elementor-share-btn {
	border-radius: 99.9em;
}

.elementor-share-btn {
	overflow: hidden;
	font-size: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition-property: background-color, border-color, -webkit-filter;
	transition-property: background-color, border-color, -webkit-filter;
	-o-transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color;
	transition-property: filter, background-color, border-color, -webkit-filter;
	height: 4.5em;
	cursor: pointer;
}

.elementor-share-btn, .elementor-share-btn__icon, .elementor-share-btn__text {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.elementor-share-btn__icon, .elementor-share-btn__text {
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color;
}

.elementor-share-btn__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4.5em;
	position: relative;
}

.elementor-share-btn__icon i {
	font-size: var(--e-share-buttons-icon-size, 1.7em);
}

.elementor-share-btn__icon svg {
	width: var(--e-share-buttons-icon-size, 1.7em);
	height: var(--e-share-buttons-icon-size, 1.7em);
}

.elementor-share-btn__text {
	font-size: 1.5em;
	padding-right: 1em;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 100;
}

.elementor-share-btn__title {
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.elementor-widget-share-buttons {
	text-align: var(--alignment, inherit);
	-moz-text-align-last: var(--alignment, inherit);
	text-align-last: var(--alignment, inherit);
}

.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container {
	font-size: 0;
}

.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 .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 {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
}

.elementor-carousel-image {
	background: no-repeat 50%;
	background-size: cover;
	height: 100%;
	position: relative;
}

.elementor-carousel-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	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;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: var(--e-carousel-image-overlay-color, #fff);
	background-color: rgba(129, 138, 145, .8);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.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);
	width: var(--e-carousel-image-overlay-icon-size, 21px);
	height: var(--e-carousel-image-overlay-icon-size, 21px);
}

.elementor-testimonial__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.elementor-testimonial__image img {
	border-radius: 999px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-o-object-fit: cover;
	object-fit: cover;
}

.elementor-testimonial__footer, .elementor-testimonial__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-testimonial__footer cite, .elementor-testimonial__header cite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-style: normal;
	font-size: 14px;
	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 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
	margin-left: 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 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	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-right: 20px;
	margin-left: 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 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	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-right: 0;
	margin-left: 20px;
}

.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	margin-top: 25px;
}

.elementor-testimonial--layout-image_above .elementor-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
	margin-bottom: 25px;
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
	margin-top: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-testimonial--layout-image_stacked .elementor-testimonial__image, .elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
	margin-top: 15px;
	width: 100%;
}

.elementor-testimonial--layout-image_left .elementor-testimonial, .elementor-testimonial--layout-image_right .elementor-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer, .elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	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 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-testimonial--layout-image_left .elementor-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
	padding-right: 20px;
}

.elementor-testimonial--layout-image_right .elementor-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
	padding-left: 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 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	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-right: 20px;
	margin-left: 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 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	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-right: 0;
	margin-left: 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 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
	text-align: left;
}

.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 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 25px;
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content {
	background-color: #e6e9ec;
	padding: 20px;
	position: relative;
}

.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #e6e9ec;
	position: absolute;
	-webkit-transform: scaleX(.75) rotate(45deg);
	-ms-transform: scaleX(.75) rotate(45deg);
	transform: scaleX(.75) rotate(45deg);
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
	bottom: calc(100% - 7px);
	-webkit-transform: scaleX(.75) rotate(-135deg);
	-ms-transform: scaleX(.75) rotate(-135deg);
	transform: scaleX(.75) rotate(-135deg);
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	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%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	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 {
	-webkit-transform: scaleY(.75) rotate(135deg);
	-ms-transform: scaleY(.75) rotate(135deg);
	transform: scaleY(.75) rotate(135deg);
	left: -8px;
}

.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
	-webkit-transform: scaleY(.75) rotate(-45deg);
	-ms-transform: scaleY(.75) rotate(-45deg);
	transform: scaleY(.75) rotate(-45deg);
	right: -8px;
}

.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:-1px) {
	.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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		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-right: 20px;
		margin-left: 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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		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-right: 0;
		margin-left: 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 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
		text-align: left;
	}
}

@media (max-width:-1px) {
	.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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		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-right: 20px;
		margin-left: 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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		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-right: 0;
		margin-left: 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 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
		text-align: left;
	}
}

@media (max-width:-1px) {
	.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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		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-right: 20px;
		margin-left: 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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		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-right: 0;
		margin-left: 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 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
		text-align: left;
	}
}

@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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		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-right: 20px;
		margin-left: 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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		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-right: 0;
		margin-left: 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 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
		text-align: left;
	}
}

@media (max-width:-1px) {
	.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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		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-right: 20px;
		margin-left: 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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		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-right: 0;
		margin-left: 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 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
		text-align: left;
	}
}

@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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		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-right: 20px;
		margin-left: 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 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		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-right: 0;
		margin-left: 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 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
		text-align: left;
	}
}

.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 {
	width: 50px;
	height: 50px;
}

.elementor-widget-reviews .swiper-slide {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	padding: 0;
}

.elementor-widget-reviews .elementor-testimonial__text {
	font-size: 14px;
	line-height: 20px;
}

.elementor-widget-reviews .elementor-testimonial__name {
	color: #1c2022;
}

.elementor-widget-reviews .elementor-testimonial__title {
	color: #697882;
	font-size: 12.5px;
	font-weight: 400;
	font-family: inherit;
}

.elementor-widget-reviews .elementor-testimonial__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-reviews .elementor-testimonial__image img {
	width: 36px;
	height: 36px;
}

.elementor-widget-reviews .elementor-testimonial__icon {
	margin-left: auto;
	font-size: 17px;
}

.elementor-widget-reviews .elementor-testimonial__icon .fa + .fa {
	margin-left: .15em;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon {
	color: var(--e-testimonial-icon-color);
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
	--e-testimonial-icon-color: #a4c639;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
	--e-testimonial-icon-color: #999;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
	--e-testimonial-icon-color: #1769ff;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
	--e-testimonial-icon-color: #205081;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
	--e-testimonial-icon-color: #000;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
	--e-testimonial-icon-color: #39f;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
	--e-testimonial-icon-color: #005be2;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
	--e-testimonial-icon-color: #ea4c89;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
	--e-testimonial-icon-color: #ea4335;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
	--e-testimonial-icon-color: #3b5998;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
	--e-testimonial-icon-color: #0063dc;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
	--e-testimonial-icon-color: #2d5be3;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
	--e-testimonial-icon-color: #333;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
	--e-testimonial-icon-color: #dd4b39;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
	--e-testimonial-icon-color: #7ac142;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
	--e-testimonial-icon-color: #262626;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
	--e-testimonial-icon-color: #487aa2;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
	--e-testimonial-icon-color: #0077b5;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
	--e-testimonial-icon-color: #00ab6b;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
	--e-testimonial-icon-color: #ec1c40;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
	--e-testimonial-icon-color: #273a4b;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
	--e-testimonial-icon-color: #f4731c;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
	--e-testimonial-icon-color: #bd081c;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
	--e-testimonial-icon-color: #da552f;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
	--e-testimonial-icon-color: #ff4500;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
	--e-testimonial-icon-color: #f26522;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
	--e-testimonial-icon-color: #4caf50;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
	--e-testimonial-icon-color: #00aff0;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
	--e-testimonial-icon-color: #0077b5;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
	--e-testimonial-icon-color: #fffc00;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
	--e-testimonial-icon-color: #f80;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
	--e-testimonial-icon-color: #2ebd59;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
	--e-testimonial-icon-color: #fe7a15;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
	--e-testimonial-icon-color: #00adee;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
	--e-testimonial-icon-color: #eb4924;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
	--e-testimonial-icon-color: #2ca5e0;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack, .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
	--e-testimonial-icon-color: #1aa1d8;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
	--e-testimonial-icon-color: #589442;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
	--e-testimonial-icon-color: #35465c;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
	--e-testimonial-icon-color: #6441a5;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
	--e-testimonial-icon-color: #1da1f2;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
	--e-testimonial-icon-color: #1ab7ea;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
	--e-testimonial-icon-color: #45668e;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
	--e-testimonial-icon-color: #dd2430;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
	--e-testimonial-icon-color: #31a918;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
	--e-testimonial-icon-color: #25d366;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
	--e-testimonial-icon-color: #21759b;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
	--e-testimonial-icon-color: #026466;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
	--e-testimonial-icon-color: #af0606;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
	--e-testimonial-icon-color: #cd201f;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
	--e-testimonial-icon-color: #0099e5;
}

.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg {
	fill: var(--e-testimonial-icon-color);
}

.elementor-widget-reviews .elementor-testimonial__rating {
	background-image: -o-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
	background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#ccc));
	background-image: linear-gradient(90deg, #ffc82c var(--rating), #ccc var(--rating));
	font-family: eicons;
}

.elementor-widget-reviews .elementor-testimonial__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	padding-bottom: 6px;
}

.elementor-widget-reviews .elementor-testimonial__image + cite {
	margin-left: 9px;
}

.elementor-widget-reviews .elementor-testimonial__separator {
	margin: 0 auto;
	border-top: 0;
	border-bottom: 1px solid #e1e8ed;
	height: 0;
}

.elementor-widget-reviews .elementor-testimonial__content {
	padding-top: 6px;
	padding-bottom: 15px;
}

.elementor-widget-reviews .elementor-testimonial__content, .elementor-widget-reviews .elementor-testimonial__header {
	padding-left: 15px;
	padding-right: 15px;
}

.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
	border-bottom: 1px solid #e1e8ed;
}

.swiper-pagination-bullets {
	color: #fff;
	cursor: default;
}

.swiper-slide {
	will-change: transform;
	border-style: solid;
	border-width: 0;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: border, background, -webkit-transform;
	transition-property: border, background, -webkit-transform;
	-o-transition-property: border, background, transform;
	transition-property: border, background, transform;
	transition-property: border, background, transform, -webkit-transform;
	overflow: hidden;
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
	opacity: 0;
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.elementor-widget-reviews .swiper-slide, .elementor-widget-testimonial-carousel .swiper-slide {
	height: auto;
}

.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container, .elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container, .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container, .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-testimonial-carousel .elementor-swiper-button-prev, .elementor-widget-testimonial-carousel .swiper-container-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-testimonial-carousel .elementor-swiper-button-next, .elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev {
	right: 0;
	left: unset;
}

.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 {
	left: 10px;
	right: unset;
}

.elementor-widget-media-carousel .elementor-swiper-button-next, .elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev {
	right: 10px;
	left: unset;
}

.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft), .entry-summary blockquote.elementor-blockquote {
	margin-right: 0;
	margin-left: 0;
}

.elementor-widget-blockquote blockquote {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	quotes: none;
	border: 0;
	font-style: normal;
	color: #55595c;
}

.elementor-widget-blockquote blockquote:after, .elementor-widget-blockquote blockquote:before, .elementor-widget-blockquote blockquote cite:after, .elementor-widget-blockquote blockquote cite:before, .elementor-widget-blockquote blockquote footer:after, .elementor-widget-blockquote blockquote footer:before {
	content: "";
	content: none;
}

.elementor-blockquote {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-blockquote__author, .elementor-blockquote__content {
	margin-bottom: 0;
	font-style: normal;
}

.elementor-blockquote__author {
	font-weight: 700;
}

.elementor-blockquote footer {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elementor-blockquote__tweet-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #1da1f2;
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 1;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.elementor-blockquote__tweet-button:hover {
	color: #0967a0;
}

.elementor-blockquote__tweet-button span {
	font-weight: 600;
}

.elementor-blockquote__tweet-button i, .elementor-blockquote__tweet-button span {
	vertical-align: middle;
}

.elementor-blockquote__tweet-button i + span, .elementor-blockquote__tweet-button svg + span {
	margin-left: .5em;
}

.elementor-blockquote__tweet-button svg {
	fill: #1da1f2;
	height: 1em;
	width: 1em;
}

.elementor-blockquote__tweet-label {
	white-space: pre-wrap;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
	padding: .7em 1.2em;
	border-radius: 100em;
	background-color: #1da1f2;
	color: #fff;
	font-size: 15px;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
	background-color: #0967a0;
	color: #fff;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg {
	fill: #fff;
	height: 1em;
	width: 1em;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
	padding: 0;
	width: 2em;
	height: 2em;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i, .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
	content: "";
	border: .5em solid transparent;
	border-right-color: #1da1f2;
	position: absolute;
	left: -.8em;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleY(.65);
	-ms-transform: translateY(-50%) scaleY(.65);
	transform: translateY(-50%) scaleY(.65);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
	right: auto;
	left: -.8em;
	border-right-color: #1da1f2;
	border-left-color: transparent;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
	left: auto;
	right: -.8em;
	border-right-color: transparent;
	border-left-color: #1da1f2;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
	border-left-color: #0967a0;
}

.elementor-blockquote--skin-boxed .elementor-blockquote {
	background-color: #e6e9ec;
	padding: 30px;
}

.elementor-blockquote--skin-border .elementor-blockquote {
	border-color: #e6e9ec;
	border-left: 7px #e6e9ec;
	border-style: solid;
	padding-left: 20px;
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
	content: "“";
	font-size: 100px;
	color: #e6e9ec;
	font-family: Times New Roman, Times, serif;
	font-weight: 900;
	line-height: 1;
	display: block;
	height: .6em;
}

.elementor-blockquote--skin-quotation .elementor-blockquote__content {
	margin-top: 15px;
}

.elementor-blockquote--align-left .elementor-blockquote__content {
	text-align: left;
}

.elementor-blockquote--align-left .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-blockquote--align-right .elementor-blockquote__content {
	text-align: right;
}

.elementor-blockquote--align-right .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-blockquote--align-center .elementor-blockquote {
	text-align: center;
}

.elementor-blockquote--align-center .elementor-blockquote__author, .elementor-blockquote--align-center .elementor-blockquote footer {
	display: block;
}

.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
	margin-right: auto;
	margin-left: auto;
}

.elementor-headline {
	font-size: 43px;
	line-height: 1.2;
	display: block;
}

.elementor-headline-dynamic-text {
	color: var(--dynamic-text-color, #aebcb9);
}

.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
	text-align: left;
}

.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
	overflow: visible;
	text-align: inherit;
}

.elementor-headline--style-highlight .elementor-headline-dynamic-text {
	z-index: 1;
}

.elementor-headline--style-highlight .elementor-headline-plain-text {
	z-index: 1;
	position: relative;
}

.elementor-headline--style-highlight svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible;
}

.elementor-headline--style-highlight svg path {
	stroke: red;
	stroke-width: 9;
	fill: none;
	opacity: 0;
	stroke-dasharray: 0 1500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-headline.e-animated svg path {
	-webkit-animation: elementor-headline-dash forwards;
	animation: elementor-headline-dash forwards;
	-webkit-animation-duration: var(--animation-duration, 1.2s);
	animation-duration: var(--animation-duration, 1.2s);
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.elementor-headline.e-animated svg path:nth-of-type(2) {
	-webkit-animation-delay: calc(var(--animation-duration, 1.2s) / 2);
	animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}

.elementor-headline.e-hide-highlight svg path {
	opacity: 1;
	stroke-dasharray: 1500 1500;
	-webkit-animation: hide-highlight .4s forwards;
	animation: hide-highlight .4s forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1;
	}
	
	to {
		stroke-dasharray: 1500 1500;
		opacity: 1;
	}
}

@keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
		opacity: 1;
	}
	
	to {
		stroke-dasharray: 1500 1500;
		opacity: 1;
	}
}

@-webkit-keyframes hide-highlight {
	0% {
		opacity: 1;
		stroke-dasharray: 1500 1500;
	}
	
	to {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
}

@keyframes hide-highlight {
	0% {
		opacity: 1;
		stroke-dasharray: 1500 1500;
	}
	
	to {
		opacity: 0;
		-webkit-filter: blur(10px);
		filter: blur(10px);
	}
}

.elementor-headline-text-wrapper {
	vertical-align: bottom;
}

.elementor-headline-dynamic-wrapper {
	display: inline-block;
	position: relative;
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
	position: relative;
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
	opacity: 0;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-animation: elementor-headline-flip-in 1.2s;
	animation: elementor-headline-flip-in 1.2s;
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-animation: elementor-headline-flip-out 1.2s;
	animation: elementor-headline-flip-out 1.2s;
}

@-webkit-keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
	
	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0;
	}
	
	65% {
		opacity: 0;
	}
	
	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1;
	}
}

@keyframes elementor-headline-flip-in {
	0% {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
	
	35% {
		-webkit-transform: rotateX(120deg);
		transform: rotateX(120deg);
		opacity: 0;
	}
	
	65% {
		opacity: 0;
	}
	
	to {
		-webkit-transform: rotateX(1turn);
		transform: rotateX(1turn);
		opacity: 1;
	}
}

@-webkit-keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
	
	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1;
	}
	
	65% {
		opacity: 0;
	}
	
	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
}

@keyframes elementor-headline-flip-out {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}
	
	35% {
		-webkit-transform: rotateX(-40deg);
		transform: rotateX(-40deg);
		opacity: 1;
	}
	
	65% {
		opacity: 0;
	}
	
	to {
		-webkit-transform: rotateX(180deg);
		transform: rotateX(180deg);
		opacity: 0;
	}
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
	vertical-align: top;
	overflow: hidden;
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 90%;
	width: 1px;
	background-color: #0d0d0d;
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
	-webkit-animation: elementor-headline-pulse 1s infinite;
	animation: elementor-headline-pulse 1s infinite;
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
	background-color: var(--typing-selected-bg-color, #0d0d0d);
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
	visibility: hidden;
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
	color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9);
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
	visibility: hidden;
}

.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	position: absolute;
	visibility: hidden;
}

@-webkit-keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}

@keyframes elementor-headline-pulse {
	0% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
		opacity: 1;
	}
	
	40% {
		-webkit-transform: translateY(-50%) scale(.9);
		transform: translateY(-50%) scale(.9);
		opacity: 0;
	}
	
	to {
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
		opacity: 0;
	}
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
	-webkit-transform: scaleX(1.0005);
	-ms-transform: scaleX(1.0005);
	transform: scaleX(1.0005);
	opacity: 0;
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-20px) rotateX(90deg);
	transform: translateZ(-20px) rotateX(90deg);
	opacity: 0;
}

.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
	opacity: 1;
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-swirl-in .4s forwards;
	animation: elementor-headline-swirl-in .4s forwards;
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-swirl-out .4s forwards;
	animation: elementor-headline-swirl-out .4s forwards;
}

@-webkit-keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg);
	}
}

@keyframes elementor-headline-swirl-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(90deg);
		transform: translateZ(-20px) rotateX(90deg);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(-10deg);
		transform: translateZ(-20px) rotateX(-10deg);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0deg);
		transform: translateZ(-20px) rotateX(0deg);
	}
}

@-webkit-keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0);
	}
	
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg);
	}
}

@keyframes elementor-headline-swirl-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(-20px) rotateX(0);
		transform: translateZ(-20px) rotateX(0);
	}
	
	60% {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-100deg);
		transform: translateZ(-20px) rotateX(-100deg);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateZ(-20px) rotateX(-90deg);
		transform: translateZ(-20px) rotateX(-90deg);
	}
}

.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0;
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
	opacity: 0;
	top: .2em;
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
	top: 0;
	opacity: 1;
	-webkit-animation: elementor-headline-slide-down-in .6s;
	animation: elementor-headline-slide-down-in .6s;
}

.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-down-out .6s;
	animation: elementor-headline-slide-down-out .6s;
}

@-webkit-keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes elementor-headline-slide-down-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes elementor-headline-slide-down-out {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	60% {
		opacity: 0;
		-webkit-transform: translateY(120%);
		transform: translateY(120%);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
	display: inline-block;
	padding: .2em 0;
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
	overflow: hidden;
	vertical-align: top;
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: 2px;
	height: 100%;
	background-color: #0d0d0d;
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
	opacity: 0;
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
	opacity: 0;
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-drop-in-in .8s;
	animation: elementor-headline-drop-in-in .8s;
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-drop-in-out .8s;
	animation: elementor-headline-drop-in-out .8s;
}

@-webkit-keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@keyframes elementor-headline-drop-in-in {
	0% {
		opacity: 0;
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@-webkit-keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px);
	}
}

@keyframes elementor-headline-drop-in-out {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateZ(-100px);
		transform: translateZ(-100px);
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
	-webkit-perspective: 300px;
	perspective: 300px;
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
	opacity: 0;
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	display: inline-block;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-blinds-in .6s forwards;
	animation: elementor-headline-blinds-in .6s forwards;
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-blinds-out .6s forwards;
	animation: elementor-headline-blinds-out .6s forwards;
}

@-webkit-keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	
	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes elementor-headline-blinds-in {
	0% {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	
	to {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@-webkit-keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	
	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
}

@keyframes elementor-headline-blinds-out {
	0% {
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}
	
	to {
		-webkit-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
	}
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	opacity: 0;
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	display: inline-block;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
	opacity: 1;
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
	-webkit-animation: elementor-headline-wave-up .6s forwards;
	animation: elementor-headline-wave-up .6s forwards;
}

.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
	-webkit-animation: elementor-headline-wave-down .6s forwards;
	animation: elementor-headline-wave-down .6s forwards;
}

@-webkit-keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes elementor-headline-wave-up {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}

@keyframes elementor-headline-wave-down {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
	opacity: 0;
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
	opacity: 1;
	-webkit-animation: elementor-headline-slide-in .6s;
	animation: elementor-headline-slide-in .6s;
}

.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
	-webkit-animation: elementor-headline-slide-out .6s;
	animation: elementor-headline-slide-out .6s;
}

@-webkit-keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes elementor-headline-slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(10%);
		transform: translateX(10%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes elementor-headline-slide-out {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	60% {
		opacity: 0;
		-webkit-transform: translateX(110%);
		transform: translateX(110%);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
	-webkit-transition: width .5s;
	-o-transition: width .5s;
	transition: width .5s;
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
	overflow: hidden;
}

.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text, .elementor-headline-animation-type-swirl .elementor-headline-dynamic-text, .elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
	white-space: nowrap;
}

.elementor-msie .elementor-headline--style-highlight svg {
	top: auto;
	left: auto;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
}

@-webkit-keyframes e-hotspot-soft-beat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes e-hotspot-soft-beat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes e-hotspot-expand {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes e-hotspot-expand {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.elementor-widget-hotspot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: var(--background-align);
	-ms-flex-pack: var(--background-align);
	justify-content: var(--background-align);
}

.elementor-widget-hotspot .elementor-widget-container {
	position: relative;
	display: inline-block;
	width: var(--container-width);
	max-width: var(--container-max-width);
	height: var(--container-height);
}

.elementor-widget-hotspot .elementor-widget-container > img {
	display: block;
	width: var(--image-width, auto);
	height: var(--container-height);
	opacity: var(--opacity, 1);
}

.e-hotspot {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
}

.e-hotspot--position-left.e-hotspot--position-top {
	-webkit-transform: translate(calc(-1 * var(--hotspot-translate-x)), calc(-1 * var(--hotspot-translate-y)));
	-ms-transform: translate(calc(-1 * var(--hotspot-translate-x)), calc(-1 * var(--hotspot-translate-y)));
	transform: translate(calc(-1 * var(--hotspot-translate-x)), calc(-1 * var(--hotspot-translate-y)));
}

.e-hotspot--position-left.e-hotspot--position-bottom {
	-webkit-transform: translate(calc(-1 * var(--hotspot-translate-x)), var(--hotspot-translate-y));
	-ms-transform: translate(calc(-1 * var(--hotspot-translate-x)), var(--hotspot-translate-y));
	transform: translate(calc(-1 * var(--hotspot-translate-x)), var(--hotspot-translate-y));
}

.e-hotspot--position-right.e-hotspot--position-top {
	-webkit-transform: translate(var(--hotspot-translate-x), calc(-1 * var(--hotspot-translate-y)));
	-ms-transform: translate(var(--hotspot-translate-x), calc(-1 * var(--hotspot-translate-y)));
	transform: translate(var(--hotspot-translate-x), calc(-1 * var(--hotspot-translate-y)));
}

.e-hotspot--position-right.e-hotspot--position-bottom {
	-webkit-transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
	-ms-transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
	transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
}

.e-hotspot--active {
	z-index: 2;
}

.e-hotspot__inner-circle, .e-hotspot__outer-circle {
	content: "";
	display: inline-block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-radius: 50%;
}

.e-hotspot__inner-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: var(--hotspot-color);
	padding: calc(var(--hotspot-size, 18px) / 2);
}

.e-hotspot__outer-circle {
	background-color: var(--hotspot-color);
	padding: var(--hotspot-padding, 4px);
}

.e-hotspot--icon .e-hotspot__button, .e-hotspot__outer-circle {
	width: var(--hotspot-size, 18px);
	height: var(--hotspot-size, 18px);
}

.e-hotspot--icon .e-hotspot__button {
	line-height: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-size: var(--hotspot-size, 18px);
}

.e-hotspot__icon, .e-hotspot__label {
	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;
}

.e-hotspot__icon svg, .e-hotspot__label svg {
	width: var(--hotspot-size, 18px);
	height: auto;
}

.e-hotspot__button {
	cursor: pointer;
	position: relative;
	display: grid;
	grid-auto-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--hotspot-color);
	font-size: var(--hotspot-size, 18px);
	min-width: var(--hotspot-button-width);
	min-height: var(--hotspot-button-height);
}

.e-hotspot__button:before {
	z-index: -2;
	content: "";
	width: 100%;
	height: 100%;
	left: -5px;
	top: -5px;
	position: absolute;
	padding: 5px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.e-hotspot__button svg {
	fill: var(--hotspot-color);
}

.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button {
	min-width: var(--hotspot-min-width);
	min-height: var(--hotspot-min-height);
	background-color: var(--hotspot-box-color);
	padding: var(--hotspot-padding, 4px);
	border-radius: var(--hotspot-border-radius, 3px);
}

.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before {
	border-radius: var(--hotspot-border-radius, 3px);
}

.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before {
	background-color: var(--hotspot-box-color);
}

.e-hotspot--overlay {
	opacity: .7;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.e-hotspot--active .e-hotspot--overlay, .e-hotspot--overlay:hover {
	opacity: 1;
}

.e-hotspot--soft-beat {
	-webkit-animation: e-hotspot-soft-beat .7s infinite alternate;
	animation: e-hotspot-soft-beat .7s infinite alternate;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.e-hotspot--expand .e-hotspot__outer-circle, .e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before {
	-webkit-animation: e-hotspot-expand 2s infinite;
	animation: e-hotspot-expand 2s infinite;
}

.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.e-hotspot--sequenced {
	-webkit-animation: fadeIn .3s;
	animation: fadeIn .3s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.e-hotspot__direction-mask {
	overflow: hidden;
	position: absolute;
	pointer-events: none;
}

.e-hotspot__tooltip {
	white-space: var(--white-space, nowrap);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: var(--tooltip-transition-duration, .5s);
	-o-transition-duration: var(--tooltip-transition-duration, .5s);
	transition-duration: var(--tooltip-transition-duration, .5s);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	position: absolute;
	pointer-events: none;
	color: var(--tooltip-text-color, #fff);
	text-align: var(--tooltip-align);
	min-width: var(--tooltip-min-width);
	padding: var(--tooltip-padding, 8px);
	border-radius: var(--tooltip-border-radius);
	background-color: var(--tooltip-color);
}

.e-hotspot__tooltip p:last-of-type {
	margin-bottom: 0;
}

.e-hotspot__direction-mask .e-hotspot__tooltip {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: static;
}

.e-hotspot--active .e-hotspot__tooltip {
	pointer-events: visible;
}

.e-hotspot--fade-in-out {
	opacity: 0;
}

.e-hotspot--active .e-hotspot--fade-in-out {
	opacity: 1;
}

.e-hotspot--fade-grow {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.e-hotspot--active .e-hotspot--fade-grow {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.e-hotspot--override-tooltip-animation-from-top, .e-hotspot--tooltip-animation-from-top {
	-webkit-transform: translateY(calc(-100% - 1px));
	-ms-transform: translateY(calc(-100% - 1px));
	transform: translateY(calc(-100% - 1px));
}

.e-hotspot--override-tooltip-animation-from-left, .e-hotspot--tooltip-animation-from-left {
	-webkit-transform: translate(calc(-100% - 1px));
	-ms-transform: translate(calc(-100% - 1px));
	transform: translate(calc(-100% - 1px));
}

.e-hotspot--override-tooltip-animation-from-right, .e-hotspot--tooltip-animation-from-right {
	-webkit-transform: translate(calc(100% + 1px));
	-ms-transform: translate(calc(100% + 1px));
	transform: translate(calc(100% + 1px));
}

.e-hotspot--override-tooltip-animation-from-bottom, .e-hotspot--tooltip-animation-from-bottom {
	-webkit-transform: translateY(calc(100% + 1px));
	-ms-transform: translateY(calc(100% + 1px));
	transform: translateY(calc(100% + 1px));
}

.e-hotspot--fade-direction {
	opacity: 0;
}

.e-hotspot--active .e-hotspot--fade-direction, .e-hotspot--active .e-hotspot--slide-direction {
	-webkit-transform: translate(0) scale(1);
	-ms-transform: translate(0) scale(1);
	transform: translate(0) scale(1);
	opacity: 1;
}

.e-hotspot--show-tooltip {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	pointer-events: visible;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.elementor-facebook-widget.fb_iframe_widget, .elementor-facebook-widget.fb_iframe_widget span {
	width: 100% !important;
}

.elementor-facebook-widget.fb_iframe_widget iframe {
	position: relative;
	width: 100% !important;
}

.elementor-facebook-widget.fb-like {
	height: 1px;
}

.elementor-widget-facebook-comments iframe {
	width: 100% !important;
}

.site-main .menu-navigation-container {
	overflow: visible;
}

.elementor-item:after, .elementor-item:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	-o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0;
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px;
}

.e--pointer-double-line.e--animation-none, .e--pointer-double-line.e--animation-none .elementor-item, .e--pointer-double-line.e--animation-none .elementor-item:after, .e--pointer-double-line.e--animation-none .elementor-item:before, .e--pointer-double-line.e--animation-none .elementor-item:focus, .e--pointer-double-line.e--animation-none .elementor-item:hover, .e--pointer-double-line.e--animation-none:after, .e--pointer-double-line.e--animation-none:before, .e--pointer-double-line.e--animation-none:focus, .e--pointer-double-line.e--animation-none:hover, .e--pointer-overline.e--animation-none, .e--pointer-overline.e--animation-none .elementor-item, .e--pointer-overline.e--animation-none .elementor-item:after, .e--pointer-overline.e--animation-none .elementor-item:before, .e--pointer-overline.e--animation-none .elementor-item:focus, .e--pointer-overline.e--animation-none .elementor-item:hover, .e--pointer-overline.e--animation-none:after, .e--pointer-overline.e--animation-none:before, .e--pointer-overline.e--animation-none:focus, .e--pointer-overline.e--animation-none:hover, .e--pointer-underline.e--animation-none, .e--pointer-underline.e--animation-none .elementor-item, .e--pointer-underline.e--animation-none .elementor-item:after, .e--pointer-underline.e--animation-none .elementor-item:before, .e--pointer-underline.e--animation-none .elementor-item:focus, .e--pointer-underline.e--animation-none .elementor-item:hover, .e--pointer-underline.e--animation-none:after, .e--pointer-underline.e--animation-none:before, .e--pointer-underline.e--animation-none:focus, .e--pointer-underline.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:before {
	content: "";
	top: 0;
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px;
}

.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
	content: "";
	bottom: 0;
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	width: 10px;
	inset-inline-start: 100%;
}

.e--pointer-framed .elementor-item:after, .e--pointer-framed .elementor-item:before {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c;
}

.e--pointer-framed .elementor-item:before {
	content: "";
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.e--pointer-framed.e--animation-grow .elementor-item:before, .e--pointer-framed.e--animation-shrink .elementor-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	-o-transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after, .e--pointer-framed.e--animation-draw .elementor-item:before {
	width: 3px;
	height: 3px;
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	-o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
	-o-transition: width .1s, height .1s .1s, opacity .02s .18s;
	transition: width .1s, height .1s .1s, opacity .02s .18s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	width: 100%;
	height: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	-webkit-transition: opacity .02s, height .1s, width .1s .1s;
	-o-transition: opacity .02s, height .1s, width .1s .1s;
	transition: opacity .02s, height .1s, width .1s .1s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:after {
	-webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	-o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
}

.e--pointer-framed.e--animation-corners .elementor-item:after, .e--pointer-framed.e--animation-corners .elementor-item:before {
	width: 3px;
	height: 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 0 3px 3px 0;
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after, .e--pointer-framed.e--animation-corners .elementor-item-active:before, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:before, .e--pointer-framed.e--animation-corners .elementor-item:focus:after, .e--pointer-framed.e--animation-corners .elementor-item:focus:before, .e--pointer-framed.e--animation-corners .elementor-item:hover:after, .e--pointer-framed.e--animation-corners .elementor-item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	-o-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s;
}

.e--pointer-framed.e--animation-none, .e--pointer-framed.e--animation-none .elementor-item, .e--pointer-framed.e--animation-none .elementor-item:after, .e--pointer-framed.e--animation-none .elementor-item:before, .e--pointer-framed.e--animation-none .elementor-item:focus, .e--pointer-framed.e--animation-none .elementor-item:hover, .e--pointer-framed.e--animation-none:after, .e--pointer-framed.e--animation-none:before, .e--pointer-framed.e--animation-none:focus, .e--pointer-framed.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-background .elementor-item:after, .e--pointer-background .elementor-item:before {
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.e--pointer-background .elementor-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.e--pointer-background .elementor-item-active, .e--pointer-background .elementor-item.highlighted, .e--pointer-background .elementor-item:focus, .e--pointer-background .elementor-item:hover {
	color: #fff;
}

.e--pointer-background.e--animation-grow .elementor-item:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.e--pointer-background.e--animation-grow .elementor-item-active:before, .e--pointer-background.e--animation-grow .elementor-item.highlighted:before, .e--pointer-background.e--animation-grow .elementor-item:focus:before, .e--pointer-background.e--animation-grow .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before, .e--pointer-background.e--animation-shrink .elementor-item.highlighted:before, .e--pointer-background.e--animation-shrink .elementor-item:focus:before, .e--pointer-background.e--animation-shrink .elementor-item:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s;
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%;
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%;
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%;
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
	top: 0;
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 100%;
	bottom: 0;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
	bottom: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
	top: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
	right: 0;
	left: 100%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
	right: 100%;
	left: 0;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
	right: 50%;
}

.e--pointer-background.e--animation-none, .e--pointer-background.e--animation-none .elementor-item, .e--pointer-background.e--animation-none .elementor-item:after, .e--pointer-background.e--animation-none .elementor-item:before, .e--pointer-background.e--animation-none .elementor-item:focus, .e--pointer-background.e--animation-none .elementor-item:hover, .e--pointer-background.e--animation-none:after, .e--pointer-background.e--animation-none:before, .e--pointer-background.e--animation-none:focus, .e--pointer-background.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-text.e--animation-skew .elementor-item:focus, .e--pointer-text.e--animation-skew .elementor-item:hover {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
}

.e--pointer-text.e--animation-grow .elementor-item:focus, .e--pointer-text.e--animation-grow .elementor-item:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.e--pointer-text.e--animation-shrink .elementor-item:focus, .e--pointer-text.e--animation-shrink .elementor-item:hover {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.e--pointer-text.e--animation-float .elementor-item:focus, .e--pointer-text.e--animation-float .elementor-item:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.e--pointer-text.e--animation-sink .elementor-item:focus, .e--pointer-text.e--animation-sink .elementor-item:hover {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.e--pointer-text.e--animation-rotate .elementor-item:focus, .e--pointer-text.e--animation-rotate .elementor-item:hover {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.e--pointer-text.e--animation-none, .e--pointer-text.e--animation-none .elementor-item, .e--pointer-text.e--animation-none .elementor-item:after, .e--pointer-text.e--animation-none .elementor-item:before, .e--pointer-text.e--animation-none .elementor-item:focus, .e--pointer-text.e--animation-none .elementor-item:hover, .e--pointer-text.e--animation-none:after, .e--pointer-text.e--animation-none:before, .e--pointer-text.e--animation-none:focus, .e--pointer-text.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.elementor-nav-menu--main .elementor-nav-menu a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px;
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #55595c;
	color: #a1a6a9;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px dashed transparent;
	border-bottom: 8px solid #494c4f;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed;
	border-color: #494c4f transparent transparent;
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-nav-menu--layout-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > .scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul {
	top: 100% !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a {
	-webkit-margin-start: var(--e-nav-menu-horizontal-menu-item-margin);
	margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > .scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > .scroll-up, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > ul {
	left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a {
	-webkit-margin-end: var(--e-nav-menu-horizontal-menu-item-margin);
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child):after {
	content: var(--e-nav-menu-divider-content, none);
	height: var(--e-nav-menu-divider-height, 35%);
	border-left: var(--e-nav-menu-divider-width, 2px) var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
	border-bottom-color: var(--e-nav-menu-divider-color, #000);
	border-right-color: var(--e-nav-menu-divider-color, #000);
	border-top-color: var(--e-nav-menu-divider-color, #000);
	-ms-flex-item-align: center;
	align-self: center;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	margin-left: auto;
}

.elementor-nav-menu__align-right .elementor-nav-menu, .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-nav-menu__align-left .elementor-nav-menu {
	margin-right: auto;
}

.elementor-nav-menu__align-left .elementor-nav-menu, .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	margin-left: auto;
	margin-right: auto;
}

.elementor-nav-menu__align-center .elementor-nav-menu, .elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	width: 100%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none;
}

.elementor-widget-nav-menu .elementor-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-nav-menu {
	position: relative;
	z-index: 2;
}

.elementor-nav-menu:after {
	content: " ";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elementor-nav-menu ul {
	display: none;
}

.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover {
	border-left: 16px solid transparent;
}

.elementor-nav-menu ul ul ul a, .elementor-nav-menu ul ul ul a:active, .elementor-nav-menu ul ul ul a:focus, .elementor-nav-menu ul ul ul a:hover {
	border-left: 24px solid transparent;
}

.elementor-nav-menu ul ul ul ul a, .elementor-nav-menu ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent;
}

.elementor-nav-menu ul ul ul ul ul a, .elementor-nav-menu ul ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent;
}

.elementor-nav-menu a, .elementor-nav-menu li {
	position: relative;
}

.elementor-nav-menu li {
	border-width: 0;
}

.elementor-nav-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
	padding: 10px 20px;
	line-height: 20px;
}

.elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-nav-menu a.disabled {
	cursor: not-allowed;
	color: #a1a6a9;
}

.elementor-nav-menu .e-plus-icon:before {
	content: "+";
}

.elementor-nav-menu .sub-arrow {
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-nav-menu .sub-arrow i {
	pointer-events: none;
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down, .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
	font-size: .7em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
	height: .7em;
	width: .7em;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: #55595c;
	color: #fff;
}

.elementor-menu-toggle {
	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;
	font-size: var(--nav-menu-icon-size, 22px);
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open, .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
	display: none;
}

.elementor-menu-toggle .e-font-icon-svg {
	fill: #494c4f;
	height: 1em;
	width: 1em;
}

.elementor-menu-toggle svg {
	width: 1em;
	height: auto;
	fill: var(--nav-menu-icon-color, currentColor);
}

span.elementor-menu-toggle__icon--close, span.elementor-menu-toggle__icon--open {
	line-height: 1;
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px;
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle, .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
	display: none;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	-webkit-transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, -webkit-transform .3s;
	-o-transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	overflow-y: hidden;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: .85em;
}

.elementor-nav-menu--dropdown a {
	color: #494c4f;
}

.elementor-nav-menu--dropdown a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	text-shadow: none;
	border-left: 8px solid transparent;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0;
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh;
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997;
}

@media (max-width:767px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:768px) {
	.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: none;
	}
}

@media (max-width:-1px) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1px) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
		display: none;
	}
}

@media (min-width:1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none;
	}
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none;
	}
}

@media (max-width:-1px) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1px) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
		display: none;
	}
}

.elementor-gallery__container {
	min-height: 1px;
}

.elementor-gallery-item {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	border: solid var(--image-border-width) var(--image-border-color);
	border-radius: var(--image-border-radius);
}

.elementor-gallery-item__content, .elementor-gallery-item__overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.elementor-gallery-item__overlay {
	mix-blend-mode: var(--overlay-mix-blend-mode);
	-webkit-transition-duration: var(--overlay-transition-duration);
	-o-transition-duration: var(--overlay-transition-duration);
	transition-duration: var(--overlay-transition-duration);
	-webkit-transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
	transition-property: mix-blend-mode, opacity, background-color, -webkit-transform;
	-o-transition-property: mix-blend-mode, transform, opacity, background-color;
	transition-property: mix-blend-mode, transform, opacity, background-color;
	transition-property: mix-blend-mode, transform, opacity, background-color, -webkit-transform;
}

.elementor-gallery-item__image.e-gallery-image {
	-webkit-transition-duration: var(--image-transition-duration);
	-o-transition-duration: var(--image-transition-duration);
	transition-duration: var(--image-transition-duration);
	-webkit-transition-property: -webkit-filter, -webkit-transform;
	transition-property: -webkit-filter, -webkit-transform;
	-o-transition-property: filter, transform;
	transition-property: filter, transform;
	transition-property: filter, transform, -webkit-filter, -webkit-transform;
}

.elementor-gallery-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: var(--content-justify-content, center);
	-ms-flex-pack: var(--content-justify-content, center);
	justify-content: var(--content-justify-content, center);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: var(--content-text-align);
	padding: var(--content-padding);
}

.elementor-gallery-item__content > div {
	-webkit-transition-duration: var(--content-transition-duration);
	-o-transition-duration: var(--content-transition-duration);
	transition-duration: var(--content-transition-duration);
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(2) {
	-webkit-transition-delay: calc(var(--content-transition-delay) / 3);
	-o-transition-delay: calc(var(--content-transition-delay) / 3);
	transition-delay: calc(var(--content-transition-delay) / 3);
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(3) {
	-webkit-transition-delay: calc(var(--content-transition-delay) / 3 * 2);
	-o-transition-delay: calc(var(--content-transition-delay) / 3 * 2);
	transition-delay: calc(var(--content-transition-delay) / 3 * 2);
}

.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(4) {
	-webkit-transition-delay: calc(var(--content-transition-delay) / 3 * 3);
	-o-transition-delay: calc(var(--content-transition-delay) / 3 * 3);
	transition-delay: calc(var(--content-transition-delay) / 3 * 3);
}

.elementor-gallery-item__description {
	color: var(--description-text-color, #fff);
	width: 100%;
}

.elementor-gallery-item__title {
	color: var(--title-text-color, #fff);
	font-weight: 700;
	width: 100%;
}

.elementor-gallery__titles-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: var(--titles-container-justify-content, center);
	-ms-flex-pack: var(--titles-container-justify-content, center);
	justify-content: var(--titles-container-justify-content, center);
	margin-bottom: 20px;
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after, .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
	background-color: var(--galleries-pointer-bg-color-hover);
}

.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after, .elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
	background-color: var(--galleries-pointer-bg-color-active);
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
	border-color: var(--galleries-pointer-bg-color-hover);
	border-width: var(--galleries-pointer-border-width);
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
	border-color: var(--galleries-pointer-bg-color-hover);
}

.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after, .elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
	border-color: var(--galleries-pointer-bg-color-active);
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-left-width: var(--galleries-pointer-border-width);
	border-bottom-width: var(--galleries-pointer-border-width);
	border-right-width: 0;
	border-top-width: 0;
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: var(--galleries-pointer-border-width);
	border-top-width: var(--galleries-pointer-border-width);
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-left-width: var(--galleries-pointer-border-width);
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-width: var(--galleries-pointer-border-width);
}

.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
	border-left-width: 0;
	border-bottom-width: var(--galleries-pointer-border-width);
	border-right-width: var(--galleries-pointer-border-width);
	border-top-width: 0;
}

.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after, .elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before, .elementor-gallery__titles-container .e--pointer-overline .elementor-item:before, .elementor-gallery__titles-container .e--pointer-underline .elementor-item:after {
	height: var(--galleries-pointer-border-width);
}

.elementor-gallery-title {
	--space-between: 10px;
	cursor: pointer;
	color: #6d7882;
	font-weight: 500;
	position: relative;
	padding: 7px 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.elementor-gallery-title--active {
	color: #495157;
}

.elementor-gallery-title:not(:last-child) {
	margin-right: var(--space-between);
}

.elementor-gallery-item__title + .elementor-gallery-item__description {
	margin-top: var(--description-margin-top);
}

.e-gallery-item.elementor-gallery-item {
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
}

.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top, .e-gallery-item:hover .elementor-gallery__item-overlay-bg, .e-gallery-item:hover .elementor-gallery__item-overlay-content, .e-gallery-item:hover .elementor-gallery__item-overlay-content__description, .e-gallery-item:hover .elementor-gallery__item-overlay-content__title {
	opacity: 1;
}

a.elementor-item.elementor-gallery-title {
	color: var(--galleries-title-color-normal);
}

a.elementor-item.elementor-gallery-title.elementor-item-active, a.elementor-item.elementor-gallery-title.highlighted, a.elementor-item.elementor-gallery-title:focus, a.elementor-item.elementor-gallery-title:hover {
	color: var(--galleries-title-color-hover);
}

a.elementor-item.elementor-gallery-title.elementor-item-active {
	color: var(--gallery-title-color-active);
}

.e-container .elementor-widget-gallery {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.e-container > .elementor-widget-gallery {
	width: var(--container-widget-width, 100%);
}

.elementor-widget-table-of-contents .elementor-toc__header-title {
	color: var(--header-color);
}

.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse, .elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand {
	display: none;
}

.elementor-widget-table-of-contents .elementor-widget-container {
	min-height: var(--box-min-height);
	border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
	border-radius: var(--box-border-radius, 3px);
	background-color: var(--box-background-color);
	-webkit-transition: min-height .4s;
	-o-transition: min-height .4s;
	transition: min-height .4s;
	overflow: hidden;
}

.elementor-toc__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--box-padding, 20px);
	background-color: var(--header-background-color);
	border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7);
}

.elementor-toc__header-title {
	font-size: 18px;
	margin: 0;
	color: var(--header-color);
}

.elementor-toc__toggle-button {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.elementor-toc__toggle-button i {
	color: var(--toggle-button-color);
}

.elementor-toc__toggle-button svg {
	height: 1em;
	width: 1em;
	fill: var(--toggle-button-color);
}

.elementor-toc__spinner-container {
	text-align: center;
}

.elementor-toc__spinner {
	font-size: 2em;
}

.elementor-toc__spinner.e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-toc__body {
	padding: var(--box-padding, 20px);
	max-height: var(--toc-body-max-height);
	overflow-y: auto;
}

.elementor-toc__body::-webkit-scrollbar {
	width: 7px;
}

.elementor-toc__body::-webkit-scrollbar-thumb {
	background-color: #c2cbd2;
	border-radius: 10px;
}

.elementor-toc__list-wrapper {
	list-style: none;
	padding: 0;
}

.elementor-toc__list-item {
	margin-bottom: .5em;
}

.elementor-toc__list-item.elementor-item-active {
	font-weight: 700;
}

.elementor-toc__list-item .elementor-toc__list-wrapper {
	margin-top: .5em;
	margin-left: var(--nested-list-indent, 1em);
}

.elementor-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration);
}

.elementor-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration);
}

.elementor-toc__list-item-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-toc__list-item-text-wrapper:before, .elementor-toc__list-item-text-wrapper i {
	margin-right: 8px;
	color: var(--marker-color);
}

.elementor-toc__list-item-text-wrapper svg {
	margin-right: 8px;
	fill: var(--marker-color);
	height: var(--marker-size, .5em);
	width: var(--marker-size, .5em);
}

.elementor-toc__list-item-text-wrapper i {
	font-size: var(--marker-size, .5em);
}

.elementor-toc__list-item-text-wrapper:before {
	font-size: var(--marker-size, 1em);
}

.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.elementor-toc__list-items--collapsible > .elementor-toc__list-wrapper > .elementor-toc__list-item > .elementor-toc__list-wrapper {
	display: none;
}

.elementor-toc__heading-anchor {
	position: absolute;
}

.elementor-toc__body .elementor-toc__list-item-text {
	color: var(--item-text-color);
	-webkit-text-decoration: var(--item-text-decoration);
	text-decoration: var(--item-text-decoration);
}

.elementor-toc__body .elementor-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration);
}

.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration);
}

ol.elementor-toc__list-wrapper {
	counter-reset: item;
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item {
	counter-increment: item;
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
	content: counters(item, ".") ". ";
}

.e-lottie__container {
	display: inline-block;
	max-width: var(--lottie-container-max-width);
	width: var(--lottie-container-width);
	opacity: var(--lottie-container-opacity);
}

.e-lottie__container:hover {
	opacity: var(--lottie-container-opacity-hover);
	-webkit-transition-duration: var(--lottie-container-transition-duration-hover);
	-o-transition-duration: var(--lottie-container-transition-duration-hover);
	transition-duration: var(--lottie-container-transition-duration-hover);
}

.e-lottie__container svg, .e-lottie__container svg * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.e-lottie__caption {
	color: var(--caption-color);
	margin-top: var(--caption-margin-top);
	text-align: var(--caption-text-align);
}

.e-tabs-inner-tabs {
	text-align: left;
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}

.e-tabs-inner-tabs .e-tab-content {
	padding-top: 32px;
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper :after {
	content: "";
	width: 100%;
	height: var(--inner-tabs-border-height, 1px);
	background-color: var(--inner-tabs-border-color, #d5dadf);
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title {
	font-weight: 700;
	min-width: 140px;
	line-height: 38px;
	height: 38px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
	color: #6d7882;
	padding: 0 36px;
	display: block;
	text-align: center;
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active {
	border-color: #495157 #495157 transparent;
	border-left-width: 0;
	border-bottom: 1px solid #495157;
	border-right-width: 0;
	border-top-width: 0;
}

.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active a {
	color: #495157;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
	display: none;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
	display: none;
	padding: 20px;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
	color: #556068;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.e-inner-tab-active {
	display: block;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons {
	margin-top: 24px;
	display: none;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons button {
	display: none;
	font-weight: 500;
	line-height: 24px;
	text-decoration: underline;
	border: none;
	background: transparent;
	padding: 0;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible .e-inner-tab-text {
	overflow: hidden;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button {
	display: none;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible.show-inner-tab-buttons .e-inner-tab-buttons, .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button.show-button {
	display: block;
}

.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.show-full-height div.e-inner-tab-text {
	height: auto;
}

@media (max-width:767px) {
	.e-tabs-inner-tabs > .e-tab-content:first-child {
		padding-top: 24px;
	}
	
	.e-tabs-inner-tabs .e-inner-tabs-wrapper {
		display: none;
	}
	
	.e-tabs-inner-tabs .e-inner-tabs-content-wrapper {
		border: solid #d5dadf;
		border-width: 1px 1px 0;
	}
	
	.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
		border: solid #d5dadf;
		border-width: 0 0 1px;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		height: 38px;
		line-height: 38px;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 0 10px;
		cursor: pointer;
		display: block;
	}
	
	.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
		border: solid #d5dadf;
		border-width: 0 0 1px;
		padding: 20px;
	}
}

.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width:767px) {
	.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.elementor-widget-video-playlist {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}

.elementor-widget-video-playlist .e-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-widget-video-playlist .e-tabs-main-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	height: 434px;
}

.elementor-widget-video-playlist .e-tabs-wrapper {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 33%;
}

.elementor-widget-video-playlist .e-tabs-header {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 16px;
	min-height: 56px;
	border-bottom: 1px solid #d5dadf;
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 0;
	overflow-wrap: anywhere;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: auto 0;
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
	font-size: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-weight: 400;
	line-height: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 18px 0 0;
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
	display: none;
	margin: auto 0 auto 8px;
	cursor: pointer;
	padding: 0 4px;
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button.e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-widget-video-playlist .e-tabs-header .rotate-up {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-widget-video-playlist .e-tabs-header .rotate-down {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
	overflow: auto;
	height: 100%;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
	border-color: #d5dadf;
	font-size: 14px;
	height: 36px;
	padding: 0 16px;
	line-height: 36px;
	margin: 0;
	text-align: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
	background-color: #fff;
	border-color: #d5dadf;
	border-width: 0 0 1px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 55px;
	line-height: 55px;
	outline: none;
	padding: 0 16px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i {
	text-shadow: 0 0 3px #000;
	color: #fff;
	font-size: var(--playlist-item-icon-size, 16px);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
	text-shadow: 0 0 3px #000;
	color: #fff;
	fill: #fff;
	width: var(--playlist-item-icon-size, 16px);
	height: var(--playlist-item-icon-size, 16px);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg path {
	fill: #fff;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover {
	background-color: #f1f3f5;
	border-color: #d5dadf;
	border-width: 0 0 1px;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active i, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover i, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg {
	text-shadow: 0 0 3px #000;
	color: #fff;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg path, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg path {
	fill: #fff;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text {
	font-size: 14px;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-play, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail {
	background-color: #d5dadf;
	position: relative;
	margin: auto 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 75px;
	height: 42px;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img {
	-o-object-fit: fill;
	object-fit: fill;
	width: 75px;
	height: 42px;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail i, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail svg {
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-weight: 900;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text {
	font-size: 14px;
	margin: auto 8px;
	text-align: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
	margin: auto 0;
	vertical-align: middle;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration {
	font-size: 14px;
	margin: auto 0;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-play {
	display: none;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-watched {
	display: block;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top {
	display: none;
	height: 98px;
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
	background: -o-linear-gradient(bottom, transparent 0, #fff 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
	background: linear-gradient(0deg, transparent, #fff);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom {
	display: none;
	height: 98px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: -o-linear-gradient(top, transparent 0, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
	background: linear-gradient(180deg, transparent, #fff);
	pointer-events: none;
}

.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom, .elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top {
	display: block;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%;
	position: relative;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .elementor-custom-embed-image-overlay {
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-mobile-title {
	display: none;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content {
	background-color: #000;
	display: none;
	height: 100%;
	outline: none;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content > div {
	height: 100%;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe {
	height: 100%;
	max-height: 100% !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content video {
	height: 100%;
	background-color: #000;
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-tab-content {
	display: none;
	outline: none;
}

@media (max-width:767px) {
	.elementor-widget-video-playlist .e-tabs-main-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}
	
	.elementor-widget-video-playlist .e-tabs-main-area .e-tabs-content-wrapper {
		border: none;
		height: 38%;
	}
	
	.elementor-widget-video-playlist .e-tabs-wrapper {
		width: auto;
		height: 62%;
	}
	
	.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
		max-height: 248px;
	}
	
	.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items .e-tab-title {
		border: none;
	}
	
	.elementor-widget-video-playlist .e-tabs-header {
		min-height: 48px;
	}
	
	.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
		margin: 0 6px;
		padding: 14px 0 0;
	}
	
	.elementor-widget-video-playlist .e-tab-content {
		border: none;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.elementor-payment-button {
	border: none;
}

.elementor-scrolling-tracker {
	--scrolling-track-default-progress-color: #61ce70;
	--scrolling-track-default-color: #eee;
}

.elementor-scrolling-tracker-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: var(--horizontal-height, 20px);
	padding: var(--tracker-padding);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: var(--horizontal-border-left-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
	border-bottom: var(--horizontal-border-bottom-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
	border-right: var(--horizontal-border-right-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
	border-top: var(--horizontal-border-top-width, 2px) var(--horizontal-border-style) var(--horizontal-border-color);
	border-radius: var(--border-radius);
	background-color: var(--scrolling-track-default-color);
	direction: var(--direction);
}

.elementor-scrolling-tracker-horizontal .current-progress {
	display: none;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-radius: var(--progress-border-radius);
	border-left: var(--horizontal-progress-border-left-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
	border-bottom: var(--horizontal-progress-border-bottom-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
	border-right: var(--horizontal-progress-border-right-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
	border-top: var(--horizontal-progress-border-top-width, 2px) var(--horizontal-progress-border) var(--horizontal-progress-border-color);
	background-color: var(--scrolling-track-default-progress-color);
}

.elementor-scrolling-tracker-horizontal .current-progress .current-progress-percentage {
	inset-inline-end: .5em;
	inset-inline-start: auto;
	position: absolute;
	direction: var(--text-direction);
	color: var(--percentage-color, var(--scrolling-track-precentage-default-color));
}

.elementor-scrolling-tracker-circular {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: var(--circular-width, 100px);
	height: var(--circular-height, 100px);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-margin-end: auto;
	margin-inline-end: auto;
}

.elementor-scrolling-tracker-circular .current-progress-percentage {
	position: absolute;
	color: var(--percentage-color, var(--scrolling-track-precentage-default-color));
}

.elementor-scrolling-tracker-circular svg {
	position: absolute;
}

.elementor-scrolling-tracker-circular .current-progress {
	display: none;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	stroke: var(--circular-color, var(--scrolling-track-default-progress-color));
	fill: transparent;
	stroke-width: var(--circular-progress-width, 4px);
}

.elementor-scrolling-tracker-circular .circle {
	stroke: var(--circular-background-color, var(--scrolling-track-default-color));
	fill: transparent;
	stroke-width: var(--circular-background-width, 4px);
}

.elementor-scrolling-tracker-alignment-left {
	margin-left: 0;
	margin-right: auto;
}

.elementor-scrolling-tracker-alignment-center {
	margin-left: auto;
	margin-right: auto;
}

.elementor-scrolling-tracker-alignment-right {
	margin-left: auto;
	margin-right: 0;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

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

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

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

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

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

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

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

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

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

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

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

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

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

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

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

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

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

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

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

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

.fa-angle-double-left:before {
	content: "";
}

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

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

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

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

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

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

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

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

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

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

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

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

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

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

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

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

.fa-asymmetrik:before {
	content: "";
}

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

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

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

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

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

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

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

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

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

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

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

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

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

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

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

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

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

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

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

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

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

.fa-blind:before {
	content: "";
}

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

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

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

.fa-bolt:before {
	content: "";
}

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

.fa-bone:before {
	content: "";
}

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

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

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

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

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

.fa-bowling-ball:before {
	content: "";
}

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

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

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

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

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

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

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

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

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

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

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

.fa-canadian-maple-leaf:before {
	content: "";
}

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

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

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

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

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

.fa-car-crash:before {
	content: "";
}

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

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

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

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

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

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

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

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

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

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

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

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

.fa-check-double:before {
	content: "";
}

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

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

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

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

.fa-chess-king:before {
	content: "";
}

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

.fa-chess-pawn:before {
	content: "";
}

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

.fa-chess-rook:before {
	content: "";
}

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

.fa-chevron-circle-left:before {
	content: "";
}

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

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

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

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

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

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

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

.fa-clinic-medical:before {
	content: "";
}

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

.fa-clipboard-check:before {
	content: "";
}

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

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

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

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

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

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

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

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

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

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

.fa-comment:before {
	content: "";
}

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

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

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

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

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

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

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

.fa-compress-alt:before {
	content: "";
}

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

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

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

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

.fa-crop-alt:before {
	content: "";
}

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

.fa-crosshairs:before {
	content: "";
}

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

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

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

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

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

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

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

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

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

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

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

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

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

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

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

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

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

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

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

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

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

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

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

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

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

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

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

.fa-etsy:before {
	content: "";
}

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

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

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

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

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

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

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

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

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

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

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

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

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

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

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

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

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

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

.fa-file-medical:before {
	content: "";
}

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

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

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

.fa-file-signature:before {
	content: "";
}

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

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

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

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

.fa-filter:before {
	content: "";
}

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

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

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

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

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

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

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

.fa-fly:before {
	content: "";
}

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

.fa-folder-minus:before {
	content: "";
}

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

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

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

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

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

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

.fa-frown:before {
	content: "";
}

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

.fa-fulcrum:before {
	content: "";
}

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

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

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

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

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

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

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

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

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

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

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

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

.fa-glass-martini:before {
	content: "";
}

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

.fa-glass-whiskey:before {
	content: "";
}

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

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

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

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

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

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

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

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

.fa-grin-tears:before {
	content: "";
}

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

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

.fa-grin-tongue-wink:before {
	content: "";
}

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

.fa-grip-horizontal:before {
	content: "";
}

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

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

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

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

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

.fa-hand-peace:before {
	content: "";
}

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

.fa-hand-point-left:before {
	content: "";
}

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

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

.fa-hand-pointer:before {
	content: "";
}

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

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

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

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

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

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

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

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

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

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

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

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

.fa-head-side-virus:before {
	content: "";
}

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

.fa-headphones:before {
	content: "";
}

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

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

.fa-heart:before {
	content: "";
}

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

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

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

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

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

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

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

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

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

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

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

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

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

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

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

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

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

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

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

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

.fa-ice-cream:before {
	content: "";
}

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

.fa-icons:before {
	content: "";
}

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

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

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

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

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

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

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

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

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

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

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

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

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

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

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

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

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

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

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

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

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

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

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

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

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

.fa-less:before {
	content: "";
}

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

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

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

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

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

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

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

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

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

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

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

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

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

.fa-mailchimp:before {
	content: "";
}

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

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

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

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

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

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

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

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

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

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

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

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

.fa-mendeley:before {
	content: "";
}

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

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

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

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

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

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

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

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

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

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

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

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

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

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

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

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

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

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

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

.fa-moon:before {
	content: "";
}

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

.fa-mosque:before {
	content: "";
}

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

.fa-mountain:before {
	content: "";
}

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

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

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

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

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

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

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

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

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

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

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

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

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

.fa-paint-roller:before {
	content: "";
}

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

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

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

.fa-pastafarianism:before {
	content: "";
}

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

.fa-patreon:before {
	content: "";
}

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

.fa-pause-circle:before {
	content: "";
}

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

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

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

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

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

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

.fa-penny-arcade:before {
	content: "";
}

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

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

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

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

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

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

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

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

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

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

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

.fa-playstation:before {
	content: "";
}

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

.fa-plus:before {
	content: "";
}

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

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

.fa-podcast:before {
	content: "";
}

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

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

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

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

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

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

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

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

.fa-print:before {
	content: "";
}

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

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

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

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

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

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

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

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

.fa-radiation-alt:before {
	content: "";
}

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

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

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

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

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

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

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

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

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

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

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

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

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

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

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

.fa-ruler-vertical:before {
	content: "";
}

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

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

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

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

.fa-scribd:before {
	content: "";
}

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

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

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

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

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

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

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

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

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

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

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

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

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

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

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

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

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

.fa-sistrix:before {
	content: "";
}

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

.fa-sith:before {
	content: "";
}

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

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

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

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

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

.fa-smile-wink:before {
	content: "";
}

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

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

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

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

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

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

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

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

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

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

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

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

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

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

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

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

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

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

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

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

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

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

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

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

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

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

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

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

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

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

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

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

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

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

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

.fa-subway:before {
	content: "";
}

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

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

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

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

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

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

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

.fa-table-tennis:before {
	content: "";
}

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

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

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

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

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

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

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

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

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

.fa-thermometer-full:before {
	content: "";
}

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

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

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

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

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

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

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

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

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

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

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

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

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

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

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

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

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

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

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

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

.fa-uncharted:before {
	content: "";
}

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

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

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

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

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

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

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

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

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

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

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

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

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

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

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

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

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

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

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

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

.fa-users-cog:before {
	content: "";
}

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

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

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

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

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

.fa-venus-double:before {
	content: "";
}

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

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

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

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

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

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

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

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

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

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

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

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

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

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

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

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

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

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

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

.fa-whmcs:before {
	content: "";
}

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

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

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

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

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

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-meetup {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-image {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

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

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-share-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

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

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

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

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-bar-chart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-hand-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-hand-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

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

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

.fa.fa-chain:before {
	content: "";
}

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

.fa.fa-files-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

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

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

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

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

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

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard, .fa.fa-paste {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

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

.fa.fa-github-alt {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-folder-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-smile-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

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

.fa.fa-star-half-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

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

.fa.fa-chain-broken:before {
	content: "";
}

.fa.fa-shield:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ticket:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

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

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

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

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

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

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-vimeo-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-ring {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-bouy:before {
	content: "";
}

.fa.fa-life-buoy {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-buoy:before {
	content: "";
}

.fa.fa-life-saver {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-saver:before {
	content: "";
}

.fa.fa-support {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-support:before {
	content: "";
}

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

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

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

.fa.fa-sliders:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

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

.fa.fa-copyright {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

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

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-meanpath {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-meanpath:before {
	content: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-intersex:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
	content: "";
}

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

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

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

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

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-clone, .fa.fa-hourglass-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

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

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

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

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

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

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

.fa.fa-handshake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-id-badge {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

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

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

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

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

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

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cab:before {
	content: "";
}

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

.slideInUp {
	animation-name: slideInUp;
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px;
}

.elementor-widget-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;
}

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

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

.slideInLeft {
	animation-name: slideInLeft;
}

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

.slideInRight {
	animation-name: slideInRight;
}

.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;
	}
	
	[dir=rtl] .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		flex-direction: row;
	}
	
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	[dir=rtl] .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		flex-direction: row-reverse;
	}
	
	.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-inline: auto !important;
		margin-bottom: 15px;
	}
}

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

: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-widget-image-carousel .swiper {
	position: static;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
	line-height: inherit;
}

.elementor-widget-image-carousel .swiper-slide {
	text-align: center;
}

.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide {
	max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}

.elementor-2620 .elementor-element.elementor-element-6b9fe790:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("https://cumberlandlawatlanta.com/nitropack_static/VdBHMPLORplXEBXYBZtVnxgngQgQYAAe/assets/images/optimized/rev-ade6972/i0.wp.com/cumberlandlawatlanta.com/wp-content/uploads/2025/01/ee8c8a7a89e890b843fb8abebfa7a9cc.Cumberland-Law-Group-LLC-Atlanta-GA-Alex-Mitchell-Managing-Attorney-with-Atlanta-Skyline-min-GT-min-GT.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-background-overlay {
	background-color: #193d66;
	opacity: .9;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-container {
	min-height: 550px;
}

.elementor-2620 .elementor-element.elementor-element-6b9fe790, .elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-background-overlay {
	border-radius: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-6b9fe790 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-bc-flex-widget .elementor-2620 .elementor-element.elementor-element-7b43b75e.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-2620 .elementor-element.elementor-element-7b43b75e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-2620 .elementor-element.elementor-element-7b43b75e > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-2620 .elementor-element.elementor-element-7b43b75e > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-2620 .elementor-element.elementor-element-1e6a1be3 > .elementor-widget-container {
	margin: 0px 0px 20px 0px;
}

.elementor-2620 .elementor-element.elementor-element-1e6a1be3 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-1e6a1be3 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 82px;
	font-weight: 600;
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-475b7989 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-475b7989 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-13ae8b32 > .elementor-widget-container {
	margin: 0px 0px 20px 0px;
}

.elementor-2620 .elementor-element.elementor-element-13ae8b32 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-13ae8b32 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-2620 .elementor-element.elementor-element-2ba13cb9 .elementor-button {
	background-color: #d8802b;
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 600;
	padding: 20px 30px 20px 30px;
}

.elementor-2620 .elementor-element.elementor-element-2ba13cb9 .elementor-button:hover, .elementor-2620 .elementor-element.elementor-element-2ba13cb9 .elementor-button:focus {
	background-color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2ba13cb9 .elementor-button-content-wrapper {
	flex-direction: row-reverse;
}

.elementor-2620 .elementor-element.elementor-element-69bb4a84 {
	--display: flex;
	--min-height: 220px;
	--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-2620 .elementor-element.elementor-element-35f0a55f {
	--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-2620 .elementor-element.elementor-element-62139b7d > .elementor-widget-container {
	padding: 37px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-72e5818d {
	--display: flex;
	--min-height: 0px;
	--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;
	--padding-top: 15px;
	--padding-bottom: 0px;
	--padding-left: 80px;
	--padding-right: 80px;
}

.elementor-2620 .elementor-element.elementor-element-20b0f438 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-5af75ab2 {
	--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-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-2620 .elementor-element.elementor-element-794ced83 > .elementor-widget-container {
	padding: 37px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-74a2cc06 {
	--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-2620 .elementor-element.elementor-element-472011b0 > .elementor-widget-container {
	padding: 37px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-6896ea36 {
	--display: flex;
	--min-height: 220px;
	--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-2620 .elementor-element.elementor-element-34ccd50 {
	--display: grid;
	--e-con-grid-template-columns: repeat(5, 1fr);
	--e-con-grid-template-rows: repeat(1, 1fr);
	--grid-auto-flow: row;
	--align-items: center;
}

.elementor-2620 .elementor-element.elementor-element-10e70daa > .elementor-widget-container {
	padding: 37px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-87edc1c > .elementor-widget-container {
	padding: 34px 34px 34px 34px;
}

.elementor-2620 .elementor-element.elementor-element-475e8883 > .elementor-widget-container {
	padding: 37px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-51b8872e > .elementor-widget-container {
	padding: 37px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-6b7c7c85:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-6b7c7c85 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fcfcfc;
}

.elementor-2620 .elementor-element.elementor-element-6b7c7c85 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-6b7c7c85 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-1bac8162 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-1bac8162 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-1bac8162 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-5f3ba409:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-5f3ba409 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fcfcfc;
}

.elementor-2620 .elementor-element.elementor-element-5f3ba409 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-5f3ba409 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-5320bc1e > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-5320bc1e {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-5320bc1e .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-2620 .elementor-element.elementor-element-950217 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-950217 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-950217 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-950217 .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-4ec2d9ea > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-4ec2d9ea {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-4ec2d9ea .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-343a38b {
	--divider-border-style: solid;
	--divider-color: #193d66;
	--divider-border-width: 1px;
}

.elementor-2620 .elementor-element.elementor-element-343a38b > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-343a38b .elementor-divider-separator {
	width: 120px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-343a38b .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-391f39c > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-391f39c {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-391f39c .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-231bf65d {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-231bf65d > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-231bf65d .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-231bf65d .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-46a747ee > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-46a747ee {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-46a747ee .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-21fc32c5 {
	--divider-border-style: solid;
	--divider-color: #193d66;
	--divider-border-width: 1px;
}

.elementor-2620 .elementor-element.elementor-element-21fc32c5 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-21fc32c5 .elementor-divider-separator {
	width: 120px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-21fc32c5 .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-12f1e5e > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-12f1e5e {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-12f1e5e .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-1ccdf7c8 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-1ccdf7c8 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-1ccdf7c8 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-1ccdf7c8 .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-22514f59 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-22514f59 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-22514f59 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-199d0e3a {
	--divider-border-style: solid;
	--divider-color: #193d66;
	--divider-border-width: 1px;
}

.elementor-2620 .elementor-element.elementor-element-199d0e3a > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-199d0e3a .elementor-divider-separator {
	width: 120px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-199d0e3a .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-34091315 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-34091315 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-34091315 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-355a7709 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-355a7709 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-355a7709 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-355a7709 .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-2f389f8 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-2f389f8 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-2f389f8 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2d99cf9b {
	--divider-border-style: solid;
	--divider-color: #193d66;
	--divider-border-width: 1px;
}

.elementor-2620 .elementor-element.elementor-element-2d99cf9b > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-2d99cf9b .elementor-divider-separator {
	width: 120px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-2d99cf9b .elementor-divider {
	text-align: center;
	padding-block-start: 7px;
	padding-block-end: 7px;
}

.elementor-2620 .elementor-element.elementor-element-6952be30 > .elementor-background-overlay {
	opacity: .95;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-6952be30 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-16b93d47 > .elementor-element-populated > .elementor-background-overlay {
	opacity: 1;
}

.elementor-2620 .elementor-element.elementor-element-16b93d47 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 40px 0px 0px;
	--e-column-margin-right: 40px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-16b93d47 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon {
	font-size: 14px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg.fa-accordion-icon {
	height: 14px;
	width: 14px;
	line-height: 14px;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list .eael-accordion_media-icon i {
	font-size: 14px;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list .eael-accordion_media-icon svg {
	height: 14px;
	width: 14px;
	line-height: 14px;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon, .elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-wrapper .eael-accordion_media-lists .eael-accordion_media-list {
	gap: 10px;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-content .eael-accordion_media-title {
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon-svg svg {
	color: #193d66;
	fill: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg {
	fill: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list .eael-accordion_media-icon {
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .eael-accordion-tab-title, .elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list:not(.active):hover .eael-accordion_media-title {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .fa-accordion-icon {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .fa-accordion-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover svg.fa-accordion-icon {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list:hover .eael-accordion_media-icon i {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list:hover .eael-accordion_media-icon svg {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-accordion-tab-title {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-accordion-icon {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-accordion-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active svg.fa-accordion-icon {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list.active .eael-accordion_media-icon i {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list.active .eael-accordion_media-icon svg {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	color: var(--e-global-color-primary);
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list .eael-accordion_media-content .eael-accordion_media-description {
	color: var(--e-global-color-primary);
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-content, .elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-accordion_media-list .eael-accordion_media-content .eael-accordion_media-description {
	font-size: 16px;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle, .elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header > .fa-toggle-svg {
	font-size: 18px;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg.fa-toggle {
	height: 18px;
	width: 18px;
	line-height: 18px;
	fill: #444;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle {
	color: #444;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-toggle svg {
	color: #444;
	fill: #444;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle svg {
	color: #fff;
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2bd6d6ad .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active svg.fa-toggle {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-489e20 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 0px 0px 40px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 40px;
}

.elementor-2620 .elementor-element.elementor-element-489e20 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-23b65be9 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-7d84ee8f {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-7d84ee8f > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-7d84ee8f .elementor-divider-separator {
	width: 80px;
}

.elementor-2620 .elementor-element.elementor-element-7d84ee8f .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-2620 .elementor-element.elementor-element-5c3be25b {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.elementor-2620 .elementor-element.elementor-element-4406b778 > .elementor-background-overlay {
	opacity: .95;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-4406b778 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 20px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-66d395c2 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin: 0px 0px 0px 40px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 40px;
}

.elementor-2620 .elementor-element.elementor-element-66d395c2 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-194e675c {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.elementor-2620 .elementor-element.elementor-element-7859a1cd:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-7859a1cd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-7859a1cd > .elementor-background-overlay {
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-7859a1cd {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 60px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-1e61d5e > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-5051757c {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-2620 .elementor-element.elementor-element-4c4941f6 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-2620 .elementor-element.elementor-element-bda5a80 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-bda5a80 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-5f337c26 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-5f337c26 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-5f337c26 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-5f337c26 .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-155969c4 {
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.elementor-widget-image-box .elementor-image-box-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-widget-image-box:has(:hover) .elementor-image-box-title, .elementor-widget-image-box:has(:focus) .elementor-image-box-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-image-box .elementor-image-box-description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-2620 .elementor-element.elementor-element-3b3324a5.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-3b3324a5.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-3b3324a5.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-3b3324a5 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-3b3324a5 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-3b3324a5 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-3b3324a5 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-66863ac9.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-66863ac9.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-66863ac9.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-66863ac9 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-66863ac9 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-66863ac9 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-66863ac9 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-225886ba.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-225886ba.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-225886ba.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-225886ba .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-225886ba .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-225886ba .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-225886ba .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-13f020b1.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-13f020b1.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-13f020b1.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-13f020b1 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-13f020b1 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-13f020b1 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-13f020b1 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-13cb4772.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-13cb4772.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-13cb4772.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-13cb4772 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-13cb4772 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-13cb4772 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-13cb4772 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-d5449d2.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-d5449d2.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-d5449d2.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-d5449d2 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-d5449d2 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-d5449d2 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-d5449d2 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-589009ce.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-589009ce.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-589009ce.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-589009ce .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-589009ce .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-589009ce .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-589009ce .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-269a2df3.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-269a2df3.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-269a2df3.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-269a2df3 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-269a2df3 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-269a2df3 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-269a2df3 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-2c4a4f63:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-2c4a4f63 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-2c4a4f63 > .elementor-background-overlay {
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-2c4a4f63 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 60px 10px 60px 10px;
}

.elementor-2620 .elementor-element.elementor-element-7e7e0c6b > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-11511624 > .elementor-widget-container {
	margin: 0px 220px 0px 220px;
}

.elementor-2620 .elementor-element.elementor-element-11511624 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-11511624 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-50627550 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-50627550 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-50627550 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-50627550 .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-33929f4f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2620 .elementor-element.elementor-element-33929f4f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-2620 .elementor-element.elementor-element-33929f4f > .elementor-element-populated {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #ddd;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 60px 60px 60px 60px;
}

.elementor-2620 .elementor-element.elementor-element-33929f4f > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-7bf4fe08 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-7bf4fe08 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-1ab9c496 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-1ab9c496 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-7d8771d7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2620 .elementor-element.elementor-element-7d8771d7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-2620 .elementor-element.elementor-element-7d8771d7 > .elementor-element-populated {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #ddd;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 60px 60px 60px 60px;
}

.elementor-2620 .elementor-element.elementor-element-7d8771d7 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-72b2c766 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-72b2c766 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-20d00690 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-20d00690 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-378400a8:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2620 .elementor-element.elementor-element-378400a8 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-2620 .elementor-element.elementor-element-378400a8 > .elementor-element-populated {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #ddd;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 60px 60px 60px 60px;
}

.elementor-2620 .elementor-element.elementor-element-378400a8 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-1aadf6a9 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-1aadf6a9 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-7500a321 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-7500a321 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-360da5fb:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-2620 .elementor-element.elementor-element-360da5fb > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fafafa;
}

.elementor-2620 .elementor-element.elementor-element-360da5fb > .elementor-element-populated {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #ddd;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 60px 60px 60px 60px;
}

.elementor-2620 .elementor-element.elementor-element-360da5fb > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-589b77b7 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-589b77b7 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-273866f7 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-273866f7 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-335a031b:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-335a031b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #f7f7f7;
	background-image: url("https://cumberlandlawatlanta.com/nitropack_static/VdBHMPLORplXEBXYBZtVnxgngQgQYAAe/assets/images/optimized/rev-ade6972/i0.wp.com/cumberlandlawatlanta.com/wp-content/uploads/2023/11/ded3b59b61c403936a22d76d78fb5bd8.practice-bg.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-2620 .elementor-element.elementor-element-335a031b:not(.elementor-motion-effects-element-type-background).nitro-lazy, .elementor-2620 .elementor-element.elementor-element-335a031b > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
	background-image: none !important;
}

.elementor-2620 .elementor-element.elementor-element-335a031b > .elementor-background-overlay {
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-335a031b {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 80px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-62caa75f > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-617e027e {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-617e027e .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-7064d6ab {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-7064d6ab > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-7064d6ab .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-7064d6ab .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-434bbbad > .elementor-widget-container {
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(207.4, 207.4, 207.4, .5);
}

.elementor-2620 .elementor-element.elementor-element-434bbbad .elementor-wrapper {
	--video-aspect-ratio: 1.77777;
}

.elementor-2620 .elementor-element.elementor-element-16bf3b88 > .elementor-widget-container {
	margin: 30px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-16bf3b88 {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.elementor-2620 .elementor-element.elementor-element-266a4663:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-266a4663 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-266a4663 > .elementor-background-overlay {
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-266a4663 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 80px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-4470215f > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-238c200d {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-2620 .elementor-element.elementor-element-51ef0d40 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-2620 .elementor-element.elementor-element-7ef75a07 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-7ef75a07 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-4eafbea6 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-4eafbea6 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-4eafbea6 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-4eafbea6 .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-7247e9fd:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-7247e9fd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-7247e9fd > .elementor-background-overlay {
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-7247e9fd {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 60px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-6d85f8ce > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-3bd5c2a7 > .elementor-widget-container {
	margin: 0px 220px 0px 220px;
}

.elementor-2620 .elementor-element.elementor-element-3bd5c2a7 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-3bd5c2a7 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 60px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-20f3a2a9 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-20f3a2a9 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-20f3a2a9 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-20f3a2a9 .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-61bd894b > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-2620 .elementor-element.elementor-element-61bd894b > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-298dc25a.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-298dc25a.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-298dc25a.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-298dc25a .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-298dc25a .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-298dc25a .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-298dc25a .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-7a42600e > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-2620 .elementor-element.elementor-element-7a42600e > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-64bb719b.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-64bb719b.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-64bb719b.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-64bb719b .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-64bb719b .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-64bb719b .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-64bb719b .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-16635cf0 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-2620 .elementor-element.elementor-element-16635cf0 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-1986a7a4.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-1986a7a4.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-1986a7a4.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-1986a7a4 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-1986a7a4 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-1986a7a4 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-1986a7a4 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-a10d55d > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-2620 .elementor-element.elementor-element-a10d55d > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-6f961ed4.elementor-position-right .elementor-image-box-img {
	margin-left: 30px;
}

.elementor-2620 .elementor-element.elementor-element-6f961ed4.elementor-position-left .elementor-image-box-img {
	margin-right: 30px;
}

.elementor-2620 .elementor-element.elementor-element-6f961ed4.elementor-position-top .elementor-image-box-img {
	margin-bottom: 30px;
}

.elementor-2620 .elementor-element.elementor-element-6f961ed4 .elementor-image-box-wrapper .elementor-image-box-img {
	width: 30%;
}

.elementor-2620 .elementor-element.elementor-element-6f961ed4 .elementor-image-box-img img {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #d8802b;
	border-radius: 100px;
	transition-duration: .3s;
}

.elementor-2620 .elementor-element.elementor-element-6f961ed4 .elementor-image-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-6f961ed4 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7a7a7a;
}

.elementor-2620 .elementor-element.elementor-element-27e8bb67:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-27e8bb67 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("https://cumberlandlawatlanta.com/nitropack_static/VdBHMPLORplXEBXYBZtVnxgngQgQYAAe/assets/images/optimized/rev-ade6972/i0.wp.com/cumberlandlawatlanta.com/wp-content/uploads/2023/11/33ca7baf4c1a7997c7627dcf286a9dc9.testimonial-bg-scaled-2.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-2620 .elementor-element.elementor-element-27e8bb67:not(.elementor-motion-effects-element-type-background).nitro-lazy, .elementor-2620 .elementor-element.elementor-element-27e8bb67 > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
	background-image: none !important;
}

.elementor-2620 .elementor-element.elementor-element-27e8bb67 > .elementor-background-overlay {
	background-color: #f7f7f7;
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-27e8bb67 > .elementor-container {
	min-height: 300px;
}

.elementor-2620 .elementor-element.elementor-element-27e8bb67 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 80px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-66f33ea0 > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-34b16c85 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-34b16c85 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-7395a4ea {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-7395a4ea > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-7395a4ea .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-7395a4ea .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-2c0be735 > .elementor-widget-container {
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 0px 10px 0px rgba(207.4, 207.4, 207.4, .5);
}

.elementor-2620 .elementor-element.elementor-element-2c0be735 .elementor-wrapper {
	--video-aspect-ratio: 1.77777;
}

.elementor-2620 .elementor-element.elementor-element-285edd53 .elementor-swiper-button.elementor-swiper-button-prev, .elementor-2620 .elementor-element.elementor-element-285edd53 .elementor-swiper-button.elementor-swiper-button-next {
	font-size: 36px;
	color: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-285edd53 .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-2620 .elementor-element.elementor-element-285edd53 .elementor-swiper-button.elementor-swiper-button-next svg {
	fill: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-285edd53 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #193d66;
	opacity: 1;
}

.elementor-2620 .elementor-element.elementor-element-285edd53 .swiper-pagination-bullet {
	background: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-285edd53 .elementor-image-carousel-caption {
	text-align: center;
	color: #193d66;
	font-family: "Montserrat", Sans-serif;
}

.elementor-2620 .elementor-element.elementor-element-78e337:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-78e337 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-78e337 > .elementor-background-overlay {
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-78e337 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 80px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-663361a9 > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-642bea86 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-2620 .elementor-element.elementor-element-1eda9368 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-2620 .elementor-element.elementor-element-66c4eb40 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-66c4eb40 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-79dc2164 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-79dc2164 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-79dc2164 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-79dc2164 .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-5d65fbdc > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-5d65fbdc {
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header, .elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-wrapper .eael-accordion_media-list {
	background-color: #f7f7f7;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title, .elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-wrapper .eael-accordion_media-list .eael-accordion_media-content .eael-accordion_media-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon {
	font-size: 16px;
	color: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg.fa-accordion-icon {
	height: 16px;
	width: 16px;
	line-height: 16px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list .eael-accordion_media-icon i {
	font-size: 16px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list .eael-accordion_media-icon svg {
	height: 16px;
	width: 16px;
	line-height: 16px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon, .elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-wrapper .eael-accordion_media-lists .eael-accordion_media-list {
	gap: 10px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list {
	margin-bottom: 10px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	padding: 15px 15px 15px 15px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-wrapper .eael-accordion_media-lists .eael-accordion_media-title {
	padding: 15px 15px 15px 15px;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-content .eael-accordion_media-title {
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon-svg svg {
	color: #d8802b;
	fill: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header svg {
	fill: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list .eael-accordion_media-icon {
	color: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .eael-accordion-tab-title, .elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list:not(.active):hover .eael-accordion_media-title {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .fa-accordion-icon {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .fa-accordion-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover svg.fa-accordion-icon {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list:hover .eael-accordion_media-icon i {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list:hover .eael-accordion_media-icon svg {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-accordion-tab-title {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-accordion-icon {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-accordion-icon svg {
	color: #fff;
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active svg.fa-accordion-icon {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list.active .eael-accordion_media-icon i {
	color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list.active .eael-accordion_media-icon svg {
	fill: #fff;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	color: #777;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list .eael-accordion_media-content .eael-accordion_media-description {
	color: #777;
}

.elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-adv-accordion .eael-accordion-list .eael-accordion-content, .elementor-2620 .elementor-element.elementor-element-262ebff0 .eael-accordion_media-list .eael-accordion_media-content .eael-accordion_media-description {
	font-family: "Montserrat", Sans-serif;
	font-weight: 400;
}

.elementor-2620 .elementor-element.elementor-element-f8172d9 > .elementor-background-overlay {
	background-color: #f7f7f7;
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-f8172d9 > .elementor-container {
	min-height: 300px;
}

.elementor-2620 .elementor-element.elementor-element-f8172d9 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 80px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-54dc4e11 > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-2620 .elementor-element.elementor-element-56b106bf {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-56b106bf .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-75150ec4 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-75150ec4 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-75150ec4 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-75150ec4 .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-3b7ec052 {
	text-align: center;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-2620 .elementor-element.elementor-element-6d6cba2f {
	--e-image-carousel-slides-to-show: 3;
}

.elementor-2620 .elementor-element.elementor-element-6d6cba2f .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: #193d66;
	opacity: 1;
}

.elementor-2620 .elementor-element.elementor-element-6d6cba2f .swiper-pagination-bullet {
	background: #d8802b;
}

.elementor-2620 .elementor-element.elementor-element-6d6cba2f .elementor-image-carousel-caption {
	text-align: center;
	color: #193d66;
	font-family: "Montserrat", Sans-serif;
}

.elementor-2620 .elementor-element.elementor-element-254c78e5:not(.elementor-motion-effects-element-type-background), .elementor-2620 .elementor-element.elementor-element-254c78e5 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-2620 .elementor-element.elementor-element-254c78e5 > .elementor-background-overlay {
	opacity: .6;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-2620 .elementor-element.elementor-element-254c78e5 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 80px 10px 80px 10px;
}

.elementor-2620 .elementor-element.elementor-element-58959d0c > .elementor-element-populated {
	margin: 0% 6% 0% 1%;
	--e-column-margin-right: 6%;
	--e-column-margin-left: 1%;
}

.elementor-2620 .elementor-element.elementor-element-44cde386 {
	text-align: center;
}

.elementor-2620 .elementor-element.elementor-element-44cde386 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 52px;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-b3078e9 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-2620 .elementor-element.elementor-element-b3078e9 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-2620 .elementor-element.elementor-element-b3078e9 .elementor-divider-separator {
	width: 80px;
	margin: 0 auto;
	margin-center: 0;
}

.elementor-2620 .elementor-element.elementor-element-b3078e9 .elementor-divider {
	text-align: center;
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-2620 .elementor-element.elementor-element-6b4757ad {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-2620 .elementor-element.elementor-element-9cea042 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-2620 .elementor-element.elementor-element-1519646a .elementor-image-box-wrapper {
	text-align: start;
}

.elementor-2620 .elementor-element.elementor-element-1519646a .elementor-image-box-title {
	margin-bottom: 15px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-1519646a .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
}

.elementor-2620 .elementor-element.elementor-element-7d98264e .elementor-image-box-wrapper {
	text-align: start;
}

.elementor-2620 .elementor-element.elementor-element-7d98264e .elementor-image-box-title {
	margin-bottom: 15px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-7d98264e .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
}

.elementor-2620 .elementor-element.elementor-element-64922473 .elementor-image-box-wrapper {
	text-align: start;
}

.elementor-2620 .elementor-element.elementor-element-64922473 .elementor-image-box-title {
	margin-bottom: 15px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-64922473 .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
}

.elementor-2620 .elementor-element.elementor-element-4d264bfa .elementor-image-box-wrapper {
	text-align: start;
}

.elementor-2620 .elementor-element.elementor-element-4d264bfa .elementor-image-box-title {
	margin-bottom: 15px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	color: #193d66;
}

.elementor-2620 .elementor-element.elementor-element-4d264bfa .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4a4a4a;
}

:root {
	--page-title-display: none;
}

@media (min-width:768px) {
	.elementor-2620 .elementor-element.elementor-element-35f0a55f {
		--width: 25%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-72e5818d {
		--width: 25%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-5af75ab2 {
		--width: 25%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-74a2cc06 {
		--width: 25%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-16b93d47 {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-489e20 {
		width: 50%;
	}
}

@media (max-width:1024px) {
	.elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-container {
		min-height: 440px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-background-overlay {
		opacity: .8;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6b9fe790 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 10px 10px 10px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1e6a1be3 .elementor-heading-title {
		font-size: 55px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-475b7989 .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-13ae8b32 .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-2ba13cb9 .elementor-button {
		font-size: 20px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-20b0f438 > .elementor-widget-container {
		padding: 10px 40px 0px 40px;
	}
	
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-2620 .elementor-element.elementor-element-34ccd50 {
		--grid-auto-flow: row;
	}
	
	.elementor-2620 .elementor-element.elementor-element-87edc1c > .elementor-widget-container {
		padding: 10px 40px 0px 40px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1bac8162 .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-5320bc1e .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4ec2d9ea .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-391f39c .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-46a747ee .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-12f1e5e .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-22514f59 .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-34091315 .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-2f389f8 .elementor-heading-title {
		font-size: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6952be30 {
		padding: 60px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-16b93d47 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-489e20 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 2% 2% 2% 2%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-23b65be9 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-2620 .elementor-element.elementor-element-4406b778 {
		padding: 60px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66d395c2 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 2% 2% 2% 2%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7859a1cd {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-5051757c {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 20px 20px 0px 20px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4c4941f6 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-bda5a80 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-widget-image-box .elementor-image-box-description {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-2620 .elementor-element.elementor-element-2c4a4f63 {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 0px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-11511624 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-11511624 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-33929f4f > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7d8771d7 > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-378400a8 > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-360da5fb > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-335a031b {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-617e027e .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-266a4663 {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 20px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4470215f > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-238c200d {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 20px 20px 0px 20px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-51ef0d40 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7ef75a07 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7247e9fd {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-3bd5c2a7 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-3bd5c2a7 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-61bd894b > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7a42600e > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-16635cf0 > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-a10d55d > .elementor-element-populated {
		padding: 30px 30px 30px 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-27e8bb67 {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66f33ea0 > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-34b16c85 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-78e337 {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 20px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-642bea86 {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 20px 20px 0px 20px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1eda9368 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66c4eb40 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-f8172d9 {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 60px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-54dc4e11 > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-56b106bf .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6d6cba2f {
		--e-image-carousel-slides-to-show: 2;
	}
	
	.elementor-2620 .elementor-element.elementor-element-254c78e5 {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 60px 10px 20px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-58959d0c > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-44cde386 .elementor-heading-title {
		font-size: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6b4757ad {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 20px 20px 0px 20px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-9cea042 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
}

@media (max-width:767px) {
	.elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-container {
		min-height: 374px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6b9fe790, .elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-background-overlay {
		border-radius: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1e6a1be3 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1e6a1be3 .elementor-heading-title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-475b7989 .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-13ae8b32 > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-13ae8b32 .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-2ba13cb9 .elementor-button {
		font-size: 17px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-72e5818d {
		--min-height: 255px;
		--justify-content: space-between;
		--padding-top: 10px;
		--padding-bottom: 10px;
		--padding-left: 40px;
		--padding-right: 40px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-20b0f438 > .elementor-widget-container {
		padding: 10px 40px 10px 40px;
	}
	
	.elementor-widget-image .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-2620 .elementor-element.elementor-element-794ced83 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-34ccd50 {
		--e-con-grid-template-columns: repeat(1, 1fr);
		--grid-auto-flow: row;
	}
	
	.elementor-2620 .elementor-element.elementor-element-87edc1c > .elementor-widget-container {
		padding: 40px 40px 40px 40px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-87edc1c.elementor-element {
		--align-self: center;
		--flex-grow: 0;
		--flex-shrink: 0;
	}
	
	.elementor-2620 .elementor-element.elementor-element-475e8883 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1bac8162 > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1bac8162 .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-5320bc1e > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-5320bc1e .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4ec2d9ea > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4ec2d9ea .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-391f39c > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-391f39c .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-46a747ee > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-46a747ee .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-12f1e5e > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-12f1e5e .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-22514f59 > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-22514f59 .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-34091315 > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-34091315 .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-2f389f8 > .elementor-widget-container {
		margin: -8px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-2f389f8 .elementor-heading-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6952be30 {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-16b93d47 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-489e20 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 40px 15px 30px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-23b65be9 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-2620 .elementor-element.elementor-element-4406b778 {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66d395c2 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 40px 15px 30px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7859a1cd {
		padding: 0px 10px 40px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1e61d5e > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-bda5a80 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-c17595f {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-widget-image-box .elementor-image-box-description {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-2620 .elementor-element.elementor-element-3b3324a5 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66863ac9 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-225886ba .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-13f020b1 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-13cb4772 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-d5449d2 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-589009ce .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-269a2df3 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-2c4a4f63 {
		padding: 40px 10px 0px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7e7e0c6b > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-11511624 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-11511624 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-33929f4f > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7d8771d7 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-378400a8 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-360da5fb > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-335a031b {
		padding: 40px 10px 40px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-62caa75f > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-617e027e .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-266a4663 {
		padding: 40px 10px 40px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4470215f > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-238c200d {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7ef75a07 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7247e9fd {
		padding: 40px 10px 40px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6d85f8ce > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-3bd5c2a7 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-3bd5c2a7 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-61bd894b > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-298dc25a .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7a42600e > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-64bb719b .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-16635cf0 > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1986a7a4 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-a10d55d > .elementor-element-populated {
		padding: 15px 15px 15px 15px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6f961ed4 .elementor-image-box-img {
		margin-bottom: 30px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-27e8bb67 {
		padding: 40px 10px 40px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66f33ea0 > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-34b16c85 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-78e337 {
		padding: 20px 0px 40px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-663361a9 > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-642bea86 {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66c4eb40 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-f8172d9 {
		padding: 40px 10px 40px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-54dc4e11 > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-56b106bf .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-254c78e5 {
		padding: 40px 10px 30px 10px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-58959d0c > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-44cde386 .elementor-heading-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6b4757ad {
		padding: 0px 0px 0px 0px;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.elementor-2620 .elementor-element.elementor-element-7b43b75e {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-16b93d47 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-489e20 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66d395c2 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1e61d5e {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4c4941f6 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-37bc6cd1 {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6d23c46b {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-484bc5b4 {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-47a3d27f {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-61d708cc {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-11e10b {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7371ac63 {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-5270155a {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7e7e0c6b {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-33929f4f {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7d8771d7 {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-378400a8 {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-360da5fb {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-62caa75f {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-4470215f {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-51ef0d40 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-6d85f8ce {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-61bd894b {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-7a42600e {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-16635cf0 {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-a10d55d {
		width: 50%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-66f33ea0 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-663361a9 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-1eda9368 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-54dc4e11 {
		width: 100%;
	}
	
	.elementor-2620 .elementor-element.elementor-element-58959d0c {
		width: 100%;
	}
}

.elementor-2620 .elementor-element.elementor-element-6b9fe790:not(.elementor-motion-effects-element-type-background).nitro-lazy, .elementor-2620 .elementor-element.elementor-element-6b9fe790 > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
	background-image: none !important;
}

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

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

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
	content: var(--fa);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-mars-stroke {
	--fa: "";
}

.fa-vial {
	--fa: "";
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
	--fa: "";
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
	--fa: "";
}

.fa-e {
	--fa: "E";
}

.fa-pen-alt, .fa-pen-clip {
	--fa: "";
}

.fa-bridge-circle-exclamation {
	--fa: "";
}

.fa-user {
	--fa: "";
}

.fa-school-circle-check {
	--fa: "";
}

.fa-dumpster {
	--fa: "";
}

.fa-shuttle-van, .fa-van-shuttle {
	--fa: "";
}

.fa-building-user {
	--fa: "";
}

.fa-caret-square-left, .fa-square-caret-left {
	--fa: "";
}

.fa-highlighter {
	--fa: "";
}

.fa-key {
	--fa: "";
}

.fa-bullhorn {
	--fa: "";
}

.fa-globe {
	--fa: "";
}

.fa-synagogue {
	--fa: "";
}

.fa-person-half-dress {
	--fa: "";
}

.fa-road-bridge {
	--fa: "";
}

.fa-location-arrow {
	--fa: "";
}

.fa-c {
	--fa: "C";
}

.fa-tablet-button {
	--fa: "";
}

.fa-building-lock {
	--fa: "";
}

.fa-pizza-slice {
	--fa: "";
}

.fa-money-bill-wave {
	--fa: "";
}

.fa-area-chart, .fa-chart-area {
	--fa: "";
}

.fa-house-flag {
	--fa: "";
}

.fa-person-circle-minus {
	--fa: "";
}

.fa-ban, .fa-cancel {
	--fa: "";
}

.fa-camera-rotate {
	--fa: "";
}

.fa-air-freshener, .fa-spray-can-sparkles {
	--fa: "";
}

.fa-star {
	--fa: "";
}

.fa-repeat {
	--fa: "";
}

.fa-cross {
	--fa: "";
}

.fa-box {
	--fa: "";
}

.fa-venus-mars {
	--fa: "";
}

.fa-arrow-pointer, .fa-mouse-pointer {
	--fa: "";
}

.fa-expand-arrows-alt, .fa-maximize {
	--fa: "";
}

.fa-charging-station {
	--fa: "";
}

.fa-shapes, .fa-triangle-circle-square {
	--fa: "";
}

.fa-random, .fa-shuffle {
	--fa: "";
}

.fa-person-running, .fa-running {
	--fa: "";
}

.fa-mobile-retro {
	--fa: "";
}

.fa-grip-lines-vertical {
	--fa: "";
}

.fa-spider {
	--fa: "";
}

.fa-hands-bound {
	--fa: "";
}

.fa-file-invoice-dollar {
	--fa: "";
}

.fa-plane-circle-exclamation {
	--fa: "";
}

.fa-x-ray {
	--fa: "";
}

.fa-spell-check {
	--fa: "";
}

.fa-slash {
	--fa: "";
}

.fa-computer-mouse, .fa-mouse {
	--fa: "";
}

.fa-arrow-right-to-bracket, .fa-sign-in {
	--fa: "";
}

.fa-shop-slash, .fa-store-alt-slash {
	--fa: "";
}

.fa-server {
	--fa: "";
}

.fa-virus-covid-slash {
	--fa: "";
}

.fa-shop-lock {
	--fa: "";
}

.fa-hourglass-1, .fa-hourglass-start {
	--fa: "";
}

.fa-blender-phone {
	--fa: "";
}

.fa-building-wheat {
	--fa: "";
}

.fa-person-breastfeeding {
	--fa: "";
}

.fa-right-to-bracket, .fa-sign-in-alt {
	--fa: "";
}

.fa-venus {
	--fa: "";
}

.fa-passport {
	--fa: "";
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
	--fa: "";
}

.fa-heart-pulse, .fa-heartbeat {
	--fa: "";
}

.fa-people-carry, .fa-people-carry-box {
	--fa: "";
}

.fa-temperature-high {
	--fa: "";
}

.fa-microchip {
	--fa: "";
}

.fa-crown {
	--fa: "";
}

.fa-weight-hanging {
	--fa: "";
}

.fa-xmarks-lines {
	--fa: "";
}

.fa-file-prescription {
	--fa: "";
}

.fa-weight, .fa-weight-scale {
	--fa: "";
}

.fa-user-friends, .fa-user-group {
	--fa: "";
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
	--fa: "";
}

.fa-chess-knight {
	--fa: "";
}

.fa-face-laugh-squint, .fa-laugh-squint {
	--fa: "";
}

.fa-wheelchair {
	--fa: "";
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
	--fa: "";
}

.fa-toggle-on {
	--fa: "";
}

.fa-person-walking, .fa-walking {
	--fa: "";
}

.fa-l {
	--fa: "L";
}

.fa-fire {
	--fa: "";
}

.fa-bed-pulse, .fa-procedures {
	--fa: "";
}

.fa-shuttle-space, .fa-space-shuttle {
	--fa: "";
}

.fa-face-laugh, .fa-laugh {
	--fa: "";
}

.fa-folder-open {
	--fa: "";
}

.fa-heart-circle-plus {
	--fa: "";
}

.fa-code-fork {
	--fa: "";
}

.fa-city {
	--fa: "";
}

.fa-microphone-alt, .fa-microphone-lines {
	--fa: "";
}

.fa-pepper-hot {
	--fa: "";
}

.fa-unlock {
	--fa: "";
}

.fa-colon-sign {
	--fa: "";
}

.fa-headset {
	--fa: "";
}

.fa-store-slash {
	--fa: "";
}

.fa-road-circle-xmark {
	--fa: "";
}

.fa-user-minus {
	--fa: "";
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
	--fa: "";
}

.fa-champagne-glasses, .fa-glass-cheers {
	--fa: "";
}

.fa-clipboard {
	--fa: "";
}

.fa-house-circle-exclamation {
	--fa: "";
}

.fa-file-arrow-up, .fa-file-upload {
	--fa: "";
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
	--fa: "";
}

.fa-bath, .fa-bathtub {
	--fa: "";
}

.fa-underline {
	--fa: "";
}

.fa-user-edit, .fa-user-pen {
	--fa: "";
}

.fa-signature {
	--fa: "";
}

.fa-stroopwafel {
	--fa: "";
}

.fa-bold {
	--fa: "";
}

.fa-anchor-lock {
	--fa: "";
}

.fa-building-ngo {
	--fa: "";
}

.fa-manat-sign {
	--fa: "";
}

.fa-not-equal {
	--fa: "";
}

.fa-border-style, .fa-border-top-left {
	--fa: "";
}

.fa-map-location-dot, .fa-map-marked-alt {
	--fa: "";
}

.fa-jedi {
	--fa: "";
}

.fa-poll, .fa-square-poll-vertical {
	--fa: "";
}

.fa-mug-hot {
	--fa: "";
}

.fa-battery-car, .fa-car-battery {
	--fa: "";
}

.fa-gift {
	--fa: "";
}

.fa-dice-two {
	--fa: "";
}

.fa-chess-queen {
	--fa: "";
}

.fa-glasses {
	--fa: "";
}

.fa-chess-board {
	--fa: "";
}

.fa-building-circle-check {
	--fa: "";
}

.fa-person-chalkboard {
	--fa: "";
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
	--fa: "";
}

.fa-hand-back-fist, .fa-hand-rock {
	--fa: "";
}

.fa-caret-square-up, .fa-square-caret-up {
	--fa: "";
}

.fa-cloud-showers-water {
	--fa: "";
}

.fa-bar-chart, .fa-chart-bar {
	--fa: "";
}

.fa-hands-bubbles, .fa-hands-wash {
	--fa: "";
}

.fa-less-than-equal {
	--fa: "";
}

.fa-train {
	--fa: "";
}

.fa-eye-low-vision, .fa-low-vision {
	--fa: "";
}

.fa-crow {
	--fa: "";
}

.fa-sailboat {
	--fa: "";
}

.fa-window-restore {
	--fa: "";
}

.fa-plus-square, .fa-square-plus {
	--fa: "";
}

.fa-torii-gate {
	--fa: "";
}

.fa-frog {
	--fa: "";
}

.fa-bucket {
	--fa: "";
}

.fa-image {
	--fa: "";
}

.fa-microphone {
	--fa: "";
}

.fa-cow {
	--fa: "";
}

.fa-caret-up {
	--fa: "";
}

.fa-screwdriver {
	--fa: "";
}

.fa-folder-closed {
	--fa: "";
}

.fa-house-tsunami {
	--fa: "";
}

.fa-square-nfi {
	--fa: "";
}

.fa-arrow-up-from-ground-water {
	--fa: "";
}

.fa-glass-martini-alt, .fa-martini-glass {
	--fa: "";
}

.fa-square-binary {
	--fa: "";
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
	--fa: "";
}

.fa-columns, .fa-table-columns {
	--fa: "";
}

.fa-lemon {
	--fa: "";
}

.fa-head-side-mask {
	--fa: "";
}

.fa-handshake {
	--fa: "";
}

.fa-gem {
	--fa: "";
}

.fa-dolly, .fa-dolly-box {
	--fa: "";
}

.fa-smoking {
	--fa: "";
}

.fa-compress-arrows-alt, .fa-minimize {
	--fa: "";
}

.fa-monument {
	--fa: "";
}

.fa-snowplow {
	--fa: "";
}

.fa-angle-double-right, .fa-angles-right {
	--fa: "";
}

.fa-cannabis {
	--fa: "";
}

.fa-circle-play, .fa-play-circle {
	--fa: "";
}

.fa-tablets {
	--fa: "";
}

.fa-ethernet {
	--fa: "";
}

.fa-eur, .fa-euro, .fa-euro-sign {
	--fa: "";
}

.fa-chair {
	--fa: "";
}

.fa-check-circle, .fa-circle-check {
	--fa: "";
}

.fa-circle-stop, .fa-stop-circle {
	--fa: "";
}

.fa-compass-drafting, .fa-drafting-compass {
	--fa: "";
}

.fa-plate-wheat {
	--fa: "";
}

.fa-icicles {
	--fa: "";
}

.fa-person-shelter {
	--fa: "";
}

.fa-neuter {
	--fa: "";
}

.fa-id-badge {
	--fa: "";
}

.fa-marker {
	--fa: "";
}

.fa-face-laugh-beam, .fa-laugh-beam {
	--fa: "";
}

.fa-helicopter-symbol {
	--fa: "";
}

.fa-universal-access {
	--fa: "";
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
	--fa: "";
}

.fa-lari-sign {
	--fa: "";
}

.fa-volcano {
	--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
	--fa: "";
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
	--fa: "";
}

.fa-viruses {
	--fa: "";
}

.fa-square-person-confined {
	--fa: "";
}

.fa-user-tie {
	--fa: "";
}

.fa-arrow-down-long, .fa-long-arrow-down {
	--fa: "";
}

.fa-tent-arrow-down-to-line {
	--fa: "";
}

.fa-certificate {
	--fa: "";
}

.fa-mail-reply-all, .fa-reply-all {
	--fa: "";
}

.fa-suitcase {
	--fa: "";
}

.fa-person-skating, .fa-skating {
	--fa: "";
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
	--fa: "";
}

.fa-camera-retro {
	--fa: "";
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
	--fa: "";
}

.fa-arrow-right-to-file, .fa-file-import {
	--fa: "";
}

.fa-external-link-square, .fa-square-arrow-up-right {
	--fa: "";
}

.fa-box-open {
	--fa: "";
}

.fa-scroll {
	--fa: "";
}

.fa-spa {
	--fa: "";
}

.fa-location-pin-lock {
	--fa: "";
}

.fa-pause {
	--fa: "";
}

.fa-hill-avalanche {
	--fa: "";
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
	--fa: "";
}

.fa-bomb {
	--fa: "";
}

.fa-registered {
	--fa: "";
}

.fa-address-card, .fa-contact-card, .fa-vcard {
	--fa: "";
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
	--fa: "";
}

.fa-subscript {
	--fa: "";
}

.fa-diamond-turn-right, .fa-directions {
	--fa: "";
}

.fa-burst {
	--fa: "";
}

.fa-house-laptop, .fa-laptop-house {
	--fa: "";
}

.fa-face-tired, .fa-tired {
	--fa: "";
}

.fa-money-bills {
	--fa: "";
}

.fa-smog {
	--fa: "";
}

.fa-crutch {
	--fa: "";
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
	--fa: "";
}

.fa-palette {
	--fa: "";
}

.fa-arrows-turn-right {
	--fa: "";
}

.fa-vest {
	--fa: "";
}

.fa-ferry {
	--fa: "";
}

.fa-arrows-down-to-people {
	--fa: "";
}

.fa-seedling, .fa-sprout {
	--fa: "";
}

.fa-arrows-alt-h, .fa-left-right {
	--fa: "";
}

.fa-boxes-packing {
	--fa: "";
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
	--fa: "";
}

.fa-group-arrows-rotate {
	--fa: "";
}

.fa-bowl-food {
	--fa: "";
}

.fa-candy-cane {
	--fa: "";
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
	--fa: "";
}

.fa-cloud-bolt, .fa-thunderstorm {
	--fa: "";
}

.fa-remove-format, .fa-text-slash {
	--fa: "";
}

.fa-face-smile-wink, .fa-smile-wink {
	--fa: "";
}

.fa-file-word {
	--fa: "";
}

.fa-file-powerpoint {
	--fa: "";
}

.fa-arrows-h, .fa-arrows-left-right {
	--fa: "";
}

.fa-house-lock {
	--fa: "";
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
	--fa: "";
}

.fa-children {
	--fa: "";
}

.fa-blackboard, .fa-chalkboard {
	--fa: "";
}

.fa-user-alt-slash, .fa-user-large-slash {
	--fa: "";
}

.fa-envelope-open {
	--fa: "";
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash {
	--fa: "";
}

.fa-mattress-pillow {
	--fa: "";
}

.fa-guarani-sign {
	--fa: "";
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
	--fa: "";
}

.fa-fire-extinguisher {
	--fa: "";
}

.fa-cruzeiro-sign {
	--fa: "";
}

.fa-greater-than-equal {
	--fa: "";
}

.fa-shield-alt, .fa-shield-halved {
	--fa: "";
}

.fa-atlas, .fa-book-atlas {
	--fa: "";
}

.fa-virus {
	--fa: "";
}

.fa-envelope-circle-check {
	--fa: "";
}

.fa-layer-group {
	--fa: "";
}

.fa-arrows-to-dot {
	--fa: "";
}

.fa-archway {
	--fa: "";
}

.fa-heart-circle-check {
	--fa: "";
}

.fa-house-chimney-crack, .fa-house-damage {
	--fa: "";
}

.fa-file-archive, .fa-file-zipper {
	--fa: "";
}

.fa-square {
	--fa: "";
}

.fa-glass-martini, .fa-martini-glass-empty {
	--fa: "";
}

.fa-couch {
	--fa: "";
}

.fa-cedi-sign {
	--fa: "";
}

.fa-italic {
	--fa: "";
}

.fa-table-cells-column-lock {
	--fa: "";
}

.fa-church {
	--fa: "";
}

.fa-comments-dollar {
	--fa: "";
}

.fa-democrat {
	--fa: "";
}

.fa-z {
	--fa: "Z";
}

.fa-person-skiing, .fa-skiing {
	--fa: "";
}

.fa-road-lock {
	--fa: "";
}

.fa-a {
	--fa: "A";
}

.fa-temperature-arrow-down, .fa-temperature-down {
	--fa: "";
}

.fa-feather-alt, .fa-feather-pointed {
	--fa: "";
}

.fa-p {
	--fa: "P";
}

.fa-snowflake {
	--fa: "";
}

.fa-newspaper {
	--fa: "";
}

.fa-ad, .fa-rectangle-ad {
	--fa: "";
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
	--fa: "";
}

.fa-filter-circle-xmark {
	--fa: "";
}

.fa-locust {
	--fa: "";
}

.fa-sort, .fa-unsorted {
	--fa: "";
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
	--fa: "";
}

.fa-person-dress-burst {
	--fa: "";
}

.fa-money-check-alt, .fa-money-check-dollar {
	--fa: "";
}

.fa-vector-square {
	--fa: "";
}

.fa-bread-slice {
	--fa: "";
}

.fa-language {
	--fa: "";
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
	--fa: "";
}

.fa-filter {
	--fa: "";
}

.fa-question {
	--fa: "?";
}

.fa-file-signature {
	--fa: "";
}

.fa-arrows-alt, .fa-up-down-left-right {
	--fa: "";
}

.fa-house-chimney-user {
	--fa: "";
}

.fa-hand-holding-heart {
	--fa: "";
}

.fa-puzzle-piece {
	--fa: "";
}

.fa-money-check {
	--fa: "";
}

.fa-star-half-alt, .fa-star-half-stroke {
	--fa: "";
}

.fa-code {
	--fa: "";
}

.fa-glass-whiskey, .fa-whiskey-glass {
	--fa: "";
}

.fa-building-circle-exclamation {
	--fa: "";
}

.fa-magnifying-glass-chart {
	--fa: "";
}

.fa-arrow-up-right-from-square, .fa-external-link {
	--fa: "";
}

.fa-cubes-stacked {
	--fa: "";
}

.fa-krw, .fa-won, .fa-won-sign {
	--fa: "";
}

.fa-virus-covid {
	--fa: "";
}

.fa-austral-sign {
	--fa: "";
}

.fa-f {
	--fa: "F";
}

.fa-leaf {
	--fa: "";
}

.fa-road {
	--fa: "";
}

.fa-cab, .fa-taxi {
	--fa: "";
}

.fa-person-circle-plus {
	--fa: "";
}

.fa-chart-pie, .fa-pie-chart {
	--fa: "";
}

.fa-bolt-lightning {
	--fa: "";
}

.fa-sack-xmark {
	--fa: "";
}

.fa-file-excel {
	--fa: "";
}

.fa-file-contract {
	--fa: "";
}

.fa-fish-fins {
	--fa: "";
}

.fa-building-flag {
	--fa: "";
}

.fa-face-grin-beam, .fa-grin-beam {
	--fa: "";
}

.fa-object-ungroup {
	--fa: "";
}

.fa-poop {
	--fa: "";
}

.fa-location-pin, .fa-map-marker {
	--fa: "";
}

.fa-kaaba {
	--fa: "";
}

.fa-toilet-paper {
	--fa: "";
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
	--fa: "";
}

.fa-eject {
	--fa: "";
}

.fa-arrow-alt-circle-right, .fa-circle-right {
	--fa: "";
}

.fa-plane-circle-check {
	--fa: "";
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
	--fa: "";
}

.fa-object-group {
	--fa: "";
}

.fa-chart-line, .fa-line-chart {
	--fa: "";
}

.fa-mask-ventilator {
	--fa: "";
}

.fa-arrow-right {
	--fa: "";
}

.fa-map-signs, .fa-signs-post {
	--fa: "";
}

.fa-cash-register {
	--fa: "";
}

.fa-person-circle-question {
	--fa: "";
}

.fa-h {
	--fa: "H";
}

.fa-tarp {
	--fa: "";
}

.fa-screwdriver-wrench, .fa-tools {
	--fa: "";
}

.fa-arrows-to-eye {
	--fa: "";
}

.fa-plug-circle-bolt {
	--fa: "";
}

.fa-heart {
	--fa: "";
}

.fa-mars-and-venus {
	--fa: "";
}

.fa-home-user, .fa-house-user {
	--fa: "";
}

.fa-dumpster-fire {
	--fa: "";
}

.fa-house-crack {
	--fa: "";
}

.fa-cocktail, .fa-martini-glass-citrus {
	--fa: "";
}

.fa-face-surprise, .fa-surprise {
	--fa: "";
}

.fa-bottle-water {
	--fa: "";
}

.fa-circle-pause, .fa-pause-circle {
	--fa: "";
}

.fa-toilet-paper-slash {
	--fa: "";
}

.fa-apple-alt, .fa-apple-whole {
	--fa: "";
}

.fa-kitchen-set {
	--fa: "";
}

.fa-r {
	--fa: "R";
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
	--fa: "";
}

.fa-cube {
	--fa: "";
}

.fa-bitcoin-sign {
	--fa: "";
}

.fa-shield-dog {
	--fa: "";
}

.fa-solar-panel {
	--fa: "";
}

.fa-lock-open {
	--fa: "";
}

.fa-elevator {
	--fa: "";
}

.fa-money-bill-transfer {
	--fa: "";
}

.fa-money-bill-trend-up {
	--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
	--fa: "";
}

.fa-poll-h, .fa-square-poll-horizontal {
	--fa: "";
}

.fa-circle {
	--fa: "";
}

.fa-backward-fast, .fa-fast-backward {
	--fa: "";
}

.fa-recycle {
	--fa: "";
}

.fa-user-astronaut {
	--fa: "";
}

.fa-plane-slash {
	--fa: "";
}

.fa-trademark {
	--fa: "";
}

.fa-basketball, .fa-basketball-ball {
	--fa: "";
}

.fa-satellite-dish {
	--fa: "";
}

.fa-arrow-alt-circle-up, .fa-circle-up {
	--fa: "";
}

.fa-mobile-alt, .fa-mobile-screen-button {
	--fa: "";
}

.fa-volume-high, .fa-volume-up {
	--fa: "";
}

.fa-users-rays {
	--fa: "";
}

.fa-wallet {
	--fa: "";
}

.fa-clipboard-check {
	--fa: "";
}

.fa-file-audio {
	--fa: "";
}

.fa-burger, .fa-hamburger {
	--fa: "";
}

.fa-wrench {
	--fa: "";
}

.fa-bugs {
	--fa: "";
}

.fa-rupee, .fa-rupee-sign {
	--fa: "";
}

.fa-file-image {
	--fa: "";
}

.fa-circle-question, .fa-question-circle {
	--fa: "";
}

.fa-plane-departure {
	--fa: "";
}

.fa-handshake-slash {
	--fa: "";
}

.fa-book-bookmark {
	--fa: "";
}

.fa-code-branch {
	--fa: "";
}

.fa-hat-cowboy {
	--fa: "";
}

.fa-bridge {
	--fa: "";
}

.fa-phone-alt, .fa-phone-flip {
	--fa: "";
}

.fa-truck-front {
	--fa: "";
}

.fa-cat {
	--fa: "";
}

.fa-anchor-circle-exclamation {
	--fa: "";
}

.fa-truck-field {
	--fa: "";
}

.fa-route {
	--fa: "";
}

.fa-clipboard-question {
	--fa: "";
}

.fa-panorama {
	--fa: "";
}

.fa-comment-medical {
	--fa: "";
}

.fa-teeth-open {
	--fa: "";
}

.fa-file-circle-minus {
	--fa: "";
}

.fa-tags {
	--fa: "";
}

.fa-wine-glass {
	--fa: "";
}

.fa-fast-forward, .fa-forward-fast {
	--fa: "";
}

.fa-face-meh-blank, .fa-meh-blank {
	--fa: "";
}

.fa-parking, .fa-square-parking {
	--fa: "";
}

.fa-house-signal {
	--fa: "";
}

.fa-bars-progress, .fa-tasks-alt {
	--fa: "";
}

.fa-faucet-drip {
	--fa: "";
}

.fa-cart-flatbed, .fa-dolly-flatbed {
	--fa: "";
}

.fa-ban-smoking, .fa-smoking-ban {
	--fa: "";
}

.fa-terminal {
	--fa: "";
}

.fa-mobile-button {
	--fa: "";
}

.fa-house-medical-flag {
	--fa: "";
}

.fa-basket-shopping, .fa-shopping-basket {
	--fa: "";
}

.fa-tape {
	--fa: "";
}

.fa-bus-alt, .fa-bus-simple {
	--fa: "";
}

.fa-eye {
	--fa: "";
}

.fa-face-sad-cry, .fa-sad-cry {
	--fa: "";
}

.fa-audio-description {
	--fa: "";
}

.fa-person-military-to-person {
	--fa: "";
}

.fa-file-shield {
	--fa: "";
}

.fa-user-slash {
	--fa: "";
}

.fa-pen {
	--fa: "";
}

.fa-tower-observation {
	--fa: "";
}

.fa-file-code {
	--fa: "";
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
	--fa: "";
}

.fa-bus {
	--fa: "";
}

.fa-heart-circle-xmark {
	--fa: "";
}

.fa-home-lg, .fa-house-chimney {
	--fa: "";
}

.fa-window-maximize {
	--fa: "";
}

.fa-face-frown, .fa-frown {
	--fa: "";
}

.fa-prescription {
	--fa: "";
}

.fa-shop, .fa-store-alt {
	--fa: "";
}

.fa-floppy-disk, .fa-save {
	--fa: "";
}

.fa-vihara {
	--fa: "";
}

.fa-balance-scale-left, .fa-scale-unbalanced {
	--fa: "";
}

.fa-sort-asc, .fa-sort-up {
	--fa: "";
}

.fa-comment-dots, .fa-commenting {
	--fa: "";
}

.fa-plant-wilt {
	--fa: "";
}

.fa-diamond {
	--fa: "";
}

.fa-face-grin-squint, .fa-grin-squint {
	--fa: "";
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
	--fa: "";
}

.fa-chart-diagram {
	--fa: "";
}

.fa-bacterium {
	--fa: "";
}

.fa-hand-pointer {
	--fa: "";
}

.fa-drum-steelpan {
	--fa: "";
}

.fa-hand-scissors {
	--fa: "";
}

.fa-hands-praying, .fa-praying-hands {
	--fa: "";
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
	--fa: "";
}

.fa-biohazard {
	--fa: "";
}

.fa-location, .fa-location-crosshairs {
	--fa: "";
}

.fa-mars-double {
	--fa: "";
}

.fa-child-dress {
	--fa: "";
}

.fa-users-between-lines {
	--fa: "";
}

.fa-lungs-virus {
	--fa: "";
}

.fa-face-grin-tears, .fa-grin-tears {
	--fa: "";
}

.fa-phone {
	--fa: "";
}

.fa-calendar-times, .fa-calendar-xmark {
	--fa: "";
}

.fa-child-reaching {
	--fa: "";
}

.fa-head-side-virus {
	--fa: "";
}

.fa-user-cog, .fa-user-gear {
	--fa: "";
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
	--fa: "";
}

.fa-door-closed {
	--fa: "";
}

.fa-shield-virus {
	--fa: "";
}

.fa-dice-six {
	--fa: "";
}

.fa-mosquito-net {
	--fa: "";
}

.fa-file-fragment {
	--fa: "";
}

.fa-bridge-water {
	--fa: "";
}

.fa-person-booth {
	--fa: "";
}

.fa-text-width {
	--fa: "";
}

.fa-hat-wizard {
	--fa: "";
}

.fa-pen-fancy {
	--fa: "";
}

.fa-digging, .fa-person-digging {
	--fa: "";
}

.fa-trash {
	--fa: "";
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
	--fa: "";
}

.fa-book-medical {
	--fa: "";
}

.fa-poo {
	--fa: "";
}

.fa-quote-right, .fa-quote-right-alt {
	--fa: "";
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
	--fa: "";
}

.fa-cubes {
	--fa: "";
}

.fa-divide {
	--fa: "";
}

.fa-tenge, .fa-tenge-sign {
	--fa: "";
}

.fa-headphones {
	--fa: "";
}

.fa-hands-holding {
	--fa: "";
}

.fa-hands-clapping {
	--fa: "";
}

.fa-republican {
	--fa: "";
}

.fa-arrow-left {
	--fa: "";
}

.fa-person-circle-xmark {
	--fa: "";
}

.fa-ruler {
	--fa: "";
}

.fa-align-left {
	--fa: "";
}

.fa-dice-d6 {
	--fa: "";
}

.fa-restroom {
	--fa: "";
}

.fa-j {
	--fa: "J";
}

.fa-users-viewfinder {
	--fa: "";
}

.fa-file-video {
	--fa: "";
}

.fa-external-link-alt, .fa-up-right-from-square {
	--fa: "";
}

.fa-table-cells, .fa-th {
	--fa: "";
}

.fa-file-pdf {
	--fa: "";
}

.fa-bible, .fa-book-bible {
	--fa: "";
}

.fa-o {
	--fa: "O";
}

.fa-medkit, .fa-suitcase-medical {
	--fa: "";
}

.fa-user-secret {
	--fa: "";
}

.fa-otter {
	--fa: "";
}

.fa-female, .fa-person-dress {
	--fa: "";
}

.fa-comment-dollar {
	--fa: "";
}

.fa-briefcase-clock, .fa-business-time {
	--fa: "";
}

.fa-table-cells-large, .fa-th-large {
	--fa: "";
}

.fa-book-tanakh, .fa-tanakh {
	--fa: "";
}

.fa-phone-volume, .fa-volume-control-phone {
	--fa: "";
}

.fa-hat-cowboy-side {
	--fa: "";
}

.fa-clipboard-user {
	--fa: "";
}

.fa-child {
	--fa: "";
}

.fa-lira-sign {
	--fa: "";
}

.fa-satellite {
	--fa: "";
}

.fa-plane-lock {
	--fa: "";
}

.fa-tag {
	--fa: "";
}

.fa-comment {
	--fa: "";
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
	--fa: "";
}

.fa-envelope {
	--fa: "";
}

.fa-angle-double-up, .fa-angles-up {
	--fa: "";
}

.fa-paperclip {
	--fa: "";
}

.fa-arrow-right-to-city {
	--fa: "";
}

.fa-ribbon {
	--fa: "";
}

.fa-lungs {
	--fa: "";
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
	--fa: "";
}

.fa-litecoin-sign {
	--fa: "";
}

.fa-border-none {
	--fa: "";
}

.fa-circle-nodes {
	--fa: "";
}

.fa-parachute-box {
	--fa: "";
}

.fa-indent {
	--fa: "";
}

.fa-truck-field-un {
	--fa: "";
}

.fa-hourglass, .fa-hourglass-empty {
	--fa: "";
}

.fa-mountain {
	--fa: "";
}

.fa-user-doctor, .fa-user-md {
	--fa: "";
}

.fa-circle-info, .fa-info-circle {
	--fa: "";
}

.fa-cloud-meatball {
	--fa: "";
}

.fa-camera, .fa-camera-alt {
	--fa: "";
}

.fa-square-virus {
	--fa: "";
}

.fa-meteor {
	--fa: "";
}

.fa-car-on {
	--fa: "";
}

.fa-sleigh {
	--fa: "";
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
	--fa: "";
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
	--fa: "";
}

.fa-water {
	--fa: "";
}

.fa-calendar-check {
	--fa: "";
}

.fa-braille {
	--fa: "";
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
	--fa: "";
}

.fa-landmark {
	--fa: "";
}

.fa-truck {
	--fa: "";
}

.fa-crosshairs {
	--fa: "";
}

.fa-person-cane {
	--fa: "";
}

.fa-tent {
	--fa: "";
}

.fa-vest-patches {
	--fa: "";
}

.fa-check-double {
	--fa: "";
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
	--fa: "";
}

.fa-money-bill-wheat {
	--fa: "";
}

.fa-cookie {
	--fa: "";
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
	--fa: "";
}

.fa-hard-drive, .fa-hdd {
	--fa: "";
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
	--fa: "";
}

.fa-dumbbell {
	--fa: "";
}

.fa-list-alt, .fa-rectangle-list {
	--fa: "";
}

.fa-tarp-droplet {
	--fa: "";
}

.fa-house-medical-circle-check {
	--fa: "";
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
	--fa: "";
}

.fa-calendar-plus {
	--fa: "";
}

.fa-plane-arrival {
	--fa: "";
}

.fa-arrow-alt-circle-left, .fa-circle-left {
	--fa: "";
}

.fa-subway, .fa-train-subway {
	--fa: "";
}

.fa-chart-gantt {
	--fa: "";
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
	--fa: "";
}

.fa-crop-alt, .fa-crop-simple {
	--fa: "";
}

.fa-money-bill-1, .fa-money-bill-alt {
	--fa: "";
}

.fa-left-long, .fa-long-arrow-alt-left {
	--fa: "";
}

.fa-dna {
	--fa: "";
}

.fa-virus-slash {
	--fa: "";
}

.fa-minus, .fa-subtract {
	--fa: "";
}

.fa-chess {
	--fa: "";
}

.fa-arrow-left-long, .fa-long-arrow-left {
	--fa: "";
}

.fa-plug-circle-check {
	--fa: "";
}

.fa-street-view {
	--fa: "";
}

.fa-franc-sign {
	--fa: "";
}

.fa-volume-off {
	--fa: "";
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
	--fa: "";
}

.fa-cog, .fa-gear {
	--fa: "";
}

.fa-droplet-slash, .fa-tint-slash {
	--fa: "";
}

.fa-mosque {
	--fa: "";
}

.fa-mosquito {
	--fa: "";
}

.fa-star-of-david {
	--fa: "";
}

.fa-person-military-rifle {
	--fa: "";
}

.fa-cart-shopping, .fa-shopping-cart {
	--fa: "";
}

.fa-vials {
	--fa: "";
}

.fa-plug-circle-plus {
	--fa: "";
}

.fa-place-of-worship {
	--fa: "";
}

.fa-grip-vertical {
	--fa: "";
}

.fa-hexagon-nodes {
	--fa: "";
}

.fa-arrow-turn-up, .fa-level-up {
	--fa: "";
}

.fa-u {
	--fa: "U";
}

.fa-square-root-alt, .fa-square-root-variable {
	--fa: "";
}

.fa-clock, .fa-clock-four {
	--fa: "";
}

.fa-backward-step, .fa-step-backward {
	--fa: "";
}

.fa-pallet {
	--fa: "";
}

.fa-faucet {
	--fa: "";
}

.fa-baseball-bat-ball {
	--fa: "";
}

.fa-s {
	--fa: "S";
}

.fa-timeline {
	--fa: "";
}

.fa-keyboard {
	--fa: "";
}

.fa-caret-down {
	--fa: "";
}

.fa-clinic-medical, .fa-house-chimney-medical {
	--fa: "";
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
	--fa: "";
}

.fa-mobile-android-alt, .fa-mobile-screen {
	--fa: "";
}

.fa-plane-up {
	--fa: "";
}

.fa-piggy-bank {
	--fa: "";
}

.fa-battery-3, .fa-battery-half {
	--fa: "";
}

.fa-mountain-city {
	--fa: "";
}

.fa-coins {
	--fa: "";
}

.fa-khanda {
	--fa: "";
}

.fa-sliders, .fa-sliders-h {
	--fa: "";
}

.fa-folder-tree {
	--fa: "";
}

.fa-network-wired {
	--fa: "";
}

.fa-map-pin {
	--fa: "";
}

.fa-hamsa {
	--fa: "";
}

.fa-cent-sign {
	--fa: "";
}

.fa-flask {
	--fa: "";
}

.fa-person-pregnant {
	--fa: "";
}

.fa-wand-sparkles {
	--fa: "";
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
	--fa: "";
}

.fa-ticket {
	--fa: "";
}

.fa-power-off {
	--fa: "";
}

.fa-long-arrow-alt-right, .fa-right-long {
	--fa: "";
}

.fa-flag-usa {
	--fa: "";
}

.fa-laptop-file {
	--fa: "";
}

.fa-teletype, .fa-tty {
	--fa: "";
}

.fa-diagram-next {
	--fa: "";
}

.fa-person-rifle {
	--fa: "";
}

.fa-house-medical-circle-exclamation {
	--fa: "";
}

.fa-closed-captioning {
	--fa: "";
}

.fa-hiking, .fa-person-hiking {
	--fa: "";
}

.fa-venus-double {
	--fa: "";
}

.fa-images {
	--fa: "";
}

.fa-calculator {
	--fa: "";
}

.fa-people-pulling {
	--fa: "";
}

.fa-n {
	--fa: "N";
}

.fa-cable-car, .fa-tram {
	--fa: "";
}

.fa-cloud-rain {
	--fa: "";
}

.fa-building-circle-xmark {
	--fa: "";
}

.fa-ship {
	--fa: "";
}

.fa-arrows-down-to-line {
	--fa: "";
}

.fa-download {
	--fa: "";
}

.fa-face-grin, .fa-grin {
	--fa: "";
}

.fa-backspace, .fa-delete-left {
	--fa: "";
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
	--fa: "";
}

.fa-file-circle-check {
	--fa: "";
}

.fa-forward {
	--fa: "";
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
	--fa: "";
}

.fa-face-meh, .fa-meh {
	--fa: "";
}

.fa-align-center {
	--fa: "";
}

.fa-book-dead, .fa-book-skull {
	--fa: "";
}

.fa-drivers-license, .fa-id-card {
	--fa: "";
}

.fa-dedent, .fa-outdent {
	--fa: "";
}

.fa-heart-circle-exclamation {
	--fa: "";
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
	--fa: "";
}

.fa-calendar-week {
	--fa: "";
}

.fa-laptop-medical {
	--fa: "";
}

.fa-b {
	--fa: "B";
}

.fa-file-medical {
	--fa: "";
}

.fa-dice-one {
	--fa: "";
}

.fa-kiwi-bird {
	--fa: "";
}

.fa-arrow-right-arrow-left, .fa-exchange {
	--fa: "";
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
	--fa: "";
}

.fa-cutlery, .fa-utensils {
	--fa: "";
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
	--fa: "";
}

.fa-mill-sign {
	--fa: "";
}

.fa-bowl-rice {
	--fa: "";
}

.fa-skull {
	--fa: "";
}

.fa-broadcast-tower, .fa-tower-broadcast {
	--fa: "";
}

.fa-truck-pickup {
	--fa: "";
}

.fa-long-arrow-alt-up, .fa-up-long {
	--fa: "";
}

.fa-stop {
	--fa: "";
}

.fa-code-merge {
	--fa: "";
}

.fa-upload {
	--fa: "";
}

.fa-hurricane {
	--fa: "";
}

.fa-mound {
	--fa: "";
}

.fa-toilet-portable {
	--fa: "";
}

.fa-compact-disc {
	--fa: "";
}

.fa-file-arrow-down, .fa-file-download {
	--fa: "";
}

.fa-caravan {
	--fa: "";
}

.fa-shield-cat {
	--fa: "";
}

.fa-bolt, .fa-zap {
	--fa: "";
}

.fa-glass-water {
	--fa: "";
}

.fa-oil-well {
	--fa: "";
}

.fa-vault {
	--fa: "";
}

.fa-mars {
	--fa: "";
}

.fa-toilet {
	--fa: "";
}

.fa-plane-circle-xmark {
	--fa: "";
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
	--fa: "";
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
	--fa: "";
}

.fa-sun {
	--fa: "";
}

.fa-guitar {
	--fa: "";
}

.fa-face-laugh-wink, .fa-laugh-wink {
	--fa: "";
}

.fa-horse-head {
	--fa: "";
}

.fa-bore-hole {
	--fa: "";
}

.fa-industry {
	--fa: "";
}

.fa-arrow-alt-circle-down, .fa-circle-down {
	--fa: "";
}

.fa-arrows-turn-to-dots {
	--fa: "";
}

.fa-florin-sign {
	--fa: "";
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
	--fa: "";
}

.fa-less-than {
	--fa: "<";
}

.fa-angle-down {
	--fa: "";
}

.fa-car-tunnel {
	--fa: "";
}

.fa-head-side-cough {
	--fa: "";
}

.fa-grip-lines {
	--fa: "";
}

.fa-thumbs-down {
	--fa: "";
}

.fa-user-lock {
	--fa: "";
}

.fa-arrow-right-long, .fa-long-arrow-right {
	--fa: "";
}

.fa-anchor-circle-xmark {
	--fa: "";
}

.fa-ellipsis, .fa-ellipsis-h {
	--fa: "";
}

.fa-chess-pawn {
	--fa: "";
}

.fa-first-aid, .fa-kit-medical {
	--fa: "";
}

.fa-person-through-window {
	--fa: "";
}

.fa-toolbox {
	--fa: "";
}

.fa-hands-holding-circle {
	--fa: "";
}

.fa-bug {
	--fa: "";
}

.fa-credit-card, .fa-credit-card-alt {
	--fa: "";
}

.fa-automobile, .fa-car {
	--fa: "";
}

.fa-hand-holding-hand {
	--fa: "";
}

.fa-book-open-reader, .fa-book-reader {
	--fa: "";
}

.fa-mountain-sun {
	--fa: "";
}

.fa-arrows-left-right-to-line {
	--fa: "";
}

.fa-dice-d20 {
	--fa: "";
}

.fa-truck-droplet {
	--fa: "";
}

.fa-file-circle-xmark {
	--fa: "";
}

.fa-temperature-arrow-up, .fa-temperature-up {
	--fa: "";
}

.fa-medal {
	--fa: "";
}

.fa-bed {
	--fa: "";
}

.fa-h-square, .fa-square-h {
	--fa: "";
}

.fa-podcast {
	--fa: "";
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
	--fa: "";
}

.fa-bell {
	--fa: "";
}

.fa-superscript {
	--fa: "";
}

.fa-plug-circle-xmark {
	--fa: "";
}

.fa-star-of-life {
	--fa: "";
}

.fa-phone-slash {
	--fa: "";
}

.fa-paint-roller {
	--fa: "";
}

.fa-hands-helping, .fa-handshake-angle {
	--fa: "";
}

.fa-location-dot, .fa-map-marker-alt {
	--fa: "";
}

.fa-file {
	--fa: "";
}

.fa-greater-than {
	--fa: ">";
}

.fa-person-swimming, .fa-swimmer {
	--fa: "";
}

.fa-arrow-down {
	--fa: "";
}

.fa-droplet, .fa-tint {
	--fa: "";
}

.fa-eraser {
	--fa: "";
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
	--fa: "";
}

.fa-person-burst {
	--fa: "";
}

.fa-dove {
	--fa: "";
}

.fa-battery-0, .fa-battery-empty {
	--fa: "";
}

.fa-socks {
	--fa: "";
}

.fa-inbox {
	--fa: "";
}

.fa-section {
	--fa: "";
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
	--fa: "";
}

.fa-envelope-open-text {
	--fa: "";
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
	--fa: "";
}

.fa-wine-bottle {
	--fa: "";
}

.fa-chess-rook {
	--fa: "";
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
	--fa: "";
}

.fa-dharmachakra {
	--fa: "";
}

.fa-hotdog {
	--fa: "";
}

.fa-blind, .fa-person-walking-with-cane {
	--fa: "";
}

.fa-drum {
	--fa: "";
}

.fa-ice-cream {
	--fa: "";
}

.fa-heart-circle-bolt {
	--fa: "";
}

.fa-fax {
	--fa: "";
}

.fa-paragraph {
	--fa: "";
}

.fa-check-to-slot, .fa-vote-yea {
	--fa: "";
}

.fa-star-half {
	--fa: "";
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
	--fa: "";
}

.fa-chain, .fa-link {
	--fa: "";
}

.fa-assistive-listening-systems, .fa-ear-listen {
	--fa: "";
}

.fa-tree-city {
	--fa: "";
}

.fa-play {
	--fa: "";
}

.fa-font {
	--fa: "";
}

.fa-table-cells-row-lock {
	--fa: "";
}

.fa-rupiah-sign {
	--fa: "";
}

.fa-magnifying-glass, .fa-search {
	--fa: "";
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
	--fa: "";
}

.fa-diagnoses, .fa-person-dots-from-line {
	--fa: "";
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
	--fa: "";
}

.fa-naira-sign {
	--fa: "";
}

.fa-cart-arrow-down {
	--fa: "";
}

.fa-walkie-talkie {
	--fa: "";
}

.fa-file-edit, .fa-file-pen {
	--fa: "";
}

.fa-receipt {
	--fa: "";
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
	--fa: "";
}

.fa-suitcase-rolling {
	--fa: "";
}

.fa-person-circle-exclamation {
	--fa: "";
}

.fa-chevron-down {
	--fa: "";
}

.fa-battery, .fa-battery-5, .fa-battery-full {
	--fa: "";
}

.fa-skull-crossbones {
	--fa: "";
}

.fa-code-compare {
	--fa: "";
}

.fa-list-dots, .fa-list-ul {
	--fa: "";
}

.fa-school-lock {
	--fa: "";
}

.fa-tower-cell {
	--fa: "";
}

.fa-down-long, .fa-long-arrow-alt-down {
	--fa: "";
}

.fa-ranking-star {
	--fa: "";
}

.fa-chess-king {
	--fa: "";
}

.fa-person-harassing {
	--fa: "";
}

.fa-brazilian-real-sign {
	--fa: "";
}

.fa-landmark-alt, .fa-landmark-dome {
	--fa: "";
}

.fa-arrow-up {
	--fa: "";
}

.fa-television, .fa-tv, .fa-tv-alt {
	--fa: "";
}

.fa-shrimp {
	--fa: "";
}

.fa-list-check, .fa-tasks {
	--fa: "";
}

.fa-jug-detergent {
	--fa: "";
}

.fa-circle-user, .fa-user-circle {
	--fa: "";
}

.fa-user-shield {
	--fa: "";
}

.fa-wind {
	--fa: "";
}

.fa-car-burst, .fa-car-crash {
	--fa: "";
}

.fa-y {
	--fa: "Y";
}

.fa-person-snowboarding, .fa-snowboarding {
	--fa: "";
}

.fa-shipping-fast, .fa-truck-fast {
	--fa: "";
}

.fa-fish {
	--fa: "";
}

.fa-user-graduate {
	--fa: "";
}

.fa-adjust, .fa-circle-half-stroke {
	--fa: "";
}

.fa-clapperboard {
	--fa: "";
}

.fa-circle-radiation, .fa-radiation-alt {
	--fa: "";
}

.fa-baseball, .fa-baseball-ball {
	--fa: "";
}

.fa-jet-fighter-up {
	--fa: "";
}

.fa-diagram-project, .fa-project-diagram {
	--fa: "";
}

.fa-copy {
	--fa: "";
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
	--fa: "";
}

.fa-hand-sparkles {
	--fa: "";
}

.fa-grip, .fa-grip-horizontal {
	--fa: "";
}

.fa-share-from-square, .fa-share-square {
	--fa: "";
}

.fa-child-combatant, .fa-child-rifle {
	--fa: "";
}

.fa-gun {
	--fa: "";
}

.fa-phone-square, .fa-square-phone {
	--fa: "";
}

.fa-add, .fa-plus {
	--fa: "+";
}

.fa-expand {
	--fa: "";
}

.fa-computer {
	--fa: "";
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
	--fa: "";
}

.fa-arrows, .fa-arrows-up-down-left-right {
	--fa: "";
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
	--fa: "";
}

.fa-peso-sign {
	--fa: "";
}

.fa-building-shield {
	--fa: "";
}

.fa-baby {
	--fa: "";
}

.fa-users-line {
	--fa: "";
}

.fa-quote-left, .fa-quote-left-alt {
	--fa: "";
}

.fa-tractor {
	--fa: "";
}

.fa-trash-arrow-up, .fa-trash-restore {
	--fa: "";
}

.fa-arrow-down-up-lock {
	--fa: "";
}

.fa-lines-leaning {
	--fa: "";
}

.fa-ruler-combined {
	--fa: "";
}

.fa-copyright {
	--fa: "";
}

.fa-equals {
	--fa: "=";
}

.fa-blender {
	--fa: "";
}

.fa-teeth {
	--fa: "";
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
	--fa: "";
}

.fa-map {
	--fa: "";
}

.fa-rocket {
	--fa: "";
}

.fa-photo-film, .fa-photo-video {
	--fa: "";
}

.fa-folder-minus {
	--fa: "";
}

.fa-hexagon-nodes-bolt {
	--fa: "";
}

.fa-store {
	--fa: "";
}

.fa-arrow-trend-up {
	--fa: "";
}

.fa-plug-circle-minus {
	--fa: "";
}

.fa-sign, .fa-sign-hanging {
	--fa: "";
}

.fa-bezier-curve {
	--fa: "";
}

.fa-bell-slash {
	--fa: "";
}

.fa-tablet, .fa-tablet-android {
	--fa: "";
}

.fa-school-flag {
	--fa: "";
}

.fa-fill {
	--fa: "";
}

.fa-angle-up {
	--fa: "";
}

.fa-drumstick-bite {
	--fa: "";
}

.fa-holly-berry {
	--fa: "";
}

.fa-chevron-left {
	--fa: "";
}

.fa-bacteria {
	--fa: "";
}

.fa-hand-lizard {
	--fa: "";
}

.fa-notdef {
	--fa: "";
}

.fa-disease {
	--fa: "";
}

.fa-briefcase-medical {
	--fa: "";
}

.fa-genderless {
	--fa: "";
}

.fa-chevron-right {
	--fa: "";
}

.fa-retweet {
	--fa: "";
}

.fa-car-alt, .fa-car-rear {
	--fa: "";
}

.fa-pump-soap {
	--fa: "";
}

.fa-video-slash {
	--fa: "";
}

.fa-battery-2, .fa-battery-quarter {
	--fa: "";
}

.fa-radio {
	--fa: "";
}

.fa-baby-carriage, .fa-carriage-baby {
	--fa: "";
}

.fa-traffic-light {
	--fa: "";
}

.fa-thermometer {
	--fa: "";
}

.fa-vr-cardboard {
	--fa: "";
}

.fa-hand-middle-finger {
	--fa: "";
}

.fa-percent, .fa-percentage {
	--fa: "%";
}

.fa-truck-moving {
	--fa: "";
}

.fa-glass-water-droplet {
	--fa: "";
}

.fa-display {
	--fa: "";
}

.fa-face-smile, .fa-smile {
	--fa: "";
}

.fa-thumb-tack, .fa-thumbtack {
	--fa: "";
}

.fa-trophy {
	--fa: "";
}

.fa-person-praying, .fa-pray {
	--fa: "";
}

.fa-hammer {
	--fa: "";
}

.fa-hand-peace {
	--fa: "";
}

.fa-rotate, .fa-sync-alt {
	--fa: "";
}

.fa-spinner {
	--fa: "";
}

.fa-robot {
	--fa: "";
}

.fa-peace {
	--fa: "";
}

.fa-cogs, .fa-gears {
	--fa: "";
}

.fa-warehouse {
	--fa: "";
}

.fa-arrow-up-right-dots {
	--fa: "";
}

.fa-splotch {
	--fa: "";
}

.fa-face-grin-hearts, .fa-grin-hearts {
	--fa: "";
}

.fa-dice-four {
	--fa: "";
}

.fa-sim-card {
	--fa: "";
}

.fa-transgender, .fa-transgender-alt {
	--fa: "";
}

.fa-mercury {
	--fa: "";
}

.fa-arrow-turn-down, .fa-level-down {
	--fa: "";
}

.fa-person-falling-burst {
	--fa: "";
}

.fa-award {
	--fa: "";
}

.fa-ticket-alt, .fa-ticket-simple {
	--fa: "";
}

.fa-building {
	--fa: "";
}

.fa-angle-double-left, .fa-angles-left {
	--fa: "";
}

.fa-qrcode {
	--fa: "";
}

.fa-clock-rotate-left, .fa-history {
	--fa: "";
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
	--fa: "";
}

.fa-arrow-right-from-file, .fa-file-export {
	--fa: "";
}

.fa-shield, .fa-shield-blank {
	--fa: "";
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
	--fa: "";
}

.fa-comment-nodes {
	--fa: "";
}

.fa-house-medical {
	--fa: "";
}

.fa-golf-ball, .fa-golf-ball-tee {
	--fa: "";
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
	--fa: "";
}

.fa-house-chimney-window {
	--fa: "";
}

.fa-pen-nib {
	--fa: "";
}

.fa-tent-arrow-turn-left {
	--fa: "";
}

.fa-tents {
	--fa: "";
}

.fa-magic, .fa-wand-magic {
	--fa: "";
}

.fa-dog {
	--fa: "";
}

.fa-carrot {
	--fa: "";
}

.fa-moon {
	--fa: "";
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
	--fa: "";
}

.fa-cheese {
	--fa: "";
}

.fa-yin-yang {
	--fa: "";
}

.fa-music {
	--fa: "";
}

.fa-code-commit {
	--fa: "";
}

.fa-temperature-low {
	--fa: "";
}

.fa-biking, .fa-person-biking {
	--fa: "";
}

.fa-broom {
	--fa: "";
}

.fa-shield-heart {
	--fa: "";
}

.fa-gopuram {
	--fa: "";
}

.fa-earth-oceania, .fa-globe-oceania {
	--fa: "";
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
	--fa: "";
}

.fa-hashtag {
	--fa: "#";
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
	--fa: "";
}

.fa-oil-can {
	--fa: "";
}

.fa-t {
	--fa: "T";
}

.fa-hippo {
	--fa: "";
}

.fa-chart-column {
	--fa: "";
}

.fa-infinity {
	--fa: "";
}

.fa-vial-circle-check {
	--fa: "";
}

.fa-person-arrow-down-to-line {
	--fa: "";
}

.fa-voicemail {
	--fa: "";
}

.fa-fan {
	--fa: "";
}

.fa-person-walking-luggage {
	--fa: "";
}

.fa-arrows-alt-v, .fa-up-down {
	--fa: "";
}

.fa-cloud-moon-rain {
	--fa: "";
}

.fa-calendar {
	--fa: "";
}

.fa-trailer {
	--fa: "";
}

.fa-bahai, .fa-haykal {
	--fa: "";
}

.fa-sd-card {
	--fa: "";
}

.fa-dragon {
	--fa: "";
}

.fa-shoe-prints {
	--fa: "";
}

.fa-circle-plus, .fa-plus-circle {
	--fa: "";
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
	--fa: "";
}

.fa-hand-holding {
	--fa: "";
}

.fa-plug-circle-exclamation {
	--fa: "";
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
	--fa: "";
}

.fa-clone {
	--fa: "";
}

.fa-person-walking-arrow-loop-left {
	--fa: "";
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
	--fa: "";
}

.fa-fire-alt, .fa-fire-flame-curved {
	--fa: "";
}

.fa-tornado {
	--fa: "";
}

.fa-file-circle-plus {
	--fa: "";
}

.fa-book-quran, .fa-quran {
	--fa: "";
}

.fa-anchor {
	--fa: "";
}

.fa-border-all {
	--fa: "";
}

.fa-angry, .fa-face-angry {
	--fa: "";
}

.fa-cookie-bite {
	--fa: "";
}

.fa-arrow-trend-down {
	--fa: "";
}

.fa-feed, .fa-rss {
	--fa: "";
}

.fa-draw-polygon {
	--fa: "";
}

.fa-balance-scale, .fa-scale-balanced {
	--fa: "";
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
	--fa: "";
}

.fa-shower {
	--fa: "";
}

.fa-desktop, .fa-desktop-alt {
	--fa: "";
}

.fa-m {
	--fa: "M";
}

.fa-table-list, .fa-th-list {
	--fa: "";
}

.fa-comment-sms, .fa-sms {
	--fa: "";
}

.fa-book {
	--fa: "";
}

.fa-user-plus {
	--fa: "";
}

.fa-check {
	--fa: "";
}

.fa-battery-4, .fa-battery-three-quarters {
	--fa: "";
}

.fa-house-circle-check {
	--fa: "";
}

.fa-angle-left {
	--fa: "";
}

.fa-diagram-successor {
	--fa: "";
}

.fa-truck-arrow-right {
	--fa: "";
}

.fa-arrows-split-up-and-left {
	--fa: "";
}

.fa-fist-raised, .fa-hand-fist {
	--fa: "";
}

.fa-cloud-moon {
	--fa: "";
}

.fa-briefcase {
	--fa: "";
}

.fa-person-falling {
	--fa: "";
}

.fa-image-portrait, .fa-portrait {
	--fa: "";
}

.fa-user-tag {
	--fa: "";
}

.fa-rug {
	--fa: "";
}

.fa-earth-europe, .fa-globe-europe {
	--fa: "";
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
	--fa: "";
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
	--fa: "";
}

.fa-baht-sign {
	--fa: "";
}

.fa-book-open {
	--fa: "";
}

.fa-book-journal-whills, .fa-journal-whills {
	--fa: "";
}

.fa-handcuffs {
	--fa: "";
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
	--fa: "";
}

.fa-database {
	--fa: "";
}

.fa-mail-forward, .fa-share {
	--fa: "";
}

.fa-bottle-droplet {
	--fa: "";
}

.fa-mask-face {
	--fa: "";
}

.fa-hill-rockslide {
	--fa: "";
}

.fa-exchange-alt, .fa-right-left {
	--fa: "";
}

.fa-paper-plane {
	--fa: "";
}

.fa-road-circle-exclamation {
	--fa: "";
}

.fa-dungeon {
	--fa: "";
}

.fa-align-right {
	--fa: "";
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
	--fa: "";
}

.fa-life-ring {
	--fa: "";
}

.fa-hands, .fa-sign-language, .fa-signing {
	--fa: "";
}

.fa-calendar-day {
	--fa: "";
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
	--fa: "";
}

.fa-arrows-up-down, .fa-arrows-v {
	--fa: "";
}

.fa-face-grimace, .fa-grimace {
	--fa: "";
}

.fa-wheelchair-alt, .fa-wheelchair-move {
	--fa: "";
}

.fa-level-down-alt, .fa-turn-down {
	--fa: "";
}

.fa-person-walking-arrow-right {
	--fa: "";
}

.fa-envelope-square, .fa-square-envelope {
	--fa: "";
}

.fa-dice {
	--fa: "";
}

.fa-bowling-ball {
	--fa: "";
}

.fa-brain {
	--fa: "";
}

.fa-band-aid, .fa-bandage {
	--fa: "";
}

.fa-calendar-minus {
	--fa: "";
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
	--fa: "";
}

.fa-gifts {
	--fa: "";
}

.fa-hotel {
	--fa: "";
}

.fa-earth-asia, .fa-globe-asia {
	--fa: "";
}

.fa-id-card-alt, .fa-id-card-clip {
	--fa: "";
}

.fa-magnifying-glass-plus, .fa-search-plus {
	--fa: "";
}

.fa-thumbs-up {
	--fa: "";
}

.fa-user-clock {
	--fa: "";
}

.fa-allergies, .fa-hand-dots {
	--fa: "";
}

.fa-file-invoice {
	--fa: "";
}

.fa-window-minimize {
	--fa: "";
}

.fa-coffee, .fa-mug-saucer {
	--fa: "";
}

.fa-brush {
	--fa: "";
}

.fa-file-half-dashed {
	--fa: "";
}

.fa-mask {
	--fa: "";
}

.fa-magnifying-glass-minus, .fa-search-minus {
	--fa: "";
}

.fa-ruler-vertical {
	--fa: "";
}

.fa-user-alt, .fa-user-large {
	--fa: "";
}

.fa-train-tram {
	--fa: "";
}

.fa-user-nurse {
	--fa: "";
}

.fa-syringe {
	--fa: "";
}

.fa-cloud-sun {
	--fa: "";
}

.fa-stopwatch-20 {
	--fa: "";
}

.fa-square-full {
	--fa: "";
}

.fa-magnet {
	--fa: "";
}

.fa-jar {
	--fa: "";
}

.fa-note-sticky, .fa-sticky-note {
	--fa: "";
}

.fa-bug-slash {
	--fa: "";
}

.fa-arrow-up-from-water-pump {
	--fa: "";
}

.fa-bone {
	--fa: "";
}

.fa-table-cells-row-unlock {
	--fa: "";
}

.fa-user-injured {
	--fa: "";
}

.fa-face-sad-tear, .fa-sad-tear {
	--fa: "";
}

.fa-plane {
	--fa: "";
}

.fa-tent-arrows-down {
	--fa: "";
}

.fa-exclamation {
	--fa: "!";
}

.fa-arrows-spin {
	--fa: "";
}

.fa-print {
	--fa: "";
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
	--fa: "";
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
	--fa: "$";
}

.fa-x {
	--fa: "X";
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
	--fa: "";
}

.fa-users-cog, .fa-users-gear {
	--fa: "";
}

.fa-person-military-pointing {
	--fa: "";
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
	--fa: "";
}

.fa-umbrella {
	--fa: "";
}

.fa-trowel {
	--fa: "";
}

.fa-d {
	--fa: "D";
}

.fa-stapler {
	--fa: "";
}

.fa-masks-theater, .fa-theater-masks {
	--fa: "";
}

.fa-kip-sign {
	--fa: "";
}

.fa-hand-point-left {
	--fa: "";
}

.fa-handshake-alt, .fa-handshake-simple {
	--fa: "";
}

.fa-fighter-jet, .fa-jet-fighter {
	--fa: "";
}

.fa-share-alt-square, .fa-square-share-nodes {
	--fa: "";
}

.fa-barcode {
	--fa: "";
}

.fa-plus-minus {
	--fa: "";
}

.fa-video, .fa-video-camera {
	--fa: "";
}

.fa-graduation-cap, .fa-mortar-board {
	--fa: "";
}

.fa-hand-holding-medical {
	--fa: "";
}

.fa-person-circle-check {
	--fa: "";
}

.fa-level-up-alt, .fa-turn-up {
	--fa: "";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

:host, :root {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-weight: 400;
}

.fa-monero {
	--fa: "";
}

.fa-hooli {
	--fa: "";
}

.fa-yelp {
	--fa: "";
}

.fa-cc-visa {
	--fa: "";
}

.fa-lastfm {
	--fa: "";
}

.fa-shopware {
	--fa: "";
}

.fa-creative-commons-nc {
	--fa: "";
}

.fa-aws {
	--fa: "";
}

.fa-redhat {
	--fa: "";
}

.fa-yoast {
	--fa: "";
}

.fa-cloudflare {
	--fa: "";
}

.fa-ups {
	--fa: "";
}

.fa-pixiv {
	--fa: "";
}

.fa-wpexplorer {
	--fa: "";
}

.fa-dyalog {
	--fa: "";
}

.fa-bity {
	--fa: "";
}

.fa-stackpath {
	--fa: "";
}

.fa-buysellads {
	--fa: "";
}

.fa-first-order {
	--fa: "";
}

.fa-modx {
	--fa: "";
}

.fa-guilded {
	--fa: "";
}

.fa-vnv {
	--fa: "";
}

.fa-js-square, .fa-square-js {
	--fa: "";
}

.fa-microsoft {
	--fa: "";
}

.fa-qq {
	--fa: "";
}

.fa-orcid {
	--fa: "";
}

.fa-java {
	--fa: "";
}

.fa-invision {
	--fa: "";
}

.fa-creative-commons-pd-alt {
	--fa: "";
}

.fa-centercode {
	--fa: "";
}

.fa-glide-g {
	--fa: "";
}

.fa-drupal {
	--fa: "";
}

.fa-jxl {
	--fa: "";
}

.fa-dart-lang {
	--fa: "";
}

.fa-hire-a-helper {
	--fa: "";
}

.fa-creative-commons-by {
	--fa: "";
}

.fa-unity {
	--fa: "";
}

.fa-whmcs {
	--fa: "";
}

.fa-rocketchat {
	--fa: "";
}

.fa-vk {
	--fa: "";
}

.fa-untappd {
	--fa: "";
}

.fa-mailchimp {
	--fa: "";
}

.fa-css3-alt {
	--fa: "";
}

.fa-reddit-square, .fa-square-reddit {
	--fa: "";
}

.fa-vimeo-v {
	--fa: "";
}

.fa-contao {
	--fa: "";
}

.fa-square-font-awesome {
	--fa: "";
}

.fa-deskpro {
	--fa: "";
}

.fa-brave {
	--fa: "";
}

.fa-sistrix {
	--fa: "";
}

.fa-instagram-square, .fa-square-instagram {
	--fa: "";
}

.fa-battle-net {
	--fa: "";
}

.fa-the-red-yeti {
	--fa: "";
}

.fa-hacker-news-square, .fa-square-hacker-news {
	--fa: "";
}

.fa-edge {
	--fa: "";
}

.fa-threads {
	--fa: "";
}

.fa-napster {
	--fa: "";
}

.fa-snapchat-square, .fa-square-snapchat {
	--fa: "";
}

.fa-google-plus-g {
	--fa: "";
}

.fa-artstation {
	--fa: "";
}

.fa-markdown {
	--fa: "";
}

.fa-sourcetree {
	--fa: "";
}

.fa-google-plus {
	--fa: "";
}

.fa-diaspora {
	--fa: "";
}

.fa-foursquare {
	--fa: "";
}

.fa-stack-overflow {
	--fa: "";
}

.fa-github-alt {
	--fa: "";
}

.fa-phoenix-squadron {
	--fa: "";
}

.fa-pagelines {
	--fa: "";
}

.fa-algolia {
	--fa: "";
}

.fa-red-river {
	--fa: "";
}

.fa-creative-commons-sa {
	--fa: "";
}

.fa-safari {
	--fa: "";
}

.fa-google {
	--fa: "";
}

.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
	--fa: "";
}

.fa-atlassian {
	--fa: "";
}

.fa-linkedin-in {
	--fa: "";
}

.fa-digital-ocean {
	--fa: "";
}

.fa-nimblr {
	--fa: "";
}

.fa-chromecast {
	--fa: "";
}

.fa-evernote {
	--fa: "";
}

.fa-hacker-news {
	--fa: "";
}

.fa-creative-commons-sampling {
	--fa: "";
}

.fa-adversal {
	--fa: "";
}

.fa-creative-commons {
	--fa: "";
}

.fa-watchman-monitoring {
	--fa: "";
}

.fa-fonticons {
	--fa: "";
}

.fa-weixin {
	--fa: "";
}

.fa-shirtsinbulk {
	--fa: "";
}

.fa-codepen {
	--fa: "";
}

.fa-git-alt {
	--fa: "";
}

.fa-lyft {
	--fa: "";
}

.fa-rev {
	--fa: "";
}

.fa-windows {
	--fa: "";
}

.fa-wizards-of-the-coast {
	--fa: "";
}

.fa-square-viadeo, .fa-viadeo-square {
	--fa: "";
}

.fa-meetup {
	--fa: "";
}

.fa-centos {
	--fa: "";
}

.fa-adn {
	--fa: "";
}

.fa-cloudsmith {
	--fa: "";
}

.fa-opensuse {
	--fa: "";
}

.fa-pied-piper-alt {
	--fa: "";
}

.fa-dribbble-square, .fa-square-dribbble {
	--fa: "";
}

.fa-codiepie {
	--fa: "";
}

.fa-node {
	--fa: "";
}

.fa-mix {
	--fa: "";
}

.fa-steam {
	--fa: "";
}

.fa-cc-apple-pay {
	--fa: "";
}

.fa-scribd {
	--fa: "";
}

.fa-debian {
	--fa: "";
}

.fa-openid {
	--fa: "";
}

.fa-instalod {
	--fa: "";
}

.fa-files-pinwheel {
	--fa: "";
}

.fa-expeditedssl {
	--fa: "";
}

.fa-sellcast {
	--fa: "";
}

.fa-square-twitter, .fa-twitter-square {
	--fa: "";
}

.fa-r-project {
	--fa: "";
}

.fa-delicious {
	--fa: "";
}

.fa-freebsd {
	--fa: "";
}

.fa-vuejs {
	--fa: "";
}

.fa-accusoft {
	--fa: "";
}

.fa-ioxhost {
	--fa: "";
}

.fa-fonticons-fi {
	--fa: "";
}

.fa-app-store {
	--fa: "";
}

.fa-cc-mastercard {
	--fa: "";
}

.fa-itunes-note {
	--fa: "";
}

.fa-golang {
	--fa: "";
}

.fa-kickstarter, .fa-square-kickstarter {
	--fa: "";
}

.fa-grav {
	--fa: "";
}

.fa-weibo {
	--fa: "";
}

.fa-uncharted {
	--fa: "";
}

.fa-firstdraft {
	--fa: "";
}

.fa-square-youtube, .fa-youtube-square {
	--fa: "";
}

.fa-wikipedia-w {
	--fa: "";
}

.fa-rendact, .fa-wpressr {
	--fa: "";
}

.fa-angellist {
	--fa: "";
}

.fa-galactic-republic {
	--fa: "";
}

.fa-nfc-directional {
	--fa: "";
}

.fa-skype {
	--fa: "";
}

.fa-joget {
	--fa: "";
}

.fa-fedora {
	--fa: "";
}

.fa-stripe-s {
	--fa: "";
}

.fa-meta {
	--fa: "";
}

.fa-laravel {
	--fa: "";
}

.fa-hotjar {
	--fa: "";
}

.fa-bluetooth-b {
	--fa: "";
}

.fa-square-letterboxd {
	--fa: "";
}

.fa-sticker-mule {
	--fa: "";
}

.fa-creative-commons-zero {
	--fa: "";
}

.fa-hips {
	--fa: "";
}

.fa-css {
	--fa: "";
}

.fa-behance {
	--fa: "";
}

.fa-reddit {
	--fa: "";
}

.fa-discord {
	--fa: "";
}

.fa-chrome {
	--fa: "";
}

.fa-app-store-ios {
	--fa: "";
}

.fa-cc-discover {
	--fa: "";
}

.fa-wpbeginner {
	--fa: "";
}

.fa-confluence {
	--fa: "";
}

.fa-shoelace {
	--fa: "";
}

.fa-mdb {
	--fa: "";
}

.fa-dochub {
	--fa: "";
}

.fa-accessible-icon {
	--fa: "";
}

.fa-ebay {
	--fa: "";
}

.fa-amazon {
	--fa: "";
}

.fa-unsplash {
	--fa: "";
}

.fa-yarn {
	--fa: "";
}

.fa-square-steam, .fa-steam-square {
	--fa: "";
}

.fa-500px {
	--fa: "";
}

.fa-square-vimeo, .fa-vimeo-square {
	--fa: "";
}

.fa-asymmetrik {
	--fa: "";
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
	--fa: "";
}

.fa-gratipay {
	--fa: "";
}

.fa-apple {
	--fa: "";
}

.fa-hive {
	--fa: "";
}

.fa-gitkraken {
	--fa: "";
}

.fa-keybase {
	--fa: "";
}

.fa-apple-pay {
	--fa: "";
}

.fa-padlet {
	--fa: "";
}

.fa-amazon-pay {
	--fa: "";
}

.fa-github-square, .fa-square-github {
	--fa: "";
}

.fa-stumbleupon {
	--fa: "";
}

.fa-fedex {
	--fa: "";
}

.fa-phoenix-framework {
	--fa: "";
}

.fa-shopify {
	--fa: "";
}

.fa-neos {
	--fa: "";
}

.fa-square-threads {
	--fa: "";
}

.fa-hackerrank {
	--fa: "";
}

.fa-researchgate {
	--fa: "";
}

.fa-swift {
	--fa: "";
}

.fa-angular {
	--fa: "";
}

.fa-speakap {
	--fa: "";
}

.fa-angrycreative {
	--fa: "";
}

.fa-y-combinator {
	--fa: "";
}

.fa-empire {
	--fa: "";
}

.fa-envira {
	--fa: "";
}

.fa-google-scholar {
	--fa: "";
}

.fa-gitlab-square, .fa-square-gitlab {
	--fa: "";
}

.fa-studiovinari {
	--fa: "";
}

.fa-pied-piper {
	--fa: "";
}

.fa-wordpress {
	--fa: "";
}

.fa-product-hunt {
	--fa: "";
}

.fa-firefox {
	--fa: "";
}

.fa-linode {
	--fa: "";
}

.fa-goodreads {
	--fa: "";
}

.fa-odnoklassniki-square, .fa-square-odnoklassniki {
	--fa: "";
}

.fa-jsfiddle {
	--fa: "";
}

.fa-sith {
	--fa: "";
}

.fa-themeisle {
	--fa: "";
}

.fa-page4 {
	--fa: "";
}

.fa-hashnode {
	--fa: "";
}

.fa-react {
	--fa: "";
}

.fa-cc-paypal {
	--fa: "";
}

.fa-squarespace {
	--fa: "";
}

.fa-cc-stripe {
	--fa: "";
}

.fa-creative-commons-share {
	--fa: "";
}

.fa-bitcoin {
	--fa: "";
}

.fa-keycdn {
	--fa: "";
}

.fa-opera {
	--fa: "";
}

.fa-itch-io {
	--fa: "";
}

.fa-umbraco {
	--fa: "";
}

.fa-galactic-senate {
	--fa: "";
}

.fa-ubuntu {
	--fa: "";
}

.fa-draft2digital {
	--fa: "";
}

.fa-stripe {
	--fa: "";
}

.fa-houzz {
	--fa: "";
}

.fa-gg {
	--fa: "";
}

.fa-dhl {
	--fa: "";
}

.fa-pinterest-square, .fa-square-pinterest {
	--fa: "";
}

.fa-xing {
	--fa: "";
}

.fa-blackberry {
	--fa: "";
}

.fa-creative-commons-pd {
	--fa: "";
}

.fa-playstation {
	--fa: "";
}

.fa-quinscape {
	--fa: "";
}

.fa-less {
	--fa: "";
}

.fa-blogger-b {
	--fa: "";
}

.fa-opencart {
	--fa: "";
}

.fa-vine {
	--fa: "";
}

.fa-signal-messenger {
	--fa: "";
}

.fa-paypal {
	--fa: "";
}

.fa-gitlab {
	--fa: "";
}

.fa-typo3 {
	--fa: "";
}

.fa-reddit-alien {
	--fa: "";
}

.fa-yahoo {
	--fa: "";
}

.fa-dailymotion {
	--fa: "";
}

.fa-affiliatetheme {
	--fa: "";
}

.fa-pied-piper-pp {
	--fa: "";
}

.fa-bootstrap {
	--fa: "";
}

.fa-odnoklassniki {
	--fa: "";
}

.fa-nfc-symbol {
	--fa: "";
}

.fa-mintbit {
	--fa: "";
}

.fa-ethereum {
	--fa: "";
}

.fa-speaker-deck {
	--fa: "";
}

.fa-creative-commons-nc-eu {
	--fa: "";
}

.fa-patreon {
	--fa: "";
}

.fa-avianex {
	--fa: "";
}

.fa-ello {
	--fa: "";
}

.fa-gofore {
	--fa: "";
}

.fa-bimobject {
	--fa: "";
}

.fa-brave-reverse {
	--fa: "";
}

.fa-facebook-f {
	--fa: "";
}

.fa-google-plus-square, .fa-square-google-plus {
	--fa: "";
}

.fa-web-awesome {
	--fa: "";
}

.fa-mandalorian {
	--fa: "";
}

.fa-first-order-alt {
	--fa: "";
}

.fa-osi {
	--fa: "";
}

.fa-google-wallet {
	--fa: "";
}

.fa-d-and-d-beyond {
	--fa: "";
}

.fa-periscope {
	--fa: "";
}

.fa-fulcrum {
	--fa: "";
}

.fa-cloudscale {
	--fa: "";
}

.fa-forumbee {
	--fa: "";
}

.fa-mizuni {
	--fa: "";
}

.fa-schlix {
	--fa: "";
}

.fa-square-xing, .fa-xing-square {
	--fa: "";
}

.fa-bandcamp {
	--fa: "";
}

.fa-wpforms {
	--fa: "";
}

.fa-cloudversify {
	--fa: "";
}

.fa-usps {
	--fa: "";
}

.fa-megaport {
	--fa: "";
}

.fa-magento {
	--fa: "";
}

.fa-spotify {
	--fa: "";
}

.fa-optin-monster {
	--fa: "";
}

.fa-fly {
	--fa: "";
}

.fa-square-bluesky {
	--fa: "";
}

.fa-aviato {
	--fa: "";
}

.fa-itunes {
	--fa: "";
}

.fa-cuttlefish {
	--fa: "";
}

.fa-blogger {
	--fa: "";
}

.fa-flickr {
	--fa: "";
}

.fa-viber {
	--fa: "";
}

.fa-soundcloud {
	--fa: "";
}

.fa-digg {
	--fa: "";
}

.fa-tencent-weibo {
	--fa: "";
}

.fa-letterboxd {
	--fa: "";
}

.fa-symfony {
	--fa: "";
}

.fa-maxcdn {
	--fa: "";
}

.fa-etsy {
	--fa: "";
}

.fa-facebook-messenger {
	--fa: "";
}

.fa-audible {
	--fa: "";
}

.fa-think-peaks {
	--fa: "";
}

.fa-bilibili {
	--fa: "";
}

.fa-erlang {
	--fa: "";
}

.fa-x-twitter {
	--fa: "";
}

.fa-cotton-bureau {
	--fa: "";
}

.fa-dashcube {
	--fa: "";
}

.fa-42-group, .fa-innosoft {
	--fa: "";
}

.fa-stack-exchange {
	--fa: "";
}

.fa-elementor {
	--fa: "";
}

.fa-pied-piper-square, .fa-square-pied-piper {
	--fa: "";
}

.fa-creative-commons-nd {
	--fa: "";
}

.fa-palfed {
	--fa: "";
}

.fa-superpowers {
	--fa: "";
}

.fa-resolving {
	--fa: "";
}

.fa-xbox {
	--fa: "";
}

.fa-square-web-awesome-stroke {
	--fa: "";
}

.fa-searchengin {
	--fa: "";
}

.fa-tiktok {
	--fa: "";
}

.fa-facebook-square, .fa-square-facebook {
	--fa: "";
}

.fa-renren {
	--fa: "";
}

.fa-linux {
	--fa: "";
}

.fa-glide {
	--fa: "";
}

.fa-linkedin {
	--fa: "";
}

.fa-hubspot {
	--fa: "";
}

.fa-deploydog {
	--fa: "";
}

.fa-twitch {
	--fa: "";
}

.fa-flutter {
	--fa: "";
}

.fa-ravelry {
	--fa: "";
}

.fa-mixer {
	--fa: "";
}

.fa-lastfm-square, .fa-square-lastfm {
	--fa: "";
}

.fa-vimeo {
	--fa: "";
}

.fa-mendeley {
	--fa: "";
}

.fa-uniregistry {
	--fa: "";
}

.fa-figma {
	--fa: "";
}

.fa-creative-commons-remix {
	--fa: "";
}

.fa-cc-amazon-pay {
	--fa: "";
}

.fa-dropbox {
	--fa: "";
}

.fa-instagram {
	--fa: "";
}

.fa-cmplid {
	--fa: "";
}

.fa-upwork {
	--fa: "";
}

.fa-facebook {
	--fa: "";
}

.fa-gripfire {
	--fa: "";
}

.fa-jedi-order {
	--fa: "";
}

.fa-uikit {
	--fa: "";
}

.fa-fort-awesome-alt {
	--fa: "";
}

.fa-phabricator {
	--fa: "";
}

.fa-ussunnah {
	--fa: "";
}

.fa-earlybirds {
	--fa: "";
}

.fa-trade-federation {
	--fa: "";
}

.fa-autoprefixer {
	--fa: "";
}

.fa-whatsapp {
	--fa: "";
}

.fa-square-upwork {
	--fa: "";
}

.fa-slideshare {
	--fa: "";
}

.fa-google-play {
	--fa: "";
}

.fa-viadeo {
	--fa: "";
}

.fa-line {
	--fa: "";
}

.fa-google-drive {
	--fa: "";
}

.fa-servicestack {
	--fa: "";
}

.fa-simplybuilt {
	--fa: "";
}

.fa-bitbucket {
	--fa: "";
}

.fa-imdb {
	--fa: "";
}

.fa-deezer {
	--fa: "";
}

.fa-raspberry-pi {
	--fa: "";
}

.fa-jira {
	--fa: "";
}

.fa-docker {
	--fa: "";
}

.fa-screenpal {
	--fa: "";
}

.fa-bluetooth {
	--fa: "";
}

.fa-gitter {
	--fa: "";
}

.fa-d-and-d {
	--fa: "";
}

.fa-microblog {
	--fa: "";
}

.fa-cc-diners-club {
	--fa: "";
}

.fa-gg-circle {
	--fa: "";
}

.fa-pied-piper-hat {
	--fa: "";
}

.fa-kickstarter-k {
	--fa: "";
}

.fa-yandex {
	--fa: "";
}

.fa-readme {
	--fa: "";
}

.fa-html5 {
	--fa: "";
}

.fa-sellsy {
	--fa: "";
}

.fa-square-web-awesome {
	--fa: "";
}

.fa-sass {
	--fa: "";
}

.fa-wirsindhandwerk, .fa-wsh {
	--fa: "";
}

.fa-buromobelexperte {
	--fa: "";
}

.fa-salesforce {
	--fa: "";
}

.fa-octopus-deploy {
	--fa: "";
}

.fa-medapps {
	--fa: "";
}

.fa-ns8 {
	--fa: "";
}

.fa-pinterest-p {
	--fa: "";
}

.fa-apper {
	--fa: "";
}

.fa-fort-awesome {
	--fa: "";
}

.fa-waze {
	--fa: "";
}

.fa-bluesky {
	--fa: "";
}

.fa-cc-jcb {
	--fa: "";
}

.fa-snapchat, .fa-snapchat-ghost {
	--fa: "";
}

.fa-fantasy-flight-games {
	--fa: "";
}

.fa-rust {
	--fa: "";
}

.fa-wix {
	--fa: "";
}

.fa-behance-square, .fa-square-behance {
	--fa: "";
}

.fa-supple {
	--fa: "";
}

.fa-webflow {
	--fa: "";
}

.fa-rebel {
	--fa: "";
}

.fa-css3 {
	--fa: "";
}

.fa-staylinked {
	--fa: "";
}

.fa-kaggle {
	--fa: "";
}

.fa-space-awesome {
	--fa: "";
}

.fa-deviantart {
	--fa: "";
}

.fa-cpanel {
	--fa: "";
}

.fa-goodreads-g {
	--fa: "";
}

.fa-git-square, .fa-square-git {
	--fa: "";
}

.fa-square-tumblr, .fa-tumblr-square {
	--fa: "";
}

.fa-trello {
	--fa: "";
}

.fa-creative-commons-nc-jp {
	--fa: "";
}

.fa-get-pocket {
	--fa: "";
}

.fa-perbyte {
	--fa: "";
}

.fa-grunt {
	--fa: "";
}

.fa-weebly {
	--fa: "";
}

.fa-connectdevelop {
	--fa: "";
}

.fa-leanpub {
	--fa: "";
}

.fa-black-tie {
	--fa: "";
}

.fa-themeco {
	--fa: "";
}

.fa-python {
	--fa: "";
}

.fa-android {
	--fa: "";
}

.fa-bots {
	--fa: "";
}

.fa-free-code-camp {
	--fa: "";
}

.fa-hornbill {
	--fa: "";
}

.fa-js {
	--fa: "";
}

.fa-ideal {
	--fa: "";
}

.fa-git {
	--fa: "";
}

.fa-dev {
	--fa: "";
}

.fa-sketch {
	--fa: "";
}

.fa-yandex-international {
	--fa: "";
}

.fa-cc-amex {
	--fa: "";
}

.fa-uber {
	--fa: "";
}

.fa-github {
	--fa: "";
}

.fa-php {
	--fa: "";
}

.fa-alipay {
	--fa: "";
}

.fa-youtube {
	--fa: "";
}

.fa-skyatlas {
	--fa: "";
}

.fa-firefox-browser {
	--fa: "";
}

.fa-replyd {
	--fa: "";
}

.fa-suse {
	--fa: "";
}

.fa-jenkins {
	--fa: "";
}

.fa-twitter {
	--fa: "";
}

.fa-rockrms {
	--fa: "";
}

.fa-pinterest {
	--fa: "";
}

.fa-buffer {
	--fa: "";
}

.fa-npm {
	--fa: "";
}

.fa-yammer {
	--fa: "";
}

.fa-btc {
	--fa: "";
}

.fa-dribbble {
	--fa: "";
}

.fa-stumbleupon-circle {
	--fa: "";
}

.fa-internet-explorer {
	--fa: "";
}

.fa-stubber {
	--fa: "";
}

.fa-telegram, .fa-telegram-plane {
	--fa: "";
}

.fa-old-republic {
	--fa: "";
}

.fa-odysee {
	--fa: "";
}

.fa-square-whatsapp, .fa-whatsapp-square {
	--fa: "";
}

.fa-node-js {
	--fa: "";
}

.fa-edge-legacy {
	--fa: "";
}

.fa-slack, .fa-slack-hash {
	--fa: "";
}

.fa-medrt {
	--fa: "";
}

.fa-usb {
	--fa: "";
}

.fa-tumblr {
	--fa: "";
}

.fa-vaadin {
	--fa: "";
}

.fa-quora {
	--fa: "";
}

.fa-square-x-twitter {
	--fa: "";
}

.fa-reacteurope {
	--fa: "";
}

.fa-medium, .fa-medium-m {
	--fa: "";
}

.fa-amilia {
	--fa: "";
}

.fa-mixcloud {
	--fa: "";
}

.fa-flipboard {
	--fa: "";
}

.fa-viacoin {
	--fa: "";
}

.fa-critical-role {
	--fa: "";
}

.fa-sitrox {
	--fa: "";
}

.fa-discourse {
	--fa: "";
}

.fa-joomla {
	--fa: "";
}

.fa-mastodon {
	--fa: "";
}

.fa-airbnb {
	--fa: "";
}

.fa-wolf-pack-battalion {
	--fa: "";
}

.fa-buy-n-large {
	--fa: "";
}

.fa-gulp {
	--fa: "";
}

.fa-creative-commons-sampling-plus {
	--fa: "";
}

.fa-strava {
	--fa: "";
}

.fa-ember {
	--fa: "";
}

.fa-canadian-maple-leaf {
	--fa: "";
}

.fa-teamspeak {
	--fa: "";
}

.fa-pushed {
	--fa: "";
}

.fa-wordpress-simple {
	--fa: "";
}

.fa-nutritionix {
	--fa: "";
}

.fa-wodu {
	--fa: "";
}

.fa-google-pay {
	--fa: "";
}

.fa-intercom {
	--fa: "";
}

.fa-zhihu {
	--fa: "";
}

.fa-korvue {
	--fa: "";
}

.fa-pix {
	--fa: "";
}

.fa-steam-symbol {
	--fa: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-weight: 400;
}

:host, :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-weight: 900;
}

.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
	font-family: "simple-line-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
	content: "";
}

.icon-people:before {
	content: "";
}

.icon-user-female:before {
	content: "";
}

.icon-user-follow:before {
	content: "";
}

.icon-user-following:before {
	content: "";
}

.icon-user-unfollow:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-logout:before {
	content: "";
}

.icon-emotsmile:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-call-end:before {
	content: "";
}

.icon-call-in:before {
	content: "";
}

.icon-call-out:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-location-pin:before {
	content: "";
}

.icon-direction:before {
	content: "";
}

.icon-directions:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-layers:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-options-vertical:before {
	content: "";
}

.icon-options:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-up-circle:before {
	content: "";
}

.icon-arrow-left-circle:before {
	content: "";
}

.icon-arrow-right-circle:before {
	content: "";
}

.icon-arrow-down-circle:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-organization:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-screen-smartphone:before {
	content: "";
}

.icon-screen-desktop:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-notebook:before {
	content: "";
}

.icon-mustache:before {
	content: "";
}

.icon-mouse:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-energy:before {
	content: "";
}

.icon-disc:before {
	content: "";
}

.icon-cursor:before {
	content: "";
}

.icon-cursor-move:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-chemistry:before {
	content: "";
}

.icon-speedometer:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-screen-tablet:before {
	content: "";
}

.icon-magic-wand:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-graduation:before {
	content: "";
}

.icon-ghost:before {
	content: "";
}

.icon-game-controller:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eyeglass:before {
	content: "";
}

.icon-envelope-open:before {
	content: "";
}

.icon-envelope-letter:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-badge:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-vector:before {
	content: "";
}

.icon-speech:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-present:before {
	content: "";
}

.icon-playlist:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-handbag:before {
	content: "";
}

.icon-globe-alt:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-folder-alt:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-feed:before {
	content: "";
}

.icon-drop:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-docs:before {
	content: "";
}

.icon-doc:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-cup:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-bubbles:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-book-open:before {
	content: "";
}

.icon-basket-loaded:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-action-undo:before {
	content: "";
}

.icon-action-redo:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-support:before {
	content: "";
}

.icon-frame:before {
	content: "";
}

.icon-size-fullscreen:before {
	content: "";
}

.icon-size-actual:before {
	content: "";
}

.icon-shuffle:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-note:before {
	content: "";
}

.icon-loop:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-grid:before {
	content: "";
}

.icon-graph:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-music-tone-alt:before {
	content: "";
}

.icon-music-tone:before {
	content: "";
}

.icon-earphones-alt:before {
	content: "";
}

.icon-earphones:before {
	content: "";
}

.icon-equalizer:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-dislike:before {
	content: "";
}

.icon-control-start:before {
	content: "";
}

.icon-control-rewind:before {
	content: "";
}

.icon-control-play:before {
	content: "";
}

.icon-control-pause:before {
	content: "";
}

.icon-control-forward:before {
	content: "";
}

.icon-control-end:before {
	content: "";
}

.icon-volume-1:before {
	content: "";
}

.icon-volume-2:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-bulb:before {
	content: "";
}

.icon-chart:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-bubble:before {
	content: "";
}

.icon-camrecorder:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-lock-open:before {
	content: "";
}

.icon-magnifier:before {
	content: "";
}

.icon-magnifier-add:before {
	content: "";
}

.icon-magnifier-remove:before {
	content: "";
}

.icon-paper-clip:before {
	content: "";
}

.icon-paper-plane:before {
	content: "";
}

.icon-power:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reload:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-symbol-female:before {
	content: "";
}

.icon-symbol-male:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-social-tumblr:before {
	content: "";
}

.icon-social-twitter:before {
	content: "";
}

.icon-social-facebook:before {
	content: "";
}

.icon-social-instagram:before {
	content: "";
}

.icon-social-linkedin:before {
	content: "";
}

.icon-social-pinterest:before {
	content: "";
}

.icon-social-github:before {
	content: "";
}

.icon-social-google:before {
	content: "";
}

.icon-social-reddit:before {
	content: "";
}

.icon-social-skype:before {
	content: "";
}

.icon-social-dribbble:before {
	content: "";
}

.icon-social-behance:before {
	content: "";
}

.icon-social-foursqare:before {
	content: "";
}

.icon-social-soundcloud:before {
	content: "";
}

.icon-social-spotify:before {
	content: "";
}

.icon-social-stumbleupon:before {
	content: "";
}

.icon-social-youtube:before {
	content: "";
}

.icon-social-dropbox:before {
	content: "";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote, q {
	quotes: none;
}

a:focus {
	outline: solid 1px !important;
}

a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

select {
	max-width: 100%;
}

em {
	font-style: italic;
}

* html {
	font-size: 87.5%;
}

html {
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #4a4a4a;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

body {
	background-color: #fff;
}

.mejs-container {
	margin-bottom: 20px;
}

dfn, cite, em, i {
	font-style: italic;
}

body .oceanwp-row {
	margin: 0 -.625rem;
}

body .oceanwp-row .col {
	float: left;
	margin: 0 0 1.25rem;
	padding: 0 .625rem;
}

body .oceanwp-row .span_1_of_1 {
	float: none;
	width: 100%;
}

body .oceanwp-row .span_1_of_2 {
	width: 50%;
}

body .oceanwp-row .span_1_of_3 {
	width: 33.33%;
}

body .oceanwp-row .span_1_of_4 {
	width: 25%;
}

body .oceanwp-row .span_1_of_5 {
	width: 20%;
}

body .oceanwp-row .span_1_of_6 {
	width: 16.66666667%;
}

body .oceanwp-row .span_1_of_7 {
	width: 14.28%;
}

body .oceanwp-row .span_1_of_8 {
	width: 12.5%;
}

body .oceanwp-row .span_1_of_9 {
	width: 11.11%;
}

body .oceanwp-row .span_1_of_10 {
	width: 10%;
}

.count-1, .col-1, .col.first {
	clear: both;
	margin-left: 0;
}

.isotope-entry {
	clear: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.responsive-video-wrap iframe, .responsive-video-wrap object, .responsive-video-wrap embed, .responsive-audio-wrap iframe, .responsive-audio-wrap object, .responsive-audio-wrap embed {
	display: block;
}

.wp-video-shortcode {
	max-width: 100% !important;
}

.responsive-video-wrap p {
	margin: 0;
}

form.oceanwp-searchform {
	display: inline-block;
	position: relative;
	height: 35px;
}

form.oceanwp-searchform input {
	margin: 0;
	padding: 0 40px 0 15px;
	height: 100%;
	min-height: 100%;
}

form.oceanwp-searchform button {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	min-width: 40px;
	height: 60%;
	height: 100%;
	font-size: 12px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0) !important;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.polylang-switcher-shortcode li {
	float: left;
	margin-right: 5px;
}

.polylang-switcher-shortcode.flags-and-names li {
	margin-right: 15px;
}

.polylang-switcher-shortcode li:last-child {
	margin-right: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	font-size: 14px !important;
	font-weight: 400;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.no-display {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	display: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	-webkit-clip-path: circle(1% at 1% 1%);
	clip-path: circle(1% at 1% 1%);
}

.owp-icon {
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}

#owp-svg-icons path, #owp-svg-icons rect, #owp-svg-icons circle, #owp-svg-icons line, #owp-svg-icons polygon, #owp-svg-icons polyline {
	stroke: inherit;
	fill: none;
}

.owp-icon use {
	stroke: #333;
}

::selection {
	color: #fff;
	background: #333;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #333;
	text-shadow: none;
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	body .oceanwp-row .span_1_of_4.col-3.col {
		margin-left: 0;
		clear: both;
	}
	
	body .oceanwp-row .span_1_of_4.col:not(.product), body .oceanwp-isotope-grid .span_1_of_4.col {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.col {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.container {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

#wrap {
	position: relative;
}

#main {
	position: relative;
}

#main #content-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.no-margins #main #content-wrap, .no-margins.separate-layout #main #content-wrap, .landing-page #main #content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.content-area {
	float: left;
	position: relative;
	width: 72%;
	padding-right: 30px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

.widget-area {
	width: 28%;
}

.widget-area.sidebar-primary {
	float: right;
	padding-left: 30px;
}

.widget-area.sidebar-secondary {
	float: left;
}

.content-full-width .content-area, body.content-full-screen #content-wrap {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
}

.content-full-screen .content-area {
	float: none;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.content-left-sidebar .content-area {
	float: right;
	padding-left: 30px;
	padding-right: 0;
	border-left-width: 1px;
	border-right-width: 0;
}

.content-left-sidebar .widget-area {
	float: left;
	padding-right: 30px;
	padding-left: 0;
}

.content-both-sidebars .content-area {
	width: 44%;
}

.content-both-sidebars.scs-style .content-area {
	left: 28%;
	padding-left: 30px;
	border-left-width: 1px;
}

.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
	position: relative;
	left: -44%;
	padding-right: 30px;
}

.content-both-sidebars.ssc-style .content-area {
	left: 56%;
	padding-left: 30px;
	padding-right: 0;
	border-left-width: 1px;
	border-right-width: 0;
}

.content-both-sidebars.ssc-style .widget-area {
	position: relative;
	left: -44%;
	padding-right: 30px;
}

.content-both-sidebars.ssc-style .widget-area.sidebar-primary {
	padding-left: 0;
}

.content-both-sidebars.css-style .widget-area.sidebar-secondary {
	padding-left: 30px;
}

.boxed-layout {
	background-color: #e9e9e9;
}

.boxed-layout #wrap {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.boxed-layout.wrap-boxshadow #wrap {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.boxed-layout #wrap .container {
	width: auto;
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}

.boxed-layout.content-full-screen #content-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.boxed-layout #footer-widgets {
	margin: 0;
}

.boxed-layout .site-breadcrumbs {
	right: 30px;
}

.separate-layout {
	background-color: #f1f1f1;
}

.separate-layout .content-area, .separate-layout .widget-area .sidebar-box {
	background-color: #fff;
	padding: 30px;
}

.separate-layout.content-left-sidebar .content-area {
	padding: 30px;
}

.separate-layout.content-full-width .content-area {
	padding: 30px !important;
}

.separate-layout .content-area {
	border-right-width: 0;
}

.separate-layout.content-left-sidebar .content-area {
	border-left-width: 0;
}

.separate-layout .widget-area.sidebar-primary {
	padding-left: 20px;
}

.separate-layout .widget-area.sidebar-secondary {
	padding-right: 20px;
}

.separate-layout.content-left-sidebar .widget-area {
	padding-right: 20px;
	padding-left: 0;
}

.separate-layout #main #content-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.separate-layout .sidebar-box {
	margin-bottom: 20px;
}

.separate-layout .sidebar-box:last-child {
	margin-bottom: 0;
}

.separate-layout.content-both-sidebars.scs-style .content-area {
	border-left-width: 0;
}

.separate-layout.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
	padding-right: 20px;
}

.separate-layout.content-both-sidebars.ssc-style .content-area {
	padding-right: 30px;
	border-left-width: 0;
}

.separate-layout.content-both-sidebars.ssc-style .widget-area {
	padding-right: 20px;
}

.separate-layout.content-both-sidebars.css-style .widget-area.sidebar-secondary {
	padding-left: 20px;
	padding-right: 0;
}

body.separate-blog.separate-layout .content-area {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0);
}

body.separate-blog.separate-layout #blog-entries > * {
	background-color: #fff;
	padding: 30px;
	border: 0;
	margin-bottom: 20px;
}

body.separate-blog.separate-layout #blog-entries > :last-child {
	margin-bottom: 0;
}

body.separate-blog.separate-layout .oceanwp-pagination, body.separate-blog.separate-layout .page-jump, body.separate-blog.separate-layout .scroller-status {
	background-color: #fff;
	padding: 30px;
	margin-top: 20px;
}

body.separate-blog.separate-layout .oceanwp-pagination ul.page-numbers, body.separate-blog.separate-layout .page-jump ul.page-numbers, body.separate-blog.separate-layout .scroller-status ul.page-numbers {
	padding: 0;
}

body.separate-blog.separate-layout .oceanwp-row {
	margin: 0;
	margin-right: -1.25rem;
}

body.separate-blog.separate-layout #blog-entries.blog-grid > * {
	background-color: rgba(0, 0, 0, 0);
	padding: 0 1.25rem 0 0;
}

body.separate-blog.separate-layout #blog-entries.blog-grid > :last-child {
	margin-bottom: 1.25rem;
}

body.separate-blog.separate-layout.has-blog-grid .oceanwp-pagination {
	margin-top: 0;
}

body.separate-blog.separate-layout .blog-entry.grid-entry .blog-entry-inner {
	background-color: #fff;
	padding: 1.875rem;
	border: 0;
}

body.separate-blog.separate-layout .blog-entry.grid-entry .thumbnail {
	margin: 0;
}

@media only screen and (max-width: 1280px) {
	.content-both-sidebars .content-area {
		float: none !important;
		width: 100% !important;
		left: auto !important;
		border-width: 0 !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .content-area {
		padding: 0 !important;
		margin-bottom: 40px;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: left;
		width: 49% !important;
		left: auto !important;
		padding: 0 !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary {
		float: right;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 48% !important;
	}
	
	.separate-layout.content-both-sidebars .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 49% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary {
		padding-left: 0;
	}
}

@media only screen and (max-width: 1080px) {
	.content-both-sidebars .content-area {
		float: none !important;
		width: 100% !important;
		left: auto !important;
		border-width: 0 !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .content-area {
		padding: 0 !important;
		margin-bottom: 40px;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: left;
		width: 49% !important;
		left: auto !important;
		padding: 0 !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary {
		float: right;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 48% !important;
	}
	
	.separate-layout.content-both-sidebars .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 49% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary {
		padding-left: 0;
	}
}

@media only screen and (max-width: 959px) {
	.boxed-layout #wrap {
		overflow: hidden;
	}
	
	.boxed-layout .site-breadcrumbs {
		right: auto;
	}
	
	.container, body.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 90%;
	}
	
	.content-area, .content-left-sidebar .content-area {
		float: none !important;
		width: 100%;
		margin-bottom: 40px;
		border: 0;
	}
	
	body.sidebar-content .content-area {
		margin-bottom: 0;
	}
	
	body:not(.separate-layout) .content-area, .content-left-sidebar:not(.separate-layout) .content-area {
		padding: 0 !important;
	}
	
	.no-margins .content-area, .no-margins.content-left-sidebar .content-area {
		margin-bottom: 0;
	}
	
	.widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area {
		float: none !important;
		width: 100%;
		padding: 0 !important;
		border: 0;
	}
	
	body.has-composer.has-sidebar #primary {
		margin-bottom: 40px;
	}
	
	#main #content-wrap.container {
		width: auto !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: none !important;
		width: 100% !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 100% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 100% !important;
	}
	
	.separate-layout .container, .separate-layout.content-full-screen .elementor-section-wrap > .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 95%;
	}
	
	.separate-layout .content-area, .separate-layout.content-left-sidebar .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout .widget-area {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	body.separate-blog.separate-layout .oceanwp-row {
		margin: 0 !important;
	}
	
	body.separate-blog.separate-layout #blog-entries.blog-grid > * {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	body.boxed-layout #wrap, body.boxed-layout .parallax-footer {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	#wrap {
		width: 100% !important;
	}
	
	body.boxed-layout #wrap {
		width: auto !important;
	}
	
	.boxed-layout #top-bar-social.top-bar-right {
		right: auto;
	}
	
	.boxed-layout #top-bar-social.top-bar-left {
		left: auto;
	}
	
	.col:not(.swiper-slide), .blog-entry {
		width: 100%;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.boxed-layout #wrap .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

figure > img {
	display: block;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img[class*=align], img[class*=attachment-] {
	height: auto;
}

details > summary {
	display: list-item;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-bottom: 5px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed, iframe, object {
	width: 100%;
	max-width: 100%;
}

.entry-content .alignwide {
	margin-left: -3%;
	width: 106%;
	max-width: 106%;
}

.entry-content .alignfull {
	margin-left: -32px;
	width: calc(100% + 64px) !important;
	max-width: calc(100% + 64px);
}

.page .entry .alignfull {
	margin-left: -32px;
	width: calc(100% + 64px) !important;
	max-width: calc(100% + 64px);
}

.page .entry .alignwide {
	margin-left: -3%;
	width: 106%;
	max-width: 106%;
}

body.content-full-screen .entry-content .alignwide, body.content-full-screen .entry-content .alignfull, body.content-full-screen .entry .alignwide, body.content-full-screen .entry .alignfull {
	margin-left: 0;
	width: 100% !important;
	max-width: 100%;
}

body.single-post.content-max-width .entry-content .wp-block-embed .responsive-video-wrap, body.page.content-max-width .entry .wp-block-embed .responsive-video-wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.single-post.content-max-width .entry-content .alignwide, body.page.content-max-width .entry .alignwide {
	margin: 0 auto;
	width: calc(90% + 32px);
	max-width: calc(90% + 32px);
}

body.single-post.content-max-width .entry-content .alignfull, body.page.content-max-width .entry .alignfull {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
}

@media screen and (max-width: 959px) {
	.entry-content .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	.page .entry .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	body.content-full-screen .entry-content .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	body.content-full-screen.page .entry .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignnone {
	display: block;
}

table {
	width: 100%;
	margin-bottom: 2.618em;
}

table th, table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e9e9e9;
}

table th {
	text-transform: uppercase;
}

.sticky, .bypostauthor {
	font-size: inherit;
}

.col:after, .clr:after, .group:after, dl:after, .left_float:after, .right_float:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.left_float {
	float: left;
	width: 48%;
}

.right_float {
	float: right;
	width: 48%;
}

.no_float {
	clear: both;
}

.left_float label, .right_float label, .no_float label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.full {
	display: block;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.gallery-item a img {
	display: block;
}

.gallery-caption {
	background-color: #f5f5f5;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	padding: 8px 10px;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

@media screen and (min-width: 30em) {
	.gallery-item {
		max-width: 25%;
	}
	
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.responsive-video-wrap {
	position: relative;
}

.responsive-video-wrap:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.responsive-video-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.wp-block-embed .responsive-video-wrap {
	position: static;
}

.wp-block-embed .responsive-video-wrap:before {
	display: none;
}

a {
	color: #333;
}

a:hover {
	color: #13aff0;
}

a.light {
	color: #fff;
}

a.light:hover {
	color: #13aff0;
}

a, a:hover, a:focus {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
	cursor: pointer;
	text-underline-offset: 3px;
	text-decoration: underline;
	text-decoration-skip-ink: all;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover, .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	outline: 2px solid rgba(0, 0, 0, 0);
	text-decoration: underline 1px dotted #13aff0;
	text-decoration-skip-ink: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0 0 20px;
	color: #333;
	line-height: 1.4;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

.theme-heading {
	font-size: 14px;
	letter-spacing: 1.3px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.theme-heading .text::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 600;
	color: #13aff0;
	padding-right: 6px;
}

p {
	margin: 0 0 20px;
}

abbr[title], dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

code, kbd, pre, samp {
	font-size: 16px;
}

pre {
	margin: 20px 0;
	padding: 20px;
	color: #2080ad;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

.wp-block-quote {
	margin: 1.5em auto;
	padding-left: 20px;
	border-left-width: 3px;
	border-style: solid;
	border-left-color: #13aff0;
}

blockquote {
	font-style: italic;
	margin: 20px 40px;
	padding-left: 20px;
	border-left-width: 3px;
	border-style: solid;
	border-left-color: #13aff0;
}

blockquote cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	color: #555;
}

blockquote cite:before {
	position: absolute;
	left: 0;
	content: "—";
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

address {
	display: block;
	margin: 0 0 20px;
}

ul, ol {
	margin: 15px 0 15px 20px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul, li ol {
	margin: 0 0 0 25px;
}

dl {
	margin: 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 20px;
}

hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 20px 0;
	border-top: 1px solid #e9e9e9;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

@media print {
	* {
		background: rgba(0, 0, 0, 0) !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

@media only screen and (max-width: 480px) {
	blockquote {
		margin: 20px 0;
	}
}

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

form select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

form input[type=number] {
	max-width: 50px;
	padding: 0 0 0 8px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], textarea {
	-webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

form textarea {
	min-height: 150px;
	line-height: 1.5;
	resize: vertical;
}

input[type=checkbox] {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bbb;
	line-height: 0;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: .05s border-color ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	-ms-transition: .05s border-color ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	line-height: 14px;
	font-family: "Font Awesome 5 Free";
	text-rendering: auto;
}

input[type=checkbox]:checked:before {
	content: "";
	margin-bottom: -1px;
	color: #13aff0;
	font-weight: 600;
}

form input:not([type]) {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	-moz-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
}

form input[type=color] {
	padding: 5px 10px;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=date]:focus, form input[type=month]:focus, form input[type=time]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=week]:focus, form input[type=number]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=color]:focus, form select:focus, form textarea:focus {
	border-color: #bbb;
	outline: 0;
}

form input:not([type]):focus {
	border-color: #bbb;
	outline: 0;
}

form input[type=file]:focus, form input[type=radio]:focus, form input[type=checkbox]:focus {
	outline: 0;
}

form input[type=checkbox], form input[type=radio] {
	display: inline-block;
}

form input[type=text][disabled], form input[type=password][disabled], form input[type=email][disabled], form input[type=url][disabled], form input[type=date][disabled], form input[type=month][disabled], form input[type=time][disabled], form input[type=datetime][disabled], form input[type=datetime-local][disabled], form input[type=week][disabled], form input[type=number][disabled], form input[type=search][disabled], form input[type=tel][disabled], form input[type=color][disabled], form select[disabled], form textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly], form select[readonly], form textarea[readonly] {
	color: #777;
	border-color: #ccc;
	background-color: #eee;
}

form input:focus:invalid, form textarea:focus:invalid, form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type=file]:focus:invalid:focus, form input[type=radio]:focus:invalid:focus, form input[type=checkbox]:focus:invalid:focus {
	outline-color: #e9322d;
}

select {
	width: 100%;
	height: 2.25em;
	min-height: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	padding: 0 15px;
	margin: 0;
}

form select[multiple] {
	height: auto;
}

form label {
	margin-bottom: 3px;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button, .woocommerce-cart .wp-element-button, .woocommerce-checkout .wp-element-button, .wp-block-button__link {
	display: inline-block;
	font-family: inherit;
	background-color: #13aff0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 14px 20px;
	border: 0;
	cursor: pointer;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button[type=submit]:focus, .button:hover, .button:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, .woocommerce-cart .wp-element-button:hover, .woocommerce-checkout .wp-element-button:hover {
	background-color: #0b7cac;
	color: #fff;
}

.elementor-form input[type=checkbox], .elementor-form input[type=radio] {
	display: inline-block !important;
}

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button[type=submit]:focus, button:focus {
	outline: 0;
}

.pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
	cursor: not-allowed;
	-moz-opacity: .4;
	-webkit-opacity: .4;
	opacity: .4;
	border: none;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pure-button[disabled].nitro-lazy, .pure-button-disabled.nitro-lazy, .pure-button-disabled:hover.nitro-lazy, .pure-button-disabled:focus.nitro-lazy, .pure-button-disabled:active.nitro-lazy {
	background-image: none !important;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
	color: #fff;
	background-color: #0078e7;
}

.comment-form-cookies-consent {
	display: inline-block;
	width: 100%;
}

.comment-form-cookies-consent label {
	display: inline-block;
}

#top-bar-wrap {
	position: relative;
	background-color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #f1f1f1;
	z-index: 101;
}

#top-bar {
	padding: 8px 0;
}

#top-bar-inner {
	position: relative;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar-centered {
	float: none;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#top-bar {
		padding: 20px 0;
	}
	
	#top-bar > div:nth-child(2) {
		padding-top: 20px;
	}
	
	.top-bar-right {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	#top-bar-wrap {
		z-index: 100;
	}
}

#top-bar-content strong {
	color: #333;
}

#top-bar-content > a {
	color: #555;
}

#top-bar-content > a:hover {
	color: #13aff0;
}

#top-bar-content select {
	background-color: rgba(0, 0, 0, 0);
	padding: 5px;
	color: rgba(0, 0, 0, .4);
	border-color: rgba(0, 0, 0, .2);
	min-width: 100px;
}

#top-bar-content #lang_sel {
	position: relative;
	display: inline-block;
	top: 3px;
	margin-right: 10px;
	z-index: 99;
}

#topbar-template {
	display: inline-block;
}

#top-bar-wrap #lang_sel ul ul {
	z-index: 99999;
}

.top-bar-right .polylang-switcher-shortcode {
	float: right;
	margin: 0;
	margin-left: 20px;
}

.top-bar-left .polylang-switcher-shortcode {
	float: left;
	margin: 0;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	#top-bar-content, #top-bar-social-alt {
		float: none;
		text-align: center;
	}
	
	#top-bar #lang_sel {
		text-align: left;
	}
	
	body.rtl #top-bar #lang_sel {
		text-align: right;
	}
}

.top-bar-left.has-content #top-bar-nav, .top-bar-right.has-content #top-bar-nav {
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

#top-bar-nav, #top-bar-nav > li {
	display: inline-block;
}

#top-bar-content.top-bar-centered #top-bar-nav, #top-bar-content.top-bar-centered #top-bar-nav > li {
	display: inline-block;
	float: none;
}

#top-bar-nav > ul > li {
	display: inline-block;
	float: none;
	margin-right: 15px;
}

#top-bar-nav > ul > li:last-child {
	margin-right: 0;
}

#top-bar-nav > ul > li a .nav-arrow {
	margin-left: 4px;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	#top-bar #top-bar-nav > li {
		float: none;
		display: inline-block;
	}
	
	#top-bar-nav {
		float: none;
		text-align: center;
	}
}

#top-bar-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-bar-social li {
	float: left;
}

#top-bar-social li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #bbb;
	padding: 0 6px;
}

#top-bar-social.top-bar-left li:first-child a {
	padding-left: 0;
}

#top-bar-social.top-bar-right li:last-child a {
	padding-right: 0;
}

#top-bar-social li a.oceanwp-twitter a:hover {
	color: #46d4fe;
}

#top-bar-social li a.oceanwp-facebook a:hover {
	color: #37589b;
}

#top-bar-social li a.oceanwp-googleplus a:hover {
	color: #de5a49;
}

#top-bar-social li a.oceanwp-pinterest a:hover {
	color: #cb2027;
}

#top-bar-social li a.oceanwp-dribbble a:hover {
	color: #ea4c89;
}

#top-bar-social li a.oceanwp-vk a:hover {
	color: #597ba5;
}

#top-bar-social li a.oceanwp-instagram a:hover {
	color: #3f729b;
}

#top-bar-social li a.oceanwp-linkedin a:hover {
	color: #39c;
}

#top-bar-social li a.oceanwp-tumblr a:hover {
	color: #2c4762;
}

#top-bar-social li a.oceanwp-github a:hover {
	color: #60b044;
}

#top-bar-social li a.oceanwp-flickr a:hover {
	color: #fa4086;
}

#top-bar-social li a.oceanwp-skype a:hover {
	color: #00aff0;
}

#top-bar-social li a.oceanwp-youtube a:hover {
	color: #c4302b;
}

#top-bar-social li a.oceanwp-vimeo a:hover {
	color: #1ab7ea;
}

#top-bar-social li a.oceanwp-vine a:hover {
	color: #00bf8f;
}

#top-bar-social li a.oceanwp-xing a:hover {
	color: #006464;
}

#top-bar-social li a.oceanwp-yelp a:hover {
	color: #c41200;
}

#top-bar-social li a.oceanwp-tripadvisor a:hover {
	color: #589442;
}

#top-bar-social li a.oceanwp-rss a:hover {
	color: #ff7900;
}

#top-bar-social li a.oceanwp-email a:hover {
	color: #13aff0;
}

#top-bar-social.top-bar-right {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

#top-bar-social.top-bar-left {
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

#top-bar-social.top-bar-centered {
	padding-top: 15px;
}

#top-bar-social.top-bar-centered li {
	display: inline-block;
	float: none;
}

@media only screen and (max-width: 767px) {
	#top-bar-social {
		text-align: center;
	}
	
	#top-bar-social.top-bar-left, #top-bar-social.top-bar-right {
		position: inherit;
		left: auto;
		right: auto;
		float: none;
		height: auto;
		line-height: 1.5em;
		margin-top: 0;
	}
	
	#top-bar-social li {
		float: none;
		display: inline-block;
	}
}

#site-header {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	z-index: 100;
}

#site-header.is-transparent {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	z-index: 9999;
}

#transparent-header-wrap {
	position: relative;
}

.has-transparent-header .oceanwp-sticky-header-holder {
	height: auto !important;
}

.has-transparent-header .is-sticky #site-header {
	background-color: #fff;
}

.no-header-border #site-header {
	border-bottom: none;
}

#site-header-inner {
	position: relative;
	height: 100%;
}

#site-logo {
	float: left;
	height: 100%;
	display: table;
}

#site-logo #site-logo-inner {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}

#site-logo #site-logo-inner a {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-logo #site-logo-inner a img {
	width: auto;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-logo #site-logo-inner a:hover img {
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
}

#site-logo #site-logo-inner picture {
	display: inline-block;
}

#site-logo a.site-logo-text {
	font-size: 24px;
	margin: 0;
}

#site-logo.has-responsive-logo .responsive-logo-link {
	display: none;
}

#site-header.has-header-media > *:not(.overlay-header-media) {
	position: relative;
	z-index: 2;
}

#site-header.has-header-media .overlay-header-media {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

#site-header .custom-header-media {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
}

#site-header .custom-header-media:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 100%;
	z-index: 2;
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
}

#site-header .custom-header-media video, #site-header .custom-header-media iframe {
	position: absolute;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	width: auto;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#site-header .custom-header-media .wp-custom-header-video-button {
	display: none;
}

.has-header-video #site-header-inner {
	z-index: 10;
}

#sidr .sidr-class-social-menu-inner .fa {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

@media only screen and (max-width: 959px) {
	.has-left-menu #site-logo {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	#site-logo {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}

#site-header.transparent-header {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	z-index: 9999;
}

#site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
	display: none;
}

#site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
	display: block;
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
	display: block;
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
	display: none;
}

#site-header.top-header {
	border-bottom: 0 !important;
}

#site-header.top-header .header-top {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	z-index: 100;
}

#site-header.top-header .header-top .left {
	float: left;
}

#site-header.top-header .header-top .right {
	float: right;
}

#site-header.top-header .header-top .right .inner {
	display: table;
	position: relative;
}

#site-header.top-header #searchform-header-replace {
	background-color: #fff;
}

#site-header.top-header.header-replace .left, #site-header.top-header.header-replace .right {
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#site-header.top-header #site-navigation-wrap {
	float: none;
	right: auto !important;
	left: -15px;
}

#site-header.top-header #site-navigation-wrap .dropdown-menu > li > a {
	font-size: 10px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle {
	float: none;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

#site-header.top-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto;
}

#site-header.top-header .oceanwp-social-menu {
	right: 0;
	padding: 0 10px;
}

#site-header.top-header .oceanwp-social-menu .colored ul li a, #site-header.top-header .oceanwp-social-menu .minimal ul li a, #site-header.top-header .oceanwp-social-menu .dark ul li a {
	padding: 0 3px;
}

#site-header.top-header .oceanwp-social-menu .colored ul li a span, #site-header.top-header .oceanwp-social-menu .minimal ul li a span, #site-header.top-header .oceanwp-social-menu .dark ul li a span {
	width: 26px;
	height: 26px;
	line-height: 26px;
}

#site-header.top-header #search-toggle {
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	padding: 0 6px;
}

#site-header.top-header #search-toggle a {
	display: inline-block;
	font-size: 12px;
	width: 28px;
	text-align: center;
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle {
	position: relative;
	z-index: 101;
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle.exit > span:before {
	content: "✕";
	color: #fff;
}

#site-header.top-header #searchform-header-replace input {
	color: #222;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#site-header.top-header #searchform-header-replace-close {
	font-size: 16px;
	padding: 0 6px;
}

#site-header.top-header .header-bottom {
	text-align: center;
}

#site-header.top-header #site-logo {
	float: none;
	display: inline-block;
	padding: 50px 0;
}

#site-header.top-header #site-logo #site-logo-inner {
	display: block;
	height: auto;
}

#site-header.top-header #site-logo #site-description {
	padding-top: 20px;
}

#site-header.top-header #site-logo #site-description h2 {
	color: #929292;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

#site-header.top-header .oceanwp-mobile-menu-icon {
	float: none;
	left: -15px;
	right: auto;
}

#site-header.top-header .oceanwp-mobile-menu-icon a {
	font-size: 10px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.top-header.has-header-media #site-header-sticky-wrapper, #site-header.top-header.has-header-media .header-top {
	z-index: 101;
}

@media only screen and (max-width: 959px) {
	.top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#site-header.top-header .right {
		display: none;
	}
	
	#site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide {
		visibility: visible;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
	}
	
	#site-header.top-header .header-top .left, #site-header.top-header .header-top .right {
		float: none !important;
		text-align: center;
	}
	
	#site-header.top-header .oceanwp-mobile-menu-icon {
		float: none;
		left: auto !important;
		right: auto !important;
	}
	
	#site-header.top-header .oceanwp-mobile-menu-icon a {
		float: none;
	}
	
	#site-header.top-header .header-top .right .inner {
		display: block;
		padding-bottom: 10px;
	}
	
	#site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle {
		float: none;
		display: inline-block;
		height: auto;
	}
	
	.top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform {
		display: block;
	}
}

#site-header.full_screen-header {
	z-index: 9999;
}

#site-header.full_screen-header #site-header-inner {
	overflow: visible !important;
}

#site-header.full_screen-header #site-navigation-wrap {
	right: 0;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo {
	position: relative;
	z-index: 101;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo .full-screen-logo-link {
	display: none;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link, #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .retina-logo-link {
	display: none;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
	display: block;
}

#site-header.full_screen-header .menu-bar-wrap {
	float: right;
	height: 100%;
	display: table;
}

#site-header.full_screen-header .menu-bar-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 74px;
}

#site-header.full_screen-header .menu-bar {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	min-width: 38px;
	height: 33px;
	text-align: center;
	z-index: 101;
}

#site-header.full_screen-header .menu-bar .ham {
	display: inline-block;
	width: 23px;
	height: 2px;
	position: relative;
	top: 2px;
	background-color: #333;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#site-header.full_screen-header .menu-bar .ham:before, #site-header.full_screen-header .menu-bar .ham:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 23px;
	height: 2px;
	left: 0;
	background-color: #333;
	outline: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#site-header.full_screen-header .menu-bar .ham:before {
	top: -8px;
}

#site-header.full_screen-header .menu-bar .ham:after {
	top: 8px;
}

#site-header.full_screen-header .menu-bar.exit .ham {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-header.full_screen-header .menu-bar.exit .ham:before, #site-header.full_screen-header .menu-bar.exit .ham:after {
	background-color: #fff;
}

#site-header.full_screen-header .menu-bar.exit .ham:before {
	-webkit-transform: translateY(8px) rotateZ(-45deg);
	-moz-transform: translateY(8px) rotateZ(-45deg);
	-ms-transform: translateY(8px) rotateZ(-45deg);
	-o-transform: translateY(8px) rotateZ(-45deg);
	transform: translateY(8px) rotateZ(-45deg);
}

#site-header.full_screen-header .menu-bar.exit .ham:after {
	-webkit-transform: translateY(-8px) rotateZ(45deg);
	-moz-transform: translateY(-8px) rotateZ(45deg);
	-ms-transform: translateY(-8px) rotateZ(45deg);
	-o-transform: translateY(-8px) rotateZ(45deg);
	transform: translateY(-8px) rotateZ(45deg);
}

#site-header.full_screen-header.nav-open {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

#site-header.full_screen-header #full-screen-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	overflow-y: scroll;
	z-index: 100;
}

#site-header.full_screen-header #full-screen-menu #full-screen-menu-inner {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

#site-header.full_screen-header #full-screen-menu #site-navigation {
	display: table-cell;
	vertical-align: middle;
	padding: 100px 0;
	text-align: center;
}

#site-header.full_screen-header .fs-dropdown-menu {
	list-style: none;
	margin: 0;
}

#site-header.full_screen-header .fs-dropdown-menu li a {
	display: block;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.full_screen-header .fs-dropdown-menu li a:hover {
	color: #929292;
}

#site-header.full_screen-header .fs-dropdown-menu li a:focus {
	outline: 1px dashed rgba(255, 255, 255, .3);
}

#site-header.full_screen-header .fs-dropdown-menu li > a .nav-arrow {
	display: inline-block;
	width: 26px;
	padding-left: 5px;
	text-align: center;
}

#site-header.full_screen-header .fs-dropdown-menu li > a .nav-arrow:before {
	content: "+";
}

#site-header.full_screen-header .fs-dropdown-menu li > a .nav-arrow:focus {
	outline: 1px dashed rgba(255, 255, 255, .3);
}

#site-header.full_screen-header .fs-dropdown-menu li.open-sub > a .nav-arrow:before {
	content: "-";
}

#site-header.full_screen-header .fs-dropdown-menu li .sidebar-box {
	display: none;
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a {
	font-size: 16px;
	padding: 6px 0;
}

#site-header.full_screen-header .fs-dropdown-menu > li {
	display: block;
}

#site-header.full_screen-header .fs-dropdown-menu > li > a {
	font-size: 24px;
	line-height: 1.2;
	padding: 12px 0;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li {
	max-width: 220px;
	margin: 10px auto 0;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li form {
	position: relative;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input, #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li .search-text {
	font-size: 20px;
	padding: 4px 0;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	z-index: 2;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input:hover, #site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li input:focus {
	border-color: #fff;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li .search-text i + i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li .search-text i + i + i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#site-header.full_screen-header .fs-dropdown-menu > li.search-toggle-li form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.full_screen-header .oceanwp-social-menu {
	display: block;
	float: none;
	margin-top: 30px;
	text-align: center;
	right: auto;
}

#site-header.full_screen-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#site-header.full_screen-header .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #fff;
	font-size: 24px;
	padding: 0 16px;
	margin: 0;
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a:hover {
	color: #929292;
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a {
	padding: 0 4px;
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a span, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a span, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a span {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

@-webkit-keyframes blink {
	0% {
		-webkit-opacity: 1;
	}
	
	50% {
		-webkit-opacity: 0;
	}
	
	100% {
		-webkit-opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		-moz-opacity: 1;
	}
	
	50% {
		-moz-opacity: 0;
	}
	
	100% {
		-moz-opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		-o-opacity: 1;
	}
	
	50% {
		-o-opacity: 0;
	}
	
	100% {
		-o-opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 959px) {
	#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link {
		display: block;
	}
	
	#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
		display: none;
	}
}

#site-header.center-header #site-logo {
	display: none;
}

#site-header.center-header #site-navigation-wrap {
	float: none;
	width: 100%;
	right: auto;
}

#site-header.center-header #site-navigation-wrap .navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo {
	width: 24%;
	text-align: center;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
	width: auto;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo:hover img {
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
}

#site-header.center-header #site-navigation-wrap .left-menu, #site-header.center-header #site-navigation-wrap .right-menu {
	position: relative;
	width: 38%;
}

#site-header.center-header #site-navigation-wrap .left-menu {
	float: left;
}

#site-header.center-header #site-navigation-wrap .right-menu {
	float: right;
}

#site-header.center-header #site-navigation-wrap .dropdown-menu > li {
	float: none;
	display: inline-block;
}

#site-header.center-header .centered .left-menu, #site-header.center-header .centered .right-menu {
	text-align: center;
}

#site-header.center-header .wider .left-menu {
	text-align: left;
}

#site-header.center-header .wider .right-menu {
	text-align: right;
}

#site-header.center-header .closer .left-menu {
	text-align: right;
}

#site-header.center-header .closer .right-menu {
	text-align: left;
}

#site-header.center-header #searchform-header-replace.show {
	max-width: 100% !important;
}

#site-header.center-header.header-replace #site-navigation .middle-site-logo {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

#site-header.center-header.header-replace #site-navigation.hide .middle-site-logo {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#site-header.medium-header {
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
}

#site-header.medium-header .top-header-wrap {
	position: relative;
	background-color: #fff;
	padding: 30px 0;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	-ms-transition: padding .4s ease-in-out;
	-o-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
	z-index: 10;
}

#site-header.medium-header .top-header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0;
}

#site-header.medium-header .top-col {
	-webkit-flex: 1 0 0%;
	flex: 1 0 0%;
}

#site-header.medium-header .top-col.col-1 {
	text-align: left;
}

#site-header.medium-header .top-col.col-2, #site-header.medium-header .top-col.logo-col {
	text-align: center;
}

#site-header.medium-header .top-col.col-3 {
	text-align: right;
}

#site-header.medium-header #medium-searchform form {
	display: inline-block;
	position: relative;
}

#site-header.medium-header #medium-searchform form.search-filled label {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.medium-header #medium-searchform input {
	position: relative;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0;
	margin: 0;
	padding: 6px 38px 6px 12px;
	max-width: 178px;
	z-index: 2;
}

#site-header.medium-header #medium-searchform input:focus {
	max-width: 220px;
}

#site-header.medium-header #medium-searchform label, #site-header.medium-header #medium-searchform button {
	position: absolute;
	top: 0;
	line-height: 40px;
	margin: 0;
}

#site-header.medium-header #medium-searchform button:focus {
	outline: 1px solid;
}

#site-header.medium-header #medium-searchform label {
	left: 12px;
	color: #333;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.medium-header #medium-searchform button {
	right: 0;
	width: 38px;
	background-color: rgba(0, 0, 0, 0);
	color: #555;
	border: 0;
	padding: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#site-header.medium-header #medium-searchform button:hover {
	color: #13aff0;
}

#site-header.medium-header #medium-searchform .search-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
}

#site-header.medium-header #site-logo {
	float: none;
	display: block;
}

#site-header.medium-header #site-logo #site-logo-inner {
	display: block;
	height: auto !important;
}

#site-header.medium-header .oceanwp-social-menu {
	float: none;
	display: block;
	right: auto !important;
	left: auto !important;
}

#site-header.medium-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#site-header.medium-header .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#site-header.medium-header #site-navigation-wrap {
	position: relative;
	background-color: #f9f9f9;
	float: none;
	position: relative;
	right: auto !important;
	left: auto !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 9;
}

#site-header.medium-header #site-navigation-wrap.left-menu #site-navigation {
	float: left;
	left: -22px;
}

#site-header.medium-header #site-navigation-wrap.center-menu #site-navigation .dropdown-menu > li {
	float: none;
	display: inline-block;
}

#site-header.medium-header #site-navigation-wrap.right-menu #site-navigation {
	float: right;
	right: -22px;
}

#site-header.medium-header #site-navigation-wrap #site-navigation {
	display: inline-block;
	position: relative;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a {
	font-size: 12px;
	line-height: 60px;
	padding: 0 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#site-header.medium-header.hidden-menu #site-navigation-wrap, #site-header.medium-header.hidden-menu #site-navigation, #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
	max-height: 150px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.is-sticky #site-header.medium-header .top-header-wrap {
	padding: 20px 0;
}

.is-sticky #site-header.medium-header .top-header-wrap .oceanwp-social-menu .social-menu-inner {
	height: auto;
}

.is-sticky #site-header.medium-header.hidden-menu #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu #site-navigation, .is-sticky #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
	max-height: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation, .is-sticky #site-header.medium-header.hidden-menu:hover .oceanwp-mobile-menu-icon {
	max-height: 150px;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
}

#site-header.medium-header .oceanwp-mobile-menu-icon {
	float: none;
	background-color: #f9f9f9;
	right: auto !important;
	left: auto !important;
}

#site-header.medium-header .oceanwp-mobile-menu-icon a {
	float: none;
	display: inline-block;
	font-size: 12px;
	padding: 0 22px;
	line-height: 60px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#site-header.medium-header.is-transparent .top-header-wrap, #site-header.medium-header.is-transparent #site-navigation-wrap, #site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media only screen and (max-width: 959px) {
	.medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#site-header.medium-header .top-header-inner {
		display: block;
	}
	
	#site-header.medium-header .top-col:not(.logo-col) {
		display: none;
	}
	
	#site-header.medium-header .top-col.logo-col {
		display: inline-block;
		text-align: center;
	}
	
	.medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	#site-header.medium-header .header-top-wrap {
		padding: 20px 0;
	}
	
	#site-header.medium-header .oceanwp-mobile-menu-icon a {
		line-height: 40px;
	}
}

#site-header.vertical-header {
	position: fixed;
	top: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	border-bottom: none;
	z-index: 3000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.vertical-header .ps__rail-y {
	padding: 0 !important;
	width: 0;
}

#site-header.vertical-header.has-scrolled {
	background-color: #fff;
}

#site-header.vertical-header.has-shadow {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

#site-header.vertical-header .ps__thumb-y {
	background-color: rgba(0, 0, 0, 0);
}

#site-header.vertical-header .has-template > #site-logo {
	display: none;
}

#site-header.vertical-header #site-header-inner {
	max-width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

#site-header.vertical-header #site-header-inner > *:not(#site-navigation-wrap) {
	padding: 0 30px;
}

#site-header.vertical-header #site-header-inner #sidr {
	display: block;
}

#site-header.vertical-header.vh-left-logo #site-logo {
	text-align: left;
}

#site-header.vertical-header.vh-center-logo #site-logo {
	text-align: center;
}

#site-header.vertical-header.vh-right-logo #site-logo {
	text-align: right;
}

#site-header.vertical-header #site-logo, #site-header.vertical-header #site-logo #site-logo-inner {
	display: block;
	float: none;
	height: auto;
}

#site-header.vertical-header #site-logo {
	margin: 20px 0 45px;
}

#site-header.vertical-header #site-logo a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header .has-social #site-navigation-wrap {
	right: auto;
}

#site-header.vertical-header #site-navigation-wrap {
	float: none;
	right: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li {
	display: block;
	float: none;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li:last-child {
	border-bottom: none;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a {
	position: relative;
	line-height: 1;
	padding: 17px 30px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	line-height: 1;
	cursor: pointer;
	text-align: center;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li > a .dropdown-toggle:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	margin-top: -10px;
	margin-left: -10px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li.active > a > .dropdown-toggle:before {
	content: "-";
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu {
	display: none;
	position: relative;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .03);
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .05);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#site-header.vertical-header #site-navigation-wrap .nav-arrow, #site-header.vertical-header #site-navigation-wrap .sidebar-box {
	display: none;
}

#site-header.vertical-header #vertical-searchform {
	margin-top: 40px;
}

#site-header.vertical-header #vertical-searchform form {
	position: relative;
}

#site-header.vertical-header #vertical-searchform form.search-filled label {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.vertical-header #vertical-searchform form input {
	position: relative;
	font-size: 14px;
	border-width: 0 0 2px;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, .04);
	padding: 10px 12px;
	z-index: 2;
}

#site-header.vertical-header #vertical-searchform form label, #site-header.vertical-header #vertical-searchform form button {
	position: absolute;
	top: 50%;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#site-header.vertical-header #vertical-searchform form label:focus, #site-header.vertical-header #vertical-searchform form button:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #vertical-searchform form label {
	left: 12px;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.vertical-header #vertical-searchform form button {
	right: 0;
	width: 50px;
	height: 100%;
	line-height: 1;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #777;
	border: none;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#site-header.vertical-header #vertical-searchform form button:hover {
	color: #333;
}

#site-header.vertical-header #vertical-searchform form .search-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .03);
}

#site-header.vertical-header .oceanwp-social-menu {
	float: none;
	display: block;
	margin-top: 40px;
}

#site-header.vertical-header .oceanwp-social-menu.simple-social {
	right: auto;
}

#site-header.vertical-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto;
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation {
	display: block;
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation .dropdown-menu > li > a {
	padding-left: 0;
	padding-right: 0;
}

#site-header.vertical-header .vertical-toggle {
	display: none;
	position: absolute;
	top: 10px;
	width: 34px;
	height: 34px;
	font-size: 22px;
	line-height: 34px;
	padding: 0 !important;
	text-align: center;
}

.has-vh-transparent .is-sticky #site-header.vertical-header {
	background-color: #fff;
}

body.vertical-header-style.left-header #site-header.vertical-header {
	left: 0;
}

body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle {
	right: 0;
}

body.vertical-header-style.left-header #outer-wrap {
	margin-left: 300px;
}

body.vertical-header-style.right-header #site-header.vertical-header {
	right: 0;
}

body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle {
	left: 0;
}

body.vertical-header-style.right-header #outer-wrap {
	margin-right: 300px;
}

body.vertical-header-style.has-vh-transparent.left-header #outer-wrap {
	margin-left: 0;
}

body.vertical-header-style.has-vh-transparent.right-header #outer-wrap {
	margin-right: 0;
}

body.vertical-header-style.vh-closed.left-header #site-header.vertical-header {
	left: -266px;
}

body.vertical-header-style.vh-closed.left-header #outer-wrap {
	margin-left: 34px;
}

body.vertical-header-style.vh-closed.right-header #site-header.vertical-header {
	right: -266px;
}

body.vertical-header-style.vh-closed.right-header #outer-wrap {
	margin-right: 34px;
}

body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header {
	left: 0;
}

body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header {
	right: 0;
}

body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap {
	padding-right: 0;
}

body.vertical-header-style.vh-closed #site-header.vertical-header .vertical-toggle {
	display: block;
}

body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap {
	padding-right: 34px;
}

@media only screen and (max-width: 1280px) {
	body.vertical-header-style.default-collapse.left-header #site-header.vertical-header {
		left: -266px;
	}
	
	body.vertical-header-style.default-collapse.left-header #outer-wrap {
		margin-left: 34px;
	}
	
	body.vertical-header-style.default-collapse.right-header #site-header.vertical-header {
		right: -266px;
	}
	
	body.vertical-header-style.default-collapse.right-header #outer-wrap {
		margin-right: 34px;
	}
	
	body.vertical-header-style.default-collapse.vh-opened.left-header #site-header.vertical-header {
		left: 0;
	}
	
	body.vertical-header-style.default-collapse.vh-opened.right-header #site-header.vertical-header {
		right: 0;
	}
	
	body.vertical-header-style.default-collapse.vh-opened #site-header.vertical-header #site-navigation-wrap {
		padding-right: 0;
	}
	
	body.default-collapse #site-header.vertical-header .vertical-toggle {
		display: block;
	}
	
	body.default-collapse #site-header.vertical-header #site-navigation-wrap {
		padding-right: 34px;
	}
}

#site-header.custom-header ul.oceanwp-custom-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-header.custom-header ul.oceanwp-custom-menu li {
	display: inline-block;
}

#site-header.custom-header ul.oceanwp-custom-menu li a {
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	letter-spacing: .6px;
}

.custom-header-logo.left {
	text-align: left;
}

.custom-header-logo.right {
	text-align: right;
}

.custom-header-logo.center {
	text-align: center;
}

.custom-header-logo #site-logo {
	float: none;
	display: inline-block;
}

.custom-header-logo #site-logo #site-logo-inner {
	display: block;
	height: auto !important;
}

.custom-header-nav.left {
	text-align: left;
}

.custom-header-nav.right {
	text-align: right;
}

.custom-header-nav.center {
	text-align: center;
}

.custom-header-nav #site-navigation-wrap {
	float: none;
	right: auto;
}

.custom-header-nav #site-navigation-wrap #site-navigation {
	display: inline-block;
	position: relative;
}

.custom-header-nav #site-navigation-wrap .dropdown-menu > li {
	float: none;
	display: inline-block;
}

.custom-header-nav .oceanwp-mobile-menu-icon {
	float: none !important;
}

.custom-header-nav .oceanwp-mobile-menu-icon a {
	display: inline-block;
}

#site-navigation-wrap {
	float: right;
	position: relative;
	right: -15px;
}

#site-navigation-wrap .dropdown-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation-wrap .dropdown-menu > li {
	float: left;
	position: relative;
}

#site-navigation-wrap .dropdown-menu > li > a {
	display: block;
	font-size: 13px;
	line-height: 74px;
	color: #555;
	padding: 0 15px;
	letter-spacing: .6px;
}

#site-navigation-wrap .dropdown-menu > li > a.site-search-toggle {
	letter-spacing: 0;
}

#site-navigation-wrap .dropdown-menu > li > a:hover {
	color: #13aff0;
}

#site-navigation-wrap .dropdown-menu > li > a .nav-arrow {
	padding-left: 6px;
	line-height: 1;
}

#site-navigation-wrap .dropdown-menu > li > span.opl-logout-link {
	line-height: 74px;
	letter-spacing: .6px;
}

#site-navigation-wrap .dropdown-menu > li.btn > a {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-navigation-wrap .dropdown-menu > li.btn > a > span {
	background-color: #13aff0;
	color: #fff;
	padding: 12px 22px;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

#site-navigation-wrap .dropdown-menu > li.btn > a > span:before, #site-navigation-wrap .dropdown-menu > li.btn > a > span:after {
	display: none !important;
}

#site-navigation-wrap .dropdown-menu > li.btn > a:hover > span {
	background-color: #0b7cac;
	color: #fff;
}

#site-navigation-wrap .dropdown-menu > li.btn.rounded > a > span {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}

.has-social #site-navigation-wrap, .has-after-header-content #site-navigation-wrap {
	right: 0;
}

.minimal-header.left-menu #site-navigation-wrap, .transparent-header.left-menu #site-navigation-wrap {
	float: left;
	right: 0;
}

.minimal-header.left-menu #site-logo, .transparent-header.left-menu #site-logo {
	padding-right: 20px;
}

.center-menu #site-navigation-wrap {
	position: absolute;
	float: none;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li.menu-item {
	position: relative;
	white-space: nowrap;
	white-space: normal;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.sf-menu ul.sub-menu {
	position: absolute;
	visibility: hidden;
	top: 100%;
	left: 0;
	z-index: 9999;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a.menu-link {
	display: block;
	position: relative;
	zoom: 1;
}

.sf-menu ul.sub-menu ul {
	top: 0;
	left: 100%;
	visibility: visible;
}

.dropdown-menu, .dropdown-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropdown-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-top: 3px solid #13aff0;
	min-width: 180px;
	line-height: 1;
	text-align: left;
	z-index: 999;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.dropdown-menu li .sub-menu li.menu-item {
	display: block;
	float: none;
}

.dropdown-menu ul .sub-menu {
	top: 0;
	left: 100%;
	margin-top: -3px;
}

.no-top-border .sub-menu {
	border: none;
}

.dropdown-menu ul li.menu-item {
	display: block;
	border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu ul li.menu-item:last-child {
	border-bottom: 0;
}

.dropdown-menu ul li a.menu-link {
	display: block;
	position: relative;
	float: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: .6px;
	padding: 12px 15px;
	text-transform: capitalize;
}

.dropdown-menu ul li a.menu-link:hover {
	background-color: #f8f8f8;
	color: #555;
}

.dropdown-menu ul li a.menu-link:hover .owp-icon use {
	stroke: #555;
}

.dropdown-menu ul li a.menu-link .nav-arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6.5px;
	padding: 0;
}

.dropdown-menu ul li a.menu-link i {
	position: relative;
	width: 20px;
	text-align: center;
	margin-right: 3px;
}

.dropdown-menu li a.menu-link i {
	padding-right: 5px;
}

.nav-content {
	display: block;
	font-size: 11px;
	line-height: 1.8;
	padding: 5px 0;
	white-space: normal;
	-moz-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}

.navigation li a i.icon, .navigation li a span.icon-wrap, .navigation li a img.icon {
	display: inline-block;
	vertical-align: middle;
}

.navigation li a i.icon {
	width: auto;
	height: auto;
	font-size: 1.2em;
	line-height: 1;
	padding: 0 !important;
}

.navigation li a i.before, .navigation li a i.after {
	margin-top: -.265em;
}

.navigation li a i.before {
	margin-right: 6px;
}

.navigation li a i.after {
	margin-left: 6px;
}

.navigation li a i.elusive {
	margin-top: -.3em;
}

.navigation li a span.icon-wrap {
	text-align: center;
}

.navigation li a span.icon-wrap i.below, .navigation li a span.icon-wrap img {
	display: block;
	margin: 0 0 8px;
}

.navigation li a span.icon-wrap img {
	margin: 0 auto 8px auto;
}

.navigation li a span.icon-wrap span.menu-text {
	display: block;
	line-height: 1;
}

.navigation li a img.before {
	margin-right: 6px;
}

.navigation li a img.after {
	margin-left: 6px;
}

.navigation li a .svg {
	width: 1em;
}

.navigation li a .hidden {
	display: none !important;
}

.after-header-content {
	float: right;
	height: 100%;
	display: table;
}

.after-header-content .after-header-content-inner {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}

.after-header-content .after-header-content-inner > a, .after-header-content .after-header-content-inner > div > a {
	display: inline-block;
	line-height: 74px;
}

.after-header-content .elementor {
	display: inline-block;
}

.oceanwp-mobile-menu-icon {
	display: none;
	position: relative;
}

.oceanwp-mobile-menu-icon.mobile-right {
	float: right;
}

.oceanwp-mobile-menu-icon.mobile-left {
	float: left;
}

.oceanwp-mobile-menu-icon a {
	font-size: 13px;
	line-height: 74px;
	color: #555;
	padding-left: 15px;
	letter-spacing: .6px;
	cursor: pointer;
}

.oceanwp-mobile-menu-icon a:first-child {
	padding-left: 0;
}

.oceanwp-mobile-menu-icon a:hover {
	color: #13aff0;
}

.oceanwp-mobile-menu-icon a:focus {
	outline: 1px dashed #e3e3e3;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
	padding-left: 6px;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text {
	display: none;
}

.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
	display: inline-block;
}

.oceanwp-social-menu {
	float: right;
	position: relative;
	z-index: 10;
}

.oceanwp-social-menu.simple-social {
	right: -8px;
}

.oceanwp-social-menu.social-with-style {
	right: -2px;
}

.oceanwp-social-menu .social-menu-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 74px;
}

.oceanwp-social-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.oceanwp-social-menu ul li {
	float: left;
	position: relative;
}

.oceanwp-social-menu ul li a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	color: #929292;
	padding: 0 8px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
}

.oceanwp-social-menu ul li a span {
	width: 1em;
	height: 1em;
	text-align: center;
}

.oceanwp-social-menu ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.oceanwp-social-menu ul li:first-child a {
	margin-left: 0;
}

.oceanwp-social-menu ul li:last-child a {
	margin-right: 0;
}

.oceanwp-social-menu ul li.oceanwp-twitter a:hover {
	color: #46d4fe;
}

.oceanwp-social-menu ul li.oceanwp-facebook a:hover {
	color: #37589b;
}

.oceanwp-social-menu ul li.oceanwp-googleplus a:hover {
	color: #de5a49;
}

.oceanwp-social-menu ul li.oceanwp-pinterest a:hover {
	color: #cb2027;
}

.oceanwp-social-menu ul li.oceanwp-dribbble a:hover {
	color: #ea4c89;
}

.oceanwp-social-menu ul li.oceanwp-vk a:hover {
	color: #597ba5;
}

.oceanwp-social-menu ul li.oceanwp-instagram a:hover {
	color: #3f729b;
}

.oceanwp-social-menu ul li.oceanwp-linkedin a:hover {
	color: #39c;
}

.oceanwp-social-menu ul li.oceanwp-tumblr a:hover {
	color: #2c4762;
}

.oceanwp-social-menu ul li.oceanwp-github a:hover {
	color: #60b044;
}

.oceanwp-social-menu ul li.oceanwp-flickr a:hover {
	color: #fa4086;
}

.oceanwp-social-menu ul li.oceanwp-skype a:hover {
	color: #00aff0;
}

.oceanwp-social-menu ul li.oceanwp-youtube a:hover {
	color: #c4302b;
}

.oceanwp-social-menu ul li.oceanwp-vimeo a:hover {
	color: #1ab7ea;
}

.oceanwp-social-menu ul li.oceanwp-vine a:hover {
	color: #00bf8f;
}

.oceanwp-social-menu ul li.oceanwp-xing a:hover {
	color: #006464;
}

.oceanwp-social-menu ul li.oceanwp-yelp a:hover {
	color: #c41200;
}

.oceanwp-social-menu ul li.oceanwp-tripadvisor a:hover {
	color: #589442;
}

.oceanwp-social-menu ul li.oceanwp-rss a:hover {
	color: #ff7900;
}

.oceanwp-social-menu ul li.oceanwp-email a:hover {
	color: #13aff0;
}

.oceanwp-social-menu ul li.oceanwp-tiktok a:hover {
	color: #000;
}

.oceanwp-social-menu ul li.oceanwp-medium a:hover {
	color: #00ab6c;
}

.oceanwp-social-menu ul li.oceanwp-telegram a:hover {
	color: #08c;
}

.oceanwp-social-menu ul li.oceanwp-twitch a:hover {
	color: #6441a5;
}

.oceanwp-social-menu ul li.oceanwp-line a:hover {
	color: #00c300;
}

.oceanwp-social-menu ul li.oceanwp-qq a:hover {
	color: #febf1b;
}

.oceanwp-social-menu ul li.oceanwp-facebook_group a:hover {
	color: #37589b;
}

.oceanwp-social-menu ul li.oceanwp-slack a:hover {
	color: #4a154b;
}

.oceanwp-social-menu ul li.oceanwp-threads a:hover {
	color: #000;
}

.oceanwp-social-menu ul li.oceanwp-mastodon a:hover {
	color: #563acc;
}

.oceanwp-social-menu ul li.oceanwp-discord a:hover {
	color: #5865f2;
}

.oceanwp-social-menu .colored ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .colored ul li a:hover {
	color: #fff;
}

.oceanwp-social-menu .colored ul li a .owp-icon use {
	stroke: #fff;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a {
	background-color: #46d4fe;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a:hover {
	background-color: #39b4d8;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a {
	background-color: #37589b;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a:hover {
	background-color: #2d477c;
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a {
	background-color: #de5a49;
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a:hover {
	background-color: #bb4c3e;
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a {
	background-color: #cb2027;
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a:hover {
	background-color: #a91d23;
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a {
	background-color: #ea4c89;
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a:hover {
	background-color: #c64174;
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a {
	background-color: #597ba5;
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a:hover {
	background-color: #486384;
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a {
	background-color: #3f729b;
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a:hover {
	background-color: #315a7c;
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a {
	background-color: #39c;
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a:hover {
	background-color: #2678a1;
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a {
	background-color: #2c4762;
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a:hover {
	background-color: #1d3042;
}

.oceanwp-social-menu .colored ul li.oceanwp-github a {
	background-color: #60b044;
}

.oceanwp-social-menu .colored ul li.oceanwp-github a:hover {
	background-color: #4f9237;
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a {
	background-color: #fa4086;
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a:hover {
	background-color: #c63169;
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a {
	background-color: #00aff0;
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a:hover {
	background-color: #0291c6;
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a {
	background-color: #c4302b;
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a:hover {
	background-color: #982420;
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a {
	background-color: #1ab7ea;
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a:hover {
	background-color: #1494bd;
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a {
	background-color: #00bf8f;
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a:hover {
	background-color: #01906c;
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a {
	background-color: #006464;
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a:hover {
	background-color: #014646;
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a {
	background-color: #c41200;
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a:hover {
	background-color: #940f01;
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a {
	background-color: #589442;
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a:hover {
	background-color: #426f32;
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a {
	background-color: #ff7900;
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a:hover {
	background-color: #d46603;
}

.oceanwp-social-menu .colored ul li.oceanwp-email a {
	background-color: #13aff0;
}

.oceanwp-social-menu .colored ul li.oceanwp-email a:hover {
	background-color: #0f8dc2;
}

.oceanwp-social-menu .colored ul li.oceanwp-tiktok a {
	background-color: #000;
}

.oceanwp-social-menu .colored ul li.oceanwp-tiktok a:hover {
	background-color: #141414;
}

.oceanwp-social-menu .colored ul li.oceanwp-medium a {
	background-color: #00ab6c;
}

.oceanwp-social-menu .colored ul li.oceanwp-medium a:hover {
	background-color: #03945f;
}

.oceanwp-social-menu .colored ul li.oceanwp-telegram a {
	background-color: #08c;
}

.oceanwp-social-menu .colored ul li.oceanwp-telegram a:hover {
	background-color: #0da4f0;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitch a {
	background-color: #6441a5;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitch a:hover {
	background-color: #702cee;
}

.oceanwp-social-menu .colored ul li.oceanwp-line a {
	background-color: #00c300;
}

.oceanwp-social-menu .colored ul li.oceanwp-line a:hover {
	background-color: #09f309;
}

.oceanwp-social-menu .colored ul li.oceanwp-qq a {
	background-color: #febf1b;
}

.oceanwp-social-menu .colored ul li.oceanwp-qq a:hover {
	background-color: #db9f07;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook_group a {
	background-color: #37589b;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook_group a:hover {
	background-color: #2d477c;
}

.oceanwp-social-menu .colored ul li.oceanwp-slack a {
	background-color: #4a154b;
}

.oceanwp-social-menu .colored ul li.oceanwp-slack a:hover {
	background-color: #3d0a3e;
}

.oceanwp-social-menu .colored ul li.oceanwp-threads a {
	background-color: #000;
}

.oceanwp-social-menu .colored ul li.oceanwp-threads a:hover {
	background-color: #191919;
}

.oceanwp-social-menu .colored ul li.oceanwp-mastodon a {
	background-color: #6364ff;
}

.oceanwp-social-menu .colored ul li.oceanwp-mastodon a:hover {
	background-color: #563acc;
}

.oceanwp-social-menu .colored ul li.oceanwp-discord a {
	background-color: #5865f2;
}

.oceanwp-social-menu .colored ul li.oceanwp-discord a:hover {
	background-color: #7289da;
}

.oceanwp-social-menu .minimal ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0);
	color: #bbb;
	border: 1px solid #ccc;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .minimal ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.oceanwp-social-menu .minimal ul li.oceanwp-twitter a:hover {
	color: #46d4fe;
	border-color: #46d4fe;
}

.oceanwp-social-menu .minimal ul li.oceanwp-facebook a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-googleplus a:hover {
	color: #de5a49;
	border-color: #de5a49;
}

.oceanwp-social-menu .minimal ul li.oceanwp-pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.oceanwp-social-menu .minimal ul li.oceanwp-dribbble a:hover {
	color: #ea4c89;
	border-color: #ea4c89;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vk a:hover {
	color: #597ba5;
	border-color: #597ba5;
}

.oceanwp-social-menu .minimal ul li.oceanwp-instagram a:hover {
	color: #3f729b;
	border-color: #3f729b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-linkedin a:hover {
	color: #39c;
	border-color: #39c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tumblr a:hover {
	color: #2c4762;
	border-color: #2c4762;
}

.oceanwp-social-menu .minimal ul li.oceanwp-github a:hover {
	color: #60b044;
	border-color: #60b044;
}

.oceanwp-social-menu .minimal ul li.oceanwp-flickr a:hover {
	color: #fa4086;
	border-color: #fa4086;
}

.oceanwp-social-menu .minimal ul li.oceanwp-skype a:hover {
	color: #00aff0;
	border-color: #00aff0;
}

.oceanwp-social-menu .minimal ul li.oceanwp-youtube a:hover {
	color: #c4302b;
	border-color: #c4302b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vimeo a:hover {
	color: #1ab7ea;
	border-color: #1ab7ea;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vine a:hover {
	color: #00bf8f;
	border-color: #00bf8f;
}

.oceanwp-social-menu .minimal ul li.oceanwp-xing a:hover {
	color: #006464;
	border-color: #006464;
}

.oceanwp-social-menu .minimal ul li.oceanwp-yelp a:hover {
	color: #c41200;
	border-color: #c41200;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tripadvisor a:hover {
	color: #589442;
	border-color: #589442;
}

.oceanwp-social-menu .minimal ul li.oceanwp-rss a:hover {
	color: #ff7900;
	border-color: #ff7900;
}

.oceanwp-social-menu .minimal ul li.oceanwp-email a:hover {
	color: #13aff0;
	border-color: #13aff0;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tiktok a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-social-menu .minimal ul li.oceanwp-medium a:hover {
	color: #00ab6c;
	border-color: #00ab6c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-telegram a:hover {
	color: #08c;
	border-color: #08c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-twitch a:hover {
	color: #702cee;
	border-color: #702cee;
}

.oceanwp-social-menu .minimal ul li.oceanwp-line a:hover {
	color: #00c300;
	border-color: #00c300;
}

.oceanwp-social-menu .minimal ul li.oceanwp-qq a:hover {
	color: #febf1b;
	border-color: #febf1b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-facebook_group a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-slack a:hover {
	color: #4a154b;
	border-color: #4a154b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-threads a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-social-menu .minimal ul li.oceanwp-mastodon a:hover {
	color: #563acc;
	border-color: #563acc;
}

.oceanwp-social-menu .minimal ul li.oceanwp-discord a:hover {
	color: #5865f2;
	border-color: #7289da;
}

.oceanwp-social-menu .dark ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	background-color: #333;
	color: #fff;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .dark ul li a:hover {
	background-color: #000;
	color: #fff;
}

.oceanwp-social-menu .dark ul li a .owp-icon use {
	stroke: #fff;
}

.effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	display: block;
	background-color: #13aff0;
	position: absolute;
	bottom: -30%;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	visibility: hidden;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-one #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	visibility: visible;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.effect-one #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	visibility: visible;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(0, 0, 0, .1);
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.effect-two #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-two #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #13aff0;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-three #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-three #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	display: inline-block;
	color: #13aff0;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before {
	margin-right: 6px;
	content: "[";
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	margin-left: 6px;
	content: "]";
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.effect-four #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-four #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	position: absolute;
	top: 130%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #13aff0;
	content: "";
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85);
}

.effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.effect-five #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	top: -30%;
	opacity: 1;
}

.effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.effect-five #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	top: -30%;
	opacity: 1;
}

.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(.2);
	transform: translateX(-50%) translateY(-50%) scale(.2);
}

.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	width: 40px;
	height: 40px;
	border-width: 4px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.8);
	-ms-transform: translateX(-50%) translateY(-50%) scale(.8);
	-o-transform: translateX(-50%) translateY(-50%) scale(.8);
	transform: translateX(-50%) translateY(-50%) scale(.8);
}

.effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-six #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	position: absolute;
	bottom: -80%;
	left: 50%;
	color: rgba(0, 0, 0, 0);
	content: "•";
	text-shadow: 0 0 rgba(0, 0, 0, 0);
	font-size: 1.2em;
	line-height: 1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.effect-seven #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	color: #13aff0;
	text-shadow: 10px 0 #13aff0, -10px 0 #13aff0;
}

.effect-seven #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	color: #13aff0;
	text-shadow: 10px 0 #13aff0, -10px 0 #13aff0;
}

.effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
	padding: 0 8px;
}

.effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 2px;
	margin-top: -1px;
	background-color: rgba(0, 0, 0, .1);
	content: "";
	z-index: -1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	pointer-events: none;
}

.effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before {
	-webkit-transform: translateY(-13px);
	-moz-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	-o-transform: translateY(-13px);
	transform: translateY(-13px);
}

.effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}

.effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	opacity: .8;
}

.effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	opacity: .8;
}

.effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	position: relative;
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #13aff0;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	opacity: 1;
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:before {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span:after {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before, .effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	opacity: 1;
}

.effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:before {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.effect-nine #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span:after {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.effect-ten #site-navigation-wrap .dropdown-menu > li > a.menu-link > span {
	padding: 8px;
	-webkit-transition: box-shadow .25s ease-out;
	-moz-transition: box-shadow .25s ease-out;
	-ms-transition: box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
}

.effect-ten #site-navigation-wrap .dropdown-menu > li > a.menu-link:hover > span {
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
}

.effect-ten #site-navigation-wrap .dropdown-menu > li.sfHover > a.menu-link > span {
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
}

.navigation .megamenu a .nav-arrow {
	display: none;
}

.navigation .megamenu > li > a.menu-link {
	font-size: 13px;
	font-weight: 600;
}

.navigation .megamenu li ul.sub-menu {
	border-top: 1px solid #f1f1f1;
}

.navigation .megamenu li a.menu-link {
	padding: 12px 20px;
}

.navigation .megamenu .sidebar-box {
	padding: 20px;
	margin-bottom: 0;
	line-height: 1.8;
	white-space: normal;
}

.navigation > ul > li > ul.megamenu.sub-menu > li {
	float: left;
	border-bottom: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

.navigation > ul > li > ul.megamenu.sub-menu > li:first-child {
	border-left: none;
}

.navigation li.megamenu-li.hide-headings > .megamenu > li > a, .navigation li.megamenu-li > .megamenu > li.hide-heading > a {
	display: none;
}

.navigation .megamenu .sub-menu {
	display: block !important;
	-moz-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	opacity: 1 !important;
	min-width: 100%;
	position: static;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navigation li.megamenu-li .megamenu.col-1 > li {
	width: 100%;
}

.navigation li.megamenu-li .megamenu.col-2 > li {
	width: 50%;
}

.navigation li.megamenu-li .megamenu.col-3 > li {
	width: 33.33333333%;
}

.navigation li.megamenu-li .megamenu.col-4 > li {
	width: 25%;
}

.navigation li.megamenu-li .megamenu.col-5 > li {
	width: 20%;
}

.navigation li.megamenu-li .megamenu.col-6 > li {
	width: 16.66666667%;
}

@media only screen and (min-width: 959px) {
	.navigation li.megamenu-li.auto-mega .megamenu.col-1 {
		width: 320px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
		width: 440px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-3 {
		width: 660px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-4 {
		width: 780px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-5 {
		width: 980px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-6 {
		width: 1080px;
	}
}

.navigation > ul > li > ul.megamenu.sub-menu > li .elementor {
	white-space: normal;
	line-height: initial;
}

.navigation li.mega-cat .megamenu {
	padding: 30px 20px;
}

.navigation li.mega-cat .mega-cat-title {
	position: relative;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	background-color: #f8f8f8;
	color: #222;
	letter-spacing: 2px;
	margin: 0 -20px 30px;
	padding: 15px 35px;
	text-transform: uppercase;
}

.navigation li.mega-cat > ul > li {
	padding: 0 15px;
}

.navigation li.mega-cat ul li a {
	padding: 0;
}

.navigation li.mega-cat ul li a.mega-post-link {
	display: block;
	position: relative;
	background-color: #000;
}

.navigation li.mega-cat ul li a.mega-post-link img {
	display: block;
	width: 100%;
}

.navigation li.mega-cat ul li a.mega-post-link .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .2);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navigation li.mega-cat ul li a.mega-post-link:hover .overlay {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.navigation li.mega-cat ul li .mega-post-title {
	display: block;
	margin: 15px 0 8px;
	white-space: initial;
}

.navigation li.mega-cat ul li .mega-post-title a {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .6px;
	text-transform: none;
}

.navigation li.mega-cat ul li .mega-post-title a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
}

.navigation li.mega-cat ul li .mega-post-date {
	display: block;
	font-size: 10px;
	color: #bbb;
	text-transform: uppercase;
}

.navigation li.mega-cat ul li .mega-post-date i {
	font-size: 9px;
	padding-right: 5px;
}

.navigation li.mega-cat ul li .mega-post-date svg.owp-icon {
	width: 16px;
	height: 16px;
	margin-right: .7rem;
}

.navigation > ul > li.mega-cat > ul.megamenu.sub-menu > li.first {
	border-left: 0;
}

@media only screen and (min-width: 768px)and (max-width: 1280px) {
	.navigation li.megamenu.auto-width.col-6 > .sub-menu {
		width: 980px;
	}
}

#searchform-dropdown, #icon-searchform-dropdown {
	position: absolute;
	right: 0;
	background-color: #fff;
	border-top: 3px solid #13aff0;
	top: 100%;
	padding: 15px;
	width: 260px;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: 10000;
}

#searchform-dropdown input, #icon-searchform-dropdown input {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.no-top-border #searchform-dropdown, .no-top-border #icon-searchform-dropdown {
	border: none;
}

#searchform-dropdown.show, #icon-searchform-dropdown.show {
	visibility: visible;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#icon-searchform-dropdown {
	width: 100%;
}

#site-header.header-replace #site-navigation .dropdown-menu {
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-header.header-replace #site-navigation.hide .dropdown-menu {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#searchform-header-replace {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	min-width: 370px;
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#searchform-header-replace form {
	height: 100%;
	width: 100%;
}

#searchform-header-replace input {
	height: 100%;
	width: 94%;
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0);
	color: #bbb;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

#searchform-header-replace-close {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #bbb;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#searchform-header-replace-close:hover {
	color: #222;
}

#searchform-header-replace.show {
	visibility: visible;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#searchform-overlay, #icon-searchform-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	z-index: 9999;
}

#searchform-overlay .container, #icon-searchform-overlay .container {
	position: relative;
	width: 100%;
	height: 100%;
}

#searchform-overlay a.search-overlay-close, #icon-searchform-overlay a.search-overlay-close {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, .2);
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

#searchform-overlay a.search-overlay-close:hover, #icon-searchform-overlay a.search-overlay-close:hover {
	background-color: rgba(255, 255, 255, .3);
}

#searchform-overlay a.search-overlay-close span, #icon-searchform-overlay a.search-overlay-close span {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
}

#searchform-overlay a.search-overlay-close span:before, #searchform-overlay a.search-overlay-close span:after, #icon-searchform-overlay a.search-overlay-close span:before, #icon-searchform-overlay a.search-overlay-close span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#searchform-overlay a.search-overlay-close span:before, #icon-searchform-overlay a.search-overlay-close span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#searchform-overlay a.search-overlay-close span:after, #icon-searchform-overlay a.search-overlay-close span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#searchform-overlay form, #icon-searchform-overlay form {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -33px;
	width: 100%;
	text-align: center;
}

#searchform-overlay form input, #searchform-overlay form .search-text, #icon-searchform-overlay form input, #icon-searchform-overlay form .search-text {
	font-size: 22px;
	line-height: 1.3;
	padding: 18px 0;
	margin: 0;
	min-height: 50px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#searchform-overlay form input, #icon-searchform-overlay form input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #444;
	z-index: 2;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-ms-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

#searchform-overlay form input:hover, #icon-searchform-overlay form input:hover {
	border-color: #777;
}

#searchform-overlay form input:focus, #icon-searchform-overlay form input:focus {
	border-color: #fff;
}

#searchform-overlay form .search-text, #icon-searchform-overlay form .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#searchform-overlay form .search-text i, #icon-searchform-overlay form .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#searchform-overlay form .search-text i + i, #icon-searchform-overlay form .search-text i + i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#searchform-overlay form .search-text i + i + i, #icon-searchform-overlay form .search-text i + i + i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#searchform-overlay form.search-filled .search-text, #icon-searchform-overlay form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#searchform-overlay .container {
	max-width: 550px;
}

#icon-searchform-overlay form .search-text, #icon-searchform-overlay form input {
	font-size: 16px;
}

#icon-searchform-overlay .search-overlay-close {
	line-height: inherit;
}

@media only screen and (max-width: 959px) {
	#searchform-overlay {
		display: none !important;
	}
}

#mobile-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	max-height: 400px;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

#mobile-dropdown ul {
	margin: 0;
	list-style: none;
}

#mobile-dropdown ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .035);
}

#mobile-dropdown ul li a {
	display: block;
	position: relative;
	padding: 12px 40px;
	text-align: left;
}

#mobile-dropdown ul li a:focus {
	outline: 1px dashed #e3e3e3;
}

#mobile-dropdown ul li a i, #mobile-dropdown ul li a img {
	margin-right: 10px;
}

#mobile-dropdown ul li a i.after {
	margin-right: 0;
	margin-left: 10px;
}

#mobile-dropdown ul li a .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	cursor: pointer;
	color: #555;
	padding-right: 40px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#mobile-dropdown ul li a .dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .4);
}

#mobile-dropdown ul li a .dropdown-toggle:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

#mobile-dropdown ul li.active > a > .dropdown-toggle:before {
	content: "-";
}

#mobile-dropdown ul li ul {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .035);
	margin-left: 0;
	background-color: rgba(0, 0, 0, .02);
}

#mobile-dropdown ul li.woo-menu-icon, #mobile-dropdown ul li.search-toggle-li, #mobile-dropdown ul li.side-panel-li, #mobile-dropdown ul li a .nav-arrow, #mobile-dropdown ul .sidebar-box, #mobile-dropdown ul .widget {
	display: none;
}

#mobile-dropdown .oceanwp-social-menu {
	display: block !important;
	float: none;
	width: 100%;
	right: auto !important;
	left: auto !important;
	padding: 0 40px !important;
	margin: 10px 0 !important;
}

#mobile-dropdown .oceanwp-social-menu .social-menu-inner {
	height: auto;
}

#mobile-dropdown .oceanwp-social-menu li {
	display: inline-block;
	float: none;
	border: 0;
}

#mobile-dropdown .oceanwp-social-menu li a {
	display: block;
	padding: 12px 10px;
}

#mobile-dropdown #mobile-menu-search {
	display: block;
	padding: 20px 40px;
}

#mobile-dropdown #mobile-menu-search form {
	position: relative;
}

#mobile-dropdown #mobile-menu-search form input {
	padding: 6px 45px 6px 12px !important;
	margin-top: 0 !important;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#mobile-dropdown #mobile-menu-search form button {
	display: block;
	position: absolute;
	right: 10px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #555;
	border: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#mobile-dropdown #mobile-menu-search form button:hover {
	color: #222;
}

#mobile-dropdown .has-social #mobile-menu-search {
	padding-top: 0;
}

#mobile-fullscreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	overflow-y: scroll;
	z-index: 100000;
}

#mobile-fullscreen #mobile-fullscreen-inner {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

#mobile-fullscreen a.close {
	position: absolute;
	top: 14px;
	right: 14px;
}

#mobile-fullscreen a.close .close-icon-wrap {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 33px;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

#mobile-fullscreen a.close .close-icon-wrap:hover {
	opacity: .7;
}

#mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after {
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}

#mobile-fullscreen a.close .close-icon-inner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-fullscreen a.close .close-icon-inner::after {
	content: "";
	display: block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#mobile-fullscreen nav {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0;
	text-align: center;
}

#mobile-fullscreen ul {
	list-style: none;
	margin: 0;
}

#mobile-fullscreen ul li a {
	display: block;
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#mobile-fullscreen ul li a:focus {
	outline: 1px dashed rgba(255, 255, 255, .6);
}

#mobile-fullscreen ul li a:hover {
	color: #929292;
}

#mobile-fullscreen ul li a i, #mobile-fullscreen ul li a img {
	margin-right: 10px;
}

#mobile-fullscreen ul li a i.after {
	margin-right: 0;
	margin-left: 10px;
}

#mobile-fullscreen ul li .dropdown-toggle {
	display: inline-block;
	width: 26px;
	padding-left: 5px;
	text-align: center;
}

#mobile-fullscreen ul li .dropdown-toggle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "+";
}

#mobile-fullscreen ul li .dropdown-toggle:focus {
	outline: 1px dashed rgba(255, 255, 255, .6);
}

#mobile-fullscreen ul li.open-sub > a > .dropdown-toggle:before {
	content: "-";
}

#mobile-fullscreen ul ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-fullscreen ul ul.sub-menu li a {
	font-size: 13px;
	padding: 3px 0;
}

#mobile-fullscreen ul > li {
	display: block;
}

#mobile-fullscreen ul > li > a {
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 0;
}

#mobile-fullscreen ul .woo-menu-icon, #mobile-fullscreen ul .search-toggle-li, #mobile-fullscreen ul .side-panel-li, #mobile-fullscreen ul .sidebar-box {
	display: none;
}

#mobile-fullscreen #mobile-search {
	max-width: 220px;
	margin: 10px auto 0;
}

#mobile-fullscreen #mobile-search form {
	position: relative;
}

#mobile-fullscreen #mobile-search input, #mobile-fullscreen #mobile-search .search-text {
	font-size: 20px;
	padding: 4px 0;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#mobile-fullscreen #mobile-search input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	z-index: 2;
}

#mobile-fullscreen #mobile-search input:hover, #mobile-fullscreen #mobile-search input:focus {
	border-color: #fff;
}

#mobile-fullscreen #mobile-search .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#mobile-fullscreen #mobile-search .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#mobile-fullscreen #mobile-search .search-text i + i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#mobile-fullscreen #mobile-search .search-text i + i + i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#mobile-fullscreen #mobile-search form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#mobile-fullscreen .oceanwp-social-menu {
	display: block;
	float: none;
	margin-top: 30px;
	text-align: center;
	right: auto;
}

#mobile-fullscreen .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#mobile-fullscreen .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a {
	color: #fff;
	font-size: 24px;
	padding: 0 16px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0) !important;
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover {
	color: #929292;
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a, #mobile-fullscreen .oceanwp-social-menu .dark ul li a {
	padding: 0 4px;
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a span, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a span, #mobile-fullscreen .oceanwp-social-menu .dark ul li a span {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

@-webkit-keyframes blink {
	0% {
		-webkit-opacity: 1;
	}
	
	50% {
		-webkit-opacity: 0;
	}
	
	100% {
		-webkit-opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		-moz-opacity: 1;
	}
	
	50% {
		-moz-opacity: 0;
	}
	
	100% {
		-moz-opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		-o-opacity: 1;
	}
	
	50% {
		-o-opacity: 0;
	}
	
	100% {
		-o-opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.page-header {
	position: relative;
	background-color: #f5f5f5;
	padding: 34px 0;
}

.page-header .container {
	position: relative;
}

.has-transparent-header .page-header {
	padding: 120px 0 36px 0;
}

body.home .page-header-inner {
	text-align: center;
}

.page-header-title {
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 400;
	margin: 0;
	color: #333;
}

body.breadcrumbs-position-default .page-header-title {
	max-width: 70%;
}

.page-subheading {
	font-size: 15px;
	margin: 0;
}

.page-subheading p:last-child {
	margin: 0;
}

.centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title {
	max-width: 100% !important;
}

.centered-page-header {
	text-align: center;
}

.centered-page-header .page-header-title {
	font-size: 32px;
}

.centered-page-header .page-subheading {
	font-size: 18px;
	font-weight: 300;
}

.centered-minimal-page-header {
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
}

.centered-minimal-page-header .page-header-title {
	font-size: 32px;
}

.centered-minimal-page-header .page-subheading {
	font-size: 18px;
	font-weight: 300;
}

.solid-color-page-header .page-header-title {
	color: #fff !important;
}

.solid-color-page-header .site-breadcrumbs, .solid-color-page-header .site-breadcrumbs a {
	color: #fff !important;
}

.solid-color-page-header .page-subheading {
	color: #fff;
}

.background-image-page-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	background-color: #000;
	height: 400px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-image-page-header .page-header-inner {
	text-align: center;
}

.background-image-page-header .page-subheading {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	z-index: 2;
}

.page-header.background-image-page-header .page-header-title {
	position: relative;
	color: #fff;
	font-size: 44px;
	font-weight: 400;
	max-width: 100%;
	z-index: 2;
}

.background-image-page-header-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 1;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
}

.site-breadcrumbs {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 50%;
	height: 32px;
	line-height: 32px;
	margin-top: -16px;
	font-size: 13px;
	color: #c6c6c6;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}

.site-breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-breadcrumbs ol li {
	display: inline-block;
}

.site-breadcrumbs ol li .breadcrumb-sep {
	margin: 0 6px;
}

.site-breadcrumbs.woocommerce-breadcrumbs .breadcrumb-sep {
	margin: 0 6px;
}

.site-breadcrumbs .icon-home.has-text, .site-breadcrumbs .breadcrumb-home.has-icon {
	display: none;
}

.site-breadcrumbs .breadcrumb-title {
	margin-right: 5px;
}

.site-breadcrumbs .owp-icon {
	vertical-align: text-top;
}

.site-breadcrumbs.position-under-title, .centered-page-header .site-breadcrumbs, .centered-minimal-page-header .site-breadcrumbs {
	position: inherit;
	top: auto;
	right: auto;
	margin-top: 0;
	max-width: 100%;
}

.oceanwp-breadcrumb .site-breadcrumbs {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	max-width: 100%;
	margin-top: 0;
}

.background-image-page-header .site-breadcrumbs {
	display: block;
	position: inherit;
	max-width: 100%;
	margin-top: 20px;
	top: auto;
	right: auto;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.background-image-page-header .site-breadcrumbs a {
	color: #fff;
}

.background-image-page-header .site-breadcrumbs a:hover {
	color: #ddd;
}

.site-breadcrumbs nav, .site-breadcrumbs ol {
	margin: 0;
}

.elementor .site-breadcrumbs {
	position: relative;
	display: block;
	overflow: visible;
}

@media only screen and (max-width: 959px) {
	body.has-breadcrumbs .page-header-title {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {
	.site-breadcrumbs {
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		max-width: 100%;
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-header {
		background-attachment: initial !important;
	}
	
	.page-header-with-background .page-header-title {
		font-size: 36px;
	}
	
	.centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
		font-size: 24px;
	}
	
	.centered-page-header .page-subheading, .centered-minimal-page-header .page-header-subheading, .page-header.background-image-page-header .page-subheading {
		font-size: 14px;
	}
	
	.background-image-page-header {
		height: auto !important;
	}
	
	body.has-breadcrumbs .page-header-title {
		max-width: 100%;
		width: 100%;
	}
}

#blog-entries {
	padding-bottom: 0;
}

.blog-entry.post {
	position: relative;
}

.blog-entry.post .thumbnail {
	position: relative;
}

.blog-entry.post .thumbnail a:not(.mejs-volume-slider) {
	display: inline-block;
	position: relative;
	width: 100%;
}

.blog-entry.post .thumbnail .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-entry.post .thumbnail:hover .overlay {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.blog-entry.post .thumbnail img {
	width: 100%;
}

.blog-entry.post ul.meta {
	margin: 0 0 12px;
}

.blog-entry.post .blog-entry-header {
	margin-bottom: 20px;
}

.blog-entry.post .blog-entry-header .entry-title {
	font-size: 24px;
	margin: 0;
}

.blog-entry.post .blog-entry-header .entry-title a {
	font-weight: 600;
	letter-spacing: .6px;
}

.blog-entry.post .blog-entry-summary {
	margin-bottom: 20px;
}

.blog-entry.post .blog-entry-summary p:last-child {
	margin-bottom: 0;
}

.thumbnail-caption {
	font-size: 13px;
	margin-top: .5em;
	text-align: center;
}

.blog-entry.large-entry {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-entry.large-entry .thumbnail {
	margin-bottom: 20px;
}

.blog-entry.large-entry .blog-entry-readmore a {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	border: 1px solid #ddd;
	padding: 10px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.blog-entry.large-entry .blog-entry-readmore a:hover {
	color: #13aff0;
	border-color: #13aff0;
}

.blog-entry.large-entry .blog-entry-readmore a i {
	margin-left: 8px;
}

.blog-entry.large-entry .blog-entry-readmore a svg.owp-icon {
	margin-left: .7rem;
}

@media only screen and (min-width: 481px)and (max-width: 980px) {
	.tablet-col .col.first {
		clear: none;
	}
	
	.has-blog-grid .blog-grid.oceanwp-row.tablet-col .col, .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-col .col {
		clear: none;
	}
	
	.has-blog-grid .blog-grid.oceanwp-row.tablet-1-col .blog-entry, .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-1-col .blog-entry {
		clear: both;
	}
	
	.has-blog-grid .blog-grid.oceanwp-row.tablet-2-col .blog-entry:nth-child(2n+1), .has-blog-grid .blog-grid.oceanwp-row.tablet-3-col .blog-entry:nth-child(3n+1), .has-blog-grid .blog-grid.oceanwp-row.tablet-4-col .blog-entry:nth-child(4n+1), .has-blog-grid .blog-grid.oceanwp-row.tablet-5-col .blog-entry:nth-child(5n+1), .has-blog-grid .blog-grid.oceanwp-row.tablet-6-col .blog-entry:nth-child(6n+1), .has-blog-grid .blog-grid.oceanwp-row.tablet-7-col .blog-entry:nth-child(7n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-2-col .blog-entry:nth-child(2n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-3-col .blog-entry:nth-child(3n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-4-col .blog-entry:nth-child(4n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-5-col .blog-entry:nth-child(5n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-6-col .blog-entry:nth-child(6n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.tablet-7-col .blog-entry:nth-child(7n+1) {
		clear: both;
	}
	
	.has-blog-grid .blog-grid.tablet-1-col .blog-entry, .has-blog-grid .blog-masonry-grid.tablet-1-col .blog-entry {
		width: 100% !important;
	}
	
	.has-blog-grid .blog-grid.tablet-2-col .blog-entry, .has-blog-grid .blog-masonry-grid.tablet-2-col .blog-entry {
		width: 50% !important;
	}
	
	.has-blog-grid .blog-grid.tablet-3-col .blog-entry, .has-blog-grid .blog-masonry-grid.tablet-3-col .blog-entry {
		width: 33.33% !important;
	}
	
	.has-blog-grid .blog-grid.tablet-4-col .blog-entry, .has-blog-grid .blog-masonry-grid.tablet-4-col .blog-entry {
		width: 25% !important;
	}
	
	.has-blog-grid .blog-grid.tablet-5-col .blog-entry, .has-blog-grid .blog-masonry-grid.tablet-5-col .blog-entry {
		width: 20% !important;
	}
	
	.has-blog-grid .blog-grid.tablet-6-col .blog-entry, .has-blog-grid .blog-masonry-grid.tablet-6-col .blog-entry {
		width: 16.66% !important;
	}
	
	.has-blog-grid .blog-grid.tablet-7-col .blog-entry, .has-blog-grid .blog-masonry-grid.tablet-7-col .blog-entry {
		width: 14.28% !important;
	}
}

@media only screen and (max-width: 480px) {
	.mobile-col .col.first {
		clear: none;
	}
	
	.has-blog-grid .blog-grid.oceanwp-row.mobile-col .col, .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-col .col {
		clear: none;
	}
	
	.has-blog-grid .blog-grid.oceanwp-row.mobile-1-col .blog-entry, .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-1-col .blog-entry {
		clear: both;
	}
	
	.has-blog-grid .blog-grid.oceanwp-row.mobile-2-col .blog-entry:nth-child(2n+1), .has-blog-grid .blog-grid.oceanwp-row.mobile-3-col .blog-entry:nth-child(3n+1), .has-blog-grid .blog-grid.oceanwp-row.mobile-4-col .blog-entry:nth-child(4n+1), .has-blog-grid .blog-grid.oceanwp-row.mobile-5-col .blog-entry:nth-child(5n+1), .has-blog-grid .blog-grid.oceanwp-row.mobile-6-col .blog-entry:nth-child(6n+1), .has-blog-grid .blog-grid.oceanwp-row.mobile-7-col .blog-entry:nth-child(7n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-2-col .blog-entry:nth-child(2n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-3-col .blog-entry:nth-child(3n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-4-col .blog-entry:nth-child(4n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-5-col .blog-entry:nth-child(5n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-6-col .blog-entry:nth-child(6n+1), .has-blog-grid .blog-masonry-grid.oceanwp-row.mobile-7-col .blog-entry:nth-child(7n+1) {
		clear: both;
	}
	
	.has-blog-grid .blog-grid.mobile-1-col .blog-entry, .has-blog-grid .blog-masonry-grid.mobile-1-col .blog-entry {
		width: 100% !important;
	}
	
	.has-blog-grid .blog-grid.mobile-2-col .blog-entry, .has-blog-grid .blog-masonry-grid.mobile-2-col .blog-entry {
		width: 50% !important;
	}
	
	.has-blog-grid .blog-grid.mobile-3-col .blog-entry, .has-blog-grid .blog-masonry-grid.mobile-3-col .blog-entry {
		width: 33.33% !important;
	}
	
	.has-blog-grid .blog-grid.mobile-4-col .blog-entry, .has-blog-grid .blog-masonry-grid.mobile-4-col .blog-entry {
		width: 25% !important;
	}
	
	.has-blog-grid .blog-grid.mobile-5-col .blog-entry, .has-blog-grid .blog-masonry-grid.mobile-5-col .blog-entry {
		width: 20% !important;
	}
	
	.has-blog-grid .blog-grid.mobile-6-col .blog-entry, .has-blog-grid .blog-masonry-grid.mobile-6-col .blog-entry {
		width: 16.66% !important;
	}
	
	.has-blog-grid .blog-grid.mobile-7-col .blog-entry, .has-blog-grid .blog-masonry-grid.mobile-7-col .blog-entry {
		width: 14.28% !important;
	}
}

.blog-entry.grid-entry {
	justify-content: flex-start;
}

.blog-entry.grid-entry .blog-entry-inner {
	padding: 0 1.25rem 1.25rem;
	border: 1px solid #e9e9e9;
}

.blog-entry.grid-entry .thumbnail {
	margin: 0 -1.25rem;
}

.blog-entry.grid-entry .blog-entry-header {
	margin: 1rem 0 1rem;
}

.blog-entry.grid-entry .blog-entry-header .entry-title {
	font-size: 18px;
}

.blog-entry.grid-entry .blog-entry-summary {
	line-height: 1.6;
	margin-top: .625rem;
}

.blog-entry.grid-entry .blog-entry-readmore {
	margin-top: 1rem;
}

.blog-entry.grid-entry .blog-entry-readmore a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: .19rem;
	border-bottom: 1px solid;
	text-transform: capitalize;
}

.blog-entry.grid-entry .blog-entry-readmore a i {
	margin-left: .5rem;
}

.blog-entry.grid-entry .blog-entry-readmore a svg.owp-icon {
	margin-left: .7rem;
}

.blog-entry.thumbnail-entry {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-entry.thumbnail-entry .blog-entry-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.blog-entry.thumbnail-entry .center .thumbnail, .blog-entry.thumbnail-entry .center .blog-entry-content {
	-webkit-justify-content: center;
	justify-content: center;
}

.blog-entry.thumbnail-entry .bottom .thumbnail, .blog-entry.thumbnail-entry .bottom .blog-entry-content {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.blog-entry.thumbnail-entry .thumbnail {
	width: 45%;
}

.blog-entry.thumbnail-entry .thumbnail a {
	position: relative;
}

.blog-entry.thumbnail-entry .thumbnail .link-entry {
	position: absolute;
	top: 0;
}

.blog-entry.thumbnail-entry .thumbnail .left-position .link-entry {
	right: 0;
}

.blog-entry.thumbnail-entry .thumbnail .right-position .link-entry {
	left: 0;
}

.blog-entry.thumbnail-entry .blog-entry-content {
	width: 55%;
}

.blog-entry.thumbnail-entry .blog-entry-content {
	padding: 6px 0;
}

.blog-entry.thumbnail-entry .left-position .blog-entry-content {
	padding-left: 3em;
}

.blog-entry.thumbnail-entry .right-position .blog-entry-content {
	padding-right: 3em;
}

.blog-entry.thumbnail-entry .blog-entry-category {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-entry.thumbnail-entry .blog-entry-category a {
	color: #13aff0;
}

.blog-entry.thumbnail-entry .blog-entry-category a:hover {
	color: #333;
}

.blog-entry.thumbnail-entry .blog-entry-summary {
	margin-bottom: 15px;
}

.blog-entry.thumbnail-entry .blog-entry-bottom {
	display: block;
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.blog-entry.thumbnail-entry .blog-entry-comments, .blog-entry.thumbnail-entry .blog-entry-comments a, .blog-entry.thumbnail-entry .blog-entry-date {
	color: #ababab;
}

.blog-entry.thumbnail-entry .blog-entry-comments {
	float: left;
}

.blog-entry.thumbnail-entry .blog-entry-comments i {
	padding-right: 6px;
}

.blog-entry.thumbnail-entry .blog-entry-comments a:hover {
	color: #333;
}

.blog-entry.thumbnail-entry .blog-entry-comments svg.owp-icon {
	width: 17px;
	height: 17px;
	margin-right: .7rem;
}

.blog-entry.thumbnail-entry .blog-entry-date {
	float: right;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .blog-entry-content {
	width: 100%;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .left-position .blog-entry-content {
	padding-left: 0;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .right-position .blog-entry-content {
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
	.blog-entry.thumbnail-entry .blog-entry-inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content {
		width: 100%;
	}
	
	.blog-entry.thumbnail-entry .blog-entry-content {
		margin-top: 15px;
		padding: 0 !important;
	}
}

ul.meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 10px;
	list-style: none;
}

ul.meta li {
	line-height: 1.5;
	align-self: flex-end;
	flex-wrap: nowrap;
	padding-bottom: 5px;
}

ul.meta li:after {
	padding: 0 6px;
	font-weight: bold;
}

ul.meta li:last-child:after {
	display: none;
	padding: 0;
}

ul.meta li a {
	color: #4a4a4a;
}

ul.meta li a:hover {
	color: #13aff0;
}

ul.meta li i {
	padding-right: 6px;
	font-size: 17px;
}

ul.meta li .owp-icon {
	margin-right: 8px;
}

ul.meta li svg.owp-icon {
	width: 18px;
	height: 18px;
}

ul.meta li .owp-sep {
	padding: 0 5px;
}

ul.obem-default li:after {
	content: "-";
}

ul.obem-modern li:after {
	content: "|";
}

ul.obem-stylish li:after {
	content: "//";
}

ul.obem-none li:after {
	content: "";
	margin: 0 5px;
}

.single-post ul.meta, .single.ocean-cpt ul.meta {
	font-size: 14.5px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
}

.single-post ul.meta li:after, .single.ocean-cpt ul.meta li:after {
	padding: 0 8px;
}

.single-post ul.meta li i, .single.ocean-cpt ul.meta li i {
	padding-right: 9px;
}

.single-post ul.meta li .owp-icon, .single.ocean-cpt ul.meta li .owp-icon {
	margin-right: 8px;
}

.single-post ul.meta li svg.owp-icon, .single.ocean-cpt ul.meta li svg.owp-icon {
	width: 20px;
	height: 20px;
}

.single-post ul.ospm-default li:after, .single.ocean-cpt ul.ospm-default li:after {
	content: "-";
}

.single-post ul.ospm-modern li:after, .single.ocean-cpt ul.ospm-modern li:after {
	content: "|";
}

.single-post ul.ospm-stylish li:after, .single.ocean-cpt ul.ospm-stylish li:after {
	content: "//";
}

.single-post ul.ospm-none li:after, .single.ocean-cpt ul.ospm-none li:after {
	content: "";
	margin: 0 10px;
}

.gallery-format {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.gallery-format img, .gallery-format a.gallery-lightbox {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.gallery-format .flickity-button {
	top: calc(100% - 18px);
	width: 30px;
	height: 36px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-format .flickity-button:hover {
	background-color: rgba(0, 0, 0, .8);
}

.gallery-format .flickity-button:disabled {
	pointer-events: unset;
}

.gallery-format .flickity-button.next {
	right: 0;
}

.gallery-format .flickity-button.previous {
	left: auto;
	right: 30px;
}

.gallery-format .flickity-button svg {
	fill: #fff;
	width: 12px;
	height: auto;
	position: static;
}

.wp-video {
	width: 100% !important;
}

.link-entry {
	position: absolute;
	top: 20px;
	right: 20px;
}

.link-entry i {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	background-color: #333;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.thumbnail:hover i {
	background-color: #13aff0;
}

.link-post-svg-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #333;
	text-align: center;
	padding-top: 18px;
}

.link-post-svg-icon .owp-icon {
	width: 22px;
	height: 22px;
}

.link-post-svg-icon .owp-icon use {
	stroke: #fff;
}

.post-quote-content, .post-quote-author {
	position: relative;
	background-color: #13aff0;
	color: #fff;
	font-size: 20px;
	padding: 20px 30px;
	line-height: 1.6;
	z-index: 1;
}

.post-quote-icon {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 48px;
	-moz-opacity: .2;
	-webkit-opacity: .2;
	opacity: .2;
	z-index: -1;
}

.post-quote-icon svg.owp-icon {
	width: 45px;
	height: 45px;
}

.post-quote-author {
	background-color: #0b7cac;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 30px;
	margin-top: 1px;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.single-post .post-quote-wrap {
	margin-bottom: 30px;
}

.single .thumbnail {
	position: relative;
	margin-bottom: 20px;
}

.single .thumbnail img {
	width: 100%;
}

.single .entry-title {
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #f1f1f1;
	letter-spacing: .6px;
}

.single-post.content-max-width #main #content-wrap {
	width: 100%;
	max-width: 100%;
}

.single-post.content-max-width .thumbnail, .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .post-tags, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts, .single-post.content-max-width .comments-area {
	padding-left: 20px;
	padding-right: 20px;
}

.single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .wp-block-image, .single-post.content-max-width .wp-block-buttons, .single-post.content-max-width .wp-block-gallery, .single-post.content-max-width .wp-block-video, .single-post.content-max-width .wp-block-quote, .single-post.content-max-width .wp-block-table, .single-post.content-max-width .wp-block-text-columns, .single-post.content-max-width .wp-block-code, .single-post.content-max-width .wp-block-preformatted, .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol, .single-post.content-max-width .wp-block-cover-text, .single-post.content-max-width .wp-block-cover, .single-post.content-max-width .wp-block-columns, .single-post.content-max-width .post-tags, .single-post.content-max-width .comments-area {
	margin: 1.5em auto;
	max-width: 700px;
}

.single-post.content-max-width .wp-block-columns.alignfull h1, .single-post.content-max-width .wp-block-columns.alignfull h2, .single-post.content-max-width .wp-block-columns.alignfull h3, .single-post.content-max-width .wp-block-columns.alignfull h4, .single-post.content-max-width .wp-block-columns.alignfull h5, .single-post.content-max-width .wp-block-columns.alignfull h6, .single-post.content-max-width .wp-block-columns.alignfull blockquote, .single-post.content-max-width .wp-block-columns.alignfull p, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-image, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-buttons, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-gallery, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-video, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-quote, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-table, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-text-columns, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-preformatted, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-code, .single-post.content-max-width .wp-block-columns.alignfull ul, .single-post.content-max-width .wp-block-columns.alignfull ol, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover-text, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover, .single-post.content-max-width .wp-block-columns.alignwide h1, .single-post.content-max-width .wp-block-columns.alignwide h2, .single-post.content-max-width .wp-block-columns.alignwide h3, .single-post.content-max-width .wp-block-columns.alignwide h4, .single-post.content-max-width .wp-block-columns.alignwide h5, .single-post.content-max-width .wp-block-columns.alignwide h6, .single-post.content-max-width .wp-block-columns.alignwide blockquote, .single-post.content-max-width .wp-block-columns.alignwide p, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-image, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-buttons, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-gallery, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-video, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-quote, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-table, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-text-columns, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-preformatted, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-code, .single-post.content-max-width .wp-block-columns.alignwide ul, .single-post.content-max-width .wp-block-columns.alignwide ol, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover-text, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover, .single-post.content-max-width .elementor-section h1, .single-post.content-max-width .elementor-section h2, .single-post.content-max-width .elementor-section h3, .single-post.content-max-width .elementor-section h4, .single-post.content-max-width .elementor-section h5, .single-post.content-max-width .elementor-section h6, .single-post.content-max-width .elementor-section blockquote, .single-post.content-max-width .elementor-section p, .single-post.content-max-width .elementor-section .wp-block-image, .single-post.content-max-width .elementor-section .wp-block-buttons, .single-post.content-max-width .elementor-section .wp-block-gallery, .single-post.content-max-width .elementor-section .wp-block-video, .single-post.content-max-width .elementor-section .wp-block-quote, .single-post.content-max-width .elementor-section .wp-block-table, .single-post.content-max-width .elementor-section .wp-block-text-columns, .single-post.content-max-width .elementor-section .wp-block-preformatted, .single-post.content-max-width .elementor-section .wp-block-code, .single-post.content-max-width .elementor-section ul, .single-post.content-max-width .elementor-section ol, .single-post.content-max-width .elementor-section .wp-block-cover-text, .single-post.content-max-width .elementor-section .wp-block-cover {
	max-width: 100%;
}

.single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol {
	padding-left: 40px;
	padding-right: 40px;
}

.single-post.content-max-width .thumbnail {
	margin-top: 0;
}

.single-post.content-max-width .entry-header {
	margin-bottom: 0;
	text-align: center;
}

.single-post.content-max-width ul.meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 0 10px;
	list-style: none;
}

.single-post.content-max-width .wp-block-quote p {
	padding: 0;
}

.single-post.content-max-width .entry-content blockquote p {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-post.content-max-width .thumbnail, .single-post.content-max-width .wp-block-cover-text.alignwide, .single-post.content-max-width .wp-block-image.alignwide, .single-post.content-max-width .wp-block-gallery.alignwide, .single-post.content-max-width .wp-block-text-columns.alignwide, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts {
	margin: 1.5em auto;
	max-width: 1100px;
}

.single-post.content-max-width .wp-block-cover-text.alignfull, .single-post.content-max-width .wp-block-image.alignfull, .single-post.content-max-width .wp-block-gallery.alignfull, .single-post.content-max-width .wp-block-text-columns.alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

.single-post.content-max-width .wp-block-image.alignfull img {
	width: 100% !important;
}

.single-post.content-max-width .wp-block-image.alignleft, .single-post.content-max-width .wp-block-image.alignright {
	max-width: 350px;
	margin-top: 0;
	margin-bottom: 0;
}

.single-post.content-max-width .wp-block-image.alignleft {
	margin-left: calc(50% - 350px);
	padding: 14px 36px 14px 0;
}

.single-post.content-max-width .wp-block-image.alignright {
	margin-right: calc(50% - 350px);
	padding: 14px 0 14px 36px;
}

.single-post.content-max-width figure img {
	margin: 0 auto;
}

.single-post.content-max-width .entry-content ul.alignfull, .single-post.content-max-width .entry-content ol.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.single-post.content-max-width .entry-content ul.alignwide, .single-post.content-max-width .entry-content ol.alignwide {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-cover-image, .wp-block-image {
	margin-bottom: 20px;
}

.wp-block-quote.blocks-quote-style-2 {
	border: 0;
}

.wp-block-pullquote {
	border-left-width: 0;
	margin: 0;
}

.wp-block-separator {
	margin: 30px auto;
}

.wp-block-separator.is-style-wide:not(.size-full) {
	max-width: 700px;
}

.elementor-edit-area ul.elementor-editor-element-settings {
	padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 480px) {
	.single-post.media-above-content .thumbnail {
		margin-bottom: 20px;
	}
	
	.single-post .entry-title {
		font-size: 26px;
	}
}

.single .entry-content {
	margin-bottom: 20px;
}

.dropcap {
	float: left;
	color: #13aff0;
	font-size: 120px;
	line-height: 80px;
	margin-top: 6px;
	margin-right: 10px;
}

.entry-footer {
	display: inline-block;
	width: 100%;
}

.single .post-tags {
	font-size: 11px;
	font-weight: 600;
	margin: 30px 0 0;
	text-transform: uppercase;
}

.single nav.post-navigation {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

.single nav.post-navigation:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.single nav.post-navigation .nav-links .title {
	display: block;
	color: #13aff0;
	line-height: 20px;
}

.single nav.post-navigation .nav-links a {
	display: block;
}

.single nav.post-navigation .nav-links i {
	font-size: 20px;
	line-height: 20px;
}

.single nav.post-navigation .nav-links .post-title {
	display: block;
	font-size: 16px;
	margin: 5px 0 0;
}

.single nav.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
	border-right-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
	padding-right: 20px;
}

.single nav.post-navigation .nav-previous i, .single nav.post-navigation .nav-previous .owp-icon {
	float: left;
	margin-right: 20px;
}

.single nav.post-navigation .nav-previous .owp-icon {
	margin-top: 4px;
}

.single nav.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
	padding-left: 20px;
}

.single nav.post-navigation .nav-next i, .single nav.post-navigation .nav-next .owp-icon {
	float: right;
	margin-left: 20px;
}

.single nav.post-navigation .nav-next .owp-icon {
	margin-top: 4px;
}

@media only screen and (max-width: 480px) {
	.single nav.post-navigation .nav-links .nav-previous, .single nav.post-navigation .nav-links .nav-next {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.single nav.post-navigation .nav-links .nav-previous {
		border-right-width: 0;
		border-left-width: 0;
	}
}

#author-bio {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

#author-bio #author-bio-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#author-bio .author-bio-avatar, #author-bio .author-bio-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#author-bio .author-bio-avatar {
	min-width: 80px;
	margin-right: 30px;
}

#author-bio .author-bio-avatar img {
	width: 80px;
	height: 80px;
	border: 3px solid #e9e9e9;
}

#author-bio .author-bio-content {
	position: relative;
}

#author-bio .author-bio-title {
	display: inline-block;
	font-size: 18px;
	margin: 0 0 10px;
	text-transform: capitalize;
}

#author-bio .author-bio-description p:last-child {
	margin: 0;
}

.author #author-bio {
	margin: 0 0 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
}

@media only screen and (max-width: 480px) {
	#author-bio .author-bio-avatar {
		display: none;
	}
}

#related-posts {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

#related-posts .title-wrap {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .6px;
	margin-bottom: 18px;
}

#related-posts ul {
	padding: 0;
	list-style: none;
}

#related-posts .col {
	float: left;
	position: relative;
	min-height: 100px;
	margin: 0;
	text-align: center;
}

#related-posts .span_1_of_3 {
	width: 33.3333333333%;
}

.related-thumb {
	display: block;
	background-color: #222;
}

.related-thumb img {
	display: block;
	width: 100%;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.related-thumb:hover img {
	-moz-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}

.related-post-title {
	font-size: 16px;
	font-weight: 600;
	margin: 12px 12px 3px 12px;
}

.related-post-title a {
	display: block;
}

time.published {
	font-size: 12px;
}

time.published i {
	padding-right: 5px;
}

time.published svg.owp-icon {
	width: 17px;
	height: 17px;
	margin-right: .7rem;
}

@media only screen and (max-width: 767px) {
	#related-posts .col {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#related-posts .col:last-child {
		margin-bottom: 0;
	}
}

.widget-area {
	font-size: 13px;
}

.sidebar-box {
	margin-bottom: 40px;
}

.sidebar-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-title {
	display: block;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: #13aff0;
	letter-spacing: 1px;
	padding-left: 15px;
	margin: 0 0 20px;
	text-transform: capitalize;
}

.oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li {
	padding: 6px 0;
	border-bottom: 1px solid #e9e9e9;
}

.oceanwp-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child {
	border-top: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
	#main .widget_nav_menu li a:before {
		display: none;
	}
}

.hasCustomSelect {
	width: 100%;
	z-index: 2;
}

.theme-select {
	position: relative;
	border: 1px solid #ddd;
	color: #555;
	height: 34px;
	line-height: 32px;
	padding: 0 45px 0 15px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.theme-select:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 32px;
	width: 32px;
	font-size: 11px;
	font-weight: 600;
	color: #929292;
	border-left: 1px solid #ddd;
	text-align: center;
}

ul.page-numbers {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	text-align: right;
	clear: both;
}

ul.page-numbers li {
	display: inline-block;
}

ul.page-numbers li .owp-icon {
	vertical-align: inherit;
}

.page-links {
	text-align: center;
	margin: 15px 0;
}

.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span {
	position: relative;
	display: inline-block;
	min-width: 38px;
	min-width: 38px;
	line-height: 38px;
	margin: 0 8px 0 0;
	text-align: center;
	color: #555;
	border: 1px solid #e9e9e9;
	font-size: 18px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.page-numbers a .owp-icon use {
	stroke: #555;
}

.page-numbers a span:not(.elementor-screen-only) {
	padding: 0;
}

.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover, .page-links > span {
	background-color: #f8f8f8;
	color: #333;
}

.page-numbers a:hover .owp-icon use {
	stroke: #555;
}

.elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers.current:hover {
	background-color: rgba(0, 0, 0, 0);
}

.pagination-center .oceanwp-pagination ul.page-numbers, .pagination-center .oceanwp-pagination .page-links, .pagination-center .woocommerce-pagination ul.page-numbers, .pagination-center .woocommerce-pagination .page-links {
	text-align: center;
}

.pagination-left .oceanwp-pagination ul.page-numbers, .pagination-left .oceanwp-pagination .page-links, .pagination-left .woocommerce-pagination ul.page-numbers, .pagination-left .woocommerce-pagination .page-links {
	text-align: left;
}

.page-jump a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.scroller-status, .infinite-scroll-last, .infinite-scroll-error {
	display: none;
}

.scroller-status {
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.scroller-status p {
	margin: 0;
}

.loader-ellips {
	font-size: 12px;
	position: relative;
	width: 3.5em;
	height: 1em;
	margin: 0 auto;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	background-color: #333;
	position: absolute;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
	left: 0;
}

.loader-ellips__dot:nth-child(3) {
	left: 1.3em;
}

.loader-ellips__dot:nth-child(4) {
	left: 2.6em;
}

.loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
}

.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
	animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}

@keyframes reveal {
	from {
		transform: scale(.001);
	}
	
	to {
		transform: scale(1);
	}
}

@keyframes slide {
	to {
		transform: translateX(1.3em);
	}
}

.infinite-scroll-nav {
	display: none;
}

.load-more-pagination {
	text-align: center;
}

.load-more-pagination .load-more-nav {
	display: none;
}

.load-more-pagination .load-more-status__message {
	display: none;
}

.load-more-pagination .load-more-status__message.show {
	display: block;
}

#respond {
	margin-bottom: 20px;
}

#respond form {
	display: inline-block;
	width: 100%;
}

#respond .comment-textarea, #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	margin-bottom: 20px;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	float: left;
	width: 33.33%;
}

#respond .comment-form-author {
	padding-right: 10px;
}

#respond .comment-form-email {
	padding: 0 10px;
}

#respond .comment-form-url {
	padding-left: 10px;
}

#respond input[type=text] {
	width: 100%;
}

#respond #wp-comment-cookies-consent:focus {
	outline: 1px solid;
}

#respond .form-submit {
	float: right;
	margin-bottom: 0;
}

#comments {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

#comments ol {
	margin: 0;
	list-style: none;
}

#comments ol.children {
	margin-left: 30px;
}

#comments.empty-closed-comments {
	display: none;
}

.comment-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

.comment-body img.avatar {
	width: 80px;
	height: 80px;
	margin-right: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.comment-body .comment-content {
	position: relative;
	width: 100%;
}

.comment-author {
	display: inline-block;
	width: 100%;
}

.comment-author .comment-link, .comment-author .comment-meta {
	font-weight: 600;
	margin: 5px 0 8px;
}

.comment-author .comment-link {
	float: left;
	font-size: 18px;
}

.comment-author .comment-meta {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 2.5;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.comment-author .comment-meta .comment-reply-link, .comment-author .comment-meta .comment-edit-link {
	margin-left: 15px;
}

.comment-author .comment-meta .comment-reply-link {
	color: #13aff0;
}

.comment-author .comment-meta .comment-reply-link:hover {
	color: #333;
}

#respond #cancel-comment-reply-link {
	font-size: 10px;
	color: #929292;
	float: right;
	border: 2px solid #f1f1f1;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#respond #cancel-comment-reply-link:hover {
	color: #13aff0;
	border-color: #13aff0;
}

span.required {
	position: relative;
	top: -4px;
	font-size: 10px;
	margin-left: 3px;
	color: red;
}

.comment-body p {
	margin: 0;
}

.no-comments {
	text-align: right;
}

.no-comments i {
	margin-right: 8px;
}

.comment-navigation {
	display: inline-block;
	width: 100%;
}

.comment-navigation .nav-links a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.comment-navigation .nav-links .nav-previous {
	float: left;
	margin-right: 1.5em;
}

.comment-navigation .nav-links .nav-previous i {
	margin-right: 5px;
}

.comment-navigation .nav-links .nav-next {
	float: right;
	margin-left: 1.5em;
}

.comment-navigation .nav-links .nav-next i {
	margin-left: 5px;
}

@media only screen and (max-width: 767px) {
	#comments ol.children {
		margin-left: 0;
		margin-right: 0;
	}
	
	#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
		float: none;
		width: 100%;
		padding-right: 0;
		padding: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.comment-body img {
		display: none;
	}
	
	.comment-author {
		margin-bottom: 16px;
	}
	
	.comment-author .comment-link, .comment-author .comment-meta {
		float: none;
	}
}

.search-results article {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.search-results article .search-entry-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.search-results article .thumbnail {
	min-width: 120px;
	margin-right: 20px;
}

.search-results article .thumbnail img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.search-results article .search-entry-title {
	font-size: 24px;
	margin: 0 0 6px;
}

.search-results article .search-entry-summary p:last-child {
	margin-bottom: 0;
}

.search-results article .search-entry-readmore a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.search-results article ul {
	list-style: none;
}

@media only screen and (max-width: 480px) {
	.search-results article .thumbnail {
		display: none;
	}
}

.site-footer {
	position: relative;
}

#footer-widgets {
	background-color: #222;
	padding: 30px 0;
	margin: 0;
}

#footer-widgets .footer-box {
	padding: 0 15px;
	margin: 0;
}

#footer-widgets .footer-box .footer-widget {
	margin-bottom: 20px;
}

#footer-widgets .footer-box .footer-widget:last-child {
	margin-bottom: 0;
}

#footer-widgets .footer-box .footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-widgets .footer-box .widget-title {
	color: #fff;
}

#footer-widgets .footer-box a {
	color: #fff;
}

#footer-widgets .footer-box a:hover {
	color: #13aff0;
}

#footer-widgets #wp-calendar caption, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar tbody, #footer-widgets .contact-info-widget i, #footer-widgets .contact-info-widget .owp-icon, #footer-widgets .mailchimp-widget input[type=email], #footer-widgets .posts-thumbnails-widget li, #footer-widgets .social-widget li a {
	border-color: #555;
}

#footer-widgets .mailchimp-widget input[type=email]:focus {
	border-color: #13aff0;
}

#footer-widgets .tagcloud a {
	background-color: #222;
	border-color: #333;
}

#footer-widgets .tagcloud a:hover {
	background-color: #444;
	color: #fff;
	border-color: #555;
}

.parallax-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.has-parallax-footer #main {
	z-index: 1;
}

.has-parallax-footer:not(.boxed-layout) #main {
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.has-parallax-footer:not(.separate-layout) #main {
	background-color: #fff;
}

.has-parallax-footer.separate-layout #main {
	background-color: #f1f1f1;
}

.boxed-layout .parallax-footer {
	width: 1280px;
	left: auto;
	right: auto;
}

@media only screen and (max-width: 959px) {
	#footer-widgets .col {
		margin-bottom: 30px;
	}
	
	.has-parallax-footer #main {
		margin-bottom: 0 !important;
	}
	
	.parallax-footer {
		position: relative;
	}
}

@media only screen and (min-width: 481px)and (max-width: 768px) {
	#footer-widgets.tablet-1-col .footer-box {
		width: 100%;
	}
	
	#footer-widgets.tablet-2-col .footer-box {
		width: 50% !important;
	}
	
	#footer-widgets.tablet-2-col .footer-box:nth-child(3n) {
		clear: left;
	}
	
	#footer-widgets.tablet-3-col .footer-box {
		width: 33.33% !important;
		clear: none;
	}
	
	#footer-widgets.tablet-3-col .footer-box:nth-child(4n) {
		clear: left;
	}
	
	#footer-widgets.tablet-4-col .footer-box {
		width: 25% !important;
	}
	
	#footer-widgets.tablet-4-col .footer-box:nth-child(5n) {
		clear: left;
	}
}

@media only screen and (max-width: 480px) {
	#footer-widgets.mobile-1-col .footer-box {
		width: 100%;
	}
	
	#footer-widgets.mobile-2-col .footer-box {
		width: 50% !important;
	}
	
	#footer-widgets.mobile-2-col .footer-box:nth-child(3n) {
		clear: left;
	}
	
	#footer-widgets.mobile-3-col .footer-box {
		width: 33.33% !important;
		clear: none;
	}
	
	#footer-widgets.mobile-3-col .footer-box:nth-child(4n) {
		clear: left;
	}
	
	#footer-widgets.mobile-4-col .footer-box {
		width: 25% !important;
	}
	
	#footer-widgets.mobile-4-col .footer-box:nth-child(5n) {
		clear: left;
	}
}

#footer-bottom {
	background-color: #1b1b1b;
	padding: 15px 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
	width: 50%;
}

#footer-bottom #footer-bottom-menu {
	float: right;
	text-align: right;
	padding-left: 15px;
}

#footer-bottom #footer-bottom-menu ul {
	display: inline-block;
	margin: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-bottom #footer-bottom-menu li {
	float: left;
}

#footer-bottom #footer-bottom-menu li:after {
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}

#footer-bottom #footer-bottom-menu li:last-child:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}

#footer-bottom #footer-bottom-menu a {
	color: #fff;
}

#footer-bottom #footer-bottom-menu a:hover {
	color: #13aff0;
}

#footer-bottom.no-footer-nav #copyright {
	float: none;
	width: 100%;
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#footer-bottom #copyright {
	float: left;
	text-align: left;
	padding-right: 15px;
}

#footer-bottom a {
	color: #fff;
}

#footer-bottom a:hover {
	color: #13aff0;
}

@media only screen and (max-width: 959px) {
	#footer-bottom #copyright, #footer-bottom #footer-bottom-menu {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	
	#footer-bottom #footer-bottom-menu {
		margin-bottom: 15px;
	}
	
	#footer-bottom #footer-bottom-menu li {
		float: none;
		display: inline-block;
	}
}

@media only screen and (max-width: 480px) {
	#footer-bottom #footer-bottom-menu li {
		margin-bottom: 8px;
	}
}

#scroll-top {
	display: none;
	opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	z-index: 100;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#scroll-top > span {
	line-height: inherit;
	vertical-align: top;
}

#scroll-top:hover {
	background-color: rgba(0, 0, 0, .8);
}

#scroll-top.scroll-top-left {
	left: 20px;
	right: auto;
}

#scroll-top .owp-icon {
	vertical-align: initial;
}

#scroll-top .owp-icon use {
	stroke: #fff;
}

@media only screen and (max-width: 480px) {
	#scroll-top {
		right: 10px;
		bottom: 10px;
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 14px;
	}
}

.error404-content {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.error404-content .error-title {
	font-size: 46px;
	margin: 0 0 25px;
}

.error404-content .error-text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
}

.error404-content .searchform {
	max-width: 390px;
	margin: 0 auto;
}

.error404-content .error-btn {
	font-size: 13px;
	padding: 14px 26px;
	margin-top: 60px;
}

.error404-content .error-btn:hover {
	color: #fff;
}

@media only screen and (max-width: 480px) {
	.error404-content .searchform {
		width: 100%;
	}
	
	.error404-content .error-btn {
		margin-top: 40px;
	}
}

.fl-builder-edit #site-header, .fl-builder-edit.has-transparent-header #site-header, .elementor-editor-active #site-header {
	z-index: 1;
}

.fl-builder-edit #main, .elementor-editor-active #main {
	z-index: inherit !important;
}

#site-header .elementor-section-wrap {
	height: auto !important;
}

.elementor-widget-image .elementor-image img {
	display: inline-block;
}

.elementor-slick-slider .slick-prev, .elementor-slick-slider .slick-next {
	height: auto;
}

.pswp__button:hover {
	background-color: rgba(0, 0, 0, 0);
}

div.motopress-bootstrap-dropdown .dropdown-menu {
	display: block !important;
	position: static !important;
}

.pac-container {
	z-index: 100003;
}

.no-height .elementor-column {
	min-height: 0;
}

body .elementor-element.elementor-wc-products ul.products li.product .onsale {
	padding: 8px 12px;
}

body .elementor-element.elementor-wc-products ul.products li.product.circle-sale .onsale {
	padding: 0;
}

@media only screen and (max-width: 959px) {
	.elementor-element.elementor-wc-products ul.products li.product {
		width: auto !important;
	}
}

.elementor-editor-active .parallax-footer {
	z-index: -1;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type=checkbox] {
	display: inline-block;
}

#sidr-close, .sidebar-mobile #mobile-nav {
	display: none;
}

#sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 300px;
	max-width: 100%;
	padding-bottom: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 15px;
	background-color: #fff;
	color: #555;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

#sidr ul {
	margin: 0;
	list-style: none;
}

.sidr.right {
	left: auto;
	right: -300px;
}

.sidr.left {
	left: -300px;
	right: auto;
}

.sidr a {
	color: #555;
}

.sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active > a, .sidr-class-menu-item-has-children.active > a > .sidr-class-dropdown-toggle {
	color: #13aff0;
}

.sidr-class-clr:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

a.sidr-class-toggle-sidr-close {
	display: block;
	background-color: #f8f8f8;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 20px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

a.sidr-class-toggle-sidr-close i {
	display: inline-block;
	padding-right: 8px;
	margin: 0;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}

a.sidr-class-toggle-sidr-close .owp-icon {
	margin-right: 8px;
}

.sidr-class-dropdown-menu ul, .sidr-class-fs-dropdown-menu ul {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .035);
	margin-left: 0;
	background-color: rgba(0, 0, 0, .02);
}

.sidr-class-dropdown-menu li, .sidr-class-fs-dropdown-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, .035);
}

.sidr-class-dropdown-menu.sidr-class-left-menu li:last-child, .sidr-class-fs-dropdown-menu.sidr-class-left-menu li:last-child {
	border-bottom: none;
}

.sidr-class-dropdown-menu > li:first-child, .sidr-class-fs-dropdown-menu > li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .035);
}

.sidr-class-dropdown-menu li a, .sidr-class-fs-dropdown-menu li a {
	padding: 12px 20px;
	display: block;
	position: relative;
}

.sidr-class-dropdown-menu li a:focus, .sidr-class-fs-dropdown-menu li a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

.sidr-class-dropdown-menu li a.sidr-class-sf-with-ul, .sidr-class-fs-dropdown-menu li a.sidr-class-sf-with-ul {
	padding-right: 40px;
}

.sidr-class-dropdown-menu ul li:last-child, .sidr-class-fs-dropdown-menu ul li:last-child {
	border: none;
}

.sidr-class-top-bar-menu > li:first-child {
	border-top: none;
}

.sidr-class-menu-item-has-children {
	position: relative;
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children > a {
	padding-right: 60px;
}

.sidr-class-dropdown-toggle {
	font-size: 11px;
	height: 100%;
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #555;
	text-align: right;
	padding-right: 20px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sidr-class-dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

.sidr-class-dropdown-toggle:before {
	font-family: "Font Awesome 5 Free";
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

.sidr-class-dropdown-menu li.active > a > .sidr-class-dropdown-toggle:before {
	content: "-";
}

.sidr-class-dropdown-menu ul a:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	display: inline-block;
	margin: 0 10px;
	font-weight: 600;
}

.sidr-class-dropdown-menu ul ul a:before {
	margin-left: 20px;
}

.sidr-class-dropdown-menu ul ul ul a:before {
	margin-left: 40px;
}

.sidr-class-middle-site-logo, .sidr #searchform-header-replace-close, .sidr #sidr-id-searchform-overlay, .sidr .sidr-class-nav-arrow, .sidr-class-sidebar-box, .sidr-class-mega-cat .sidr-class-dropdown-toggle, .sidr-class-mega-cat .sidr-class-megamenu, .sidr-class-elementor {
	display: none !important;
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children.sidr-class-mega-cat > a {
	padding-right: 20px;
}

.sidr-class-dropdown-menu a i {
	font-size: inherit !important;
	vertical-align: initial !important;
	margin-right: 10px;
}

.sidr-class-dropdown-menu a i.after {
	margin-right: 0;
	margin-left: 10px;
}

.sidr-class-wpml-ls-flag {
	margin-right: 10px;
	vertical-align: baseline;
}

.oceanwp-sidr-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 99;
}

#mobile-menu-search, .sidr-class-woo-cart-link, .sidr-class-search-toggle-li, #sidr-id-searchform-dropdown, #sidr-id-searchform-header-replace {
	display: none;
}

.sidr-class-mobile-searchform {
	position: relative;
	margin: 30px 20px 0;
}

.sidr-class-mobile-searchform input {
	padding: 6px 45px 6px 12px !important;
	margin-top: 0 !important;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.sidr-class-mobile-searchform button {
	display: block;
	position: absolute;
	right: 10px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #555;
	border: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidr-class-mobile-searchform button:hover {
	color: #222;
}

.sidr-class-mobile-searchform button:focus {
	outline: 1px solid;
	color: #1a1a1a;
}

.sidr-class-social-menu-inner ul {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

.sidr-class-social-menu-inner ul li {
	display: table-cell;
}

.sidr-class-social-menu-inner ul li a {
	display: block;
	padding: 12px 10px;
}

.admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
	top: 32px;
	height: -webkit-calc(100% - 32px);
	height: calc(100% - 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
		top: 46px;
		height: -webkit-calc(100% - 46px);
		height: calc(100% - 46px);
	}
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
	display: block;
	background-color: rgba(0, 0, 0, 0);
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
	opacity: .6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9;
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, .75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset rgba(0, 0, 0, 0);
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

@media only screen and (max-width: 959px) {
	body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link {
		display: none;
	}
	
	body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link {
		display: block;
	}
	
	body.default-breakpoint .is-sticky #site-logo.has-responsive-logo .sticky-logo-link {
		display: block;
	}
	
	body.default-breakpoint .is-sticky #site-logo.has-sticky-logo .responsive-logo-link {
		display: none;
	}
	
	body.default-breakpoint #site-header.center-header #site-logo {
		display: block;
	}
	
	body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content {
		display: none;
	}
	
	body.default-breakpoint .center-logo #site-logo {
		float: none;
		position: absolute;
		left: 50%;
		padding: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	body.default-breakpoint .oceanwp-mobile-menu-icon {
		display: block;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social {
		text-align: center;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-left, body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-right {
		position: inherit;
		left: auto;
		right: auto;
		float: none;
		height: auto;
		line-height: 1.5em;
		margin-top: 0;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social li {
		float: none;
		display: inline-block;
	}
	
	body.default-breakpoint.vertical-header-style #outer-wrap {
		margin: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header {
		position: relative;
		width: 100%;
		left: 0 !important;
		right: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header .has-template > #site-logo {
		display: block;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 0;
		max-width: 90%;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner > *:not(.oceanwp-mobile-menu-icon) {
		display: none;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner > * {
		padding: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo {
		display: block;
		margin: 0;
		width: 50%;
		text-align: left;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon {
		width: 50%;
		text-align: right;
	}
	
	body.default-breakpoint #site-header.vertical-header .vertical-toggle {
		display: none;
	}
	
	body.default-breakpoint .is-sticky #site-header.vertical-header {
		position: fixed;
		height: auto;
	}
	
	body.default-breakpoint.vh-closed .vertical-toggle {
		display: none;
	}
	
	body.default-breakpoint .owp-cart-overlay {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.hide-tablet-mobile {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) {
	.hide-mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 481px)and (max-width: 767px) {
	.hide-tablet {
		display: none !important;
	}
}

.elementor-4367 .elementor-element.elementor-element-594fed7:not(.elementor-motion-effects-element-type-background), .elementor-4367 .elementor-element.elementor-element-594fed7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #193d66;
}

.elementor-4367 .elementor-element.elementor-element-594fed7 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-4367 .elementor-element.elementor-element-594fed7 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary);
}

.elementor-4367 .elementor-element.elementor-element-41cbfb6 .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4367 .elementor-element.elementor-element-41cbfb6 .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4367 .elementor-element.elementor-element-41cbfb6 {
	--e-icon-list-icon-size: 19px;
	--icon-vertical-offset: 0px;
}

.elementor-4367 .elementor-element.elementor-element-41cbfb6 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4367 .elementor-element.elementor-element-41cbfb6 .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.elementor-4367 .elementor-element.elementor-element-41cbfb6 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-widget-button .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-4367 .elementor-element.elementor-element-0f1a1c9 .elementor-button {
	background-color: #d8802b;
	border-radius: 5px 5px 5px 5px;
}

.elementor-4367 .elementor-element.elementor-element-0f1a1c9 .elementor-button:hover, .elementor-4367 .elementor-element.elementor-element-0f1a1c9 .elementor-button:focus {
	background-color: #fff;
	color: #193d66;
}

.elementor-4367 .elementor-element.elementor-element-0f1a1c9 .elementor-button-content-wrapper {
	flex-direction: row-reverse;
}

.elementor-4367 .elementor-element.elementor-element-0f1a1c9 .elementor-button:hover svg, .elementor-4367 .elementor-element.elementor-element-0f1a1c9 .elementor-button:focus svg {
	fill: #193d66;
}

.elementor-4367 .elementor-element.elementor-element-9756701 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-4367 .elementor-element.elementor-element-9756701 > .elementor-container {
	max-width: 1400px;
}

.elementor-widget-theme-site-logo .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-4367 .elementor-element.elementor-element-8519718 {
	width: var(--container-widget-width, 93.637%);
	max-width: 93.637%;
	--container-widget-width: 93.637%;
	--container-widget-flex-grow: 0;
}

.elementor-4367 .elementor-element.elementor-element-7b33e4b > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-block-end: 0px;
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.elementor-button:hover {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu a.hfe-menu-item, .elementor-widget-navigation-menu a.hfe-sub-menu-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item {
	color: var(--e-global-color-text);
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover, .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted, .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
	color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before, .elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent .sub-menu .hfe-has-submenu-container a:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before, .elementor-widget-navigation-menu .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
	border-color: var(--e-global-color-accent);
}

.elementor-widget-navigation-menu .sub-menu li a.hfe-sub-menu-item, .elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-sub-menu-item, .elementor-widget-navigation-menu nav.hfe-dropdown li a.hfe-menu-item, .elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-menu-item, .elementor-widget-navigation-menu nav.hfe-dropdown-expandible li a.hfe-sub-menu-item {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .menu-item a.hfe-menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .menu-item a.hfe-sub-menu-item {
	padding-left: calc(15px + 20px);
	padding-right: 15px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-nav-menu__layout-vertical .menu-item ul ul a.hfe-sub-menu-item {
	padding-left: calc(15px + 40px);
	padding-right: 15px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-nav-menu__layout-vertical .menu-item ul ul ul a.hfe-sub-menu-item {
	padding-left: calc(15px + 60px);
	padding-right: 15px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-nav-menu__layout-vertical .menu-item ul ul ul ul a.hfe-sub-menu-item {
	padding-left: calc(15px + 80px);
	padding-right: 15px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .menu-item a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 .menu-item a.hfe-sub-menu-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 ul.sub-menu {
	width: 220px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .sub-menu li a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown li a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible li a.hfe-menu-item {
	padding-left: 10px;
	padding-right: 10px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown li a.hfe-sub-menu-item {
	padding-left: calc(10px + 20px);
	padding-right: 10px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-dropdown .menu-item ul ul a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-dropdown-expandible .menu-item ul ul a.hfe-sub-menu-item {
	padding-left: calc(10px + 40px);
	padding-right: 10px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-dropdown .menu-item ul ul ul a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-dropdown-expandible .menu-item ul ul ul a.hfe-sub-menu-item {
	padding-left: calc(10px + 60px);
	padding-right: 10px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-dropdown .menu-item ul ul ul ul a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-dropdown-expandible .menu-item ul ul ul ul a.hfe-sub-menu-item {
	padding-left: calc(10px + 80px);
	padding-right: 10px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .sub-menu a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown li a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown li a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible li a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible li a.hfe-sub-menu-item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 {
	width: var(--container-widget-width, 100%);
	max-width: 100%;
	--container-widget-width: 100%;
	--container-widget-flex-grow: 0;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9.elementor-element {
	--align-self: center;
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .hfe-nav-menu__toggle {
	margin-left: auto;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 a.hfe-sub-menu-item {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .sub-menu, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown .menu-item a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
	background-color: #fff;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .sub-menu li a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown li a.hfe-sub-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown li a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible li a.hfe-menu-item, .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible li a.hfe-sub-menu-item {
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.elementor-4367 .elementor-element.elementor-element-5cc93a9 .sub-menu li.menu-item:not(:last-child), .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown li.menu-item:not(:last-child), .elementor-4367 .elementor-element.elementor-element-5cc93a9 nav.hfe-dropdown-expandible li.menu-item:not(:last-child) {
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
	border-bottom-width: 1px;
}

.elementor-4367 .elementor-element.elementor-element-e9047fc > .elementor-element-populated {
	padding: 0px 10px 0px 0px;
}

.elementor-4367 .elementor-element.elementor-element-6a67b7f {
	width: var(--container-widget-width, 52.503%);
	max-width: 52.503%;
	--container-widget-width: 52.503%;
	--container-widget-flex-grow: 0;
}

.elementor-4367 .elementor-element.elementor-element-6a67b7f > .elementor-widget-container {
	padding: 0px 0px 0px 10px;
}

.elementor-4367 .elementor-element.elementor-element-6a67b7f.elementor-element {
	--flex-grow: 0;
	--flex-shrink: 0;
}

@media (min-width:768px) {
	.elementor-4367 .elementor-element.elementor-element-60bdeb6 {
		width: 24.391%;
	}
	
	.elementor-4367 .elementor-element.elementor-element-7b33e4b {
		width: 66.854%;
	}
	
	.elementor-4367 .elementor-element.elementor-element-e9047fc {
		width: 8%;
	}
}

@media (max-width:1024px) {
	.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-theme-site-logo .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-4367 .elementor-element.elementor-element-41cbfb6 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4367 .elementor-element.elementor-element-41cbfb6 .elementor-icon-list-item > a {
		font-size: 12px;
	}
	
	.elementor-4367 .elementor-element.elementor-element-60bdeb6 {
		width: 100%;
	}
	
	.elementor-widget-theme-site-logo .widget-image-caption {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-4367 .elementor-element.elementor-element-7b33e4b {
		width: 100%;
	}
	
	.elementor-4367 .elementor-element.elementor-element-5cc93a9 > .elementor-widget-container {
		margin: -78px 0px 0px 0px;
	}
}

.elementor-4372 .elementor-element.elementor-element-61aa02f:not(.elementor-motion-effects-element-type-background), .elementor-4372 .elementor-element.elementor-element-61aa02f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #193d66;
}

.elementor-4372 .elementor-element.elementor-element-61aa02f {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 40px 10px 40px 10px;
}

.elementor-4372 .elementor-element.elementor-element-61aa02f > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-4372 .elementor-element.elementor-element-e8cce0d .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-4372 .elementor-element.elementor-element-8120080 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-4372 .elementor-element.elementor-element-8120080 > .elementor-widget-container {
	margin: -16px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-8120080 .elementor-divider-separator {
	width: 40px;
}

.elementor-4372 .elementor-element.elementor-element-8120080 .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-4372 .elementor-element.elementor-element-411883e > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-411883e .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary);
}

.elementor-4372 .elementor-element.elementor-element-9ef08bb .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-9ef08bb .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4372 .elementor-element.elementor-element-9ef08bb {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-4372 .elementor-element.elementor-element-9ef08bb .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4372 .elementor-element.elementor-element-9ef08bb .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-9ef08bb .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-620047a > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-620047a .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.elementor-4372 .elementor-element.elementor-element-341c729 .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-341c729 .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4372 .elementor-element.elementor-element-341c729 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-4372 .elementor-element.elementor-element-341c729 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4372 .elementor-element.elementor-element-341c729 .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-341c729 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-9537bf6 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-9537bf6 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.elementor-4372 .elementor-element.elementor-element-7c64784 .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-7c64784 .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4372 .elementor-element.elementor-element-7c64784 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-4372 .elementor-element.elementor-element-7c64784 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4372 .elementor-element.elementor-element-7c64784 .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-7c64784 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-eaf526c > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-eaf526c .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.elementor-4372 .elementor-element.elementor-element-c9e2e02 .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-c9e2e02 .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4372 .elementor-element.elementor-element-c9e2e02 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-4372 .elementor-element.elementor-element-c9e2e02 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4372 .elementor-element.elementor-element-c9e2e02 .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-c9e2e02 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-c2a2c28 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.elementor-4372 .elementor-element.elementor-element-edace2e {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-4372 .elementor-element.elementor-element-edace2e > .elementor-widget-container {
	margin: -16px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-edace2e .elementor-divider-separator {
	width: 40px;
}

.elementor-4372 .elementor-element.elementor-element-edace2e .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-3e4b452 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-369c720 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.elementor-4372 .elementor-element.elementor-element-3da5385 {
	--divider-border-style: solid;
	--divider-color: #d8802b;
	--divider-border-width: 3px;
}

.elementor-4372 .elementor-element.elementor-element-3da5385 > .elementor-widget-container {
	margin: -16px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-3da5385 .elementor-divider-separator {
	width: 40px;
}

.elementor-4372 .elementor-element.elementor-element-3da5385 .elementor-divider {
	padding-block-start: 15px;
	padding-block-end: 15px;
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4372 .elementor-element.elementor-element-03de256 {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-03de256 .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-3c23c71 > .elementor-widget-container {
	margin: -10px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-3c23c71 .elementor-heading-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
	padding-block-end: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
	margin-block-start: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: calc(5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-items.elementor-inline-items {
	margin-inline: calc(-5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	inset-inline-end: calc(-5px / 2);
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-icon i {
	color: #d8802b;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-icon svg {
	fill: #d8802b;
	transition: fill .3s;
}

.elementor-4372 .elementor-element.elementor-element-660e9ad {
	--e-icon-list-icon-size: 14px;
	--icon-vertical-offset: 0px;
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-item > .elementor-icon-list-text, .elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-item > a {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-660e9ad .elementor-icon-list-text {
	color: #fff;
	transition: color .3s;
}

.elementor-4372 .elementor-element.elementor-element-cd30d76:not(.elementor-motion-effects-element-type-background), .elementor-4372 .elementor-element.elementor-element-cd30d76 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #193d66;
}

.elementor-4372 .elementor-element.elementor-element-cd30d76 {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: rgba(255, 255, 255, .38);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-4372 .elementor-element.elementor-element-cd30d76 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-4372 .elementor-element.elementor-element-b275344 {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-4372 .elementor-element.elementor-element-f68f7f3:not(.elementor-motion-effects-element-type-background), .elementor-4372 .elementor-element.elementor-element-f68f7f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #193d66;
}

.elementor-4372 .elementor-element.elementor-element-f68f7f3 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 10px 10px 40px 10px;
}

.elementor-4372 .elementor-element.elementor-element-f68f7f3 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-4372 .elementor-element.elementor-element-b2d953f > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-4372 .elementor-element.elementor-element-b2d953f {
	font-family: "Montserrat", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.elementor-4372 .elementor-element.elementor-element-394f232 {
	text-align: center;
	color: #fff;
}

@media (max-width:1024px) {
	.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
}

@media (max-width:767px) {
	.elementor-4372 .elementor-element.elementor-element-61aa02f {
		padding: 40px 0px 0px 0px;
	}
	
	.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-4372 .elementor-element.elementor-element-3c23c71 > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
	
	.elementor-4372 .elementor-element.elementor-element-436ac45 > .elementor-element-populated {
		padding: 15px 15px 15px 31px;
	}
	
	.elementor-widget-text-editor {
		font-size: var(--e-global-typography-text-font-size);
	}
}

[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: "";
}

.eicon-editor-unlink:before {
	content: "";
}

.eicon-editor-external-link:before {
	content: "";
}

.eicon-editor-close:before {
	content: "";
}

.eicon-editor-list-ol:before {
	content: "";
}

.eicon-editor-list-ul:before {
	content: "";
}

.eicon-editor-bold:before {
	content: "";
}

.eicon-editor-italic:before {
	content: "";
}

.eicon-editor-underline:before {
	content: "";
}

.eicon-editor-paragraph:before {
	content: "";
}

.eicon-editor-h1:before {
	content: "";
}

.eicon-editor-h2:before {
	content: "";
}

.eicon-editor-h3:before {
	content: "";
}

.eicon-editor-h4:before {
	content: "";
}

.eicon-editor-h5:before {
	content: "";
}

.eicon-editor-h6:before {
	content: "";
}

.eicon-editor-quote:before {
	content: "";
}

.eicon-editor-code:before {
	content: "";
}

.eicon-elementor:before {
	content: "";
}

.eicon-elementor-circle:before {
	content: "";
}

.eicon-pojome:before {
	content: "";
}

.eicon-plus:before {
	content: "";
}

.eicon-menu-bar:before {
	content: "";
}

.eicon-apps:before {
	content: "";
}

.eicon-accordion:before {
	content: "";
}

.eicon-alert:before {
	content: "";
}

.eicon-animation-text:before {
	content: "";
}

.eicon-animation:before {
	content: "";
}

.eicon-banner:before {
	content: "";
}

.eicon-blockquote:before {
	content: "";
}

.eicon-button:before {
	content: "";
}

.eicon-call-to-action:before {
	content: "";
}

.eicon-captcha:before {
	content: "";
}

.eicon-carousel:before {
	content: "";
}

.eicon-checkbox:before {
	content: "";
}

.eicon-columns:before {
	content: "";
}

.eicon-countdown:before {
	content: "";
}

.eicon-counter:before {
	content: "";
}

.eicon-date:before {
	content: "";
}

.eicon-divider-shape:before {
	content: "";
}

.eicon-divider:before {
	content: "";
}

.eicon-download-button:before {
	content: "";
}

.eicon-dual-button:before {
	content: "";
}

.eicon-email-field:before {
	content: "";
}

.eicon-facebook-comments:before {
	content: "";
}

.eicon-facebook-like-box:before {
	content: "";
}

.eicon-form-horizontal:before {
	content: "";
}

.eicon-form-vertical:before {
	content: "";
}

.eicon-gallery-grid:before {
	content: "";
}

.eicon-gallery-group:before {
	content: "";
}

.eicon-gallery-justified:before {
	content: "";
}

.eicon-gallery-masonry:before {
	content: "";
}

.eicon-icon-box:before {
	content: "";
}

.eicon-image-before-after:before {
	content: "";
}

.eicon-image-box:before {
	content: "";
}

.eicon-image-hotspot:before {
	content: "";
}

.eicon-image-rollover:before {
	content: "";
}

.eicon-info-box:before {
	content: "";
}

.eicon-inner-section:before {
	content: "";
}

.eicon-mailchimp:before {
	content: "";
}

.eicon-menu-card:before {
	content: "";
}

.eicon-navigation-horizontal:before {
	content: "";
}

.eicon-nav-menu:before {
	content: "";
}

.eicon-navigation-vertical:before {
	content: "";
}

.eicon-number-field:before {
	content: "";
}

.eicon-parallax:before {
	content: "";
}

.eicon-php7:before {
	content: "";
}

.eicon-post-list:before {
	content: "";
}

.eicon-post-slider:before {
	content: "";
}

.eicon-post:before {
	content: "";
}

.eicon-posts-carousel:before {
	content: "";
}

.eicon-posts-grid:before {
	content: "";
}

.eicon-posts-group:before {
	content: "";
}

.eicon-posts-justified:before {
	content: "";
}

.eicon-posts-masonry:before {
	content: "";
}

.eicon-posts-ticker:before {
	content: "";
}

.eicon-price-list:before {
	content: "";
}

.eicon-price-table:before {
	content: "";
}

.eicon-radio:before {
	content: "";
}

.eicon-rtl:before {
	content: "";
}

.eicon-scroll:before {
	content: "";
}

.eicon-search:before {
	content: "";
}

.eicon-select:before {
	content: "";
}

.eicon-share:before {
	content: "";
}

.eicon-sidebar:before {
	content: "";
}

.eicon-skill-bar:before {
	content: "";
}

.eicon-slider-3d:before {
	content: "";
}

.eicon-slider-album:before {
	content: "";
}

.eicon-slider-device:before {
	content: "";
}

.eicon-slider-full-screen:before {
	content: "";
}

.eicon-slider-push:before {
	content: "";
}

.eicon-slider-vertical:before {
	content: "";
}

.eicon-slider-video:before {
	content: "";
}

.eicon-slides:before {
	content: "";
}

.eicon-social-icons:before {
	content: "";
}

.eicon-spacer:before {
	content: "";
}

.eicon-table:before {
	content: "";
}

.eicon-tabs:before {
	content: "";
}

.eicon-tel-field:before {
	content: "";
}

.eicon-text-area:before {
	content: "";
}

.eicon-text-field:before {
	content: "";
}

.eicon-thumbnails-down:before {
	content: "";
}

.eicon-thumbnails-half:before {
	content: "";
}

.eicon-thumbnails-right:before {
	content: "";
}

.eicon-time-line:before {
	content: "";
}

.eicon-toggle:before {
	content: "";
}

.eicon-url:before {
	content: "";
}

.eicon-t-letter:before {
	content: "";
}

.eicon-wordpress:before {
	content: "";
}

.eicon-text:before {
	content: "";
}

.eicon-anchor:before {
	content: "";
}

.eicon-bullet-list:before {
	content: "";
}

.eicon-code:before {
	content: "";
}

.eicon-favorite:before {
	content: "";
}

.eicon-google-maps:before {
	content: "";
}

.eicon-image:before {
	content: "";
}

.eicon-photo-library:before {
	content: "";
}

.eicon-woocommerce:before {
	content: "";
}

.eicon-youtube:before {
	content: "";
}

.eicon-flip-box:before {
	content: "";
}

.eicon-settings:before {
	content: "";
}

.eicon-headphones:before {
	content: "";
}

.eicon-testimonial:before {
	content: "";
}

.eicon-counter-circle:before {
	content: "";
}

.eicon-person:before {
	content: "";
}

.eicon-chevron-right:before {
	content: "";
}

.eicon-chevron-left:before {
	content: "";
}

.eicon-close:before {
	content: "";
}

.eicon-file-download:before {
	content: "";
}

.eicon-save:before {
	content: "";
}

.eicon-zoom-in:before {
	content: "";
}

.eicon-shortcode:before {
	content: "";
}

.eicon-nerd:before {
	content: "";
}

.eicon-device-desktop:before {
	content: "";
}

.eicon-device-tablet:before {
	content: "";
}

.eicon-device-mobile:before {
	content: "";
}

.eicon-document-file:before {
	content: "";
}

.eicon-folder-o:before {
	content: "";
}

.eicon-hypster:before {
	content: "";
}

.eicon-h-align-left:before {
	content: "";
}

.eicon-h-align-right:before {
	content: "";
}

.eicon-h-align-center:before {
	content: "";
}

.eicon-h-align-stretch:before {
	content: "";
}

.eicon-v-align-top:before {
	content: "";
}

.eicon-v-align-bottom:before {
	content: "";
}

.eicon-v-align-middle:before {
	content: "";
}

.eicon-v-align-stretch:before {
	content: "";
}

.eicon-pro-icon:before {
	content: "";
}

.eicon-mail:before {
	content: "";
}

.eicon-lock-user:before {
	content: "";
}

.eicon-testimonial-carousel:before {
	content: "";
}

.eicon-media-carousel:before {
	content: "";
}

.eicon-section:before {
	content: "";
}

.eicon-column:before {
	content: "";
}

.eicon-edit:before {
	content: "";
}

.eicon-clone:before {
	content: "";
}

.eicon-trash:before {
	content: "";
}

.eicon-play:before {
	content: "";
}

.eicon-angle-right:before {
	content: "";
}

.eicon-angle-left:before {
	content: "";
}

.eicon-animated-headline:before {
	content: "";
}

.eicon-menu-toggle:before {
	content: "";
}

.eicon-fb-embed:before {
	content: "";
}

.eicon-fb-feed:before {
	content: "";
}

.eicon-twitter-embed:before {
	content: "";
}

.eicon-twitter-feed:before {
	content: "";
}

.eicon-sync:before {
	content: "";
}

.eicon-import-export:before {
	content: "";
}

.eicon-check-circle:before {
	content: "";
}

.eicon-library-save:before {
	content: "";
}

.eicon-library-download:before {
	content: "";
}

.eicon-insert:before {
	content: "";
}

.eicon-preview-medium:before {
	content: "";
}

.eicon-sort-down:before {
	content: "";
}

.eicon-sort-up:before {
	content: "";
}

.eicon-heading:before {
	content: "";
}

.eicon-logo:before {
	content: "";
}

.eicon-meta-data:before {
	content: "";
}

.eicon-post-content:before {
	content: "";
}

.eicon-post-excerpt:before {
	content: "";
}

.eicon-post-navigation:before {
	content: "";
}

.eicon-yoast:before {
	content: "";
}

.eicon-nerd-chuckle:before {
	content: "";
}

.eicon-nerd-wink:before {
	content: "";
}

.eicon-comments:before {
	content: "";
}

.eicon-download-circle-o:before {
	content: "";
}

.eicon-library-upload:before {
	content: "";
}

.eicon-save-o:before {
	content: "";
}

.eicon-upload-circle-o:before {
	content: "";
}

.eicon-ellipsis-h:before {
	content: "";
}

.eicon-ellipsis-v:before {
	content: "";
}

.eicon-arrow-left:before {
	content: "";
}

.eicon-arrow-right:before {
	content: "";
}

.eicon-arrow-up:before {
	content: "";
}

.eicon-arrow-down:before {
	content: "";
}

.eicon-play-o:before {
	content: "";
}

.eicon-archive-posts:before {
	content: "";
}

.eicon-archive-title:before {
	content: "";
}

.eicon-featured-image:before {
	content: "";
}

.eicon-post-info:before {
	content: "";
}

.eicon-post-title:before {
	content: "";
}

.eicon-site-logo:before {
	content: "";
}

.eicon-site-search:before {
	content: "";
}

.eicon-site-title:before {
	content: "";
}

.eicon-plus-square:before {
	content: "";
}

.eicon-minus-square:before {
	content: "";
}

.eicon-cloud-check:before {
	content: "";
}

.eicon-drag-n-drop:before {
	content: "";
}

.eicon-welcome:before {
	content: "";
}

.eicon-handle:before {
	content: "";
}

.eicon-cart:before {
	content: "";
}

.eicon-product-add-to-cart:before {
	content: "";
}

.eicon-product-breadcrumbs:before {
	content: "";
}

.eicon-product-categories:before {
	content: "";
}

.eicon-product-description:before {
	content: "";
}

.eicon-product-images:before {
	content: "";
}

.eicon-product-info:before {
	content: "";
}

.eicon-product-meta:before {
	content: "";
}

.eicon-product-pages:before {
	content: "";
}

.eicon-product-price:before {
	content: "";
}

.eicon-product-rating:before {
	content: "";
}

.eicon-product-related:before {
	content: "";
}

.eicon-product-stock:before {
	content: "";
}

.eicon-product-tabs:before {
	content: "";
}

.eicon-product-title:before {
	content: "";
}

.eicon-product-upsell:before {
	content: "";
}

.eicon-products:before {
	content: "";
}

.eicon-bag-light:before {
	content: "";
}

.eicon-bag-medium:before {
	content: "";
}

.eicon-bag-solid:before {
	content: "";
}

.eicon-basket-light:before {
	content: "";
}

.eicon-basket-medium:before {
	content: "";
}

.eicon-basket-solid:before {
	content: "";
}

.eicon-cart-light:before {
	content: "";
}

.eicon-cart-medium:before {
	content: "";
}

.eicon-cart-solid:before {
	content: "";
}

.eicon-exchange:before {
	content: "";
}

.eicon-preview-thin:before {
	content: "";
}

.eicon-device-laptop:before {
	content: "";
}

.eicon-collapse:before {
	content: "";
}

.eicon-expand:before {
	content: "";
}

.eicon-navigator:before {
	content: "";
}

.eicon-plug:before {
	content: "";
}

.eicon-dashboard:before {
	content: "";
}

.eicon-typography:before {
	content: "";
}

.eicon-info-circle-o:before {
	content: "";
}

.eicon-integration:before {
	content: "";
}

.eicon-plus-circle-o:before {
	content: "";
}

.eicon-rating:before {
	content: "";
}

.eicon-review:before {
	content: "";
}

.eicon-tools:before {
	content: "";
}

.eicon-loading:before {
	content: "";
}

.eicon-sitemap:before {
	content: "";
}

.eicon-click:before {
	content: "";
}

.eicon-clock:before {
	content: "";
}

.eicon-library-open:before {
	content: "";
}

.eicon-warning:before {
	content: "";
}

.eicon-flow:before {
	content: "";
}

.eicon-cursor-move:before {
	content: "";
}

.eicon-arrow-circle-left:before {
	content: "";
}

.eicon-flash:before {
	content: "";
}

.eicon-redo:before {
	content: "";
}

.eicon-ban:before {
	content: "";
}

.eicon-barcode:before {
	content: "";
}

.eicon-calendar:before {
	content: "";
}

.eicon-caret-left:before {
	content: "";
}

.eicon-caret-right:before {
	content: "";
}

.eicon-caret-up:before {
	content: "";
}

.eicon-chain-broken:before {
	content: "";
}

.eicon-check-circle-o:before {
	content: "";
}

.eicon-check:before {
	content: "";
}

.eicon-chevron-double-left:before {
	content: "";
}

.eicon-chevron-double-right:before {
	content: "";
}

.eicon-undo:before {
	content: "";
}

.eicon-filter:before {
	content: "";
}

.eicon-circle-o:before {
	content: "";
}

.eicon-circle:before {
	content: "";
}

.eicon-clock-o:before {
	content: "";
}

.eicon-cog:before {
	content: "";
}

.eicon-cogs:before {
	content: "";
}

.eicon-commenting-o:before {
	content: "";
}

.eicon-copy:before {
	content: "";
}

.eicon-database:before {
	content: "";
}

.eicon-dot-circle-o:before {
	content: "";
}

.eicon-envelope:before {
	content: "";
}

.eicon-external-link-square:before {
	content: "";
}

.eicon-eyedropper:before {
	content: "";
}

.eicon-folder:before {
	content: "";
}

.eicon-font:before {
	content: "";
}

.eicon-adjust:before {
	content: "";
}

.eicon-lightbox:before {
	content: "";
}

.eicon-heart-o:before {
	content: "";
}

.eicon-history:before {
	content: "";
}

.eicon-image-bold:before {
	content: "";
}

.eicon-info-circle:before {
	content: "";
}

.eicon-link:before {
	content: "";
}

.eicon-long-arrow-left:before {
	content: "";
}

.eicon-long-arrow-right:before {
	content: "";
}

.eicon-caret-down:before {
	content: "";
}

.eicon-paint-brush:before {
	content: "";
}

.eicon-pencil:before {
	content: "";
}

.eicon-plus-circle:before {
	content: "";
}

.eicon-zoom-in-bold:before {
	content: "";
}

.eicon-sort-amount-desc:before {
	content: "";
}

.eicon-sign-out:before {
	content: "";
}

.eicon-spinner:before {
	content: "";
}

.eicon-square:before {
	content: "";
}

.eicon-star-o:before {
	content: "";
}

.eicon-star:before {
	content: "";
}

.eicon-text-align-justify:before {
	content: "";
}

.eicon-text-align-center:before {
	content: "";
}

.eicon-tags:before {
	content: "";
}

.eicon-text-align-left:before {
	content: "";
}

.eicon-text-align-right:before {
	content: "";
}

.eicon-close-circle:before {
	content: "";
}

.eicon-trash-o:before {
	content: "";
}

.eicon-font-awesome:before {
	content: "";
}

.eicon-user-circle-o:before {
	content: "";
}

.eicon-video-camera:before {
	content: "";
}

.eicon-heart:before {
	content: "";
}

.eicon-wrench:before {
	content: "";
}

.eicon-help:before {
	content: "";
}

.eicon-help-o:before {
	content: "";
}

.eicon-zoom-out-bold:before {
	content: "";
}

.eicon-plus-square-o:before {
	content: "";
}

.eicon-minus-square-o:before {
	content: "";
}

.eicon-minus-circle:before {
	content: "";
}

.eicon-minus-circle-o:before {
	content: "";
}

.eicon-code-bold:before {
	content: "";
}

.eicon-cloud-upload:before {
	content: "";
}

.eicon-search-bold:before {
	content: "";
}

.eicon-map-pin:before {
	content: "";
}

.eicon-meetup:before {
	content: "";
}

.eicon-slideshow:before {
	content: "";
}

.eicon-t-letter-bold:before {
	content: "";
}

.eicon-preferences:before {
	content: "";
}

.eicon-table-of-contents:before {
	content: "";
}

.eicon-tv:before {
	content: "";
}

.eicon-upload:before {
	content: "";
}

.eicon-instagram-comments:before {
	content: "";
}

.eicon-instagram-nested-gallery:before {
	content: "";
}

.eicon-instagram-post:before {
	content: "";
}

.eicon-instagram-video:before {
	content: "";
}

.eicon-instagram-gallery:before {
	content: "";
}

.eicon-instagram-likes:before {
	content: "";
}

.eicon-facebook:before {
	content: "";
}

.eicon-twitter:before {
	content: "";
}

.eicon-pinterest:before {
	content: "";
}

.eicon-frame-expand:before {
	content: "";
}

.eicon-frame-minimize:before {
	content: "";
}

.eicon-archive:before {
	content: "";
}

.eicon-colors-typography:before {
	content: "";
}

.eicon-custom:before {
	content: "";
}

.eicon-footer:before {
	content: "";
}

.eicon-header:before {
	content: "";
}

.eicon-layout-settings:before {
	content: "";
}

.eicon-lightbox-expand:before {
	content: "";
}

.eicon-error-404:before {
	content: "";
}

.eicon-theme-style:before {
	content: "";
}

.eicon-search-results:before {
	content: "";
}

.eicon-single-post:before {
	content: "";
}

.eicon-site-identity:before {
	content: "";
}

.eicon-theme-builder:before {
	content: "";
}

.eicon-download-bold:before {
	content: "";
}

.eicon-share-arrow:before {
	content: "";
}

.eicon-global-settings:before {
	content: "";
}

.eicon-user-preferences:before {
	content: "";
}

.eicon-lock:before {
	content: "";
}

.eicon-export-kit:before {
	content: "";
}

.eicon-import-kit:before {
	content: "";
}

.eicon-lottie:before {
	content: "";
}

.eicon-products-archive:before {
	content: "";
}

.eicon-single-product:before {
	content: "";
}

.eicon-disable-trash-o:before {
	content: "";
}

.eicon-single-page:before {
	content: "";
}

.eicon-wordpress-light:before {
	content: "";
}

.eicon-cogs-check:before {
	content: "";
}

.eicon-custom-css:before {
	content: "";
}

.eicon-global-colors:before {
	content: "";
}

.eicon-globe:before {
	content: "";
}

.eicon-typography-1:before {
	content: "";
}

.eicon-background:before {
	content: "";
}

.eicon-device-responsive:before {
	content: "";
}

.eicon-device-wide:before {
	content: "";
}

.eicon-code-highlight:before {
	content: "";
}

.eicon-video-playlist:before {
	content: "";
}

.eicon-download-kit:before {
	content: "";
}

.eicon-kit-details:before {
	content: "";
}

.eicon-kit-parts:before {
	content: "";
}

.eicon-kit-upload:before {
	content: "";
}

.eicon-kit-plugins:before {
	content: "";
}

.eicon-kit-upload-alt:before {
	content: "";
}

.eicon-hotspot:before {
	content: "";
}

.eicon-paypal-button:before {
	content: "";
}

.eicon-shape:before {
	content: "";
}

.eicon-wordart:before {
	content: "";
}

.eicon-checkout:before {
	content: "";
}

.eicon-container:before {
	content: "";
}

.eicon-flip:before {
	content: "";
}

.eicon-info:before {
	content: "";
}

.eicon-my-account:before {
	content: "";
}

.eicon-purchase-summary:before {
	content: "";
}

.eicon-page-transition:before {
	content: "";
}

.eicon-spotify:before {
	content: "";
}

.eicon-stripe-button:before {
	content: "";
}

.eicon-woo-settings:before {
	content: "";
}

.eicon-woo-cart:before {
	content: "";
}

.eicon-grow:before {
	content: "";
}

.eicon-order-end:before {
	content: "";
}

.eicon-nowrap:before {
	content: "";
}

.eicon-order-start:before {
	content: "";
}

.eicon-progress-tracker:before {
	content: "";
}

.eicon-shrink:before {
	content: "";
}

.eicon-wrap:before {
	content: "";
}

.eicon-align-center-h:before {
	content: "";
}

.eicon-align-center-v:before {
	content: "";
}

.eicon-align-end-h:before {
	content: "";
}

.eicon-align-end-v:before {
	content: "";
}

.eicon-align-start-h:before {
	content: "";
}

.eicon-align-start-v:before {
	content: "";
}

.eicon-align-stretch-h:before {
	content: "";
}

.eicon-align-stretch-v:before {
	content: "";
}

.eicon-justify-center-h:before {
	content: "";
}

.eicon-justify-center-v:before {
	content: "";
}

.eicon-justify-end-h:before {
	content: "";
}

.eicon-justify-end-v:before {
	content: "";
}

.eicon-justify-space-around-h:before {
	content: "";
}

.eicon-justify-space-around-v:before {
	content: "";
}

.eicon-justify-space-between-h:before {
	content: "";
}

.eicon-justify-space-between-v:before {
	content: "";
}

.eicon-justify-space-evenly-h:before {
	content: "";
}

.eicon-justify-space-evenly-v:before {
	content: "";
}

.eicon-justify-start-h:before {
	content: "";
}

.eicon-justify-start-v:before {
	content: "";
}

.eicon-woocommerce-cross-sells:before {
	content: "";
}

.eicon-woocommerce-notices:before {
	content: "";
}

.eicon-inner-container:before {
	content: "";
}

.eicon-warning-full:before {
	content: "";
}

.eicon-exit:before {
	content: "";
}

.eicon-loop-builder:before {
	content: "";
}

.eicon-notes:before {
	content: "";
}

.eicon-read:before {
	content: "";
}

.eicon-unread:before {
	content: "";
}

.eicon-carousel-loop:before {
	content: "";
}

.eicon-mega-menu:before {
	content: "";
}

.eicon-nested-carousel:before {
	content: "";
}

.eicon-ai:before {
	content: "";
}

.eicon-taxonomy-filter:before {
	content: "";
}

.eicon-container-grid:before {
	content: "";
}

.eicon-upgrade:before {
	content: "";
}

.eicon-advanced:before {
	content: "";
}

.eicon-div-block:before {
	content: "";
}

.eicon-notification:before {
	content: "";
}

.eicon-light-mode:before {
	content: "";
}

.eicon-dark-mode:before {
	content: "";
}

.eicon-upgrade-crown:before {
	content: "";
}

.eicon-off-canvas:before {
	content: "";
}

.eicon-speakerphone:before {
	content: "";
}

.eicon-ehp-cta:before {
	content: "";
}

.eicon-ehp-forms:before {
	content: "";
}

.eicon-ehp-hero:before {
	content: "";
}

.eicon-ehp-zigzag:before {
	content: "";
}

.eicon-e-button:before {
	content: "";
}

.eicon-flexbox:before {
	content: "";
}

.eicon-paragraph:before {
	content: "";
}

.eicon-icon:before {
	content: "";
}

.eicon-e-image:before {
	content: "";
}

.eicon-video:before {
	content: "";
}

.eicon-svg:before {
	content: "";
}

.eicon-e-divider:before {
	content: "";
}

.eicon-e-heading:before {
	content: "";
}

.eicon-atomic:before {
	content: "";
}

.eicon-library-delete:before {
	content: "";
}

.eicon-library-copy:before {
	content: "";
}

.eicon-library-folder-empty:before {
	content: "";
}

.eicon-library-move:before {
	content: "";
}

.eicon-library-edit:before {
	content: "";
}

.eicon-library-subscription-upgrade:before {
	content: "";
}

.eicon-library-folder-view:before {
	content: "";
}

.eicon-library-grid:before {
	content: "";
}

.eicon-library-cloud-connect:before {
	content: "";
}

.eicon-library-import:before {
	content: "";
}

.eicon-library-list:before {
	content: "";
}

.eicon-library-cloud-empty:before {
	content: "";
}

.eicon-folder-plus:before {
	content: "";
}

.eicon-library-folder:before {
	content: "";
}

.eicon-accessibility:before {
	content: "";
}

.eicon-lock-outline:before {
	content: "";
}

.eicon-e-youtube:before {
	content: "";
}

.eicon-contact:before {
	content: "";
}

.eicon-layout:before {
	content: "";
}

.eicon-components:before {
	content: "";
}

.eicon-tab-content:before {
	content: "";
}

.eicon-tab-menu:before {
	content: "";
}

.eicon-atomic-label:before {
	content: "";
}

.eicon-atomic-form:before {
	content: "";
}

.eicon-atomic-submit-button:before {
	content: "";
}

.eicon-atomic-input:before {
	content: "";
}

.eicon-atomic-text-area:before {
	content: "";
}

.eicon-atomic-select:before {
	content: "";
}

.eicon-atomic-checkbox:before {
	content: "";
}

.eicon-atomic-radiobutton:before {
	content: "";
}

.eicon-atomic-file-upload:before {
	content: "";
}

.eicon-atomic-time-picker:before {
	content: "";
}

.eicon-atomic-date-picker:before {
	content: "";
}

.eicon-upgrade-crown-full:before {
	content: "";
}

.eicon-after:before {
	content: "";
}

.eicon-pagination-item:before {
	content: "";
}

.eicon-before:before {
	content: "";
}

.eicon-pagination:before {
	content: "";
}

.eicon-loop-item:before {
	content: "";
}

.eicon-loop-widget:before {
	content: "";
}

.eicon-x-twitter:before {
	content: "";
}

.eicon-eye:before {
	content: "";
}

.eicon-elementor-square:before {
	content: "";
}

.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-start .elementor-icon-list-item, .elementor-widget.elementor-align-start .elementor-icon-list-item a {
	justify-content: start;
	text-align: start;
}

.elementor-widget.elementor-align-start .elementor-inline-items {
	justify-content: start;
}

.elementor-widget.elementor-align-end .elementor-icon-list-item, .elementor-widget.elementor-align-end .elementor-icon-list-item a {
	justify-content: end;
	text-align: end;
}

.elementor-widget.elementor-align-end .elementor-icon-list-items {
	justify-content: end;
}

.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after {
	inset-inline-start: 0;
}

.elementor-widget:not(.elementor-align-start) .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-start .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-widescreen-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-start) .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-start .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-laptop-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-laptop-align-start) .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-start .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-start) .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-start .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-tablet-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet-align-start) .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-start .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-start) .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-start .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-mobile-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile-align-start) .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-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(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-threads-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-x-twitter-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/*! elementor-pro - v3.7.5 - 31-08-2022 */
@charset "UTF-8";

.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft), .entry-summary blockquote.elementor-blockquote {
	margin-right: 0;
	margin-left: 0;
}

.elementor-widget-blockquote blockquote {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	quotes: none;
	border: 0;
	font-style: normal;
	color: #55595c;
}

.elementor-widget-blockquote blockquote:after, .elementor-widget-blockquote blockquote:before, .elementor-widget-blockquote blockquote cite:after, .elementor-widget-blockquote blockquote cite:before, .elementor-widget-blockquote blockquote footer:after, .elementor-widget-blockquote blockquote footer:before {
	content: "";
	content: none;
}

.elementor-blockquote {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-blockquote__author, .elementor-blockquote__content {
	margin-bottom: 0;
	font-style: normal;
}

.elementor-blockquote__author {
	font-weight: 700;
}

.elementor-blockquote footer {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elementor-blockquote__tweet-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #1da1f2;
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 1;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.elementor-blockquote__tweet-button:hover {
	color: #0967a0;
}

.elementor-blockquote__tweet-button span {
	font-weight: 600;
}

.elementor-blockquote__tweet-button i, .elementor-blockquote__tweet-button span {
	vertical-align: middle;
}

.elementor-blockquote__tweet-button i + span, .elementor-blockquote__tweet-button svg + span {
	margin-left: .5em;
}

.elementor-blockquote__tweet-button svg {
	fill: #1da1f2;
	height: 1em;
	width: 1em;
}

.elementor-blockquote__tweet-label {
	white-space: pre-wrap;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button {
	padding: .7em 1.2em;
	border-radius: 100em;
	background-color: #1da1f2;
	color: #fff;
	font-size: 15px;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover {
	background-color: #0967a0;
	color: #fff;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0;
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg, .elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg {
	fill: #fff;
	height: 1em;
	width: 1em;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
	padding: 0;
	width: 2em;
	height: 2em;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i, .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
	content: "";
	border: .5em solid transparent;
	border-right-color: #1da1f2;
	position: absolute;
	left: -.8em;
	top: 50%;
	-webkit-transform: translateY(-50%) scaleY(.65);
	-ms-transform: translateY(-50%) scaleY(.65);
	transform: translateY(-50%) scaleY(.65);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
	right: auto;
	left: -.8em;
	border-right-color: #1da1f2;
	border-left-color: transparent;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
	border-right-color: #0967a0;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
	left: auto;
	right: -.8em;
	border-right-color: transparent;
	border-left-color: #1da1f2;
}

.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
	border-left-color: #0967a0;
}

.elementor-blockquote--skin-boxed .elementor-blockquote {
	background-color: #e6e9ec;
	padding: 30px;
}

.elementor-blockquote--skin-border .elementor-blockquote {
	border-color: #e6e9ec;
	border-left: 7px #e6e9ec;
	border-style: solid;
	padding-left: 20px;
}

.elementor-blockquote--skin-quotation .elementor-blockquote:before {
	content: "“";
	font-size: 100px;
	color: #e6e9ec;
	font-family: Times New Roman, Times, serif;
	font-weight: 900;
	line-height: 1;
	display: block;
	height: .6em;
}

.elementor-blockquote--skin-quotation .elementor-blockquote__content {
	margin-top: 15px;
}

.elementor-blockquote--align-left .elementor-blockquote__content {
	text-align: left;
}

.elementor-blockquote--align-left .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-blockquote--align-right .elementor-blockquote__content {
	text-align: right;
}

.elementor-blockquote--align-right .elementor-blockquote footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.elementor-blockquote--align-center .elementor-blockquote {
	text-align: center;
}

.elementor-blockquote--align-center .elementor-blockquote__author, .elementor-blockquote--align-center .elementor-blockquote footer {
	display: block;
}

.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
	margin-right: auto;
	margin-left: auto;
}

/*! elementor-pro - v3.7.5 - 31-08-2022 */
@charset "UTF-8";

.site-main .menu-navigation-container {
	overflow: visible;
}

.elementor-item:after, .elementor-item:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	-o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0;
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px;
}

.e--pointer-double-line.e--animation-none, .e--pointer-double-line.e--animation-none .elementor-item, .e--pointer-double-line.e--animation-none .elementor-item:after, .e--pointer-double-line.e--animation-none .elementor-item:before, .e--pointer-double-line.e--animation-none .elementor-item:focus, .e--pointer-double-line.e--animation-none .elementor-item:hover, .e--pointer-double-line.e--animation-none:after, .e--pointer-double-line.e--animation-none:before, .e--pointer-double-line.e--animation-none:focus, .e--pointer-double-line.e--animation-none:hover, .e--pointer-overline.e--animation-none, .e--pointer-overline.e--animation-none .elementor-item, .e--pointer-overline.e--animation-none .elementor-item:after, .e--pointer-overline.e--animation-none .elementor-item:before, .e--pointer-overline.e--animation-none .elementor-item:focus, .e--pointer-overline.e--animation-none .elementor-item:hover, .e--pointer-overline.e--animation-none:after, .e--pointer-overline.e--animation-none:before, .e--pointer-overline.e--animation-none:focus, .e--pointer-overline.e--animation-none:hover, .e--pointer-underline.e--animation-none, .e--pointer-underline.e--animation-none .elementor-item, .e--pointer-underline.e--animation-none .elementor-item:after, .e--pointer-underline.e--animation-none .elementor-item:before, .e--pointer-underline.e--animation-none .elementor-item:focus, .e--pointer-underline.e--animation-none .elementor-item:hover, .e--pointer-underline.e--animation-none:after, .e--pointer-underline.e--animation-none:before, .e--pointer-underline.e--animation-none:focus, .e--pointer-underline.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:before {
	content: "";
	top: 0;
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px;
}

.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
	content: "";
	bottom: 0;
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	width: 10px;
	inset-inline-start: 100%;
}

.e--pointer-framed .elementor-item:after, .e--pointer-framed .elementor-item:before {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c;
}

.e--pointer-framed .elementor-item:before {
	content: "";
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.e--pointer-framed.e--animation-grow .elementor-item:before, .e--pointer-framed.e--animation-shrink .elementor-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	-o-transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after, .e--pointer-framed.e--animation-draw .elementor-item:before {
	width: 3px;
	height: 3px;
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	-o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
	-o-transition: width .1s, height .1s .1s, opacity .02s .18s;
	transition: width .1s, height .1s .1s, opacity .02s .18s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	width: 100%;
	height: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	-webkit-transition: opacity .02s, height .1s, width .1s .1s;
	-o-transition: opacity .02s, height .1s, width .1s .1s;
	transition: opacity .02s, height .1s, width .1s .1s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:after {
	-webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	-o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
}

.e--pointer-framed.e--animation-corners .elementor-item:after, .e--pointer-framed.e--animation-corners .elementor-item:before {
	width: 3px;
	height: 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 0 3px 3px 0;
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after, .e--pointer-framed.e--animation-corners .elementor-item-active:before, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:before, .e--pointer-framed.e--animation-corners .elementor-item:focus:after, .e--pointer-framed.e--animation-corners .elementor-item:focus:before, .e--pointer-framed.e--animation-corners .elementor-item:hover:after, .e--pointer-framed.e--animation-corners .elementor-item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	-o-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s;
}

.e--pointer-framed.e--animation-none, .e--pointer-framed.e--animation-none .elementor-item, .e--pointer-framed.e--animation-none .elementor-item:after, .e--pointer-framed.e--animation-none .elementor-item:before, .e--pointer-framed.e--animation-none .elementor-item:focus, .e--pointer-framed.e--animation-none .elementor-item:hover, .e--pointer-framed.e--animation-none:after, .e--pointer-framed.e--animation-none:before, .e--pointer-framed.e--animation-none:focus, .e--pointer-framed.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-background .elementor-item:after, .e--pointer-background .elementor-item:before {
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.e--pointer-background .elementor-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.e--pointer-background .elementor-item-active, .e--pointer-background .elementor-item.highlighted, .e--pointer-background .elementor-item:focus, .e--pointer-background .elementor-item:hover {
	color: #fff;
}

.e--pointer-background.e--animation-grow .elementor-item:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.e--pointer-background.e--animation-grow .elementor-item-active:before, .e--pointer-background.e--animation-grow .elementor-item.highlighted:before, .e--pointer-background.e--animation-grow .elementor-item:focus:before, .e--pointer-background.e--animation-grow .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before, .e--pointer-background.e--animation-shrink .elementor-item.highlighted:before, .e--pointer-background.e--animation-shrink .elementor-item:focus:before, .e--pointer-background.e--animation-shrink .elementor-item:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s;
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%;
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%;
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%;
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
	top: 0;
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	top: 100%;
	bottom: 0;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
	bottom: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
	top: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
	right: 0;
	left: 100%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
	right: 100%;
	left: 0;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
	right: 50%;
}

.e--pointer-background.e--animation-none, .e--pointer-background.e--animation-none .elementor-item, .e--pointer-background.e--animation-none .elementor-item:after, .e--pointer-background.e--animation-none .elementor-item:before, .e--pointer-background.e--animation-none .elementor-item:focus, .e--pointer-background.e--animation-none .elementor-item:hover, .e--pointer-background.e--animation-none:after, .e--pointer-background.e--animation-none:before, .e--pointer-background.e--animation-none:focus, .e--pointer-background.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.e--pointer-text.e--animation-skew .elementor-item:focus, .e--pointer-text.e--animation-skew .elementor-item:hover {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
}

.e--pointer-text.e--animation-grow .elementor-item:focus, .e--pointer-text.e--animation-grow .elementor-item:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.e--pointer-text.e--animation-shrink .elementor-item:focus, .e--pointer-text.e--animation-shrink .elementor-item:hover {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.e--pointer-text.e--animation-float .elementor-item:focus, .e--pointer-text.e--animation-float .elementor-item:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.e--pointer-text.e--animation-sink .elementor-item:focus, .e--pointer-text.e--animation-sink .elementor-item:hover {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.e--pointer-text.e--animation-rotate .elementor-item:focus, .e--pointer-text.e--animation-rotate .elementor-item:hover {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.e--pointer-text.e--animation-none, .e--pointer-text.e--animation-none .elementor-item, .e--pointer-text.e--animation-none .elementor-item:after, .e--pointer-text.e--animation-none .elementor-item:before, .e--pointer-text.e--animation-none .elementor-item:focus, .e--pointer-text.e--animation-none .elementor-item:hover, .e--pointer-text.e--animation-none:after, .e--pointer-text.e--animation-none:before, .e--pointer-text.e--animation-none:focus, .e--pointer-text.e--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.elementor-nav-menu--main .elementor-nav-menu a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px;
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #55595c;
	color: #a1a6a9;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px dashed transparent;
	border-bottom: 8px solid #494c4f;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed;
	border-color: #494c4f transparent transparent;
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-nav-menu--layout-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > .scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul {
	top: 100% !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a {
	-webkit-margin-start: var(--e-nav-menu-horizontal-menu-item-margin);
	margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > .scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > .scroll-up, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > ul {
	left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a {
	-webkit-margin-end: var(--e-nav-menu-horizontal-menu-item-margin);
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child):after {
	content: var(--e-nav-menu-divider-content, none);
	height: var(--e-nav-menu-divider-height, 35%);
	border-left: var(--e-nav-menu-divider-width, 2px) var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
	border-bottom-color: var(--e-nav-menu-divider-color, #000);
	border-right-color: var(--e-nav-menu-divider-color, #000);
	border-top-color: var(--e-nav-menu-divider-color, #000);
	-ms-flex-item-align: center;
	align-self: center;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	margin-left: auto;
}

.elementor-nav-menu__align-right .elementor-nav-menu, .elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-nav-menu__align-left .elementor-nav-menu {
	margin-right: auto;
}

.elementor-nav-menu__align-left .elementor-nav-menu, .elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	margin-left: auto;
	margin-right: auto;
}

.elementor-nav-menu__align-center .elementor-nav-menu, .elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	width: 100%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none;
}

.elementor-widget-nav-menu .elementor-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-nav-menu {
	position: relative;
	z-index: 2;
}

.elementor-nav-menu:after {
	content: " ";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elementor-nav-menu ul {
	display: none;
}

.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover {
	border-left: 16px solid transparent;
}

.elementor-nav-menu ul ul ul a, .elementor-nav-menu ul ul ul a:active, .elementor-nav-menu ul ul ul a:focus, .elementor-nav-menu ul ul ul a:hover {
	border-left: 24px solid transparent;
}

.elementor-nav-menu ul ul ul ul a, .elementor-nav-menu ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent;
}

.elementor-nav-menu ul ul ul ul ul a, .elementor-nav-menu ul ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent;
}

.elementor-nav-menu a, .elementor-nav-menu li {
	position: relative;
}

.elementor-nav-menu li {
	border-width: 0;
}

.elementor-nav-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
	padding: 10px 20px;
	line-height: 20px;
}

.elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-nav-menu a.disabled {
	cursor: not-allowed;
	color: #a1a6a9;
}

.elementor-nav-menu .e-plus-icon:before {
	content: "+";
}

.elementor-nav-menu .sub-arrow {
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-nav-menu .sub-arrow i {
	pointer-events: none;
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down, .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
	font-size: .7em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
	height: .7em;
	width: .7em;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: #55595c;
	color: #fff;
}

.elementor-menu-toggle {
	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;
	font-size: var(--nav-menu-icon-size, 22px);
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open, .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
	display: none;
}

.elementor-menu-toggle .e-font-icon-svg {
	fill: #494c4f;
	height: 1em;
	width: 1em;
}

.elementor-menu-toggle svg {
	width: 1em;
	height: auto;
	fill: var(--nav-menu-icon-color, currentColor);
}

span.elementor-menu-toggle__icon--close, span.elementor-menu-toggle__icon--open {
	line-height: 1;
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px;
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle, .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
	display: none;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	-webkit-transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, -webkit-transform .3s;
	-o-transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	overflow-y: hidden;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: .85em;
}

.elementor-nav-menu--dropdown a {
	color: #494c4f;
}

.elementor-nav-menu--dropdown a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	text-shadow: none;
	border-left: 8px solid transparent;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0;
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh;
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997;
}

@media (max-width:767px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:768px) {
	.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: none;
	}
}

@media (max-width:-1px) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1px) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
		display: none;
	}
}

@media (min-width:1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none;
	}
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none;
	}
}

@media (max-width:-1px) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1px) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
		display: none;
	}
}

.oceanwp-about-me {
	position: relative;
	text-align: center;
}

.oceanwp-about-me .oceanwp-about-me-avatar, .oceanwp-about-me .oceanwp-about-me-social {
	margin-top: 20px;
}

.oceanwp-about-me .oceanwp-about-me-avatar img {
	position: relative;
	border-radius: 50%;
}

.oceanwp-about-me .oceanwp-about-me-name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin: 16px 0 10px;
	text-transform: uppercase;
	clear: none;
}

.oceanwp-about-me .oceanwp-about-me-social li {
	display: inline-block;
	margin-left: 6px;
}

.oceanwp-about-me .oceanwp-about-me-social li:first-child {
	margin-left: 0;
}

.oceanwp-about-me .oceanwp-about-me-social li a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li a, .oceanwp-about-me .oceanwp-about-me-social.style-color li a:hover {
	color: #fff;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li a .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-color li a:hover .owp-icon use {
	stroke: #fff;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.facebook a {
	background-color: #37589b;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.facebook a:hover {
	background-color: #4e7ddd;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitter a {
	background-color: #46d4fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitter a:hover {
	background-color: #7ee1fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.instagram a {
	background-color: #5996c7;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.instagram a:hover {
	background-color: #69b4f0;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.linkedin a {
	background-color: #419cca;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.linkedin a:hover {
	background-color: #52c3fc;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.pinterest a {
	background-color: #cb2027;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.pinterest a:hover {
	background-color: #f7555c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.youtube a {
	background-color: #dd4646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.youtube a:hover {
	background-color: #ff6262;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.telegram a {
	background-color: #08c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.telegram a:hover {
	background-color: #0da4f0;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitch a {
	background-color: #6441a5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.twitch a:hover {
	background-color: #702cee;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.line a {
	background-color: #00c300;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.line a:hover {
	background-color: #09f309;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.xing a {
	background-color: #006464;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.xing a:hover {
	background-color: #014646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vine a {
	background-color: #00bf8f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vine a:hover {
	background-color: #01906c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vimeo a {
	background-color: #1ab7ea;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vimeo a:hover {
	background-color: #1494bd;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.github a {
	background-color: #60b044;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.github a:hover {
	background-color: #4f9237;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.flickr a {
	background-color: #fa4086;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.flickr a:hover {
	background-color: #c63169;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.yelp a {
	background-color: #c41200;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.yelp a:hover {
	background-color: #940f01;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tripadvisor a {
	background-color: #589442;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tripadvisor a:hover {
	background-color: #426f32;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.rss a {
	background-color: #ff7900;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.rss a:hover {
	background-color: #d46603;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.medium a {
	background-color: #00ab6c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.medium a:hover {
	background-color: #03945f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vk a {
	background-color: #597ba5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.vk a:hover {
	background-color: #486384;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.dribbble a {
	background-color: #ea4c89;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.dribbble a:hover {
	background-color: #c64174;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tumblr a {
	background-color: #2c4762;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tumblr a:hover {
	background-color: #1d3042;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tiktok a {
	background-color: #000;
}

.oceanwp-about-me .oceanwp-about-me-social.style-color li.tiktok a:hover {
	background-color: #141414;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li a {
	color: #aaa;
	border: 1px solid #e9e9e9;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li a .owp-icon use {
	stroke: #aaa;
}

.oceanwp-about-me .oceanwp-about-me-social.style-dark li a {
	color: #929292;
	border: 1px solid #555;
}

.oceanwp-about-me .oceanwp-about-me-social.style-dark li a .owp-icon use {
	stroke: #929292;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.facebook a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.facebook a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.facebook a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.facebook a:hover .owp-icon use {
	stroke: #37589b;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitter a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitter a:hover {
	color: #46d4fe;
	border-color: #46d4fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitter a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitter a:hover .owp-icon use {
	stroke: #46d4fe;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.instagram a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.instagram a:hover {
	color: #5996c7;
	border-color: #5996c7;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.instagram a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.instagram a:hover .owp-icon use {
	stroke: #5996c7;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.linkedin a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.linkedin a:hover {
	color: #419cca;
	border-color: #419cca;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.linkedin a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.linkedin a:hover .owp-icon use {
	stroke: #419cca;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.pinterest a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.pinterest a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.pinterest a:hover .owp-icon use {
	stroke: #cb2027;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.youtube a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.youtube a:hover {
	color: #dd4646;
	border-color: #dd4646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.youtube a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.youtube a:hover .owp-icon use {
	stroke: #dd4646;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.telegram a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.telegram a:hover {
	color: #08c;
	border-color: #08c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.telegram a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.telegram a:hover .owp-icon use {
	stroke: #08c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitch a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitch a:hover {
	color: #6441a5;
	border-color: #6441a5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.twitch a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.twitch a:hover .owp-icon use {
	stroke: #6441a5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.line a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.line a:hover {
	color: #00c300;
	border-color: #00c300;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.line a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.line a:hover .owp-icon use {
	stroke: #00c300;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.xing a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.xing a:hover {
	color: #006464;
	border-color: #006464;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.xing a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.xing a:hover .owp-icon use {
	stroke: #006464;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vine a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vine a:hover {
	color: #00bf8f;
	border-color: #00bf8f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vine a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vine a:hover .owp-icon use {
	stroke: #00bf8f;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vimeo a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vimeo a:hover {
	color: #1ab7ea;
	border-color: #1ab7ea;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vimeo a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vimeo a:hover .owp-icon use {
	stroke: #1ab7ea;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.github a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.github a:hover {
	color: #60b044;
	border-color: #60b044;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.github a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.github a:hover .owp-icon use {
	stroke: #60b044;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.flickr a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.flickr a:hover {
	color: #fa4086;
	border-color: #fa4086;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.flickr a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.flickr a:hover .owp-icon use {
	stroke: #fa4086;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.yelp a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.yelp a:hover {
	color: #c41200;
	border-color: #c41200;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.yelp a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.yelp a:hover .owp-icon use {
	stroke: #c41200;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tripadvisor a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tripadvisor a:hover {
	color: #589442;
	border-color: #589442;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tripadvisor a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tripadvisor a:hover .owp-icon use {
	stroke: #589442;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.rss a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.rss a:hover {
	color: #ff7900;
	border-color: #ff7900;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.rss a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.rss a:hover .owp-icon use {
	stroke: #ff7900;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.medium a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.medium a:hover {
	color: #00ab6c;
	border-color: #00ab6c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.medium a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.medium a:hover .owp-icon use {
	stroke: #00ab6c;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vk a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vk a:hover {
	color: #597ba5;
	border-color: #597ba5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.vk a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.vk a:hover .owp-icon use {
	stroke: #597ba5;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.dribbble a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.dribbble a:hover {
	color: #ea4c89;
	border-color: #ea4c89;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.dribbble a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.dribbble a:hover .owp-icon use {
	stroke: #ea4c89;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tumblr a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tumblr a:hover {
	color: #2c4762;
	border-color: #2c4762;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tumblr a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tumblr a:hover .owp-icon use {
	stroke: #2c4762;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tiktok a:hover, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tiktok a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-about-me .oceanwp-about-me-social.style-light li.tiktok a:hover .owp-icon use, .oceanwp-about-me .oceanwp-about-me-social.style-dark li.tiktok a:hover .owp-icon use {
	stroke: #000;
}

#wp-calendar {
	position: relative;
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border: 0;
}

#wp-calendar caption {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 10px;
	padding: 0 0 10px 0;
	background-color: rgba(0, 0, 0, 0);
	color: #13aff0;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #e9e9e9;
	text-align: center;
	text-transform: uppercase;
}

#wp-calendar td, #wp-calendar th {
	text-align: center;
}

#wp-calendar th {
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	padding: 13px 0px 14px 0px;
	background-color: rgba(0, 0, 0, 0);
	color: #777;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #e9e9e9;
}

#wp-calendar tbody {
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #e9e9e9;
}

#wp-calendar tbody td, #wp-calendar tbody td:hover, #wp-calendar tbody td.pad:hover {
	background: rgba(0, 0, 0, 0);
}

#wp-calendar tbody td {
	font-family: "Open Sans";
	font-size: 12px;
	color: #929292;
	width: 14.2857%;
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	padding: 5px 0 0 0;
	border: 0;
	vertical-align: middle;
}

#wp-calendar tbody tr:last-child td {
	padding-bottom: 10px;
}

#wp-calendar tbody a, #wp-calendar tbody #today {
	font-weight: 600;
}

#wp-calendar tbody #today {
	color: #111;
}

#wp-calendar tfoot td {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
}

#wp-calendar tfoot tr td {
	position: absolute;
	top: -10px;
	font-family: "Montserrat", sans-serif;
	background-color: rgba(0, 0, 0, 0) !important;
	font-size: 11px;
	padding-top: 10px;
	text-transform: uppercase;
}

#wp-calendar tfoot tr td#prev, #wp-calendar tfoot tr td#next {
	z-index: 10;
}

#wp-calendar tfoot tr td a {
	border-bottom: 1px solid;
}

#wp-calendar tfoot tr td a:hover {
	border-bottom-style: dashed;
}

#wp-calendar tfoot #next {
	right: 0;
}

.contact-info-widget {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-info-widget li {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.contact-info-widget li:last-child {
	margin-bottom: 0;
}

.contact-info-widget .oceanwp-info-wrap, .contact-info-widget span.oceanwp-contact-title, .contact-info-widget span.oceanwp-contact-text {
	display: block;
}

.contact-info-widget span.oceanwp-contact-title {
	color: #777;
	font-weight: bold;
	line-height: 1.4;
}

.contact-info-widget span.oceanwp-contact-text {
	line-height: 18px;
}

.contact-info-widget li.skype {
	display: inline-block;
}

.contact-info-widget li.skype a {
	display: inline-block;
	background-color: #0ca5de;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 15px;
}

.contact-info-widget li.skype a:hover {
	background-color: #0581af;
	color: #fff;
}

.contact-info-widget.default i, .contact-info-widget.default .owp-icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e9e9e9;
	color: #13aff0;
	margin-right: 15px;
	text-align: center;
	border-radius: 2px;
}

.contact-info-widget.default .owp-icon {
	padding: 10px;
}

.contact-info-widget.default .owp-icon use {
	stroke: #13aff0;
}

.contact-info-widget.default .oceanwp-info-wrap {
	padding-left: 55px;
}

.contact-info-widget.big-icons li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.contact-info-widget.big-icons li:last-child {
	margin-bottom: 0;
}

.contact-info-widget.big-icons i, .contact-info-widget.big-icons .owp-icon {
	float: left;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	margin-right: 20px;
	color: #13aff0;
	border: 1px solid #e9e9e9;
	text-align: center;
	border-radius: 50%;
	transition: all .3s ease;
}

.contact-info-widget.big-icons .owp-icon {
	padding: 16px;
}

.contact-info-widget.big-icons .owp-icon use {
	stroke: #13aff0;
}

.contact-info-widget.big-icons li:hover i {
	background-color: #13aff0;
	color: #fff;
	border-color: #13aff0;
}

.contact-info-widget.big-icons li:hover .owp-icon {
	background-color: #13aff0;
	border-color: #13aff0;
}

.contact-info-widget.big-icons li:hover .owp-icon use {
	stroke: #fff;
}

.contact-info-widget.big-icons span.oceanwp-contact-title {
	display: block;
	font-size: 14px;
}

.contact-info-widget.big-icons li.skype a {
	width: 100%;
	text-align: center;
}

.contact-info-widget.no-icons li .oceanwp-contact-title {
	display: inline-block;
	min-width: 70px;
	font-weight: 600;
}

.contact-info-widget.no-icons li.skype {
	margin-top: 20px;
}

.oceanwp-custom-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.oceanwp-custom-links li {
	padding: 2px 0;
}

.oceanwp-custom-links li a {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #333;
}

.oceanwp-custom-links li a:before {
	content: "";
	display: inline-block;
	color: #929292;
	font-size: 10px;
	margin-right: 10px;
	margin-top: -2px;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	vertical-align: middle;
	zoom: 1;
}

.oceanwp-custom-links li a:hover {
	margin-left: 8px;
	color: #13aff0;
}

.oceanwp-custom-links li a:hover:before {
	color: #13aff0;
}

.oceanwp-custom-links li:first-child {
	padding-top: 0;
}

.oceanwp-custom-menu.right {
	text-align: right;
}

.oceanwp-custom-menu.center {
	text-align: center;
}

.oceanwp-custom-menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.oceanwp-custom-menu > ul > li {
	float: none;
	display: inline-block;
}

.oceanwp-custom-menu > ul > li > a {
	display: block;
	padding: 8px 15px;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	letter-spacing: .6px;
}

.oceanwp-custom-menu > ul > li > a:hover {
	color: #333;
}

.custom-menu-widget .oceanwp-custom-menu > ul > li {
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.custom-menu-widget .oceanwp-custom-menu > ul > li > a {
	padding: 8px 0;
}

.custom-menu-widget .oceanwp-custom-menu > ul > li > a .nav-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-menu-widget .oceanwp-custom-menu.right > ul > li > a .nav-arrow {
	right: auto;
	left: 0;
}

[dir=rtl] .custom-menu-widget .oceanwp-custom-menu.right > ul > li > a .nav-arrow {
	right: 0;
	left: auto;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu {
	position: relative;
	top: auto;
	left: auto;
	background-color: rgba(0, 0, 0, 0);
	border-top: 0;
	min-width: 100%;
	margin: 10px 0 0 12px;
	line-height: 1;
	box-shadow: none;
}

[dir=rtl] .custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu {
	right: auto;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li {
	float: none;
	display: block;
	border-bottom: 1px solid #e9e9e9;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li:last-child {
	border-bottom: 0;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li a.menu-link {
	padding: 8px 0;
	font-size: 13px;
	line-height: 20px;
	color: #555;
	letter-spacing: .6px;
}

.custom-menu-widget .oceanwp-custom-menu .dropdown-menu .sub-menu li a.menu-link:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
}

.custom-menu-widget .oceanwp-custom-menu > ul.click-menu li a {
	position: relative;
}

.custom-menu-widget .oceanwp-custom-menu > ul.click-menu li a .nav-arrow {
	display: none;
}

.custom-menu-widget .oceanwp-custom-menu > ul.click-menu .open-this {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 100%;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

[dir=rtl] .custom-menu-widget .oceanwp-custom-menu > ul.click-menu .open-this {
	left: 0;
	right: auto;
}

.custom-menu-widget .oceanwp-custom-menu > ul.click-menu .open-this i {
	padding: 0;
}

.custom-menu-widget .oceanwp-custom-menu > ul.click-menu li.opened > a > .open-this i:before {
	content: "";
}

.custom-menu-widget .oceanwp-custom-menu > ul.click-menu .sub-menu {
	border-top: 1px solid #e9e9e9;
	margin: 0;
}

.oceanwp-instagram-pics li {
	display: block;
	float: left;
	height: 100%;
	transition: all .3s ease;
}

.oceanwp-instagram-pics.margin li {
	padding: 3px;
}

.oceanwp-instagram-pics li a {
	vertical-align: top;
}

.oceanwp-instagram-pics li img {
	display: block;
	width: 100%;
}

.oceanwp-instagram-pics li:hover {
	opacity: .8;
}

.oceanwp-instagram-header {
	position: relative;
	padding: 10px;
}

.oceanwp-instagram-header.oceanwp-left {
	text-align: left;
}

.oceanwp-instagram-header.oceanwp-right {
	text-align: right;
}

.oceanwp-instagram-header.oceanwp-center {
	text-align: center;
}

.oceanwp-instagram-avatar {
	line-height: 1;
}

.oceanwp-instagram-header.oceanwp-left .oceanwp-instagram-avatar {
	float: left;
	margin-right: 10px;
}

.oceanwp-instagram-header.oceanwp-right .oceanwp-instagram-avatar {
	float: right;
	margin-left: 10px;
}

.oceanwp-instagram-header.oceanwp-center .oceanwp-instagram-avatar {
	margin: 0 0 10px;
}

.oceanwp-instagram-avatar a {
	position: relative;
	display: inline-block;
	width: 75px;
	height: 75px;
	overflow: hidden;
}

.oceanwp-instagram-avatar.square a, .oceanwp-instagram-avatar.square a img {
	border-radius: 2px;
}

.oceanwp-instagram-avatar.rounded a, .oceanwp-instagram-avatar.rounded a img {
	border-radius: 50%;
}

.oceanwp-instagram-avatar a img {
	width: 75px;
	height: 75px;
	transition: all .3s ease;
}

.oceanwp-instagram-avatar a:hover img {
	opacity: .5;
}

.oceanwp-instagram-follow {
	position: absolute;
	top: 0;
	margin-top: -12px;
	display: block;
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: all ease-out .2s;
}

.oceanwp-instagram-follow span {
	display: inline-block;
	padding: 4px 6px;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	background-color: #47bc60;
	background-image: linear-gradient(top, #47bc60, #39a64e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#47bc60", EndColorStr="#39a64e");
	color: #fff;
	border: 1px solid #329345;
	text-shadow: 0 1px 1px #2c803c;
	border-radius: 3px;
}

.oceanwp-instagram-avatar a:hover .oceanwp-instagram-follow {
	top: 50%;
	opacity: 1;
}

.oceanwp-instagram-info .oceanwp-instagram-username {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 4px;
	text-transform: capitalize;
}

.oceanwp-instagram-info .oceanwp-instagram-desc {
	display: block;
	line-height: 1.3;
	margin: 0;
}

.oceanwp-instagram-pics.style-one li:first-child {
	width: 100%;
}

.oceanwp-instagram-pics.style-one li {
	width: 33.33%;
}

.oceanwp-instagram-pics.style-two li:nth-child(1), .oceanwp-instagram-pics.style-two li:nth-child(2) {
	width: 50%;
}

.oceanwp-instagram-pics.style-two li {
	width: 25%;
}

.oceanwp-instagram-pics.style-three li:nth-child(4n+1) {
	width: 100%;
}

.oceanwp-instagram-pics.style-three li {
	width: 33.33%;
}

.oceanwp-style-four-wrap {
	background: #f6f6f6;
	border-bottom: 3px solid #eee;
	border-radius: 3px;
}

.oceanwp-instagram-bar {
	background-color: #6f97b6;
	background-image: linear-gradient(top, #6f97b6, #3f729b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#6f97b6", EndColorStr="#3f729b");
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.oceanwp-instagram-bar .instagram-logo {
	display: block;
	margin: 8px auto 6px;
	width: 96px;
	height: 29px;
	background: url("https://cumberlandlawatlanta.com/nitropack_static/VdBHMPLORplXEBXYBZtVnxgngQgQYAAe/assets/images/optimized/rev-ade6972/cumberlandlawatlanta.com/wp-content/plugins/ocean-extra/assets/img/instagram-logo.png") no-repeat;
}

.oceanwp-instagram-bar .instagram-logo.nitro-lazy {
	background: none !important;
}

.oceanwp-style-four-wrap .oceanwp-instagram-header {
	background-color: #fff;
	padding: 20px 15px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.oceanwp-style-four-wrap .oceanwp-instagram-header.oceanwp-after {
	border-top: 1px solid #eaeaea;
	margin-bottom: 10px;
}

.oceanwp-instagram-pics.style-four.margin li img {
	padding: 3px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 1px 5px rgba(0, 0, 0, .1);
}

.oceanwp-instagram-pics.style-four {
	padding: 10px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.oceanwp-instagram-pics.style-four li {
	width: 33.33%;
}

.oceanwp-instagram-pics.two-columns li {
	width: 50%;
}

.oceanwp-instagram-pics.three-columns li {
	width: 33.33%;
}

.oceanwp-instagram-pics.four-columns li {
	width: 25%;
}

.oceanwp-instagram-pics.five-columns li {
	width: 20%;
}

.oceanwp-instagram-pics.six-columns li {
	width: 16.66%;
}

.oceanwp-instagram-pics.seven-columns li {
	width: 14.28%;
}

.oceanwp-instagram-pics.eight-columns li {
	width: 12.5%;
}

.oceanwp-instagram-pics.nine-columns li {
	width: 11.11%;
}

.oceanwp-instagram-pics.ten-columns li {
	width: 10%;
}

.oceanwp-instagram-link {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}

.oceanwp-instagram-link a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .8px;
	padding: 0 0 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.oceanwp-style-four-wrap .oceanwp-instagram-link {
	padding: 3px 0 16px;
	margin: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
}

.oceanwp-style-four-wrap .oceanwp-instagram-link a {
	display: block;
	background-color: #5582a7;
	color: #fff;
	padding: 12px 8px;
	margin: 0 auto;
	font-weight: 600;
	border: 0;
	width: 80%;
	max-width: 300px;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .1);
}

.oceanwp-style-four-wrap .oceanwp-instagram-link a:hover {
	background-color: #3f729b;
	color: #fff;
}

.oceanwp-flickr-wrap .flickr_badge_image {
	float: left;
	margin: 0 4% 10px 0;
	width: 30.6%;
	transition: all .3s ease;
}

.oceanwp-flickr-wrap .flickr_badge_image:hover {
	opacity: .8;
}

.oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image3, .oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image6, .oceanwp-flickr-wrap .flickr_badge_image#flickr_badge_image9 {
	margin-right: 0;
}

.oceanwp-flickr-wrap .flickr_badge_image a {
	border: none;
}

.oceanwp-flickr-wrap .flickr_badge_image img {
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

p.flickr_stream_wrap {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 90%;
	line-height: 1;
	letter-spacing: .6px;
}

p.flickr_stream_wrap a {
	display: inline-block;
	background-image: url("https://cumberlandlawatlanta.com/nitropack_static/VdBHMPLORplXEBXYBZtVnxgngQgQYAAe/assets/images/optimized/rev-ade6972/cumberlandlawatlanta.com/wp-content/plugins/ocean-extra/assets/img/flickr.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

p.flickr_stream_wrap a.nitro-lazy {
	background-image: none !important;
}

@media only screen and (max-width: 480px) {
	.oceanwp-flickr-wrap .flickr_badge_image {
		width: 23%;
	}
}

.oceanwp-newsletter-form-wrap {
	position: relative;
}

.oceanwp-newsletter-form-wrap .oceanwp-mail-text {
	margin-bottom: 10px;
}

.oceanwp-newsletter-form-wrap form {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.oceanwp-newsletter-form-wrap input[type=email] {
	height: 50px;
	padding: 0 15px;
	margin: 0;
}

.oceanwp-newsletter-form-wrap button {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 0 15px;
	height: 60%;
	border-radius: 3px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mc-embedded-subscribe-form .email-wrap {
	position: relative;
	margin-bottom: 10px;
}

#mc-embedded-subscribe-form .gdpr-wrap label, #mc-embedded-subscribe-form .gdpr-wrap .err-msg {
	display: block;
}

#mc-embedded-subscribe-form .err-msg, #mc-embedded-subscribe-form .res-msg {
	display: block;
	padding: 3px 13px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
}

#mc-embedded-subscribe-form .err-msg, #mc-embedded-subscribe-form .failed.res-msg {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

#mc-embedded-subscribe-form .success.res-msg {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

#mc-embedded-subscribe-form .success.res-msg, #mc-embedded-subscribe-form .failed.res-msg {
	margin: 6px 0 0;
}

body.woocommerce .oceanwp-newsletter-form-wrap button {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.oceanwp-recent-posts li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	line-height: 1.6;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e9e9e9;
}

.oceanwp-recent-posts li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}

.oceanwp-recent-posts .recent-posts-thumbnail {
	position: relative;
	width: 25%;
	min-width: 68px;
	margin-right: 4%;
}

.oceanwp-recent-posts .recent-posts-thumbnail img {
	width: 100%;
	border-radius: 3px;
}

.oceanwp-recent-posts .recent-posts-thumbnail .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .2);
	opacity: 0;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}

.oceanwp-recent-posts .recent-posts-thumbnail:hover .overlay {
	opacity: 1;
}

.oceanwp-recent-posts .recent-posts-details {
	width: 100%;
}

.oceanwp-recent-posts .recent-posts-title {
	font-weight: 500;
	letter-spacing: .4px;
}

.oceanwp-recent-posts .recent-posts-info {
	display: block;
	color: #aaa;
	margin-top: 6px;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .2px;
}

.oceanwp-recent-posts .recent-posts-info .sep {
	padding: 0 3px;
}

.oceanwp-recent-posts .recent-posts-date, .oceanwp-recent-posts .recent-posts-comments {
	display: inline-block;
}

.oceanwp-recent-posts .recent-posts-date i, .oceanwp-recent-posts .recent-posts-comments i {
	margin-right: 4px;
}

.oceanwp-recent-posts .recent-posts-comments a {
	color: #999;
}

.oceanwp-recent-posts .recent-posts-comments a:hover {
	color: #32b6c0;
}

@media only screen and (max-width: 959px) {
	.oceanwp-recent-posts .recent-posts-thumbnail {
		width: 15%;
		margin-right: 3%;
	}
}

@media only screen and (max-width: 480px) {
	.oceanwp-recent-posts .recent-posts-thumbnail {
		width: 25%;
		margin-right: 4%;
	}
}

.oceanwp-social-icons {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.oceanwp-social-icons.rotate a:hover {
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.oceanwp-social-icons.zoomout a:hover {
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.oceanwp-social-icons.float a:hover {
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.oceanwp-social-icons li {
	display: inline-block;
	margin: 3px;
	padding: 0;
}

.oceanwp-social-icons li a {
	display: block;
	padding: 0;
	text-align: center;
}

.oceanwp-social-icons li .owp-icon {
	vertical-align: inherit;
}

.oceanwp-social-icons.style-light li a, .oceanwp-social-icons.style-dark li a, .oceanwp-social-icons.style-colored li a {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	border-radius: 2px;
}

.oceanwp-social-icons.style-light li a {
	color: #bbb;
	border: 1px solid #e9e9e9;
}

.oceanwp-social-icons.style-light li a .owp-icon use {
	stroke: #bbb;
}

.oceanwp-social-icons.style-light li.oceanwp-twitter a:hover {
	color: #46d4fe !important;
	border-color: #46d4fe !important;
}

.oceanwp-social-icons.style-light li.oceanwp-twitter a:hover .owp-icon use {
	stroke: #46d4fe !important;
}

.oceanwp-social-icons.style-light li.oceanwp-facebook a:hover {
	color: #37589b !important;
	border-color: #37589b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-facebook a:hover .owp-icon use {
	stroke: #37589b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-pinterest a:hover {
	color: #cb2027 !important;
	border-color: #cb2027 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-pinterest a:hover .owp-icon use {
	stroke: #cb2027 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-dribbble a:hover {
	color: #ea4c89 !important;
	border-color: #ea4c89 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-dribbble a:hover .owp-icon use {
	stroke: #ea4c89 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-instagram a:hover {
	color: #3f729b !important;
	border-color: #3f729b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-instagram a:hover .owp-icon use {
	stroke: #3f729b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-linkedin a:hover {
	color: #39c !important;
	border-color: #39c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-linkedin a:hover .owp-icon use {
	stroke: #39c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tumblr a:hover {
	color: #2c4762 !important;
	border-color: #2c4762 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tumblr a:hover .owp-icon use {
	stroke: #2c4762 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-github a:hover {
	color: #60b044 !important;
	border-color: #60b044 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-github a:hover .owp-icon use {
	stroke: #60b044 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-flickr a:hover {
	color: #fa4086 !important;
	border-color: #fa4086 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-flickr a:hover .owp-icon use {
	stroke: #fa4086 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-skype a:hover {
	color: #00aff0 !important;
	border-color: #00aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-skype a:hover .owp-icon use {
	stroke: #00aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-trello a:hover {
	color: #0079bf !important;
	border-color: #0079bf !important;
}

.oceanwp-social-icons.style-light li.oceanwp-trello a:hover .owp-icon use {
	stroke: #0079bf !important;
}

.oceanwp-social-icons.style-light li.oceanwp-foursquare a:hover {
	color: #2d5be3 !important;
	border-color: #2d5be3 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-foursquare a:hover .owp-icon use {
	stroke: #2d5be3 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-youtube a:hover {
	color: #c4302b !important;
	border-color: #c4302b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-youtube a:hover .owp-icon use {
	stroke: #c4302b !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vimeo a:hover {
	color: #1ab7ea !important;
	border-color: #1ab7ea !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vimeo a:hover .owp-icon use {
	stroke: #1ab7ea !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vine a:hover {
	color: #00bf8f !important;
	border-color: #00bf8f !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vine a:hover .owp-icon use {
	stroke: #00bf8f !important;
}

.oceanwp-social-icons.style-light li.oceanwp-xing a:hover {
	color: #006464 !important;
	border-color: #006464 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-xing a:hover .owp-icon use {
	stroke: #006464 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-yelp a:hover {
	color: #c41200 !important;
	border-color: #c41200 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-yelp a:hover .owp-icon use {
	stroke: #c41200 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tripadvisor a:hover {
	color: #589442 !important;
	border-color: #589442 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tripadvisor a:hover .owp-icon use {
	stroke: #589442 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-rss a:hover {
	color: #ff7900 !important;
	border-color: #ff7900 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-rss a:hover .owp-icon use {
	stroke: #ff7900 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-email a:hover {
	color: #13aff0 !important;
	border-color: #13aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-email a:hover .owp-icon use {
	stroke: #13aff0 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-telegram a:hover {
	color: #08c !important;
	border-color: #08c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-telegram a:hover .owp-icon use {
	stroke: #08c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-twitch a:hover {
	color: #6441a5 !important;
	border-color: #6441a5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-twitch a:hover .owp-icon use {
	stroke: #6441a5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-line a:hover {
	color: #00c300 !important;
	border-color: #00c300 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-line a:hover .owp-icon use {
	stroke: #00c300 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-medium a:hover {
	color: #00ab6c !important;
	border-color: #00ab6c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-medium a:hover .owp-icon use {
	stroke: #00ab6c !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tiktok a:hover {
	color: #000 !important;
	border-color: #000 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-tiktok a:hover .owp-icon use {
	stroke: #000 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-light li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li a {
	color: #333;
	border: 1px solid #333;
}

.oceanwp-social-icons.style-dark li a .owp-icon use {
	stroke: #333;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitter a:hover {
	color: #46d4fe !important;
	border-color: #46d4fe !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitter a:hover .owp-icon use {
	stroke: #46d4fe !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-facebook a:hover {
	color: #37589b !important;
	border-color: #37589b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-facebook a:hover .owp-icon use {
	stroke: #37589b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-pinterest a:hover {
	color: #cb2027 !important;
	border-color: #cb2027 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-pinterest a:hover .owp-icon use {
	stroke: #cb2027 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-dribbble a:hover {
	color: #ea4c89 !important;
	border-color: #ea4c89 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-dribbble a:hover .owp-icon use {
	stroke: #ea4c89 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-instagram a:hover {
	color: #3f729b !important;
	border-color: #3f729b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-instagram a:hover .owp-icon use {
	stroke: #3f729b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-linkedin a:hover {
	color: #39c !important;
	border-color: #39c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-linkedin a:hover .owp-icon use {
	stroke: #39c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tumblr a:hover {
	color: #2c4762 !important;
	border-color: #2c4762 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tumblr a:hover .owp-icon use {
	stroke: #2c4762 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-github a:hover {
	color: #60b044 !important;
	border-color: #60b044 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-github a:hover .owp-icon use {
	stroke: #60b044 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-flickr a:hover {
	color: #fa4086 !important;
	border-color: #fa4086 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-flickr a:hover .owp-icon use {
	stroke: #fa4086 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-skype a:hover {
	color: #00aff0 !important;
	border-color: #00aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-skype a:hover .owp-icon use {
	stroke: #00aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-trello a:hover {
	color: #0079bf !important;
	border-color: #0079bf !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-trello a:hover .owp-icon use {
	stroke: #0079bf !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-foursquare a:hover {
	color: #2d5be3 !important;
	border-color: #2d5be3 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-foursquare a:hover .owp-icon use {
	stroke: #2d5be3 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-youtube a:hover {
	color: #c4302b !important;
	border-color: #c4302b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-youtube a:hover .owp-icon use {
	stroke: #c4302b !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vimeo a:hover {
	color: #1ab7ea !important;
	border-color: #1ab7ea !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vimeo a:hover .owp-icon use {
	stroke: #1ab7ea !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vine a:hover {
	color: #00bf8f !important;
	border-color: #00bf8f !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vine a:hover .owp-icon use {
	stroke: #00bf8f !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-xing a:hover {
	color: #006464 !important;
	border-color: #006464 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-xing a:hover .owp-icon use {
	stroke: #006464 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-yelp a:hover {
	color: #c41200 !important;
	border-color: #c41200 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-yelp a:hover .owp-icon use {
	stroke: #c41200 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tripadvisor a:hover {
	color: #589442 !important;
	border-color: #589442 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tripadvisor a:hover .owp-icon use {
	stroke: #589442 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-rss a:hover {
	color: #ff7900 !important;
	border-color: #ff7900 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-rss a:hover .owp-icon use {
	stroke: #ff7900 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-email a:hover {
	color: #13aff0 !important;
	border-color: #13aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-email a:hover .owp-icon use {
	stroke: #13aff0 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-telegram a:hover {
	color: #08c !important;
	border-color: #08c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-telegram a:hover .owp-icon use {
	stroke: #08c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitch a:hover {
	color: #6441a5 !important;
	border-color: #6441a5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-twitch a:hover .owp-icon use {
	stroke: #6441a5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-line a:hover {
	color: #00c300 !important;
	border-color: #00c300 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-line a:hover .owp-icon use {
	stroke: #00c300 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-medium a:hover {
	color: #00ab6c !important;
	border-color: #00ab6c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-medium a:hover .owp-icon use {
	stroke: #00ab6c !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tiktok a:hover {
	color: #000 !important;
	border-color: #000 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-tiktok a:hover .owp-icon use {
	stroke: #000 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover {
	color: #597ba5 !important;
	border-color: #597ba5 !important;
}

.oceanwp-social-icons.style-dark li.oceanwp-vk a:hover .owp-icon use {
	stroke: #597ba5 !important;
}

.oceanwp-social-icons.style-colored li a {
	color: #fff;
}

.oceanwp-social-icons.style-colored li a .owp-icon use {
	stroke: #fff;
}

.oceanwp-social-icons.style-colored li a:hover {
	color: #fff;
}

.oceanwp-social-icons.style-colored li a:hover .owp-icon use {
	stroke: #fff;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitter a {
	background-color: #46d4fe;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitter a:hover {
	background-color: #39b4d8;
}

.oceanwp-social-icons.style-colored li.oceanwp-facebook a {
	background-color: #37589b;
}

.oceanwp-social-icons.style-colored li.oceanwp-facebook a:hover {
	background-color: #2d477c;
}

.oceanwp-social-icons.style-colored li.oceanwp-pinterest a {
	background-color: #cb2027;
}

.oceanwp-social-icons.style-colored li.oceanwp-pinterest a:hover {
	background-color: #a91d23;
}

.oceanwp-social-icons.style-colored li.oceanwp-dribbble a {
	background-color: #ea4c89;
}

.oceanwp-social-icons.style-colored li.oceanwp-dribbble a:hover {
	background-color: #c64174;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a {
	background-color: #597ba5;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a:hover {
	background-color: #486384;
}

.oceanwp-social-icons.style-colored li.oceanwp-instagram a {
	background-color: #3f729b;
}

.oceanwp-social-icons.style-colored li.oceanwp-instagram a:hover {
	background-color: #315a7c;
}

.oceanwp-social-icons.style-colored li.oceanwp-linkedin a {
	background-color: #39c;
}

.oceanwp-social-icons.style-colored li.oceanwp-linkedin a:hover {
	background-color: #2678a1;
}

.oceanwp-social-icons.style-colored li.oceanwp-tumblr a {
	background-color: #2c4762;
}

.oceanwp-social-icons.style-colored li.oceanwp-tumblr a:hover {
	background-color: #1d3042;
}

.oceanwp-social-icons.style-colored li.oceanwp-github a {
	background-color: #60b044;
}

.oceanwp-social-icons.style-colored li.oceanwp-github a:hover {
	background-color: #4f9237;
}

.oceanwp-social-icons.style-colored li.oceanwp-flickr a {
	background-color: #fa4086;
}

.oceanwp-social-icons.style-colored li.oceanwp-flickr a:hover {
	background-color: #c63169;
}

.oceanwp-social-icons.style-colored li.oceanwp-skype a {
	background-color: #00aff0;
}

.oceanwp-social-icons.style-colored li.oceanwp-skype a:hover {
	background-color: #0291c6;
}

.oceanwp-social-icons.style-colored li.oceanwp-trello a {
	background-color: #0079bf;
}

.oceanwp-social-icons.style-colored li.oceanwp-trello a:hover {
	background-color: #0079bf;
}

.oceanwp-social-icons.style-colored li.oceanwp-foursquare a {
	background-color: #2d5be3;
}

.oceanwp-social-icons.style-colored li.oceanwp-foursquare a:hover {
	background-color: #2d5be3;
}

.oceanwp-social-icons.style-colored li.oceanwp-youtube a {
	background-color: #c4302b;
}

.oceanwp-social-icons.style-colored li.oceanwp-youtube a:hover {
	background-color: #982420;
}

.oceanwp-social-icons.style-colored li.oceanwp-vimeo a {
	background-color: #1ab7ea;
}

.oceanwp-social-icons.style-colored li.oceanwp-vimeo a:hover {
	background-color: #1494bd;
}

.oceanwp-social-icons.style-colored li.oceanwp-vine a {
	background-color: #00bf8f;
}

.oceanwp-social-icons.style-colored li.oceanwp-vine a:hover {
	background-color: #01906c;
}

.oceanwp-social-icons.style-colored li.oceanwp-xing a {
	background-color: #006464;
}

.oceanwp-social-icons.style-colored li.oceanwp-xing a:hover {
	background-color: #014646;
}

.oceanwp-social-icons.style-colored li.oceanwp-yelp a {
	background-color: #c41200;
}

.oceanwp-social-icons.style-colored li.oceanwp-yelp a:hover {
	background-color: #940f01;
}

.oceanwp-social-icons.style-colored li.oceanwp-tripadvisor a {
	background-color: #589442;
}

.oceanwp-social-icons.style-colored li.oceanwp-tripadvisor a:hover {
	background-color: #426f32;
}

.oceanwp-social-icons.style-colored li.oceanwp-rss a {
	background-color: #ff7900;
}

.oceanwp-social-icons.style-colored li.oceanwp-rss a:hover {
	background-color: #d46603;
}

.oceanwp-social-icons.style-colored li.oceanwp-email a {
	background-color: #13aff0;
}

.oceanwp-social-icons.style-colored li.oceanwp-email a:hover {
	background-color: #0f8dc2;
}

.oceanwp-social-icons.style-colored li.oceanwp-telegram a {
	background-color: #08c;
}

.oceanwp-social-icons.style-colored li.oceanwp-telegram a:hover {
	background-color: #08c;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitch a {
	background-color: #6441a5;
}

.oceanwp-social-icons.style-colored li.oceanwp-twitch a:hover {
	background-color: #6441a5;
}

.oceanwp-social-icons.style-colored li.oceanwp-line a {
	background-color: #00c300;
}

.oceanwp-social-icons.style-colored li.oceanwp-line a:hover {
	background-color: #00c300;
}

.oceanwp-social-icons.style-colored li.oceanwp-medium a {
	background-color: #00ab6c;
}

.oceanwp-social-icons.style-colored li.oceanwp-medium a:hover {
	background-color: #00ab6c;
}

.oceanwp-social-icons.style-colored li.oceanwp-tiktok a {
	background-color: #000;
}

.oceanwp-social-icons.style-colored li.oceanwp-tiktok a:hover {
	background-color: #000;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a {
	background-color: #597ba5;
}

.oceanwp-social-icons.style-colored li.oceanwp-vk a:hover {
	background-color: #597ba5;
}

.oceanwp-social-icons.style-simple li {
	margin: 0 6px;
}

.oceanwp-social-icons.style-simple li a {
	font-size: 16px;
}

.owp-social-share {
	margin: 0;
	padding: 0;
	list-style: none;
}

.owp-social-share li {
	float: left;
	margin: 0 8px 8px 0;
}

.owp-social-share li a {
	display: -ms-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 1;
	border-radius: 30px;
	overflow: hidden;
}

.owp-social-share li a .owpss-icon {
	fill: #fff;
	width: 16px;
	height: 16px;
	transition: all .3s ease;
}

.owp-social-share.style-minimal li a {
	border: 1px solid #e9e9e9;
}

.owp-social-share.style-minimal li a .owpss-icon {
	fill: #bbb;
}

.owp-social-share.style-minimal li.twitter a:hover {
	color: #00aced;
	border-color: #00aced;
}

.owp-social-share.style-minimal li.twitter a:hover .owpss-icon {
	fill: #00aced;
}

.owp-social-share.style-minimal li.facebook a:hover {
	color: #3b5998;
	border-color: #3b5998;
}

.owp-social-share.style-minimal li.facebook a:hover .owpss-icon {
	fill: #3b5998;
}

.owp-social-share.style-minimal li.googleplus a:hover {
	color: #dd4b39;
	border-color: #dd4b39;
}

.owp-social-share.style-minimal li.googleplus a:hover .owpss-icon {
	fill: #dd4b39;
}

.owp-social-share.style-minimal li.linkedin a:hover {
	color: #39c;
	border-color: #39c;
}

.owp-social-share.style-minimal li.linkedin a:hover .owpss-icon {
	fill: #39c;
}

.owp-social-share.style-minimal li.pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.owp-social-share.style-minimal li.pinterest a:hover .owpss-icon {
	fill: #cb2027;
}

.owp-social-share.style-minimal li.viber a:hover {
	color: #9d62cc;
	border-color: #9d62cc;
}

.owp-social-share.style-minimal li.viber a:hover .owpss-icon {
	fill: #9d62cc;
}

.owp-social-share.style-minimal li.vk a:hover {
	color: #3673be;
	border-color: #3673be;
}

.owp-social-share.style-minimal li.vk a:hover .owpss-icon {
	fill: #3673be;
}

.owp-social-share.style-minimal li.reddit a:hover {
	color: #ff5c1f;
	border-color: #ff5c1f;
}

.owp-social-share.style-minimal li.reddit a:hover .owpss-icon {
	fill: #ff5c1f;
}

.owp-social-share.style-minimal li.tumblr a:hover {
	color: #35465c;
	border-color: #35465c;
}

.owp-social-share.style-minimal li.tumblr a:hover .owpss-icon {
	fill: #35465c;
}

.owp-social-share.style-minimal li.viadeo a:hover {
	color: #ff7452;
	border-color: #ff7452;
}

.owp-social-share.style-minimal li.viadeo a:hover .owpss-icon {
	fill: #ff7452;
}

.owp-social-share.style-minimal li.whatsapp a:hover {
	color: #128c7e;
	border-color: #128c7e;
}

.owp-social-share.style-minimal li.whatsapp a:hover .owpss-icon {
	fill: #128c7e;
}

.owp-social-share.style-colored li a {
	color: #fff;
}

.owp-social-share.style-colored li a:hover {
	-moz-opacity: .8;
	-webkit-opacity: .8;
	opacity: .8;
}

.owp-social-share.style-colored li a .owpss-icon {
	fill: #fff;
}

.owp-social-share.style-colored li.twitter a {
	background-color: #00aced;
}

.owp-social-share.style-colored li.facebook a {
	background-color: #3b5998;
}

.owp-social-share.style-colored li.googleplus a {
	background-color: #dd4b39;
}

.owp-social-share.style-colored li.linkedin a {
	background-color: #39c;
}

.owp-social-share.style-colored li.pinterest a {
	background-color: #cb2027;
}

.owp-social-share.style-colored li.viber a {
	background-color: #9d62cc;
}

.owp-social-share.style-colored li.vk a {
	background-color: #3673be;
}

.owp-social-share.style-colored li.reddit a {
	background-color: #ff5c1f;
}

.owp-social-share.style-colored li.tumblr a {
	background-color: #35465c;
}

.owp-social-share.style-colored li.viadeo a {
	background-color: #ff7452;
}

.owp-social-share.style-colored li.whatsapp a {
	background-color: #128c7e;
}

.owp-social-share.style-dark li a {
	background-color: #222;
	color: #fff;
}

.owp-social-share.style-dark li a:hover {
	-moz-opacity: .8;
	-webkit-opacity: .8;
	opacity: .8;
}

.owp-social-share.style-dark li a .owpss-icon {
	fill: #fff;
}

.owp-social-share.style-dark.name-shown .owp-icon-wrap {
	background-color: rgba(255, 255, 255, .08);
}

.owp-social-share.name-shown li a {
	min-width: 144px;
	width: 100%;
}

.owp-social-share.name-shown ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.owp-social-share.name-shown ul li {
	margin: 6px;
	-ms-flex: 1;
	flex: 1;
}

.owp-social-share.name-shown ul li a {
	min-width: 144px;
	width: 100%;
}

.owp-social-share.name-shown .owp-icon-wrap {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: -ms-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .08);
	padding: 0 12px;
	transition: all .3s ease;
}

.owp-social-share.name-shown .owp-social-name {
	display: block;
	width: 100%;
	padding: 0 10px 0 50px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.owp-social-share.name-shown.style-minimal li a:hover .owpss-icon {
	fill: #fff !important;
}

.owp-social-share.name-shown.style-minimal li.twitter a:hover .owp-icon-wrap {
	background-color: #00aced;
}

.owp-social-share.name-shown.style-minimal li.facebook a:hover .owp-icon-wrap {
	background-color: #3b5998;
}

.owp-social-share.name-shown.style-minimal li.googleplus a:hover .owp-icon-wrap {
	background-color: #dd4b39;
}

.owp-social-share.name-shown.style-minimal li.linkedin a:hover .owp-icon-wrap {
	background-color: #39c;
}

.owp-social-share.name-shown.style-minimal li.pinterest a:hover .owp-icon-wrap {
	background-color: #cb2027;
}

.owp-social-share.name-shown.style-minimal li.viber a:hover .owp-icon-wrap {
	background-color: #9d62cc;
}

.owp-social-share.name-shown.style-minimal li.vk a:hover .owp-icon-wrap {
	background-color: #3673be;
}

.owp-social-share.name-shown.style-minimal li.reddit a:hover .owp-icon-wrap {
	background-color: #ff5c1f;
}

.owp-social-share.name-shown.style-minimal li.tumblr a:hover .owp-icon-wrap {
	background-color: #35465c;
}

.owp-social-share.name-shown.style-minimal li.viadeo a:hover .owp-icon-wrap {
	background-color: #ff7452;
}

.owp-social-share.name-shown.style-minimal li.whatsapp a:hover .owp-icon-wrap {
	background-color: #128c7e;
}

.tagcloud a {
	display: inline-block;
	background-color: #f8f8f8;
	color: #333;
	border: 1px solid #e9e9e9;
	font-size: 12px !important;
	line-height: 1;
	padding: 8px 12px;
	margin: 0 2px 5px 0;
	letter-spacing: .4px;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background-color: #f1f1f1;
	color: #333;
	border-color: #ddd;
}

#sidebar .video-widget .responsive-video-wrap iframe {
	min-height: 100%;
}
