
@charset "UTF-8";

.fontello {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-artificial-intelligence:before {
	content: "";
}

/* '' */
.icon-chevron-down:before {
	content: "";
}

/* '' */
.icon-coding:before {
	content: "";
}

/* '' */
.icon-close:before {
	content: "";
}

/* '' */
.icon-phone-stroke:before {
	content: "";
}

/* '' */
.icon-menu:before {
	content: "";
}

/* '' */
.icon-smartphone:before {
	content: "";
}

/* '' */
.icon-phone-call-alter:before {
	content: "";
}

/* '' */
.icon-at-symbol:before {
	content: "";
}

/* '' */
.icon-location:before {
	content: "";
}

/* '' */
.icon-burger-menu:before {
	content: "";
}

/* '' */
.icon-call:before {
	content: "";
}

/* '' */
.icon-check:before {
	content: "";
}

/* '' */
.icon-chevron-left:before {
	content: "";
}

/* '' */
.icon-edit:before {
	content: "";
}

/* '' */
.icon-computer-code:before {
	content: "";
}

/* '' */
.icon-pencil:before {
	content: "";
}

/* '' */
.icon-quote-left:before {
	content: "";
}

/* '' */
.icon-layers:before {
	content: "";
}

/* '' */
.icon-play:before {
	content: "";
}

/* '' */
.icon-chevron-up:before {
	content: "";
}

/* '' */
.icon-send:before {
	content: "";
}

/* '' */
.icon-vector:before {
	content: "";
}

/* '' */
.icon-phone-settings:before {
	content: "";
}

/* '' */
.icon-phone:before {
	content: "";
}

/* '' */
.icon-verified:before {
	content: "";
}

/* '' */
.icon-file:before {
	content: "";
}

/* '' */
.icon-search:before {
	content: "";
}

/* '' */
.icon-phone-call:before {
	content: "";
}

/* '' */
.icon-web-page:before {
	content: "";
}

/* '' */
.icon-web:before {
	content: "";
}

/* '' */
.icon-plus:before {
	content: "";
}

/* '' */
.icon-mac:before {
	content: "";
}

/* '' */
.icon-text:before {
	content: "";
}

/* '' */
.icon-debug:before {
	content: "";
}

/* '' */
.icon-computer-success:before {
	content: "";
}

/* '' */
.icon-chevron-right:before {
	content: "";
}

/* '' */
.icon-sidebar:before {
	content: "";
}

/* '' */
.icon-shopping-bag:before {
	content: "";
}

/* '' */
.icon-menu-alter:before {
	content: "";
}

/* '' */
.icon-eye:before {
	content: "";
}

/* '' */
.icon-star-filled:before {
	content: "";
}

/* '' */
.icon-burger:before {
	content: "";
}

/* '' */
.icon-menu-arrow:before {
	content: "";
}

/* '' */
.icon-basket:before {
	content: "";
}

/* '' */
.icon-button-arrow:before {
	content: "";
}

/* '' */
.icon-burger-active:before {
	content: "";
}

/* '' */
.icon-blockquote:before {
	content: "";
}

/* '' */
.icon-arrow-top:before {
	content: "";
}

/* '' */
.icon-chevron-left-1:before {
	content: "";
}

/* '' */
.icon-chevron-right-1:before {
	content: "";
}

/* '' */
.icon-button-arrow-left:before {
	content: "";
}

/* '' */
.icon-video-button-play:before {
	content: "";
}

/* '' */
.icon-accordion-arrow-right:before {
	content: "";
}

/* '' */
.icon-accordion-arrow-right-alt:before {
	content: "";
}

/* '' */
.icon-menu-arrow-top:before {
	content: "";
}

/* '' */
.icon-volume:before {
	content: "";
}

/* '' */
.icon-check-circle:before {
	content: "";
}

/* '' */
.icon-volume-muted:before {
	content: "";
}

/* '' */
.icon-openai-lockup:before {
	content: "";
}

/* '' */
.icon-openai-logomark:before {
	content: "";
}

/* '' */
.icon-origami-bird:before {
	content: "";
}

.icon-multiple-arrows:before {
	content: "";
}

.icon-chart-pin:before {
	content: "";
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	outline: none;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: inline-block;
	max-width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled, .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	cursor: default;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin: 37px -13px 0;
	line-height: 0;
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 13px 13px 0;
	cursor: pointer;
	padding: 0 !important;
	min-width: auto !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.owl-dots .owl-dot:after {
	display: none;
}

.owl-dots .owl-dot span {
	width: 17px;
	height: 17px;
	border: solid 1px transparent;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	background: none;
}

.owl-dots .owl-dot span:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	left: 50%;
	right: initial;
	top: 50%;
	margin: -2.5px 0 0 -2.5px;
	border-width: 1px;
	border-style: solid;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* SayIT Styles */
.sayit_owlCarousel.owl-carousel .owl-dot {
	border: rgba(255, 255, 255, 0) 2px solid;
	border-radius: 100%;
	transition: border 400ms;
	margin: 0 7px;
}

.sayit_owlCarousel.owl-carousel .owl-dot.active {
	border: white 2px solid;
}

.sayit_owlCarousel.owl-carousel .owl-dot {
	border: rgba(255, 255, 255, 0) 2px solid;
	border-radius: 100%;
}

.sayit_owlCarousel.owl-carousel .owl-dot span {
	border-radius: 100%;
	background: rgba(255, 255, 255, .5);
	transition: background 400ms;
	width: 6px;
	height: 6px;
	margin: 0;
}

.sayit_owlCarousel.owl-carousel .owl-dot.active span {
	background: rgba(255, 255, 255, 0);
}

.sayit_owlCarousel.owl-carousel .owl-dots {
	margin: 0 0 0 0 !important;
	position: relative;
	z-index: 5;
	transform: translateY(-46px);
}

.owl-nav-wrapper {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	margin: 0 -20px;
	padding: 0 20px;
	overflow: hidden;
}

.owl-nav-wrapper:before, .owl-nav-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.owl-nav-wrapper:before {
	left: 0;
	border-bottom-right-radius: 20px;
}

.owl-nav-wrapper:after {
	right: 0;
	border-bottom-left-radius: 20px;
}

.owl-nav-wrapper .owl-nav {
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	padding: 0 24px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
}

.owl-nav-wrapper .owl-nav [class*="owl-"] {
	height: 60px;
	width: 44px;
}

.owl-carousel {
	position: relative;
}

.owl-nav {
	margin-top: 0;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	pointer-events: none;
}

.owl-nav button:not(.customize-partial-edit-shortcut-button)[class*="owl-"] {
	border: none;
	padding: 0;
	background: none;
	min-width: auto;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.owl-nav button:not(.customize-partial-edit-shortcut-button)[class*="owl-"]:hover {
	background: none;
}

.owl-nav [class*="owl-"] {
	margin: 0;
	padding: 0;
	min-width: auto;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	pointer-events: auto;
}

.owl-nav [class*="owl-"]:before {
	font: 400 normal 13px/1em "fontello";
}

.owl-nav [class*="owl-"]:after {
	display: none;
}

.owl-nav [class*="owl-"].disabled {
	cursor: default;
}

.owl-nav [class*="owl-"].disabled:before {
	opacity: .5;
}

.owl-nav .owl-prev:before {
	content: "";
}

.owl-nav .owl-next:before {
	content: "";
}

.owl-nav.disabled {
	display: none;
}

body .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Slide Animations
 */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

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

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

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

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

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	right: initial;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	right: initial;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	right: initial;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	left: initial;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	right: initial;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	right: initial;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	right: initial;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe, .fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	right: initial;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	right: initial;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes a {
	to {
		transform: rotate(1turn);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	left: initial;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	content: "";
	border: 6px solid #ff5268;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.fancybox-slide--image {
		padding: 6px 0;
	}
	
	.fancybox-close-small {
		right: -6px;
	}
	
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		left: initial;
		top: 0;
		width: 36px;
	}
	
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
		left: initial;
	}
	
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

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

.fa-angry: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-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

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

.fa-building:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

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

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times: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-chart-bar:before {
	content: "";
}

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

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

.fa-circle:before {
	content: "";
}

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

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

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

.fa-comment-dots:before {
	content: "";
}

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

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

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

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

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

.fa-edit:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash: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-excel:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

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

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

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

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

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

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

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

.fa-gem: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-hand-lizard: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-spock:before {
	content: "";
}

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

.fa-hdd:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

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

.fa-id-card:before {
	content: "";
}

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

.fa-images:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

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

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

.fa-kiss-wink-heart:before {
	content: "";
}

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

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

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

.fa-laugh-wink:before {
	content: "";
}

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

.fa-life-ring:before {
	content: "";
}

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

.fa-list-alt:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

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

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

.fa-moon:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

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

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

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

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

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

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

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

.fa-smile-wink:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-square:before {
	content: "";
}

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

.fa-star-half:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

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

.fa-sun:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

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

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

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

.fa-user-circle:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

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

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.fa-ad:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

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

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

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

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-anchor: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-ankh:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

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

.fa-archway: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-assistive-listening-systems:before {
	content: "";
}

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

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

.fa-atlas:before {
	content: "";
}

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

.fa-audio-description:before {
	content: "";
}

.fa-award: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-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-bed:before {
	content: "";
}

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

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

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

.fa-biking:before {
	content: "";
}

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

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

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

.fa-blind:before {
	content: "";
}

.fa-blog: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-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-bug:before {
	content: "";
}

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

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

.fa-burn:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

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

.fa-campground: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-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-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-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-double: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-church:before {
	content: "";
}

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

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

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list: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-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

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

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

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

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

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

.fa-compress-alt:before {
	content: "";
}

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

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

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-couch: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-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

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

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-diagnoses: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-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dna: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-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

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

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

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

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

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

.fa-eject:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

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

.fa-euro-sign: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-external-link-alt:before {
	content: "";
}

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

.fa-eye-dropper:before {
	content: "";
}

.fa-fan: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-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

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

.fa-file-download:before {
	content: "";
}

.fa-file-export: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-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload: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-first-aid:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

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

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

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

.fa-font:before {
	content: "";
}

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

.fa-forward:before {
	content: "";
}

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

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

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

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

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

.fa-genderless:before {
	content: "";
}

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

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

.fa-gifts: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-globe:before {
	content: "";
}

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

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

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

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

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

.fa-guitar:before {
	content: "";
}

.fa-h-square: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-middle-finger:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash: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-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-broken:before {
	content: "";
}

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

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

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

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-history:before {
	content: "";
}

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

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

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

.fa-horse-head: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-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-hryvnia:before {
	content: "";
}

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

.fa-ice-cream:before {
	content: "";
}

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

.fa-icons:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-igloo: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-italic:before {
	content: "";
}

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

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

.fa-journal-whills:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

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

.fa-khanda:before {
	content: "";
}

.fa-kiwi-bird: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-layer-group:before {
	content: "";
}

.fa-leaf: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-link:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list: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-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

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

.fa-male: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-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-medal:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

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

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

.fa-mercury:before {
	content: "";
}

.fa-meteor: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-minus:before {
	content: "";
}

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

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

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-money-bill: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-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-network-wired:before {
	content: "";
}

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

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

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

.fa-oil-can:before {
	content: "";
}

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

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

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

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

.fa-paint-roller:before {
	content: "";
}

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

.fa-pallet: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-pause:before {
	content: "";
}

.fa-paw: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-people-arrows:before {
	content: "";
}

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

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

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-person-booth: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-piggy-bank:before {
	content: "";
}

.fa-pills: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-plug:before {
	content: "";
}

.fa-plus: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-project-diagram:before {
	content: "";
}

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

.fa-pump-soap:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

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

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

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

.fa-radiation-alt:before {
	content: "";
}

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

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

.fa-receipt:before {
	content: "";
}

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

.fa-recycle:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

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

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

.fa-republican:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

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

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket: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-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

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

.fa-screwdriver: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-seedling:before {
	content: "";
}

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

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

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

.fa-share-alt-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-shoe-prints:before {
	content: "";
}

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

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart: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-sink:before {
	content: "";
}

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

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

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

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

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

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

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

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snowboarding: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-spa:before {
	content: "";
}

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

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

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

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

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

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

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

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

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

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

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

.fa-stop: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-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

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

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

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

.fa-subway:before {
	content: "";
}

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

.fa-suitcase-rolling:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

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

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool: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-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

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

.fa-temperature-low: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-theater-masks: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-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash: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-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-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree: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-tv:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

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

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

.fa-undo:before {
	content: "";
}

.fa-undo-alt: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-upload: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-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-utensil-spoon:before {
	content: "";
}

.fa-utensils: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-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

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

.fa-viruses: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-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-water:before {
	content: "";
}

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

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

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

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

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

.fa-wind:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

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

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-canadian-maple-leaf: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-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cotton-bureau: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-critical-role:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt: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-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle: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-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-gofore: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-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-imdb: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-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-old-republic: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-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron: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-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-r-project: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-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square: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-uncharted:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion: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-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-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-square-x-twitter:before {
	content: "";
}

/*!
 * 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;
}

/* Slick Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	clear: none !important;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.woocommerce-product-gallery .slick-slider {
	width: 100%;
	max-width: 470px;
}

.woocommerce-product-gallery .slick-slider .slick-button {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font: 400 normal 10px/20px "Fontello";
	cursor: pointer;
	position: absolute;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	z-index: 3;
}

.woocommerce-product-gallery .slick-slider .slick-button:before {
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
}

.woocommerce-product-gallery .slick-slider .slick-button.slick-disabled {
	cursor: default;
	opacity: .5;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:first-child {
	margin: 0 -5px;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-list:not(:first-child) {
	margin: 0 35px;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button {
	width: 30px;
	height: auto;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev {
	left: 0;
	right: initial;
	top: 0;
	bottom: 0;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-prev:before {
	content: "";
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next {
	left: initial;
	right: 0;
	top: 0;
	bottom: 0;
}

.woocommerce-product-gallery .slick-slider:not(.slick-vertical) .slick-button.slick-next:before {
	content: "";
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:first-child {
	margin: -5px 0;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-list:not(:first-child) {
	margin: 35px 0;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button {
	width: auto;
	height: 30px;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev {
	left: 0;
	right: 0;
	top: 0;
	bottom: initial;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-prev:before {
	content: "";
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next {
	left: 0;
	right: 0;
	top: initial;
	bottom: 0;
}

.woocommerce-product-gallery .slick-slider.slick-vertical .slick-button.slick-next:before {
	margin: 1px 0 0;
	content: "";
}

/*
 *  Swiper Carousel
 */
.swiper-container .swiper-pagination-bullets {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin: 37px -13px 0;
	width: auto !important;
	position: relative;
	bottom: initial;
	left: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-size: 0;
	line-height: 1;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	zoom: 1;
	margin: 13px 13px 0;
	width: 17px;
	height: 17px;
	border: solid 1px transparent;
	-webkit-backface-visibility: visible;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	background: none;
	opacity: 1;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	left: 50%;
	right: initial;
	top: 50%;
	margin: -2.5px 0 0 -2.5px;
	border-width: 1px;
	border-style: solid;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none !important;
}

.swiper-container .elementor-swiper-button, .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.swiper-container .elementor-swiper-button {
	width: 50px;
	height: 50px;
}

.swiper-container .elementor-swiper-button i {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
}

.swiper-container .elementor-swiper-button i:before {
	font: 400 normal 15px/48px "fontello";
}

.swiper-container .elementor-swiper-button i.disabled {
	cursor: default;
	opacity: .5;
}

.swiper-container .elementor-swiper-button-prev i {
	padding: 0 2px 0 0;
}

.swiper-container .elementor-swiper-button-prev i:before {
	content: "";
}

.swiper-container .elementor-swiper-button-next i {
	padding: 0 0 0 2px;
}

.swiper-container .elementor-swiper-button-next i:before {
	content: "";
}

/* ----------------------------- */

/* ---------- General ---------- */

/* ----------------------------- */
html, body {
	padding: 0;
	margin: 0;
}

body {
	min-height: 100vh;
}

code, kbd, pre, samp {
	white-space: pre-wrap;
	overflow: auto;
}

code {
	display: inline-block;
	overflow: auto;
	max-width: 100%;
}

code:not(:last-child) {
	margin-bottom: 1rem;
}

pre {
	display: block;
}

pre:not(:last-child) {
	margin-bottom: 1rem;
}

address {
	margin: 0;
}

address:not(:last-child) {
	margin-bottom: 1rem;
}

figure {
	margin: 0;
}

abbr[data-original-title], abbr[title], acronym[data-original-title], acronym[title] {
	text-decoration: none;
	border-bottom: dotted 2px;
}

sup, sub {
	line-height: 1.2em;
}

dt {
	font-weight: 700;
}

p code, p code:not(:last-child), p pre, p pre:not(:last-child), li code, li code:not(:last-child), li pre, li pre:not(:last-child) {
	margin-bottom: 0;
	display: inline;
}

p br + code:not(:last-child), p br + pre:not(:last-child), li br + code:not(:last-child), li br + pre:not(:last-child) {
	display: block;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
}

.body-container {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

.body-container .body-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.body-container .body-line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	border-left: solid 1px;
	left: 50%;
	right: initial;
	z-index: 1;
}

.body-container .body-line.body-line-l1 {
	margin-left: -884px;
}

.body-container .body-line.body-line-l2 {
	margin-left: -227px;
}

.body-container .body-line.body-line-r1 {
	margin-left: 360px;
}

.body-container .body-line.body-line-r2 {
	margin-left: 740px;
}

img {
	max-width: 100%;
	height: auto;
	min-height: auto;
	display: block;
	align-self: flex-start;
}

button, button:active, button:focus {
	outline: none;
}

@media only screen and (min-width: 1280px) {
	.container {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
}

.neuros_align-container {
	display: table;
	width: 100%;
}

.neuros_align-container__item {
	display: table-cell;
	vertical-align: middle;
}

.neuros_img--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	z-index: -1;
}

.neuros_img--contain {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
	z-index: -1;
}

.neuros_img--layout {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
}

form input, form textarea {
	-webkit-appearance: none;
}

.form__field, .search-form-field, body #give_checkout_user_info p input {
	font-size: 16px;
	font-weight: 400;
	height: 56px;
	width: 100%;
	display: block;
	padding: 0 19px;
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	transition: color .3s, background-color .3s, border-color .3s;
	outline: 0;
	margin: 10px 0 0;
}

.form__message {
	height: 180px;
	padding: 13px 16px;
	margin: 0;
}

.form-submit {
	margin: 41px 0 0;
}

.form-submit .submit {
	min-width: 160px !important;
}

/********** WordPress default **********/
.alignnone {
	margin: 7px 0 30px;
}

p img.alignnone {
	display: inline-block;
	margin: 7px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 7px auto;
}

.alignright {
	float: right;
	margin: 7px 0 30px 30px;
}

.alignleft {
	float: left;
	margin: 7px 30px 30px 0;
}

a img.alignright {
	float: right;
	margin: 7px 0 30px 30px;
}

a img.alignnone {
	margin: 7px 0 30px;
}

a img.alignleft {
	float: left;
	margin: 7px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

[class*="wp-image-"] {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p > .alignright:last-child {
	clear: right;
}

iframe {
	border: none;
	overflow: auto;
	max-width: 100%;
}

.wp-caption {
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 0;
	text-align: center;
}

.wp-caption, .wp-caption.alignnone {
	margin: 7px 0 30px;
}

.wp-caption.alignleft {
	margin: 7px 30px 30px 0;
}

.wp-caption.alignright {
	margin: 7px 0 30px 30px;
}

.wp-caption.aligncenter {
	margin: 7px auto 30px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 7px 4px 0;
}

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

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

*:not(.wp-block-embed__wrapper) > .video-embed iframe, *:not(.wp-block-embed__wrapper) > .video-embed object, *:not(.wp-block-embed__wrapper) > .video-embed embed {
	height: 100%;
}

.video-embed {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.video-embed:not(:first-child) {
	margin-top: 30px;
}

.video-embed:not(:last-child) {
	margin-bottom: 30px;
}

.video-embed iframe, .video-embed object, .video-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.video-embed > div {
	position: relative;
	margin-bottom: -56.25% !important;
}

#querylist ul > li {
	padding: 0;
}

#querylist ul > li:before {
	content: none;
	display: none;
}

@-webkit-keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUpCustom {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none !important;
	}
}

.content-wrapper .fadeInUp {
	animation-name: fadeInUpCustom;
}

@-webkit-keyframes fadeInDownCustom {
	from {
		opacity: 0;
		transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDownCustom {
	from {
		opacity: 0;
		transform: translate3d(0, -40px, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.content-wrapper .fadeInDown {
	animation-name: fadeInDownCustom;
}

@-webkit-keyframes fadeInLeftCustom {
	from {
		opacity: 0;
		transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeftCustom {
	from {
		opacity: 0;
		transform: translate3d(-40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.content-wrapper .fadeInLeft {
	animation-name: fadeInLeftCustom;
}

@-webkit-keyframes fadeInRightCustom {
	from {
		opacity: 0;
		transform: translate3d(40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRightCustom {
	from {
		opacity: 0;
		transform: translate3d(40px, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.content-wrapper .fadeInRight {
	animation-name: fadeInRightCustom;
}

/* -------------------------------- */

/* ---------- Typography ---------- */

/* -------------------------------- */
h1, h2, h3, h4, h5, h6, .neuros_content_slider_title, .wpforms-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .neuros_content_slider_title a, .wpforms-title a {
	color: inherit;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .neuros_content_slider_title:first-child, .wpforms-title:first-child {
	margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .neuros_content_slider_title:last-child, .wpforms-title:last-child {
	margin-bottom: 0;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, .neuros_content_slider_title + p, .wpforms-title + p {
	margin-top: 0;
}

h1:not(:last-child) {
	margin-bottom: .5555em;
}

h2:not(:last-child), .neuros_content_slider_title:not(:last-child) {
	margin-bottom: .8333em;
}

h3:not(:last-child) {
	margin-bottom: .8333em;
}

h4:not(:last-child), .woocommerce-checkout h3:not(:last-child) {
	margin-bottom: 1em;
}

h5:not(:last-child), .wpforms-title:not(:last-child) {
	margin-bottom: 1.1111em;
}

h6:not(:last-child), .footer-widgets .wp-block-search .wp-block-search__label:not(:last-child) {
	margin-bottom: 1.25em;
}

p {
	margin: 1.875em 0;
}

p:first-child {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0;
}

p span[style*='background-color'] {
	padding: 1px 3px 2px;
}

p[style*='font-size'] {
	line-height: initial;
}

.elementor-text-editor p {
	line-height: inherit;
}

q {
	font-weight: 700;
}

h1, body .elementor-widget-heading h1.elementor-heading-title {
	font-size: 40px;
	line-height: 1.2em;
}

h2, .neuros_content_slider_title, body .elementor-widget-heading h2.elementor-heading-title {
	font-size: 32px;
	line-height: 1.25em;
}

h3, body .elementor-widget-heading h3.elementor-heading-title {
	font-size: 26px;
	line-height: 1.34615em;
}

h4, .woocommerce-checkout h3, body .elementor-widget-heading h4.elementor-heading-title, .wp-block-search .wp-block-search__label {
	font-size: 22px;
	line-height: 1.4737em;
}

h5, body .elementor-widget-heading h5.elementor-heading-title, .wpforms-title, .woocommerce-Reviews-title, .cart_totals h2, .woocommerce-account h3, .outer-form-wrapper h2, .woocommerce-MyAccount-content h2, .woocommerce-order h2 {
	font-size: 20px;
	line-height: 1.4737em;
}

h6, body .elementor-widget-heading h6.elementor-heading-title {
	font-size: 18px;
	line-height: 1.4737em;
}

body .content-wrapper h1:not(:first-child), body .content-wrapper h2:not(:first-child), body .content-wrapper h3:not(:first-child), body .content-wrapper h4:not(:first-child), body .content-wrapper h5:not(:first-child), body .content-wrapper h6:not(:first-child), body .content-wrapper .wpforms-title:not(:first-child), body .neuros_comments__item-text h1:not(:first-child), body .neuros_comments__item-text h2:not(:first-child), body .neuros_comments__item-text h3:not(:first-child), body .neuros_comments__item-text h4:not(:first-child), body .neuros_comments__item-text h5:not(:first-child), body .neuros_comments__item-text h6:not(:first-child), body .neuros_comments__item-text .wpforms-title:not(:first-child) {
	margin-top: 50px;
}

body .content-wrapper h1 + h1, body .content-wrapper h1 + h2, body .content-wrapper h1 + h3, body .content-wrapper h1 + h4, body .content-wrapper h1 + h5, body .content-wrapper h1 + h6, body .content-wrapper h1:first-child + h1, body .content-wrapper h1:first-child + h2, body .content-wrapper h1:first-child + h3, body .content-wrapper h1:first-child + h4, body .content-wrapper h1:first-child + h5, body .content-wrapper h1:first-child + h6, body .content-wrapper h1:not(:first-child) + h1, body .content-wrapper h1:not(:first-child) + h2, body .content-wrapper h1:not(:first-child) + h3, body .content-wrapper h1:not(:first-child) + h4, body .content-wrapper h1:not(:first-child) + h5, body .content-wrapper h1:not(:first-child) + h6, body .content-wrapper h2 + h1, body .content-wrapper h2 + h2, body .content-wrapper h2 + h3, body .content-wrapper h2 + h4, body .content-wrapper h2 + h5, body .content-wrapper h2 + h6, body .content-wrapper h2:first-child + h1, body .content-wrapper h2:first-child + h2, body .content-wrapper h2:first-child + h3, body .content-wrapper h2:first-child + h4, body .content-wrapper h2:first-child + h5, body .content-wrapper h2:first-child + h6, body .content-wrapper h2:not(:first-child) + h1, body .content-wrapper h2:not(:first-child) + h2, body .content-wrapper h2:not(:first-child) + h3, body .content-wrapper h2:not(:first-child) + h4, body .content-wrapper h2:not(:first-child) + h5, body .content-wrapper h2:not(:first-child) + h6, body .content-wrapper h3 + h1, body .content-wrapper h3 + h2, body .content-wrapper h3 + h3, body .content-wrapper h3 + h4, body .content-wrapper h3 + h5, body .content-wrapper h3 + h6, body .content-wrapper h3:first-child + h1, body .content-wrapper h3:first-child + h2, body .content-wrapper h3:first-child + h3, body .content-wrapper h3:first-child + h4, body .content-wrapper h3:first-child + h5, body .content-wrapper h3:first-child + h6, body .content-wrapper h3:not(:first-child) + h1, body .content-wrapper h3:not(:first-child) + h2, body .content-wrapper h3:not(:first-child) + h3, body .content-wrapper h3:not(:first-child) + h4, body .content-wrapper h3:not(:first-child) + h5, body .content-wrapper h3:not(:first-child) + h6, body .content-wrapper h4 + h1, body .content-wrapper h4 + h2, body .content-wrapper h4 + h3, body .content-wrapper h4 + h4, body .content-wrapper h4 + h5, body .content-wrapper h4 + h6, body .content-wrapper h4:first-child + h1, body .content-wrapper h4:first-child + h2, body .content-wrapper h4:first-child + h3, body .content-wrapper h4:first-child + h4, body .content-wrapper h4:first-child + h5, body .content-wrapper h4:first-child + h6, body .content-wrapper h4:not(:first-child) + h1, body .content-wrapper h4:not(:first-child) + h2, body .content-wrapper h4:not(:first-child) + h3, body .content-wrapper h4:not(:first-child) + h4, body .content-wrapper h4:not(:first-child) + h5, body .content-wrapper h4:not(:first-child) + h6, body .content-wrapper h5 + h1, body .content-wrapper h5 + h2, body .content-wrapper h5 + h3, body .content-wrapper h5 + h4, body .content-wrapper h5 + h5, body .content-wrapper h5 + h6, body .content-wrapper h5:first-child + h1, body .content-wrapper h5:first-child + h2, body .content-wrapper h5:first-child + h3, body .content-wrapper h5:first-child + h4, body .content-wrapper h5:first-child + h5, body .content-wrapper h5:first-child + h6, body .content-wrapper h5:not(:first-child) + h1, body .content-wrapper h5:not(:first-child) + h2, body .content-wrapper h5:not(:first-child) + h3, body .content-wrapper h5:not(:first-child) + h4, body .content-wrapper h5:not(:first-child) + h5, body .content-wrapper h5:not(:first-child) + h6, body .content-wrapper h6 + h1, body .content-wrapper h6 + h2, body .content-wrapper h6 + h3, body .content-wrapper h6 + h4, body .content-wrapper h6 + h5, body .content-wrapper h6 + h6, body .content-wrapper h6:first-child + h1, body .content-wrapper h6:first-child + h2, body .content-wrapper h6:first-child + h3, body .content-wrapper h6:first-child + h4, body .content-wrapper h6:first-child + h5, body .content-wrapper h6:first-child + h6, body .content-wrapper h6:not(:first-child) + h1, body .content-wrapper h6:not(:first-child) + h2, body .content-wrapper h6:not(:first-child) + h3, body .content-wrapper h6:not(:first-child) + h4, body .content-wrapper h6:not(:first-child) + h5, body .content-wrapper h6:not(:first-child) + h6, body .content-wrapper .wpforms-title + h1, body .content-wrapper .wpforms-title + h2, body .content-wrapper .wpforms-title + h3, body .content-wrapper .wpforms-title + h4, body .content-wrapper .wpforms-title + h5, body .content-wrapper .wpforms-title + h6, body .content-wrapper .wpforms-title:first-child + h1, body .content-wrapper .wpforms-title:first-child + h2, body .content-wrapper .wpforms-title:first-child + h3, body .content-wrapper .wpforms-title:first-child + h4, body .content-wrapper .wpforms-title:first-child + h5, body .content-wrapper .wpforms-title:first-child + h6, body .content-wrapper .wpforms-title:not(:first-child) + h1, body .content-wrapper .wpforms-title:not(:first-child) + h2, body .content-wrapper .wpforms-title:not(:first-child) + h3, body .content-wrapper .wpforms-title:not(:first-child) + h4, body .content-wrapper .wpforms-title:not(:first-child) + h5, body .content-wrapper .wpforms-title:not(:first-child) + h6, body .neuros_comments__item-text h1 + h1, body .neuros_comments__item-text h1 + h2, body .neuros_comments__item-text h1 + h3, body .neuros_comments__item-text h1 + h4, body .neuros_comments__item-text h1 + h5, body .neuros_comments__item-text h1 + h6, body .neuros_comments__item-text h1:first-child + h1, body .neuros_comments__item-text h1:first-child + h2, body .neuros_comments__item-text h1:first-child + h3, body .neuros_comments__item-text h1:first-child + h4, body .neuros_comments__item-text h1:first-child + h5, body .neuros_comments__item-text h1:first-child + h6, body .neuros_comments__item-text h1:not(:first-child) + h1, body .neuros_comments__item-text h1:not(:first-child) + h2, body .neuros_comments__item-text h1:not(:first-child) + h3, body .neuros_comments__item-text h1:not(:first-child) + h4, body .neuros_comments__item-text h1:not(:first-child) + h5, body .neuros_comments__item-text h1:not(:first-child) + h6, body .neuros_comments__item-text h2 + h1, body .neuros_comments__item-text h2 + h2, body .neuros_comments__item-text h2 + h3, body .neuros_comments__item-text h2 + h4, body .neuros_comments__item-text h2 + h5, body .neuros_comments__item-text h2 + h6, body .neuros_comments__item-text h2:first-child + h1, body .neuros_comments__item-text h2:first-child + h2, body .neuros_comments__item-text h2:first-child + h3, body .neuros_comments__item-text h2:first-child + h4, body .neuros_comments__item-text h2:first-child + h5, body .neuros_comments__item-text h2:first-child + h6, body .neuros_comments__item-text h2:not(:first-child) + h1, body .neuros_comments__item-text h2:not(:first-child) + h2, body .neuros_comments__item-text h2:not(:first-child) + h3, body .neuros_comments__item-text h2:not(:first-child) + h4, body .neuros_comments__item-text h2:not(:first-child) + h5, body .neuros_comments__item-text h2:not(:first-child) + h6, body .neuros_comments__item-text h3 + h1, body .neuros_comments__item-text h3 + h2, body .neuros_comments__item-text h3 + h3, body .neuros_comments__item-text h3 + h4, body .neuros_comments__item-text h3 + h5, body .neuros_comments__item-text h3 + h6, body .neuros_comments__item-text h3:first-child + h1, body .neuros_comments__item-text h3:first-child + h2, body .neuros_comments__item-text h3:first-child + h3, body .neuros_comments__item-text h3:first-child + h4, body .neuros_comments__item-text h3:first-child + h5, body .neuros_comments__item-text h3:first-child + h6, body .neuros_comments__item-text h3:not(:first-child) + h1, body .neuros_comments__item-text h3:not(:first-child) + h2, body .neuros_comments__item-text h3:not(:first-child) + h3, body .neuros_comments__item-text h3:not(:first-child) + h4, body .neuros_comments__item-text h3:not(:first-child) + h5, body .neuros_comments__item-text h3:not(:first-child) + h6, body .neuros_comments__item-text h4 + h1, body .neuros_comments__item-text h4 + h2, body .neuros_comments__item-text h4 + h3, body .neuros_comments__item-text h4 + h4, body .neuros_comments__item-text h4 + h5, body .neuros_comments__item-text h4 + h6, body .neuros_comments__item-text h4:first-child + h1, body .neuros_comments__item-text h4:first-child + h2, body .neuros_comments__item-text h4:first-child + h3, body .neuros_comments__item-text h4:first-child + h4, body .neuros_comments__item-text h4:first-child + h5, body .neuros_comments__item-text h4:first-child + h6, body .neuros_comments__item-text h4:not(:first-child) + h1, body .neuros_comments__item-text h4:not(:first-child) + h2, body .neuros_comments__item-text h4:not(:first-child) + h3, body .neuros_comments__item-text h4:not(:first-child) + h4, body .neuros_comments__item-text h4:not(:first-child) + h5, body .neuros_comments__item-text h4:not(:first-child) + h6, body .neuros_comments__item-text h5 + h1, body .neuros_comments__item-text h5 + h2, body .neuros_comments__item-text h5 + h3, body .neuros_comments__item-text h5 + h4, body .neuros_comments__item-text h5 + h5, body .neuros_comments__item-text h5 + h6, body .neuros_comments__item-text h5:first-child + h1, body .neuros_comments__item-text h5:first-child + h2, body .neuros_comments__item-text h5:first-child + h3, body .neuros_comments__item-text h5:first-child + h4, body .neuros_comments__item-text h5:first-child + h5, body .neuros_comments__item-text h5:first-child + h6, body .neuros_comments__item-text h5:not(:first-child) + h1, body .neuros_comments__item-text h5:not(:first-child) + h2, body .neuros_comments__item-text h5:not(:first-child) + h3, body .neuros_comments__item-text h5:not(:first-child) + h4, body .neuros_comments__item-text h5:not(:first-child) + h5, body .neuros_comments__item-text h5:not(:first-child) + h6, body .neuros_comments__item-text h6 + h1, body .neuros_comments__item-text h6 + h2, body .neuros_comments__item-text h6 + h3, body .neuros_comments__item-text h6 + h4, body .neuros_comments__item-text h6 + h5, body .neuros_comments__item-text h6 + h6, body .neuros_comments__item-text h6:first-child + h1, body .neuros_comments__item-text h6:first-child + h2, body .neuros_comments__item-text h6:first-child + h3, body .neuros_comments__item-text h6:first-child + h4, body .neuros_comments__item-text h6:first-child + h5, body .neuros_comments__item-text h6:first-child + h6, body .neuros_comments__item-text h6:not(:first-child) + h1, body .neuros_comments__item-text h6:not(:first-child) + h2, body .neuros_comments__item-text h6:not(:first-child) + h3, body .neuros_comments__item-text h6:not(:first-child) + h4, body .neuros_comments__item-text h6:not(:first-child) + h5, body .neuros_comments__item-text h6:not(:first-child) + h6, body .neuros_comments__item-text .wpforms-title + h1, body .neuros_comments__item-text .wpforms-title + h2, body .neuros_comments__item-text .wpforms-title + h3, body .neuros_comments__item-text .wpforms-title + h4, body .neuros_comments__item-text .wpforms-title + h5, body .neuros_comments__item-text .wpforms-title + h6, body .neuros_comments__item-text .wpforms-title:first-child + h1, body .neuros_comments__item-text .wpforms-title:first-child + h2, body .neuros_comments__item-text .wpforms-title:first-child + h3, body .neuros_comments__item-text .wpforms-title:first-child + h4, body .neuros_comments__item-text .wpforms-title:first-child + h5, body .neuros_comments__item-text .wpforms-title:first-child + h6, body .neuros_comments__item-text .wpforms-title:not(:first-child) + h1, body .neuros_comments__item-text .wpforms-title:not(:first-child) + h2, body .neuros_comments__item-text .wpforms-title:not(:first-child) + h3, body .neuros_comments__item-text .wpforms-title:not(:first-child) + h4, body .neuros_comments__item-text .wpforms-title:not(:first-child) + h5, body .neuros_comments__item-text .wpforms-title:not(:first-child) + h6 {
	margin-top: 0;
}

body .content-wrapper blockquote, body .neuros_comments__item-text blockquote {
	font-weight: 600;
	position: relative;
	padding: 0 0 0 3.5em;
	margin: 0;
}

body .content-wrapper blockquote:not(:first-child), body .neuros_comments__item-text blockquote:not(:first-child) {
	margin-top: 2.5rem;
}

body .content-wrapper blockquote:not(:last-child), body .neuros_comments__item-text blockquote:not(:last-child) {
	margin-bottom: 2.5rem;
}

body .content-wrapper blockquote:before, body .neuros_comments__item-text blockquote:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: initial;
	top: .16666em;
	font: 400 normal 2.25em/1em "fontello";
	letter-spacing: normal;
}

body .content-wrapper blockquote cite, body .neuros_comments__item-text blockquote cite {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 5px 0 0;
	font-style: normal;
	letter-spacing: normal;
}

body .content-wrapper blockquote p, body .neuros_comments__item-text blockquote p {
	margin: 0;
}

body .content-wrapper blockquote p + p, body .neuros_comments__item-text blockquote p + p {
	margin-top: 1em;
}

body .content-wrapper blockquote a, body .neuros_comments__item-text blockquote a {
	text-decoration: none;
}

body .content-wrapper blockquote.has-text-align-right, body .neuros_comments__item-text blockquote.has-text-align-right {
	padding: 0 3.5em 0 0;
}

body .content-wrapper blockquote.has-text-align-right:before, body .neuros_comments__item-text blockquote.has-text-align-right:before {
	left: initial;
	right: 0;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

body .content-wrapper blockquote.has-text-align-center, body .neuros_comments__item-text blockquote.has-text-align-center {
	padding: 0;
}

body .content-wrapper blockquote.has-text-align-center:before, body .neuros_comments__item-text blockquote.has-text-align-center:before {
	content: none;
	display: none;
}

body .content-wrapper blockquote.has-text-align-center cite:before, body .neuros_comments__item-text blockquote.has-text-align-center cite:before {
	content: "";
}

body .content-wrapper blockquote.is-style-large, body .neuros_comments__item-text blockquote.is-style-large {
	padding: 0 3.5em;
}

body .content-wrapper blockquote.is-style-large p, body .neuros_comments__item-text blockquote.is-style-large p {
	font-size: 1.6em;
	line-height: 1.4em;
}

body .content-wrapper blockquote.is-style-large cite, body .neuros_comments__item-text blockquote.is-style-large cite {
	font-size: 1.25em;
	text-align: inherit;
	font-weight: 600;
}

body .content-wrapper blockquote.is-style-large cite:before, body .neuros_comments__item-text blockquote.is-style-large cite:before {
	content: "";
}

body .content-wrapper table, body .neuros_comments__item-text table {
	border-collapse: collapse;
	border-spacing: unset;
	width: 100%;
}

body .content-wrapper table:not(:last-child), body .neuros_comments__item-text table:not(:last-child) {
	margin-bottom: 2rem;
}

body .content-wrapper table:not(:first-child), body .neuros_comments__item-text table:not(:first-child) {
	margin-top: 2rem;
}

body .content-wrapper table tr td, body .content-wrapper table tr th, body .neuros_comments__item-text table tr td, body .neuros_comments__item-text table tr th {
	border-width: 1px;
	border-style: solid;
	padding: 8px 15px 8px 15px;
}

body .content-wrapper table tr th, body .neuros_comments__item-text table tr th {
	text-align: left;
}

body .content-wrapper table tbody th, body .neuros_comments__item-text table tbody th {
	font-weight: 600;
}

body .content-wrapper dd, body .neuros_comments__item-text dd {
	margin-bottom: 1rem;
}

ul, ol {
	padding: 0;
}

ul:not(:last-child), ol:not(:last-child) {
	margin: 0 0 1.875em;
}

ul:last-child, ol:last-child {
	margin: 0;
}

ul li, ol li {
	position: relative;
}

ul li ul, ul li ul:last-child, ul li ol, ul li ol:last-child, ol li ul, ol li ul:last-child, ol li ol, ol li ol:last-child {
	margin: 0 0 0 15px;
}

ul li ul:not(:last-child), ul li ol:not(:last-child), ol li ul:not(:last-child), ol li ol:not(:last-child) {
	margin-left: 15px;
}

ul {
	list-style: none;
}

ul > li {
	padding: 0 0 0 1.875em;
}

ul > li:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	display: block;
	position: absolute;
	left: 0;
	top: 1.25em;
}

.elementor-element-overlay ul {
	margin: 0;
}

.elementor-element-overlay ul > li {
	margin: 0;
	padding: 0;
}

.elementor-element-overlay ul > li:before {
	content: none;
	background: none;
	width: auto;
	height: auto;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-right: auto;
	vertical-align: initial;
}

.elementor-visible-desktop ul {
	margin: 20px auto 0;
	padding: 0 25px;
}

.elementor-visible-desktop ul > li:before {
	content: none;
}

ol, .post-comment-content ol {
	list-style-position: inside;
	padding: 0;
}

.block-heading {
	padding: 0 0 10px;
}

.block-heading .block-heading__subtitle {
	font-size: 18px;
	line-height: 40px;
	text-transform: lowercase;
	margin: 0 0 12px;
}

.block-heading .block-heading__subtitle:before {
	content: "- ";
}

.block-heading .block-heading__title {
	margin-top: 0 !important;
}

form p {
	margin: 20px 0;
}

form p:first-child {
	margin-top: 0;
}

form p:last-child {
	margin-bottom: 0;
}

/* Floating Placeholder */
.input-floating-wrap {
	position: relative;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.input-floating-wrap input:focus ~ .floating-placeholder, .input-floating-wrap input:not(:placeholder-shown) ~ .floating-placeholder, .input-floating-wrap textarea:focus ~ .floating-placeholder, .input-floating-wrap textarea:not(:placeholder-shown) ~ .floating-placeholder {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.input-floating-wrap input::-webkit-input-placeholder, .input-floating-wrap textarea::-webkit-input-placeholder {
	color: transparent !important;
}

.input-floating-wrap input:-moz-placeholder, .input-floating-wrap textarea:-moz-placeholder {
	color: transparent !important;
}

.input-floating-wrap input::-moz-placeholder, .input-floating-wrap textarea::-moz-placeholder {
	color: transparent !important;
}

.input-floating-wrap input:-ms-input-placeholder, .input-floating-wrap textarea:-ms-input-placeholder {
	color: transparent !important;
}

.input-floating-wrap input, .input-floating-wrap textarea, .input-floating-wrap select {
	font-size: inherit;
}

.input-floating-wrap .floating-placeholder {
	position: relative;
	display: block;
	pointer-events: none;
	line-height: 1.3em;
	white-space: nowrap;
	-webkit-transform: translateY(calc(100% + ( var(--additional-line-height, 1.92857em) - 1.3em ) / 2));
	-ms-transform: translateY(calc(100% + ( var(--additional-line-height, 1.92857em) - 1.3em ) / 2));
	transform: translateY(calc(100% + ( var(--additional-line-height, 1.92857em) - 1.3em ) / 2));
	-webkit-transition: color .3s, transform .3s;
	transition: color .3s, transform .3s;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	height: 2.857em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: none;
	border-width: 0;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0 0 12px;
	width: 100%;
	display: block;
	outline: none !important;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="range"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="color"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
	opacity: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}

option {
	color: #000;
	background-color: #fff;
}

textarea {
	height: 220px;
	resize: 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 {
	-webkit-appearance: none;
	display: none;
}

input[type="search"]::-ms-clear, input[type="search"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	outline: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"]:checked:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 5px;
	left: 5px;
	right: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

input[type="checkbox"], .woocommerce form .form-row input[type="checkbox"].input-checkbox {
	width: 20px;
	height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block !important;
	margin: 0 10px 0 0;
	cursor: pointer;
	vertical-align: text-top;
	outline: none !important;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"]:checked:before, .woocommerce form .form-row input[type="checkbox"].input-checkbox:checked:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	font: 700 normal 10px/20px "Font Awesome 5 Free";
	text-align: center;
	display: block;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
}

.content-wrapper .select2-container, .select2-container {
	display: block;
	line-height: 1;
}

.content-wrapper .select2-container.select2-container--default .select2-selection--single, .select2-container.select2-container--default .select2-selection--single {
	height: 2.857em;
	outline: none;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.content-wrapper .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before, .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	content: "";
}

.content-wrapper .select2-container .select2-selection--single, .select2-container .select2-selection--single {
	margin: 0;
	border: none;
	background: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.content-wrapper .select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 0 12px 0 !important;
	line-height: 27px !important;
}

.content-wrapper .select2-container .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single .select2-selection__arrow {
	width: 2em;
	height: 1em;
	text-align: center;
	font: 400 normal 5px/1em "fontello";
	top: 0;
	right: 0;
	bottom: 2px;
	left: initial;
	margin: auto;
}

.content-wrapper .select2-container .select2-selection--single .select2-selection__arrow:before, .select2-container .select2-selection--single .select2-selection__arrow:before {
	content: "";
}

.content-wrapper .select2-container .select2-selection--single .select2-selection__arrow b, .select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.content-wrapper .select2-container .select2-search--dropdown, .select2-container .select2-search--dropdown {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.content-wrapper .select2-container .select2-search--dropdown .select2-search__field, .select2-container .select2-search--dropdown .select2-search__field {
	padding: 10px 18px;
	outline: none;
}

.content-wrapper .select2-container .select2-results__option, .select2-container .select2-results__option {
	padding: 10px 18px;
	outline: none;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.content-wrapper .select2-container .select2-results__option:before, .select2-container .select2-results__option:before {
	content: none;
	display: none;
}

.select2-dropdown, body .select2-dropdown {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
}

.select2-container--default .select2-search--dropdown .select2-search__field, body .select2-container--default .select2-search--dropdown .select2-search__field {
	border-width: 1px;
}

.select-wrap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
}

.select-wrap:after {
	content: "";
	display: block;
	position: absolute;
	width: 2em;
	height: 1em;
	text-align: center;
	font: 400 normal .357em/1em "fontello";
	top: 0;
	bottom: 2px;
	right: 0;
	left: initial;
	margin: auto;
	cursor: pointer;
}

.select-wrap {
	position: relative;
}

.select-wrap .select2-container {
	z-index: 3;
}

.select-wrap select {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
	max-width: none !important;
	height: 2.857em;
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0 0 12px;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: "";
	background: none;
	position: relative;
	z-index: 2;
	border: none;
}

.select-wrap select::-ms-expand {
	display: none;
}

.select-wrap select[multiple="multiple"] {
	height: 130px;
}

.select-wrap option {
	padding: 0 18px;
}

#form-preview button, .neuros-button, .body-container button:not(.customize-partial-edit-shortcut-button), .body-container input[type="submit"], .body-container input[type="button"], .body-container input[type="reset"] {
	--button-border-radius: 9999px;
	--button-border-width: 1px;
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 10px 24px 11px 23px;
	line-height: 1.92857em;
	-webkit-border-radius: var(--button-border-radius);
	border-radius: var(--button-border-radius);
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	min-width: 58px;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border-width: var(--button-border-width);
	border-style: solid;
	border-color: transparent;
	background-origin: border-box !important;
	z-index: 1;
}

#form-preview button:after, .neuros-button:after, .body-container button:not(.customize-partial-edit-shortcut-button):after, .body-container input[type="submit"]:after, .body-container input[type="button"]:after, .body-container input[type="reset"]:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: var(--button-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form-preview button:focus, #form-preview button:active, .neuros-button:focus, .neuros-button:active, .body-container button:not(.customize-partial-edit-shortcut-button):focus, .body-container button:not(.customize-partial-edit-shortcut-button):active, .body-container input[type="submit"]:focus, .body-container input[type="submit"]:active, .body-container input[type="button"]:focus, .body-container input[type="button"]:active, .body-container input[type="reset"]:focus, .body-container input[type="reset"]:active {
	outline: none;
}

#form-preview button:not(:disabled):not([disabled]):not(.disabled):hover, .neuros-button:not(:disabled):not([disabled]):not(.disabled):hover, .body-container button:not(.customize-partial-edit-shortcut-button):not(:disabled):not([disabled]):not(.disabled):hover, .body-container input[type="submit"]:not(:disabled):not([disabled]):not(.disabled):hover, .body-container input[type="button"]:not(:disabled):not([disabled]):not(.disabled):hover, .body-container input[type="reset"]:not(:disabled):not([disabled]):not(.disabled):hover {
	-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

#form-preview button:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:before, .neuros-button:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:before, .body-container button:not(.customize-partial-edit-shortcut-button):not(:disabled):not([disabled]):not(.disabled):hover .button-inner:before, .body-container input[type="submit"]:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:before, .body-container input[type="button"]:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:before, .body-container input[type="reset"]:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:before {
	opacity: 0;
}

#form-preview button:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:after, .neuros-button:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:after, .body-container button:not(.customize-partial-edit-shortcut-button):not(:disabled):not([disabled]):not(.disabled):hover .button-inner:after, .body-container input[type="submit"]:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:after, .body-container input[type="button"]:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:after, .body-container input[type="reset"]:not(:disabled):not([disabled]):not(.disabled):hover .button-inner:after {
	opacity: 1;
}

#form-preview button:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].right, .neuros-button:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].right, .body-container button:not(.customize-partial-edit-shortcut-button):not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].right, .body-container input[type="submit"]:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].right, .body-container input[type="button"]:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].right, .body-container input[type="reset"]:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].right {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

#form-preview button:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].left, .neuros-button:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].left, .body-container button:not(.customize-partial-edit-shortcut-button):not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].left, .body-container input[type="submit"]:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].left, .body-container input[type="button"]:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].left, .body-container input[type="reset"]:not(:disabled):not([disabled]):not(.disabled):hover span[class^="icon"].left {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-1em);
	-ms-transform: translateY(-50%) translateX(-1em);
	transform: translateY(-50%) translateX(-1em);
}

#form-preview button span[class^="icon"], .neuros-button span[class^="icon"], .body-container button:not(.customize-partial-edit-shortcut-button) span[class^="icon"], .body-container input[type="submit"] span[class^="icon"], .body-container input[type="button"] span[class^="icon"], .body-container input[type="reset"] span[class^="icon"] {
	font: 400 normal .642857em "fontello";
	position: absolute;
	left: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

#form-preview button span[class^="icon"].right, .neuros-button span[class^="icon"].right, .body-container button:not(.customize-partial-edit-shortcut-button) span[class^="icon"].right, .body-container input[type="submit"] span[class^="icon"].right, .body-container input[type="button"] span[class^="icon"].right, .body-container input[type="reset"] span[class^="icon"].right {
	opacity: 0;
	right: 24px;
	left: initial;
	-webkit-transform: translateY(-50%) translateX(1em);
	-ms-transform: translateY(-50%) translateX(1em);
	transform: translateY(-50%) translateX(1em);
}

#form-preview button .button-inner, .neuros-button .button-inner, .body-container button:not(.customize-partial-edit-shortcut-button) .button-inner, .body-container input[type="submit"] .button-inner, .body-container input[type="button"] .button-inner, .body-container input[type="reset"] .button-inner {
	position: absolute;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: inherit;
	background: none;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
}

#form-preview button .button-inner:before, #form-preview button .button-inner:after, .neuros-button .button-inner:before, .neuros-button .button-inner:after, .body-container button:not(.customize-partial-edit-shortcut-button) .button-inner:before, .body-container button:not(.customize-partial-edit-shortcut-button) .button-inner:after, .body-container input[type="submit"] .button-inner:before, .body-container input[type="submit"] .button-inner:after, .body-container input[type="button"] .button-inner:before, .body-container input[type="button"] .button-inner:after, .body-container input[type="reset"] .button-inner:before, .body-container input[type="reset"] .button-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	padding: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form-preview button .button-inner:before, .neuros-button .button-inner:before, .body-container button:not(.customize-partial-edit-shortcut-button) .button-inner:before, .body-container input[type="submit"] .button-inner:before, .body-container input[type="button"] .button-inner:before, .body-container input[type="reset"] .button-inner:before {
	opacity: 1;
}

#form-preview button .button-inner:after, .neuros-button .button-inner:after, .body-container button:not(.customize-partial-edit-shortcut-button) .button-inner:after, .body-container input[type="submit"] .button-inner:after, .body-container input[type="button"] .button-inner:after, .body-container input[type="reset"] .button-inner:after {
	opacity: 0;
}

.neuros-button {
	padding: 10px 24px 11px calc(23px + 1.42857em);
}

.neuros-button:not(:disabled):hover {
	padding: 10px calc(23px + 1.42857em) 11px 24px;
}

@media only screen and (min-width: 576px) {
	h1:not(:last-child), body .elementor-widget-heading h1.elementor-heading-title:not(:last-child) {
		margin-bottom: .325em;
	}
	
	h2:not(:last-child), .neuros_content_slider_title:not(:last-child), body .elementor-widget-heading h2.elementor-heading-title:not(:last-child) {
		margin-bottom: .5em;
	}
	
	h3:not(:last-child), body .elementor-widget-heading h3.elementor-heading-title:not(:last-child) {
		margin-bottom: .8333em;
	}
	
	h4:not(:last-child), .woocommerce-checkout h3:not(:last-child), body .elementor-widget-heading h4.elementor-heading-title:not(:last-child) {
		margin-bottom: 1em;
	}
	
	h5:not(:last-child), body .elementor-widget-heading h5.elementor-heading-title:not(:last-child), .wpforms-title:not(:last-child), .woocommerce-Reviews-title:not(:last-child), .cart_totals h2:not(:last-child), .woocommerce-account h3:not(:last-child), .outer-form-wrapper h2:not(:last-child), .woocommerce-MyAccount-content h2:not(:last-child), .woocommerce-order h2:not(:last-child) {
		margin-bottom: 1.1111em;
	}
	
	h6:not(:last-child), body .elementor-widget-heading h6.elementor-heading-title:not(:last-child) {
		margin-bottom: 1.25em;
	}
}

@media only screen and (min-width: 768px) {
	body .content-wrapper blockquote, body .neuros_comments__item-text blockquote {
		padding: 0 0 0 7.3125em;
	}
	
	body .content-wrapper blockquote p, body .neuros_comments__item-text blockquote p {
		font-size: 1.5625em;
		line-height: 1.4em;
	}
	
	body .content-wrapper blockquote.has-text-align-right, body .neuros_comments__item-text blockquote.has-text-align-right {
		padding: 0 7.3125em 0 0;
	}
	
	body .content-wrapper blockquote.is-style-large, body .neuros_comments__item-text blockquote.is-style-large {
		padding: 0 7.3125em;
	}
}

.alignwide, .alignfull {
	margin-left: 0;
	margin-right: 0;
}

.content-wrapper-sidebar-position-none .alignwide {
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}

.content-wrapper-sidebar-position-none .alignwide.woocommerce {
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

.content-wrapper-sidebar-position-none .alignfull {
	position: relative;
	width: 100vw;
	left: 50%;
	right: auto;
	margin: 0 0 0 -50vw;
}

.content-wrapper-sidebar-position-none .alignfull:not(:last-child) {
	margin-bottom: 30px;
}

.content-wrapper-sidebar-position-none .alignfull:not(:first-child) {
	margin-top: 30px;
}

p.has-large-font-size:not(:last-child) {
	margin-bottom: .8333em;
}

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

ol.has-background ol.has-background, ol.has-background ul.has-background, ul.has-background ol.has-background, ul.has-background ul.has-background {
	padding: 0;
}

.has-large-font-size, .has-small-font-size {
	line-height: initial;
}

/* ---------- Pull Quote ---------- */
.content-wrapper .wp-block-pullquote {
	padding: 1.5em 1em;
	font-size: 1.125em;
	line-height: 1.4em;
}

.content-wrapper .wp-block-pullquote:not(:last-child) {
	margin-bottom: 2.375rem;
}

.content-wrapper .wp-block-pullquote:not(:first-child) {
	margin-top: 2.8125rem;
}

.content-wrapper .wp-block-pullquote blockquote {
	margin: 0;
	padding: 0 0 0 3.16em;
	max-width: none;
}

.content-wrapper .wp-block-pullquote blockquote:before {
	font-size: 1.44em;
	line-height: 1;
	top: .25em;
	left: 0;
	right: initial;
}

.content-wrapper .wp-block-pullquote blockquote p {
	font-size: 1em;
	line-height: 1.4em;
}

.content-wrapper .wp-block-pullquote blockquote cite {
	display: block;
	line-height: 1.9444em;
	font-weight: 600;
	font-size: .72em;
}

.content-wrapper .wp-block-pullquote blockquote cite:not(:first-child) {
	margin: .4444em 0 0;
}

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

.content-wrapper .wp-block-pullquote.has-background {
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/* ---------- Dropcaps ---------- */
p.has-background {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
}

p[class*="-color"] strong {
	color: inherit;
}

.has-drop-cap:not(:focus):first-letter {
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.3em;
	padding: 0;
	text-align: left;
	margin: -.1em .2em 0 0;
}

/* ---------- Table ---------- */
.wp-block-table:not(:last-child) {
	margin-bottom: 30px;
}

.wp-block-table:not(:first-child) {
	margin-top: 30px;
}

/* ------- Login/Logout ------- */
.wp-block-loginout:before {
	font: 700 normal 18px/23px "Font Awesome 5 Free";
	margin: 0 10px 0 0;
	position: relative;
	top: 2px;
}

.wp-block-loginout.logged-in:before {
	content: "";
}

.wp-block-loginout.logged-out:before {
	content: "";
}

.wp-block-loginout.logged-out.has-login-form:before {
	content: none;
	display: none;
}

.wp-block-loginout .login-submit .button {
	min-width: 150px;
}

/* ---------- Images ---------- */
.wp-block-image {
	margin-bottom: 0;
	position: relative;
}

.wp-block-image:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.wp-block-image:not(:last-child) .alignnone, .wp-block-image:not(:last-child) .alignleft, .wp-block-image:not(:last-child) .aligncenter, .wp-block-image:not(:last-child) .alignright {
	margin-bottom: 1.3125rem;
}

.wp-block-image * {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.wp-block-image:not(:first-child) {
	margin-top: 1.3125rem;
}

.wp-block-image .aligncenter {
	display: block;
	margin: 7px auto 0;
}

.wp-block-image .aligncenter img {
	margin: 0 auto;
}

.wp-block-image .aligncenter figcaption {
	display: block;
}

.wp-block-image .alignnone {
	margin: 7px 0 0;
}

.wp-block-image .alignleft {
	margin: 7px 30px 0 0;
}

.wp-block-image .alignright {
	margin: 7px 0 0 30px;
}

.wp-block-image figcaption {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}

/* ---------- Gallery ---------- */
.wp-block-gallery:not(:last-child), .media_gallery:not(:last-child) {
	margin-bottom: 2.625rem;
}

.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item, .media_gallery.columns-1 .blocks-gallery-image, .media_gallery.columns-1 .blocks-gallery-item, .media_gallery.columns-2 .blocks-gallery-image, .media_gallery.columns-2 .blocks-gallery-item, .media_gallery.columns-3 .blocks-gallery-image, .media_gallery.columns-3 .blocks-gallery-item {
	width: calc(100% - 30px);
	padding: 0 !important;
}

.wp-block-gallery.columns-1 .blocks-gallery-image:before, .wp-block-gallery.columns-1 .blocks-gallery-item:before, .wp-block-gallery.columns-2 .blocks-gallery-image:before, .wp-block-gallery.columns-2 .blocks-gallery-item:before, .wp-block-gallery.columns-3 .blocks-gallery-image:before, .wp-block-gallery.columns-3 .blocks-gallery-item:before, .media_gallery.columns-1 .blocks-gallery-image:before, .media_gallery.columns-1 .blocks-gallery-item:before, .media_gallery.columns-2 .blocks-gallery-image:before, .media_gallery.columns-2 .blocks-gallery-item:before, .media_gallery.columns-3 .blocks-gallery-image:before, .media_gallery.columns-3 .blocks-gallery-item:before {
	content: none !important;
	display: none !important;
}

.wp-block-gallery .blocks-gallery-grid, .media_gallery .blocks-gallery-grid {
	margin: -15px;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item, .media_gallery .blocks-gallery-grid .blocks-gallery-item {
	margin: 15px !important;
	padding: 0;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:before, .media_gallery .blocks-gallery-grid .blocks-gallery-item:before {
	content: none;
	display: none;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper, .media_gallery .blocks-gallery-grid .blocks-gallery-item .item-wrapper {
	position: relative;
	height: 100%;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a, .media_gallery .blocks-gallery-grid .blocks-gallery-item a {
	display: block;
	position: relative;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:before, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:after, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:after {
	content: "";
	font: 400 normal 42px/1em "fontello";
	position: absolute;
	display: block;
	left: 50%;
	right: initial;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
	opacity: 0;
	text-align: center;
	margin: -21px 0 0 -21px;
	z-index: 3;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:before {
	opacity: .5;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after, .media_gallery .blocks-gallery-grid .blocks-gallery-item a:hover:after {
	opacity: 1;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item img, .media_gallery .blocks-gallery-grid .blocks-gallery-item img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figcaption, .media_gallery .blocks-gallery-grid .blocks-gallery-item figcaption {
	line-height: 1.4em;
	font-size: 14px;
	padding: 3em 20px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item, .media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image, .media_gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
	width: calc(100% - 30px);
}

.wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item, .media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image, .media_gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
	width: calc(50% - 30px);
}

.wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item, .media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image, .media_gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
	width: calc(33.3333% - 30px);
}

.wp-block-gallery.alignfull .blocks-gallery-grid, .media_gallery.alignfull .blocks-gallery-grid {
	margin: -15px 15px;
}

.wp-block-gallery .blocks-gallery-caption, .media_gallery .blocks-gallery-caption {
	text-align: center;
	width: 100%;
	margin: .5em 0 0;
	font-size: 14px;
}

.sidebar .wp-block-gallery .blocks-gallery-grid, .footer-widgets .wp-block-gallery .blocks-gallery-grid, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid {
	margin: -5px;
}

.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item, .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
	margin: 5px !important;
}

.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after, .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:after {
	top: 40%;
	width: 28px;
	height: 28px;
	font-size: 28px;
	margin: -14px 0 0 -14px;
}

.sidebar .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after, .footer-widgets .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after, .slide-sidebar-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure a:hover:after {
	top: 50%;
}

/* ---------- Products ---------- */
.wc-block-grid__products {
	margin: 0 -8px -25px !important;
}

.wc-block-grid__products .wc-block-grid__product {
	border-bottom-width: 25px;
}

.wc-block-grid__products .wc-block-grid__product:before {
	content: none;
	display: none;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
	order: 1;
	cursor: default;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 29px;
	cursor: pointer;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	padding: 0;
	margin: 0 29px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title:hover {
	text-decoration: underline;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
	order: 2;
	border: none;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 10px;
	right: initial;
	padding: 0 14px 0 13px;
	color: #fff;
	background-color: #e95151;
	height: 30px;
	font-size: 12px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .04em;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating {
	order: 3;
	margin: 14px auto 0;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating {
	float: none;
	font: 400 normal 12px/1 "fontello";
	letter-spacing: .25em;
	width: 5.35em;
	overflow: hidden;
	position: relative;
	height: 1em;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating:before {
	content: "";
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	right: initial;
	opacity: 1;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span {
	color: #fac12e;
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	right: initial;
	position: absolute;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating span:before {
	content: "";
	position: absolute;
	left: 0;
	right: initial;
	top: 0;
	color: inherit;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
	margin: 18px 29px 29px;
	order: 4;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	display: inline-block;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price del {
	font-weight: 500;
	opacity: 1;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price ins {
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button {
	order: 5;
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	left: 0;
	right: initial;
	padding: 100% 0 0 !important;
	font-size: 0;
	line-height: 1;
	margin: 0;
	z-index: 2;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link {
	margin: 50px 0 0 !important;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 15px 20px;
	font-size: 12px;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.loading:after {
	animation: none;
	margin-left: initial;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button .wp-block-button__link.added:after {
	margin-left: initial;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button .added_to_cart {
	padding: 15px 10px;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
}

.wc-block-grid__products .wc-block-grid__product:hover .wp-block-button .wp-block-button__link {
	opacity: 1;
	margin: 0 !important;
}

/* ----- Featured Product ----- */
.wc-block-featured-product {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	min-height: 300px !important;
	padding: 30px 0;
}

.wc-block-featured-product .wc-block-featured-product__title {
	margin: 0 !important;
	padding: 0 20px;
}

.wc-block-featured-product .wc-block-featured-product__description {
	padding: 16px 20px 0;
}

.wc-block-featured-product .wc-block-featured-product__description p {
	font-size: 14px;
	line-height: 22px;
}

.wc-block-featured-product .wc-block-featured-product__price {
	padding: 16px 20px 0;
}

.wc-block-featured-product .wc-block-featured-product__price .price_wrapper {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.wc-block-featured-product .wc-block-featured-product__price .price_wrapper del {
	margin: 0 13px;
	opacity: .6;
}

.wc-block-featured-product .wc-block-featured-product__price .price_wrapper ins {
	margin: 0 13px;
	text-decoration: none;
}

.wc-block-featured-product .wc-block-featured-product__link {
	padding: 27px 20px 0;
	font-size: 0;
	line-height: 1;
}

.wc-block-featured-product .wc-block-featured-product__link .wp-block-button {
	margin: 0;
}

.wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link {
	padding: 15px 20px !important;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 1.6667em;
	min-height: 20px;
	max-width: 100%;
}

.wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font: 400 normal 24px/24px "fontello";
	margin: -4px 12px -2px 0;
}

/* ----- Featured Category ----- */
.wc-block-featured-category {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	min-height: 300px !important;
	padding: 30px 0;
}

.wc-block-featured-category .wc-block-featured-category__title {
	margin: 0 !important;
	padding: 0 20px;
}

.wc-block-featured-category .wc-block-featured-category__description {
	padding: 16px 20px 0;
}

.wc-block-featured-category .wc-block-featured-category__description p {
	font-size: 14px;
	line-height: 22px;
}

.wc-block-featured-category .wc-block-featured-category__price {
	padding: 16px 20px 0;
}

.wc-block-featured-category .wc-block-featured-category__price .price_wrapper {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.wc-block-featured-category .wc-block-featured-category__price .price_wrapper del {
	margin: 0 13px;
	opacity: .6;
}

.wc-block-featured-category .wc-block-featured-category__price .price_wrapper ins {
	margin: 0 13px;
	text-decoration: none;
}

.wc-block-featured-category .wc-block-featured-category__link {
	padding: 27px 20px 0;
	font-size: 0;
	line-height: 1;
}

.wc-block-featured-category .wc-block-featured-category__link .wp-block-button {
	margin: 0;
}

.wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link {
	padding: 15px 20px !important;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 1.6667em;
	min-height: 20px;
	max-width: 100%;
}

.wc-block-featured-category .wc-block-featured-category__link .wp-block-button__link:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	font: 400 normal 24px/24px "fontello";
	margin: -4px 12px -2px 0;
}

/* ---------- Button ---------- */
.wp-block-button:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.is-layout-flex .wp-block-button {
	margin-bottom: 0;
}

.body-container .wp-block-button__link.has-black-color:hover {
	color: #000;
}

.body-container .wp-block-button__link.has-cyan-bluish-gray-color:hover {
	color: #abb8c3;
}

.body-container .wp-block-button__link.has-white-color:hover {
	color: #fff;
}

.body-container .wp-block-button__link.has-pale-pink-color:hover {
	color: #f78da7;
}

.body-container .wp-block-button__link.has-vivid-red-color:hover {
	color: #cf2e2e;
}

.body-container .wp-block-button__link.has-luminous-vivid-orange-color:hover {
	color: #ff6900;
}

.body-container .wp-block-button__link.has-luminous-vivid-amber-color:hover {
	color: #fcb900;
}

.body-container .wp-block-button__link.has-light-green-cyan-color:hover {
	color: #7bdcb5;
}

.body-container .wp-block-button__link.has-vivid-green-cyan-color:hover {
	color: #00d084;
}

.body-container .wp-block-button__link.has-pale-cyan-blue-color:hover {
	color: #8ed1fc;
}

.body-container .wp-block-button__link.has-vivid-cyan-blue-color:hover {
	color: #0693e3;
}

.body-container .wp-block-button__link.has-vivid-purple-color:hover {
	color: #9b51e0;
}

.body-container .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

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

/* ---------- Columns ---------- */
.wp-block-columns {
	margin-bottom: 0;
}

.wp-block-columns:not(:last-child) {
	margin-bottom: 1.3125rem;
}

.content-wrapper-sidebar-position-none .wp-block-columns.alignfull {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}

.content-wrapper-sidebar-position-none .wp-block-columns.alignwide {
	margin: 0;
	width: 100%;
}

/* ---------- Media Text ---------- */
.wp-block-media-text:not(:last-child) {
	margin-bottom: 1.3125rem;
}

/* ---------- Video ---------- */
.wp-block-video {
	font-size: 0;
	line-height: 1;
}

.wp-block-video video {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ---------- Embed ---------- */
.wp-block-embed:not(:first-child) {
	margin-top: 30px;
}

.wp-block-embed:not(:last-child) {
	margin-bottom: 30px;
}

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

.wp-block-embed figcaption {
	text-align: center;
	width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding: 56.25% 0 0;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wp-block-embed .video-embed {
	padding: 0;
	position: static;
}

.wp-block-embed .video-embed iframe {
	position: relative;
}

/* ---------- Cover ---------- */
.content-wrapper .wp-block-cover, .wp-block-cover {
	overflow: hidden;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
}

.content-wrapper .wp-block-cover:not(:last-child), .wp-block-cover:not(:last-child) {
	margin-bottom: 30px;
}

.content-wrapper .wp-block-cover:not(:first-child), .wp-block-cover:not(:first-child) {
	margin-top: 30px;
}

.content-wrapper .wp-block-cover:not(.alignfull), .wp-block-cover:not(.alignfull) {
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.content-wrapper .wp-block-cover strong, .wp-block-cover strong {
	color: inherit;
}

.content-wrapper .wp-block-cover p[style*='font-size'], .wp-block-cover p[style*='font-size'] {
	line-height: 1.875em;
}

.content-wrapper .wp-block-cover p + h1, .content-wrapper .wp-block-cover p + h2, .content-wrapper .wp-block-cover p + h3, .content-wrapper .wp-block-cover p + h4, .content-wrapper .wp-block-cover p + h5, .content-wrapper .wp-block-cover p + h6, .wp-block-cover p + h1, .wp-block-cover p + h2, .wp-block-cover p + h3, .wp-block-cover p + h4, .wp-block-cover p + h5, .wp-block-cover p + h6 {
	margin-top: .4em;
}

.content-wrapper .wp-block-cover a, .wp-block-cover a {
	text-decoration: underline;
	color: inherit;
}

.content-wrapper .wp-block-cover a:hover, .wp-block-cover a:hover {
	text-decoration: none;
	color: inherit;
}

.content-wrapper .wp-block-cover a.wp-block-button__link, .wp-block-cover a.wp-block-button__link {
	text-decoration: none;
}

.content-wrapper .wp-block-cover h3.wp-block-heading, .wp-block-cover h3.wp-block-heading {
	line-height: 1.125em;
}

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

.sidebar, .footer-widgets, .slide-sidebar-content {
	--wp--preset--font-size--medium: 16px;
}

.sidebar .wp-block-cover, .footer-widgets .wp-block-cover, .slide-sidebar-content .wp-block-cover {
	padding: 44px 40px 44px 40px;
	-webkit-border-radius: 25px !important;
	border-radius: 25px !important;
}

.sidebar .wp-block-cover .wp-block-cover__inner-container h1.wp-block-heading:not(:last-child), .sidebar .wp-block-cover .wp-block-cover__inner-container h2.wp-block-heading:not(:last-child), .sidebar .wp-block-cover .wp-block-cover__inner-container h3.wp-block-heading:not(:last-child), .sidebar .wp-block-cover .wp-block-cover__inner-container h4.wp-block-heading:not(:last-child), .sidebar .wp-block-cover .wp-block-cover__inner-container h5.wp-block-heading:not(:last-child), .sidebar .wp-block-cover .wp-block-cover__inner-container h6.wp-block-heading:not(:last-child), .footer-widgets .wp-block-cover .wp-block-cover__inner-container h1.wp-block-heading:not(:last-child), .footer-widgets .wp-block-cover .wp-block-cover__inner-container h2.wp-block-heading:not(:last-child), .footer-widgets .wp-block-cover .wp-block-cover__inner-container h3.wp-block-heading:not(:last-child), .footer-widgets .wp-block-cover .wp-block-cover__inner-container h4.wp-block-heading:not(:last-child), .footer-widgets .wp-block-cover .wp-block-cover__inner-container h5.wp-block-heading:not(:last-child), .footer-widgets .wp-block-cover .wp-block-cover__inner-container h6.wp-block-heading:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-cover__inner-container h1.wp-block-heading:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-cover__inner-container h2.wp-block-heading:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-cover__inner-container h3.wp-block-heading:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-cover__inner-container h4.wp-block-heading:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-cover__inner-container h5.wp-block-heading:not(:last-child), .slide-sidebar-content .wp-block-cover .wp-block-cover__inner-container h6.wp-block-heading:not(:last-child) {
	margin-bottom: .48em;
}

.sidebar .wp-block-cover .wp-block-buttons:not(:first-child), .footer-widgets .wp-block-cover .wp-block-buttons:not(:first-child), .slide-sidebar-content .wp-block-cover .wp-block-buttons:not(:first-child) {
	margin-top: 42px;
}

.sidebar .wp-block-button.has-custom-width:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link, .footer-widgets .wp-block-button.has-custom-width:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link, .slide-sidebar-content .wp-block-button.has-custom-width:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link {
	min-width: auto;
}

.sidebar .wp-block-button .wp-block-button__link, .footer-widgets .wp-block-button .wp-block-button__link, .slide-sidebar-content .wp-block-button .wp-block-button__link {
	--button-border-radius: 9999px;
	display: inline-block;
	padding: 14px 22px 14px 22px;
	line-height: 1.6875em;
	-webkit-border-radius: var(--button-border-radius);
	border-radius: var(--button-border-radius);
	position: relative;
	z-index: 1;
	min-width: 70px;
	outline: none;
	pointer-events: auto;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link {
	--button-border-width: 2px;
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	background: none;
	border-width: var(--button-border-width);
	border-style: solid;
	border-color: transparent;
	background-origin: border-box !important;
	min-width: 198px;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:hover, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:hover, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:hover {
	-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:after, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:after, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: var(--button-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background), .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background), .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) {
	background: none;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background):hover .button-inner:before, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background):hover .button-inner:before, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background):hover .button-inner:before {
	opacity: 0;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background):hover .button-inner:after, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background):hover .button-inner:after, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background):hover .button-inner:after {
	opacity: 1;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner {
	position: absolute;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: inherit;
	background: none;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:before, .sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:after, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:before, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:after, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:before, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	padding: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:before, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:before, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:before {
	opacity: 1;
}

.sidebar .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:after, .footer-widgets .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:after, .slide-sidebar-content .wp-block-button:not(.is-style-outline):not(.is-style-fill) .wp-block-button__link:not(.has-background) .button-inner:after {
	opacity: 0;
}

/* ---------- Group ---------- */
.wp-block-group.has-background {
	padding: 20px;
}

.wp-block-group.has-background p:last-child {
	margin: 0;
}

.wp-block-group:not(:last-child) {
	margin-bottom: 1.3125rem;
}

/* ---------- Button ---------- */
.wp-block-button:not(.has-custom-font-size) {
	font-size: 12px;
}

.wp-block-button .wp-block-button__link {
	padding: 18px 20px;
	line-height: 1.6667em;
}

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

/* ---------- File ---------- */
.body-container .wp-block-file {
	font-size: .875em;
	line-height: 1.92857em;
}

.body-container .wp-block-file a.wp-block-file__button {
	--button-border-radius: 9999px;
	--button-border-width: 1px;
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	padding: 10px 35px 11px 43px;
	-webkit-border-radius: var(--button-border-radius);
	border-radius: var(--button-border-radius);
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border-width: var(--button-border-width);
	border-style: solid;
	opacity: 1;
	z-index: 1;
}

.body-container .wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	padding: 10px 43px 11px 35px;
}

.body-container .wp-block-file a.wp-block-file__button:hover span[class^="icon"].right {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.body-container .wp-block-file a.wp-block-file__button:hover span[class^="icon"].left {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-1em);
	-ms-transform: translateY(-50%) translateX(-1em);
	transform: translateY(-50%) translateX(-1em);
}

.body-container .wp-block-file a.wp-block-file__button span[class^="icon"] {
	font: 400 normal .642857em "fontello";
	position: absolute;
	left: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

.body-container .wp-block-file a.wp-block-file__button span[class^="icon"].right {
	opacity: 0;
	right: 24px;
	left: initial;
	-webkit-transform: translateY(-50%) translateX(1em);
	-ms-transform: translateY(-50%) translateX(1em);
	transform: translateY(-50%) translateX(1em);
}

/* ---------- Socials Links ---------- */
body .content-wrapper .wp-block-social-links, ul.wp-block-social-links {
	margin: 0 -10px;
	column-gap: 0;
}

body .content-wrapper .wp-block-social-links:not(:last-child), ul.wp-block-social-links:not(:last-child) {
	margin-bottom: 2rem;
}

body .content-wrapper .wp-block-social-links .wp-social-link, ul.wp-block-social-links .wp-social-link {
	margin: 0 10px !important;
	padding: 0;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

body .content-wrapper .wp-block-social-links .wp-social-link:before, ul.wp-block-social-links .wp-social-link:before {
	content: none;
	display: none;
}

body .content-wrapper .wp-block-social-links .wp-social-link:hover, ul.wp-block-social-links .wp-social-link:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

body .content-wrapper .wp-block-social-links .wp-social-link a, ul.wp-block-social-links .wp-social-link a {
	-webkit-transition: color .3s;
	transition: color .3s;
}

body .content-wrapper .wp-block-social-links .wp-social-link svg, ul.wp-block-social-links .wp-social-link svg {
	-webkit-transition: color .3s;
	transition: color .3s;
}

body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link, ul.wp-block-social-links.is-style-default .wp-social-link {
	width: 30px;
	height: 30px;
}

body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link a, ul.wp-block-social-links.is-style-default .wp-social-link a {
	padding: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

body .content-wrapper .wp-block-social-links.is-style-default .wp-social-link a svg, ul.wp-block-social-links.is-style-default .wp-social-link a svg {
	width: 18px;
	height: 18px;
}

body .content-wrapper .wp-block-social-links.is-style-logos-only, ul.wp-block-social-links.is-style-logos-only {
	font-size: 18px;
	margin: 0 -20px !important;
}

body .content-wrapper .wp-block-social-links.is-style-logos-only:not(:last-child), ul.wp-block-social-links.is-style-logos-only:not(:last-child) {
	margin-bottom: 2rem !important;
}

body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link, ul.wp-block-social-links.is-style-logos-only .wp-social-link {
	margin: 0 20px !important;
	padding: 0;
}

body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link a, ul.wp-block-social-links.is-style-logos-only .wp-social-link a {
	padding: 0;
}

body .content-wrapper .wp-block-social-links.is-style-logos-only .wp-social-link a svg, ul.wp-block-social-links.is-style-logos-only .wp-social-link a svg {
	width: 1em;
	height: 1em;
}

.wp-block-spacer + h1, .wp-block-spacer + h2, .wp-block-spacer + h3, .wp-block-spacer + h4, .wp-block-spacer + h5, .wp-block-spacer + h6, .wp-block-spacer + p {
	margin-top: 0;
}

.wp-block-navigation .wp-block-page-list li {
	margin: 0;
}

.wp-block-navigation .wp-block-page-list li.has-child {
	margin: 0;
}

.wp-block-navigation .wp-block-page-list li:not(:first-child) {
	margin: 0;
}

.wp-block-navigation .wp-block-page-list li:hover {
	padding: 0;
}

.wp-block-navigation .wp-block-page-list li:before {
	display: none;
}

.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	padding: 0;
	line-height: 0;
	color: currentColor;
	min-width: initial;
}

.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon:hover {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wp-block-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon:after {
	display: none;
}

.wp-block-navigation .wp-block-navigation__submenu-container {
	margin: 0;
	padding: 0;
}

.wp-block-query .wp-block-post {
	padding: 0;
}

.wp-block-query .wp-block-post:before {
	display: none;
}

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

@media only screen and (max-width: 600px) {
	/* ---------- Columns ---------- */
	.wp-block-columns .wp-block-column + .wp-block-column {
		margin: 20px 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.content-wrapper-sidebar-position-none .alignwide {
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
	}
	
	.content-wrapper-sidebar-position-none .alignwide.woocommerce {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}
	
	/* ---------- Media Text ---------- */
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 50px;
	}
	
	/* ---------- Group ---------- */
	.wp-block-group.has-background {
		padding: 40px 50px;
	}
	
	/* ----------- Dropcaps ----------- */
	p.has-background {
		padding: 40px 50px;
	}
	
	/* ---------- Pull Quote ---------- */
	.content-wrapper .wp-block-pullquote {
		padding: 2.625em 2.4em 2.16em 2em;
		font-size: 1.5625em;
		line-height: 1.4em;
	}
	
	/* ---------- Gallery -----------*/
	.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
		width: calc(100% - 30px);
	}
	
	.wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item {
		width: calc(50% - 30px);
	}
	
	.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc(33.3333% - 30px);
	}
	
	.wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-1 .blocks-gallery-item {
		width: calc(100% - 30px);
	}
	
	.wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-2 .blocks-gallery-item {
		width: calc(50% - 30px);
	}
	
	.wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-image, .wp-block-gallery .blocks-gallery-grid.columns-3 .blocks-gallery-item {
		width: calc(33.3333% - 30px);
	}
	
	/* ---------- Columns ---------- */
	.content-wrapper-sidebar-position-none .wp-block-columns.alignfull {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1200px) {
	/* ---------- Columns ---------- */
	.content-wrapper-sidebar-position-none .wp-block-columns.alignwide {
		margin: 0 -20px;
		width: calc(100% + 40px);
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.sidebar .wp-block-cover, .footer-widgets .wp-block-cover, .slide-sidebar-content .wp-block-cover {
		padding: 24px 20px 24px 20px;
	}
	
	.sidebar ol.has-background, .sidebar ul.has-background {
		padding: 1.2em;
	}
}

.elementor-element-overlay ul > li:before {
	left: initial;
	right: initial;
}

.elementor_library-template-default .header, .elementor_library-template-default .page-title-container, .elementor_library-template-default .footer, .elementor_library-template-default .post-meta-header, .elementor_library-template-default .post-title, .elementor_library-template-default .post-meta-footer, .elementor_library-template-default .top-bar, .elementor_library-template-default .mobile-header-menu-container, .elementor_library-template-default .mobile-header, .elementor_library-template-default .sidebar {
	display: none !important;
}

.elementor-editor-active .header.sticky-header, .elementor-editor-active .mobile-header.sticky-header {
	display: none;
	opacity: 0;
}

.elementor-editor-active .content-wrapper:hover {
	z-index: 4;
	position: relative;
}

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

.elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 5px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 10px;
}

.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 15px;
}

.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 20px;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 30px;
}

.elementor-widget-wrap .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.elementor-widget-container .neuros_archive_listing_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.elementor-section.elementor-section-fit-height {
	height: 100%;
}

.elementor-section.elementor-section-fit-height .elementor-container {
	height: 100%;
}

.elementor-element.hidden {
	display: none;
}

.elementor-element.active {
	display: block;
}

.elementor-section + .elementor-section {
	margin-top: 80px;
}

.elementor-section-stretched > .elementor-container {
	padding: 0 20px;
}

.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
	padding: 0;
}

.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
	padding: 0 20px;
}

.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
	padding: 0;
}

.elementor-section-stretched.elementor-section-container-padding-remove > .elementor-container {
	padding: 0;
}

.elementor-section-stretched.elementor-section-container-padding-remove > .elementor-container .elementor-section > .elementor-container {
	padding: 0;
}

.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-inner-section.elementor-section-container-padding-remove > .elementor-container {
	padding: 0;
}

.elementor-column-gap-default > .elementor-row {
	margin: -10px;
	width: calc(100% + 20px);
}

.elementor-column-gap-narrow > .elementor-row {
	margin: -5px;
	width: calc(100% + 10px);
}

.elementor-column-gap-extended > .elementor-row {
	margin: -15px;
	width: calc(100% + 30px);
}

.elementor-column-gap-wide > .elementor-row {
	margin: -20px;
	width: calc(100% + 40px);
}

.elementor-column-gap-wider > .elementor-row {
	margin: -30px;
	width: calc(100% + 60px);
}

.elementor-section-content-top > .elementor-container > .elementor-row {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.elementor-section-content-bottom > .elementor-container > .elementor-row {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	align-content: flex-end;
}

.elementor-section-content-middle > .elementor-container > .elementor-row {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
}

.elementor-section-content-space-between > .elementor-container > .elementor-row {
	align-content: space-between;
}

.elementor-section-content-space-around > .elementor-container > .elementor-row {
	align-content: space-around;
}

.elementor-section-content-space-evenly > .elementor-container > .elementor-row {
	align-content: space-evenly;
}

.elementor-section .flowmap-deformation-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.elementor-section .flowmap-deformation-wrapper.active canvas {
	opacity: 1;
}

.elementor-section .flowmap-deformation-wrapper canvas {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .3s .3s;
	transition: opacity .3s .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

@media (min-width: 768px) {
	.elementor-section + .elementor-section {
		margin-top: 120px;
	}
	
	.elementor-section-stretched > .elementor-container {
		padding: 0 30px;
	}
	
	.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
	
	.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
		padding: 0 30px;
	}
	
	.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.elementor-section-full_width > .elementor-container {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.elementor-section-stretched > .elementor-container {
		padding: 0 40px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.elementor-section-stretched > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
	
	.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		padding: 0 40px;
	}
	
	.elementor-section-stretched > .elementor-container.elementor-column-gap-no .elementor-section > .elementor-container.elementor-column-gap-no {
		padding: 0;
	}
}

@media (min-width: 1280px) {
	.elementor-section + .elementor-section {
		margin-top: 150px;
	}
}

.elementor-widget-divider .elementor-widget-container {
	overflow: hidden;
}

/* ---------- Dropcaps ---------- */
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: .36em;
	margin-bottom: .1em;
	font-size: 1.5em;
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1.6667em !important;
	height: 1.6667em !important;
	line-height: 1.6667em;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
}

/* ---------- Lightbox ---------- */
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.elementor-lightbox .elementor-lightbox-image {
	-webkit-align-self: unset;
	-moz-align-self: unset;
	-ms-align-self: unset;
	align-self: unset;
}

.elementor-slideshow__header {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---------- Elementor Animation ---------- */
@keyframes neurosClipDown {
	from {
		clip-path: inset(0 0 100% 0);
		-webkit-clip-path: inset(0 0 100% 0);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

.neuros_clip_down {
	animation-name: neurosClipDown;
	animation-timing-function: ease-out;
}

@keyframes neurosClipUp {
	from {
		clip-path: inset(100% 0 0 0);
		-webkit-clip-path: inset(100% 0 0 0);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

.neuros_clip_up {
	animation-name: neurosClipUp;
	animation-timing-function: ease-out;
}

@keyframes neurosClipRight {
	from {
		clip-path: inset(0 100% 0 0);
		-webkit-clip-path: inset(0 100% 0 0);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

.neuros_clip_right {
	animation-name: neurosClipRight;
	animation-timing-function: ease-out;
}

@keyframes neurosClipLeft {
	from {
		clip-path: inset(0 0 0 100%);
		-webkit-clip-path: inset(0 0 0 100%);
	}
	
	to {
		clip-path: inset(0 0 0 0);
		-webkit-clip-path: inset(0 0 0 0);
	}
}

.neuros_clip_left {
	animation-name: neurosClipLeft;
	animation-timing-function: ease-out;
}

/*********** Content Layout ***********/
.body-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.body-overlay.active {
	opacity: .6;
	pointer-events: auto;
}

.content-wrapper {
	margin-top: 90px;
	margin-bottom: 90px;
	max-width: 1200px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-wrapper.content-wrapper-remove-top-margin {
	margin-top: 0 !important;
}

.content-wrapper.content-wrapper-remove-bottom-margin {
	margin-bottom: 0 !important;
}

.content-wrapper .content {
	width: calc(100% - 40px);
	margin: 0 20px;
	position: relative;
	z-index: 1;
}

.content-wrapper .content-inner:after {
	content: "";
	display: table;
	clear: both;
}

.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.masonry-listing {
	font-size: 0;
	line-height: 1;
}

.archive-listing {
	-webkit-transition: height .5s;
	transition: height .5s;
}

.archive-listing .archive-listing-wrapper > div {
	-webkit-transition: transform .3s, opacity .5s;
	transition: transform .3s, opacity .5s;
}

.archive-listing.loading {
	overflow: hidden;
}

.archive-listing.loading .archive-listing-wrapper > div {
	-webkit-transform: scale(.95, .95);
	-ms-transform: scale(.95, .95);
	transform: scale(.95, .95);
	opacity: .1;
}

.grid-listing {
	font-size: 0;
	line-height: 1;
}

.grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (min-width: 576px) {
	.grid-listing.columns-2 .grid-item, .grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.grid-listing.columns-3 .grid-item, .grid-listing.columns-4 .grid-item, .grid-listing.columns-5 .grid-item, .grid-listing.columns-6 .grid-item {
		width: 50%;
	}
	
	.content-wrapper {
		margin-top: 120px;
		margin-bottom: 110px;
	}
	
	.content-wrapper .content {
		width: calc(100% - 60px);
		margin: 0 30px;
		position: relative;
	}
}

@media only screen and (min-width: 992px) {
	.content-wrapper-sidebar-position-none .grid-listing.columns-3 .grid-item {
		width: 33.3333%;
	}
	
	.content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item {
		width: 25%;
	}
	
	.content-wrapper-sidebar-position-left .grid-listing.columns-3 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-3 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
		width: 33.3333%;
	}
	
	.content-wrapper {
		max-width: 1250px;
		padding: 0 20px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin: 150px auto;
	}
	
	.content-wrapper .sidebar {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	
	.content-wrapper .content {
		margin: 0 20px;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-left .sidebar {
		order: 1;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-left .content {
		order: 2;
		max-width: 995px;
		width: calc(75% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-right .sidebar {
		order: 2;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-right .content {
		order: 1;
		max-width: 995px;
		width: calc(75% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-none .content {
		width: calc(100% - 40px);
	}
}

@media only screen and (min-width: 1200px) {
	.content-wrapper-sidebar-position-none .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-4 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-4 .grid-item {
		width: 25%;
	}
	
	.content-wrapper-sidebar-position-none .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-5 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-5 .grid-item {
		width: 20%;
	}
	
	.content-wrapper-sidebar-position-none .grid-listing.columns-6 .grid-item, .content-wrapper-sidebar-position-left .grid-listing.columns-6 .grid-item, .content-wrapper-sidebar-position-right .grid-listing.columns-6 .grid-item {
		width: 16.6667%;
	}
	
	.content-wrapper {
		max-width: 1420px;
		padding: 0 20px;
	}
	
	.content-wrapper .content {
		margin: 0 20px;
	}
	
	.content-wrapper.content-wrapper-sidebar-position-left .content {
		width: calc(75% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-right .content {
		width: calc(75% - 40px);
	}
	
	.content-wrapper.content-wrapper-sidebar-position-none .content {
		width: calc(100% - 40px);
	}
}

.sidebar {
	margin: 0 20px;
	max-width: 305px;
	width: calc(25% - 40px);
	z-index: 1;
}

@media only screen and (max-width: 991px) {
	.sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -320px;
		left: auto;
		-webkit-transition: right .3s, left .3s, opacity .3s;
		transition: right .3s, left .3s, opacity .3s;
		overflow-y: scroll;
		z-index: 999999;
		padding: 86px 20px 32px;
		width: 280px;
		max-width: none;
		margin: 0 !important;
		-webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
		-moz-box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
		box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
		background-color: #fff;
		opacity: 0;
	}
	
	.sidebar.active {
		right: 0;
		left: auto;
		opacity: 1;
	}
	
	.sidebar .shop-hidden-sidebar-close {
		position: absolute;
		right: 15px;
		left: initial;
		top: 30px;
		display: block;
		width: 16px;
		height: 16px;
		font: 400 normal 16px/16px "fontello";
		cursor: pointer;
		text-align: center;
		-webkit-transition: color .3s;
		transition: color .3s;
	}
	
	.sidebar .shop-hidden-sidebar-close:before {
		content: "";
	}
	
	.simple-sidebar-trigger {
		position: fixed;
		right: 0;
		left: auto;
		top: 50%;
		width: 40px;
		height: 60px;
		margin: -30px 0 0;
		cursor: pointer;
		-webkit-transition: all .3s;
		transition: all .3s;
		font: 400 normal 18px/1 "fontello";
		z-index: 9;
		opacity: 1;
		border: solid 1px;
		border-right: none;
	}
	
	.simple-sidebar-trigger:before {
		content: "";
		position: absolute;
		display: block;
		width: 18px;
		height: 18px;
		top: 50%;
		left: 50%;
		right: auto;
		margin: -9px 0 0 -9px;
	}
}

@media only screen and (min-width: 1200px) {
	.sidebar {
		margin: 0 20px;
		width: calc(25% - 40px);
	}
}

/*********** Classic Blog Archive ***********/
.archive-listing-wrapper.classic-listing .standard-blog-item-wrapper:not(:first-child) {
	margin-top: 30px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item {
	position: relative;
	padding: 30px 0 27px;
	overflow: hidden;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item:before, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper {
	margin: -30px 0 0;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper:last-child, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper:last-child {
	margin-bottom: -27px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child {
	margin: 0 20px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child .post-meta-items-wrapper, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child .post-meta-items-wrapper {
	padding: 0;
	margin: 0;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child .post-meta-items, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child .post-meta-items {
	padding: 0;
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-labels, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-labels {
	margin: 0 20px;
	position: relative;
	z-index: 4;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-labels:not(:first-child), .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-labels:not(:first-child) {
	margin-top: 22px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-categories .post-category-item, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-categories .post-category-item {
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 3px 3px 0;
	background: none;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-categories .post-category-item:not(:first-child):before, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-categories .post-category-item:not(:first-child):before {
	display: none;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title {
	position: relative;
	margin: 0 20px;
	letter-spacing: -.03em;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title a, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title a {
	display: inline;
	background: no-repeat 0 100%;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0 2px;
	-webkit-transition: all .3s, background-size .5s;
	transition: all .3s, background-size .5s;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title a:hover, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title a:hover {
	background-size: 100% 2px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title:not(:first-child), .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title:not(:first-child) {
	margin-top: 16px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-content, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-content {
	position: relative;
	margin: 0 20px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-content:not(:first-child), .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-content:not(:first-child) {
	margin-top: 17px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags {
	position: relative;
	margin: 0 20px;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags:before, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags:before {
	content: "# ";
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags a, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags a {
	display: inline-block;
}

.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags:not(:first-child), .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
	margin-top: 13px;
}

.sticky .post-meta-items-wrapper, .status-sticky .post-meta-items-wrapper {
	padding-left: 30px !important;
}

.sticky .post-meta-items-wrapper:before, .status-sticky .post-meta-items-wrapper:before {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 25px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	left: 0;
	right: initial;
	top: 0;
	font: 700 normal 14px/27px "Font Awesome 5 Free";
	text-align: center;
	padding: 0 0 0 1px;
}

.post-more-button {
	margin: 0 20px;
}

.post-more-button:not(:first-child) {
	margin-top: 15px;
}

.post-more-button a {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	letter-spacing: -.02em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.post-more-button a span {
	line-height: 1.7143em;
	font-size: .875em;
	display: inline-block;
	vertical-align: top;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: var(--background-size, 100%) 1px;
	transition: background-size .2s linear var(--background-delay, .15s);
	transform: translateZ(0);
}

.post-more-button a svg {
	vertical-align: top;
	display: inline;
	line-height: 1;
	width: 20px;
	height: 30px;
	position: relative;
	left: -4px;
	right: initial;
	top: -3px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1px;
	stroke-dasharray: 7.95 30;
	stroke-dashoffset: var(--stroke-dashoffset, 46);
	transition: stroke-dashoffset var(--stroke-duration, .15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
	margin: 0 0 -10px;
}

.post-more-button a:hover {
	--background-size: 0%;
	--background-delay: 0s;
	--stroke-dashoffset: 26;
	--stroke-duration: .3s;
	--stroke-easing: cubic-bezier(.3, 1.5, .5, 1);
	--stroke-delay: .195s;
}

@media screen and (min-width: 768px) {
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item {
		padding: 46px 0 45px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper {
		margin: -46px 0 0;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper:last-child, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-media-wrapper:last-child {
		margin-bottom: -45px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child {
		margin: 0 40px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:not(:first-child), .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:not(:first-child) {
		margin-bottom: 50px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-labels, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-labels {
		margin: 0 40px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title {
		margin: 0 40px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title:not(:first-child), .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title:not(:first-child) {
		margin-top: 28px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-content, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-content {
		margin: 0 40px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags {
		margin: 0 40px;
	}
	
	.standard-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags:not(:first-child), .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags:not(:first-child) {
		margin-top: 15px;
	}
	
	.post-more-button {
		margin: 0 40px;
	}
	
	.post-more-button:not(:first-child) {
		margin-top: 20px;
	}
}

/*********** Grid Blog Archive ***********/
.archive-listing-wrapper.grid-listing {
	margin: -15px -20px;
}

.archive-listing-wrapper.grid-listing .grid-item {
	padding: 15px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-header:first-child {
		margin-left: 40px;
		margin-right: 35px;
	}
	
	.grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-title, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-content, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-labels, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-meta-item-tags, .grid-blog-item-wrapper:not(.neuros-format-quote) .blog-item .post-more-button {
		margin-left: 40px;
		margin-right: 35px;
	}
}

/*********** List Blog Archive ***********/
.archive-listing-wrapper.list-listing .list-item-wrapper {
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.archive-listing-wrapper.list-listing .list-item-wrapper:not(:first-child) {
	margin-top: 40px;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .blog-item {
	padding: 0 0 30px;
	border-bottom: 1px solid;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .blog-item:before {
	display: none;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .blog-item .post-title, .archive-listing-wrapper.list-listing .list-item-wrapper .blog-item .post-content {
	margin: 0;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .blog-item .post-title:not(:last-child), .archive-listing-wrapper.list-listing .list-item-wrapper .blog-item .post-content:not(:last-child) {
	margin-bottom: 10px;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .blog-item .post-labels {
	margin: 0;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .post-meta-item-date {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .post-meta-item-date:not(:last-child) {
	margin-bottom: 20px;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .post-meta-item-date span {
	display: block;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .post-meta-item-day {
	font-size: 60px;
	line-height: 1em;
	font-weight: 600;
	letter-spacing: -.03em;
	margin-bottom: 5px;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .post-meta-item-month-year {
	font-size: 14px;
	line-height: 26px;
}

.archive-listing-wrapper.list-listing .list-item-wrapper .post-meta-item-author {
	font-size: 14px;
}

@media only screen and (min-width: 992px) {
	.archive-listing-wrapper.list-listing .list-item-wrapper .blog-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.archive-listing-wrapper.list-listing .list-item-wrapper .post-list-content-column {
		width: 69%;
	}
	
	.archive-listing-wrapper.list-listing .list-item-wrapper .post-list-content-column:not(:first-child) {
		margin-left: 30px;
	}
	
	.archive-listing-wrapper.list-listing .list-item-wrapper .post-list-content-column:only-child {
		width: 100%;
	}
	
	.archive-listing-wrapper.list-listing .list-item-wrapper .post-list-content-footer {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.archive-listing-wrapper.list-listing .list-item-wrapper .post-list-content-footer .post-labels:not(:last-child) {
		margin-right: 20px;
	}
	
	.archive-listing-wrapper.list-listing .list-item-wrapper .post-meta-item-date:not(:last-child) {
		margin-bottom: 0;
	}
}

/*********** Blog Single Layout ***********/
.single-post .post-quote:not(:last-child) {
	margin-bottom: 25px;
}

.single-post .post-media-wrapper {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.single-post .post-labels {
	margin: 0;
	position: relative;
	z-index: 4;
}

.single-post .post-labels:not(:first-child) {
	margin: -15px 20px 0;
}

.post-meta-items-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 1.428571em;
	margin-right: -1.2142857em;
	overflow: hidden;
}

.post-meta-items-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 1px;
	right: 0;
	min-height: 40px;
	width: 1.428571em;
	aspect-ratio: 1/2;
	border-bottom-left-radius: 20px;
}

.post-meta-items {
	padding: 10px 24px 3px;
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
}

.post-meta-header {
	position: relative;
	font-size: 14px;
	line-height: 1;
	z-index: 1;
}

.post-meta-header:not(:first-child) {
	margin: calc(-1 * ( 2.1428em + 12px )) 2px 0;
}

.post-meta-header:first-child .post-meta-items-wrapper, .post-meta-header:first-child .post-categories {
	vertical-align: middle;
}

.post-meta-header:first-child .post-meta-items-wrapper:after, .post-meta-header:first-child .post-categories:after {
	display: none;
}

.post-meta-header:first-child .post-meta-items {
	padding: 0 24px 0 0;
}

.post-meta-header .post-meta-item {
	display: inline-block;
	vertical-align: top;
	line-height: 2.1428em;
	font-weight: 500;
}

.post-meta-header .post-meta-item:not(:last-child):after {
	content: "/";
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.single-post > .post-title {
	margin: 0;
	letter-spacing: -.03em;
}

.single-post > .post-title:not(:first-child) {
	margin: 16px 0 0;
}

.single-post .post-content:after {
	content: "";
	display: table;
	clear: both;
}

.single-post .post-content:not(:first-child) {
	margin: 30px 0 0;
}

.single-post .post-meta-footer {
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	position: relative;
	margin: 0 -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.single-post .post-meta-footer:not(:first-child) {
	margin: 39px -15px 0;
	padding: 17px 0 0;
	position: relative;
}

.single-post .post-meta-footer:not(:first-child):before {
	content: "";
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	top: 0;
	height: 1px;
}

.single-post .post-meta-footer .post-meta-item {
	margin: 0 15px;
	font-weight: 500;
}

.single-post .post-meta-footer .post-meta-item:not(:last-child) {
	margin-bottom: 20px;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
	text-align: center;
	margin: -10px 10px 0;
	font-size: 0;
	line-height: 1;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
	margin-bottom: 20px;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-tags a {
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
	position: relative;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	font-size: 14px;
	line-height: 20px;
	padding: 7.5px 13px;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-tags a:before, .single-post .post-meta-footer .post-meta-item.post-meta-item-tags a:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-tags a:after {
	margin-right: 0;
	margin-left: 3px;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
	text-align: center;
}

.single-post .post-meta-footer .post-meta-item.post-meta-item-author {
	line-height: 2.1875em;
	font-weight: 600;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.post-password-form {
	margin: 2rem 0;
	position: relative;
	z-index: 2;
}

.post-password-form label {
	display: block;
	font-size: 0;
	line-height: 1;
	width: 100%;
}

.post-password-form input[type="submit"], .post-password-form button {
	width: 100%;
	margin: 10px 0 0;
}

@media screen and (min-width: 576px) {
	.post-password-form p {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		position: relative;
	}
	
	.post-password-form label {
		width: 50%;
	}
	
	.post-password-form input[type="submit"], .post-password-form button {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		margin: 0 0 0 20px;
		width: auto;
	}
	
	.post-password-form button {
		min-width: 120px !important;
	}
}

@media screen and (min-width: 768px) {
	.single-post .post-labels:not(:first-child) {
		margin-top: -15px 30px 0;
	}
	
	.single-post .post-meta-footer {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.single-post .post-meta-footer .post-meta-item:not(:last-child) {
		margin-bottom: 0;
	}
	
	.single-post .post-meta-footer .post-meta-item.post-meta-item-socials {
		text-align: right;
	}
	
	.single-post .post-meta-footer .post-meta-item.post-meta-item-tags {
		text-align: left;
	}
	
	.single-post .post-meta-footer .post-meta-item.post-meta-item-tags:not(:last-child) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 992px) {
	.single-post > .post-title:not(:first-child) {
		margin: 50px 0 0;
	}
	
	.single-post .post-content:not(:first-child) {
		margin: 66px 0 0;
	}
	
	.single-post .post-meta-footer:not(:first-child) {
		margin-top: 73px;
	}
}

/********** 404 Page **********/
.error-404-wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%;
	text-align: center;
	padding: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.error-404-wrapper .error-404-container {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.error-404-wrapper .error-404-content, .error-404-wrapper .error-404-text-column {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.error-404-wrapper .error-404-content {
	margin-top: 40px;
}

.error-404-wrapper .error-404-text-column {
	text-align: center;
}

.error-404-wrapper .error-404-text-column .error-404-text {
	vertical-align: middle;
}

.error-404-wrapper .error-404-inner {
	padding: 40px 0;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.error-404-wrapper .error-404-inner .error-404-text {
	font-size: 100px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.05em;
	color: transparent;
}

.error-404-wrapper .error-404-inner .error-404-title {
	font-size: 30px;
	letter-spacing: -.03em;
	margin-top: 19px;
	margin-bottom: 17px;
}

.error-404-wrapper .error-404-inner .error-404-button {
	position: relative;
	z-index: 2;
	font-size: 0;
	line-height: 1;
}

.error-404-wrapper .error-404-inner .error-404-button:not(:first-child) {
	margin: 34px 0 0;
}

.error-404-wrapper .error-404-inner .error-404-button .neuros-button:hover:before {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-1em);
	-ms-transform: translateY(-50%) translateX(-1em);
	transform: translateY(-50%) translateX(-1em);
}

.error-404-wrapper .error-404-inner .error-404-button .neuros-button:hover:after {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.error-404-wrapper .error-404-inner .error-404-button .neuros-button:before, .error-404-wrapper .error-404-inner .error-404-button .neuros-button:after {
	content: "";
	font: 400 normal .642857em "fontello";
	display: block;
	position: absolute;
	left: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

.error-404-wrapper .error-404-inner .error-404-button .neuros-button:after {
	opacity: 0;
	right: 24px;
	left: initial;
	bottom: initial;
	z-index: initial;
	padding: 0;
	background: none;
	-webkit-mask: none, none;
	mask: none, none;
	-webkit-transform: translateY(-50%) translateX(1em);
	-ms-transform: translateY(-50%) translateX(1em);
	transform: translateY(-50%) translateX(1em);
}

.error-404-wrapper .error-404-inner .error-404-info-text:not(:first-child) {
	margin: 17px 0 0;
}

.error-404-wrapper .error-404-inner .wrapper-socials {
	font-size: 15px;
}

.error-404-wrapper .error-404-inner .wrapper-socials:not(:first-child) {
	margin-top: 30px;
}

@media only screen and (min-width: 576px) {
	.error-404-container .error-404-inner {
		flex-wrap: nowrap;
	}
	
	.error-404-container .error-404-inner .error-404-text {
		font-size: 100px;
		writing-mode: vertical-lr;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.error-404-container .error-404-text-column {
		width: 41.6666%;
		padding-right: 20px;
		padding-left: 2%;
		text-align: left;
	}
	
	.error-404-container .error-404-content {
		width: 50%;
		padding-left: 20px;
		margin-top: 0;
		text-align: left;
	}
}

@media only screen and (min-width: 768px) {
	.error-404-wrapper {
		padding: 40px 45px 50px;
	}
	
	.error-404-wrapper .error-404-inner .error-404-title {
		font-size: 40px;
	}
	
	.error-404-wrapper .error-404-inner .error-404-text {
		font-size: 200px;
	}
	
	.error-404-wrapper .error-404-inner .wrapper-socials:not(:first-child) {
		margin-top: 53px;
	}
}

@media only screen and (min-width: 1280px) {
	.error-404-wrapper {
		padding: 40px 45px 50px;
	}
	
	.error-404-wrapper .error-404-inner .error-404-title {
		font-size: 80px;
	}
	
	.error-404-wrapper .error-404-inner .error-404-text {
		font-size: 300px;
	}
	
	.error-404-wrapper .error-404-inner .error-404-info-text {
		padding-right: 10%;
	}
}

/********** Search Result Page **********/
.search-form {
	position: relative;
	padding: 4px;
}

.search-form .search-form-field {
	background: none;
	outline: none;
	padding: 0 55px 12px 0;
	height: 40px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-form .search-form-field::-webkit-input-placeholder {
	opacity: 1;
}

.search-form .search-form-field:-moz-placeholder {
	opacity: 1;
}

.search-form .search-form-field::-moz-placeholder {
	opacity: 1;
}

.search-form .search-form-field:-ms-input-placeholder {
	opacity: 1;
}

.search-form .search-form-icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 8px;
	top: 8px;
	bottom: 8px;
	z-index: 2;
	text-align: center;
	font: 400 normal 19px/20px "fontello";
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.search-form .search-form-icon:before {
	content: "";
}

.neuros-no-results-title {
	text-align: center;
}

.neuros-no-result-search-form {
	max-width: 800px;
	margin: 0 auto;
}

.neuros-no-result-search-form .search-form-icon {
	bottom: 1em;
	top: initial;
	right: 4px;
}

/********** Projects Archive **********/
.audio-button-border-style-gradient .project-audio-wrapper .neuros-button {
	border-color: transparent;
}

.audio-button-border-style-gradient .project-audio-wrapper .neuros-button .button-inner {
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
}

.audio-button-border-style-solid .project-audio-wrapper .neuros-button:after, .audio-button-border-style-solid .project-audio-wrapper .neuros-button:hover:after {
	background: none;
}

.audio-button-border-style-solid .project-audio-wrapper .neuros-button .button-inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.audio-button-background-style-gradient .project-audio-wrapper .neuros-button, .audio-button-background-style-gradient .project-audio-wrapper .neuros-button:hover {
	background-color: transparent;
}

.audio-button-background-style-solid .project-audio-wrapper .neuros-button .button-inner {
	display: none;
}

.neuros-projects-listing-widget .slider-navigation-wrapper {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.neuros-projects-listing-widget .slider-navigation-wrapper:not(:last-child) {
	margin-bottom: 45px;
}

.neuros-projects-listing-widget .slider-navigation-wrapper .neuros-button {
	border-color: currentColor;
}

.neuros-projects-listing-widget .slider-navigation-wrapper .neuros-button:after {
	display: none;
}

.neuros-projects-listing-widget .owl-stage-outer {
	overflow: visible;
}

.neuros-projects-listing-widget .owl-nav {
	line-height: 0;
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
	padding: 0 5px;
	border: 1px solid;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
}

.neuros-projects-listing-widget .owl-nav:not(:last-child) {
	margin-right: 18px;
}

.neuros-projects-listing-widget .owl-nav.disabled {
	display: none;
}

.neuros-projects-listing-widget .owl-nav [class*="owl-"] {
	width: 42px;
	height: 48px;
	line-height: 48px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.neuros-projects-listing-widget .owl-nav [class*="owl-"]:before {
	font-size: 10px;
}

.project-listing-wrapper {
	margin: 0 -15px -60px;
}

.project-listing-wrapper.isotope-trigger:after {
	content: "";
	display: table;
	clear: both;
}

.project-listing-wrapper.owl-carousel {
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-item {
	position: relative;
	height: 564px;
	border: 1px solid;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-item:hover .project-slider-item-wrapper {
	opacity: 1;
	left: -21px;
	right: -21px;
	top: -29px;
	bottom: -29px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-item:hover .project-slider-item-wrapper .project-item-media img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-item:hover > .project-item-content {
	opacity: 0;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-item .project-item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0 30px 63px 40px;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-slider-item-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .3s .1s, opacity .5s 0s;
	transition: all .3s .1s, opacity .5s 0s;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-slider-item-wrapper .project-item-media {
	display: block;
	width: 100%;
	height: 100%;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .project-slider-item-wrapper .project-item-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-transform: scale(1.17);
	-ms-transform: scale(1.17);
	transform: scale(1.17);
	-webkit-transition: transform .3s .1s;
	transition: transform .3s .1s;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-title {
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 400;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-title:not(:last-child) {
	margin-bottom: 10px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-excerpt-wrapper {
	display: block;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-excerpt {
	display: block;
	font-weight: 400;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-excerpt:not(:last-child) {
	margin-bottom: 12px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button {
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	margin: 0;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button:not(:first-child) {
	margin-top: 34px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button a {
	font-size: 14px;
	line-height: 1.92857em;
	padding: 0 0 5px 1.42857em;
	text-transform: none;
	font-weight: 500;
	letter-spacing: normal;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: transparent;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button a:before, .project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button a:after {
	content: "";
	font: 400 normal .6429em "fontello";
	position: absolute;
	top: 1em;
	left: 0;
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button a:after {
	right: 0;
	left: initial;
	opacity: 0;
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	transform: translateX(1em);
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button a:hover {
	padding: 0 1.42857em 5px 0;
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button a:hover:before {
	opacity: 0;
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
}

.project-listing-wrapper.owl-carousel.project-slider-listing .post-more-button a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item {
	overflow: hidden;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item:before {
	content: "";
	position: absolute;
	width: 130%;
	height: 30%;
	bottom: -20%;
	left: -15%;
	opacity: 0;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-filter: blur(50px);
	filter: blur(50px);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item:hover:before {
	opacity: 1;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-item-content {
	opacity: 1 !important;
	height: 100%;
	width: 100%;
	padding: 50px 35px 50px 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .post-title:not(:last-child) {
	margin-bottom: 35px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-image {
	margin-bottom: 15px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-image img {
	width: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-content-wrapper img {
	margin-bottom: 20px;
	max-width: 52%;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-wrapper {
	display: block;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-wrapper .neuros-button {
	padding: 6px 16px 8px 14px;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-wrapper .neuros-button, .project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-wrapper .neuros-button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-wrapper .neuros-button:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.21739em;
	text-align: start;
	top: 1px;
	margin: 0 16px 0 0;
	font: 400 normal 15px "fontello";
}

.project-listing-wrapper.owl-carousel.project-slider-listing.content-type-audio .project-item .project-audio-wrapper .neuros-button.active:before {
	content: "";
}

.project-listing-wrapper .project-item-wrapper {
	margin: 0;
	position: relative;
	width: 100%;
	padding: 0 15px 60px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.project-listing-wrapper .project-item-wrapper.slider-item {
	padding-bottom: 0;
}

.project-listing-wrapper .project-item-wrapper .project-item-link {
	display: block;
	position: relative;
	text-decoration: none;
}

.project-listing-wrapper .project-item-wrapper .project-item-link .project-item-media {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: 0;
	line-height: 1;
}

.project-listing-wrapper .project-item-wrapper .project-item-link img {
	width: 100%;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.project-listing-wrapper .project-item-wrapper .project-item-content {
	display: block;
}

.project-listing-wrapper .project-item-wrapper .project-item-content:not(:first-child) {
	margin: 34px 0 0;
}

.project-listing-wrapper .project-item-wrapper .post-title {
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: -.03em;
	display: block;
}

.project-listing-wrapper .project-item-wrapper .project-item-categories {
	font-size: 14px;
	line-height: 1.5714em;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.project-listing-wrapper .project-item-wrapper .project-item-categories:not(:first-child) {
	margin: 7px 0 0;
}

.project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-link:hover .project-item-media img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: blur(10px);
}

.project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content-wrapper {
	padding: 20px 20px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}

.project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content-wrapper:before, .project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content-wrapper:before {
	top: -20px;
	bottom: initial;
	border-bottom-left-radius: 20px;
}

.project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content-wrapper:after {
	right: 0;
	border-bottom-left-radius: 20px;
}

.project-listing-wrapper.text-position-inside .project-item-wrapper .project-item-content {
	padding: 36px 34px 27px 20px;
	-webkit-border-radius: 0 25px 0 0;
	border-radius: 0 25px 0 0;
}

.project-listing-wrapper.project-masonry-listing .grid-sizer {
	width: 25%;
}

.project-listing-wrapper.project-masonry-listing.text-position-inside {
	margin: -20px -20px;
}

.project-listing-wrapper.project-masonry-listing.text-position-inside .project-item-wrapper {
	padding: 0;
}

.project-listing-wrapper.project-masonry-listing.text-position-inside .project-item-wrapper .project-item {
	position: relative;
	height: 0;
	overflow: hidden;
	padding: 0 0 66.811% 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.project-listing-wrapper.project-masonry-listing.text-position-inside .project-item-wrapper .project-item-link {
	position: absolute;
	display: block;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.project-listing-wrapper.project-masonry-listing.text-position-inside .project-item-wrapper .project-item-media {
	width: 100%;
	height: 100%;
}

.project-listing-wrapper.project-masonry-listing.text-position-inside .project-item-wrapper .project-item-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.project-listing-wrapper.project-modern-listing {
	margin-bottom: 0;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper {
	padding-bottom: 0;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper:not(:first-child) .project-item-modern-content {
	display: none;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper.active .project-item-modern-header:before {
	content: "";
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item {
	border-bottom: 1px solid;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-header {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 40px 0 32px 0;
	cursor: pointer;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-header:before {
	content: "";
	font: 400 normal 10px/1em "fontello";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-year {
	width: 10.63%;
	font-weight: 600;
	letter-spacing: -.03em;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-title {
	width: 100%;
	padding: 0 30px 0 0;
	line-height: 1.16666em;
	margin: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-content {
	margin-left: 10.63%;
	padding-bottom: 50px;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-media img {
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-excerpt:not(:first-child) {
	margin-top: 34px;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button {
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	margin: 0;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button:not(:first-child) {
	margin-top: 34px;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button a {
	font-size: 14px;
	line-height: 1.92857em;
	padding: 0 0 5px 1.42857em;
	text-transform: none;
	font-weight: 500;
	letter-spacing: normal;
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: transparent;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button a:before, .project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button a:after {
	content: "";
	font: 400 normal .6429em "fontello";
	position: absolute;
	top: 1em;
	left: 0;
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button a:after {
	right: 0;
	left: initial;
	opacity: 0;
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	transform: translateX(1em);
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button a:hover {
	padding: 0 1.42857em 5px 0;
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button a:hover:before {
	opacity: 0;
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
}

.project-listing-wrapper.project-modern-listing .project-item-wrapper .post-more-button a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.project-listing-wrapper.project-cards-listing {
	margin: 0 0 -30px;
}

.project-listing-wrapper.project-cards-listing .project-item-wrapper {
	padding: 0 0 30px;
	position: sticky;
	top: 130px;
}

.project-listing-wrapper.project-cards-listing .project-item-wrapper .project-item {
	will-change: transform;
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
}

.project-listing-wrapper.project-cards-listing .project-item-wrapper .project-item-link {
	height: 400px;
}

.project-listing-wrapper.project-cards-listing .project-item-wrapper .project-item-link:hover .project-item-media img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.project-listing-wrapper.project-cards-listing .project-item-wrapper .project-item-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project-listing-wrapper.project-cards-listing .project-item-wrapper .project-item-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: transform;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.project-listing-wrapper.project-cards-listing .project-item-wrapper .project-item-title {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 11px 11px 11px 11px;
	padding: 60px 60px 57px 57px;
	max-width: 413px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	letter-spacing: -.03em;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

@media only screen and (max-width: 575px) {
	.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-header {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-year {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.project-listing-wrapper.project-modern-listing .project-item-wrapper .project-item-modern-content {
		margin: 0;
	}
}

@media only screen and (min-width: 576px) {
	.project-listing-wrapper.project-grid-listing {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.project-listing-wrapper.project-grid-listing.columns-2 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
		width: 50%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-2 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-4 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-5 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-6 .project-item-wrapper {
		width: 50%;
	}
	
	.project-listing-wrapper.project-masonry-listing.text-position-inside.columns-2 .project-item-wrapper:nth-child(4n+2) .project-item, .project-listing-wrapper.project-masonry-listing.text-position-inside.columns-2 .project-item-wrapper:nth-child(4n+3) .project-item {
		padding: 0 0 107.25% 0;
	}
}

@media only screen and (min-width: 768px) {
	.neuros-projects-listing-widget .slider-navigation-wrapper:not(:last-child) {
		margin-bottom: 75px;
	}
	
	.project-listing-wrapper.project-grid-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
		width: 33.3333%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-3 .grid-sizer, .project-listing-wrapper.project-masonry-listing.columns-6 .grid-sizer {
		width: 33.3333%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-3 .project-item-wrapper, .project-listing-wrapper.project-masonry-listing.columns-6 .project-item-wrapper {
		width: 33.3333%;
	}
}

@media only screen and (min-width: 992px) {
	.project-listing-wrapper + .content-pagination:not(:first-child) {
		margin-top: 100px;
	}
}

@media only screen and (min-width: 1025px) {
	.project-listing-wrapper.project-grid-listing.columns-4 .project-item-wrapper {
		width: 25%;
	}
	
	.project-listing-wrapper.project-grid-listing.columns-5 .project-item-wrapper {
		width: 20%;
	}
	
	.project-listing-wrapper.project-grid-listing.columns-6 .project-item-wrapper {
		width: 16.6667%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-4 .project-item-wrapper {
		width: 25%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-5 .grid-sizer {
		width: 20%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-5 .project-item-wrapper {
		width: 20%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-6 .grid-sizer {
		width: 16.6667%;
	}
	
	.project-listing-wrapper.project-masonry-listing.columns-6 .project-item-wrapper {
		width: 16.6667%;
	}
}

/********** Single Project **********/
.single-project-wrapper.project-view-advanced .project-post-gallery {
	order: initial;
}

.single-project-wrapper.project-view-advanced .project-post-content:not(:first-child) {
	padding: 65px 0 0;
}

.single-project {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.single-project .project-post-gallery {
	width: 100%;
	order: 2;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.single-project .project-post-gallery .single-post-gallery-image-item:not(:first-child) {
	margin: 30px 0 0;
}

.single-project .project-post-gallery .single-post-gallery-image-item img {
	position: relative;
	width: 100%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.single-project .project-post-gallery .wp-video {
	position: relative;
	padding-bottom: 78.26%;
}

.single-project .project-post-gallery .wp-video .mejs-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
	width: 100% !important;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
}

.single-project .project-post-gallery .wp-video video.wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.single-project .project-post-gallery .wp-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	max-width: initial;
}

.single-project .project-post-gallery .wp-video .mejs-poster {
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.single-project .project-post-gallery .wp-video .mejs-controls {
	height: 45px;
	padding: 0 20px;
	-webkit-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
}

.single-project .project-post-content {
	width: 100%;
	order: 1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.single-project .project-post-content:not(:first-child) {
	padding: 0 0 65px;
}

.single-project .project-post-content .project-post-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single-project .project-post-content .project-post-meta-wrapper {
	border-top-style: solid;
	border-top-width: 1px;
}

.single-project .project-post-content .project-post-meta-wrapper:not(:first-child) {
	margin-top: 35px;
}

.single-project .project-post-content .project-post-meta {
	margin: 0 -15px;
}

.single-project .project-post-content .project-post-meta .project-post-meta-label {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: -.03em;
	margin: 0 0 7px;
}

.single-project .project-post-content .project-post-meta-item {
	padding: 37px 0 0;
	margin: 0 15px;
}

.single-project .project-post-content .project-post-meta-item br {
	display: none;
}

.single-project .project-post-content .project-post-button {
	font-size: 0;
	line-height: 1;
}

.single-project .project-post-content .project-post-button:not(:first-child) {
	margin-top: 40px;
}

.single-project .project-post-content .project-post-button .neuros-button {
	padding-right: 34px;
}

.single-project .project-post-content .project-post-button .neuros-button:hover {
	padding-left: 34px;
	padding-right: 43px;
}

.single-project-wrapper .post-navigation {
	margin: 0;
}

.single-project-wrapper .post-navigation:not(:first-child) {
	margin: 60px 0 0;
}

@media only screen and (min-width: 576px) {
	.single-project .project-post-content .project-post-meta {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		margin-top: 0;
	}
	
	.single-project .project-post-content .project-post-meta-item {
		width: calc(33.3333% - 30px);
		padding: 32px 0 0;
	}
	
	.single-project .project-post-content .project-post-meta-item:not(:first-child) {
		margin-top: 0;
	}
	
	.single-project .project-post-content .project-post-meta-item br {
		display: initial;
	}
}

@media only screen and (min-width: 768px) {
	.single-project-wrapper.project-view-advanced .project-post-content:not(:first-child) {
		padding: 0;
	}
	
	.single-project {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.single-project .project-post-gallery {
		width: 50%;
		order: 1;
		padding: 0;
	}
	
	.single-project .project-post-content {
		width: 50%;
		order: 2;
	}
	
	.single-project .project-post-content:not(:first-child) {
		padding: 0;
	}
	
	.single-project .project-post-content:not(:first-child) h2:first-child, .single-project .project-post-content:not(:first-child) .project-post-title {
		margin-top: -11px;
	}
	
	.single-project .project-post-gallery {
		padding: 0 30px 0 0;
	}
	
	.single-project-wrapper .post-navigation:not(:first-child) {
		margin: 100px 0 0;
	}
}

@media only screen and (min-width: 992px) {
	.single-project .project-post-gallery {
		padding: 0 45px 0 0;
	}
	
	.single-project-wrapper .post-navigation:not(:first-child) {
		margin: 150px 0 0;
	}
}

@media only screen and (min-width: 1200px) {
	.single-project .project-post-gallery {
		padding: 0 95px 0 0;
	}
}

/********** Services Archive **********/
.elementor-widget-neuros_services_listing.neuros-navigation-border-style-gradient .owl-nav {
	border-color: transparent;
}

.elementor-widget-neuros_services_listing.neuros-navigation-border-style-solid .owl-nav:after {
	display: none;
}

.elementor-widget-neuros_services_listing .owl-stage {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_services_listing .owl-nav {
	--nav-border-gradient-angle: 262deg;
	--nav-gradient-colorstop-1: 14.51%;
	--nav-gradient-colorstop-2: 95.96%;
	--nav-border-width: 1px;
	line-height: 0;
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
	padding: 0 5px;
	border: 1px solid transparent;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
}

.elementor-widget-neuros_services_listing .owl-nav:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--nav-border-width));
	left: calc(-1 * var(--nav-border-width));
	right: calc(-1 * var(--nav-border-width));
	bottom: calc(-1 * var(--nav-border-width));
	padding: var(--nav-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-widget-neuros_services_listing .owl-nav.disabled {
	display: none;
}

.elementor-widget-neuros_services_listing .owl-nav [class*="owl-"] {
	width: 42px;
	height: 48px;
	line-height: 48px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.elementor-widget-neuros_services_listing .owl-nav [class*="owl-"]:before {
	font-size: 10px;
}

.neuros-service-listing-widget.neuros-title-hover-color-style-gradient .service-item .service-post-inner-alt {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.service-listing-wrapper {
	margin: 0 -20px -30px;
	font-size: 0;
	line-height: 1;
}

.service-listing-wrapper.service-grid-listing {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.service-listing-wrapper.service-grid-listing.style-type-2 .button-container .neuros-button {
	width: 100%;
}

.service-listing-wrapper.service-slider-listing {
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.service-listing-wrapper.service-slider-listing .service-item-wrapper {
	padding: 0 15px;
}

.service-listing-wrapper.service-slider-listing .service-item {
	padding: 0 0 40px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.service-listing-wrapper.service-slider-listing .service-item .post-meta-item-tags {
	margin: -2px 0;
}

.service-listing-wrapper.service-slider-listing .service-item .post-meta-item-tags:not(:last-child) {
	margin-bottom: 14px;
}

.service-listing-wrapper.service-slider-listing .service-item .post-meta-item-tags a {
	display: inline-block;
	margin: 2px 0;
	padding: 8px 22px;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 400;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 999px;
	border-radius: 999px;
}

.service-listing-wrapper.service-slider-listing .service-item .post-meta-item-tags a:not(:last-child) {
	margin-right: 5px;
}

.service-listing-wrapper.service-slider-listing .service-item .service-item-content {
	padding: 30px 40px 0 40px;
	border: none;
}

.service-listing-wrapper.service-slider-listing .service-item-link {
	position: relative;
	margin: 23px 20px 0 20px;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	overflow: hidden;
}

.service-listing-wrapper.service-slider-listing .service-item-link img {
	display: block;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.service-listing-wrapper.service-slider-listing .service-item-link .service-item-subtitle {
	position: absolute;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -.05em;
	line-height: .6em;
	bottom: -.1em;
	right: 0;
	white-space: nowrap;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg) translateX(100%);
	-ms-transform: rotate(-90deg) translateX(100%);
	transform: rotate(-90deg) translateX(100%);
	-webkit-transition: color .3s;
	transition: color .3s;
}

.service-listing-wrapper.service-slider-listing .service-post-title {
	letter-spacing: -.03em;
}

.service-listing-wrapper.service-slider-listing .service-item-icon {
	position: absolute;
	bottom: 0;
	right: 0;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 20px 0 0 20px;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-wrapper:before, .service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-wrapper:before {
	right: 0;
	left: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-wrapper:after {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-inner {
	padding: 10px 10px 0 10px;
	-webkit-border-radius: 30px 0px 0px 0px;
	border-radius: 30px 0px 0px 0px;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-link {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	padding: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-link:hover i:first-child {
	-webkit-transform: translateX(777px);
	-ms-transform: translateX(777px);
	transform: translateX(777px);
	transition-timing-function: cubic-bezier(.98, 0, 1, 1);
	opacity: 0;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-link:hover i:last-child {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-timing-function: cubic-bezier(0, 0, 0, .98);
	opacity: 1;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-link i {
	width: 1em;
	height: 1em;
	display: block;
	-webkit-transition: opacity .4s, transform .4s;
	transition: opacity .4s, transform .4s;
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-link i:first-child {
	transition-timing-function: cubic-bezier(0, 0, 0, .98);
}

.service-listing-wrapper.service-slider-listing .service-item-icon .service-item-icon-link i:last-child {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateX(-777px);
	-ms-transform: translateX(-777px);
	transform: translateX(-777px);
	transition-timing-function: cubic-bezier(.98, 0, 1, 1);
	opacity: 0;
}

.service-listing-wrapper .service-item {
	position: relative;
	overflow: hidden;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.service-listing-wrapper .service-item .service-post-title {
	margin: 0;
}

.service-listing-wrapper .service-item .service-item-excerpt {
	-webkit-transition: color .3s;
	transition: color .3s;
}

.service-listing-wrapper .service-item .service-item-excerpt:not(:first-child) {
	margin: 10px 0 0;
}

.service-listing-wrapper .service-item .service-item-content {
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.service-listing-wrapper .service-item .service-icon {
	margin-bottom: 20px;
	width: 1em;
	height: 1em;
	font-size: 60px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	opacity: .9;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.service-listing-wrapper .service-item .service-icon i {
	font-size: 1em;
	line-height: 1;
}

.service-listing-wrapper .service-item .service-icon .icon {
	position: absolute;
	display: block;
	left: 50%;
	right: auto;
	top: 50%;
	bottom: initial;
	width: 1em;
	height: 1em;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.service-listing-wrapper .service-item .service-icon .icon[style*="color"] svg {
	fill: currentColor;
}

.service-listing-wrapper .service-item .service-icon .icon svg {
	display: block;
	width: 1em;
	height: 1em;
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.service-listing-wrapper .service-item .button-container {
	display: none;
	margin-top: 25px;
}

.service-listing-wrapper .service-item .button-container .neuros-button {
	padding: 10px 24px 11px 24px;
}

.service-listing-wrapper .service-item .button-container .neuros-button:hover {
	padding: 10px 24px 11px 24px;
}

.service-listing-wrapper .service-item .button-container .neuros-button:hover .neuros-button-text {
	padding: 0 1.42857em 0 0;
}

.service-listing-wrapper .service-item .button-container .neuros-button .neuros-button-text {
	position: relative;
	-webkit-transition: padding .3s;
	transition: padding .3s;
	padding: 0 0 0 1.42857em;
}

.service-listing-wrapper .service-item .button-container .neuros-button span[class^="icon"].left {
	left: 0;
}

.service-listing-wrapper .service-item .button-container .neuros-button span[class^="icon"].right {
	right: 0;
}

.service-listing-wrapper .service-item-wrapper {
	padding: 0 20px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.service-listing-wrapper.service-list-listing {
	margin: 0;
}

.service-listing-wrapper.service-list-listing .service-item-wrapper {
	padding: 0;
}

.service-listing-wrapper.service-list-listing .service-item {
	display: block;
}

.service-listing-wrapper.service-list-listing .service-item .service-post-title {
	position: relative;
	font-size: 100px;
	line-height: 1.17em;
	letter-spacing: -.03em;
}

.service-listing-wrapper.service-list-listing .service-item .service-post-title a {
	display: block;
	position: relative;
	color: inherit;
	overflow: hidden;
}

.service-listing-wrapper.service-list-listing .service-item .service-post-title a:hover .service-post-inner {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.service-listing-wrapper.service-list-listing .service-item .service-post-title a:hover .service-post-inner-alt {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.service-listing-wrapper.service-list-listing .service-item .service-post-title-counter {
	font-size: .5em;
	line-height: 1em;
	padding-right: .4em;
}

.service-listing-wrapper.service-list-listing .service-item .service-post-inner, .service-listing-wrapper.service-list-listing .service-item .service-post-inner-alt {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: initial;
	-moz-justify-content: initial;
	-ms-justify-content: initial;
	justify-content: initial;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	align-items: baseline;
}

.service-listing-wrapper.service-list-listing .service-item .service-post-inner {
	-webkit-transition: transform .7s cubic-bezier(.2, .7, .2, 1);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.service-listing-wrapper.service-list-listing .service-item .service-post-inner-alt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform .7s cubic-bezier(.2, .7, .2, 1);
	transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

@media only screen and (min-width: 576px) {
	.service-listing-wrapper.service-grid-listing.columns-2 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
		width: 50%;
	}
	
	.service-listing-wrapper .service-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.service-listing-wrapper .service-item .service-icon {
		margin-right: 12.3%;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) {
	.service-listing-wrapper.service-grid-listing.columns-3 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-4 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-5 .service-item-wrapper, .service-listing-wrapper.service-grid-listing.columns-6 .service-item-wrapper {
		width: 33.3333%;
	}
}

@media only screen and (min-width: 992px) {
	.elementor-widget.elementor-widget-neuros_services_listing .neuros-heading.heading-with-pagination:not(:last-child) {
		margin-bottom: 60px;
	}
	
	.service-listing-wrapper .service-item-wrapper {
		padding: 0 20px 75px;
	}
	
	.service-grid-listing.service-grid-listing.columns-4 .service-item-wrapper {
		width: 25%;
	}
	
	.service-grid-listing.service-grid-listing.columns-5 .service-item-wrapper {
		width: 20%;
	}
	
	.service-grid-listing.service-grid-listing.columns-6 .service-item-wrapper {
		width: 16.6667%;
	}
}

@media only screen and (min-width: 1280px) {
	.service-listing-wrapper .service-item .service-icon {
		font-size: 108px;
	}
}

/********** Single Service **********/
.single-service .post-media-wrapper {
	position: relative;
}

.single-service .post-media-wrapper:not(:last-child) {
	margin-bottom: 25px;
}

.single-service .benefits-wrapper {
	margin: 0 -5px;
	font-size: 0;
	line-height: 1;
}

.single-service .benefits-wrapper .benefit-item-wrapper {
	width: calc(100% - 10px);
	padding: 0 5px 10px;
	display: inline-block;
	vertical-align: top;
}

.single-service .benefits-wrapper .benefit-item {
	border-width: 1px;
	border-style: solid;
	position: relative;
	-webkit-border-radius: 25px 25px 25px 0;
	border-radius: 25px 25px 25px 0;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
	padding: 45px 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
}

.single-service .benefits-wrapper .benefit-item:hover {
	-webkit-box-shadow: 0px 18px 43px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0px 18px 43px rgba(0, 0, 0, .05);
	box-shadow: 0px 18px 43px rgba(0, 0, 0, .05);
}

.single-service .benefits-wrapper .benefit-item-icon {
	width: 37px;
	height: 37px;
	text-align: center;
	position: relative;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.single-service .benefits-wrapper .benefit-item-icon i {
	font-size: 37px;
	line-height: 1;
	position: relative;
	z-index: 2;
}

.single-service .benefits-wrapper .benefit-item-icon .benefit-item-icon-bg {
	width: 52px;
	height: 52px;
	position: absolute;
	left: 50%;
	top: 50%;
	right: initial;
	margin: -26px 0 0 -26px;
	opacity: .07;
	overflow: hidden;
	-webkit-mask-image: url("https://cdn-ilecbeg.nitrocdn.com/YIojcmYwVVPTJINPzFBQeTIXJSbgjEUY/assets/images/source/rev-c8f763f/alviarmani.co.za/wp-content/themes/neuros/img/service-icon-bg2.svg");
	-webkit-mask-position: center center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

.single-service .benefits-wrapper .benefit-item-title {
	width: 100%;
}

.single-service .benefits-wrapper .benefit-item-title h6 {
	font-weight: 600;
	letter-spacing: -.02em;
}

.single-service .benefits-wrapper .benefit-item-title:not(:first-child) {
	margin: 0 0 0 25px;
}

.single-service .help-item {
	margin: 10px 0 0;
}

.single-service .benefits-wrapper .benefit-item-icon .benefit-item-icon-bg.nitro-lazy {
	-webkit-mask-image: none !important;
}

.single-service .help-item .help-item-title {
	padding: 11px 50px 11px 20px;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.single-service .help-item .help-item-title:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	right: 15px;
	left: initial;
	top: 50%;
	margin: -10px 0 0;
	font: 400 normal 7px/20px "fontello";
	text-align: center;
	-webkit-transition: transform .3s, margin .3s;
	transition: transform .3s, margin .3s;
}

.single-service .help-item .help-item-content {
	padding: 20px;
	display: none;
}

.single-service .help-item.active .help-item-title:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: -12px 0 0;
}

.single-neuros_service .sidebar .widget + .widget {
	margin-top: 30px;
}

@media only screen and (min-width: 576px) {
	.single-service .benefits-wrapper .benefit-item-wrapper {
		width: calc(50% - 10px);
		padding: 0 5px 10px;
	}
}

@media only screen and (min-width: 768px) {
	.single-service h3.post-title {
		font-size: 30px;
		font-weight: 600;
		letter-spacing: -.03em;
	}
	
	.single-service .benefits-wrapper .benefit-item-wrapper {
		width: calc(33.3333% - 10px);
		padding: 0 5px 10px;
	}
}

/********** Team Members Archive **********/
.team-listing-wrapper {
	margin: 0 -20px -30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.team-listing-wrapper .team-item-wrapper {
	padding: 0 20px;
	margin: 0 0 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.team-item {
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.team-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team-item .team-item-link {
	display: block;
	text-decoration: none;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.team-item .team-item-media {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	padding-bottom: 103%;
}

.team-item .team-item-media:before {
	content: "";
	position: absolute;
	top: 60%;
	left: 50%;
	width: 200%;
	height: 100%;
	opacity: 0;
	filter: blur(50px);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) rotate(5deg);
	-ms-transform: translateX(-50%) rotate(5deg);
	transform: translateX(-50%) rotate(5deg);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1;
}

.team-item .team-item-media img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top right;
	object-position: top right;
	-webkit-transition: all .6s cubic-bezier(.21, 0, .01, .98);
	transition: all .6s cubic-bezier(.21, 0, .01, .98);
}

.team-item .team-item-content {
	position: relative;
	display: block;
	padding: 50px 36px 45px;
}

.team-item .post-title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 400;
	letter-spacing: -.03em;
	display: block;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.team-item .team-item-position {
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
}

.team-item .team-item-position:not(:first-child) {
	margin: 7px 0 0;
}

.team-item .team-item-position:before, .team-item .team-item-position:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.team-item .team-item-position:after {
	margin-right: 0;
	margin-left: 3px;
}

.team-item .team-item-tag {
	position: absolute;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -.05em;
	line-height: .6em;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg) translateX(100%);
	-ms-transform: rotate(-90deg) translateX(100%);
	transform: rotate(-90deg) translateX(100%);
}

.team-item .socials-trigger-wrapper {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 19px;
	-webkit-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
}

.team-item .socials-trigger-wrapper:before, .team-item .socials-trigger-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 15px;
	height: 40px;
	width: 20px;
}

.team-item .socials-trigger-wrapper:before {
	right: calc(100% - 1px);
	border-bottom-right-radius: 20px;
}

.team-item .socials-trigger-wrapper:after {
	left: calc(100% - 1px);
	border-bottom-left-radius: 20px;
}

.team-item .socials-trigger-wrapper .socials-trigger {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 13px;
	margin: 8px 8px 0 8px;
	cursor: pointer;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.team-item .team-item-socials {
	position: absolute;
	width: 104px;
	left: 8.5%;
	bottom: calc(100% - 15px);
	z-index: 2;
	text-align: center;
	pointer-events: none;
}

.team-item .team-item-socials .team-socials-wrapper {
	max-width: 50px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	pointer-events: auto;
}

.team-item .team-item-socials .team-socials.wrapper-socials {
	position: relative;
	max-width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform .6s cubic-bezier(.77, 0, .01, .98);
	transition: transform .6s cubic-bezier(.77, 0, .01, .98);
}

.team-item .team-item-socials .team-socials.wrapper-socials li {
	margin: 0;
}

.team-item .team-item-socials .team-socials.wrapper-socials li:first-child {
	margin-top: 10px;
}

.team-item .team-item-socials .team-socials.wrapper-socials li:last-child {
	margin-bottom: 10px;
}

.team-item .team-item-socials .team-socials.wrapper-socials a {
	font-size: 12px;
	line-height: 1em;
	padding: 10px;
}

.team-item:hover .team-item-media:before {
	opacity: 1;
}

.team-item:hover .team-item-media img {
	-o-object-position: top center;
	object-position: top center;
}

.team-item:hover .team-item-socials .team-socials.wrapper-socials {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (min-width: 576px) {
	.elementor-widget-neuros_team_members.team-members-listing-style-even .team-item-wrapper:nth-child(even) {
		margin-top: 64px;
	}
	
	.elementor-widget-neuros_team_members.team-members-listing-style-odd .team-item-wrapper:nth-child(odd) {
		margin-top: 64px;
	}
	
	.team-listing-wrapper.columns-2 .team-item-wrapper, .team-listing-wrapper.columns-3 .team-item-wrapper, .team-listing-wrapper.columns-4 .team-item-wrapper, .team-listing-wrapper.columns-5 .team-item-wrapper, .team-listing-wrapper.columns-6 .team-item-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	.team-listing-wrapper.columns-3 .team-item-wrapper {
		width: 33.3333%;
	}
	
	.team-listing-wrapper.columns-4 .team-item-wrapper {
		width: 25%;
	}
	
	.team-listing-wrapper.columns-5 .team-item-wrapper {
		width: 20%;
	}
	
	.team-listing-wrapper.columns-6 .team-item-wrapper {
		width: 16.6667%;
	}
}

/********** Single Portfolio **********/
.single-team .content-wrapper {
	display: block;
}

.single-team .team-short-info-position {
	font-size: 14px;
	font-weight: 500;
}

.single-team .team-short-info-position:before, .single-team .team-short-info-position:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.single-team .team-short-info-position:after {
	margin-right: 0;
	margin-left: 3px;
}

.single-team .team-short-info-title:not(:first-child) {
	margin: 4px 0 0;
}

.single-team .team-short-info-description:not(:first-child) {
	margin: 33px 0 0;
}

.single-team .team-short-info-text:not(:first-child) {
	margin: 11px 0 0;
}

.single-team .team-socials.wrapper-socials {
	margin: 3px 0 0;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	min-width: 50px;
	float: right;
}

.single-team .team-socials.wrapper-socials li {
	margin: 0;
}

.single-team .team-socials.wrapper-socials li:first-child {
	margin-top: 10px;
}

.single-team .team-socials.wrapper-socials li:last-child {
	margin-bottom: 10px;
}

.single-team .team-socials.wrapper-socials a {
	font-size: .75em;
	line-height: 1em;
	padding: 10px;
}

.team-contact-info-card {
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
}

.team-contact-info-card:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team-contact-info-card .team-contact-info-media {
	position: relative;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	overflow: hidden;
}

.team-contact-info-card .team-item-tag {
	position: absolute;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -.05em;
	line-height: .6em;
	bottom: 27px;
	right: 0;
	white-space: nowrap;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg) translateX(100%);
	-ms-transform: rotate(-90deg) translateX(100%);
	transform: rotate(-90deg) translateX(100%);
}

.team-contact-info-card .team-contact-info {
	position: relative;
	padding: 56px 56px 47px 40px;
}

.team-contact-info-card .team-contact-info h5 {
	font-weight: 600;
	letter-spacing: -.03em;
	margin: 0;
}

.team-contact-info-card .team-contact-info h5:not(:first-child) {
	margin-top: 0;
}

.team-contact-info-card .team-contact-info h5:not(:last-child) {
	margin-bottom: .88em;
}

.team-contact-info-card .team-contact-info-item.team-contact-info-item-email:not(:first-child) {
	margin-top: 15px;
}

.team-contact-info-card .team-contact-info-item.team-contact-info-item-email a {
	text-decoration: underline;
}

.team-biography-title {
	letter-spacing: -.03em;
}

.team-info-main {
	margin: 0 -20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.team-info-main .team-contact-info-wrapper, .team-info-main .team-short-info {
	width: 100%;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team-info-main .team-short-info:not(:first-child) {
	margin-top: 30px;
}

.team-contact-info-card {
	max-width: 535px;
}

.team-info-additional {
	margin: 32px -20px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.team-info-additional .team-achievements, .team-info-additional .team-responsibilities {
	width: 100%;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.team-info-additional .team-achievements h6, .team-info-additional .team-responsibilities h6 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.team-info-additional .team-achievements h6:not(:last-child), .team-info-additional .team-responsibilities h6:not(:last-child) {
	margin-bottom: .6em;
}

.team-info-additional .team-achievements {
	margin: -10px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.team-info-additional .team-achievements-boxes {
	margin: 10px -10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.team-info-additional .team-achievements-boxes .team-achievements-box {
	padding: 0 10px;
	--box-gradient-angle: 262deg;
	--box-gradient-colorstop-1: 14.51%;
	--box-gradient-colorstop-2: 95.96%;
}

.team-info-additional .team-achievements-boxes .team-achievements-box .team-achievements-box-value {
	font-size: 80px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -.05em;
	-webkit-text-stroke: 1px transparent;
	text-stroke: 1px transparent;
	-webkit-background-clip: text !important;
}

.team-info-additional .team-achievements-boxes .team-achievements-box .team-achievements-box-title {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 10px;
}

.team-info-additional .team-achievements-logo {
	margin: 10px 0;
}

.team-info-additional .team-achievements-logo:not(:last-child) {
	margin-right: 30px;
}

.team-info-additional .team-responsibilities:not(:first-child) {
	margin-top: 30px;
}

.team-info-additional .team-responsibilities ul li {
	padding: 0 0 0 1.1111em;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.94444em;
}

.team-info-additional .team-responsibilities ul li:before {
	font-size: .5em;
	top: 1.66em;
}

.team-experience-list .team-experience-item {
	padding: 0 0 0 2.1875em;
	position: relative;
}

.team-experience-list .team-experience-item:before {
	content: "";
	font: normal 14px/1em "fontello";
	position: absolute;
	display: block;
	left: 0;
	top: .5em;
}

.team-experience-list .team-experience-item:not(:first-child) {
	margin: 31px 0 0;
}

.team-experience-list .team-experience-item-title {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.team-experience-list .team-experience-item-period {
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.3333em;
}

.team-experience-list .team-experience-item-period:not(:last-child) {
	margin-bottom: .6666em;
}

.team-experience-list .team-experience-item-description:not(:first-child) {
	margin: .875em 0 0;
}

.team-short-info-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
}

.team-short-info-wrapper .team-short-info-text:not(:last-child) {
	margin: 50px 0 0;
}

.team-expirience:not(:first-child) {
	margin-top: 50px;
}

.team-expirience .team-expirience-education h5, .team-expirience .team-expirience-professional h5 {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.team-expirience .team-expirience-education h5:not(:last-child), .team-expirience .team-expirience-professional h5:not(:last-child) {
	margin-bottom: .6em;
}

.team-expirience .team-expirience-wrapper:not(:first-child) {
	margin: 1.75em 0 0;
}

.team-expirience .team-expirience-professional:not(:first-child) {
	margin: 43px 0 0;
}

.team-experience-title h3 {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.team-info-additional .team-responsibilities {
		order: 1;
	}
	
	.team-info-additional .team-responsibilities:not(:first-child) {
		margin-top: 0;
	}
	
	.team-info-additional .team-achievements {
		order: 2;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) {
	.team-info-main .team-contact-info-wrapper, .team-info-main .team-short-info {
		width: 50%;
	}
	
	.team-info-additional .team-achievements, .team-info-additional .team-responsibilities {
		width: 50%;
	}
	
	.team-info-additional .team-achievements {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.team-info-additional .team-responsibilities {
		padding-left: calc(20px + 2.1875em);
	}
	
	.team-info-additional .team-responsibilities:not(:first-child) {
		margin-top: 0;
	}
	
	.team-info-main .team-short-info:not(:first-child) {
		margin-top: 0;
	}
}

@media only screen and (min-width: 992px) {
	.team-expirience:not(:first-child) {
		margin-top: 100px;
	}
	
	.team-contact-info-card .team-item-tag {
		font-size: 120px;
	}
	
	.team-experience-list .team-experience-item:before {
		top: .75em;
	}
	
	.team-experience-list .team-experience-item .team-experience-item-period {
		font-size: 1.875em;
	}
	
	.team-info-additional .team-achievements-logo:not(:last-child) {
		margin-right: 70px;
	}
	
	.team-info-additional .team-achievements-boxes .team-achievements-box .team-achievements-box-value {
		font-size: 100px;
	}
}

/********** Vacancies Archive **********/
.vacancy-listing-wrapper {
	margin-top: -34px;
}

.vacancy-listing-wrapper .vacancy-item-wrapper {
	padding: 34px 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor: default;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
}

.vacancy-listing-wrapper .vacancy-item {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0 0 44px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-header, .vacancy-listing-wrapper .vacancy-item .vacancy-item-excerpt, .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
	padding: 15px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
	padding-top: 10px;
	font-size: 0;
	line-height: 1;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.vacancy-listing-wrapper .vacancy-item .vacancy-salary:not(:first-child) {
	margin-top: 10px;
}

@media only screen and (min-width: 992px) {
	.vacancy-listing-wrapper .vacancy-item {
		margin: 0 -20px;
		padding: 18px 0 52px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-item-header, .vacancy-listing-wrapper .vacancy-item .vacancy-item-excerpt, .vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
		padding: 0 20px;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-item-button {
		margin-top: auto;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-item-header {
		width: 25%;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-item-excerpt {
		width: 46%;
		margin-right: auto;
	}
	
	.vacancy-listing-wrapper .vacancy-item .vacancy-salary:not(:first-child) {
		margin-top: 35px;
	}
}

/********** Single Vacancy **********/
.single-vacancy .vacancy-post-content {
	margin: -6px 0 0;
}

.single-vacancy .vacancy-post-content .vacancy-content-title:not(:last-child) {
	margin-bottom: .25em;
}

.single-vacancy .vacancy-post-content .vacancy-content-title:not(:first-child) {
	margin-top: 2.375em;
}

.single-vacancy .vacancy-post-button {
	font-size: 0;
	line-height: 1;
}

.single-vacancy .vacancy-post-button:not(:first-child) {
	margin: 36px 0 0;
}

.vacancy-post-meta {
	margin: 0 -10px;
	font-size: 0;
	line-height: 1;
}

.vacancy-post-meta .vacancy-post-meta-item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -.03em;
	margin: 0 10px;
	max-width: calc(100% - 20px);
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vacancy-info {
	padding: 43px 35px 48px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.vacancy-info:not(:last-child) {
	margin-bottom: 30px;
}

.vacancy-info .vacancy-post-title, .vacancy-item .vacancy-post-title {
	letter-spacing: -.03em;
	line-height: 1.1666666em;
	margin: 0;
}

.vacancy-info .vacancy-post-title:not(:last-child), .vacancy-item .vacancy-post-title:not(:last-child) {
	margin-bottom: .3em;
}

.vacancy-info .vacancy-salary:not(:first-child), .vacancy-item .vacancy-salary:not(:first-child) {
	margin-top: 25px;
}

.vacancy-info .vacancy-salary .vacancy-salary-value, .vacancy-item .vacancy-salary .vacancy-salary-value {
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
}

.related-vacancy-title {
	margin: 0 0 32px;
}

/*********** Case Studies Archive ***********/
.case-study-listing-wrapper {
	font-size: 0;
	line-height: 1;
}

.case-study-listing-wrapper.case-study-grid-listing {
	margin: -20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper .post-title {
	line-height: 1.16666em;
	margin-bottom: 40px;
}

.case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper .post-meta-header {
	margin-bottom: 28px;
}

.case-study-listing-wrapper.case-study-grid-listing .grid-blog-item-wrapper {
	width: 100%;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.case-study-listing-wrapper.case-study-grid-listing .grid-blog-item-wrapper .case-study-item {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper:not(:last-child) {
	margin-bottom: 40px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-media-wrapper {
	position: relative;
	padding: 20px;
	width: 100%;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-media-wrapper > a {
	padding-bottom: 70.77%;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-header {
	padding: 0;
	margin: 0;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-header:not(:only-child) {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 20px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-item-date a {
	padding: 8px 21px 19px 10px;
	min-width: 104px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-item-date .post-meta-item-month-year {
	margin-bottom: 8px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-item-date .post-meta-item-day {
	font-size: 40px;
	line-height: 35px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-item-tags {
	padding: 0;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-item-tags:not(:last-child) {
	margin-bottom: 30px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .case-study-item-content {
	padding: 20px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-title {
	margin: 0;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-title:not(:last-child) {
	margin-bottom: 17px;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .case-study-features {
	font-size: 16px;
	line-height: 1.875em;
	font-weight: 400;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .case-study-features ul > li {
	padding: 0 0 0 1em;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .case-study-features ul > li:before {
	content: "";
	width: 4px;
	height: 4px;
	top: 1.5em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: currentColor;
}

.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .button-container:not(:first-child) {
	margin-top: 40px;
}

.case-study-listing-wrapper .case-study-item {
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background-color .3s, box-shadow .3s;
	transition: background-color .3s, box-shadow .3s;
}

.case-study-listing-wrapper .case-study-item .post-meta-header {
	padding: 11px 14px 0 33px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 20px;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-tags {
	margin: -6px -3px 0;
	padding-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-tags:after {
	display: none;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-tags a {
	display: inline-block;
	vertical-align: top;
	margin: 6px 3px 0;
	padding: 7.5px 22px;
	font-size: 12px;
	line-height: 1.5em;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-date {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-date a {
	display: block;
	min-width: 81px;
	padding: 8px 21px 11px 10px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-date .post-meta-item-month-year, .case-study-listing-wrapper .case-study-item .post-meta-item-date .post-meta-item-day {
	display: block;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-date .post-meta-item-month-year {
	font-size: 14px;
	margin-bottom: 5px;
	text-indent: 1px;
}

.case-study-listing-wrapper .case-study-item .post-meta-item-date .post-meta-item-day {
	font-size: 30px;
}

.case-study-listing-wrapper .case-study-item .post-media-wrapper {
	font-size: 0;
	line-height: 1;
	padding: 0 24px 25px 23px;
}

.case-study-listing-wrapper .case-study-item .post-media-wrapper a {
	position: relative;
	display: block;
	padding-bottom: 64.66%;
}

.case-study-listing-wrapper .case-study-item .post-media-wrapper a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.case-study-listing-wrapper .case-study-item .post-title {
	margin: 0 33px;
	line-height: 1.125em;
	letter-spacing: -.03em;
	margin-bottom: 28px;
}

.case-study-listing-wrapper .case-study-item .post-title a {
	display: inline;
	background: no-repeat 0 100%;
	background-image: linear-gradient(currentColor, currentColor);
	background-size: 0 2px;
	-webkit-transition: all .3s, background-size .5s;
	transition: all .3s, background-size .5s;
}

.case-study-listing-wrapper .case-study-item .post-title a:hover {
	background-size: 100% 2px;
}

@media only screen and (min-width: 576px) {
	.case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-3 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-4 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-5 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-6 .grid-blog-item-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .case-study-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-meta-header:not(:only-child) {
		top: 30px;
		left: 33px;
		margin: 23px;
	}
}

@media only screen and (min-width: 992px) {
	.case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper {
		width: 58.3333%;
	}
	
	.case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper:nth-child(4n+2), .case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper:nth-child(4n+3) {
		width: 41.6666%;
	}
	
	.case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper:nth-child(4n+1) .post-media-wrapper a, .case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper:nth-child(4n) .post-media-wrapper a {
		padding-bottom: 44.57%;
	}
	
	.case-study-listing-wrapper.case-study-grid-listing.columns-2 .grid-blog-item-wrapper .post-media-wrapper {
		padding: 0 16px 25px 23px;
	}
	
	.case-study-listing-wrapper.case-study-grid-listing.columns-3 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-6 .grid-blog-item-wrapper {
		width: 33.3333%;
	}
	
	.case-study-listing-wrapper.case-study-grid-listing.columns-4 .grid-blog-item-wrapper, .case-study-listing-wrapper.case-study-grid-listing.columns-5 .grid-blog-item-wrapper {
		width: 25%;
	}
	
	.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .post-media-wrapper {
		padding: 30px 37px 30px 33px;
		width: 58.58%;
	}
	
	.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .case-study-item-content {
		padding: 30px 40px 30px 20px;
		width: 41.42%;
		-webkit-align-self: center;
		-moz-align-self: center;
		-ms-align-self: center;
		align-self: center;
	}
	
	.case-study-listing-wrapper.case-study-classic-listing .classic-blog-item-wrapper .case-study-features {
		padding-right: 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.case-study-listing-wrapper.case-study-grid-listing.columns-5 .grid-blog-item-wrapper {
		width: 20%;
	}
	
	.case-study-listing-wrapper.case-study-grid-listing.columns-6 .grid-blog-item-wrapper {
		width: 16.6667%;
	}
}

/*********** Case Studies Single ***********/
.case-study-side-info {
	padding: 20px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.case-study-side-info:not(:last-child) {
	margin-bottom: 32px;
}

.case-study-side-info .case-study-info-logo {
	margin: 0 -5px;
	padding: 50px 20px 40px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.case-study-side-info .case-study-info-logo img {
	max-width: 77%;
	margin: 0 auto;
}

.case-study-side-info .case-study-info-text:not(:first-child) {
	margin-top: 30px;
}

.case-study-side-info .case-study-info-text .case-study-info-text-item:not(:last-child) {
	margin-bottom: 20px;
}

.case-study-side-info .case-study-info-text .case-study-info-text-item.client .case-study-info-text-item-value {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.case-study-side-info .case-study-info-text .case-study-info-text-item .case-study-info-text-item-label {
	display: block;
	font-size: 14px;
}

.case-study-side-info .case-study-info-text .case-study-info-text-item .case-study-info-text-item-value {
	display: block;
	line-height: 1.5em;
}

.case-study-side-info .post-meta-item-tags {
	margin: 20px -6px 0;
	font-size: 0;
	line-height: 1;
}

.case-study-side-info .post-meta-item-tags a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 12px 6px 0;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 18.5px;
}

.case-study-side-info .post-meta-item-tags a:before, .case-study-side-info .post-meta-item-tags a:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.case-study-side-info .post-meta-item-tags a:after {
	margin-right: 0;
	margin-left: 3px;
}

@media screen and (min-width: 1280px) {
	.case-study-side-info {
		padding: 40px;
	}
	
	.case-study-side-info .case-study-info-logo {
		margin: 0 -24px;
	}
}

.post-categories {
	margin: 0 -4px -3px 0;
	font-size: 0;
	line-height: 1;
}

.single-post .post-categories {
	display: inline;
	vertical-align: top;
}

.post-categories .post-category-item {
	display: inline-block;
	margin: 0 4px 3px 0;
	font-size: 14px;
	line-height: 2.1428em;
	font-weight: 500;
	padding: .3571em 1.3571em;
	text-align: center;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.post-categories .post-category-item:before, .post-categories .post-category-item:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.post-categories .post-category-item:after {
	margin-right: 0;
	margin-left: 3px;
}

.post-categories .category-separator {
	display: inline-block;
	font-size: 14px;
	line-height: 2.1428em;
	font-weight: 500;
	margin: 0 3px;
}

/*********** Comments ***********/
.post-comments-wrapper:not(:first-child) {
	margin: 90px 0 0;
}

.post-comments-wrapper .comment-respond {
	padding: 30px 20px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.post-comments-wrapper .comment-respond .logged-in-as {
	color: inherit;
}

.post-comments-wrapper > .comment-respond:not(:first-child) {
	margin: 94px 0 0;
}

.post-comments-title {
	letter-spacing: -.03em;
}

.post-comments-title:not(:last-child) {
	margin-bottom: .9em;
}

.comment-reply-title {
	letter-spacing: -.03em;
}

.comment-reply-title:not(:last-child) {
	margin-bottom: .5em;
}

.comment-reply-title small {
	font-size: 60%;
	line-height: 1;
	margin: 0 0 0 6px;
}

.post-comment-wrapper.bypostauthor > .post-comment-item .post-comment-author:after {
	content: "";
	font: 400 normal 1em "Font Awesome 5 Free";
	margin: 0 0 0 10px;
	color: #00dbb0;
}

.post-comment-avatar {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	float: left;
}

.post-comment-avatar .avatar {
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	width: 45px;
	height: auto;
	margin: 3px 15px 0 0;
}

.post-comment-avatar + .post-comment-main .post-comment-meta {
	margin-left: 60px;
}

.post-comment-main {
	width: 100%;
}

.post-comment-info {
	margin: 0;
}

.post-comment-meta {
	margin-top: -1px;
}

.post-comment-author {
	font-weight: 600;
	letter-spacing: -.05em;
}

.post-comment-buttons {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 0;
	line-height: 1;
	margin: 10px -3px 0 -2px;
}

.post-comment-buttons a {
	margin: 0 3px 0 2px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	padding: 5px 15px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	position: relative;
}

.post-comment-content {
	clear: both;
}

.post-comment-content:not(:first-child) {
	padding-top: 20px;
}

.post-comment-date {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4286em;
}

.post-comment-date:not(:first-child) {
	margin-top: 5px;
}

.post-comment-wrapper {
	margin-top: 38px;
}

.post-comment-wrapper > .post-comment-wrapper, .post-comment-wrapper > .comment-respond {
	margin: 38px 0 0 30px;
}

.post-comments-list > .post-comment-wrapper:first-child {
	margin-top: 0;
}

.post-comments-list > .comment-respond:not(:first-child) {
	margin-top: 38px;
}

.comment-form {
	position: relative;
	z-index: 2;
}

.comment-form .form-field.form-message textarea {
	height: 112px;
}

.comment-form .submit {
	margin: 36px 0 0;
}

.comment-form button.submit {
	padding: 10px 26px 11px 43px;
}

.content-wrapper .comment-form button.submit {
	background-image: none;
}

.content-wrapper .comment-form button.submit.nitro-lazy {
	background-image: none !important;
}

.comment-form button.submit:not(:disabled):hover {
	padding: 10px 43px 11px 26px;
}

.comment-form button.submit:after {
	display: none;
}

.content-wrapper .comment-form button.submit:hover {
	background-image: none;
}

.content-wrapper .comment-form button.submit:hover.nitro-lazy {
	background-image: none !important;
}

.form-fields {
	margin: -20px -20px 0;
	padding-top: 6px;
	position: relative;
}

.form-fields:after {
	content: "";
	display: table;
	clear: both;
}

.form-fields .form-field {
	margin: 20px 20px 0;
	width: calc(100% - 40px);
	float: left;
}

.form-fields .form-field.form-cookies {
	margin-top: 22px;
}

.comment-navigation {
	margin: 30px 0 0;
}

.comment-navigation .nav-previous {
	text-align: left;
}

.comment-navigation .nav-previous a:before {
	content: "";
	display: inline-block;
	font: 400 normal 1em/1.2em "Flaticon";
	margin: 4px 10px 0 0;
	vertical-align: top;
}

.comment-navigation .nav-next {
	text-align: right;
}

.comment-navigation .nav-next a:after {
	content: "";
	display: inline-block;
	font: 400 normal 1em/1.2em "Flaticon";
	margin: 4px 0 0 10px;
	vertical-align: top;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

@media only screen and (min-width: 576px) {
	.post-comment-wrapper > .post-comment-wrapper, .post-comment-wrapper > .comment-respond {
		margin: 38px 0 0 50px;
	}
	
	.post-comment-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		position: relative;
	}
	
	.post-comment-avatar .avatar {
		width: auto;
		margin: 0 41px 0 0;
	}
	
	.post-comment-avatar + .post-comment-main .post-comment-meta {
		margin-left: 0;
	}
	
	.post-comment-content:not(:first-child) {
		padding-top: 10px;
	}
	
	.post-comment-info {
		margin: -2px 30px 0 0;
	}
	
	.post-comment-meta {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.post-comment-buttons {
		margin: 0 -3px 0 -2px;
	}
	
	.post-comment-date {
		font-size: 14px;
	}
	
	.form-fields .form-name, .form-fields .form-url, .form-fields .form-email {
		width: calc(50% - 40px);
	}
}

@media only screen and (min-width: 768px) {
	.post-comment-wrapper:not(:first-child) {
		margin: 68px 0 0;
	}
	
	.post-comment-wrapper > .post-comment-wrapper, .post-comment-wrapper > .comment-respond {
		margin: 68px 0 0 115px;
	}
}

@media only screen and (min-width: 992px) {
	.post-comments-wrapper .comment-respond {
		padding: 70px 75px 75px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}
	
	.post-comments-wrapper:not(:first-child) {
		margin: 145px 0 0;
	}
	
	.post-comments-wrapper > .comment-respond:not(:first-child) {
		margin: 160px 0 0;
	}
	
	.post-comment-author {
		font-size: 1.5625em;
	}
}

.post-media-wrapper {
	position: relative;
}

.post-media-wrapper .mejs-controls {
	height: 55px;
}

.post-media-wrapper picture {
	display: block;
	overflow: hidden;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.post-gallery-carousel .item + .item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.post-gallery-carousel .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
}

.post-gallery-carousel .owl-nav button[class*="owl-"] {
	margin: 20px 0;
	overflow: visible;
}

.post-gallery-carousel .owl-nav button[class*="owl-"]:hover:after {
	background: none;
}

.post-gallery-carousel .owl-nav button[class*="owl-"]:before, .post-gallery-carousel .owl-nav button[class*="owl-"]:after {
	display: block;
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.post-gallery-carousel .owl-nav button[class*="owl-"]:before {
	left: 0;
	top: -40px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.post-gallery-carousel .owl-nav button[class*="owl-"]:after {
	left: 0;
	right: initial;
	top: initial;
	-webkit-mask: none, none;
	mask: none, none;
	bottom: -40px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top-left-radius: 20px;
	background: none;
	padding: 0;
}

.post-gallery-carousel .owl-nav button[class*="owl-"] .nav-button-inner {
	display: block;
	min-width: 50px;
	min-height: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.post-gallery-carousel .owl-nav button[class*="owl-"] .nav-button-inner:before {
	font: 400 normal 13px/1em "fontello";
}

.post-gallery-carousel .owl-nav button[class*="owl-"].owl-prev {
	-webkit-border-radius: 0px 25px 25px 0px;
	border-radius: 0px 25px 25px 0px;
}

.post-gallery-carousel .owl-nav button[class*="owl-"].owl-prev .nav-button-inner:before {
	content: "";
}

.post-gallery-carousel .owl-nav button[class*="owl-"].owl-next {
	-webkit-border-radius: 25px 0px 0px 25px;
	border-radius: 25px 0px 0px 25px;
}

.post-gallery-carousel .owl-nav button[class*="owl-"].owl-next:before {
	right: 0;
	left: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.post-gallery-carousel .owl-nav button[class*="owl-"].owl-next:after {
	right: 0;
	left: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top-right-radius: 20px;
}

.post-gallery-carousel .owl-nav button[class*="owl-"].owl-next .nav-button-inner:before {
	content: "";
}

.post-quote {
	overflow: hidden;
	position: relative;
	padding: 1.5em 1em 1.5em 4.16em;
	font-size: 1.125em;
	line-height: 1.4em;
	display: block;
	text-decoration: none;
	max-width: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.single-post .post-quote {
	padding-bottom: 3.5em;
}

.post-quote:before {
	content: "";
	position: absolute;
	display: block;
	top: 1.25em;
	left: .7em;
	right: initial;
	font: 400 normal 1.44em/1em "fontello";
	letter-spacing: normal;
}

.post-quote .post-quote-text {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.post-quote .post-quote-author {
	display: block;
	line-height: 1.9444em;
	font-weight: 600;
	font-size: .72em;
	position: relative;
	z-index: 3;
}

.post-quote .post-quote-author:not(:first-child) {
	margin: .4444em 0 0;
}

.elementor-widget-neuros_blog_listing .blog-item .post-media-wrapper picture {
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 1;
}

.elementor-widget-neuros_blog_listing .blog-item .post-media-wrapper img {
	-webkit-transform: scale(1.05) translateX(0);
	-ms-transform: scale(1.05) translateX(0);
	transform: scale(1.05) translateX(0);
	-webkit-transition: transform .45s cubic-bezier(.22, .61, .36, 1);
	transition: transform .45s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.elementor-widget-neuros_blog_listing .blog-item:hover .post-media-wrapper img {
	-webkit-transform: scale(1.05) translateX(2%);
	-ms-transform: scale(1.05) translateX(2%);
	transform: scale(1.05) translateX(2%);
}

@media only screen and (max-width: 575px) {
	.post-media-wrapper .wp-video .mejs-video {
		height: 50.8187vw !important;
	}
	
	.post-media-wrapper .wp-video .mejs-mediaelement iframe {
		height: 50.8187vw !important;
	}
}

@media only screen and (min-width: 768px) {
	.post-quote {
		padding: 2.625em 2.4em 2.16em 5.16em;
		line-height: 1.4em;
	}
	
	.standard-blog-item-wrapper:not(.grid-item) .post-quote {
		font-size: 1.5625em;
	}
	
	.single-post .post-quote {
		padding-bottom: 3.16em;
	}
	
	.post-quote:before {
		top: 2.05em;
		left: 1.4em;
	}
}

@media only screen and (max-width: 991px) {
	.post-media-wrapper .wp-video .mejs-video {
		height: 43.2674vw !important;
	}
	
	.post-media-wrapper .wp-video .mejs-mediaelement iframe {
		height: 43.2674vw !important;
	}
}

/*********** Post Meta ***********/
.neuros_post_meta {
	font-size: 0;
	line-height: 1;
}

.neuros_post_meta .neuros_post_meta_item {
	display: inline-block;
	vertical-align: top;
	color: #b6b6b6;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	position: relative;
	margin: 0;
}

.neuros_post_meta .neuros_post_meta_item:not(:last-child) {
	padding: 0 25px 0 0;
}

.neuros_post_meta .neuros_post_meta_item:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	left: auto;
	top: 9px;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.neuros_post_meta .neuros_post_meta_item.meta_item_tags a:before {
	content: "#";
}

.neuros_post_meta .neuros_post_meta_item.meta_item_socials {
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 1;
	margin: 20px 0 0;
}

.neuros_post_meta .neuros_post_meta_item.meta_item_socials li {
	margin: 0 8px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.neuros_post_meta .neuros_post_meta_item.meta_item_socials li:first-child {
	margin: 0 8px 0 0;
}

.neuros_post_meta .neuros_post_meta_item.meta_item_socials li:last-child {
	margin: 0 0 0 8px;
}

.neuros_post_meta .neuros_post_meta_item.meta_item_socials li:before {
	content: none;
	display: none;
}

.neuros_post_meta .neuros_post_meta_item.meta_item_socials a {
	text-align: center;
	display: block;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	width: 2.3077em;
	height: 2.3077em;
	font: 400 normal 13px/2.3077em "Font Awesome 5 Free";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #eceae4;
}

.neuros_post_meta .neuros_post_meta_item.meta_item_socials a:hover {
	color: #fff;
}

.neuros_post_meta .neuros_post_meta_item a {
	color: inherit;
}

@media only screen and (min-width: 576px) {
	.neuros_post_meta .neuros_post_meta_item.meta_item_socials {
		margin: 0;
	}
}

/********** Post Navigation **********/
.post-navigation {
	margin: 60px 0 0;
}

.post-navigation .post-navigation-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.post-navigation .post-navigation-item {
	padding: 0;
}

.post-navigation .post-navigation-item:before {
	content: none;
	display: none;
}

.post-navigation .post-navigation-item.prev-post .post-navigation-link a {
	padding: 0 0 4px 20px;
}

.post-navigation .post-navigation-item.prev-post .post-navigation-link a:before, .post-navigation .post-navigation-item.prev-post .post-navigation-link a:after {
	content: "";
	font: 400 normal 9px "fontello";
}

.post-navigation .post-navigation-item.prev-post .post-navigation-link a:after {
	right: 0;
	left: initial;
	opacity: 0;
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	transform: translateX(1em);
}

.post-navigation .post-navigation-item.prev-post .post-navigation-link a:hover {
	padding: 0 20px 4px 0;
}

.post-navigation .post-navigation-item.prev-post .post-navigation-link a:hover:before {
	opacity: 0;
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
}

.post-navigation .post-navigation-item.prev-post .post-navigation-link a:hover:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a {
	padding: 0 20px 4px 0;
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a:before, .post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
	content: "";
	font: 400 normal 9px "fontello";
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a:before {
	opacity: 0;
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a:after {
	right: 0;
	left: initial;
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a:hover {
	padding: 0 0 4px 20px;
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a:hover:before {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.post-navigation .post-navigation-item.next-post .post-navigation-link a:hover:after {
	opacity: 0;
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	transform: translateX(1em);
}

.post-navigation .archive-icon-link {
	margin: 0 20px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.post-navigation .archive-icon-link .archive-icon {
	display: block;
	font: 400 normal 20px/1em "fontello";
	width: 20px;
}

.post-navigation .archive-icon-link .archive-icon:before {
	content: "";
}

.post-navigation .post-navigation-link {
	position: relative;
	z-index: 2;
}

.post-navigation .post-navigation-link a {
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 27px;
	border-bottom: 1px solid;
}

.post-navigation .post-navigation-link a:before, .post-navigation .post-navigation-link a:after {
	position: absolute;
	top: 1em;
	left: 0;
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

.post-navigation .post-navigation-block {
	margin: 35px 0 0;
	display: none;
}

.post-navigation .prev-post {
	width: 50%;
}

.post-navigation .prev-post .post-navigation-image {
	margin: 0 24px 0 0;
}

.post-navigation .next-post {
	width: 50%;
	text-align: right;
}

.post-navigation .next-post .post-navigation-image {
	margin: 0 0 0 24px;
}

.post-navigation .post-navigation-image {
	width: 70px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.post-navigation .post-navigation-image img {
	position: relative;
	aspect-ratio: 135/106;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	object-fit: cover;
}

.post-navigation .post-navigation-title {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.5em;
}

.post-navigation .post-navigation-categories {
	font-size: .875em;
	line-height: 1.5714em;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
	.post-navigation {
		margin: 100px 0 0;
	}
	
	.post-navigation .archive-icon-link {
		margin: 0 30px;
	}
	
	.post-navigation .archive-icon-link.with-labels {
		margin-top: 60px;
	}
	
	.post-navigation .prev-post .post-navigation-block {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.post-navigation .next-post {
		text-align: right;
	}
	
	.post-navigation .next-post .post-navigation-block {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.post-navigation .prev-post, .post-navigation .next-post {
		width: 40%;
	}
}

@media only screen and (min-width: 992px) {
	.post-navigation {
		margin: 140px 0 0;
	}
	
	.post-navigation .prev-post, .post-navigation .next-post {
		width: 33.3333%;
	}
	
	.post-navigation .prev-post .post-navigation-content, .post-navigation .next-post .post-navigation-content {
		margin-top: 1.25em;
	}
	
	.post-navigation .post-navigation-image {
		width: 135px;
	}
}

/*********** Pagination ***********/
.listing-pagination-border-style-gradient .content-pagination .page-numbers, .listing-pagination-border-style-gradient .content-pagination .post-page-numbers, .listing-pagination-border-style-gradient .woocommerce-pagination .page-numbers, .listing-pagination-border-style-gradient .woocommerce-pagination .post-page-numbers {
	border-color: transparent;
}

.listing-pagination-border-style-gradient .content-pagination .page-numbers .button-inner, .listing-pagination-border-style-gradient .content-pagination .post-page-numbers .button-inner, .listing-pagination-border-style-gradient .woocommerce-pagination .page-numbers .button-inner, .listing-pagination-border-style-gradient .woocommerce-pagination .post-page-numbers .button-inner {
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
}

.listing-pagination-border-style-solid .content-pagination .page-numbers:after, .listing-pagination-border-style-solid .content-pagination .page-numbers:hover:after, .listing-pagination-border-style-solid .content-pagination .page-numbers.current:after, .listing-pagination-border-style-solid .content-pagination .post-page-numbers:after, .listing-pagination-border-style-solid .content-pagination .post-page-numbers:hover:after, .listing-pagination-border-style-solid .content-pagination .post-page-numbers.current:after, .listing-pagination-border-style-solid .woocommerce-pagination .page-numbers:after, .listing-pagination-border-style-solid .woocommerce-pagination .page-numbers:hover:after, .listing-pagination-border-style-solid .woocommerce-pagination .page-numbers.current:after, .listing-pagination-border-style-solid .woocommerce-pagination .post-page-numbers:after, .listing-pagination-border-style-solid .woocommerce-pagination .post-page-numbers:hover:after, .listing-pagination-border-style-solid .woocommerce-pagination .post-page-numbers.current:after {
	background: none;
}

.listing-pagination-border-style-solid .content-pagination .page-numbers .button-inner, .listing-pagination-border-style-solid .content-pagination .post-page-numbers .button-inner, .listing-pagination-border-style-solid .woocommerce-pagination .page-numbers .button-inner, .listing-pagination-border-style-solid .woocommerce-pagination .post-page-numbers .button-inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.listing-pagination-background-style-gradient .content-pagination .page-numbers, .listing-pagination-background-style-gradient .content-pagination .page-numbers.current, .listing-pagination-background-style-gradient .content-pagination .page-numbers:hover, .listing-pagination-background-style-gradient .content-pagination .post-page-numbers, .listing-pagination-background-style-gradient .content-pagination .post-page-numbers.current, .listing-pagination-background-style-gradient .content-pagination .post-page-numbers:hover, .listing-pagination-background-style-gradient .woocommerce-pagination .page-numbers, .listing-pagination-background-style-gradient .woocommerce-pagination .page-numbers.current, .listing-pagination-background-style-gradient .woocommerce-pagination .page-numbers:hover, .listing-pagination-background-style-gradient .woocommerce-pagination .post-page-numbers, .listing-pagination-background-style-gradient .woocommerce-pagination .post-page-numbers.current, .listing-pagination-background-style-gradient .woocommerce-pagination .post-page-numbers:hover {
	background-color: transparent;
}

.listing-pagination-background-style-solid .content-pagination .page-numbers .button-inner, .listing-pagination-background-style-solid .content-pagination .post-page-numbers .button-inner, .listing-pagination-background-style-solid .woocommerce-pagination .page-numbers .button-inner, .listing-pagination-background-style-solid .woocommerce-pagination .post-page-numbers .button-inner {
	display: none;
}

.content-pagination:not(:first-child) {
	margin-top: 50px;
}

.content-pagination .pagination {
	display: block;
	position: relative;
	z-index: 2;
}

.content-pagination .nav-links {
	--button-border-radius: 9999px;
	--button-border-width: 1px;
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	margin: -10px -5px 0;
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.content-pagination .page-numbers, .content-pagination .post-page-numbers {
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
	padding: 0 5px;
	min-width: 50px;
	height: 50px;
	position: relative;
	font-size: 14px;
	line-height: 47px;
	font-weight: 500;
	text-align: center;
	border-width: var(--button-border-width);
	border-style: solid;
	border-color: transparent;
	background-origin: border-box !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: var(--button-border-radius);
	border-radius: var(--button-border-radius);
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.content-pagination .page-numbers:after, .content-pagination .post-page-numbers:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: var(--button-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-pagination .page-numbers.prev, .content-pagination .page-numbers.next, .content-pagination .post-page-numbers.prev, .content-pagination .post-page-numbers.next {
	padding: 0 30px 0 43px;
}

.content-pagination .page-numbers.prev:hover, .content-pagination .page-numbers.next:hover, .content-pagination .post-page-numbers.prev:hover, .content-pagination .post-page-numbers.next:hover {
	padding: 0 43px 0 30px;
}

.content-pagination .page-numbers.prev:hover span[class^="icon"].right, .content-pagination .page-numbers.next:hover span[class^="icon"].right, .content-pagination .post-page-numbers.prev:hover span[class^="icon"].right, .content-pagination .post-page-numbers.next:hover span[class^="icon"].right {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.content-pagination .page-numbers.prev:hover span[class^="icon"].left, .content-pagination .page-numbers.next:hover span[class^="icon"].left, .content-pagination .post-page-numbers.prev:hover span[class^="icon"].left, .content-pagination .post-page-numbers.next:hover span[class^="icon"].left {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-1em);
	-ms-transform: translateY(-50%) translateX(-1em);
	transform: translateY(-50%) translateX(-1em);
}

.content-pagination .page-numbers.current, .content-pagination .post-page-numbers.current {
	cursor: default;
}

.content-pagination .page-numbers.current .button-inner:before, .content-pagination .page-numbers:hover .button-inner:before, .content-pagination .post-page-numbers.current .button-inner:before, .content-pagination .post-page-numbers:hover .button-inner:before {
	opacity: 0;
}

.content-pagination .page-numbers.current .button-inner:after, .content-pagination .page-numbers:hover .button-inner:after, .content-pagination .post-page-numbers.current .button-inner:after, .content-pagination .post-page-numbers:hover .button-inner:after {
	opacity: 1;
}

.content-pagination .page-numbers span[class^="icon"], .content-pagination .post-page-numbers span[class^="icon"] {
	font: 400 normal 9px "fontello";
	position: absolute;
	left: 24px;
	top: 50%;
	margin: 1px 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

.content-pagination .page-numbers span[class^="icon"].right, .content-pagination .post-page-numbers span[class^="icon"].right {
	opacity: 0;
	right: 24px;
	left: initial;
	-webkit-transform: translateY(-50%) translateX(1em);
	-ms-transform: translateY(-50%) translateX(1em);
	transform: translateY(-50%) translateX(1em);
}

.content-pagination .page-numbers.dots, .content-pagination .post-page-numbers.dots {
	cursor: default;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-width: 29px;
}

.content-pagination .page-numbers.dots:hover, .content-pagination .post-page-numbers.dots:hover {
	background: none;
}

.content-pagination .page-numbers.dots:after, .content-pagination .post-page-numbers.dots:after {
	display: none;
}

.content-pagination .page-numbers .button-inner, .content-pagination .post-page-numbers .button-inner {
	position: absolute;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: inherit;
	background: none;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
}

.content-pagination .page-numbers .button-inner:before, .content-pagination .page-numbers .button-inner:after, .content-pagination .post-page-numbers .button-inner:before, .content-pagination .post-page-numbers .button-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	padding: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-pagination .page-numbers .button-inner:before, .content-pagination .post-page-numbers .button-inner:before {
	opacity: 1;
}

.content-pagination .page-numbers .button-inner:after, .content-pagination .post-page-numbers .button-inner:after {
	opacity: 0;
}

.listing-filter-border-style-gradient .filter-control-wrapper .dots .filter-control-item, .listing-filter-border-style-gradient .filter-control-wrapper .dots .gallery-filter-control-item {
	border-color: transparent;
}

.listing-filter-border-style-gradient .filter-control-wrapper .dots .filter-control-item .button-inner, .listing-filter-border-style-gradient .filter-control-wrapper .dots .gallery-filter-control-item .button-inner {
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
}

.listing-filter-border-style-solid .filter-control-wrapper .dots .filter-control-item:after, .listing-filter-border-style-solid .filter-control-wrapper .dots .filter-control-item:hover:after, .listing-filter-border-style-solid .filter-control-wrapper .dots .filter-control-item.active:after, .listing-filter-border-style-solid .filter-control-wrapper .dots .gallery-filter-control-item:after, .listing-filter-border-style-solid .filter-control-wrapper .dots .gallery-filter-control-item:hover:after, .listing-filter-border-style-solid .filter-control-wrapper .dots .gallery-filter-control-item.active:after {
	background: none;
}

.listing-filter-border-style-solid .filter-control-wrapper .dots .filter-control-item .button-inner, .listing-filter-border-style-solid .filter-control-wrapper .dots .gallery-filter-control-item .button-inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.listing-filter-background-style-gradient .filter-control-wrapper .dots .filter-control-item, .listing-filter-background-style-gradient .filter-control-wrapper .dots .filter-control-item.active, .listing-filter-background-style-gradient .filter-control-wrapper .dots .filter-control-item:hover, .listing-filter-background-style-gradient .filter-control-wrapper .dots .gallery-filter-control-item, .listing-filter-background-style-gradient .filter-control-wrapper .dots .gallery-filter-control-item.active, .listing-filter-background-style-gradient .filter-control-wrapper .dots .gallery-filter-control-item:hover {
	background-color: transparent;
}

.listing-filter-background-style-solid .filter-control-wrapper .dots .filter-control-item .button-inner, .listing-filter-background-style-solid .filter-control-wrapper .dots .gallery-filter-control-item .button-inner {
	display: none;
}

.filter-control-wrapper {
	margin: 0 auto 50px;
	width: 100%;
	max-width: 1340px;
}

.filter-control-wrapper .dots {
	--button-border-radius: 9999px;
	--button-border-width: 1px;
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	list-style: none;
	margin: -10px -5px 0;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.filter-control-wrapper .dots .dot {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	padding: 10px 27px 11px;
	font-size: 14px;
	line-height: 1.92857em;
	font-weight: 500;
	margin: 10px 5px 0 !important;
	cursor: pointer;
	background: none;
	border-width: var(--button-border-width);
	border-style: solid;
	border-color: transparent;
	background-origin: border-box !important;
	z-index: 1;
	-webkit-border-radius: var(--button-border-radius);
	border-radius: var(--button-border-radius);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.filter-control-wrapper .dots .dot.active {
	cursor: default;
}

.filter-control-wrapper .dots .dot.active:before {
	opacity: 0;
}

.filter-control-wrapper .dots .dot.active:after {
	opacity: 1;
}

.filter-control-wrapper .dots .dot:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: var(--button-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-control-wrapper .dots .dot:hover .button-inner:before, .filter-control-wrapper .dots .dot.active .button-inner:before {
	opacity: 0;
}

.filter-control-wrapper .dots .dot:hover .button-inner:after, .filter-control-wrapper .dots .dot.active .button-inner:after {
	opacity: 1;
}

.filter-control-wrapper .dots .dot .button-inner {
	position: absolute;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: inherit;
	background: none;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
}

.filter-control-wrapper .dots .dot .button-inner:before, .filter-control-wrapper .dots .dot .button-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	padding: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-control-wrapper .dots .dot .button-inner:before {
	opacity: 1;
}

.filter-control-wrapper .dots .dot .button-inner:after {
	opacity: 0;
}

.elementor-section.elementor-section-stretched.elementor-section-full_width > .elementor-container.elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
	padding: 0 20px;
}

.elementor-section.elementor-section-stretched.elementor-section-full_width > .elementor-container.elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-widget-wrap .elementor-inner-section > .elementor-container:not(.elementor-column-gap-no) .filter-control-wrapper {
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.elementor-section.elementor-section-stretched.elementor-section-full_width > .elementor-container.elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 992px) {
	.elementor-section.elementor-section-stretched.elementor-section-full_width > .elementor-container > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
		max-width: 1420px;
	}
	
	.elementor-section.elementor-section-stretched.elementor-section-full_width > .elementor-container.elementor-column-gap-no > .elementor-row > .elementor-column > .elementor-widget-wrap .filter-control-wrapper {
		padding: 0 40px;
	}
}

/********** Related Posts **********/
.recent-posts-wrapper:not(:first-child) {
	margin-top: 95px;
}

/********** Slider Title with Navigation **********/
.elementor-widget .neuros-heading.heading-with-pagination {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	text-align: center;
}

.elementor-widget .neuros-heading.heading-with-pagination .neuros-heading-inner {
	display: block;
}

.elementor-widget .neuros-heading.heading-with-pagination:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-widget .neuros-heading.heading-with-pagination .owl-nav {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-align-self: flex-start;
	align-self: flex-start;
	margin: .625em 0 0;
}

.elementor-widget .owl-dots-desktop {
	display: none;
}

@media only screen and (min-width: 992px) {
	.elementor-widget .neuros-heading.heading-with-pagination {
		margin: 0 auto;
		width: 100%;
		max-width: 1340px;
	}
	
	.elementor-widget .neuros-heading.heading-with-pagination:not(:last-child) {
		margin-bottom: 50px;
	}
	
	.elementor-widget .neuros-heading.heading-with-pagination .neuros-heading-inner {
		width: calc(100% - 30px);
	}
	
	.elementor-widget .neuros-heading.heading-with-pagination .owl-dots {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
	
	.elementor-widget .neuros-heading.heading-with-pagination .owl-nav {
		-webkit-align-self: initial;
		-moz-align-self: initial;
		-ms-align-self: initial;
		align-self: initial;
		margin: 0 0 .25em;
	}
	
	.elementor-widget.title-alignment-left .neuros-heading.heading-with-pagination {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		text-align: left;
	}
	
	.elementor-widget.title-alignment-left .neuros-heading.heading-with-pagination .neuros-heading-inner {
		margin: 0 15px 0 0;
	}
	
	.elementor-widget.title-alignment-left .neuros-heading.heading-with-pagination .owl-dots {
		margin: 0 -13px .275em 2px;
	}
	
	.elementor-widget.title-alignment-right .neuros-heading.heading-with-pagination {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		text-align: right;
	}
	
	.elementor-widget.title-alignment-right .neuros-heading.heading-with-pagination .neuros-heading-inner {
		margin: 0 0 0 15px;
	}
	
	.elementor-widget.title-alignment-right .neuros-heading.heading-with-pagination .owl-dots {
		margin: 0 2px .275em -13px;
	}
	
	.elementor-widget.title-alignment-center .neuros-heading.heading-with-pagination {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		-moz-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		text-align: center;
	}
	
	.elementor-widget.title-alignment-center .neuros-heading.heading-with-pagination .neuros-heading-inner {
		margin: 0;
	}
	
	.elementor-widget.title-alignment-center .neuros-heading.heading-with-pagination .owl-dots, .elementor-widget.title-alignment-center .neuros-heading.heading-with-pagination .owl-nav {
		margin-top: 30px;
	}
	
	.elementor-widget.title-alignment-center .neuros-heading.heading-with-pagination .owl-nav {
		-webkit-align-self: center;
		-moz-align-self: center;
		-ms-align-self: center;
		align-self: center;
	}
	
	.elementor-widget .owl-dots-desktop {
		display: block;
	}
	
	.elementor-widget .owl-dots-mobile {
		display: none;
	}
}

/********** Social Buttons **********/
.content-wrapper .wrapper-socials {
	margin: -15px -20px 0 -20px;
}

.content-wrapper .wrapper-socials li {
	margin: 15px 20px 0 20px;
}

.content-wrapper .wrapper-socials a {
	font-size: 16px;
	line-height: 1em;
}

/********** Accordion Elementor Widget **********/
.elementor-widget-accordion.elementor-accordion-style-counter {
	counter-reset: accordion-counter;
}

.elementor-widget-accordion.elementor-accordion-style-counter .elementor-accordion .elementor-accordion-item {
	counter-increment: accordion-counter;
}

.elementor-widget-accordion.elementor-accordion-style-counter .elementor-accordion .elementor-accordion-title {
	position: relative;
	padding: 0 0 0 11.6%;
}

.elementor-widget-accordion.elementor-accordion-style-counter .elementor-accordion .elementor-accordion-title:before {
	content: counter(accordion-counter, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
}

.elementor-widget-accordion.elementor-accordion-style-counter .elementor-accordion .elementor-tab-content {
	padding-left: 11.6%;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
	border-top: none;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	padding: 20px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	line-height: 1.166666;
	font-weight: 400;
	border: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
	font-size: 16px;
	letter-spacing: -.03em;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
	margin-top: .6em;
	font-size: 10px;
	width: 1em;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right, .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	text-align: center;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	margin-left: 20px;
	order: 2;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	margin-right: 20px;
	order: 0;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
	width: 100%;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
	padding: 0 35px 20px 0;
}

/********** Audio Listing Elementor Widget **********/
.elementor-widget-neuros_audio_listing.title-position-left {
	flex-direction: row-reverse;
}

.elementor-widget-neuros_audio_listing.title-position-left .audio-item img {
	margin-left: 1em;
}

.elementor-widget-neuros_audio_listing.title-position-right {
	flex-direction: row;
}

.elementor-widget-neuros_audio_listing.title-position-right .audio-item img {
	margin-right: 1em;
}

.elementor-widget-neuros_audio_listing.vertical-align-top .neuros-audio-listing .audio-item-wrapper .audio-item {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_audio_listing.vertical-align-bottom .neuros-audio-listing .audio-item-wrapper .audio-item {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.elementor-widget-neuros_audio_listing.vertical-align-middle .neuros-audio-listing .audio-item-wrapper .audio-item {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.neuros-audio-listing.view-inline {
	margin: -10px;
}

.neuros-audio-listing.view-inline .audio-item-wrapper {
	padding: 10px;
}

.neuros-audio-listing.view-inline .audio-item-wrapper .audio-item {
	padding: 6px 23px 7px 7px;
}

.neuros-audio-listing.view-inline .audio-item-wrapper img {
	width: 30px;
}

.neuros-audio-listing.view-columns {
	margin: -15px -20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.neuros-audio-listing.view-columns .audio-item-wrapper {
	width: 100%;
	padding: 15px 20px;
}

.neuros-audio-listing.view-columns .audio-item-wrapper .audio-item {
	padding: 14px 30px 14px 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.neuros-audio-listing.view-columns .audio-item-wrapper img {
	width: 45px;
}

.neuros-audio-listing .audio-item-wrapper {
	display: inline-block;
	vertical-align: top;
}

.neuros-audio-listing .audio-item-wrapper .audio-item {
	cursor: pointer;
	border: 1px solid;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-transition: color .3s, background-color .3s, border-color .3s, box-shadow .3s, border-width .3s;
	transition: color .3s, background-color .3s, border-color .3s, box-shadow .3s, border-width .3s;
}

.neuros-audio-listing .audio-item-wrapper .audio-item.active .audio-icon i:before {
	content: "";
}

.neuros-audio-listing .audio-item-wrapper .audio-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-items: inherit;
	-moz-align-items: inherit;
	-ms-align-items: inherit;
	align-items: inherit;
}

.neuros-audio-listing .audio-item-wrapper .audio-icon {
	font-size: 23px;
	line-height: 1;
	margin-right: 16px;
}

.neuros-audio-listing .audio-item-wrapper .audio-icon i {
	width: 1.21739em;
	text-align: start;
}

.neuros-audio-listing .audio-item-wrapper .audio-item-title {
	font-size: 14px;
	line-height: 27px;
}

.neuros-audio-listing .audio-item-wrapper img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

@media only screen and (min-width: 576px) {
	.neuros-audio-listing.view-columns.columns-2 .audio-item-wrapper, .neuros-audio-listing.view-columns.columns-3 .audio-item-wrapper, .neuros-audio-listing.view-columns.columns-4 .audio-item-wrapper, .neuros-audio-listing.view-columns.columns-5 .audio-item-wrapper, .neuros-audio-listing.view-columns.columns-6 .audio-item-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.neuros-audio-listing.view-columns.columns-3 .audio-item-wrapper, .neuros-audio-listing.view-columns.columns-6 .audio-item-wrapper {
		width: 33.3333%;
	}
}

@media only screen and (min-width: 992px) {
	.neuros-audio-listing.view-columns.columns-4 .audio-item-wrapper {
		width: 25%;
	}
	
	.neuros-audio-listing.view-columns.columns-5 .audio-item-wrapper {
		width: 20%;
	}
	
	.neuros-audio-listing.view-columns.columns-6 .audio-item-wrapper {
		width: 16.6666%;
	}
}

/********** Awards Elementor Widget **********/
.neuros-awards-widget .awards-list .award-item {
	position: relative;
	margin: -5px -10px;
	padding: 31px 0 35px;
}

.neuros-awards-widget .awards-list .award-item:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 7px;
	right: 7px;
	border-bottom: 1px solid;
}

.neuros-awards-widget .awards-list div[class*=-column] {
	padding: 5px 10px;
}

.neuros-awards-widget .awards-list .award-year-column, .neuros-awards-widget .awards-list .award-subtitle-column {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.neuros-awards-widget .awards-list .award-year, .neuros-awards-widget .awards-list .award-subtitle {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
}

.neuros-awards-widget .awards-list .award-title {
	line-height: 1.4em;
}

.neuros-awards-widget .awards-list .award-title a {
	color: inherit;
}

.neuros-awards-widget .awards-list .award-title p {
	line-height: inherit;
}

@media only screen and (min-width: 768px) {
	.neuros-awards-widget .awards-list .award-item {
		margin: 0 -10px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.neuros-awards-widget .awards-list div[class*=-column] {
		padding: 0 10px;
	}
	
	.neuros-awards-widget .awards-list .award-year-column {
		width: 10%;
	}
	
	.neuros-awards-widget .awards-list .award-subtitle-column {
		width: 20%;
	}
	
	.neuros-awards-widget .awards-list .award-title-column {
		width: 100%;
	}
}

/********** Button Elementor Widget **********/
.neuros-button-border-style-gradient .button-container .neuros-button, .neuros-button-border-style-gradient .price-item-button-container .neuros-button, .neuros-button-border-style-gradient .vacancy-item-button .neuros-button, .neuros-button-border-style-gradient .content-slider-item-buttons .neuros-button {
	border-color: transparent !important;
}

.neuros-button-border-style-gradient .button-container .neuros-button .button-inner, .neuros-button-border-style-gradient .price-item-button-container .neuros-button .button-inner, .neuros-button-border-style-gradient .vacancy-item-button .neuros-button .button-inner, .neuros-button-border-style-gradient .content-slider-item-buttons .neuros-button .button-inner {
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
}

.neuros-button-border-style-gradient.neuros-button-type-alt .button-container .neuros-button {
	border: none;
}

.neuros-button-border-style-solid .button-container .neuros-button:after, .neuros-button-border-style-solid .button-container .neuros-button:hover:after, .neuros-button-border-style-solid .price-item-button-container .neuros-button:after, .neuros-button-border-style-solid .price-item-button-container .neuros-button:hover:after, .neuros-button-border-style-solid .vacancy-item-button .neuros-button:after, .neuros-button-border-style-solid .vacancy-item-button .neuros-button:hover:after, .neuros-button-border-style-solid .content-slider-item-buttons .neuros-button:after, .neuros-button-border-style-solid .content-slider-item-buttons .neuros-button:hover:after {
	background: none;
}

.neuros-button-border-style-solid .button-container .neuros-button .button-inner, .neuros-button-border-style-solid .price-item-button-container .neuros-button .button-inner, .neuros-button-border-style-solid .vacancy-item-button .neuros-button .button-inner, .neuros-button-border-style-solid .content-slider-item-buttons .neuros-button .button-inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.neuros-button-border-style-solid.neuros-button-type-alt .button-container .neuros-button {
	border-bottom-width: var(--button-border-width, 1px);
	border-bottom-style: solid;
	background-image: none;
}

.neuros-button-border-style-solid.neuros-button-type-alt .button-container .neuros-button.nitro-lazy {
	background-image: none !important;
}

.neuros-button-bakground-style-solid .button-container .neuros-button .button-inner, .neuros-button-bakground-style-solid .price-item-button-container .neuros-button .button-inner, .neuros-button-bakground-style-solid .vacancy-item-button .neuros-button .button-inner, .neuros-button-bakground-style-solid .content-slider-item-buttons .neuros-button .button-inner {
	display: none;
}

.neuros-button-bakground-style-gradient .button-container .neuros-button, .neuros-button-bakground-style-gradient .button-container .neuros-button:hover, .neuros-button-bakground-style-gradient .price-item-button-container .neuros-button, .neuros-button-bakground-style-gradient .price-item-button-container .neuros-button:hover, .neuros-button-bakground-style-gradient .vacancy-item-button .neuros-button, .neuros-button-bakground-style-gradient .vacancy-item-button .neuros-button:hover, .neuros-button-bakground-style-gradient .content-slider-item-buttons .neuros-button, .neuros-button-bakground-style-gradient .content-slider-item-buttons .neuros-button:hover {
	background-color: transparent !important;
}

.elementor-widget-neuros_button.neuros-button-type-simple .neuros-button, .elementor-widget-neuros_button.neuros-button-type-simple .neuros-button:hover {
	padding: 10px 24px 11px 24px;
}

.elementor-widget-neuros_button.neuros-button-type-simple .neuros-button span.icon-button-arrow {
	display: none;
}

.elementor-widget-neuros_button.neuros-button-type-alt .neuros-button {
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	padding: 0 0 5px 1.42857em;
	background-size: 100% var(--button-border-width, 1px);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.elementor-widget-neuros_button.neuros-button-type-alt .neuros-button:after {
	display: none;
}

.elementor-widget-neuros_button.neuros-button-type-alt .neuros-button span[class^="icon"] {
	font-size: .6429em;
	top: 1em;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-widget-neuros_button.neuros-button-type-alt .neuros-button span[class^="icon"].right {
	right: 0;
	left: initial;
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	transform: translateX(1em);
}

.elementor-widget-neuros_button.neuros-button-type-alt .neuros-button:hover {
	background-color: transparent;
	padding: 0 1.42857em 5px 0;
}

.elementor-widget-neuros_button.neuros-button-type-alt .neuros-button:hover span[class^="icon"].left {
	-webkit-transform: translateX(-1em) !important;
	-ms-transform: translateX(-1em) !important;
	transform: translateX(-1em) !important;
}

.elementor-widget-neuros_button.neuros-button-type-alt .neuros-button:hover span[class^="icon"].right {
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.elementor-widget-neuros_button .button-widget {
	line-height: 1;
	font-size: 0;
}

.elementor-widget-neuros_button .button-container {
	position: relative;
	display: inline-block;
	z-index: 2;
	line-height: 1;
	font-size: 0;
}

.elementor-widget-neuros_button .neuros-button-decoration {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.elementor-widget-neuros_button .neuros-button-decoration:before, .elementor-widget-neuros_button .neuros-button-decoration:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

.elementor-widget-neuros_button.decoration-position-bottom .neuros-button-decoration {
	padding: 0 20px 0 20px;
}

.elementor-widget-neuros_button.decoration-position-bottom .neuros-button-decoration:before {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-neuros_button.decoration-position-bottom .neuros-button-decoration:after {
	right: 0;
	left: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-neuros_button.decoration-position-top .neuros-button-decoration {
	padding: 0 20px 0 20px;
}

.elementor-widget-neuros_button.decoration-position-top .neuros-button-decoration:before {
	left: 0;
	right: initial;
	top: 0;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top-right-radius: 20px;
}

.elementor-widget-neuros_button.decoration-position-top .neuros-button-decoration:after {
	right: 0;
	left: initial;
	top: 0;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top-left-radius: 20px;
}

.elementor-widget-neuros_button.decoration-position-left .neuros-button-decoration {
	padding: 20px 20px 0 0;
}

.elementor-widget-neuros_button.decoration-position-left .neuros-button-decoration:before {
	left: 0;
	right: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-neuros_button.decoration-position-left .neuros-button-decoration:after {
	right: 0;
	left: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-neuros_button.decoration-position-right .neuros-button-decoration {
	padding: 20px 0 0 20px;
}

.elementor-widget-neuros_button.decoration-position-right .neuros-button-decoration:before {
	right: 0;
	left: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-neuros_button.decoration-position-right .neuros-button-decoration:after {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

/********** Content Slider Elementor Widget **********/
.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav {
	bottom: 60px;
	top: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"] .nav-button-inner, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"] .nav-button-inner {
	min-width: 60px;
	min-height: 51px;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-prev {
	margin-bottom: 0;
	padding-top: 16px;
	-webkit-border-radius: 0 25px 0 0;
	border-radius: 0 25px 0 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev:after, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-prev:after {
	display: none;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-next {
	margin-top: 0;
	padding-bottom: 16px;
	-webkit-border-radius: 0 0 25px 0;
	border-radius: 0 0 25px 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next:before, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-next:before {
	display: none;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next:after, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-next:after {
	left: 0;
	right: initial;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].disabled .nav-button-inner:before, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].disabled .nav-button-inner:before {
	opacity: .5;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav {
	position: relative;
	bottom: initial;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-prev, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-next {
	padding: 10px 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-prev .nav-button-inner, .elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-next .nav-button-inner {
	display: none;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-position-group .bottom-area .owl-nav button[class*="owl-"].owl-next:before {
	display: inline;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-left.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav {
	right: initial;
	left: 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-left.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev {
	-webkit-border-radius: 0 25px 0 0;
	border-radius: 0 25px 0 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-left.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev:before {
	left: 0;
	right: initial;
	-webkit-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-left.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next {
	-webkit-border-radius: 0 0 25px 0;
	border-radius: 0 0 25px 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-left.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next:after {
	left: 0;
	right: initial;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-right.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav {
	left: initial;
	right: 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-right.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev {
	-webkit-border-radius: 25px 0 0 0;
	border-radius: 25px 0 0 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-right.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev:before {
	right: 0;
	left: initial;
	-webkit-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-right.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next {
	-webkit-border-radius: 0 0 0 25px;
	border-radius: 0 0 0 25px;
}

.elementor-widget-neuros_content_slider.content-slider-navigation-alignment-right.content-slider-navigation-position-group .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next:after {
	right: 0;
	left: initial;
	-webkit-border-radius: 0 20px 0 0;
	border-radius: 0 20px 0 0;
}

.neuros-content-slider-widget .neuros-content-wrapper-1, .neuros-content-slider-widget .neuros-content-wrapper-2, .neuros-content-slider-widget .neuros-content-wrapper-3 {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all .6s;
	transition: all .6s;
}

.neuros-content-slider-widget .neuros-content-wrapper-4 {
	opacity: 0;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.neuros-content-slider-widget .neuros-content-wrapper-1 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.neuros-content-slider-widget .neuros-content-wrapper-2 {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.neuros-content-slider-widget .neuros-content-wrapper-3 {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.neuros-content-slider-widget .neuros-content-wrapper-4 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.neuros-content-slider-widget .owl-carousel.owl-theme img {
	display: inline-block;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav.disabled {
	display: none !important;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"] {
	margin: 20px 0;
	overflow: visible;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"]:before, .neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"]:after {
	display: block;
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"]:before {
	left: 0;
	top: -40px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"]:after {
	left: 0;
	right: initial;
	top: initial;
	-webkit-mask: none, none;
	mask: none, none;
	bottom: -40px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top-left-radius: 20px;
	background: none;
	padding: 0;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"] .nav-button-inner {
	display: block;
	min-width: 70px;
	min-height: 95px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"] .nav-button-inner:before {
	font: 400 normal 13px/1em "fontello";
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev {
	-webkit-border-radius: 0px 25px 25px 0px;
	border-radius: 0px 25px 25px 0px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-prev .nav-button-inner:before {
	content: "";
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next {
	-webkit-border-radius: 25px 0px 0px 25px;
	border-radius: 25px 0px 0px 25px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next:before {
	right: 0;
	left: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next:after {
	right: 0;
	left: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top-right-radius: 20px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"].owl-next .nav-button-inner:before {
	content: "";
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-item {
	outline: none;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-item.active .neuros-content-wrapper-1, .neuros-content-slider-widget .owl-carousel.owl-theme .owl-item.active .neuros-content-wrapper-2, .neuros-content-slider-widget .owl-carousel.owl-theme .owl-item.active .neuros-content-wrapper-3 {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.neuros-content-slider-widget .owl-carousel.owl-theme .owl-item.active .neuros-content-wrapper-4 {
	opacity: 1;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item {
	position: relative;
	background-blend-mode: overlay;
	height: 500px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.reverse-columns .elementor-text-column .elementor-row .title-column {
	order: 1;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.reverse-columns .elementor-text-column .elementor-row .slide-content-column {
	order: 2;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.reverse-columns .elementor-text-column .elementor-row .counter-column {
	order: 0;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column {
	height: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section {
	height: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container {
	height: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container > .elementor-row {
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container > .elementor-row .slide-content-column {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	margin: 10px;
	padding: 25px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container > .elementor-row .counter-column {
	margin: 10px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .elementor-background-video-container {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .elementor-background-video-container:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .5;
	left: 0;
	top: 0;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .elementor-background-video-container .elementor-video-iframe {
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .elementor-background-video-container .elementor-background-video-hosted {
	height: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button {
	min-width: min-content;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button .elementor-custom-embed-play {
	display: block;
	white-space: nowrap;
	position: relative;
	padding: 20px;
	cursor: pointer;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button .icon-play-wrapper {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button .icon-play-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 54%, calc(100% - 1px) 54%, 25% 100%, calc(25% - .5px) 100%, 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 54%, calc(100% - 1px) 54%, 25% 100%, calc(25% - .5px) 100%, 0 100%, 0 0);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button .eicon-play {
	position: relative;
	vertical-align: top;
	color: inherit;
	border: none;
	margin-left: .3em;
	font-size: 12px;
	line-height: inherit;
	opacity: 1;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button .eicon-play:before {
	font-family: "fontello";
	content: "";
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button .neuros_button_text {
	display: inline-block;
	font-size: 16px;
	line-height: 1.875em;
	font-weight: 600;
	vertical-align: middle;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .neuros-video-button .neuros_button_text:not(:first-child) {
	margin-left: 15px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .counter-column {
	padding: 20px;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	align-self: flex-end;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .counter-column .elementor-counter {
	--counter-prefix-grow: 0;
	--counter-suffix-grow: 0;
	flex-direction: column;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .counter-column .elementor-counter-title {
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: -.03em;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item .counter-column .elementor-counter-number-wrapper {
	letter-spacing: -.03em;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .title-column {
	padding: 20px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: min-content;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .slide-content-column, .neuros-content-slider-widget .owl-carousel.owl-theme .slide-image-column {
	padding: 20px;
	width: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .elementor-section, .neuros-content-slider-widget .owl-carousel.owl-theme .elementor-container, .neuros-content-slider-widget .owl-carousel.owl-theme .elementor-row {
	position: relative;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .elementor-top-section {
	height: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .elementor-top-section > .elementor-container {
	height: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .elementor-top-section > .elementor-container > .elementor-row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	height: 100%;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .elementor-inner-section {
	margin: 0;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .elementor-inner-section .elementor-row {
	margin-top: 0;
	margin-bottom: 0;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .elementor-row {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-heading {
	font-size: 40px;
	line-height: 1.125;
	font-weight: 400;
	letter-spacing: -.03em;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-heading .neuros-heading-content {
	letter-spacing: -.03em;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-heading .neuros-heading-content.has_gradient_color_text del {
	background-clip: text;
	-webkit-background-clip: text;
	text-decoration: none;
	color: transparent;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-content-wrapper-2:not(:first-child) {
	margin: 16px 0 0;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-content-wrapper-3:not(:first-child) {
	margin: 27px 0 0;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-button {
	--button-side-padding: 63px;
	padding: 15px 49px 16px var(--button-side-padding);
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-button:hover {
	padding: 15px var(--button-side-padding) 16px 49px;
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-button span[class^="icon"].left {
	left: calc(var(--button-side-padding) - 20px);
}

.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-button span[class^="icon"].right {
	right: calc(var(--button-side-padding) - 20px);
}

.neuros-content-slider-widget .bottom-area {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	z-index: 10;
}

.neuros-content-slider-widget .bottom-area .contacts {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	padding: 5px 0 20px;
}

.neuros-content-slider-widget .bottom-area .owl-dots {
	margin: 0;
	padding: 10px 0 0;
	width: 100%;
}

.neuros-content-slider-widget .bottom-area .content-slider-video {
	position: absolute;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	bottom: 100%;
	right: 0;
}

.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play {
	padding: 20px 35px;
	-webkit-border-radius: 25px 0px 0px 0px;
	border-radius: 25px 0px 0px 0px;
}

.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay {
	padding: 20px 0 0 20px;
	position: relative;
	overflow: hidden;
}

.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay:before, .neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay:before {
	right: 0;
	left: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay:after {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 575px) {
	.neuros-content-slider-widget .owl-carousel.owl-theme .owl-nav button[class*="owl-"] .nav-button-inner {
		min-width: 45px;
		min-height: 65px;
	}
	
	.neuros-content-slider-widget .bottom-area .owl-nav:not(:last-child) {
		margin-right: 15px;
	}
	
	.neuros-content-slider-widget .bottom-area .content-slider-video {
		position: relative;
		bottom: initial;
	}
	
	.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay {
		padding: 0;
	}
	
	.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay:before, .neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-image-overlay:after {
		display: none;
	}
	
	.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play {
		padding: 20px 30px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}
}

@media only screen and (min-width: 576px) {
	.neuros-content-slider-widget .bottom-area .owl-dots {
		padding: 20px 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item {
		height: 600px;
	}
	
	.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container > .elementor-row .slide-content-column, .neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container > .elementor-row .counter-column {
		margin: 15px;
	}
	
	.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-heading {
		font-size: 60px;
	}
	
	.neuros-content-slider-widget .owl-carousel.owl-theme .slide-content-column {
		width: 63%;
	}
}

@media only screen and (min-width: 992px) {
	.neuros-content-slider-widget .bottom-area .content-slider-video .elementor-custom-embed-play {
		padding: 35px 68px 22px 94px;
	}
	
	.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container > .elementor-row .slide-content-column, .neuros-content-slider-widget .owl-carousel.owl-theme .slider-item.stretch-text-column .elementor-top-section > .elementor-container > .elementor-row .elementor-text-column .elementor-section > .elementor-container > .elementor-row .counter-column {
		margin: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.neuros-content-slider-widget .owl-carousel.owl-theme .slider-item {
		height: 900px;
	}
	
	.neuros-content-slider-widget .owl-carousel.owl-theme .neuros-heading {
		font-size: 80px;
	}
	
	.neuros-content-slider-widget .bottom-area .owl-dots {
		margin: 0 30px;
	}
}

/********** Counter Elementor Widget **********/
.elementor-widget-counter .elementor-counter {
	gap: 6px;
}

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
	--counter-prefix-grow: 0;
	font-size: 100px;
	line-height: 1em;
	font-weight: 600;
	white-space: nowrap;
	-webkit-background-clip: text;
	letter-spacing: -.05em;
}

.elementor-widget-counter .elementor-counter .elementor-counter-title {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	margin: 0;
}

/********** Custom Menu Elementor Widget **********/
.elementor-widget-neuros_custom_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-neuros_custom_menu ul li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.elementor-widget-neuros_custom_menu ul li:before {
	display: none;
	content: none;
}

.elementor-widget-neuros_custom_menu ul li a {
	display: block;
	padding: 5px 0;
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
}

@media only screen and (min-width: 768px) {
	.elementor-widget-neuros_custom_menu ul li {
		padding: 0 15px;
	}
	
	.elementor-widget-neuros_custom_menu ul li a {
		padding: 10px 0;
	}
}

@media only screen and (min-width: 992px) {
	.elementor-widget-neuros_custom_menu ul li {
		padding: 0 35px;
	}
	
	.elementor-widget-neuros_custom_menu ul li a {
		padding: 33px 0;
	}
	
	.elementor-widget-neuros_custom_menu ul li a:before {
		content: "";
		position: absolute;
		display: block;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

/********** Icon Elementor Widget **********/
.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-left .elementor-icon-wrapper {
	padding: 20px 20px 0 0;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-left .elementor-icon-wrapper:before {
	left: 0;
	right: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-left .elementor-icon-wrapper:after {
	right: 0;
	left: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-right .elementor-icon-wrapper {
	padding: 20px 0 0 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-right .elementor-icon-wrapper:before {
	right: 0;
	left: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-right .elementor-icon-wrapper:after {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-center .elementor-icon-wrapper {
	padding: 0 20px 0 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-center .elementor-icon-wrapper:before {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on.neuros-icon-alignment-center .elementor-icon-wrapper:after {
	right: 0;
	left: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on .elementor-widget-container {
	line-height: 0;
}

.elementor-widget-icon.neuros-icon-decoration-on .elementor-icon-wrapper {
	padding: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.elementor-widget-icon.neuros-icon-decoration-on .elementor-icon-wrapper:before, .elementor-widget-icon.neuros-icon-decoration-on .elementor-icon-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on .elementor-icon-wrapper:before {
	left: 0;
	top: -20px;
	border-bottom-left-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on .elementor-icon-wrapper:after {
	right: 0;
	bottom: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-icon.neuros-icon-decoration-on .elementor-icon-inner {
	position: relative;
	padding: 10px 10px 0 10px;
}

.elementor-widget-icon .elementor-icon-wrapper {
	line-height: 0;
}

.elementor-widget-icon .elementor-icon svg {
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal {
	position: relative;
	overflow: hidden;
}

.elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:active i:first-child:not(:last-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:active svg:first-child:not(:last-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:focus i:first-child:not(:last-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:focus svg:first-child:not(:last-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:hover i:first-child:not(:last-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:hover svg:first-child:not(:last-child) {
	-webkit-transform: translateX(777px);
	-ms-transform: translateX(777px);
	transform: translateX(777px);
	transition-timing-function: cubic-bezier(.98, 0, 1, 1);
	opacity: 0;
}

.elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:active i:last-child:not(:first-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:active svg:last-child:not(:first-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:focus i:last-child:not(:first-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:focus svg:last-child:not(:first-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:hover i:last-child:not(:first-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal:hover svg:last-child:not(:first-child) {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-timing-function: cubic-bezier(0, 0, 0, .98);
	opacity: 1;
}

.elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal svg {
	-webkit-transition: transform .4s, fill .3s, opacity .4s;
	transition: transform .4s, fill .3s, opacity .4s;
}

.elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal i {
	-webkit-transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s;
}

.elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal i:last-child:not(:first-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal svg:last-child:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: translateX(-777px);
	-ms-transform: translateX(-777px);
	transform: translateX(-777px);
	transition-timing-function: cubic-bezier(.98, 0, 1, 1);
	opacity: 0;
}

.elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal i:first-child:not(:last-child), .elementor-widget-icon .elementor-icon.elementor-animation-slide-horizontal svg:first-child:not(:last-child) {
	transition-timing-function: cubic-bezier(0, 0, 0, .98);
}

/********** Icon Box Elementor Widget **********/
.neuros-icon-box-widget .icon-box-item-link {
	display: block;
}

.neuros-icon-box-widget .icon-box-item .icon-container {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	margin: 0 0 15px;
	width: 56px;
	height: 56px;
}

.neuros-icon-box-widget .icon-box-item .icon-container.background-type-color {
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.neuros-icon-box-widget .icon-box-item .icon-container img {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.neuros-icon-box-widget .icon-box-item .icon-container .icon, .neuros-icon-box-widget .icon-box-item .icon-container .background {
	position: absolute;
	display: block;
	left: 50%;
	right: auto;
	top: 50%;
	bottom: initial;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.neuros-icon-box-widget .icon-box-item .icon-container .icon svg, .neuros-icon-box-widget .icon-box-item .icon-container .background svg {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: fill .3s;
	transition: fill .3s;
}

.neuros-icon-box-widget .icon-box-item .icon-container .icon {
	z-index: 3;
}

.neuros-icon-box-widget .icon-box-item .icon-container i {
	position: relative;
	z-index: 3;
	-webkit-transition: color .3s, fill .3s;
	transition: color .3s, fill .3s;
}

.neuros-icon-box-widget .icon-box-item .content-container {
	display: block;
}

.neuros-icon-box-widget .icon-box-item .icon-box-title {
	margin: 0;
	font-weight: 600;
	letter-spacing: normal;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.neuros-icon-box-widget .icon-box-item .icon-box-info:not(:first-child) {
	margin: 9px 0 0;
}

.elementor-widget-neuros_icon_box.icon-position-top .icon-box-item {
	display: block;
}

.elementor-widget-neuros_icon_box.icon-position-top.alignment-left .icon-box-item {
	text-align: left;
}

.elementor-widget-neuros_icon_box.icon-position-top.alignment-right .icon-box-item {
	text-align: right;
}

.elementor-widget-neuros_icon_box.icon-position-top.alignment-center .icon-box-item {
	text-align: center;
}

.elementor-widget-neuros_icon_box.icon-position-left .icon-box-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_icon_box.icon-position-left.alignment-left .icon-box-item {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget-neuros_icon_box.icon-position-left.alignment-right .icon-box-item {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget-neuros_icon_box.icon-position-left.alignment-center .icon-box-item {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align: center;
}

.elementor-widget-neuros_icon_box.icon-position-left.alignment-space-between .icon-box-item {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
}

.elementor-widget-neuros_icon_box.icon-position-right .icon-box-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_icon_box.icon-position-right.alignment-left .icon-box-item {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	text-align: left;
}

.elementor-widget-neuros_icon_box.icon-position-right.alignment-right .icon-box-item {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	text-align: right;
}

.elementor-widget-neuros_icon_box.icon-position-right.alignment-center .icon-box-item {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	text-align: center;
}

.elementor-widget-neuros_icon_box.icon-position-right.alignment-space-between .icon-box-item {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
}

.elementor-widget-neuros_icon_box.icon-position-bottom .icon-box-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_icon_box.icon-position-bottom.alignment-left .icon-box-item {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	text-align: left;
}

.elementor-widget-neuros_icon_box.icon-position-bottom.alignment-right .icon-box-item {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	text-align: right;
}

.elementor-widget-neuros_icon_box.icon-position-bottom.alignment-center .icon-box-item {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}

.elementor-widget-neuros_icon_box.v-alignment-top .icon-box-item {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_icon_box.v-alignment-middle .icon-box-item {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.elementor-widget-neuros_icon_box.v-alignment-bottom .icon-box-item {
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

/********** Icon List Elementor Widget **********/
.elementor-icon-list-items .elementor-icon-list-item {
	padding: 0;
}

.elementor-icon-list-items .elementor-icon-list-item:before {
	content: none;
	display: none;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item > a, .elementor-widget .elementor-icon-list-item > .item-wrapper, .elementor-widget .elementor-icon-list-item > .item-wrapper > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/********** Image Elementor Widget **********/
.elementor-widget-image .wp-caption {
	max-width: 100%;
}

.elementor-widget-image.add-hover-animation .elementor-image img {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.elementor-widget-image.add-hover-animation .elementor-image img:hover {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-box-shadow: 0 20px 51px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 20px 51px rgba(0, 0, 0, .09);
	box-shadow: 0 20px 51px rgba(0, 0, 0, .09);
}

.elementor-widget-image .hovered-text {
	padding: 0;
	pointer-events: none;
	position: fixed;
	line-height: 1;
	font-size: 0;
	left: 50%;
	top: 50%;
	z-index: 2;
	text-align: left;
	-webkit-transition: clip-path .4s ease-out;
	transition: clip-path .4s ease-out;
	overflow: hidden;
	opacity: 0;
	clip-path: inset(0 100% 0 0);
	-webkit-clip-path: inset(0 100% 0 0);
}

.elementor-widget-image .hovered-text.active {
	opacity: 1;
	clip-path: inset(0 0 0 0);
	-webkit-clip-path: inset(0 0 0 0);
}

.elementor-widget-image .hovered-text .hovered-text-card {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-image .hovered-text .hovered-text-subtitle-wrapper {
	position: relative;
	padding-right: 10px;
	overflow: hidden;
}

.elementor-widget-image .hovered-text .hovered-text-subtitle-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 6px;
	right: 0;
	height: 30px;
	width: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 20px 0 0 red;
}

.elementor-widget-image .hovered-text .hovered-text-subtitle {
	font-size: 14px;
	line-height: 1.7857em;
	font-weight: 600;
	letter-spacing: -.03em;
	padding: 6px 14px 0 14px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.elementor-widget-image .hovered-text .hovered-text-title {
	margin-top: -6px;
	font-size: 18px;
	line-height: 1.3888em;
	font-weight: 500;
	letter-spacing: -.03em;
	padding: 12px 18px 13px 16px;
	-webkit-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	z-index: 1;
}

/********** Image Box Elementor Widget **********/
.elementor-widget-image-box .elementor-image-box-wrapper {
	line-height: 0;
}

.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
	margin: 0 auto;
}

.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	margin-bottom: 5px;
	font-weight: 700;
}

/********** Image Carousel Elementor Widget **********/
.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .owl-carousel.view-type-2 .owl-stage-outer {
	overflow: initial !important;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .owl-carousel.view-type-2 .owl-item {
	opacity: .5;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .owl-carousel.view-type-2 .owl-item.active {
	opacity: 1;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .slider-item {
	font-size: 0;
	line-height: 1;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .slider-item .slider-item-inner {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .slider-item img {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .slider-item img:not(:first-child) {
	margin: 25px 0 0;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .slider-item .slider-item-title {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
}

.elementor-widget-neuros_image_carousel .neuros-image-slider-widget .slider-item .slider-item-description:not(:first-child) {
	margin: 18px 0 0;
}

/********** Instagram Feed Elementor Widget **********/
#sb_instagram {
	font-size: 0;
	line-height: 1;
	position: relative;
	z-index: 1;
}

#sb_instagram .sbi_item {
	position: relative;
	float: none !important;
}

#sb_instagram .sbi_item .sbi_photo {
	position: relative;
	opacity: 1 !important;
	height: 0 !important;
	padding: 100% 0 0;
}

#sb_instagram .sbi_item .sbi_photo:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
}

#sb_instagram .sbi_item .sbi_photo:after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	display: block;
	text-align: center;
	font: 400 normal 28px/1em "Font Awesome 5 Brands";
	z-index: 3;
	left: 50%;
	right: auto;
	top: 40%;
	margin: -14px 0 0 -14px;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
}

#sb_instagram .sbi_item .sbi_photo:hover:before {
	opacity: .5;
}

#sb_instagram .sbi_item .sbi_photo:hover:after {
	top: 50%;
	opacity: 1;
}

#sb_instagram .sbi_item .sbi_photo img {
	display: block !important;
	position: absolute;
	left: 0;
	right: initial;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
	width: 50%;
}

.neuros-instagram-feed {
	position: relative;
}

.neuros-instagram-feed .instagram-feed-info {
	display: none;
}

@media only screen and (min-width: 576px) {
	#sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
		width: 25%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
		width: 33.3333%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
		width: 20%;
	}
}

@media only screen and (min-width: 992px) {
	#sb_instagram.sbi_width_resp.sbi_col_2 #sbi_images .sbi_item {
		width: 50%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_3 #sbi_images .sbi_item {
		width: 33.3333%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_4 #sbi_images .sbi_item {
		width: 25%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_5 #sbi_images .sbi_item {
		width: 20%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_6 #sbi_images .sbi_item {
		width: 16.6667%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_7 #sbi_images .sbi_item {
		width: 14.2857%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_8 #sbi_images .sbi_item {
		width: 12.5%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_9 #sbi_images .sbi_item {
		width: 11.1111%;
	}
	
	#sb_instagram.sbi_width_resp.sbi_col_10 #sbi_images .sbi_item {
		width: 10%;
	}
	
	.neuros-instagram-feed #sb_instagram .sbi_item .sbi_photo:after {
		font-size: 46px;
		line-height: 46px;
		width: 46px;
		height: 46px;
		margin: -23px 0 0 -23px;
	}
	
	.neuros-instagram-feed .instagram-feed-info {
		display: block;
		min-width: 270px;
		position: absolute;
		top: 50%;
		left: 50%;
		right: initial;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding: 30px 30px 31px;
		text-align: center;
		z-index: 3;
	}
	
	.neuros-instagram-feed .instagram-feed-info .user-name {
		font-size: 21px;
		text-transform: uppercase;
		line-height: 1.5em;
		font-weight: 600;
		padding: 9px 0 3px;
		position: relative;
		z-index: 2;
		letter-spacing: .0952em;
	}
	
	.neuros-instagram-feed .instagram-feed-info .user-description {
		font-size: 14px;
		line-height: 1.5em;
		text-transform: uppercase;
		color: #a2a2a2;
		font-weight: 600;
		position: relative;
		z-index: 2;
	}
	
	.neuros-instagram-feed #sbi_mod_error + .instagram-feed-info {
		display: none;
	}
}

/********** Gallery Elementor Widget **********/
.elementor-image-gallery .gallery {
	margin: 0 -30px -30px 0;
}

.elementor-image-gallery .gallery .gallery-item {
	padding: 0 30px 30px 0;
}

.elementor-image-gallery .gallery .gallery-item .gallery-icon {
	overflow: initial;
}

.elementor-image-gallery .gallery .gallery-item .gallery-icon a {
	display: block;
	position: relative;
	text-decoration: none;
}

.elementor-image-gallery .gallery .gallery-item .gallery-caption {
	padding: 36px 0 0;
}

.elementor-image-gallery .gallery .gallery-item img {
	width: 100%;
}

/********** Heading Elementor Widget **********/
.elementor-widget-neuros_heading[data-settings*='neuros_heading_animation'] .neuros-subheading, .elementor-widget-neuros_image_carousel[data-settings*='neuros_heading_animation'] .neuros-subheading, .elementor-widget-neuros_step_carousel[data-settings*='neuros_heading_animation'] .neuros-subheading, .elementor-widget-neuros_projects_listing[data-settings*='neuros_heading_animation'] .neuros-subheading, .elementor-widget-neuros_services_listing[data-settings*='neuros_heading_animation'] .neuros-subheading {
	opacity: 0;
	-webkit-transition: opacity .4s .3s;
	transition: opacity .4s .3s;
}

.elementor-widget-neuros_heading[data-settings*='neuros_heading_animation'] .word, .elementor-widget-neuros_image_carousel[data-settings*='neuros_heading_animation'] .word, .elementor-widget-neuros_step_carousel[data-settings*='neuros_heading_animation'] .word, .elementor-widget-neuros_projects_listing[data-settings*='neuros_heading_animation'] .word, .elementor-widget-neuros_services_listing[data-settings*='neuros_heading_animation'] .word {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-clip-path: inset(-.15em -.1em);
	clip-path: inset(-.15em -.1em);
}

.elementor-widget-neuros_heading[data-settings*='neuros_heading_animation'] .word .letter, .elementor-widget-neuros_image_carousel[data-settings*='neuros_heading_animation'] .word .letter, .elementor-widget-neuros_step_carousel[data-settings*='neuros_heading_animation'] .word .letter, .elementor-widget-neuros_projects_listing[data-settings*='neuros_heading_animation'] .word .letter, .elementor-widget-neuros_services_listing[data-settings*='neuros_heading_animation'] .word .letter {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	opacity: 0;
	-webkit-transform: translateY(120%);
	-ms-transform: translateY(120%);
	transform: translateY(120%);
	-webkit-transition: opacity .35s, transform .7s cubic-bezier(.26, -.14, 0, 1.01);
	transition: opacity .35s, transform .7s cubic-bezier(.26, -.14, 0, 1.01);
}

.elementor-widget-neuros_image_carousel[data-settings*='neuros_heading_animation'], .elementor-widget-neuros_step_carousel[data-settings*='neuros_heading_animation'], .elementor-widget-neuros_projects_listing[data-settings*='neuros_heading_animation'], .elementor-widget-neuros_services_listing[data-settings*='neuros_heading_animation'] {
	visibility: visible;
}

.elementor-widget-neuros_heading.neuros-heading-subheading-decoration-off .neuros-subheading:before, .elementor-widget-neuros_heading.neuros-heading-subheading-decoration-off .neuros-subheading:after {
	display: none;
}

.neuros_heading_animation .neuros-heading .neuros-subheading {
	opacity: 1;
}

.neuros_heading_animation .neuros-heading .neuros-heading-content .word .letter {
	opacity: 1;
	transform: translateY(0);
}

.neuros-heading {
	position: relative;
}

.neuros-heading .neuros-subheading {
	display: block;
	font-size: .875rem;
	line-height: 1.75em;
	font-weight: 500;
	letter-spacing: normal;
}

.neuros-heading .neuros-subheading:not(:last-child) {
	margin-bottom: 1.125em;
}

.neuros-heading .neuros-subheading:before, .neuros-heading .neuros-subheading:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.neuros-heading .neuros-subheading:after {
	margin-right: 0;
	margin-left: 3px;
}

.neuros-heading .neuros-heading-content {
	display: block;
	position: relative;
	z-index: 1;
}

.neuros-heading .neuros-heading-content span[style*="text-decoration: underline"], .neuros-heading .neuros-heading-content u {
	text-decoration: none !important;
	position: relative;
	display: inline-block;
}

.neuros-heading .neuros-heading-content span[style*="text-decoration: underline"]:before, .neuros-heading .neuros-heading-content u:before {
	content: "";
	position: absolute;
	display: block;
	left: -.025em;
	right: -.1em;
	height: .225em;
	bottom: .125em;
	z-index: -1;
}

.neuros-heading .neuros-heading-content.has_gradient_color_text del {
	background-clip: text;
	-webkit-background-clip: text;
	text-decoration: none;
	color: transparent;
}

@media only screen and (min-width: 992px) {
	.neuros-heading .neuros-subheading {
		font-size: 1rem;
	}
}

/********** Moving List Elementor Widget **********/
.neuros-moving-list-widget {
	line-height: 0;
}

.moving-list {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin: 0 -10px;
}

.moving-list .moving-item {
	width: 300px;
	margin: 0 10px;
}

.moving-list .moving-item .moving-item-inner {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.moving-list .moving-item .moving-item-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.moving-list .moving-item .moving-item-title {
	position: absolute;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: -.05em;
	line-height: .6em;
	bottom: -.1em;
	right: 0;
	white-space: nowrap;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg) translateX(100%);
	-ms-transform: rotate(-90deg) translateX(100%);
	transform: rotate(-90deg) translateX(100%);
	-webkit-transition: color .3s;
	transition: color .3s;
}

/********** Neuros Gallery Widget **********/
.neuros-gallery-title-style-simple .gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper {
	padding: 0;
}

.neuros-gallery-title-style-simple .gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper:before, .neuros-gallery-title-style-simple .gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper:after {
	display: none;
}

.neuros-gallery-title-style-simple .gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper .gallery-item-content {
	background-color: transparent;
	padding: 0 40px 60px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.neuros-gallery-widget .owl-nav {
	left: 15px;
	right: 15px;
}

.neuros-gallery-widget .owl-nav button:not(.customize-partial-edit-shortcut-button)[class*="owl-"] {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.neuros-gallery-widget .cursor_drag {
	display: none;
	padding: 0;
	pointer-events: none;
	position: fixed;
	width: 10px;
	height: 10px;
	line-height: 1;
	font-size: 0;
	letter-spacing: .5em;
	text-indent: 5px;
	text-align: center;
	text-transform: uppercase;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transition: font-size .3s;
	transition: font-size .3s;
}

.neuros-gallery-widget .cursor_drag.active {
	font-size: 14px;
}

.neuros-gallery-widget .cursor_drag.active .cursor-bg {
	-webkit-transform: scale(11.5);
	-ms-transform: scale(11.5);
	transform: scale(11.5);
}

.neuros-gallery-widget .cursor_drag .cursor-bg {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.neuros-gallery-widget .cursor_drag span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gallery-wrapper {
	margin: -15px;
}

.gallery-wrapper.isotope-trigger:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-wrapper .grid-sizer {
	width: 100%;
}

.gallery-wrapper .gallery-item-wrapper {
	margin: 0;
	position: relative;
	width: 100%;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item {
	position: relative;
	height: 0;
	overflow: hidden;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-inner, .gallery-wrapper .gallery-item-wrapper .gallery-item-link {
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	text-decoration: none;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-inner .gallery-item-media, .gallery-wrapper .gallery-item-wrapper .gallery-item-link .gallery-item-media {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: transform .5s;
	transition: transform .5s;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-inner .gallery-item-media img, .gallery-wrapper .gallery-item-wrapper .gallery-item-link .gallery-item-media img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-inner:hover .gallery-item-content-wrapper, .gallery-wrapper .gallery-item-wrapper .gallery-item-link:hover .gallery-item-content-wrapper {
	opacity: 1;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-link:hover .gallery-item-media img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: blur(10px);
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	padding: 20px 20px 0 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 3;
	overflow: hidden;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper:before, .gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper:before {
	top: -20px;
	bottom: initial;
	border-bottom-left-radius: 20px;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper:after {
	right: 0;
	border-bottom-left-radius: 20px;
}

.gallery-wrapper .gallery-item-wrapper .gallery-item-content-wrapper .gallery-item-content {
	display: block;
	padding: 36px 28px 27px 20px;
	-webkit-border-radius: 0 25px 0 0;
	border-radius: 0 25px 0 0;
}

.gallery-wrapper .gallery-item-wrapper .post-title {
	font-size: 20px;
	line-height: 1.25em;
	font-weight: 400;
	letter-spacing: -.03em;
}

.gallery-wrapper.gallery-grid .gallery-item-wrapper .gallery-item {
	padding: 72.74% 0 0;
}

.gallery-wrapper.gallery-masonry .gallery-item-wrapper .gallery-item {
	padding: 69.385% 0 0;
}

.gallery-wrapper.gallery-masonry.columns-4 .gallery-item {
	padding: 130% 0 0;
}

.gallery-wrapper.owl-carousel .gallery-item-wrapper {
	padding: 15px;
}

.gallery-wrapper.owl-carousel .gallery-item-wrapper .gallery-item {
	height: 500px;
}

.gallery-wrapper.owl-carousel .gallery-item-wrapper .gallery-item .gallery-item-inner, .gallery-wrapper.owl-carousel .gallery-item-wrapper .gallery-item .gallery-item-link {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media only screen and (min-width: 576px) {
	.gallery-wrapper .grid-sizer {
		width: 50%;
	}
	
	.gallery-wrapper.gallery-grid.columns-2 .gallery-item-wrapper, .gallery-wrapper.gallery-grid.columns-3 .gallery-item-wrapper, .gallery-wrapper.gallery-grid.columns-4 .gallery-item-wrapper, .gallery-wrapper.gallery-grid.columns-5 .gallery-item-wrapper, .gallery-wrapper.gallery-grid.columns-6 .gallery-item-wrapper {
		width: 50%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-2 .gallery-item-wrapper, .gallery-wrapper.gallery-masonry.columns-3 .gallery-item-wrapper, .gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper, .gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper, .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.gallery-wrapper.gallery-grid {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.gallery-wrapper.gallery-masonry.columns-3 .grid-sizer, .gallery-wrapper.gallery-masonry.columns-6 .grid-sizer {
		width: 33.3333%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-3 .gallery-item-wrapper:nth-child(6n+1), .gallery-wrapper.gallery-masonry.columns-3 .gallery-item-wrapper:nth-child(6n+3), .gallery-wrapper.gallery-masonry.columns-3 .gallery-item-wrapper:nth-child(6n+5), .gallery-wrapper.gallery-masonry.columns-3 .gallery-item-wrapper:nth-child(6n), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(6n+1), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(6n+3), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(6n+5), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(6n) {
		width: 33.3333%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-3 .gallery-item-wrapper:nth-child(6n+2), .gallery-wrapper.gallery-masonry.columns-3 .gallery-item-wrapper:nth-child(6n+4), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(6n+2), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(6n+4) {
		width: 66.6666%;
	}
}

@media only screen and (min-width: 992px) {
	.gallery-wrapper.gallery-grid.columns-3 .grid-sizer, .gallery-wrapper.gallery-grid.columns-6 .grid-sizer {
		width: 33.3333%;
	}
	
	.gallery-wrapper.gallery-grid.columns-3 .gallery-item-wrapper, .gallery-wrapper.gallery-grid.columns-6 .gallery-item-wrapper {
		width: 33.3333%;
	}
	
	.gallery-wrapper.gallery-grid.columns-4 .grid-sizer, .gallery-wrapper.gallery-grid.columns-5 .grid-sizer {
		width: 25%;
	}
	
	.gallery-wrapper.gallery-grid.columns-4 .gallery-item-wrapper, .gallery-wrapper.gallery-grid.columns-5 .gallery-item-wrapper {
		width: 25%;
	}
	
	.gallery-wrapper.gallery-grid.columns-5 .grid-sizer {
		width: 20%;
	}
	
	.gallery-wrapper.gallery-grid.columns-5 .gallery-item-wrapper {
		width: 20%;
	}
	
	.gallery-wrapper.gallery-grid.columns-6 .grid-sizer {
		width: 16.6666%;
	}
	
	.gallery-wrapper.gallery-grid.columns-6 .gallery-item-wrapper {
		width: 16.6666%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-4 .grid-sizer {
		width: 25%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper {
		width: 25%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper:nth-child(12n+2) .gallery-item, .gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper:nth-child(12n+8) .gallery-item, .gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper:nth-child(12n+11) .gallery-item {
		padding: 98.8888% 0 0;
	}
	
	.gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper:nth-child(12n+4) .gallery-item, .gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper:nth-child(12n+7) .gallery-item, .gallery-wrapper.gallery-masonry.columns-4 .gallery-item-wrapper:nth-child(12n+10) .gallery-item {
		padding: 147.66% 0 0;
	}
	
	.gallery-wrapper.gallery-masonry.columns-5 .grid-sizer {
		width: 20%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n+1), .gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n+4), .gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n+7), .gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n) {
		width: 20%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n+2), .gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n+3), .gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n+5), .gallery-wrapper.gallery-masonry.columns-5 .gallery-item-wrapper:nth-child(8n+6) {
		width: 40%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-6 .grid-sizer {
		width: 16.6666%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+1), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+3), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+5), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+6), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+8), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+10), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+11), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n) {
		width: 16.6666%;
	}
	
	.gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+2), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+4), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+7), .gallery-wrapper.gallery-masonry.columns-6 .gallery-item-wrapper:nth-child(12n+9) {
		width: 33.3333%;
	}
}

/********** Neuros Tabs Elementor Widget **********/
.neuros_tabs_widget .neuros_tabs_titles_container {
	font-size: 0;
	line-height: 1;
	margin: 0 -10px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 0 10px 14px;
	width: 33.3333%;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item a {
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -.03em;
	position: relative;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex: 1 auto;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item a:hover:before {
	opacity: 1;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 66%;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	filter: blur(50px);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item.active a:before {
	opacity: 1;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item .neuros_tab_icon {
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item .neuros_tab_icon i {
	width: auto;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item .neuros_tab_title {
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.neuros_tabs_widget .neuros_tabs_titles_container .neuros_tab_title_item .neuros_tab_title p {
	line-height: inherit;
}

.neuros_tabs_widget .neuros_tabs_content_container .neuros_tab_content_item {
	display: none;
}

.neuros_tabs_widget .neuros_tabs_content_container .neuros_tab_content_item.active {
	display: block;
}

/********** Price Item Elementor Widget **********/
.neuros-price-item-widget.neuros-price-item-style-alt {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.neuros-price-item-widget.neuros-price-item-style-alt .price-item.price-item-type-standard {
	margin: 0;
	width: 73%;
}

.neuros-price-item-widget.neuros-price-item-style-alt .price-item-image-block {
	width: 38.6%;
	margin-left: -11.6%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.neuros-price-item-widget .price-item {
	position: relative;
	cursor: default;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.neuros-price-item-widget .price-item .price-item-title {
	font-size: 40px;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: -.03em;
}

.neuros-price-item-widget .price-item .price-item-title:not(:last-child) {
	margin-bottom: 14px;
}

.neuros-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field {
	position: relative;
	padding: 0 0 0 1em;
}

.neuros-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:not(:first-child) {
	margin: 10px 0 0;
}

.neuros-price-item-widget .price-item .price-item-custom-fields .price-item-custom-field:before {
	content: "";
	width: .25em;
	height: .25em;
	background-color: currentColor;
	position: absolute;
	left: 2px;
	top: .8em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.neuros-price-item-widget .price-item .price-item-container {
	font-size: 0;
	line-height: 1;
	font-weight: 600;
}

.neuros-price-item-widget .price-item .price-item-container:not(:last-child) {
	margin-bottom: 20px;
}

.neuros-price-item-widget .price-item .price-item-button-container {
	font-size: 0;
	line-height: 1;
}

.neuros-price-item-widget .price-item .price-item-button-container .neuros-button {
	padding: 10px 34px 11px 43px;
}

.neuros-price-item-widget .price-item .price-item-button-container .neuros-button:hover {
	padding: 10px 43px 11px 34px;
}

.neuros-price-item-widget .price-item .price-wrapper {
	display: inline-block;
}

.neuros-price-item-widget .price-item .price-wrapper .price, .neuros-price-item-widget .price-item .price-wrapper .currency {
	font-size: 60px;
	line-height: 1em;
}

.neuros-price-item-widget .price-item .price-item-period {
	display: inline-block;
	vertical-align: baseline;
	font-size: 20px;
}

.neuros-price-item-widget .price-item .price-item-description {
	line-height: 1.5em;
	letter-spacing: -.03em;
	font-weight: 600;
}

.neuros-price-item-widget .price-item .price-item-description:not(:last-child) {
	margin-bottom: 26px;
}

.neuros-price-item-widget .price-item .price-item-label-wrapper {
	position: absolute;
	top: -1px;
	left: 5.7%;
	padding: 0 20px;
	overflow: hidden;
}

.neuros-price-item-widget .price-item .price-item-label-wrapper:before, .neuros-price-item-widget .price-item .price-item-label-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	top: 0;
	height: 40px;
	width: 20px;
	box-shadow: 0 -20px 0 0 #000;
}

.neuros-price-item-widget .price-item .price-item-label-wrapper:before {
	left: 0;
	border-top-right-radius: 20px;
}

.neuros-price-item-widget .price-item .price-item-label-wrapper:after {
	right: 0;
	border-top-left-radius: 20px;
}

.neuros-price-item-widget .price-item .price-item-label-wrapper .price-item-label {
	line-height: 1.5em;
	letter-spacing: -.03em;
	padding: 8px 43px 6px 37px;
	-webkit-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
}

.neuros-price-item-widget .price-item.price-item-type-standard {
	padding: 59px 19px 47px;
}

.neuros-price-item-widget .price-item.price-item-type-standard .price-item-image {
	position: relative;
}

.neuros-price-item-widget .price-item.price-item-type-standard .price-item-image:not(:last-child) {
	margin-bottom: 30px;
}

.neuros-price-item-widget .price-item.price-item-type-standard .price-item-image img {
	max-width: 90%;
	margin: 0 auto;
}

.neuros-price-item-widget .price-item.price-item-type-standard .price-item-custom-fields:not(:last-child) {
	margin-bottom: 43px;
}

.neuros-price-item-widget .price-item.price-item-type-wide.price-item-style-alt .price-item-title {
	font-size: 20px;
	line-height: 1.2em;
}

.neuros-price-item-widget .price-item.price-item-type-wide.price-item-style-alt .price-item-title:not(:last-child) {
	margin-bottom: 6px;
}

.neuros-price-item-widget .price-item.price-item-type-wide.price-item-style-alt .price-item-label-wrapper {
	left: 17.5%;
}

.neuros-price-item-widget .price-item.price-item-type-wide .price-item-inner {
	padding: 50px 35px;
	text-align: left;
}

.neuros-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:last-child), .neuros-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper:not(:last-child) {
	margin-bottom: 30px;
}

.neuros-price-item-widget .price-item.price-item-type-wide .price-item-container:not(:last-child) {
	margin-bottom: 25px;
}

.neuros-price-item-widget .price-item.price-item-type-wide .price-wrapper .price, .neuros-price-item-widget .price-item.price-item-type-wide .price-wrapper .currency {
	font-size: 32px;
	line-height: 1em;
}

.neuros-price-item-widget .price-item.price-item-type-wide .price-item-price-wrapper {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
	.neuros-price-item-widget .price-item.price-item-type-standard {
		padding: 72px 45px 60px;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide.price-item-style-alt .price-item-inner {
		padding: 50px 50px 55px 48px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide.price-item-style-alt .price-item-title-wrapper {
		min-width: 33%;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide.price-item-style-alt .price-item-custom-fields {
		width: auto;
		min-width: 35%;
		margin-right: auto;
		column-count: 2;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide .price-item-inner {
		padding: 95px 80px 75px 75px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide .price-item-label-wrapper {
		left: 6%;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields:not(:last-child), .neuros-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper:not(:last-child) {
		margin-bottom: 0;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide .price-item-custom-fields {
		width: 100%;
		padding: 0 30px 0 0;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide .price-item-title-wrapper {
		min-width: 34%;
		padding: 0 30px 0 0;
	}
	
	.neuros-price-item-widget .price-item.price-item-type-wide .price-item-container {
		white-space: nowrap;
	}
}

@media only screen and (min-width: 992px) {
	.neuros-price-item-widget .price-item.price-item-type-wide .price-wrapper .price, .neuros-price-item-widget .price-item.price-item-type-wide .price-wrapper .currency {
		font-size: 60px;
	}
}

/********** Progress Bar Elementor Widget **********/
.elementor-widget-progress .elementor-widget-container .elementor-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper {
	-webkit-border-radius: 8px/3px;
	-moz-border-radius: 8px/3px;
	border-radius: 8px/3px;
	overflow: initial !important;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-info .elementor-progress-bar {
	background-color: #005aac;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-success .elementor-progress-bar {
	background-color: #00dcae;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
	background-color: #ffe401;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
	background-color: #ea7562;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-bar {
	-webkit-border-radius: inherit;
	border-radius: inherit;
	height: 7px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-bar:after {
	content: "";
	display: block;
	position: relative;
	width: 15px;
	height: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(42, 67, 113, .13);
	-moz-box-shadow: 0 2px 3px rgba(42, 67, 113, .13);
	box-shadow: 0 2px 3px rgba(42, 67, 113, .13);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: -4px 0;
	float: right;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-text {
	display: none;
}

.elementor-widget-progress .elementor-widget-container .elementor-progress-percentage {
	position: absolute;
	right: -.2857em;
	left: auto;
	top: calc(-1em - 9px);
	padding: 0;
}

/********** Social Icons Elementor Widget **********/
.elementor-social-icon i {
	-webkit-transition: color .3s;
	transition: color .3s;
}

/********** Special Text Elementor Widget **********/
.elementor .elementor-widget-wrap .elementor-widget-neuros_special_text.elementor-widget__width-auto {
	max-width: none;
}

.elementor-widget-neuros_special_text .special-text-wrapper {
	white-space: nowrap;
}

.elementor-widget-neuros_special_text .special-text-wrapper.animated.animation-direction-left .special-text {
	animation: text_move_left 5s linear infinite;
}

.elementor-widget-neuros_special_text .special-text-wrapper.animated.animation-direction-right {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_special_text .special-text-wrapper.animated.animation-direction-right .special-text {
	animation: text_move_right 5s linear infinite;
}

.elementor-widget-neuros_special_text .special-text {
	white-space: nowrap;
	font-size: 50px;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: -.03em;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.elementor-widget-neuros_special_text .special-text.special-text-effect-stroke {
	color: transparent;
}

.elementor-widget-neuros_special_text .special-text.special-text-effect-fill {
	color: transparent;
	-webkit-background-clip: text;
}

@media only screen and (min-width: 768px) {
	.elementor-widget-neuros_special_text .special-text {
		font-size: 80px;
	}
}

@media only screen and (min-width: 992px) {
	.elementor-widget-neuros_special_text .special-text {
		font-size: 120px;
	}
}

@keyframes text_move_left {
	from {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	
	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes text_move_right {
	from {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	
	to {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}

/********** Step Elementor Widget **********/
.neuros-step-widget .step-item.step-item-type-standard {
	position: relative;
	-webkit-border-radius: 25px 25px 25px 0px;
	border-radius: 25px 25px 25px 0px;
	padding: 40px 30px 40px 34px;
	overflow: hidden;
}

.neuros-step-widget .step-item.step-item-type-standard .step-bg-number {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	font-size: 72px;
	line-height: 1;
	font-weight: 900;
	bottom: -.2083em;
	left: initial;
	right: .3194em;
}

.neuros-step-widget .step-item.step-item-type-standard .step-number {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image:not(:last-child) {
	margin-bottom: 39px;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image img, .neuros-step-widget .step-item.step-item-type-extended .step-image:before, .neuros-step-widget .step-item.step-item-type-extended .step-image .step-image-box, .neuros-step-widget .step-item.step-item-type-extended .step-image .step-image-box:after {
	-webkit-border-radius: 25px 25px 25px 0;
	border-radius: 25px 25px 25px 0;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image:before {
	content: "";
	position: absolute;
	display: block;
	top: 58px;
	bottom: -14px;
	left: 13px;
	right: -13px;
	border-width: 1px;
	border-style: solid;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image .step-image-box {
	position: relative;
	overflow: hidden;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image .step-image-box:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image img {
	position: relative;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image .step-number {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.neuros-step-widget .step-item.step-item-type-extended .step-image .step-number-inner {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	font-size: 120px;
	line-height: 1;
	font-weight: 700;
	bottom: -.3em;
	left: -.2667em;
	right: initial;
	z-index: 3;
}

.neuros-step-widget .step-item.step-item-type-extended:hover .step-image img {
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.neuros-step-widget .step-title {
	margin: 0;
	line-height: 1.8em;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.neuros-step-widget .step-title:not(:first-child) {
	margin-top: 8px;
}

.neuros-step-widget .step-description {
	letter-spacing: -.003em;
}

.neuros-step-widget .step-description:not(:first-child) {
	margin-top: 9px;
}

/********** Step Carousel Elementor Widget **********/
.elementor-widget-neuros_step_carousel.neuros-navigation-border-style-gradient .owl-nav {
	border-color: transparent;
}

.elementor-widget-neuros_step_carousel.neuros-navigation-border-style-solid .owl-nav:after {
	display: none;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget > .owl-nav {
	margin-bottom: 30px;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .owl-stage {
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .owl-item.active + .active {
	border-left-width: 2px;
	border-left-style: solid;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .step-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .step-item .step-number {
	margin-top: 0;
	writing-mode: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .step-item .step-label {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .step-item .step-label:before, .elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .step-item .step-label:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.elementor-widget-neuros_step_carousel .neuros-step-carousel-widget.style_type-2 .step-item .step-label:after {
	margin-right: 0;
	margin-left: 3px;
}

.elementor-widget-neuros_step_carousel .owl-stage {
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_step_carousel .owl-dots {
	margin: 20px 0 30px;
}

.elementor-widget-neuros_step_carousel .owl-nav {
	--nav-border-gradient-angle: 262deg;
	--nav-gradient-colorstop-1: 14.51%;
	--nav-gradient-colorstop-2: 95.96%;
	--nav-border-width: 1px;
	line-height: 0;
	position: relative;
	top: initial;
	left: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
	padding: 0 5px;
	border: 1px solid transparent;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
}

.elementor-widget-neuros_step_carousel .owl-nav:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--nav-border-width));
	left: calc(-1 * var(--nav-border-width));
	right: calc(-1 * var(--nav-border-width));
	bottom: calc(-1 * var(--nav-border-width));
	padding: var(--nav-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-widget-neuros_step_carousel .owl-nav.disabled {
	display: none;
}

.elementor-widget-neuros_step_carousel .owl-nav [class*="owl-"] {
	width: 42px;
	height: 48px;
	line-height: 48px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.elementor-widget-neuros_step_carousel .owl-nav [class*="owl-"]:before {
	font-size: 10px;
}

.elementor-widget-neuros_step_carousel .steps-slider-container {
	margin: 0;
}

.elementor-widget-neuros_step_carousel .step-item {
	position: relative;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.elementor-widget-neuros_step_carousel .step-item .step-number {
	margin-top: .1em;
	font-size: 80px;
	line-height: 1em;
	font-weight: 600;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.elementor-widget-neuros_step_carousel .step-item .step-number:not(:last-child) {
	margin-right: 40px;
}

.elementor-widget-neuros_step_carousel .step-title {
	margin: 0;
	line-height: 1.75em;
	font-weight: 600;
	letter-spacing: normal;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.elementor-widget-neuros_step_carousel .step-title:not(:last-child) {
	margin-bottom: 9px;
}

.elementor-widget-neuros_step_carousel.view_type-2 .owl-stage-outer {
	overflow: visible;
}

.elementor-widget-neuros_step_carousel.view_type-2 .owl-stage-outer .owl-item {
	opacity: .5;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.elementor-widget-neuros_step_carousel.view_type-2 .owl-stage-outer .owl-item.active {
	opacity: 1;
}

@media only screen and (min-width: 992px) {
	.elementor-widget-neuros_step_carousel .neuros-heading.heading-with-pagination:not(:last-child) {
		margin-bottom: 60px;
	}
}

/********** Testimonial Slider Elementor Widget **********/
.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper {
	text-align: end;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider-container {
	text-align: start;
	padding: 0 0 40px;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .author-position:not(:first-child):before {
	content: ", ";
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .owl-item {
	outline: none;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonials-slider {
	position: relative;
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item {
	padding: 0 15px;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial-photo img {
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info {
	font-size: 16px;
	line-height: 2.1875em;
	font-weight: 400;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-info:before {
	content: "- ";
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .author-container:not(:first-child) {
	margin: 20px 0 0;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 400;
	letter-spacing: -.03em;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:not(:first-child) {
	margin-top: 20px;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial:before {
	content: "";
	font: 400 normal 35px/1em "fontello";
	display: inline-block;
	margin: 0 0 25px 0;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial p {
	line-height: inherit;
}

.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item.slider-item-type-1 .testimonial-photo {
	width: 90px;
	margin: 0 29px 0 0;
}

@media only screen and (min-width: 992px) {
	.neuros-testimonial-carousel-widget .testimonial-carousel-wrapper .testimonial-item .testimonial {
		font-size: 25px;
	}
}

/********** Text Editor Elementor Widget **********/
.elementor-widget-text-editor .elementor-widget-container p {
	line-height: inherit;
}

.elementor-widget-text-editor .elementor-widget-container a span[style*="text-decoration: underline"] {
	text-decoration: none !important;
	background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	-webkit-transition: background-size .4s;
	transition: background-size .4s;
}

.elementor-widget-text-editor .elementor-widget-container a:hover span[style*="text-decoration: underline"] {
	background-size: 0 1px;
}

/********** Toggle Elementor Widget **********/
.elementor-widget-toggle .elementor-toggle .elementor-toggle-item .elementor-tab-content {
	border-top: none;
}

.elementor-widget-toggle .elementor-toggle .elementor-toggle-item + .elementor-toggle-item {
	border-top: none;
}

.elementor-widget-toggle .elementor-toggle .elementor-toggle-item:not(:last-child) {
	margin-bottom: 10px;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title {
	padding: 11px 20px 13px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 1.625em;
	font-weight: 600;
	border: none;
	-webkit-transition: background-color;
	transition: background-color;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	width: 26px;
	height: 26px;
	font-size: 12px;
	line-height: 28px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right, .elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	text-align: center;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
	margin-left: 20px;
	order: 2;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
	margin-right: 20px;
	order: 0;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-icon i {
	line-height: 26px;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-title .elementor-toggle-title {
	width: 100%;
}

.elementor-widget-toggle .elementor-toggle .elementor-tab-content {
	padding: 12px 20px 10px;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0 0;
}

/********** Video Elementor Widget **********/
.elementor-widget-video .elementor-widget-container {
	margin: 0 auto;
}

.elementor-widget-video .elementor-custom-embed-image-overlay:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/********** Video Button Elementor Widget **********/
.elementor-widget-neuros_video_button.neuros-video-button-decoration-on .elementor-custom-embed-image-overlay {
	padding: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on .elementor-custom-embed-image-overlay:before, .elementor-widget-neuros_video_button.neuros-video-button-decoration-on .elementor-custom-embed-image-overlay:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on .elementor-custom-embed-image-overlay:before {
	left: 0;
	top: -20px;
	border-bottom-left-radius: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on .elementor-custom-embed-image-overlay:after {
	right: 0;
	bottom: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-left .elementor-custom-embed-image-overlay {
	padding: 20px 20px 0 0;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-left .elementor-custom-embed-image-overlay:before {
	left: 0;
	right: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-left .elementor-custom-embed-image-overlay:after {
	right: 0;
	left: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-right .elementor-custom-embed-image-overlay {
	padding: 20px 0 0 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-right .elementor-custom-embed-image-overlay:before {
	right: 0;
	left: initial;
	top: -20px;
	bottom: initial;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-right .elementor-custom-embed-image-overlay:after {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-center .elementor-custom-embed-image-overlay {
	padding: 0 20px 0 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-center .elementor-custom-embed-image-overlay:before {
	left: 0;
	right: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-right-radius: 20px;
}

.elementor-widget-neuros_video_button.neuros-video-button-decoration-on.neuros-video-button-alignment-center .elementor-custom-embed-image-overlay:after {
	right: 0;
	left: initial;
	top: initial;
	bottom: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom-left-radius: 20px;
}

.content-slider-video, .neuros_video_button_widget {
	position: relative;
	display: inline-block;
}

.content-slider-video .elementor-custom-embed-play, .neuros_video_button_widget .elementor-custom-embed-play {
	white-space: nowrap;
	position: relative;
	padding: 20px;
	cursor: pointer;
	top: 0;
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.content-slider-video .icon-play-wrapper, .neuros_video_button_widget .icon-play-wrapper {
	display: inline-block;
	position: relative;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.content-slider-video .icon-play-wrapper:before, .neuros_video_button_widget .icon-play-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 54%, calc(100% - 1px) 54%, 25% 100%, calc(25% - .5px) 100%, 0 100%, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 54%, calc(100% - 1px) 54%, 25% 100%, calc(25% - .5px) 100%, 0 100%, 0 0);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.content-slider-video .eicon-play, .neuros_video_button_widget .eicon-play {
	position: relative;
	vertical-align: top;
	color: inherit;
	border: none;
	margin-left: .3em;
	font-size: 12px;
	line-height: inherit;
	opacity: 1;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.content-slider-video .eicon-play:before, .neuros_video_button_widget .eicon-play:before {
	font-family: "fontello";
	content: "";
}

.content-slider-video .neuros_button_text, .neuros_video_button_widget .neuros_button_text {
	display: inline-block;
	font-size: 16px;
	line-height: 1.875em;
	font-weight: 600;
	vertical-align: middle;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.content-slider-video .neuros_button_text:not(:first-child), .neuros_video_button_widget .neuros_button_text:not(:first-child) {
	margin-left: 15px;
}

.neuros_video_button_container {
	font-size: 0;
	line-height: 1;
}

/********** WC Products Elementor Widget **********/
.elementor-widget-neuros_products .woocommerce .catalog-top-info-wrapper {
	display: none;
}

.elementor-widget-neuros_products .woocommerce ul.products li.product .woocommerce-loop-product__wrapper {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/********** WC Product Category Elementor Widget **********/
.product-category-widget {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.product-category-widget:before {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	border-width: 1px;
	border-style: solid;
	left: 50%;
	right: initial;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: calc(100% - 34px);
	height: calc(100% - 34px);
}

.product-category-widget .product-category-image {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 50%;
	right: initial;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.product-category-widget .product-category-header {
	display: block;
	width: 67%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	top: 50%;
	right: initial;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
}

.product-category-widget .product-category-title {
	position: relative;
	display: block;
	padding: 6.4626% 30px;
	margin: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.product-category-widget:hover .product-category-image {
	width: 108%;
	height: 108%;
}

.product-category-widget:hover .product-category-title {
	padding: 10% 20px;
	margin: 0 10px;
}

@media only screen and (min-width: 992px) {
	.product-category-widget .product-category-header {
		font-size: 20px;
		line-height: 30px;
	}
}

/********** WP Forms Plugin Elementor Widget **********/
body {
	--wpforms-button-size-margin-top: 33px;
	--wpforms-field-border-radius: 0;
	--wpforms-field-background-color: transparent;
	--wpforms-field-size-input-height: 2.857em;
	--wpforms-field-size-input-spacing: 5px;
}

.wpforms-button-border-style-gradient .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"], .wpforms-button-border-style-gradient .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
	border-color: transparent !important;
}

.wpforms-button-border-style-gradient .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] .button-inner, .wpforms-button-border-style-gradient .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button .button-inner {
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
}

.wpforms-button-border-style-solid .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:after, .wpforms-button-border-style-solid .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:hover:after, .wpforms-button-border-style-solid .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:after, .wpforms-button-border-style-solid .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover:after {
	background: none;
}

.wpforms-button-border-style-solid .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] .button-inner, .wpforms-button-border-style-solid .neuros-wpforms-widget div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button .button-inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wpforms-button-bakground-style-solid .neuros-wpforms-widget .wpforms-form button[type="submit"] .button-inner, .wpforms-button-bakground-style-solid .neuros-wpforms-widget .wpforms-form .wpforms-page-button .button-inner {
	display: none;
}

.wpforms-button-bakground-style-gradient .neuros-wpforms-widget .wpforms-form button[type="submit"], .wpforms-button-bakground-style-gradient .neuros-wpforms-widget .wpforms-form button[type="submit"]:hover, .wpforms-button-bakground-style-gradient .neuros-wpforms-widget .wpforms-form .wpforms-page-button, .wpforms-button-bakground-style-gradient .neuros-wpforms-widget .wpforms-form .wpforms-page-button:hover {
	background-color: transparent !important;
}

.neuros-wpforms-widget .wpforms-widget-heading {
	margin: 0;
	letter-spacing: -.03em;
}

.neuros-wpforms-widget .wpforms-widget-heading:not(:last-child) {
	margin: 0 0 .5em;
}

.elementor-widget-neuros_wpforms.blur-filter .elementor-widget-container {
	backdrop-filter: blur(15px);
}

div.wpforms-container.wpforms-container-full {
	margin: 0;
}

div.wpforms-container.wpforms-container-full:not(:empty) {
	margin: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-description {
	font-weight: 500;
	line-height: inherit;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"], div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"], div.wpforms-container.wpforms-container-full .wpforms-form select, div.wpforms-container.wpforms-container-full .wpforms-form textarea {
	height: 2.857em;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	border-width: 0;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0 0 12px;
	width: 100%;
	display: block;
	outline: none !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form select:focus, div.wpforms-container.wpforms-container-full .wpforms-form textarea:focus {
	border-width: 0;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"]::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form select::-webkit-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form textarea::-webkit-input-placeholder {
	opacity: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"]:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form select:-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form textarea:-moz-placeholder {
	opacity: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"]::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form select::-moz-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form textarea::-moz-placeholder {
	opacity: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="text"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="email"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="url"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="password"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="search"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="number"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="tel"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="range"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="date"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="month"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="week"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="time"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="datetime-local"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form input[type="color"]:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form select:-ms-input-placeholder, div.wpforms-container.wpforms-container-full .wpforms-form textarea:-ms-input-placeholder {
	opacity: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="text"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="email"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="url"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="password"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="search"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="number"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="tel"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="range"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="date"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="month"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="week"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="time"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="datetime"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="datetime-local"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input[type="color"], div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap select, div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap .select-wrap, div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap textarea {
	font-size: inherit;
}

div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap input, div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap textarea, div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap select {
	order: 2;
}

div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap em.wpforms-error, div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap label.wpforms-error {
	order: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form .input-floating-wrap .floating-placeholder {
	order: 3;
}

div.wpforms-container.wpforms-container-full .wpforms-form textarea {
	resize: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
	height: 260px;
}

div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 220px;
}

div.wpforms-container.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"]:after, div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"]:after {
	display: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"]:before, div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"]:before {
	background: none;
	border: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"]:checked:before, div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"]:checked:before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"] + label, div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"] + label {
	vertical-align: baseline;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"] {
	width: 20px;
	height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block !important;
	margin: 0;
	cursor: pointer;
	vertical-align: text-top;
	outline: none !important;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	font: 700 normal 10px/20px "Font Awesome 5 Free";
	text-align: center;
	display: block;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="checkbox"]:focus:before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	outline: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"]:checked:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 5px;
	left: 5px;
	right: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="radio"]:focus:before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"] {
	border: none;
	height: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 14px 0;
	display: block;
	-webkit-border-radius: 0;
	border-radius: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	border: none;
	color: transparent;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]:focus::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	border: none;
	color: transparent;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	border: none;
	color: transparent;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	border: none;
	color: transparent;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-webkit-slider-thumb {
	width: 12px;
	height: 12px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -3px 0 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -3px 0 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]::-ms-thumb {
	width: 12px;
	height: 12px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -3px 0 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type="range"]:focus::-ms-thumb {
	width: 12px;
	height: 12px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: -3px 0 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-number-slider .wpforms-field-number-slider-hint {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul.wpforms-image-choices-classic label {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap {
	position: relative;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap .input-floating-wrap {
	font-size: inherit;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.multiple:after {
	display: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-medium {
	max-width: 60%;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-small {
	max-width: 25%;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap.wpforms-field-large {
	max-width: 100%;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap:after {
	content: "";
	display: block;
	position: absolute;
	width: 2em;
	height: 1em;
	text-align: center;
	font: 400 normal .357em/1em "fontello";
	top: initial;
	bottom: calc(3.5em + 2px);
	right: 0;
	left: initial;
	margin: auto;
	cursor: pointer;
	z-index: 2;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap .floating-placeholder {
	opacity: 0;
	visibility: hidden;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	width: 100%;
	height: 2.857em;
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0 0 12px;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-overflow: "";
	background: none;
	position: relative;
	z-index: 2;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select::-ms-expand {
	display: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap select[multiple="multiple"] {
	height: 130px;
}

div.wpforms-container.wpforms-container-full .wpforms-form .select-wrap option {
	padding: 0 16px;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
	position: relative;
	z-index: 2;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
	--button-border-radius: 9999px;
	--button-border-width: 1px;
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	display: inline-block;
	position: relative;
	text-align: center;
	height: auto;
	padding: 10px 24px 11px 23px;
	line-height: 1.92857em;
	-webkit-border-radius: var(--button-border-radius);
	border-radius: var(--button-border-radius);
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border-width: var(--button-border-width);
	border-style: solid;
	border-color: transparent;
	background-origin: border-box !important;
	z-index: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-image: none !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:hover.nitro-lazy, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:hover.nitro-lazy, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:hover.nitro-lazy {
	background-image: none !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"].hide, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"].hide, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button.hide {
	display: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:after, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:after, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: var(--button-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:focus:after, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:focus:after, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:focus:after {
	border: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"] .button-inner, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] .button-inner, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button .button-inner {
	position: absolute;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: inherit;
	background: none;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"] .button-inner:before, div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"] .button-inner:after, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] .button-inner:before, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] .button-inner:after, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button .button-inner:before, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button .button-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	padding: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"] .button-inner:before, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] .button-inner:before, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button .button-inner:before {
	opacity: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"] .button-inner:after, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] .button-inner:after, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button .button-inner:after {
	opacity: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:active, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:focus, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:active, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:focus, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:active {
	outline: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:not(:disabled):hover, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:not(:disabled):hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:not(:disabled):hover {
	-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:not(:disabled):hover .button-inner:before, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:not(:disabled):hover .button-inner:before, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:not(:disabled):hover .button-inner:before {
	opacity: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:not(:disabled):hover .button-inner:after, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:not(:disabled):hover .button-inner:after, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:not(:disabled):hover .button-inner:after {
	opacity: 1;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:not(:disabled):hover span[class^="icon"].right, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:not(:disabled):hover span[class^="icon"].right, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:not(:disabled):hover span[class^="icon"].right {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"]:not(:disabled):hover span[class^="icon"].left, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:not(:disabled):hover span[class^="icon"].left, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:not(:disabled):hover span[class^="icon"].left {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-1em);
	-ms-transform: translateY(-50%) translateX(-1em);
	transform: translateY(-50%) translateX(-1em);
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"] span[class^="icon"], div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] span[class^="icon"], div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button span[class^="icon"] {
	font: 400 normal .642857em "fontello";
	position: absolute;
	left: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

div.wpforms-container.wpforms-container-full .wpforms-form input[type="submit"] span[class^="icon"].right, div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"] span[class^="icon"].right, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button span[class^="icon"].right {
	opacity: 0;
	right: 24px;
	left: initial;
	-webkit-transform: translateY(-50%) translateX(1em);
	-ms-transform: translateY(-50%) translateX(1em);
	transform: translateY(-50%) translateX(1em);
}

div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button {
	padding: 10px 24px 11px calc(23px + 1.42857em);
}

div.wpforms-container.wpforms-container-full .wpforms-form button[type="submit"]:not(:disabled):hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-page-button:not(:disabled):hover {
	padding: 10px calc(23px + 1.42857em) 11px 24px;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] {
	z-index: 3;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select[multiple] > option {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 10px 18px;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-container {
	margin: -10px -10px 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 10px 10px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-description, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-limit-text {
	font-size: 14px;
	line-height: 1.2em;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid:focus, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid:focus, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error:focus, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid:hover, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid:focus {
	border-width: 0;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--wpforms-label-error-color) !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .select-wrap:after {
	display: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices__button {
	min-width: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices__button:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices__button:after {
	display: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
	background-color: #fff;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-head-container:not(:last-child) {
	padding: 0 0 12px 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-description {
	margin: 0;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: 600;
	padding-top: 20px;
}

div.wpforms-container.wpforms-container-full .wpforms-form ul li:before {
	display: none;
	content: none;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
	margin-right: 30px !important;
}

div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-error {
	order: -1;
}

@media only screen and (min-width: 768px) {
	div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-third, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-sixths {
		width: 33.3333%;
	}
	
	div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-half, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-three-sixths, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-fourths {
		width: 50%;
	}
	
	div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-one-fourth {
		width: 25%;
	}
	
	div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-four-sixths, div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-two-thirds {
		width: 66.6666%;
	}
}

/********** Footer Layout **********/
.footer-wrapper {
	margin: 0 20px 47px;
}

.footer {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.footer.footer-br-off {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.footer.footer-br-no-top-border-radius {
	-webkit-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
}

.footer.footer-br-no-bottom-border-radius {
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
}

.footer .footer-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.footer-section {
	padding: 24px 0;
	position: relative;
	z-index: 2;
}

.footer-section.footer-section-bottom {
	max-width: 1386px;
	margin: 0 auto;
	padding: 24px 20px 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.footer-row {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-columns-row {
	position: relative;
	padding: 30px 20px 4px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: .875em;
	line-height: 1.714em;
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
}

.footer-columns-row:before, .footer-columns-row:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.footer-columns-row:before {
	right: 100%;
	border-bottom-right-radius: 20px;
}

.footer-columns-row:after {
	left: 100%;
	border-bottom-left-radius: 20px;
}

.footer-columns-row .footer-column {
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px auto 0;
}

.footer-columns-row .footer-column:first-child {
	margin-top: 0;
}

.footer-columns-row .footer-column:only-child {
	width: 100%;
}

.footer-columns-row .footer-column a {
	text-decoration: underline;
}

.footer-columns-row .footer-column a:hover {
	text-decoration: none;
}

.footer-type-1 .footer-widgets, .footer-type-2 .footer-widgets, .footer-type-3 .footer-widgets, .footer-type-4 .footer-widgets, .footer-type-5 .footer-widgets {
	margin: 0 -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.footer-type-1 .footer-widgets .widget, .footer-type-2 .footer-widgets .widget, .footer-type-3 .footer-widgets .widget, .footer-type-4 .footer-widgets .widget, .footer-type-5 .footer-widgets .widget {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.footer-widgets {
	padding: 0 0 45px;
}

.footer-widgets .widget-wrapper .widget {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.body-container .footer-scroll-top {
	position: fixed;
	bottom: -100px;
	right: 30px;
	z-index: 999;
	-webkit-transition: bottom .3s;
	transition: bottom .3s;
}

.body-container .footer-scroll-top.show {
	bottom: 30px;
}

.body-container .footer-scroll-top button {
	font-size: 6px;
	min-width: auto;
	padding: 0 !important;
	width: 34px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
}

.body-container .footer-scroll-top button:before {
	display: inline-block;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.body-container .footer-scroll-top button:hover:before {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (min-width: 576px) {
	.footer-type-1 .footer-widgets > .widget, .footer-type-2 .footer-widgets > .widget, .footer-type-3 .footer-widgets > .widget, .footer-type-4 .footer-widgets > .widget, .footer-type-5 .footer-widgets > .widget {
		width: calc(50% - 30px);
	}
	
	.footer-widgets .widget-wrapper .widget {
		width: 100%;
	}
	
	.footer-type-1 .footer-widgets > .widget:nth-child(3n+1) {
		width: calc(100% - 30px);
	}
	
	.footer-type-1 .footer-widgets > .widget:nth-child(3n), .footer-type-1 .footer-widgets > .widget:nth-child(3n+2) {
		width: calc(50% - 30px);
	}
	
	.footer-type-3 .footer-widgets > .widget {
		width: calc(50% - 30px);
	}
	
	.footer-type-3 .footer-widgets > .widget:first-child {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width: 768px) {
	.footer {
		background-image: none !important;
	}
	
	.footer.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.footer-widgets {
		padding: 29px 0 45px;
	}
	
	.footer-wrapper {
		margin-right: 30px;
		margin-left: 30px;
	}
	
	.footer-row {
		padding: 0 30px;
	}
	
	.footer-columns-row {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.footer-section.footer-section-bottom {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.body-container .footer-scroll-top {
		right: 57px;
	}
	
	.body-container .footer-scroll-top.show {
		bottom: 62px;
	}
	
	.body-container .footer-scroll-top button {
		width: 50px;
		height: 73px;
		line-height: 73px;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
}

@media only screen and (min-width: 992px) {
	.footer-wrapper {
		margin-left: 40px;
		margin-right: 40px;
	}
	
	.footer-row {
		padding: 0 40px;
		max-width: 1420px;
	}
	
	.footer-section.footer-section-bottom {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.footer-columns-row {
		padding-left: 58px;
		padding-right: 58px;
	}
	
	.footer-columns-row .footer-column {
		padding: 0 20px;
	}
	
	.footer-columns-row .footer-column:first-child {
		padding-left: 0;
	}
	
	.footer-columns-row .footer-column:last-child {
		padding-right: 0;
	}
	
	.footer-type-1 .footer-widgets > .widget:nth-child(3n+1) {
		width: calc(66.6666% - 30px);
	}
	
	.footer-type-1 .footer-widgets > .widget:nth-child(3n), .footer-type-1 .footer-widgets > .widget:nth-child(3n+2) {
		width: calc(16.6666% - 30px);
	}
	
	.footer-type-2 .footer-widgets > .widget {
		width: calc(25% - 30px);
	}
	
	.footer-type-3 .footer-widgets > .widget {
		width: calc(16.6666% - 30px);
	}
	
	.footer-type-3 .footer-widgets > .widget:nth-child(5n+1), .footer-type-3 .footer-widgets > .widget:nth-child(5n+3) {
		width: calc(25% - 30px);
	}
	
	.footer-type-4 .footer-widgets > .widget {
		width: calc(16.6666% - 30px);
	}
	
	.footer-type-4 .footer-widgets > .widget:nth-child(4n+1), .footer-type-4 .footer-widgets > .widget:nth-child(4n+2) {
		width: calc(33.3333% - 30px);
	}
	
	.footer-type-5 .footer-widgets > .widget {
		width: calc(25% - 30px);
	}
	
	.footer-type-5 .footer-widgets > .widget:nth-child(4n+2) {
		width: calc(16.6666% - 30px);
	}
	
	.footer-type-5 .footer-widgets > .widget:nth-child(4n) {
		width: calc(33.3333% - 30px);
	}
	
	.footer-widgets .widget-wrapper .widget {
		width: 100%;
	}
	
	.footer-columns-row {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	
	.footer-columns-row .footer-column {
		padding: 0 15px;
		margin: 0;
	}
	
	.footer-columns-row .footer-column:first-child:not(:last-child) {
		text-align: left;
	}
	
	.footer-columns-row .footer-column:last-child:not(:first-child) {
		text-align: right;
	}
}

@media only screen and (min-width: 1921px) {
	.footer-wrapper {
		margin-left: 45px;
		margin-right: 45px;
	}
}

/********** Footer Additional Menu **********/
.footer-additional-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-additional-menu li {
	display: inline;
	vertical-align: top;
	padding: 0;
}

.footer-additional-menu li:before {
	content: "";
	display: none;
}

.neuros_footer.neuros_footer_style_1 .neuros_copyright_container:not(:first-child) {
	margin: 25px 0 0;
}

/********** Footer Menu **********/
.footer .footer-section:not(:first-of-type) .footer-menu-container {
	border-top-width: 1px;
	border-top-style: solid;
}

.footer .footer-menu-container {
	padding: 20px 0 0;
}

.footer .footer-menu {
	list-style: none;
	margin: -5px -15px 12px;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.footer .footer-menu li {
	list-style: none;
	position: relative;
	margin: 20px 15px 0;
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.footer .footer-menu li:before {
	content: none;
	display: none;
}

.footer .footer-menu li.menu-item.current-menu-item a, .footer .footer-menu li.menu-item.current-menu-ancestor a, .footer .footer-menu li.menu-item.current-menu-parent a, .footer .footer-menu li.menu-item.current_page_item a {
	padding: 0 .5625em;
}

.footer .footer-menu li.menu-item.current-menu-item a:before, .footer .footer-menu li.menu-item.current-menu-item a:after, .footer .footer-menu li.menu-item.current-menu-ancestor a:before, .footer .footer-menu li.menu-item.current-menu-ancestor a:after, .footer .footer-menu li.menu-item.current-menu-parent a:before, .footer .footer-menu li.menu-item.current-menu-parent a:after, .footer .footer-menu li.menu-item.current_page_item a:before, .footer .footer-menu li.menu-item.current_page_item a:after {
	opacity: 1;
}

.footer .footer-menu li.menu-item a {
	position: relative;
	display: block;
	font-weight: 400;
}

.footer .footer-menu li.menu-item a:hover {
	padding: 0 .5625em;
}

.footer .footer-menu li.menu-item a:hover:before, .footer .footer-menu li.menu-item a:hover:after {
	opacity: 1;
}

.footer .footer-menu li.menu-item a:before, .footer .footer-menu li.menu-item a:after {
	content: "/";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.footer .footer-menu li.menu-item a:after {
	right: 0;
	left: initial;
}

@media only screen and (min-width: 992px) {
	.footer .footer-section:not(:first-of-type) .footer-menu-container {
		margin-top: 45px;
	}
	
	.footer .footer-menu-container {
		padding: 38px 0 25px;
	}
	
	.footer .footer-menu {
		margin: -16px -20px 0;
	}
	
	.footer .footer-menu li {
		margin: 20px 20px 0;
	}
}

/********** Footer Socials **********/
.footer .wrapper-socials {
	margin: -7px -5.5px;
}

.footer .wrapper-socials li {
	margin: 7px 5.5px;
}

.footer .wrapper-socials a {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px;
	width: 28px;
	height: 28px;
	font-size: 13px;
	line-height: 28px;
}

/* ----------------------------- */

/* ----------- Header ---------- */

/* ----------------------------- */

/* ---------- Header Layout ---------- */
.top-bar {
	font-size: 87.5%;
	display: none;
	position: relative;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	z-index: 4;
}

.top-bar-row {
	line-height: 1.92857em;
	padding: 5px 0 6px;
	margin: 0 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.top-bar-column {
	padding: 0 20px;
}

.top-bar-column:not(:first-child) {
	text-align: right;
}

.top-bar-column:only-child {
	width: 100%;
}

.top-page-wrapper {
	position: relative;
	padding: 0 20px 25px;
	-webkit-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
}

.top-page-wrapper.no-page-title.header-position-over {
	padding-bottom: 0;
	background-color: transparent !important;
}

.top-page-wrapper.top-page-wrapper-br-off {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.header-wrapper {
	padding: 8px 0 0;
}

.header-wrapper.header-position-over {
	position: absolute;
	display: block;
	width: calc(100% - 40px);
	left: 20px;
	right: 20px;
	top: 0;
	z-index: 4;
}

.header-wrapper.header-position-over.no-header {
	position: relative;
	width: initial;
	left: initial;
	right: initial;
}

.header-wrapper .header {
	margin-top: 10px;
}

.header {
	position: relative;
	z-index: 4;
	display: none !important;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.header.header-transparent {
	background-color: transparent !important;
}

.header.sticky-header {
	position: fixed;
	top: 0;
	left: 20px;
	right: 20px;
	width: calc(100% - 40px);
	margin: 0;
	z-index: 5;
	-webkit-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
	-webkit-transition: transform linear .5s;
	transition: transform linear .5s;
	transition-delay: .1s;
	-webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, .1);
	box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, .1);
}

.header.sticky-header.sticky-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 0s;
}

.header.sticky-header.sticky-active .header-row {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: .5s;
}

.header.sticky-header .header-row {
	-webkit-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%);
	-webkit-transition: all .3s;
	transition: all .3s;
	transition-delay: 0s;
}

.header.header-type-4 .header-menu-container {
	width: auto;
}

.header.header-type-4 .header-icons-container .header-button-container .neuros-button {
	padding: 15px 22px;
}

.header.header-type-4 .main-menu > li > a {
	padding: 9px 24px;
}

.header-menu-container {
	width: 100%;
	text-align: center;
}

.header-menu-container:first-child {
	margin-left: 20px;
}

.header-menu-container:last-child {
	margin-right: 20px;
}

.header-menu-container.nav-flex nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-menu-container.nav-flex .logo {
	margin: 0 5%;
}

.header-icons-container {
	margin: 7px 20px;
	min-height: 50px;
	white-space: nowrap;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-icons-container:last-child {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-icons-container:first-child:last-child {
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-icons-container .header-icon {
	margin: 5px 8px;
}

.header-icons-container .header-button-container {
	white-space: nowrap;
	line-height: 1;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-icons-container .header-button-container .neuros-button {
	padding: 15px 18px;
	min-width: 158px;
	font-weight: 600;
	--button-border-width: 2px;
}

.header-icons-container .header-button-container .neuros-button:before {
	display: none;
}

.header-row {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header-row .header-icons-container {
	margin: 15px 20px;
	-webkit-align-self: stretch;
	-moz-align-self: stretch;
	-ms-align-self: stretch;
	align-self: stretch;
}

.header-row .header-icons-container .header-icon {
	margin: 10px 15px;
}

.header-row .header-icons-container .header-icon.header-button-container {
	margin: 5px 0 5px 25px;
}

.header-row .header-icons-container .header-icon.mini-cart + .header-button-container {
	margin-left: 0;
}

body.admin-bar .header.sticky-header {
	top: 46px;
}

.mobile-header {
	z-index: 4;
	position: relative;
	margin: -8px -20px 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.mobile-header.mobile-header-position-over {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.mobile-header.sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	z-index: 5;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, .1);
	box-shadow: 0px 5px 23px 4px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
	-webkit-transition: transform linear .5s;
	transition: transform linear .5s;
	transition-delay: .1s;
}

.mobile-header.sticky-header.sticky-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 0s;
}

.mobile-header.sticky-header.sticky-active .mobile-header-row {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: .5s;
}

.mobile-header.sticky-header .mobile-header-row {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all .3s;
	transition: all .3s;
	transition-delay: 0s;
}

.mobile-header .header-icons-container {
	min-height: initial;
	margin: 5px 0 5px 20px;
}

.mobile-header .header-icons-container .header-icon {
	margin: 4px;
}

.mobile-header-row {
	margin: 0 20px;
	min-height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

@media only screen and (min-width: 576px) {
	.mobile-header .header-icon.search-trigger, .mobile-header .header-icon.mini-cart, .mobile-header .header-icon.header-button-container {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.top-page-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.mobile-header {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media only screen and (min-width: 783px) {
	body.admin-bar .header.sticky-header {
		top: 32px;
	}
	
	body.admin-bar .mobile-header.sticky-header {
		top: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.top-page-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.mobile-header {
		margin-left: -40px;
		margin-right: -40px;
	}
}

@media only screen and (min-width: 1600px) {
	.header-icons-container .header-button-container .neuros-button {
		min-width: 158px;
	}
	
	.header-menu-container.nav-flex .logo {
		margin: 0 6.8%;
	}
	
	.header.header-type-4 .main-menu li:not(:last-of-type) {
		margin-right: 22px;
	}
	
	.header.header-type-4 .header-row {
		margin: 0 20px 0 30px;
	}
}

@media only screen and (min-width: 1921px) {
	body .top-page-wrapper {
		padding: 0 45px 25px;
	}
	
	body .header-wrapper.header-position-over {
		left: 45px;
		right: 45px;
		max-width: calc(100% - 90px);
	}
	
	body .header.sticky-header {
		left: 45px;
		right: 45px;
		max-width: calc(100% - 90px);
	}
}

/* ---------- Header Contacts ---------- */
.wrapper-contacts {
	margin: 0 -22.5px;
}

.wrapper-contacts .contact-item {
	margin: 0 22.5px;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

/* ---------- Header Callback ---------- */
.callback {
	position: relative;
	white-space: nowrap;
}

.callback .callback-title {
	font-weight: 500;
	line-height: 1.5em;
}

.callback .callback-text {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: -.03em;
}

.header-row .header-icons-container .callback {
	margin: 0;
}

.mobile-header-menu-container .callback {
	margin: 30px 40px 0;
}

@media only screen and (min-width: 1800px) {
	.callback {
		min-width: 300px;
	}
}

/* ---------- Header Extra Panel ---------- */
.extra-trigger {
	position: relative;
}

.extra-trigger .extra-trigger-item {
	width: 32px;
	height: 23px;
	font: 400 normal 16px/23px "fontello";
	cursor: pointer;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.extra-trigger .extra-trigger-item:before {
	content: "";
}

.slide-extra-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 10;
	width: 280px;
	-webkit-transition: right .3s, left .3s;
	transition: right .3s, left .3s;
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, .1);
	padding: 112px 20px 30px;
	overflow-y: auto;
	right: -320px;
	left: initial;
}

.slide-extra-wrapper.active {
	opacity: 1;
	right: 0;
	left: initial;
}

.slide-extra-wrapper .slide-extra {
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
}

.slide-extra-wrapper .slide-extra-close {
	position: absolute;
	right: 20px;
	left: initial;
	top: 50px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: color .3s;
	transition: color .3s;
	font: 400 normal 20px/20px "fontello";
}

.slide-extra-wrapper .slide-extra-close:before {
	content: "";
}

body.admin-bar .slide-extra-wrapper {
	top: 46px;
}

.slide-extra-content:not(:last-child) {
	margin-bottom: 60px;
}

.extra-logo-container:not(:last-child) {
	margin-bottom: 36px;
}

.extra-menu-container:not(:last-child) {
	margin-bottom: 36px;
}

.extra-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.extra-menu > li {
	position: relative;
}

.extra-menu > li .sub-menu-trigger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 44px;
	cursor: pointer;
	z-index: 2;
}

.extra-menu > li .sub-menu-trigger:after {
	content: "";
	font: 700 normal 18px/1em "Font Awesome 5 Free";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	right: 0;
	left: initial;
	margin: -10px 0 0;
	opacity: .7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.extra-menu > li.active > .sub-menu-trigger:after {
	opacity: 1;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.extra-menu > li > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 8px 34px 8px 0;
	font-size: 15px;
}

.extra-menu > li > a:before {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	bottom: 6px;
	left: 2px;
	right: 51px;
	opacity: 0;
	-webkit-transition: opacity, .3s;
	transition: opacity, .3s;
}

.extra-menu > li.current-menu-ancestor > a:before, .extra-menu > li.current-menu-parent > a:before, .extra-menu > li.current-menu-item > a:before {
	opacity: 1;
}

.extra-menu ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.extra-menu ul.sub-menu > li {
	margin: 0 0 0 40px;
}

.extra-menu ul.sub-menu > li > a {
	font-size: 15px;
	display: block;
	padding: 0 65px 0 0;
}

.extra-menu ul.sub-menu li {
	position: relative;
}

.extra-menu ul.sub-menu li .sub-menu-trigger {
	height: 30px;
}

.extra-menu ul.sub-menu li.active > .sub-menu-trigger:after {
	opacity: 1;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.extra-menu > ul.sub-menu {
	padding: 10px 0 !important;
}

.extra-menu > ul.sub-menu > li {
	margin: 0 0 0 50px;
}

.extra-icons-container {
	margin: 15px -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.extra-icons-container .extra-icon {
	margin: 5px 15px;
}

.extra-icons-container:not(:last-child) {
	margin-bottom: 36px;
}

.extra-button-container {
	width: 100%;
}

.header-extra-socials.wrapper-socials {
	margin-left: -5.5px;
	margin-right: -5.5px;
}

.header-extra-socials.wrapper-socials:not(:last-child) {
	margin-bottom: 34px;
}

.header-extra-socials.wrapper-socials li {
	margin: 7px 5.5px;
}

.header-extra-socials.wrapper-socials a {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: solid 1px;
	width: 28px;
	height: 28px;
	font-size: 13px;
	line-height: 28px;
}

.slide-extra-copyright {
	font-size: 14px;
}

@media only screen and (min-width: 783px) {
	body.admin-bar .slide-extra-wrapper {
		top: 32px;
	}
}

@media only screen and (min-width: 992px) {
	.slide-extra-wrapper {
		width: 300px;
		padding: 112px 50px 30px;
		right: -420px;
		left: initial;
	}
	
	.slide-extra-wrapper.active {
		right: 0;
		left: initial;
	}
	
	.slide-extra-wrapper .slide-extra-close {
		left: initial;
		right: 50px;
	}
}

/* ---------- Header Contacts ---------- */
.wrapper-info {
	margin: 0 -22.5px;
}

.wrapper-info .top-bar-additional-text {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.wrapper-info .top-bar-additional-text:not(:last-child) {
	margin: 0 22.5px;
}

.wrapper-info .top-bar-additional-text .additional-text-title {
	font-weight: 400;
}

/* ---------- Header Loader ---------- */
.page-loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1030;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.page-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
}

.page-loader .page-loader-logo {
	position: relative;
	z-index: 2;
	margin: auto;
	max-width: 100%;
	height: auto;
}

.woocommerce .loader:before {
	content: none;
	display: none;
}

.page-loader-inner {
	animation-name: pulsate;
	-webkit-animation-name: pulsate;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes pulsate {
	50% {
		-webkit-transform: scale(.85, .85);
		transform: scale(.85, .85);
	}
	
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes pulsate {
	50% {
		-webkit-transform: scale(.85, .85);
		transform: scale(.85, .85);
	}
	
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

/* ---------- Header Logo ---------- */
.logo-container {
	margin: 18px 20px 18px 20px;
	width: 100%;
}

.mobile-header-row .logo-container {
	width: 100%;
	margin: 16px 0px;
}

.logo {
	font-size: 0;
	line-height: 1;
}

.logo-link {
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.logo-link .logo-site-name {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
}

@media only screen and (min-width: 1365px) {
	.logo-link .logo-site-name {
		font-size: 22px;
		font-weight: 700;
	}
	
	.header.header-type-2 .logo {
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
	}
}

/* ---------- Header Login/Logout ---------- */
.login-logout {
	line-height: 1;
	font-size: 0;
}

.login-logout .link-login {
	display: block;
	line-height: 1;
	height: 23px;
}

.login-logout .link-login:before {
	content: "";
	font: 700 normal 18px/23px "Font Awesome 5 Free";
}

.login-logout .link-logout {
	display: block;
	line-height: 1;
	height: 23px;
}

.login-logout .link-logout:before {
	content: "";
	font: 700 normal 18px/23px "Font Awesome 5 Free";
}

@media only screen and (min-width: 1365px) {
	.login-logout .link-login:before, .login-logout .link-logout:before {
		font-size: 22px;
		line-height: 28px;
	}
}

/* ---------- Header Menu ---------- */
.menu-trigger {
	position: relative;
}

.menu-trigger .menu-trigger-icon {
	display: block;
	width: 26px;
	height: 23px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.menu-trigger .menu-trigger-icon.active .hamburger span:first-child {
	-webkit-transform: rotate(-45deg) translate(-4px, 4px);
	-ms-transform: rotate(-45deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}

.menu-trigger .menu-trigger-icon.active .hamburger span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger .menu-trigger-icon.active .hamburger span:last-child {
	-webkit-transform: rotate(45deg) translate(-4px, -4px);
	-ms-transform: rotate(45deg) translate(-4px, -4px);
	transform: rotate(45deg) translate(-4px, -4px);
}

.menu-trigger .hamburger {
	display: block;
	width: 26px;
	height: 15px;
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	margin: -6px 0 0 -13px;
}

.menu-trigger .hamburger:hover span:last-child {
	width: 100%;
}

.menu-trigger .hamburger span {
	height: 2px;
	width: 26px;
	display: block;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.menu-trigger .hamburger span:first-child {
	margin-bottom: 4px;
}

.menu-trigger .hamburger span:last-child {
	margin-top: 4px;
	width: 10px;
	float: right;
	-webkit-transition: width .3s;
	transition: width .3s;
}

.menu-close {
	position: relative;
}

.menu-close .menu-close-icon {
	display: block;
	width: 18px;
	height: 21px;
	font: 400 normal 18px/20px "fontello";
	cursor: pointer;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.menu-close .menu-close-icon:before {
	content: "";
}

/* Mobile Menu */
.mobile-header-menu-container {
	width: 320px;
	height: 100%;
	-webkit-box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
	box-shadow: 0 3px 49px rgba(0, 0, 0, .07);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	right: -320px;
	left: auto;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 999999;
	overflow-x: hidden;
	overflow-y: auto;
	top: 0;
	padding: 0 0 60px;
}

.mobile-header-menu-container.active {
	right: 0;
	left: auto;
	opacity: 1;
}

.mobile-header-menu-container nav {
	font-size: 0;
	line-height: 1;
}

.mobile-header-menu-container .mobile-header-row {
	margin: 0;
}

.mobile-header-menu-container .mobile-header-row .header-icons-container {
	margin: 15px 34px;
	width: calc(100% - 68px);
}

.mobile-header-menu-container .mobile-header-row .header-icons-container .header-icon {
	margin: 5px 9px;
}

.mobile-header-menu-container .header-mobile-contacts {
	position: relative;
	padding: 65px 40px 0;
}

.mobile-header-menu-container .header-mobile-contacts:before {
	content: "";
	position: absolute;
	left: 40px;
	right: 40px;
	top: 30px;
	height: 0;
	border-bottom: 1px solid;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item {
	font-size: 15px;
	line-height: 1.875em;
	font-weight: 600;
	position: relative;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item + .contact-item {
	margin-top: 17px;
}

.mobile-header-menu-container .header-mobile-contacts .contact-item.contact-item-email a {
	text-decoration: underline;
}

.mobile-header-menu-container .header-mobile-contacts .contact-items-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.mobile-header-menu-container .header-mobile-additional-text {
	padding: 30px 40px 0;
}

.mobile-header-menu-container .header-mobile-additional-text .additional-text-title {
	display: block;
}

.mobile-header-menu-container .header-mobile-socials {
	padding: 30px 40px 0;
}

.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials {
	margin: 0 -15px;
}

.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li {
	margin: 0 15px;
}

.mobile-header-menu-container .header-mobile-socials .mobile-menu-socials li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	position: relative;
}

.mobile-header-menu-container .header-mobile-button {
	padding: 50px 40px 0;
	line-height: 1;
	font-size: 0;
}

.mobile-header-menu-container .header-mobile-button .neuros-button {
	--button-border-width: 2px;
	padding: 15px 18px;
	min-width: 158px;
	font-size: 16px;
	line-height: 1.6875em;
	font-weight: 600;
}

.mobile-header-menu-container .main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.mobile-header-menu-container .main-menu.inline-trigger-menu > li .sub-menu-trigger {
	right: 20px;
	left: initial;
	width: 48px;
}

.mobile-header-menu-container .main-menu.inline-trigger-menu > li .sub-menu-trigger:after {
	right: 15px;
}

.mobile-header-menu-container .main-menu > li {
	position: relative;
	padding: 0;
}

.mobile-header-menu-container .main-menu > li:before {
	content: none;
	display: none;
}

.mobile-header-menu-container .main-menu > li .sub-menu-trigger {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 34px;
	cursor: pointer;
	z-index: 2;
}

.mobile-header-menu-container .main-menu > li .sub-menu-trigger:after {
	content: "";
	font: 400 normal 5px/20px "fontello";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	right: 35px;
	left: initial;
	margin: -10px 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mobile-header-menu-container .main-menu > li > a {
	display: block;
	font-size: 14px;
	padding: 10px 65px 10px 40px;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu {
	display: none;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu > li > a {
	display: block;
	padding: 12px 60px 12px 0;
	font-size: 16px;
	font-weight: 600;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu li {
	position: relative;
	padding: 0;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu li:before {
	content: none;
	display: none;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu li .sub-menu-trigger {
	height: 40px;
}

.mobile-header-menu-container .main-menu > li ul.sub-menu li.active > .sub-menu-trigger:after {
	opacity: 1;
}

.mobile-header-menu-container .main-menu > li > ul.sub-menu > li {
	margin: 0 0 0 37px;
}

.mobile-header-menu-container .main-menu > li > ul.sub-menu > li:first-child {
	margin-top: 5px;
}

.mobile-header-menu-container .main-menu > li > ul.sub-menu > li:last-child {
	margin-bottom: 20px;
}

/* Desktop */
.header nav {
	font-size: 0;
	line-height: 1;
}

.header .header-menu-row {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.header .header-menu-row .logo {
	margin: 20px 70px;
}

.header .main-menu {
	margin: -2px 0 0;
	padding: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0;
	line-height: 1;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .main-menu li {
	list-style: none;
	position: relative;
	padding: 0;
}

.header .main-menu li:before {
	content: none;
	display: none;
}

.header .main-menu li:not(:last-of-type) {
	margin-right: 10px;
}

.header .main-menu > li {
	padding: 13px 0;
}

.header .main-menu > li > a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 9px 20px;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
}

.header .main-menu > li > a > .text-active {
	display: inline-block;
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}

.header .main-menu > li > a > span:not(.text-active) {
	position: absolute;
	padding: inherit;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transform: translateY(150%);
	-ms-transform: translateY(150%);
	transform: translateY(150%);
}

.header .main-menu > li > a:hover > .text-active {
	opacity: 0;
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}

.header .main-menu > li > a:hover > span:not(.text-active) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .main-menu > li.menu-item-has-children > a {
	padding: 9px 21px 9px 22px;
}

.header .main-menu > li.menu-item-has-children > a:after {
	content: "";
	font: 400 normal 5px/5px "fontello";
	position: relative;
	bottom: 2px;
	display: inline-block;
	text-align: center;
	margin: 0 0 0 11px;
}

/* ---------- Header Sub Menu ---------- */
.header .main-menu > li ul.sub-menu {
	margin: 1px 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 265px;
	padding: 25px 31px 25px 37px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 4;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	text-align: left;
}

.header .main-menu > li ul.sub-menu > li {
	position: relative;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all .2s cubic-bezier(.4, .28, .31, 1.28) 0s;
	transition: all .2s cubic-bezier(.4, .28, .31, 1.28) 0s;
}

.header .main-menu > li ul.sub-menu > li.menu-item-has-children > a:after {
	content: "";
	font: 400 normal 5px/5px "fontello";
	width: auto;
	height: 1em;
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	right: 0;
	left: auto;
	margin: -2px 0 0;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.header .main-menu > li ul.sub-menu > li > a {
	display: block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 10px 20px 10px 0;
}

.header .main-menu > li ul.sub-menu > li > a:before {
	content: "";
	font: 400 normal 5px/5px "fontello";
	line-height: inherit;
	bottom: 6px;
	position: absolute;
	display: block;
	left: 0;
	right: initial;
	width: 16px;
	opacity: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.header .main-menu > li ul.sub-menu > li:hover > a, .header .main-menu > li ul.sub-menu > li.current-menu-item > a {
	padding: 10px 20px 10px 16px;
}

.header .main-menu > li ul.sub-menu > li:hover > a:before, .header .main-menu > li ul.sub-menu > li.current-menu-item > a:before {
	opacity: 1;
}

.header .main-menu > li ul.sub-menu > li:hover > a:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header .main-menu li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0);
	-ms-transform: rotateX(0);
	transform: rotateX(0);
}

.header .main-menu li:hover > ul.sub-menu ul.sub-menu {
	position: absolute;
	left: 100%;
	top: -25px;
	right: initial;
	margin: 0 0 0 32px;
}

.header .main-menu li:hover > ul.sub-menu ul.sub-menu:before {
	content: "";
	position: absolute;
	display: block;
	width: 31px;
	left: initial;
	right: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.header .main-menu li:hover > ul.sub-menu > li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s;
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+3) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+4) {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+5) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+6) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+7) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.header .main-menu li:hover > ul.sub-menu > li:nth-child(2n+8) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s;
}

@media only screen and (min-width: 1600px) {
	.header .main-menu li:not(:last-of-type) {
		margin-right: 17px;
	}
}

/* ---------- Header Minicart ---------- */
.mini-cart {
	position: relative;
}

.mini-cart .mini-cart-trigger {
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 3;
}

.header .mini-cart .mini-cart-trigger {
	min-height: 50px;
	min-width: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.mini-cart .mini-cart-count:before {
	content: "";
	font: 400 normal 20px/20px "fontello";
}

.mini-cart .mini-cart-count > span {
	position: absolute;
	display: inline-block;
	display: none;
	vertical-align: top;
	bottom: -10px;
	right: -8px;
	left: initial;
	min-width: 10px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 10px;
	line-height: 16px;
	font-weight: 500;
	font-style: normal;
	padding: 0 3px;
	border-width: 2px;
	border-style: solid;
}

.mini-cart .mini-cart-panel {
	position: absolute;
	right: -6px;
	top: -6px;
	width: 371px;
	white-space: normal;
	-webkit-box-shadow: 0px 7px 38px rgba(0, 0, 0, .13);
	-moz-box-shadow: 0px 7px 38px rgba(0, 0, 0, .13);
	box-shadow: 0px 7px 38px rgba(0, 0, 0, .13);
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	opacity: 0 !important;
	visibility: hidden;
	z-index: 2;
	padding: 24px 35px 46px 39px;
	overflow: hidden;
}

.mini-cart .mini-cart-panel:before {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	left: initial;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart__empty-message {
	margin: 0;
}

.mini-cart .mini-cart-panel .mini-cart-title {
	margin: 0 40px 26px 0;
	letter-spacing: -.03em;
}

.mini-cart .mini-cart-panel .cart_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.mini-cart .mini-cart-panel .cart_list:not(:first-child) {
	padding: 0;
}

.mini-cart .mini-cart-panel .cart_list li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0;
}

.mini-cart .mini-cart-panel .cart_list li:not(:first-child) {
	margin: 30px 0 0;
}

.mini-cart .mini-cart-panel .cart_list li:before {
	display: none;
	content: none;
}

.mini-cart .mini-cart-panel .cart_list li a {
	font-weight: inherit;
	display: inline;
}

.mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper {
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	margin: 0 16px 0 0;
	position: static;
	order: 1;
}

.mini-cart .mini-cart-panel .cart_list li .thumbnail-woocommerce_wrapper img {
	display: block;
	position: relative;
	margin: 0;
	float: none;
	width: 75px;
	height: auto;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper {
	display: block;
	width: 100%;
	order: 2;
	margin-top: -5px;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper h6 {
	margin: 0;
	font-size: 18px;
	line-height: 1.388888em;
	letter-spacing: -.03em;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper h6 a:hover {
	text-decoration: underline;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity {
	display: block;
	font-size: 14px;
	line-height: 30px;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity:not(:first-child) {
	margin-top: 2px;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity:before, .mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .quantity:after {
	content: "/";
	display: inline-block;
	margin: 0 2px;
}

.mini-cart .mini-cart-panel .cart_list li .content-woocommerce-wrapper .product-rating-wrapper:not(:first-child) {
	margin-top: 4px;
}

.mini-cart .mini-cart-panel .cart_list li .subtotal {
	margin: 6px 12% 0 0;
	font-size: 14px;
	line-height: 30px;
	order: 3;
}

.mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button {
	position: static;
	font-size: 0;
	margin: 6px 0 0 0;
	background: none;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	order: 4;
}

.mini-cart .mini-cart-panel .cart_list li a.remove_from_cart_button:before {
	content: "";
	font: 400 normal 14px/1em "fontello";
	font-weight: 600;
}

.mini-cart .mini-cart-panel .total {
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	margin: 42px 0 0;
	padding: 12px 0 0;
	border-width: 0;
	border-style: solid;
	border-top-width: 1px;
	font-size: 18px;
}

.mini-cart .mini-cart-panel .total strong {
	font-weight: inherit;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons {
	position: relative;
	z-index: 2;
	padding: 10px 0 0;
	margin: 0 -5px;
	font-size: 0;
	line-height: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:before, .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons:after {
	content: none;
	display: none;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button {
	margin: 20px 5px 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) {
	--button-border-width: 1px;
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	border-width: var(--button-border-width);
	border-style: solid;
	border-color: transparent;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):before {
	display: none;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: var(--button-border-width);
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 1;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):not(:disabled):hover:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):not(:disabled):hover .button-inner:before {
	opacity: 0;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):not(:disabled):hover .button-inner:after {
	opacity: 1;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):not(:disabled):hover span[class^="icon"].right {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout):not(:disabled):hover span[class^="icon"].left {
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-1em);
	-ms-transform: translateY(-50%) translateX(-1em);
	transform: translateY(-50%) translateX(-1em);
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) span[class^="icon"] {
	font: 400 normal .642857em "fontello";
	position: absolute;
	left: 23px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) span[class^="icon"].right {
	opacity: 0;
	right: 24px;
	left: initial;
	-webkit-transform: translateY(-50%) translateX(1em);
	-ms-transform: translateY(-50%) translateX(1em);
	transform: translateY(-50%) translateX(1em);
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) .button-inner {
	position: absolute;
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
	padding: inherit;
	background: none;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) .button-inner:before, .mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) .button-inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	padding: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) .button-inner:before {
	opacity: 1;
}

.mini-cart .mini-cart-panel .woocommerce-mini-cart-buttons a.button:not(.checkout) .button-inner:after {
	opacity: 0;
}

.mini-cart:hover .mini-cart-panel {
	opacity: 1 !important;
	visibility: visible;
}

/* ---------- Header Page Title ---------- */
.page-title-container {
	position: relative;
	margin: 32px auto 17px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 50px 0;
	font-size: 36px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	z-index: 3;
}

.page-title-container .page-title-row {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1420px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-title-container .page-title-box {
	position: relative;
}

.page-title-container .page-title {
	margin: 0 0 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}

.page-title-container .page-title {
	font-size: 36px;
	line-height: 1.125em;
	font-weight: 400;
	letter-spacing: -.03em;
}

.page-title-container .page-title-box-icon {
	margin-bottom: 22px;
}

.top-page-wrapper.header-position-over .page-title-container {
	margin-top: 0;
}

.top-page-wrapper.header-position-over .no-header + .page-title-container {
	margin-top: 32px;
}

.page-title-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	right: initial;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: initial;
	-webkit-background-size: cover;
	background-size: cover;
	background-blend-mode: multiply;
}

.page-title-additional {
	position: absolute;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: .75em;
	bottom: 20%;
	right: 0;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px currentColor;
	white-space: nowrap;
	display: none;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg) translateX(100%);
	-ms-transform: rotate(-90deg) translateX(100%);
	transform: rotate(-90deg) translateX(100%);
}

.breadcrumbs-wrapper {
	position: absolute;
	right: 7.65%;
	bottom: 0;
	max-width: calc(100% - 7.65%);
}

.breadcrumbs-wrapper:before, .breadcrumbs-wrapper:after {
	content: "";
	position: absolute;
	background-color: transparent;
	bottom: 0;
	height: 40px;
	width: 20px;
}

.breadcrumbs-wrapper:before {
	right: 100%;
	border-bottom-right-radius: 20px;
}

.breadcrumbs-wrapper:after {
	left: 100%;
	border-bottom-left-radius: 20px;
}

.breadcrumbs {
	--link-gradient-angle: 262deg;
	--link-gradient-colorstop-1: 14.51%;
	--link-gradient-colorstop-2: 95.96%;
	font-size: 14px;
	line-height: 27px;
	font-weight: 600;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 15px 30px 16px 38px;
	-webkit-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
}

.breadcrumbs a {
	display: inline-block;
	position: relative;
}

.breadcrumbs a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
}

.breadcrumbs .delimiter {
	display: inline-block;
	margin: 0 3px;
}

.breadcrumbs .delimiter:before {
	content: "/";
	display: inline-block;
}

@media only screen and (min-width: 576px) {
	.page-title-container {
		font-size: 45px;
		min-height: 250px;
	}
	
	.page-title-container .page-title {
		font-size: 45px;
	}
}

@media only screen and (min-width: 768px) {
	.page-title-container {
		min-height: 330px;
		font-size: 60px;
	}
	
	.page-title-container .page-title-row {
		padding: 0 30px;
	}
	
	.page-title-container .page-title {
		font-size: 1em;
	}
	
	.page-title-additional {
		display: block;
	}
}

@media only screen and (min-width: 992px) {
	.page-title-container {
		min-height: 500px;
		font-size: 80px;
	}
	
	.page-title-container .page-title-row {
		padding: 0 40px;
	}
}

/* ---------- Header Search ---------- */
.search-trigger .search-trigger-icon {
	display: block;
	font: 400 normal 19px/20px "fontello";
	cursor: pointer;
	-webkit-transition: color .3s, opacity .3s;
	transition: color .3s, opacity .3s;
}

.search-trigger .search-trigger-icon:hover {
	opacity: .35;
}

.search-trigger .search-trigger-icon:before {
	content: "";
}

.site-search {
	position: fixed;
	left: 0;
	top: -100px;
	right: 0;
	padding: 20px 46px 20px 5px;
	height: 25px;
	z-index: 1000000;
	opacity: 0;
	-webkit-transition: opacity .3s, top .3s;
	transition: opacity .3s, top .3s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.site-search.active {
	top: 0;
	opacity: 1;
}

.site-search .site-search-close {
	position: absolute;
	top: 50%;
	right: 15px;
	left: initial;
	width: 16px;
	height: 16px;
	margin: -8px 0 0;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	font: 400 normal 16px/16px "fontello";
	text-align: center;
}

.site-search .site-search-close:before {
	content: "";
}

.site-search .site-search-close:hover {
	opacity: .5;
}

.site-search .search-form {
	border: none;
	padding: 0;
}

.site-search .search-form .search-form-field {
	padding: 0 0 0 50px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 25px;
	line-height: 25px;
}

.site-search .search-form .search-form-icon {
	left: initial;
	right: initial;
	top: 50%;
	bottom: initial;
	width: 42px;
	height: 42px;
	margin: -22px 0 0;
	background: none;
	font-size: 20px;
	line-height: 44px;
}

.site-search .search-form .search-form-icon:hover {
	background: none;
}

@media only screen and (min-width: 992px) {
	.site-search {
		padding: 37px 100px 37px 40px;
		height: 25px;
	}
	
	.site-search .site-search-close {
		right: 40px;
		left: initial;
		width: 20px;
		height: 20px;
		margin: -10px 0 0;
		font-size: 20px;
	}
	
	.site-search .search-form .search-form-field {
		padding: 0 0 0 95px;
		height: 25px;
		line-height: 25px;
	}
	
	.site-search .search-form .search-form-icon {
		width: 42px;
		height: 42px;
		margin: -21px 0 0;
		font-size: 22px;
		line-height: 42px;
	}
}

@media only screen and (min-width: 1365px) {
	.search-trigger .search-trigger-icon {
		font-size: 18px;
		height: 20px;
		line-height: 22px;
	}
}

/* ---------- Header Sidebar ---------- */
.dropdown-trigger {
	position: relative;
}

.header .dropdown-trigger {
	-webkit-align-self: stretch;
	-moz-align-self: stretch;
	-ms-align-self: stretch;
	align-self: stretch;
	margin: -15px 7px -15px -8px !important;
}

.header.header-type-2 .dropdown-trigger {
	margin: -15px 0 -15px -5px !important;
}

.header.header-type-3 .dropdown-trigger {
	margin: -15px -10px -15px -8px !important;
}

.dropdown-trigger .dropdown-trigger-item {
	font-family: "fontello";
	font-weight: 400;
	cursor: pointer;
	position: relative;
	width: 70px;
	height: 100%;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.dropdown-trigger .dropdown-trigger-item.active:after, .dropdown-trigger .dropdown-trigger-item:hover:after {
	opacity: 1;
}

.dropdown-trigger .dropdown-trigger-item:before, .dropdown-trigger .dropdown-trigger-item:after {
	position: absolute;
	left: 50%;
	right: initial;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.dropdown-trigger .dropdown-trigger-item:before {
	content: "";
}

.dropdown-trigger .dropdown-trigger-item:after {
	content: "";
	opacity: 0;
}

.dropdown-trigger + .logo-container {
	margin-left: 33px;
}

.header.header-type-2 .header-button-container + .dropdown-trigger {
	margin-left: 0 !important;
}

.mobile-header .dropdown-trigger-item, .mobile-header-menu-container .dropdown-trigger-item {
	font-size: 18px;
	line-height: 22px;
	width: 18px;
	height: 22px;
}

.mobile-header .dropdown-trigger-item:before, .mobile-header .dropdown-trigger-item:after, .mobile-header-menu-container .dropdown-trigger-item:before, .mobile-header-menu-container .dropdown-trigger-item:after {
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
}

.slide-sidebar-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 320px;
	margin: 15px;
	background-image: url("https://cdn-ilecbeg.nitrocdn.com/YIojcmYwVVPTJINPzFBQeTIXJSbgjEUY/assets/images/optimized/rev-c8f763f/alviarmani.co.za/wp-content/themes/neuros/img/sidepanel-bg.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.slide-sidebar-wrapper.nitro-lazy {
	background-image: none !important;
}

.slide-sidebar-wrapper:before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 3px;
	height: 100%;
	width: 68px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: inherit;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.slide-sidebar-wrapper.slide-sidebar-position-left {
	right: initial;
	left: -340px;
	-webkit-transition: left .6s cubic-bezier(.77, 0, .175, 1);
	transition: left .6s cubic-bezier(.77, 0, .175, 1);
}

.slide-sidebar-wrapper.slide-sidebar-position-left.active {
	right: initial;
	left: 0;
}

.slide-sidebar-wrapper.slide-sidebar-position-right {
	-webkit-transition: right .6s cubic-bezier(.77, 0, .175, 1);
	transition: right .6s cubic-bezier(.77, 0, .175, 1);
	right: -340px;
	left: initial;
}

.slide-sidebar-wrapper.slide-sidebar-position-right.active {
	right: 0;
	left: initial;
}

.slide-sidebar-wrapper .sidebar-logo-container {
	padding-bottom: 20px;
}

.slide-sidebar-wrapper .slide-sidebar-content {
	margin: auto 0;
	padding: 50px 0;
}

.slide-sidebar-wrapper .slide-sidebar-content:first-child {
	padding-top: 0;
}

.slide-sidebar-wrapper .slide-sidebar-content:last-child {
	padding-bottom: 0;
}

.slide-sidebar-wrapper .slide-sidebar-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 50%;
	overflow: hidden;
	-webkit-border-radius: 0 0 25px 25px;
	border-radius: 0 0 25px 25px;
	z-index: -1;
}

.slide-sidebar-wrapper .slide-sidebar-gradient:after {
	content: "";
	position: absolute;
	top: 60%;
	left: 0;
	width: 200%;
	height: 100%;
	filter: blur(50px);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.slide-sidebar-wrapper .slide-sidebar-close {
	position: absolute;
	left: initial;
	right: 0;
	top: 0;
	height: 50px;
	font-size: 17px;
	font-weight: 400;
	line-height: 50px;
	padding: 0 28px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: color .3s, visibility .3s;
	transition: color .3s, visibility .3s;
	text-align: center;
	z-index: 1;
}

.slide-sidebar-wrapper .slide-sidebar-close:before {
	font: 400 normal 10px/40px "fontello";
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.slide-sidebar-wrapper .slide-sidebar-close:hover:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slide-sidebar-wrapper .slide-sidebar {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	padding: 62px 20px;
	height: 100%;
	overflow: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.admin-bar .slide-sidebar-wrapper {
	top: 46px;
}

@media only screen and (min-width: 783px) {
	body.admin-bar .slide-sidebar-wrapper {
		top: 32px;
	}
}

@media only screen and (min-width: 768px) {
	.slide-sidebar-wrapper {
		width: 389px;
	}
	
	.slide-sidebar-wrapper:before {
		display: block;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-left {
		right: initial;
		left: -500px;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-left.active {
		right: initial;
		left: 0;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-right {
		right: -500px;
		left: initial;
	}
	
	.slide-sidebar-wrapper.slide-sidebar-position-right.active {
		right: 0;
		left: initial;
	}
	
	.slide-sidebar-wrapper .slide-sidebar {
		padding: 62px 68px;
	}
	
	.slide-sidebar-wrapper .slide-sidebar-close {
		right: initial;
		left: 100%;
		height: 68px;
		line-height: 68px;
		-webkit-transform: rotate(90deg) translateY(-100%);
		-ms-transform: rotate(90deg) translateY(-100%);
		transform: rotate(90deg) translateY(-100%);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
	}
}

/* ---------- Header Social Buttons ---------- */
.wrapper-socials {
	padding: 0;
	list-style: none;
	line-height: 1;
	margin: 0 -20px;
	white-space: nowrap;
	cursor: default;
}

.wrapper-socials:last-child {
	margin: 0 -20px;
}

.wrapper-socials li {
	margin: 7px 20px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.wrapper-socials li:before {
	content: none;
	display: none;
}

.wrapper-socials a {
	text-align: center;
	display: block;
	-webkit-transition: color .3s, background-color .3s, border-color .3s;
	transition: color .3s, background-color .3s, border-color .3s;
	font-family: "Font Awesome 5 Brands";
}

.wrapper-socials.top-bar-socials {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px 0 22.5px;
	font-size: .92857em;
}

.wrapper-socials.top-bar-socials li {
	margin: 7px 10.5px;
}

.slide-sidebar-wrapper .wrapper-socials {
	margin: 0 -20px;
}

.slide-sidebar-wrapper .wrapper-socials li {
	margin: 0 20px;
}

/* ---------- Header User Menu ---------- */
ul.top-bar-menu {
	margin: 0 -12.5px;
	padding: 0;
	list-style: none;
}

ul.top-bar-menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 12.5px;
	padding: 0;
}

ul.top-bar-menu li:before {
	display: none;
	content: none;
}

ul.top-bar-menu li:not(:last-child) {
	margin: 0 0 0 12.5px;
	padding: 0 30px 0 0;
}

ul.top-bar-menu li:not(:last-child):after {
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	left: initial;
	top: 15px;
}

ul.top-bar-menu a {
	display: block;
}

/********** Widgets Common Stile **********/
.widget-title, .footer-widget-title, .side-widget-title, .wp-block-search .wp-block-search__label {
	position: relative;
	font-weight: 400;
	letter-spacing: -.03em;
}

.widget-title:last-child, .footer-widget-title:last-child, .side-widget-title:last-child, .wp-block-search .wp-block-search__label:last-child {
	margin: 0;
}

.widget-title img, .footer-widget-title img, .side-widget-title img, .wp-block-search .wp-block-search__label img {
	display: none;
}

.sidebar .widget + .widget {
	margin: 30px 0 0;
}

.sidebar .widget .widget-title, .sidebar .widget .widget-wrapper h1, .sidebar .widget .widget-wrapper h2, .sidebar .widget .widget-wrapper h3, .sidebar .widget .widget-wrapper h4, .sidebar .widget .widget-wrapper h5, .sidebar .widget .widget-wrapper h6, .sidebar .widget .wp-block-search .wp-block-search__label {
	letter-spacing: -.03em;
	font-weight: 400;
}

.sidebar .widget .widget-title:not(:last-child), .sidebar .widget .widget-wrapper h1:not(:last-child), .sidebar .widget .widget-wrapper h2:not(:last-child), .sidebar .widget .widget-wrapper h3:not(:last-child), .sidebar .widget .widget-wrapper h4:not(:last-child), .sidebar .widget .widget-wrapper h5:not(:last-child), .sidebar .widget .widget-wrapper h6:not(:last-child), .sidebar .widget .wp-block-search .wp-block-search__label:not(:last-child) {
	margin-bottom: 1em;
}

.sidebar .widget .widget-title, .sidebar .widget .wp-block-heading, .sidebar .widget .wp-block-search__label {
	--button-border-gradient-angle: 262deg;
	--button-gradient-colorstop-1: 14.51%;
	--button-gradient-colorstop-2: 95.96%;
	position: relative;
}

.sidebar .widget .widget-title:first-child, .sidebar .widget .wp-block-heading:first-child, .sidebar .widget .wp-block-search__label:first-child {
	padding-bottom: .4em;
	border-bottom: 1px solid;
}

.sidebar .widget .widget-title:first-child:before, .sidebar .widget .wp-block-heading:first-child:before, .sidebar .widget .wp-block-search__label:first-child:before {
	content: "";
	display: block;
	font-family: "fontello";
	font-size: .36em;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
}

.sidebar .widget .wp-block-cover__inner-container .wp-block-heading:first-child {
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar .widget .wp-block-cover__inner-container .wp-block-heading:first-child:before {
	content: none;
	display: none;
}

.slide-sidebar-wrapper .widget + .widget {
	margin: 50px 0 0;
}

.slide-sidebar-wrapper .widget .widget-title, .slide-sidebar-wrapper .widget .widget-wrapper h1, .slide-sidebar-wrapper .widget .widget-wrapper h2, .slide-sidebar-wrapper .widget .widget-wrapper h3, .slide-sidebar-wrapper .widget .widget-wrapper h4, .slide-sidebar-wrapper .widget .widget-wrapper h5, .slide-sidebar-wrapper .widget .widget-wrapper h6, .slide-sidebar-wrapper .widget .wp-block-search .wp-block-search__label {
	letter-spacing: -.03em;
	font-weight: 400;
}

.slide-sidebar-wrapper .widget .widget-title:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h1:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h2:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h3:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h4:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h5:not(:last-child), .slide-sidebar-wrapper .widget .widget-wrapper h6:not(:last-child), .slide-sidebar-wrapper .widget .wp-block-search .wp-block-search__label:not(:last-child) {
	margin-bottom: .55em;
}

.slide-sidebar-wrapper .widget p {
	margin: 1.3888em 0;
}

.slide-sidebar-wrapper .widget p[style*='font-size'] {
	line-height: 1.5555em;
}

.footer-widgets > .widget {
	margin: 54px 0 0;
}

.footer-widgets > .widget .widget-title, .footer-widgets > .widget .widget-wrapper h1, .footer-widgets > .widget .widget-wrapper h2, .footer-widgets > .widget .widget-wrapper h3, .footer-widgets > .widget .widget-wrapper h4, .footer-widgets > .widget .widget-wrapper h5, .footer-widgets > .widget .widget-wrapper h6, .footer-widgets > .widget .wp-block-search .wp-block-search__label {
	font-weight: 600;
	letter-spacing: normal;
}

.footer-widgets > .widget .widget-title:not(:last-child), .footer-widgets > .widget .widget-wrapper h1:not(:last-child), .footer-widgets > .widget .widget-wrapper h2:not(:last-child), .footer-widgets > .widget .widget-wrapper h3:not(:last-child), .footer-widgets > .widget .widget-wrapper h4:not(:last-child), .footer-widgets > .widget .widget-wrapper h5:not(:last-child), .footer-widgets > .widget .widget-wrapper h6:not(:last-child), .footer-widgets > .widget .wp-block-search .wp-block-search__label:not(:last-child) {
	margin-bottom: .4em;
}

.footer-widgets > .widget .wp-block-spacer + .wp-block-image {
	margin-top: 0;
}

.sidebar .widget p[style*='text-decoration'] a, .slide-sidebar-wrapper .widget p[style*='text-decoration'] a, .footer-widgets .widget p[style*='text-decoration'] a {
	text-decoration: inherit;
}

.slide-sidebar-wrapper .widget p[style*='text-decoration:underline']:has(> a), .footer-widgets .widget p[style*='text-decoration:underline']:has(> a) {
	text-decoration: none !important;
}

.slide-sidebar-wrapper .widget p[style*='text-decoration:underline']:has(> a) > a, .footer-widgets .widget p[style*='text-decoration:underline']:has(> a) > a {
	text-decoration: none;
	background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	-webkit-transition: all .3s, background-size .4s;
	transition: all .3s, background-size .4s;
}

.slide-sidebar-wrapper .widget p[style*='text-decoration:underline']:has(> a) > a:hover, .footer-widgets .widget p[style*='text-decoration:underline']:has(> a) > a:hover {
	background-size: 0 1px;
}

@media only screen and (min-width: 1280px) {
	.sidebar .widget + .widget {
		margin: 50px 0 0;
	}
}

/********** WordPress Standard Archive Widget **********/
.widget_archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_archive ul li {
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: -.03em;
	padding: 0;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.widget_archive ul li:not(:first-child) {
	margin: 15px 0 0;
}

.widget_archive .widget-wrapper > ul > li {
	padding: 0;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.widget_archive .widget-wrapper > ul > li:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	position: absolute;
	display: block;
	left: 0;
	top: 1.1em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget_archive .widget-wrapper > ul > li:hover {
	padding: 0 0 0 .83333em;
}

.widget_archive .widget-wrapper > ul > li:hover:before {
	opacity: 1;
}

.wp-block-archives-dropdown:not(:last-child) {
	margin-bottom: 2rem;
}

.wp-block-archives, body .content-wrapper .wp-block-archives {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-archives:not(:last-child), body .content-wrapper .wp-block-archives:not(:last-child) {
	margin-bottom: 2rem;
}

.wp-block-archives li, body .content-wrapper .wp-block-archives li {
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: -.03em;
	padding: 0;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.wp-block-archives li:not(:first-child), body .content-wrapper .wp-block-archives li:not(:first-child) {
	margin: 15px 0 0;
}

.wp-block-archives li:before, body .content-wrapper .wp-block-archives li:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	position: absolute;
	display: block;
	left: 0;
	top: 1.1em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.wp-block-archives li:hover, body .content-wrapper .wp-block-archives li:hover {
	padding: 0 0 0 .83333em;
}

.wp-block-archives li:hover:before, body .content-wrapper .wp-block-archives li:hover:before {
	opacity: 1;
}

.wp-block-archives ul, body .content-wrapper .wp-block-archives ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/********** WordPress Standard Media Audio Widget **********/
.widget_media_audio, .mejs-audio {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget_media_audio .mejs-container, .widget_media_audio .mejs-controls, .mejs-audio .mejs-container, .mejs-audio .mejs-controls {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget_media_audio .mejs-horizontal-volume-slider, .mejs-audio .mejs-horizontal-volume-slider {
	width: 50px;
	margin: 0 0 0 10px;
}

.widget_media_audio .mejs-time-rail, .mejs-audio .mejs-time-rail {
	margin: 0;
}

.widget_media_audio .mejs-time-handle-content, .mejs-audio .mejs-time-handle-content {
	border: none;
	left: -4px;
	width: 1px;
}

.widget_media_audio .mejs-time, .mejs-audio .mejs-time {
	padding-top: 15px;
}

.widget_media_audio .mejs-button, .mejs-audio .mejs-button {
	width: 20px;
}

.widget_media_audio .mejs-button > button, .mejs-audio .mejs-button > button {
	margin: 10px 0;
	padding: 0;
	border: none;
	min-width: 0;
	background: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget_media_audio .mejs-button > button:before, .mejs-audio .mejs-button > button:before {
	content: none;
	display: none;
}

.widget_media_audio .mejs-button > button:after, .mejs-audio .mejs-button > button:after {
	font: 700 normal 18px/20px "Font Awesome 5 Free";
	background: none !important;
	position: relative;
	width: auto;
	height: auto;
	top: initial;
	bottom: initial;
	left: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-mask: none, none;
	mask: none, none;
}

.widget_media_audio .mejs-button > button:hover, .mejs-audio .mejs-button > button:hover {
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.widget_media_audio .mejs-button.mejs-play > button:after, .mejs-audio .mejs-button.mejs-play > button:after {
	content: "";
}

.widget_media_audio .mejs-button.mejs-pause > button:after, .mejs-audio .mejs-button.mejs-pause > button:after {
	content: "";
}

.widget_media_audio .mejs-button.mejs-mute > button:after, .mejs-audio .mejs-button.mejs-mute > button:after {
	content: "";
}

.widget_media_audio .mejs-button.mejs-unmute > button:after, .mejs-audio .mejs-button.mejs-unmute > button:after {
	content: "";
}

/********** WordPress Standard Calendar Widget **********/
body .content-wrapper .widget_calendar, .widget_calendar, body .content-wrapper .wp-block-calendar, .wp-block-calendar {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body .content-wrapper .widget_calendar a, .widget_calendar a, body .content-wrapper .wp-block-calendar a, .wp-block-calendar a {
	text-decoration: none;
}

body .content-wrapper .widget_calendar .wp-calendar-table, .widget_calendar .wp-calendar-table, body .content-wrapper .wp-block-calendar .wp-calendar-table, .wp-block-calendar .wp-calendar-table {
	width: 100%;
	text-align: center;
}

body .content-wrapper .widget_calendar .calendar_wrap, .widget_calendar .calendar_wrap, body .content-wrapper .wp-block-calendar .calendar_wrap, .wp-block-calendar .calendar_wrap {
	padding: 75px 25px 25px;
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

body .content-wrapper .widget_calendar .calendar_wrap:not(:first-child), .widget_calendar .calendar_wrap:not(:first-child), body .content-wrapper .wp-block-calendar .calendar_wrap:not(:first-child), .wp-block-calendar .calendar_wrap:not(:first-child) {
	margin: 20px 0 0;
}

body .content-wrapper .widget_calendar table, .widget_calendar table, body .content-wrapper .wp-block-calendar table, .wp-block-calendar table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	z-index: 2;
	text-align: center;
	position: relative;
	margin: 0;
}

body .content-wrapper .widget_calendar table thead th, .widget_calendar table thead th, body .content-wrapper .wp-block-calendar table thead th, .wp-block-calendar table thead th {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: -.03em;
	background: none;
	border: none !important;
	padding: 0 !important;
	padding-bottom: 17.5px !important;
	text-align: center;
}

body .content-wrapper .widget_calendar table tbody td, .widget_calendar table tbody td, body .content-wrapper .wp-block-calendar table tbody td, .wp-block-calendar table tbody td {
	padding: 7.5px 0;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	border: none !important;
}

body .content-wrapper .widget_calendar table tbody td#today, .widget_calendar table tbody td#today, body .content-wrapper .wp-block-calendar table tbody td#today, .wp-block-calendar table tbody td#today {
	position: relative;
}

body .content-wrapper .widget_calendar table tbody td#today:before, .widget_calendar table tbody td#today:before, body .content-wrapper .wp-block-calendar table tbody td#today:before, .wp-block-calendar table tbody td#today:before {
	content: "";
	position: absolute;
	display: block;
	top: 4.5px;
	bottom: 4.5px;
	left: 0;
	right: 0;
	z-index: -1;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

body .content-wrapper .widget_calendar table tbody a, .widget_calendar table tbody a, body .content-wrapper .wp-block-calendar table tbody a, .wp-block-calendar table tbody a {
	display: block;
	position: relative;
	color: inherit;
}

body .content-wrapper .widget_calendar caption, .widget_calendar caption, body .content-wrapper .wp-block-calendar caption, .wp-block-calendar caption {
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: -.03em;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 14.2857%;
	position: absolute;
	display: block;
	top: -50px;
	left: 0;
	right: 0;
	white-space: nowrap;
}

body .content-wrapper .widget_calendar .wp-calendar-nav, .widget_calendar .wp-calendar-nav, body .content-wrapper .wp-block-calendar .wp-calendar-nav, .wp-block-calendar .wp-calendar-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	z-index: 3;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
	font-size: 0;
	line-height: 1;
	width: 14.2857%;
	height: 28px;
	display: block;
	position: absolute;
	top: 24px;
	text-align: center;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a {
	display: block;
	text-decoration: none;
	-webkit-transition: color .3s, opacity .3s;
	transition: color .3s, opacity .3s;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
	font: 400 normal 14px/28px "fontello";
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:hover {
	opacity: 1;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev {
	left: 17px;
	right: initial;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev a:before {
	content: "";
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
	left: initial;
	right: 17px;
}

body .content-wrapper .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:before, body .content-wrapper .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before, .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next a:before {
	content: "";
}

body .content-wrapper .wp-block-calendar, .wp-block-calendar {
	padding: 75px 25px 25px;
	position: relative;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

body .content-wrapper .wp-block-calendar:not(:first-child), .wp-block-calendar:not(:first-child) {
	margin: 20px 0 0;
}

/********** WordPress Standard Categories Widget **********/
.widget_categories ul, ul.wp-block-categories {
	list-style: none;
	padding: 0;
	position: relative;
	margin: 0;
}

.widget_categories ul li, ul.wp-block-categories li {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -.03em;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.widget_categories ul li:not(:first-child), ul.wp-block-categories li:not(:first-child) {
	margin: 15px 0 0;
}

.widget_categories ul li.cat-item-hierarchical, ul.wp-block-categories li.cat-item-hierarchical {
	margin-right: 20px;
	margin-left: 0;
}

.widget_categories ul li .widget-archive-trigger, .widget_categories ul li .block-archive-trigger, ul.wp-block-categories li .widget-archive-trigger, ul.wp-block-categories li .block-archive-trigger {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
	left: auto;
	text-align: right;
	cursor: pointer;
	font: 400 normal 12px/30px "fontello";
	width: 20px;
	height: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.widget_categories ul li .widget-archive-trigger:before, .widget_categories ul li .block-archive-trigger:before, ul.wp-block-categories li .widget-archive-trigger:before, ul.wp-block-categories li .block-archive-trigger:before {
	content: "";
}

.widget_categories ul li .widget-archive-trigger.active, .widget_categories ul li .block-archive-trigger.active, ul.wp-block-categories li .widget-archive-trigger.active, ul.wp-block-categories li .block-archive-trigger.active {
	-webkit-transform: rotate(90deg) translate(-6px, -4px);
	-ms-transform: rotate(90deg) translate(-6px, -4px);
	transform: rotate(90deg) translate(-6px, -4px);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.widget_categories ul li > ul, ul.wp-block-categories li > ul {
	margin: 0 -20px 0 20px;
	padding: 6px 0 0;
	list-style: none;
	position: relative;
}

.widget_categories ul > li, ul.wp-block-categories > li {
	padding: 0;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.widget_categories ul > li:before, ul.wp-block-categories > li:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	position: absolute;
	display: block;
	left: 0;
	top: 1.1em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget_categories ul > li:hover, ul.wp-block-categories > li:hover {
	padding: 0 0 0 .83333em;
}

.widget_categories ul > li:hover:before, ul.wp-block-categories > li:hover:before {
	opacity: 1;
}

.wp-block-categories:not(:last-child) {
	margin-bottom: 2rem;
}

/********** WordPress Standard Custom HTML Widget **********/
.widget_custom_html .neuros-button {
	padding: 18px 40px;
}

/********** WordPress Standard Media Gallery Widget **********/
.widget_media_gallery .gallery {
	margin: -5px;
	font-size: 0;
	line-height: 1;
}

.widget_media_gallery .gallery.gallery-columns-1 .gallery-item {
	width: 100%;
}

.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.widget_media_gallery .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
}

.widget_media_gallery .gallery.gallery-columns-6 .gallery-item {
	width: 16.6667%;
}

.widget_media_gallery .gallery.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.widget_media_gallery .gallery.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.widget_media_gallery .gallery.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.widget_media_gallery .gallery .gallery-item {
	padding: 5px;
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_media_gallery .gallery .gallery-item img {
	height: auto;
	border: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.widget_media_gallery .gallery .gallery-caption {
	font-size: 14px;
	line-height: 1.4286em;
	text-align: center;
	font-style: italic;
	padding: 5px 0 0;
}

.widget_media_gallery .gallery .gallery-icon {
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.widget_media_gallery .gallery .gallery-icon a {
	display: block;
	position: relative;
}

.widget_media_gallery .gallery .gallery-icon a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.widget_media_gallery .gallery .gallery-icon a:after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	display: block;
	text-align: center;
	font: 400 normal 28px/1em "fontello";
	z-index: 3;
	left: 50%;
	right: auto;
	top: 40%;
	margin: -14px 0 0 -14px;
	opacity: 0;
	-webkit-transition: top .3s, opacity .3s;
	transition: top .3s, opacity .3s;
}

.widget_media_gallery .gallery .gallery-icon a:hover:before {
	opacity: .5;
}

.widget_media_gallery .gallery .gallery-icon a:hover:after {
	top: 50%;
	opacity: 1;
}

body .content-wrapper .gallery {
	margin: 0 -10px -10px 0;
	font-size: 0;
	line-height: 1;
}

body .content-wrapper .gallery .gallery-item {
	padding: 0 10px 10px 0;
	margin: 2px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body .content-wrapper .gallery .gallery-item img {
	height: auto;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

body .content-wrapper .gallery .gallery-item .gallery-icon {
	overflow: initial;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a {
	display: block;
	position: relative;
	text-decoration: none;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a:after {
	content: "";
	font: 400 normal 42px/1em "fontello";
	position: absolute;
	display: block;
	left: 50%;
	right: initial;
	top: 50%;
	width: 42px;
	height: 42px;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	opacity: 0;
	text-align: center;
	margin: -21px 0 0 -21px;
	z-index: 3;
}

body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:before, body .content-wrapper .gallery .gallery-item .gallery-icon a:hover:after {
	opacity: 1;
}

body .content-wrapper .gallery .gallery-item .gallery-caption {
	font-size: 14px;
	line-height: 1.4em;
	text-align: center;
	font-style: italic;
	padding: 5px 0 0;
}

body .content-wrapper .gallery.gallery-columns-1 .gallery-item, body .content-wrapper .gallery.gallery-columns-3 .gallery-item, body .content-wrapper .gallery.gallery-columns-5 .gallery-item, body .content-wrapper .gallery.gallery-columns-7 .gallery-item, body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
	width: 100%;
}

body .content-wrapper .gallery.gallery-columns-2 .gallery-item, body .content-wrapper .gallery.gallery-columns-4 .gallery-item, body .content-wrapper .gallery.gallery-columns-6 .gallery-item, body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
	width: 50%;
}

body .content-wrapper .gallery:not(:last-child) {
	margin-bottom: 2rem;
}

body .content-wrapper .post-content .gallery {
	margin: 0 -30px -30px 0;
}

body .content-wrapper .post-content .gallery .gallery-item {
	padding: 0 30px 30px 0;
}

@media only screen and (min-width: 768px) {
	body .content-wrapper .gallery.gallery-columns-3 .gallery-item {
		width: 33.3333%;
	}
	
	body .content-wrapper .gallery.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	
	body .content-wrapper .gallery.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	
	body .content-wrapper .gallery.gallery-columns-6 .gallery-item {
		width: 16.6667%;
	}
	
	body .content-wrapper .gallery.gallery-columns-7 .gallery-item {
		width: 14.2857%;
	}
	
	body .content-wrapper .gallery.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	
	body .content-wrapper .gallery.gallery-columns-9 .gallery-item {
		width: 11.1111%;
	}
}

/********** WordPress Standard Media Image Widget **********/
.widget_media_image a {
	display: block;
}

.widget_media_image img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/********** Instagram Feed Widget **********/
.widget_instagram-feed-widget #sb_instagram:not(:first-child), .widget_instagram-feed-widget#sb_instagram:not(:first-child), .widget #sb_instagram:not(:first-child), .widget#sb_instagram:not(:first-child) {
	margin-top: 8px;
}

.widget_instagram-feed-widget #sb_instagram #sbi_images, .widget_instagram-feed-widget#sb_instagram #sbi_images, .widget #sb_instagram #sbi_images, .widget#sb_instagram #sbi_images {
	margin: -5px;
	width: calc(100% + 10px);
}

.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_item, .widget_instagram-feed-widget#sb_instagram #sbi_images .sbi_item, .widget #sb_instagram #sbi_images .sbi_item, .widget#sb_instagram #sbi_images .sbi_item {
	padding: 5px !important;
}

.widget_instagram-feed-widget #sb_instagram #sbi_images .sbi_photo, .widget_instagram-feed-widget#sb_instagram #sbi_images .sbi_photo, .widget #sb_instagram #sbi_images .sbi_photo, .widget#sb_instagram #sbi_images .sbi_photo {
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget_instagram-feed-widget #sbi_mod_error, .widget #sbi_mod_error {
	line-height: 1.5em;
	float: none !important;
}

/********** WordPress List Widget **********/
.widget .wp-block-list.has-text-color li:hover a {
	color: inherit;
}

.widget .wp-block-list.has-text-color li a {
	color: inherit;
}

.widget .wp-block-list > li {
	padding: 0;
	-webkit-transition: padding .3s;
	transition: padding .3s;
}

.widget .wp-block-list > li:not(:last-child) {
	margin-bottom: 1.1111em;
}

.widget .wp-block-list > li:before {
	display: none;
}

.widget .wp-block-list > li > a {
	position: relative;
	letter-spacing: -.03em;
}

.widget .wp-block-list > li > a:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	display: block;
	position: absolute;
	left: 0;
	top: .8em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget .wp-block-list > li > a:hover {
	padding: 0 0 0 1.05555em;
}

.widget .wp-block-list > li > a:hover:before {
	opacity: 1;
}

.widget .wp-block-list > li ul {
	margin-top: 1.1111em;
}

.widget > .widget-wrapper > .wp-block-list.has-background, .widget .wp-widget-group__inner-blocks > .wp-block-list.has-background, .widget .wp-block-group__inner-container > .wp-block-list.has-background, .widget .wp-block-column > .wp-block-list.has-background {
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

/********** Mailchimp for WordPress Widget **********/
.mailchimp-button-border-style-gradient .mc4wp-form .mc4wp-form-fields button {
	border-color: transparent !important;
}

.mailchimp-button-border-style-gradient .mc4wp-form .mc4wp-form-fields button .button-inner {
	top: calc(-1 * var(--button-border-width));
	left: calc(-1 * var(--button-border-width));
	right: calc(-1 * var(--button-border-width));
	bottom: calc(-1 * var(--button-border-width));
}

.mailchimp-button-border-style-solid .mc4wp-form .mc4wp-form-fields button:after, .mailchimp-button-border-style-solid .mc4wp-form .mc4wp-form-fields button:hover:after {
	background: none;
}

.mailchimp-button-border-style-solid .mc4wp-form .mc4wp-form-fields button .button-inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mailchimp-button-bakground-style-solid .mc4wp-form .mc4wp-form-fields button .button-inner {
	display: none;
}

.mailchimp-button-bakground-style-gradient .mc4wp-form .mc4wp-form-fields button, .mailchimp-button-bakground-style-gradient .mc4wp-form .mc4wp-form-fields button:hover {
	background-color: transparent !important;
}

#form-preview {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#form-preview .mc4wp-form .mc4wp-form-fields, .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields, .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields, .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields, .widget .mc4wp-form .mc4wp-form-fields {
	position: relative;
}

#form-preview .mc4wp-form .mc4wp-form-fields .form-field, .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .form-field, .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields .form-field, .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .form-field, .widget .mc4wp-form .mc4wp-form-fields .form-field {
	position: relative;
	border-bottom: 1px solid;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

#form-preview .mc4wp-form .mc4wp-form-fields input[type="text"], #form-preview .mc4wp-form .mc4wp-form-fields input[type="tel"], #form-preview .mc4wp-form .mc4wp-form-fields input[type="number"], #form-preview .mc4wp-form .mc4wp-form-fields input[type="url"], #form-preview .mc4wp-form .mc4wp-form-fields input[type="email"], .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="text"], .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="tel"], .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="number"], .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="url"], .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="email"], .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields input[type="text"], .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields input[type="tel"], .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields input[type="number"], .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields input[type="url"], .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields input[type="email"], .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="text"], .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="tel"], .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="number"], .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="url"], .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="email"], .widget .mc4wp-form .mc4wp-form-fields input[type="text"], .widget .mc4wp-form .mc4wp-form-fields input[type="tel"], .widget .mc4wp-form .mc4wp-form-fields input[type="number"], .widget .mc4wp-form .mc4wp-form-fields input[type="url"], .widget .mc4wp-form .mc4wp-form-fields input[type="email"] {
	width: 100%;
	padding-right: 20px;
	border: none;
}

#form-preview .mc4wp-form .mc4wp-form-fields .input-floating-wrap, .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .input-floating-wrap, .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields .input-floating-wrap, .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields .input-floating-wrap, .widget .mc4wp-form .mc4wp-form-fields .input-floating-wrap {
	width: 100%;
}

#form-preview .mc4wp-form .mc4wp-form-fields button, .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button, .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields button, .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button, .widget .mc4wp-form .mc4wp-form-fields button {
	padding: 10px 30px 11px calc(23px + 1.42857em);
	margin-bottom: 7px;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

#form-preview .mc4wp-form .mc4wp-form-fields button:hover, .widget_mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button:hover, .elementor-widget-neuros_mailchimp .mc4wp-form .mc4wp-form-fields button:hover, .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields button:hover, .widget .mc4wp-form .mc4wp-form-fields button:hover {
	padding: 10px calc(23px + 1.42857em) 11px 30px;
}

/********** WordPress Standard Meta Widget **********/
.widget_meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_meta ul li {
	position: relative;
	padding: 0;
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: -.03em;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.widget_meta ul li:not(:first-child) {
	margin: 15px 0 0;
}

.widget_meta ul li:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	position: absolute;
	display: block;
	left: 0;
	top: 1.1em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget_meta ul li:hover {
	padding: 0 0 0 .83333em;
}

.widget_meta ul li:hover:before {
	opacity: 1;
}

/********** WordPress Standard Navigation Menu Widget **********/
.widget_nav_menu ul, .widget_neuros_nav_menu_widget ul {
	list-style: none;
	padding: 0;
}

.widget_nav_menu ul.columns-2, .widget_nav_menu ul.columns-3, .widget_neuros_nav_menu_widget ul.columns-2, .widget_neuros_nav_menu_widget ul.columns-3 {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	column-gap: 15px;
}

.widget_nav_menu ul li, .widget_neuros_nav_menu_widget ul li {
	position: relative;
	font-weight: 400;
	padding: 0;
}

.widget_nav_menu ul li:before, .widget_neuros_nav_menu_widget ul li:before {
	content: none;
	display: none;
}

.widget_nav_menu ul li.parent-archive, .widget_neuros_nav_menu_widget ul li.parent-archive {
	padding: 0 20px 0 0;
}

.widget_nav_menu ul li .widget-menu-trigger, .widget_neuros_nav_menu_widget ul li .widget-menu-trigger {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: auto;
	text-align: right;
	cursor: pointer;
	font: 400 normal 12px/30px "fontello";
	width: 20px;
	height: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.widget_nav_menu ul li .widget-menu-trigger:before, .widget_neuros_nav_menu_widget ul li .widget-menu-trigger:before {
	content: "";
}

.widget_nav_menu ul li .widget-menu-trigger.active, .widget_neuros_nav_menu_widget ul li .widget-menu-trigger.active {
	-webkit-transform: rotate(90deg) translate(-6px, -4px);
	-ms-transform: rotate(90deg) translate(-6px, -4px);
	transform: rotate(90deg) translate(-6px, -4px);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.widget_nav_menu ul li > ul, .widget_neuros_nav_menu_widget ul li > ul {
	margin: 0 -20px 0 20px;
	padding-top: 6px;
}

.widget_nav_menu ul li > a, .widget_neuros_nav_menu_widget ul li > a {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.widget_nav_menu ul li > a:before, .widget_nav_menu ul li > a:after, .widget_neuros_nav_menu_widget ul li > a:before, .widget_neuros_nav_menu_widget ul li > a:after {
	content: "/";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.widget_nav_menu ul li > a:after, .widget_neuros_nav_menu_widget ul li > a:after {
	right: 0;
	left: initial;
}

.widget_nav_menu ul li > a:hover, .widget_neuros_nav_menu_widget ul li > a:hover {
	padding: 0 .5625em;
}

.widget_nav_menu ul li > a:hover:before, .widget_nav_menu ul li > a:hover:after, .widget_neuros_nav_menu_widget ul li > a:hover:before, .widget_neuros_nav_menu_widget ul li > a:hover:after {
	opacity: 1;
}

.widget_nav_menu ul li.current-menu-item > a, .widget_nav_menu ul li.current-menu-ancestor > a, .widget_nav_menu ul li.current-menu-parent > a, .widget_nav_menu ul li.current_page_item > a, .widget_neuros_nav_menu_widget ul li.current-menu-item > a, .widget_neuros_nav_menu_widget ul li.current-menu-ancestor > a, .widget_neuros_nav_menu_widget ul li.current-menu-parent > a, .widget_neuros_nav_menu_widget ul li.current_page_item > a {
	padding: 0 .5625em;
}

.widget_nav_menu ul li.current-menu-item > a:before, .widget_nav_menu ul li.current-menu-item > a:after, .widget_nav_menu ul li.current-menu-ancestor > a:before, .widget_nav_menu ul li.current-menu-ancestor > a:after, .widget_nav_menu ul li.current-menu-parent > a:before, .widget_nav_menu ul li.current-menu-parent > a:after, .widget_nav_menu ul li.current_page_item > a:before, .widget_nav_menu ul li.current_page_item > a:after, .widget_neuros_nav_menu_widget ul li.current-menu-item > a:before, .widget_neuros_nav_menu_widget ul li.current-menu-item > a:after, .widget_neuros_nav_menu_widget ul li.current-menu-ancestor > a:before, .widget_neuros_nav_menu_widget ul li.current-menu-ancestor > a:after, .widget_neuros_nav_menu_widget ul li.current-menu-parent > a:before, .widget_neuros_nav_menu_widget ul li.current-menu-parent > a:after, .widget_neuros_nav_menu_widget ul li.current_page_item > a:before, .widget_neuros_nav_menu_widget ul li.current_page_item > a:after {
	opacity: 1;
}

@media only screen and (min-width: 1280px) {
	.widget_nav_menu ul.columns-3, .widget_neuros_nav_menu_widget ul.columns-3 {
		-webkit-column-count: 3;
		column-count: 3;
	}
}

/********** Neuros Special Text Widget **********/
.widget_neuros_special_text_widget {
	--special-text-gradient-angle: 262deg;
	--special-text-gradient-colorstop-1: 14.51%;
	--special-text-gradient-colorstop-2: 95.96%;
}

.widget_neuros_special_text_widget .neuros-special-text-widget-text {
	display: inline-block;
	font-size: 30px;
	line-height: 1.1666em;
	font-weight: 400;
	letter-spacing: -.03em;
	background-clip: text !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent;
}

.widget_neuros_special_text_widget .neuros-special-text-widget-text p {
	line-height: inherit;
}

@media only screen and (min-width: 992px) {
	.widget_neuros_special_text_widget .neuros-special-text-widget-text {
		font-size: 60px;
	}
}

/********** WordPress Standard Page Widget **********/
.widget_pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_pages ul li {
	position: relative;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -.03em;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.widget_pages ul li:not(:first-child) {
	margin: 15px 0 0;
}

.widget_pages ul li.page_item_has_children {
	margin: 0 20px 0 0;
}

.widget_pages ul li .widget-archive-trigger {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
	left: auto;
	text-align: right;
	cursor: pointer;
	font: 400 normal 12px/30px "fontello";
	width: 20px;
	height: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.widget_pages ul li .widget-archive-trigger:before {
	content: "";
}

.widget_pages ul li .widget-archive-trigger.active {
	-webkit-transform: rotate(90deg) translate(-6px, -4px);
	-ms-transform: rotate(90deg) translate(-6px, -4px);
	transform: rotate(90deg) translate(-6px, -4px);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.widget_pages ul li > ul {
	margin: 0 -20px 0 20px;
	padding: 6px 0 0;
	list-style: none;
	position: relative;
}

.widget_pages ul > li {
	padding: 0;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.widget_pages ul > li:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	position: absolute;
	display: block;
	left: 0;
	top: 1.1em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.widget_pages ul > li:hover {
	padding: 0 0 0 .83333em;
}

.widget_pages ul > li:hover:before {
	opacity: 1;
}

.widget_pages:not(:last-child) {
	margin-bottom: 2rem;
}

.wp-block-page-list li {
	position: relative;
	padding: 0;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -.03em;
	-webkit-transition: padding .3s, color .3s;
	transition: padding .3s, color .3s;
}

.wp-block-page-list li:not(:first-child) {
	margin: 15px 0 0;
}

.wp-block-page-list li.has-child {
	margin: 0 20px 0 0;
}

.wp-block-page-list li:before {
	content: "";
	font: 400 normal .5625em/1em "fontello";
	position: absolute;
	display: block;
	left: 0;
	top: 1.1em;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.wp-block-page-list li:hover {
	padding: 0 0 0 .83333em;
}

.wp-block-page-list li:hover:before {
	opacity: 1;
}

.wp-block-page-list li .widget-archive-trigger {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -20px;
	left: auto;
	text-align: right;
	cursor: pointer;
	font: 400 normal 12px/30px "fontello";
	width: 20px;
	height: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.wp-block-page-list li .widget-archive-trigger:before {
	content: "";
}

.wp-block-page-list li .widget-archive-trigger.active {
	-webkit-transform: rotate(90deg) translate(-6px, -4px);
	-ms-transform: rotate(90deg) translate(-6px, -4px);
	transform: rotate(90deg) translate(-6px, -4px);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.wp-block-page-list li > ul {
	margin: 0 -20px 0 20px;
	padding: 6px 0 0;
	list-style: none;
	position: relative;
}

/********** WordPress Standard Recent Comments Widget **********/
.widget_recent_comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_recent_comments ul:not(:first-child) {
	padding: 2px 0 0;
}

.widget_recent_comments ul .recentcomments {
	position: relative;
	padding: 0;
	font-size: 1.125em;
	line-height: 1.6666em;
	letter-spacing: -.03em;
	font-weight: 600;
}

.widget_recent_comments ul .recentcomments:not(:first-child) {
	margin: 23px 0 0;
}

.widget_recent_comments ul .recentcomments:before {
	display: none;
}

.widget_recent_comments ul .recentcomments a:hover {
	text-decoration: underline;
}

body .content-wrapper .wp-block-latest-comments, .wp-block-latest-comments {
	list-style: none;
	margin: 0;
	padding: 2px 0 0;
}

body .content-wrapper .wp-block-latest-comments:not(:last-child), .wp-block-latest-comments:not(:last-child) {
	margin-bottom: 2rem;
}

body .content-wrapper .wp-block-latest-comments li, .wp-block-latest-comments li {
	position: relative;
	font-size: 1.125em;
	line-height: 1.6666em;
	letter-spacing: -.03em;
	font-weight: 600;
}

body .content-wrapper .wp-block-latest-comments li:not(:first-child), .wp-block-latest-comments li:not(:first-child) {
	margin: 23px 0 0;
}

body .content-wrapper .wp-block-latest-comments li .wp-block-latest-comments__comment-date, .wp-block-latest-comments li .wp-block-latest-comments__comment-date {
	display: block;
	font-size: 87.5%;
	line-height: 1.5em;
	font-weight: 500;
	margin: 8px 0 0;
}

body .content-wrapper .wp-block-latest-comments li a:hover, .wp-block-latest-comments li a:hover {
	text-decoration: underline;
}

/********** WordPress Standard Recent Posts Widget **********/
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_recent_entries ul:not(:first-child) {
	padding: 4px 0 0;
}

.widget_recent_entries ul li {
	position: relative;
	line-height: 1.6875em;
	padding: 0;
}

.widget_recent_entries ul li:before {
	content: none;
	display: none;
}

.widget_recent_entries ul li:not(:first-child) {
	margin-top: 25px;
}

.widget_recent_entries ul li a {
	font-size: 1.125em;
	line-height: 1.3888em;
	font-weight: 400;
	letter-spacing: -.03em;
}

.widget_recent_entries ul li a:hover {
	text-decoration: underline;
}

.widget_recent_entries ul li .post-date {
	display: block;
	font-size: 87.5%;
	line-height: 1.5em;
	font-weight: 500;
	margin: 5px 0 0;
}

.content-wrapper .wp-block-latest-posts, .wp-block-latest-posts {
	padding: 4px 0 0;
}

.content-wrapper .wp-block-latest-posts:not(:last-child), .wp-block-latest-posts:not(:last-child) {
	margin-bottom: 2rem;
}

.content-wrapper .wp-block-latest-posts.is-grid, .wp-block-latest-posts.is-grid {
	margin-top: -27px;
}

.content-wrapper .wp-block-latest-posts.is-grid li:first-child, .wp-block-latest-posts.is-grid li:first-child {
	margin-top: 27px;
}

.content-wrapper .wp-block-latest-posts li, .wp-block-latest-posts li {
	overflow: hidden;
	padding: 0;
}

.content-wrapper .wp-block-latest-posts li:not(:last-of-type), .wp-block-latest-posts li:not(:last-of-type) {
	margin-bottom: 0;
}

.content-wrapper .wp-block-latest-posts li:not(:first-child), .wp-block-latest-posts li:not(:first-child) {
	margin-top: 22px;
	margin-bottom: 0;
}

.content-wrapper .wp-block-latest-posts li:before, .wp-block-latest-posts li:before {
	content: none;
	display: none;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image, .wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	margin: 0 0 20px;
	order: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft, .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignleft {
	margin: 3px 16px 0 0;
	line-height: 0;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright, .wp-block-latest-posts li .wp-block-latest-posts__featured-image.alignright {
	margin: 3px 0 0 16px;
	list-style: 0;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter, .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter {
	margin: 0 0 20px;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a, .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter a {
	vertical-align: top;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img, .wp-block-latest-posts li .wp-block-latest-posts__featured-image.aligncenter img {
	margin: 0 auto;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image img, .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.content-wrapper .wp-block-latest-posts li > a, .content-wrapper .wp-block-latest-posts li > .item-wrapper > a, .wp-block-latest-posts li > a, .wp-block-latest-posts li > .item-wrapper > a {
	display: block;
	font-weight: 500;
	position: relative;
	letter-spacing: -.015em;
	line-height: 1.4375em;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-title, .wp-block-latest-posts li .wp-block-latest-posts__post-title {
	font-size: 1.125em;
	line-height: 1.3888em;
	font-weight: 400;
	letter-spacing: -.03em;
	order: 2;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-title:hover, .wp-block-latest-posts li .wp-block-latest-posts__post-title:hover {
	text-decoration: underline;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-date, .wp-block-latest-posts li .wp-block-latest-posts__post-date {
	display: block;
	font-size: 87.5%;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0 0 5px;
	order: 1;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt, .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
	font-size: 15px;
	line-height: 1.6667em;
	margin: 5px 0 0;
	order: 4;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__post-author, .wp-block-latest-posts li .wp-block-latest-posts__post-author {
	display: block;
	margin: 5px 0 0;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	order: 3;
}

.content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__content, .wp-block-latest-posts li .wp-block-latest-posts__content {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.sidebar .widget_recent_entries ul li a {
	font-size: 1em;
}

.sidebar .wp-block-latest-posts li .wp-block-latest-posts__post-title {
	font-size: 1em;
}

@media only screen and (min-width: 1280px) {
	.sidebar .widget_recent_entries ul li a {
		font-size: 1.125em;
	}
	
	.sidebar .wp-block-latest-posts li .wp-block-latest-posts__post-title {
		font-size: 1.125em;
	}
}

/********** WordPress Standard RSS Widget **********/
.widget_rss ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_rss ul li {
	padding: 0;
}

.widget_rss ul li:before {
	content: none;
	display: none;
}

.widget_rss ul li:not(:first-child) {
	margin-top: 27px;
}

.widget_rss ul a.rsswidget {
	font-weight: 500;
	line-height: 1.6875em;
}

.widget_rss .rss-date {
	display: block;
	font-size: 87.5%;
	line-height: 1.5em;
	font-weight: 600;
	margin: 6px 0 0;
	letter-spacing: -.02em;
}

.widget_rss .rssSummary {
	margin: 13px 0 0;
	font-size: 87.5%;
	line-height: 1.6em;
}

.widget_rss cite {
	display: block;
	margin: 5px 0 0;
	font-style: normal;
	font-weight: 500;
	font-size: 87.5%;
}

body .content-wrapper .wp-block-rss {
	margin: 0 0 -27px;
	padding: 0;
}

body .content-wrapper .wp-block-rss:not(:last-child) {
	margin: 0;
}

body .content-wrapper .wp-block-rss li.wp-block-rss__item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 27px;
	padding: 0;
}

body .content-wrapper .wp-block-rss li.wp-block-rss__item:before {
	content: none;
	display: none;
}

body .content-wrapper .wp-block-rss.is-grid {
	margin: 0 -1em -27px 0;
	padding: 0;
}

body .content-wrapper .wp-block-rss.is-grid:not(:last-child) {
	margin: 0 -1em 0 0;
}

body .content-wrapper .wp-block-rss .wp-block-rss__item-title {
	display: block;
	font-size: 18px;
	line-height: 1.3333em;
	font-weight: 700;
	order: 0;
}

body .content-wrapper .wp-block-rss .wp-block-rss__item-publish-date {
	order: 1;
	display: block;
	font-size: 75%;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	margin: 3px 0 0;
	letter-spacing: -.02em;
}

body .content-wrapper .wp-block-rss .wp-block-rss__item-author {
	order: 3;
	display: block;
	margin: 5px 0 0;
	font-size: inherit;
	font-style: normal;
	font-weight: 600;
}

body .content-wrapper .wp-block-rss .wp-block-rss__item-excerpt {
	order: 2;
	font-size: 15px;
	line-height: 1.6667em;
	margin: 5px 0 0;
}

/********** WordPress Standard Search Widget **********/
.widget_search .search-form {
	padding: 0;
}

.widget_search .search-form .search-form-icon {
	right: 17px;
	top: 16px;
	bottom: 16px;
}

.widget_search .search-form .search-form-field {
	height: 50px;
	padding: 8px 55px 8px 18px;
}

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

.wp-block-search:not(:last-child) {
	margin-bottom: 2rem;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.wp-block-search .wp-block-search__inside-wrapper .input-floating-wrap {
	width: 100%;
}

.wp-block-search .wp-block-search__label {
	font-weight: 400;
	display: block;
}

.wp-block-search .wp-block-search__input {
	max-width: none;
	background: none;
	outline: none;
	margin: 0;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__button {
	margin: 0 0 0 10px;
	padding: 8px 18px;
	min-width: 0;
	-webkit-flex-shrink: 0;
	-moz-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 0;
	border: none;
	border-bottom: 1px solid;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	margin: 4px;
	padding: 8px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 46px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon .button-inner {
	display: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:before {
	top: 14px;
	bottom: 14px;
	right: 13px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:after {
	content: none;
	display: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon {
	width: 45px;
	min-width: 45px;
	height: 45px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:hover {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: none;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon .button-inner {
	display: none;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon .search-icon {
	display: none;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 16px;
	bottom: 16px;
	z-index: 2;
	text-align: center;
	font: 400 normal 19px/20px "fontello";
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:after {
	display: none;
}

.wp-block-search.wp-block-search__icon-button .wp-block-search__button.has-icon:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__button.has-icon:before {
	top: 13px;
	bottom: 13px;
	right: 10px;
}

.wp-block-search.wp-block-search__text-button:empty:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 16px;
	bottom: 16px;
	z-index: 2;
	text-align: center;
	font: 400 normal 19px/20px "fontello";
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

/********** WordPress Standard Tag Cloud Widget **********/
.widget_tag_cloud .tagcloud {
	margin: -10px -5px 0;
	font-size: 0;
	line-height: 1;
}

.widget_tag_cloud .tagcloud:first-child {
	margin-top: -10px;
}

.widget_tag_cloud .tagcloud .tag-cloud-link {
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 500;
	padding: 7.5px 13px;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}

.widget_tag_cloud .tagcloud .tag-cloud-link:before, .widget_tag_cloud .tagcloud .tag-cloud-link:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.widget_tag_cloud .tagcloud .tag-cloud-link:after {
	margin-right: 0;
	margin-left: 3px;
}

.wp-block-tag-cloud {
	margin: -10px -5px 0;
	font-size: 0;
	line-height: 1;
}

.wp-block-tag-cloud:first-child {
	margin-top: -10px;
}

.wp-block-tag-cloud .tag-cloud-link {
	font-size: 14px !important;
	line-height: 20px;
	font-weight: 500;
	padding: 7.5px 13px;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-border-radius: 9999px;
	border-radius: 9999px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 0;
	cursor: pointer;
	text-decoration: none;
}

.wp-block-tag-cloud .tag-cloud-link:before, .wp-block-tag-cloud .tag-cloud-link:after {
	content: "/";
	display: inline-block;
	margin-right: 3px;
}

.wp-block-tag-cloud .tag-cloud-link:after {
	margin-right: 0;
	margin-left: 3px;
}

.wp-block-tag-cloud:not(:last-child) {
	margin-bottom: 2rem;
}

/********** WordPress Standard Text Widget **********/
.widget_text img[class*='wp-image-'] {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/********** WordPress Standard Media Video Widget **********/
.wp-video {
	overflow: hidden;
}

.wp-video .mejs-container, .wp-video iframe, .wp-video video {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wp-video .mejs-layers .mejs-poster {
	z-index: 3;
	background-blend-mode: luminosity;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wp-video .mejs-layers .mejs-overlay-play {
	z-index: 3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wp-video .mejs-controls {
	opacity: 0 !important;
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.wp-video .mejs-controls:hover {
	opacity: 1 !important;
}

.wp-video .mejs-controls button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wp-video .mejs-controls button:hover {
	background-color: transparent !important;
}

.wp-video .mejs-mediaelement:hover ~ .mejs-controls {
	opacity: 1 !important;
}

.wp-video .mejs-time-handle-content {
	border: none;
	left: -4px;
	width: 1px;
}

.wp-video .mejs-time {
	padding-top: 15px;
}

.wp-video .mejs-time-rail {
	margin: 0;
}

.wp-video .mejs-overlay-play .mejs-overlay-button {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: none;
	text-align: center;
	outline: none;
	width: 106px;
	height: 106px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	pointer-events: auto;
}

.wp-video .mejs-overlay-play .mejs-overlay-button.nitro-lazy {
	background-image: none !important;
}

.wp-video .mejs-overlay-play .mejs-overlay-button:before {
	content: "";
	font: 400 normal 17px/57px "fontello";
	display: block;
	width: 56px;
	height: 56px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	right: initial;
	top: 50%;
	margin: -28px 0 0 -28px;
	padding: 0 0 0 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wp-video .mejs-overlay-play .mejs-overlay-button .progress {
	position: absolute;
	width: 88px;
	height: 88px;
	top: calc(50% - 44px);
	left: calc(50% - 44px);
	-webkit-transition: transform .4s cubic-bezier(.7, 0, .3, 1);
	transition: transform .4s cubic-bezier(.7, 0, .3, 1);
}

.wp-video .mejs-overlay-play .mejs-overlay-button .progress__circle, .wp-video .mejs-overlay-play .mejs-overlay-button .progress__path {
	fill: none;
	stroke-width: 1px;
}

.wp-video .mejs-overlay-play .mejs-overlay-button .progress__circle {
	opacity: .4;
}

.wp-video .mejs-overlay-play .mejs-overlay-button .progress__path {
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	-webkit-transition: stroke-dashoffset .4s cubic-bezier(.7, 0, .3, 1);
	transition: stroke-dashoffset .4s cubic-bezier(.7, 0, .3, 1);
}

.wp-video .mejs-overlay-play .mejs-overlay-button:hover .progress {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	-ms-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

.wp-video .mejs-overlay-play .mejs-overlay-button:hover .progress__path {
	stroke-dashoffset: 0;
}

.wp-video .mejs-button {
	width: 20px;
}

.wp-video .mejs-button + .mejs-button {
	margin: 0 0 0 10px;
}

.wp-video .mejs-button > button {
	margin: 10px 0;
	padding: 0;
	border: none;
	min-width: 0;
	background: none;
}

.wp-video .mejs-button > button:before {
	font: 700 normal 18px/20px "Font Awesome 5 Free";
}

.wp-video .mejs-button > button:after {
	content: none;
	display: none;
}

.wp-video .mejs-button.mejs-play > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-pause > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-mute > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-unmute > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-fullscreen-button > button:before {
	content: "";
}

.wp-video .mejs-button.mejs-fullscreen-button.mejs-unfullscreen > button:before {
	content: "";
}
