
.rael-advanced-tabs {
	display: block;
}

.rael-advanced-tabs .rael-tabs-nav > ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
}

.rael-advanced-tabs .rael-tabs-nav > ul li {
	position: relative;
	padding: 1em 1.5em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #f1f1f1;
}

.rael-advanced-tabs .rael-tabs-nav > ul li:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 10px solid rgba(255, 255, 255, 0);
	border-right: 10px solid rgba(255, 255, 255, 0);
	border-top: 10px solid #444;
	border-bottom: 0;
	display: none;
}

.rael-advanced-tabs .rael-tabs-nav > ul li:hover, .rael-advanced-tabs .rael-tabs-nav > ul li.active, .rael-advanced-tabs .rael-tabs-nav > ul li.active-default {
	background-color: #444;
}

.rael-advanced-tabs.active-caret-on .rael-tabs-nav > ul li.active:after, .rael-advanced-tabs.active-caret-on .rael-tabs-nav > ul li.active-default:after {
	display: none;
}

.rael-advanced-tabs .rael-tabs-nav > ul li.active:after, .rael-advanced-tabs .rael-tabs-nav > ul li.active-default:after {
	display: block;
}

.rael-tabs-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
}

.rael-advanced-tabs .rael-tabs-content p {
	margin: 0;
}

.rael-advanced-tabs .rael-tabs-content > div {
	display: none;
	opacity: 0;
}

.rael-advanced-tabs .rael-tabs-content > div.active, .rael-advanced-tabs .rael-tabs-content > div.active-default {
	display: block;
	width: 100%;
	padding: 1em;
	opacity: 1;
	-webkit-animation: fadeIn linear .3s;
	animation: fadeIn linear .3s;
}

.rael-tab-inline-icon li a .fa {
	margin-right: 10px;
	line-height: 1;
}

.rael-tab-top-icon li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.rael-tab-top-icon li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}

.rael-tab-top-icon li .fa, .rael-tab-top-icon li .rael-tab-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	line-height: 1;
}

.rael-tab-top-icon li a .rael-tab-title {
	margin-top: 10px;
}

.rael-tab-inline-icon li h1.rael-tab-title, .rael-tab-inline-icon li h2.rael-tab-title, .rael-tab-inline-icon li h3.rael-tab-title, .rael-tab-inline-icon li h4.rael-tab-title, .rael-tab-inline-icon li h5.rael-tab-title, .rael-tab-inline-icon li h6.rael-tab-title, .rael-tab-inline-icon li p.rael-tab-title, .rael-tab-top-icon li h1.rael-tab-title, .rael-tab-top-icon li h2.rael-tab-title, .rael-tab-top-icon li h3.rael-tab-title, .rael-tab-top-icon li h4.rael-tab-title, .rael-tab-top-icon li h5.rael-tab-title, .rael-tab-top-icon li h6.rael-tab-title, .rael-tab-top-icon li p.rael-tab-title {
	margin-top: unset;
}

.rael-advanced-tabs.rael-tabs-vertical {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-advanced-tabs.rael-tabs-vertical > .rael-tabs-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.rael-advanced-tabs.rael-tabs-vertical > .rael-tabs-nav > ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.rael-advanced-tabs.rael-tabs-vertical > .rael-tabs-nav > ul > li {
	width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.rael-advanced-tabs.rael-tabs-vertical > .rael-tabs-nav > ul li::after {
	bottom: auto !important;
	right: -10px;
	top: calc(50% - 10px);
	left: auto !important;
	border-left: 10px solid #444;
	border-right: 0;
	border-top: 10px solid rgba(255, 255, 255, 0);
	border-bottom: 10px solid rgba(255, 255, 255, 0);
}

@media only screen and (max-width:767px) {
	.rael-advanced-tabs .rael-tabs-nav > ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.rael-advanced-tabs .rael-tabs-nav > ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	
	.responsive-vertical-layout.rael-advanced-tabs .rael-tabs-nav > ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
	
	.rael-advanced-tabs.rael-tabs-vertical {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.rael-advanced-tabs.rael-tabs-vertical div.rael-tabs-nav {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
	}
	
	.rael-advanced-tabs.rael-tabs-vertical ul {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
	}
	
	.rael-advanced-tabs.rael-tabs-vertical ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
	}
	
	div.rael-advanced-tabs.rael-tabs-vertical div.rael-tabs-nav > ul li::after {
		border-left-color: transparent !important;
		bottom: -20px !important;
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		border-left: 10px solid rgba(255, 255, 255, 0);
		border-right: 10px solid rgba(255, 255, 255, 0);
		border-top-color: #444 !important;
	}
}

.rtl .rael-advanced-tabs.rael-tabs-vertical > .rael-tabs-nav > ul li::after {
	border-right: 10px solid #444;
	border-left: 0;
}

.rael-normal-bg-reset .rael-tabs-nav > ul li {
	background-image: none !important;
}

.rael-normal-bg-reset .rael-tabs-nav > ul li.nitro-lazy {
	background-image: none !important;
}

.rael-hover-bg-reset .rael-tabs-nav > ul li:hover {
	background-image: none !important;
}

.rael-hover-bg-reset .rael-tabs-nav > ul li:hover.nitro-lazy {
	background-image: none !important;
}

.rael-active-bg-reset .rael-tabs-nav > ul li.active, .rael-active-bg-reset .rael-tabs-nav > ul li.active-default {
	background-image: none !important;
}

.rael-active-bg-reset .rael-tabs-nav > ul li.active.nitro-lazy, .rael-active-bg-reset .rael-tabs-nav > ul li.active-default.nitro-lazy {
	background-image: none !important;
}

.mejs-container button {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.mejs-container.rael-player-dark .mejs-overlay-button, .mejs-container.rael-player-light .mejs-overlay-button {
	background: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/dark-video-play.svg") no-repeat -30px -30px;
	width: 72px;
	height: 48px;
	margin: -24px 0 0 -36px;
}

.mejs-container.rael-player-dark .mejs-overlay-button.nitro-lazy, .mejs-container.rael-player-light .mejs-overlay-button.nitro-lazy {
	background: none !important;
}

.mejs-container.rael-player-dark .mejs-overlay:hover .mejs-overlay-button, .mejs-container.rael-player-light .mejs-overlay:hover .mejs-overlay-button {
	background-position: -30px -118px;
}

.mejs-container.rael-player-dark .mejs-controls, .mejs-container.rael-player-light .mejs-controls {
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	height: 44px;
}

.mejs-container.rael-player-dark .mejs-controls > div, .mejs-container.rael-player-light .mejs-controls > div {
	font-size: 12px;
	height: 100%;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time, .mejs-container.rael-player-light .mejs-controls .mejs-time {
	padding: 0;
	margin: 0 5px;
	height: auto;
	line-height: 44px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-currenttime-container, .mejs-container.rael-player-light .mejs-controls .mejs-currenttime-container {
	margin-left: 0;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-playpause-button, .mejs-container.rael-player-light .mejs-controls .mejs-playpause-button {
	position: relative;
	width: 44px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-playpause-button button, .mejs-container.rael-player-light .mejs-controls .mejs-playpause-button button {
	margin: 0;
	height: 100%;
	width: 100%;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail {
	padding-top: 0;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail:focus, .mejs-container.rael-player-dark .mejs-controls .mejs-time-rail :focus, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail:focus, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail :focus {
	outline: 0;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail span, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail span {
	height: 3px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 0 5px;
	border: solid;
	border-width: 20px 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-float {
	top: -30px;
	height: 20px;
	width: 40px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current {
	top: 5px;
	margin: 0;
	width: 100%;
	height: auto;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner {
	height: auto;
	top: 18px;
	left: 14px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-volume-button, .mejs-container.rael-player-light .mejs-controls .mejs-volume-button {
	position: relative;
	width: 30px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-volume-button button, .mejs-container.rael-player-light .mejs-controls .mejs-volume-button button {
	margin: 0;
	width: 100%;
	height: 100%;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-fullscreen-button, .mejs-container.rael-player-light .mejs-controls .mejs-fullscreen-button {
	position: relative;
	width: 51px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-fullscreen-button button, .mejs-container.rael-player-light .mejs-controls .mejs-fullscreen-button button {
	margin: 0;
	width: 100%;
	height: 100%;
}

.mejs-container.mejs-video.rael-player-light .mejs-controls, .mejs-container.rael-player-dark.mejs-video .mejs-controls, .mejs-container.rael-player-light.mejs-video .mejs-controls {
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: auto;
}

.mejs-container.mejs-audio.rael-player-light, .mejs-container.rael-player-dark.mejs-audio, .mejs-container.rael-player-light.mejs-audio {
	height: 44px !important;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.rael-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
	height: 100%;
	width: 44px;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-total, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-total, .mejs-container.rael-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-total {
	height: 17px;
	width: 25px;
	top: 13px;
	left: 6px;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-current, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current, .mejs-container.rael-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-current {
	top: 0;
	height: 17px;
}

.mejs-container.rael-player-dark .mejs-controls, .mejs-container.rael-player-light .mejs-controls {
	background-color: #000;
	color: #fff;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-playpause-button button, .mejs-container.rael-player-light .mejs-controls .mejs-playpause-button button {
	background: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/dark-player.controls.svg") no-repeat -18px -16px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-playpause-button button.nitro-lazy, .mejs-container.rael-player-light .mejs-controls .mejs-playpause-button button.nitro-lazy {
	background: none !important;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-playpause-button button:hover, .mejs-container.rael-player-light .mejs-controls .mejs-playpause-button button:hover {
	background-position: -84px -16px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-pause button, .mejs-container.rael-player-light .mejs-controls .mejs-pause button {
	background-position: -18px -72px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-pause button:hover, .mejs-container.rael-player-light .mejs-controls .mejs-pause button:hover {
	background-position: -84px -72px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-total {
	border-color: #000;
	background-color: #636363;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-color: #aaa;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #fff;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-volume-button button, .mejs-container.rael-player-light .mejs-controls .mejs-volume-button button {
	background: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/dark-player.controls.svg") no-repeat -26px -236px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-volume-button button.nitro-lazy, .mejs-container.rael-player-light .mejs-controls .mejs-volume-button button.nitro-lazy {
	background: none !important;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-volume-button button:hover, .mejs-container.rael-player-light .mejs-controls .mejs-volume-button button:hover {
	background-position: -92px -236px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-unmute button, .mejs-container.rael-player-light .mejs-controls .mejs-unmute button {
	background-position: -26px -280px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-unmute button:hover, .mejs-container.rael-player-light .mejs-controls .mejs-unmute button:hover {
	background-position: -92px -280px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-fullscreen-button button, .mejs-container.rael-player-light .mejs-controls .mejs-fullscreen-button button {
	background: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/dark-player.controls.svg") no-repeat -18px -127px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-fullscreen-button button.nitro-lazy, .mejs-container.rael-player-light .mejs-controls .mejs-fullscreen-button button.nitro-lazy {
	background: none !important;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-fullscreen-button button:hover, .mejs-container.rael-player-light .mejs-controls .mejs-fullscreen-button button:hover {
	background-position: -84px -127px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-unfullscreen button, .mejs-container.rael-player-light .mejs-controls .mejs-unfullscreen button {
	background-position: -18px -182px;
}

.mejs-container.rael-player-dark .mejs-controls .mejs-unfullscreen button:hover, .mejs-container.rael-player-light .mejs-controls .mejs-unfullscreen button:hover {
	background-position: -84px -182px;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-slider {
	height: 100%;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-total, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-total {
	background: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/dark-player.controls.svg") no-repeat -32px -403px;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-total.nitro-lazy, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-total.nitro-lazy {
	background: none !important;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-current, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current {
	background: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/dark-player.controls.svg") no-repeat -32px -348px;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-current.nitro-lazy, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current.nitro-lazy {
	background: none !important;
}

.mejs-container.mejs-audio.rael-player-light .mejs-controls .mejs-horizontal-volume-current:hover, .mejs-container.rael-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current:hover {
	background-position: -98px -348px;
}

.mejs-container.rael-player-light .mejs-overlay-button {
	background-image: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/light-video-play.svg");
}

.mejs-container.rael-player-light .mejs-overlay-button.nitro-lazy {
	background-image: none !important;
}

.mejs-container.rael-player-light .mejs-controls {
	background-color: #fff;
	color: #3d3d3d;
}

.mejs-container.rael-player-light .mejs-controls .mejs-time {
	color: #3d3d3d;
}

.mejs-container.rael-player-light .mejs-controls .mejs-playpause-button button {
	background-image: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/light-player.controls.svg");
}

.mejs-container.rael-player-light .mejs-controls .mejs-playpause-button button.nitro-lazy {
	background-image: none !important;
}

.mejs-container.rael-player-light .mejs-controls .mejs-pause button {
	background-position: -18px -72px;
}

.mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-total {
	border-color: #fff;
	background-color: #dedede;
}

.mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #3d3d3d;
}

.mejs-container.rael-player-light .mejs-controls .mejs-fullscreen-button button, .mejs-container.rael-player-light .mejs-controls .mejs-volume-button button {
	background-image: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/light-player.controls.svg");
}

.mejs-container.rael-player-light .mejs-controls .mejs-fullscreen-button button.nitro-lazy, .mejs-container.rael-player-light .mejs-controls .mejs-volume-button button.nitro-lazy {
	background-image: none !important;
}

.mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
	color: #fff;
	background: #3d3d3d;
}

.mejs-container.rael-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner {
	border-top-color: #3d3d3d;
}

.mejs-container.rael-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-current, .mejs-container.rael-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-total {
	background-image: url("https://cdn-lipib.nitrocdn.com/SowxHFRUXmayaXIDNHKJjOfodQbUzTlT/assets/images/optimized/rev-5905f8f/zaunq.de/wp-content/plugins/responsive-addons-for-elementor/assets/images/other/mejs/light-player.controls.svg");
}

.mejs-container.rael-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-current.nitro-lazy, .mejs-container.rael-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-total.nitro-lazy {
	background-image: none !important;
}

.rael-wid-con .rael-btt__button {
	padding: 0;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.rael-wid-con .rael-btt__button:focus, .rael-wid-con .rael-btt__button:hover {
	text-decoration: none;
}

.rael-wid-con .rael-btt__button #canvas {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.rael-wid-con .rael-btt__button.rael-tt-show {
	-webkit-animation: rael-btt-fadein .5s;
	animation: rael-btt-fadein .5s;
	opacity: 1;
}

.rael-wid-con .rael-btt__button.yes:not(.rael-tt-show) {
	-webkit-animation: rael-btt-fadeOut .5s;
	animation: rael-btt-fadeOut .5s;
	opacity: 0;
}

.rael-wid-con .rael-btt.progress_indicator .rael-btt__button {
	border: 0 !important;
	-webkit-border-radius: 50% !important;
	border-radius: 50% !important;
}

@-webkit-keyframes rael-btt-fadein {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes rael-btt-fadein {
	0% {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes rael-btt-fadeOut {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
}

@keyframes rael-btt-fadeOut {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	to {
		opacity: 0;
		-webkit-transform: translateY(80px);
		transform: translateY(80px);
	}
}

.rael-banner {
	overflow: hidden;
}

.rael-banner-image-banner {
	z-index: 1;
	overflow: hidden;
	margin: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rael-banner-image-banner, .rael-banner-image-banner img {
	display: block;
	position: relative;
}

.rael-banner-img-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.rael-banner-img-wrap .rael-banner-image-banner-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rael-banner-image-banner-desc .rael-banner-read-more {
	z-index: 100;
}

.elementor-widget-rael-addon-banner .rael-banner-image-banner-title {
	background: transparent;
}

.rael-banner-image-banner *, .rael-banner-image-banner .rael-banner-image-banner-desc {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rael-banner-image-banner img {
	min-width: 100%;
	max-width: 100%;
	-webkit-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

.rael-banner-image-banner .rael-banner-image-banner-desc {
	padding: 15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.rael-banner-image-banner .rael-banner-image-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.rael-banner-image-banner a.rael-banner-image-banner-link {
	display: block;
	background: 0 0;
}

.rael-banner-animation1 img {
	width: calc(100% + 50px) !important;
	max-width: calc(100% + 50px) !important;
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.rael-banner-animation2 .rael-banner-image-banner-title {
	padding: 15px;
}

.rael-banner-animation1 .rael-banner-image-banner-desc {
	top: auto;
	bottom: 0;
	min-height: 25%;
	height: auto;
	max-height: 100%;
	text-align: left;
}

.rael-banner-animation1 .rael-banner-image-banner-content, .rael-banner-animation1 .rael-banner-image-banner-title, .rael-banner-animation1 .rael-banner-read-more {
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-webkit-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
}

.rael-banner-animation1 .rael-banner-image-banner-title {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.rael-banner-animation1 .rael-banner-image-banner-content, .rael-banner-animation1 .rael-banner-read-more {
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: opacity .2s, -webkit-transform .35s;
	transition: opacity .2s, -webkit-transform .35s;
	-o-transition: opacity .2s, transform .35s;
	transition: opacity .2s, transform .35s;
	transition: opacity .2s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation1.active .rael-banner-image-banner-content, .rael-banner-animation1.active .rael-banner-read-more, .rael-banner-animation1:hover .rael-banner-image-banner-content, .rael-banner-animation1:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
}

.rael-banner-animation1.active .rael-banner-image-banner-content, .rael-banner-animation1.active .rael-banner-image-banner-title, .rael-banner-animation1.active .rael-banner-read-more, .rael-banner-animation1.active img, .rael-banner-animation1:hover .rael-banner-image-banner-content, .rael-banner-animation1:hover .rael-banner-image-banner-title, .rael-banner-animation1:hover .rael-banner-read-more, .rael-banner-animation1:hover img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
}

.rael-banner-animation1.scale img, .rael-banner-animation1.zoomout img {
	-webkit-transform: translate3d(-40px, 0, 0) scale(1.1);
	transform: translate3d(-40px, 0, 0) scale(1.1);
}

.rael-banner-image-banner.sepia img {
	-webkit-filter: sepia(30%);
	filter: sepia(30%);
}

.rael-banner-image-banner.bright img {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.rael-banner-image-banner.sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

.rael-banner-image-banner.bright:hover img {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

.rael-banner-animation1.rael-banner-min-height img, .rael-banner-animation2.rael-banner-min-height img, .rael-banner-animation4.rael-banner-min-height img, .rael-banner-animation5.rael-banner-min-height img, .rael-banner-animation6.rael-banner-min-height img, .rael-banner-animation13.rael-banner-min-height img {
	height: auto;
}

.rael-banner-animation2 img {
	width: 100%;
}

.rael-banner-animation2 .rael-banner-image-banner-desc:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

.rael-banner-animation2 .rael-banner-image-banner-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: color .35s, -webkit-transform .35s;
	transition: color .35s, -webkit-transform .35s;
	-o-transition: transform .35s, color .35s;
	transition: transform .35s, color .35s;
	transition: transform .35s, color .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.rael-banner-animation2 .rael-banner-image-banner-content, .rael-banner-animation2 .rael-banner-image-banner-desc:before, .rael-banner-animation2 .rael-banner-read-more {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation2 .rael-banner-image-banner-content, .rael-banner-animation2 .rael-banner-read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	max-height: 50%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.rael-banner-animation2.active .rael-banner-image-banner-title, .rael-banner-animation2:hover .rael-banner-image-banner-title {
	-webkit-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
}

.rael-banner-animation2.active .rael-banner-image-banner-desc:before, .rael-banner-animation2.active .rael-banner-read-more, .rael-banner-animation2:hover .rael-banner-image-banner-desc:before, .rael-banner-animation2:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation2.active .rael-banner-image-banner-content, .rael-banner-animation2:hover .rael-banner-image-banner-content {
	opacity: 1;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

.rael-banner-animation3 .rael-banner-image-banner-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
}

.rael-banner-animation3 .rael-banner-image-banner-desc:before, .rael-banner-animation3 .rael-banner-image-banner-title {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.rael-banner-animation3.active .rael-banner-image-banner-desc:before, .rael-banner-animation3.active .rael-banner-image-banner-title, .rael-banner-animation3:hover .rael-banner-image-banner-desc:before, .rael-banner-animation3:hover .rael-banner-image-banner-title {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation3 .rael-banner-image-banner-content {
	max-height: calc(100% - 60px - 1.5em);
	overflow: hidden;
}

.rael-banner-animation4 img {
	width: calc(100% + 40px) !important;
	max-width: calc(100% + 40px) !important;
}

.rael-banner-animation4 .rael-banner-image-banner-desc {
	padding: 30px;
}

.rael-banner-animation4 .rael-banner-image-banner-desc:after {
	position: absolute;
	content: "";
	opacity: 0;
}

.rael-banner-animation4 .rael-banner-image-banner-desc:before {
	position: absolute;
	content: "";
	opacity: 0;
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.rael-banner-animation4 .rael-banner-image-banner-desc:after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.rael-banner-animation4 .rael-banner-image-banner-title {
	padding: 50px 30px 0;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
}

.rael-banner-animation4 .rael-banner-image-banner-content, .rael-banner-animation4 .rael-banner-read-more {
	padding: 10px 30px;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

.rael-banner-animation4 .rael-banner-image-banner-title, .rael-banner-animation4 img {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}

.rael-banner-animation4.scale img, .rael-banner-animation4.zoomout img {
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
	transform: translate3d(-30px, 0, 0) scale(1.1);
}

.rael-banner-animation4 .rael-banner-image-banner-content, .rael-banner-animation4 .rael-banner-read-more {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation4 .rael-banner-image-banner-desc:after, .rael-banner-animation4 .rael-banner-image-banner-desc:before {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation4 img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation4.active .rael-banner-image-banner-desc:after, .rael-banner-animation4.active .rael-banner-image-banner-desc:before, .rael-banner-animation4:hover .rael-banner-image-banner-desc:after, .rael-banner-animation4:hover .rael-banner-image-banner-desc:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael-banner-animation4.active .rael-banner-image-banner-content, .rael-banner-animation4.active .rael-banner-image-banner-title, .rael-banner-animation4.active .rael-banner-read-more, .rael-banner-animation4:hover .rael-banner-image-banner-content, .rael-banner-animation4:hover .rael-banner-image-banner-title, .rael-banner-animation4:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation4:hover .rael-banner-image-banner-content, .rael-banner-animation4:hover .rael-banner-image-banner-desc:after, .rael-banner-animation4:hover .rael-banner-image-banner-title, .rael-banner-animation4:hover img {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.rael-banner-animation5 .rael-banner-image-banner-desc {
	top: auto;
	bottom: 0;
	padding: 15px;
	height: auto;
	background: #f2f2f2;
	color: #3c4a50;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.rael-banner-animation5 .rael-banner-image-banner-content {
	position: absolute;
	top: auto;
	bottom: 100%;
	left: 0;
	width: 100%;
	padding: 15px;
	opacity: 0;
	-webkit-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

.rael-banner-animation5 .rael-banner-image-banner-title, .rael-banner-animation5 .rael-banner-read-more {
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	text-align: center;
}

.rael-banner-animation5 .rael-banner-image-banner-title {
	margin: 10px 0;
}

.rael-banner-animation5.active .rael-banner-image-banner-content, .rael-banner-animation5.active .rael-banner-image-banner-content *, .rael-banner-animation5:hover .rael-banner-image-banner-content, .rael-banner-animation5:hover .rael-banner-image-banner-content * {
	opacity: 1 !important;
	z-index: 99 !important;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}

.rael-banner-animation5.active .rael-banner-image-banner-desc, .rael-banner-animation5.active .rael-banner-image-banner-title, .rael-banner-animation5.active .rael-banner-read-more, .rael-banner-animation5:hover .rael-banner-image-banner-desc, .rael-banner-animation5:hover .rael-banner-image-banner-title, .rael-banner-animation5:hover .rael-banner-read-more {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.rael-banner-animation5:hover .rael-banner-image-banner-title {
	-webkit-transition-delay: .05s;
	-o-transition-delay: .05s;
	transition-delay: .05s;
}

.rael-banner-animation2 img, .rael-banner-animation4 img, .rael-banner-animation5 img, .rael-banner-animation6 img {
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
}

.rael-banner-animation2.scale img, .rael-banner-animation2.zoomout img, .rael-banner-animation5.scale img, .rael-banner-animation5.zoomout img, .rael-banner-animation6.scale img, .rael-banner-animation6.zoomout img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.rael-banner-animation2.zoomin:hover img, .rael-banner-animation5.zoomin:hover img, .rael-banner-animation6.zoomin:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.rael-banner-animation2.zoomout:hover img, .rael-banner-animation5.zoomout:hover img, .rael-banner-animation6.zoomout:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael-banner-animation2.scale:hover img, .rael-banner-animation5.scale:hover img, .rael-banner-animation6.scale:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.rael-banner-animation2.grayscale:hover img, .rael-banner-animation5.grayscale:hover img, .rael-banner-animation6.grayscale:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.rael-banner-animation2.blur:hover img, .rael-banner-animation5.blur:hover img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.rael-banner-animation6.blur:hover img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.rael-banner-animation6 .rael-banner-image-banner-desc {
	padding: 45px;
}

.rael-banner-animation6 .rael-banner-image-banner-desc:before {
	position: absolute;
	content: "";
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
}

.rael-banner-animation6 .rael-banner-image-banner-title {
	margin: 20px 0 10px;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.rael-banner-animation6 .rael-banner-image-banner-content, .rael-banner-animation6 .rael-banner-image-banner-desc:before, .rael-banner-animation6 .rael-banner-read-more {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.rael-banner-animation6 .rael-banner-read-more {
	margin-top: 10px;
}

.rael-banner-animation6.active .rael-banner-image-banner-title, .rael-banner-animation6:hover .rael-banner-image-banner-title {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation6.active .rael-banner-image-banner-content, .rael-banner-animation6.active .rael-banner-image-banner-desc:before, .rael-banner-animation6.active .rael-banner-read-more, .rael-banner-animation6:hover .rael-banner-image-banner-content, .rael-banner-animation6:hover .rael-banner-image-banner-desc:before, .rael-banner-animation6:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael-banner-animation12 .rael-banner-image-banner-desc:after {
	position: absolute;
	content: "";
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: calc(50% - 30px);
	border: 7px solid #fff;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.rael-banner-animation12.active .rael-banner-image-banner-desc:after, .rael-banner-animation12:hover .rael-banner-image-banner-desc:after {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation12 .rael-banner-image-banner-desc {
	padding: 45px;
	text-align: left;
}

.rael-banner-animation12 .rael-banner-image-banner-content {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}

.rael-banner-animation12.active .rael-banner-image-banner-content, .rael-banner-animation12:hover .rael-banner-image-banner-content {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation13 img {
	width: calc(100% + 20px) !important;
	max-width: calc(100% + 20px) !important;
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-banner-animation13.scale img, .rael-banner-animation13.zoomout img {
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
	transform: translate3d(-10px, 0, 0) scale(1.1);
}

.rael-banner-animation13.none:hover img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation1.none:hover img, .rael-banner-animation4.none:hover img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation1.zoomin:hover img, .rael-banner-animation4.zoomin:hover img, .rael-banner-animation7.zoomin:hover img, .rael-banner-animation8.zoomin:hover img, .rael-banner-animation9.zoomin:hover img, .rael-banner-animation10.zoomin:hover img, .rael-banner-animation11.zoomin:hover img, .rael-banner-animation13.zoomin:hover img {
	-webkit-transform: translateZ(0) scale(1.1);
	transform: translateZ(0) scale(1.1);
}

.rael-banner-animation1.zoomout:hover img, .rael-banner-animation4.zoomout:hover img, .rael-banner-animation7.zoomout:hover img, .rael-banner-animation8.zoomout:hover img, .rael-banner-animation9.zoomout:hover img, .rael-banner-animation10.zoomout:hover img, .rael-banner-animation11.zoomout:hover img, .rael-banner-animation13.zoomout:hover img {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.rael-banner-animation1.scale:hover img, .rael-banner-animation4.scale:hover img, .rael-banner-animation7.scale:hover img, .rael-banner-animation8.scale:hover img, .rael-banner-animation9.scale:hover img, .rael-banner-animation10.scale:hover img, .rael-banner-animation11.scale:hover img, .rael-banner-animation13.scale:hover img {
	-webkit-transform: translateZ(0) scale(1.2) rotate(5deg);
	transform: translateZ(0) scale(1.2) rotate(5deg);
}

.rael-banner-animation1.grayscale:hover img, .rael-banner-animation4.grayscale:hover img, .rael-banner-animation7.grayscale:hover img, .rael-banner-animation8.grayscale:hover img, .rael-banner-animation9.grayscale:hover img, .rael-banner-animation10.grayscale:hover img, .rael-banner-animation11.grayscale:hover img, .rael-banner-animation13.grayscale:hover img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.rael-banner-animation1.blur:hover img, .rael-banner-animation4.blur:hover, .rael-banner-animation7.blur:hover img, .rael-banner-animation8.blur:hover img, .rael-banner-animation9.blur:hover img, .rael-banner-animation10.blur:hover img, .rael-banner-animation11.blur:hover img, .rael-banner-animation13.blur:hover img {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.rael-banner-animation13 .rael-banner-image-banner-desc {
	text-align: left;
}

.rael-banner-animation13 .rael-banner-image-banner-title {
	position: relative;
	overflow: hidden;
	padding: 5px 0 10px;
}

.rael-banner-animation13 .rael-banner-image-banner-title:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-101%, 0, 0);
	transform: translate3d(-101%, 0, 0);
}

.rael-banner-animation13.active .rael-banner-image-banner-title:after, .rael-banner-animation13:hover .rael-banner-image-banner-title:after {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation13 .rael-banner-image-banner-content, .rael-banner-animation13 .rael-banner-read-more {
	padding: 15px 0;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.rael-banner-animation13.active .rael-banner-image-banner-content, .rael-banner-animation13.active .rael-banner-read-more, .rael-banner-animation13:hover .rael-banner-image-banner-content, .rael-banner-animation13:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-image-banner.rael-banner-animation5 .rael-banner-toggle-size {
	left: 50%;
	width: auto !important;
	height: 100%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rael-banner-image-banner img {
	border: none;
	padding: 0;
	margin: 0;
}

.rael-banner-animation7 img {
	width: calc(100% + 40px) !important;
	max-width: calc(100% + 40px) !important;
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
}

.rael-banner-animation7 .rael-banner-brlr {
	width: 7px;
}

.rael-banner-animation7 .rael-banner-brtb {
	height: 7px;
}

.rael-banner-animation7 .rael-banner-br {
	position: absolute;
	z-index: 1;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.rael-banner-animation7 .rael-banner-bleft {
	left: 30px;
	top: calc(100% - 150px);
	height: 0;
}

.rael-banner-animation7 .rael-banner-bright {
	right: 30px;
	bottom: calc(100% - 150px);
	height: 0;
}

.rael-banner-animation7 .rael-banner-bottom {
	right: calc(100% - 150px);
	bottom: 30px;
	width: 0;
}

.rael-banner-animation7 .rael-banner-btop {
	left: calc(100% - 150px);
	top: 30px;
	width: 0;
}

.rael-banner-animation7 .rael-banner-image-banner-desc {
	padding: 70px;
	display: table;
}

.rael-banner-animation7 .rael-banner-image-banner-desc .rael-banner-desc-centered {
	display: table-cell;
	vertical-align: middle;
}

.rael-banner-animation7 .rael-banner-image-banner-title {
	margin-top: 0;
}

.rael-banner-animation7 .rael-banner-image-banner-title, .rael-banner-animation7 img {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}

.rael-banner-animation7.scale img, .rael-banner-animation7.zoomout img {
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
	transform: translate3d(-30px, 0, 0) scale(1.1);
}

.rael-banner-animation7 .rael-banner-image-banner-content, .rael-banner-animation7 .rael-banner-read-more {
	margin-top: 10px;
}

.rael-banner-animation7 .rael-banner-image-banner-desc:after, .rael-banner-animation7 .rael-banner-image-banner-desc:before {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation7 .rael-banner-image-banner-content, .rael-banner-animation7 .rael-banner-image-banner-title, .rael-banner-animation7 .rael-banner-read-more {
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation7.active .rael-banner-image-banner-content, .rael-banner-animation7.active .rael-banner-image-banner-title, .rael-banner-animation7.active .rael-banner-read-more, .rael-banner-animation7:hover .rael-banner-image-banner-content, .rael-banner-animation7:hover .rael-banner-image-banner-title, .rael-banner-animation7:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation7.active .rael-banner-bleft, .rael-banner-animation7:hover .rael-banner-bleft {
	top: 30px;
	height: 70px;
}

.rael-banner-animation7.active .rael-banner-bright, .rael-banner-animation7:hover .rael-banner-bright {
	bottom: 30px;
	height: 70px;
}

.rael-banner-animation7.active .rael-banner-bottom, .rael-banner-animation7:hover .rael-banner-bottom {
	right: 30px;
	width: 70px;
}

.rael-banner-animation7.active .rael-banner-btop, .rael-banner-animation7:hover .rael-banner-btop {
	left: 30px;
	width: 70px;
}

.rael-banner-animation7:hover .rael-banner-image-banner-content, .rael-banner-animation7:hover .rael-banner-image-banner-title, .rael-banner-animation7:hover .rael-banner-read-more, .rael-banner-animation7:hover img {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.rael-banner-animation8 img {
	width: calc(100% + 40px) !important;
	max-width: calc(100% + 40px) !important;
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
}

.rael-banner-animation8 .rael-banner-brlr {
	width: 7px;
}

.rael-banner-animation8 .rael-banner-brtb {
	height: 7px;
}

.rael-banner-animation8 .rael-banner-br {
	position: absolute;
	z-index: 1;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.rael-banner-animation8 .rael-banner-bleft {
	left: 30px;
}

.rael-banner-animation8 .rael-banner-bleft, .rael-banner-animation8 .rael-banner-bright {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 0;
}

.rael-banner-animation8 .rael-banner-bright {
	right: 30px;
}

.rael-banner-animation8 .rael-banner-bottom {
	bottom: 30px;
}

.rael-banner-animation8 .rael-banner-bottom, .rael-banner-animation8 .rael-banner-btop {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.rael-banner-animation8 .rael-banner-btop {
	top: 30px;
}

.rael-banner-animation8 .rael-banner-image-banner-desc {
	padding: 70px;
	display: table;
}

.rael-banner-animation8 .rael-banner-image-banner-desc .rael-banner-desc-centered {
	display: table-cell;
	vertical-align: middle;
}

.rael-banner-animation8 .rael-banner-image-banner-title {
	margin-top: 0;
}

.rael-banner-animation8 .rael-banner-image-banner-title, .rael-banner-animation8 img {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}

.rael-banner-animation8.scale img, .rael-banner-animation8.zoomout img {
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.1);
	transform: translate3d(-30px, 0, 0) scale(1.1);
}

.rael-banner-animation8 .rael-banner-image-banner-content, .rael-banner-animation8 .rael-banner-read-more {
	margin-top: 10px;
}

.rael-banner-animation8 .rael-banner-image-banner-desc:after, .rael-banner-animation8 .rael-banner-image-banner-desc:before {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation8 .rael-banner-image-banner-content, .rael-banner-animation8 .rael-banner-image-banner-title, .rael-banner-animation8 .rael-banner-read-more {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	opacity: 0;
}

.rael-banner-animation8.active .rael-banner-image-banner-content, .rael-banner-animation8.active .rael-banner-image-banner-title, .rael-banner-animation8.active .rael-banner-read-more, .rael-banner-animation8:hover .rael-banner-image-banner-content, .rael-banner-animation8:hover .rael-banner-image-banner-title, .rael-banner-animation8:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation8.active .rael-banner-bleft, .rael-banner-animation8:hover .rael-banner-bleft {
	height: calc(100% - 61px);
}

.rael-banner-animation8.active .rael-banner-bright, .rael-banner-animation8:hover .rael-banner-bright {
	height: calc(100% - 61px);
}

.rael-banner-animation8.active .rael-banner-bottom, .rael-banner-animation8:hover .rael-banner-bottom {
	width: calc(100% - 61px);
}

.rael-banner-animation8.active .rael-banner-btop, .rael-banner-animation8:hover .rael-banner-btop {
	width: calc(100% - 61px);
}

.rael-banner-animation8:hover .rael-banner-image-banner-content, .rael-banner-animation8:hover .rael-banner-image-banner-title, .rael-banner-animation8:hover .rael-banner-read-more, .rael-banner-animation8:hover img {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.rael-banner-animation9 img {
	width: calc(100% + 20px) !important;
	max-width: calc(100% + 20px) !important;
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.rael-banner-animation9 .rael-banner-image-banner-desc {
	width: 100%;
	height: 100%;
}

.rael-banner-animation9 .rael-banner-image-banner-desc:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: "";
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.rael-banner-animation9 .rael-banner-image-banner-desc:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: "";
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.rael-banner-animation9 .rael-banner-image-banner-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, -70px, 0);
	transform: translate3d(0, -70px, 0);
	margin-top: 0;
	padding: 0 10%;
}

.rael-banner-animation9.active .rael-banner-image-banner-title, .rael-banner-animation9:hover .rael-banner-image-banner-title {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}

.rael-banner-animation9 .rael-banner-image-banner-content, .rael-banner-animation9 .rael-banner-read-more {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	padding: 0 10%;
	-webkit-transform: translate3d(0, 35px, 0);
	transform: translate3d(0, 35px, 0);
}

.rael-banner-animation9 .rael-banner-read-more {
	top: 75%;
}

.rael-banner-animation9.active .rael-banner-image-banner-content, .rael-banner-animation9.active .rael-banner-read-more, .rael-banner-animation9:hover .rael-banner-image-banner-content, .rael-banner-animation9:hover .rael-banner-read-more {
	-webkit-transform: translate3d(0, 45px, 0);
	transform: translate3d(0, 45px, 0);
}

.rael-banner-animation9.active .rael-banner-image-banner-desc:before, .rael-banner-animation9:hover .rael-banner-image-banner-desc:before {
	opacity: .5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.rael-banner-animation9.active .rael-banner-image-banner-desc:after, .rael-banner-animation9:hover .rael-banner-image-banner-desc:after {
	opacity: .5;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.rael-banner-animation9:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael-banner-animation10 img {
	width: calc(100% + 20px) !important;
	max-width: calc(100% + 20px) !important;
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
}

.rael-banner-animation10 .rael-banner-image-banner-title {
	position: relative;
	overflow: hidden;
	padding: 5px 0 15px;
	-webkit-transition: -webkit-transform .35s;
	transition: -webkit-transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	transition: transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	margin-bottom: 0;
}

.rael-banner-animation10 .rael-banner-image-banner-title:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
}

.rael-banner-animation10.active .rael-banner-image-banner-title, .rael-banner-animation10:hover .rael-banner-image-banner-title {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation10.active .rael-banner-image-banner-title:after, .rael-banner-animation10:hover .rael-banner-image-banner-title:after {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation10.scale img, .rael-banner-animation10.zoomout img {
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
	transform: translate3d(-10px, 0, 0) scale(1.1);
}

.rael-banner-animation10 .rael-banner-image-banner-content, .rael-banner-animation10 .rael-banner-read-more {
	padding-top: 15px;
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.rael-banner-animation10 .rael-banner-read-more {
	padding: 0;
}

.rael-banner-animation10.active .rael-banner-image-banner-content, .rael-banner-animation10.active .rael-banner-read-more, .rael-banner-animation10:hover .rael-banner-image-banner-content, .rael-banner-animation10:hover .rael-banner-read-more {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation11 {
	-webkit-transition: -webkit-transform 1s ease-out;
	transition: -webkit-transform 1s ease-out;
	-o-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out;
	-webkit-transition-delay: .125s;
	-o-transition-delay: .125s;
	transition-delay: .125s;
}

.rael-banner-animation11 .rael-banner-image-banner-desc {
	position: absolute;
	z-index: 5;
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
	opacity: 0;
	top: auto;
	bottom: 0;
	min-height: 25%;
	height: auto;
	max-height: 100%;
	text-align: left;
	padding: 30px;
	-webkit-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
}

.rael-banner-animation11 img {
	width: 100%;
	-webkit-transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-filter .35s, -webkit-transform .35s;
	-o-transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s;
	transition: opacity .35s, filter .35s, transform .35s, -webkit-filter .35s, -webkit-transform .35s;
}

.rael-banner-animation11 .rael-banner-image-banner-title {
	margin-bottom: 10px;
}

.rael-banner-animation11 .rael-banner-gradient {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.rael-banner-animation11 .rael-banner-gradient:after, .rael-banner-animation11 .rael-banner-gradient:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	background-image: -webkit-linear-gradient(40deg, rgba(84, 89, 95, .5) 27.89%, #6ec1e4 72.11%);
	background-image: -o-linear-gradient(40deg, rgba(84, 89, 95, .5) 27.89%, #6ec1e4 72.11%);
	background-image: linear-gradient(50deg, rgba(84, 89, 95, .5) 27.89%, #6ec1e4 72.11%);
	z-index: 2;
}

.rael-banner-animation11 .rael-banner-gradient:before {
	mix-blend-mode: color;
}

.rael-banner-animation11 .rael-banner-gradient:after {
	mix-blend-mode: multiply;
}

.rael-banner-animation11.active .rael-banner-image-banner-desc, .rael-banner-animation11:hover .rael-banner-image-banner-desc {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation11.active .rael-banner-gradient:after, .rael-banner-animation11.active .rael-banner-gradient:before, .rael-banner-animation11:hover .rael-banner-gradient:after, .rael-banner-animation11:hover .rael-banner-gradient:before {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-banner-animation11.scale img, .rael-banner-animation11.zoomout img {
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.1);
	transform: translate3d(-10px, 0, 0) scale(1.1);
}

.rael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after, .rael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before, .rael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after, .rael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
}

.rtl .rael-before-after-slider .rael-before-after-container:not([data-orientation=vertical]) .twentytwenty-handle {
	left: unset;
}

.rael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after, .rael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.rael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after, .rael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.rael-before-after-slider .twentytwenty-after-label, .rael-before-after-slider .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}

.rael-before-after-slider .twentytwenty-after-label, .rael-before-after-slider .twentytwenty-before-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.rael-before-after-slider .twentytwenty-after-label:before, .rael-before-after-slider .twentytwenty-before-label:before {
	font-size: 13px;
	letter-spacing: .1em;
	position: absolute;
	color: #fff;
	background: rgba(255, 255, 255, .2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.elementor-editor-active .rael-before-after-slider .twentytwenty-handle {
	pointer-events: none;
}

.rael-before-after-slider .twentytwenty-after-label, .rael-before-after-slider .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-handle, .rael-before-after-slider .twentytwenty-vertical .twentytwenty-handle {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.rael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before, .rael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
	max-width: -webkit-calc(100% / 2 - 40px);
	max-width: calc(100% / 2 - 40px);
}

.rael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before, .rael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
	max-width: -webkit-calc(100% - 20px);
	max-width: calc(100% - 20px);
}

.rael-before-after-slider .twentytwenty-down-arrow, .rael-before-after-slider .twentytwenty-left-arrow, .rael-before-after-slider .twentytwenty-right-arrow, .rael-before-after-slider .twentytwenty-up-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.rael-before-after-slider .twentytwenty-left-arrow, .rael-before-after-slider .twentytwenty-right-arrow {
	top: 50%;
	transform: translateY(-50%);
}

.rael-before-after-slider .twentytwenty-container {
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.rael-before-after-slider .twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}

.rael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay, .rael-before-after-slider .twentytwenty-container.active:hover .twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.rael-before-after-slider .twentytwenty-after-label, .rael-before-after-slider .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .rael-before-after-slider .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-container.active:hover .twentytwenty-overlay .twentytwenty-after-label, .rael-before-after-slider .twentytwenty-container.active:hover .twentytwenty-overlay .twentytwenty-before-label {
	opacity: 0;
}

.rael-before-after-slider .twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.rael-before-after-slider .twentytwenty-after-label:before, .rael-before-after-slider .twentytwenty-before-label:before {
	content: attr(data-content);
}

.rael-before-after-slider .twentytwenty-before {
	z-index: 20;
}

.rael-before-after-slider .twentytwenty-after {
	z-index: 10;
}

.rael-before-after-slider .twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid #fff;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	-moz-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	z-index: 40;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

.rael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.rael-before-after-slider .twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.rael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.rael-before-after-slider .twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.rael-before-after-slider .twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	transform: translate(-150%, -50%);
}

.rael-before-after-slider .twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	transform: translate(150%, -50%);
}

.rael-before-after-slider .twentytwenty-down-arrow, .rael-before-after-slider .twentytwenty-up-arrow {
	left: 50%;
	transform: translateX(-50%);
}

.rael-before-after-slider .twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	transform: translate(-50%, -150%);
}

.rael-before-after-slider .twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	transform: translate(-50%, 150%);
}

.rael-before-after-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-after-label, .rael-before-after-container[data-move-on-hover=yes] .twentytwenty-overlay .twentytwenty-before-label {
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.rael-before-after-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-after-label, .rael-before-after-container[data-move-on-hover=yes].active .twentytwenty-overlay .twentytwenty-before-label {
	opacity: .3;
}

.rael-before-after-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-after-label, .rael-before-after-container[data-move-on-hover=yes]:hover .twentytwenty-overlay .twentytwenty-before-label {
	opacity: .3;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

.rael-ba-valign-flex-start .twentytwenty-after-label, .rael-ba-valign-flex-start .twentytwenty-before-label {
	text-align: left;
}

.rael-ba-valign-flex-end .twentytwenty-after-label, .rael-ba-valign-flex-end .twentytwenty-before-label {
	text-align: right;
}

.rael-ba-valign-center .twentytwenty-after-label:before, .rael-ba-valign-center .twentytwenty-before-label:before {
	text-align: center;
}

.rael-before-after-slider .twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	background: rgba(0, 0, 0, 0);
	transition: background .5s;
	z-index: 25;
}

.rael-before-after-slider .twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, .5);
}

.rael-ba-label-both .twentytwenty-after-label, .rael-ba-label-both .twentytwenty-before-label, .rael-ba-label-hover .twentytwenty-overlay:hover .twentytwenty-after-label, .rael-ba-label-hover .twentytwenty-overlay:hover .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-after-label, .rael-before-after-slider .twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.rael-ba-valign-flex-start .twentytwenty-after-label, .rael-ba-valign-flex-start .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px;
}

.rael-ba-valign-flex-end .twentytwenty-after-label, .rael-ba-valign-flex-end .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px;
}

.rael-ba-halign-flex-start .twentytwenty-after-label, .rael-ba-halign-flex-start .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
	bottom: auto;
	transform: none;
}

.rael-ba-halign-flex-end .twentytwenty-after-label, .rael-ba-halign-flex-end .twentytwenty-before-label, .rael-before-after-slider .twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
	top: auto;
	transform: none;
}

.rael-before-after-container {
	overflow: hidden;
}

.rael-ba-label-hover .rael-before-after-container[data-move-on-hover=yes]:hover .twentytwenty-after-label, .rael-ba-label-hover .rael-before-after-container[data-move-on-hover=yes]:hover .twentytwenty-before-label, .rael-ba-label-normal .twentytwenty-after-label, .rael-ba-label-normal .twentytwenty-before-label {
	opacity: 1 !important;
}

.rael-ba-label-normal .rael-before-after-container[data-move-on-hover=yes]:hover .twentytwenty-after-label, .rael-ba-label-normal .rael-before-after-container[data-move-on-hover=yes]:hover .twentytwenty-before-label, .rael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-after-label, .rael-ba-label-normal .twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 0 !important;
}

.rael-ba-label-both .rael-before-after-container[data-move-on-hover=yes] .twentytwenty-after-label, .rael-ba-label-both .rael-before-after-container[data-move-on-hover=yes] .twentytwenty-before-label, .rael-ba-label-normal .rael-before-after-container[data-move-on-hover=yes] .twentytwenty-after-label, .rael-ba-label-normal .rael-before-after-container[data-move-on-hover=yes] .twentytwenty-before-label {
	opacity: 1 !important;
	transition: opacity .3s;
}

.rael-ba-label-hover .rael-before-after-container[data-move-on-hover=yes] .twentytwenty-after-label, .rael-ba-label-hover .rael-before-after-container[data-move-on-hover=yes] .twentytwenty-before-label, .rael-ba-label-hover .twentytwenty-after-label, .rael-ba-label-hover .twentytwenty-before-label {
	opacity: 0;
	transition: opacity .3s;
}

@media only screen and (max-width:976px) {
	.rael-before-after-slider .twentytwenty-after-label:before, .rael-before-after-slider .twentytwenty-before-label:before {
		font-size: 12px !important;
		text-align: left;
		padding: 0 10px;
	}
	
	.rael-tablet-ba-halign-flex-start .twentytwenty-after-label, .rael-tablet-ba-halign-flex-start .twentytwenty-before-label {
		top: 10px;
		bottom: auto;
	}
	
	.rael-tablet-ba-halign-flex-end .twentytwenty-after-label, .rael-tablet-ba-halign-flex-end .twentytwenty-before-label {
		bottom: 10px;
		top: auto;
	}
	
	.rael-tablet-ba-valign-flex-start .twentytwenty-after-label, .rael-tablet-ba-valign-flex-start .twentytwenty-before-label {
		left: 10px;
		right: auto;
	}
	
	.rael-tablet-ba-valign-flex-end .twentytwenty-after-label, .rael-tablet-ba-valign-flex-end .twentytwenty-before-label {
		right: 10px;
		left: auto;
	}
}

@media only screen and (max-width:767px) {
	.rael-before-after-slider .twentytwenty-after-label:before, .rael-before-after-slider .twentytwenty-before-label:before {
		font-size: 10px !important;
		text-align: left;
		padding: 0 8px;
	}
	
	.rael-mobile-ba-halign-flex-start .twentytwenty-after-label, .rael-mobile-ba-halign-flex-start .twentytwenty-before-label {
		top: 10px;
		bottom: auto;
	}
	
	.rael-mobile-ba-halign-flex-end .twentytwenty-after-label, .rael-mobile-ba-halign-flex-end .twentytwenty-before-label {
		bottom: 10px;
		top: auto;
	}
	
	.rael-mobile-ba-valign-flex-start .twentytwenty-after-label, .rael-mobile-ba-valign-flex-start .twentytwenty-before-label {
		left: 10px;
		right: auto;
	}
	
	.rael-mobile-ba-valign-flex-end .twentytwenty-after-label, .rael-mobile-ba-valign-flex-end .twentytwenty-before-label {
		right: 10px;
		left: auto;
	}
}

.rael-business-hour-wrapper ul {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
	list-style: none;
}

.rael-business-hour-item, .rael-business-hour-title {
	padding: 20px;
	background-color: #fff;
	line-height: 1;
}

.rael-business-hour-item {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rael-business-hour-title {
	display: block;
	border: 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background: #6468ee;
	text-align: center;
	margin: 0;
}

.rael-business-hour-title h3 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.rael-business-hour-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 25px;
	border-bottom: 1px solid #ddd;
}

.rael-business-hour-item:last-child {
	border-bottom: 0;
	color: #e2498a;
}

.rael-business-hour-day, .rael-business-hour-time {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.elementor-widget-rael-business-hour .rael-business-hour-item, .elementor-widget-rael-business-hour .rael-business-hour-title h3 {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.rael-button.rael-tiny, a.button.rael-tiny, button.rael-tiny, input[type=button].rael-tiny, input[type=reset].rael-tiny, input[type=submit].rael-tiny {
	padding: 8px 15px;
	font-size: .6875em;
	font-weight: 400;
}

.rael-button.rael-small, a.button.rael-small, button.rael-small, input[type=button].rael-small, input[type=reset].rael-small, input[type=submit].rael-small {
	padding: 9px 18px;
	font-size: .6875em;
	font-weight: 500;
}

.rael-button.rael-medium, a.button.rael-medium, button.rael-medium, input[type=button].rael-medium, input[type=reset].rael-medium, input[type=submit].rael-medium {
	padding: 12px 23px;
	font-size: .75em;
	font-weight: 500;
}

.rael-button, .rael-button.rael-large, a.button, a.button.rael-large, button, button.rael-large, input[type=button], input[type=button].rael-large, input[type=reset], input[type=reset].rael-large, input[type=submit], input[type=submit].rael-large {
	padding: 20px 35px;
	font-size: .8125em;
	font-weight: 700;
}

.rael-button.rael-exlarge, a.button.rael-exlarge, button.rael-exlarge, input[type=button].rael-exlarge, input[type=reset].rael-exlarge, input[type=submit].rael-exlarge {
	padding: 27px 55px;
	font-size: .8125em;
	font-weight: 700;
}

.rael-button.rael-round, a.button.rael-round, button.rael-round, input[type=button].rael-round {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rael-button.rael-curve, a.button.rael-curve, button.rael-curve, input[type=button].rael-curve {
	-webkit-border-radius: 100em;
	border-radius: 100em;
}

.rael-button, .rael-button.rael-normal, a.button, a.button.rael-normal, button, button.rael-normal, input[type=button], input[type=button].rael-normal, input[type=reset], input[type=submit] {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-button.rael-outline, a.button.rael-outline, button.rael-outline, input[type=button].rael-outline {
	text-shadow: none !important;
}

.rael-black.rael-button.rael-outline, a.rael-black.button.rael-outline, button.rael-black.rael-outline, input.rael-black[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #3d3d3d inset;
	box-shadow: inset 0 0 0 1px #3d3d3d;
	background-color: transparent !important;
	color: #3d3d3d;
}

.rael-black.rael-button.rael-outline:hover, a.rael-black.button.rael-outline:hover, button.rael-black.rael-outline:hover, input.rael-black[type=button].rael-outline:hover {
	color: #fff;
}

.rael-black.rael-button.rael-outline .rael-overlay:after, a.rael-black.button.rael-outline .rael-overlay:after, button.rael-black.rael-outline .rael-overlay:after, input.rael-black[type=button].rael-outline .rael-overlay:after {
	background-color: #3d3d3d;
}

.rael-white.rael-button.rael-outline, a.rael-white.button.rael-outline, button.rael-white.rael-outline, input.rael-white[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: inset 0 0 0 1px #fff;
	background-color: transparent !important;
	color: #fff;
}

.rael-white.rael-button.rael-outline:hover, a.rael-white.button.rael-outline:hover, button.rael-white.rael-outline:hover, input.rael-white[type=button].rael-outline:hover {
	color: #000;
}

.rael-white.rael-button.rael-outline .rael-overlay:after, a.rael-white.button.rael-outline .rael-overlay:after, button.rael-white.rael-outline .rael-overlay:after, input.rael-white[type=button].rael-outline .rael-overlay:after {
	background-color: #fff;
}

.rael-masala.rael-button.rael-outline, a.rael-masala.button.rael-outline, button.rael-masala.rael-outline, input.rael-masala[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #3d3d3d inset;
	box-shadow: inset 0 0 0 1px #3d3d3d;
	background-color: transparent !important;
	color: #3d3d3d;
}

.rael-masala.rael-button.rael-outline:hover, a.rael-masala.button.rael-outline:hover, button.rael-masala.rael-outline:hover, input.rael-masala[type=button].rael-outline:hover {
	color: #fff;
}

.rael-masala.rael-button.rael-outline .rael-overlay:after, a.rael-masala.button.rael-outline .rael-overlay:after, button.rael-masala.rael-outline .rael-overlay:after, input.rael-masala[type=button].rael-outline .rael-overlay:after {
	background-color: #3d3d3d;
}

.rael-dark-gray.rael-button.rael-outline, a.rael-dark-gray.button.rael-outline, button.rael-dark-gray.rael-outline, input.rael-dark-gray[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #aaa inset;
	box-shadow: inset 0 0 0 1px #aaa;
	background-color: transparent !important;
	color: #aaa;
}

.rael-dark-gray.rael-button.rael-outline:hover, a.rael-dark-gray.button.rael-outline:hover, button.rael-dark-gray.rael-outline:hover, input.rael-dark-gray[type=button].rael-outline:hover {
	color: #fff;
}

.rael-dark-gray.rael-button.rael-outline .rael-overlay:after, a.rael-dark-gray.button.rael-outline .rael-overlay:after, button.rael-dark-gray.rael-outline .rael-overlay:after, input.rael-dark-gray[type=button].rael-outline .rael-overlay:after {
	background-color: #aaa;
}

.rael-ball-blue.rael-button.rael-outline, a.rael-ball-blue.button.rael-outline, button.rael-ball-blue.rael-outline, input.rael-ball-blue[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #1bb0ce inset;
	box-shadow: inset 0 0 0 1px #1bb0ce;
	background-color: transparent !important;
	color: #1bb0ce;
}

.rael-ball-blue.rael-button.rael-outline:hover, a.rael-ball-blue.button.rael-outline:hover, button.rael-ball-blue.rael-outline:hover, input.rael-ball-blue[type=button].rael-outline:hover {
	color: #fff;
}

.rael-ball-blue.rael-button.rael-outline .rael-overlay:after, a.rael-ball-blue.button.rael-outline .rael-overlay:after, button.rael-ball-blue.rael-outline .rael-overlay:after, input.rael-ball-blue[type=button].rael-outline .rael-overlay:after {
	background-color: #1bb0ce;
}

.rael-fountain-blue.rael-button.rael-outline, a.rael-fountain-blue.button.rael-outline, button.rael-fountain-blue.rael-outline, input.rael-fountain-blue[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #5bacba inset;
	box-shadow: inset 0 0 0 1px #5bacba;
	background-color: transparent !important;
	color: #5bacba;
}

.rael-fountain-blue.rael-button.rael-outline:hover, a.rael-fountain-blue.button.rael-outline:hover, button.rael-fountain-blue.rael-outline:hover, input.rael-fountain-blue[type=button].rael-outline:hover {
	color: #fff;
}

.rael-fountain-blue.rael-button.rael-outline .rael-overlay:after, a.rael-fountain-blue.button.rael-outline .rael-overlay:after, button.rael-fountain-blue.rael-outline .rael-overlay:after, input.rael-fountain-blue[type=button].rael-outline .rael-overlay:after {
	background-color: #5bacba;
}

.rael-shamrock.rael-button.rael-outline, a.rael-shamrock.button.rael-outline, button.rael-shamrock.rael-outline, input.rael-shamrock[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #2cc990 inset;
	box-shadow: inset 0 0 0 1px #2cc990;
	background-color: transparent !important;
	color: #2cc990;
}

.rael-shamrock.rael-button.rael-outline:hover, a.rael-shamrock.button.rael-outline:hover, button.rael-shamrock.rael-outline:hover, input.rael-shamrock[type=button].rael-outline:hover {
	color: #fff;
}

.rael-shamrock.rael-button.rael-outline .rael-overlay:after, a.rael-shamrock.button.rael-outline .rael-overlay:after, button.rael-shamrock.rael-outline .rael-overlay:after, input.rael-shamrock[type=button].rael-outline .rael-overlay:after {
	background-color: #2cc990;
}

.rael-curios-blue.rael-button.rael-outline, a.rael-curios-blue.button.rael-outline, button.rael-curios-blue.rael-outline, input.rael-curios-blue[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #2c82c9 inset;
	box-shadow: inset 0 0 0 1px #2c82c9;
	background-color: transparent !important;
	color: #2c82c9;
}

.rael-curios-blue.rael-button.rael-outline:hover, a.rael-curios-blue.button.rael-outline:hover, button.rael-curios-blue.rael-outline:hover, input.rael-curios-blue[type=button].rael-outline:hover {
	color: #fff;
}

.rael-curios-blue.rael-button.rael-outline .rael-overlay:after, a.rael-curios-blue.button.rael-outline .rael-overlay:after, button.rael-curios-blue.rael-outline .rael-overlay:after, input.rael-curios-blue[type=button].rael-outline .rael-overlay:after {
	background-color: #2c82c9;
}

.rael-light-sea-green.rael-button.rael-outline, a.rael-light-sea-green.button.rael-outline, button.rael-light-sea-green.rael-outline, input.rael-light-sea-green[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #1abc9c inset;
	box-shadow: inset 0 0 0 1px #1abc9c;
	background-color: transparent !important;
	color: #1abc9c;
}

.rael-light-sea-green.rael-button.rael-outline:hover, a.rael-light-sea-green.button.rael-outline:hover, button.rael-light-sea-green.rael-outline:hover, input.rael-light-sea-green[type=button].rael-outline:hover {
	color: #fff;
}

.rael-light-sea-green.rael-button.rael-outline .rael-overlay:after, a.rael-light-sea-green.button.rael-outline .rael-overlay:after, button.rael-light-sea-green.rael-outline .rael-overlay:after, input.rael-light-sea-green[type=button].rael-outline .rael-overlay:after {
	background-color: #1abc9c;
}

.rael-emerald.rael-button.rael-outline, a.rael-emerald.button.rael-outline, button.rael-emerald.rael-outline, input.rael-emerald[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #4eba6f inset;
	box-shadow: inset 0 0 0 1px #4eba6f;
	background-color: transparent !important;
	color: #4eba6f;
}

.rael-emerald.rael-button.rael-outline:hover, a.rael-emerald.button.rael-outline:hover, button.rael-emerald.rael-outline:hover, input.rael-emerald[type=button].rael-outline:hover {
	color: #fff;
}

.rael-emerald.rael-button.rael-outline .rael-overlay:after, a.rael-emerald.button.rael-outline .rael-overlay:after, button.rael-emerald.rael-outline .rael-overlay:after, input.rael-emerald[type=button].rael-outline .rael-overlay:after {
	background-color: #4eba6f;
}

.rael-energy-yellow.rael-button.rael-outline, a.rael-energy-yellow.button.rael-outline, button.rael-energy-yellow.rael-outline, input.rael-energy-yellow[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #eee657 inset;
	box-shadow: inset 0 0 0 1px #eee657;
	background-color: transparent !important;
	color: #eee657;
}

.rael-energy-yellow.rael-button.rael-outline:hover, a.rael-energy-yellow.button.rael-outline:hover, button.rael-energy-yellow.rael-outline:hover, input.rael-energy-yellow[type=button].rael-outline:hover {
	color: #fff;
}

.rael-energy-yellow.rael-button.rael-outline .rael-overlay:after, a.rael-energy-yellow.button.rael-outline .rael-overlay:after, button.rael-energy-yellow.rael-outline .rael-overlay:after, input.rael-energy-yellow[type=button].rael-outline .rael-overlay:after {
	background-color: #eee657;
}

.rael-mikado-yellow.rael-button.rael-outline, a.rael-mikado-yellow.button.rael-outline, button.rael-mikado-yellow.rael-outline, input.rael-mikado-yellow[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #fccd0f inset;
	box-shadow: inset 0 0 0 1px #fccd0f;
	background-color: transparent !important;
	color: #fccd0f;
}

.rael-mikado-yellow.rael-button.rael-outline:hover, a.rael-mikado-yellow.button.rael-outline:hover, button.rael-mikado-yellow.rael-outline:hover, input.rael-mikado-yellow[type=button].rael-outline:hover {
	color: #fff;
}

.rael-mikado-yellow.rael-button.rael-outline .rael-overlay:after, a.rael-mikado-yellow.button.rael-outline .rael-overlay:after, button.rael-mikado-yellow.rael-outline .rael-overlay:after, input.rael-mikado-yellow[type=button].rael-outline .rael-overlay:after {
	background-color: #fccd0f;
}

.rael-pink-salmon.rael-button.rael-outline, a.rael-pink-salmon.button.rael-outline, button.rael-pink-salmon.rael-outline, input.rael-pink-salmon[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #ff91a9 inset;
	box-shadow: inset 0 0 0 1px #ff91a9;
	background-color: transparent !important;
	color: #ff91a9;
}

.rael-pink-salmon.rael-button.rael-outline:hover, a.rael-pink-salmon.button.rael-outline:hover, button.rael-pink-salmon.rael-outline:hover, input.rael-pink-salmon[type=button].rael-outline:hover {
	color: #fff;
}

.rael-pink-salmon.rael-button.rael-outline .rael-overlay:after, a.rael-pink-salmon.button.rael-outline .rael-overlay:after, button.rael-pink-salmon.rael-outline .rael-overlay:after, input.rael-pink-salmon[type=button].rael-outline .rael-overlay:after {
	background-color: #ff91a9;
}

.rael-wisteria.rael-button.rael-outline, a.rael-wisteria.button.rael-outline, button.rael-wisteria.rael-outline, input.rael-wisteria[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #9e69af inset;
	box-shadow: inset 0 0 0 1px #9e69af;
	background-color: transparent !important;
	color: #9e69af;
}

.rael-wisteria.rael-button.rael-outline:hover, a.rael-wisteria.button.rael-outline:hover, button.rael-wisteria.rael-outline:hover, input.rael-wisteria[type=button].rael-outline:hover {
	color: #fff;
}

.rael-wisteria.rael-button.rael-outline .rael-overlay:after, a.rael-wisteria.button.rael-outline .rael-overlay:after, button.rael-wisteria.rael-outline .rael-overlay:after, input.rael-wisteria[type=button].rael-outline .rael-overlay:after {
	background-color: #9e69af;
}

.rael-lilac.rael-button.rael-outline, a.rael-lilac.button.rael-outline, button.rael-lilac.rael-outline, input.rael-lilac[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #ceacd2 inset;
	box-shadow: inset 0 0 0 1px #ceacd2;
	background-color: transparent !important;
	color: #ceacd2;
}

.rael-lilac.rael-button.rael-outline:hover, a.rael-lilac.button.rael-outline:hover, button.rael-lilac.rael-outline:hover, input.rael-lilac[type=button].rael-outline:hover {
	color: #fff;
}

.rael-lilac.rael-button.rael-outline .rael-overlay:after, a.rael-lilac.button.rael-outline .rael-overlay:after, button.rael-lilac.rael-outline .rael-overlay:after, input.rael-lilac[type=button].rael-outline .rael-overlay:after {
	background-color: #ceacd2;
}

.rael-pale-sky.rael-button.rael-outline, a.rael-pale-sky.button.rael-outline, button.rael-pale-sky.rael-outline, input.rael-pale-sky[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #5f7487 inset;
	box-shadow: inset 0 0 0 1px #5f7487;
	background-color: transparent !important;
	color: #5f7487;
}

.rael-pale-sky.rael-button.rael-outline:hover, a.rael-pale-sky.button.rael-outline:hover, button.rael-pale-sky.rael-outline:hover, input.rael-pale-sky[type=button].rael-outline:hover {
	color: #fff;
}

.rael-pale-sky.rael-button.rael-outline .rael-overlay:after, a.rael-pale-sky.button.rael-outline .rael-overlay:after, button.rael-pale-sky.rael-outline .rael-overlay:after, input.rael-pale-sky[type=button].rael-outline .rael-overlay:after {
	background-color: #5f7487;
}

.rael-tower-gray.rael-button.rael-outline, a.rael-tower-gray.button.rael-outline, button.rael-tower-gray.rael-outline, input.rael-tower-gray[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #adbcc3 inset;
	box-shadow: inset 0 0 0 1px #adbcc3;
	background-color: transparent !important;
	color: #adbcc3;
}

.rael-tower-gray.rael-button.rael-outline:hover, a.rael-tower-gray.button.rael-outline:hover, button.rael-tower-gray.rael-outline:hover, input.rael-tower-gray[type=button].rael-outline:hover {
	color: #fff;
}

.rael-tower-gray.rael-button.rael-outline .rael-overlay:after, a.rael-tower-gray.button.rael-outline .rael-overlay:after, button.rael-tower-gray.rael-outline .rael-overlay:after, input.rael-tower-gray[type=button].rael-outline .rael-overlay:after {
	background-color: #adbcc3;
}

.rael-william.rael-button.rael-outline, a.rael-william.button.rael-outline, button.rael-william.rael-outline, input.rael-william[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #3a5f6f inset;
	box-shadow: inset 0 0 0 1px #3a5f6f;
	background-color: transparent !important;
	color: #3a5f6f;
}

.rael-william.rael-button.rael-outline:hover, a.rael-william.button.rael-outline:hover, button.rael-william.rael-outline:hover, input.rael-william[type=button].rael-outline:hover {
	color: #fff;
}

.rael-william.rael-button.rael-outline .rael-overlay:after, a.rael-william.button.rael-outline .rael-overlay:after, button.rael-william.rael-outline .rael-overlay:after, input.rael-william[type=button].rael-outline .rael-overlay:after {
	background-color: #3a5f6f;
}

.rael-carmine-pink.rael-button.rael-outline, a.rael-carmine-pink.button.rael-outline, button.rael-carmine-pink.rael-outline, input.rael-carmine-pink[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #e74c3c inset;
	box-shadow: inset 0 0 0 1px #e74c3c;
	background-color: transparent !important;
	color: #e74c3c;
}

.rael-carmine-pink.rael-button.rael-outline:hover, a.rael-carmine-pink.button.rael-outline:hover, button.rael-carmine-pink.rael-outline:hover, input.rael-carmine-pink[type=button].rael-outline:hover {
	color: #fff;
}

.rael-carmine-pink.rael-button.rael-outline .rael-overlay:after, a.rael-carmine-pink.button.rael-outline .rael-overlay:after, button.rael-carmine-pink.rael-outline .rael-overlay:after, input.rael-carmine-pink[type=button].rael-outline .rael-overlay:after {
	background-color: #e74c3c;
}

.rael-persimmon.rael-button.rael-outline, a.rael-persimmon.button.rael-outline, button.rael-persimmon.rael-outline, input.rael-persimmon[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #ff6a55 inset;
	box-shadow: inset 0 0 0 1px #ff6a55;
	background-color: transparent !important;
	color: #ff6a55;
}

.rael-persimmon.rael-button.rael-outline:hover, a.rael-persimmon.button.rael-outline:hover, button.rael-persimmon.rael-outline:hover, input.rael-persimmon[type=button].rael-outline:hover {
	color: #fff;
}

.rael-persimmon.rael-button.rael-outline .rael-overlay:after, a.rael-persimmon.button.rael-outline .rael-overlay:after, button.rael-persimmon.rael-outline .rael-overlay:after, input.rael-persimmon[type=button].rael-outline .rael-overlay:after {
	background-color: #ff6a55;
}

.rael-tan-hide.rael-button.rael-outline, a.rael-tan-hide.button.rael-outline, button.rael-tan-hide.rael-outline, input.rael-tan-hide[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #ff9f55 inset;
	box-shadow: inset 0 0 0 1px #ff9f55;
	background-color: transparent !important;
	color: #ff9f55;
}

.rael-tan-hide.rael-button.rael-outline:hover, a.rael-tan-hide.button.rael-outline:hover, button.rael-tan-hide.rael-outline:hover, input.rael-tan-hide[type=button].rael-outline:hover {
	color: #fff;
}

.rael-tan-hide.rael-button.rael-outline .rael-overlay:after, a.rael-tan-hide.button.rael-outline .rael-overlay:after, button.rael-tan-hide.rael-outline .rael-overlay:after, input.rael-tan-hide[type=button].rael-outline .rael-overlay:after {
	background-color: #ff9f55;
}

.rael-wild-watermelon.rael-button.rael-outline, a.rael-wild-watermelon.button.rael-outline, button.rael-wild-watermelon.rael-outline, input.rael-wild-watermelon[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #ff6e78 inset;
	box-shadow: inset 0 0 0 1px #ff6e78;
	background-color: transparent !important;
	color: #ff6e78;
}

.rael-wild-watermelon.rael-button.rael-outline:hover, a.rael-wild-watermelon.button.rael-outline:hover, button.rael-wild-watermelon.rael-outline:hover, input.rael-wild-watermelon[type=button].rael-outline:hover {
	color: #fff;
}

.rael-wild-watermelon.rael-button.rael-outline .rael-overlay:after, a.rael-wild-watermelon.button.rael-outline .rael-overlay:after, button.rael-wild-watermelon.rael-outline .rael-overlay:after, input.rael-wild-watermelon[type=button].rael-outline .rael-overlay:after {
	background-color: #ff6e78;
}

.rael-iceberg.rael-button.rael-outline, a.rael-iceberg.button.rael-outline, button.rael-iceberg.rael-outline, input.rael-iceberg[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #73b1d6 inset;
	box-shadow: inset 0 0 0 1px #73b1d6;
	background-color: transparent !important;
	color: #73b1d6;
}

.rael-iceberg.rael-button.rael-outline:hover, a.rael-iceberg.button.rael-outline:hover, button.rael-iceberg.rael-outline:hover, input.rael-iceberg[type=button].rael-outline:hover {
	color: #fff;
}

.rael-iceberg.rael-button.rael-outline .rael-overlay:after, a.rael-iceberg.button.rael-outline .rael-overlay:after, button.rael-iceberg.rael-outline .rael-overlay:after, input.rael-iceberg[type=button].rael-outline .rael-overlay:after {
	background-color: #73b1d6;
}

.rael-dark-lavender.rael-button.rael-outline, a.rael-dark-lavender.button.rael-outline, button.rael-dark-lavender.rael-outline, input.rael-dark-lavender[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #745a90 inset;
	box-shadow: inset 0 0 0 1px #745a90;
	background-color: transparent !important;
	color: #745a90;
}

.rael-dark-lavender.rael-button.rael-outline:hover, a.rael-dark-lavender.button.rael-outline:hover, button.rael-dark-lavender.rael-outline:hover, input.rael-dark-lavender[type=button].rael-outline:hover {
	color: #fff;
}

.rael-dark-lavender.rael-button.rael-outline .rael-overlay:after, a.rael-dark-lavender.button.rael-outline .rael-overlay:after, button.rael-dark-lavender.rael-outline .rael-overlay:after, input.rael-dark-lavender[type=button].rael-outline .rael-overlay:after {
	background-color: #745a90;
}

.rael-viking.rael-button.rael-outline, a.rael-viking.button.rael-outline, button.rael-viking.rael-outline, input.rael-viking[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #5cd5e6 inset;
	box-shadow: inset 0 0 0 1px #5cd5e6;
	background-color: transparent !important;
	color: #5cd5e6;
}

.rael-viking.rael-button.rael-outline:hover, a.rael-viking.button.rael-outline:hover, button.rael-viking.rael-outline:hover, input.rael-viking[type=button].rael-outline:hover {
	color: #fff;
}

.rael-viking.rael-button.rael-outline .rael-overlay:after, a.rael-viking.button.rael-outline .rael-overlay:after, button.rael-viking.rael-outline .rael-overlay:after, input.rael-viking[type=button].rael-outline .rael-overlay:after {
	background-color: #5cd5e6;
}

.rael-tiffany-blue.rael-button.rael-outline, a.rael-tiffany-blue.button.rael-outline, button.rael-tiffany-blue.rael-outline, input.rael-tiffany-blue[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #00b5b5 inset;
	box-shadow: inset 0 0 0 1px #00b5b5;
	background-color: transparent !important;
	color: #00b5b5;
}

.rael-tiffany-blue.rael-button.rael-outline:hover, a.rael-tiffany-blue.button.rael-outline:hover, button.rael-tiffany-blue.rael-outline:hover, input.rael-tiffany-blue[type=button].rael-outline:hover {
	color: #fff;
}

.rael-tiffany-blue.rael-button.rael-outline .rael-overlay:after, a.rael-tiffany-blue.button.rael-outline .rael-overlay:after, button.rael-tiffany-blue.rael-outline .rael-overlay:after, input.rael-tiffany-blue[type=button].rael-outline .rael-overlay:after {
	background-color: #00b5b5;
}

.rael-pastel-orange.rael-button.rael-outline, a.rael-pastel-orange.button.rael-outline, button.rael-pastel-orange.rael-outline, input.rael-pastel-orange[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #fcb941 inset;
	box-shadow: inset 0 0 0 1px #fcb941;
	background-color: transparent !important;
	color: #fcb941;
}

.rael-pastel-orange.rael-button.rael-outline:hover, a.rael-pastel-orange.button.rael-outline:hover, button.rael-pastel-orange.rael-outline:hover, input.rael-pastel-orange[type=button].rael-outline:hover {
	color: #fff;
}

.rael-pastel-orange.rael-button.rael-outline .rael-overlay:after, a.rael-pastel-orange.button.rael-outline .rael-overlay:after, button.rael-pastel-orange.rael-outline .rael-overlay:after, input.rael-pastel-orange[type=button].rael-outline .rael-overlay:after {
	background-color: #fcb941;
}

.rael-east-bay.rael-button.rael-outline, a.rael-east-bay.button.rael-outline, button.rael-east-bay.rael-outline, input.rael-east-bay[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #395781 inset;
	box-shadow: inset 0 0 0 1px #395781;
	background-color: transparent !important;
	color: #395781;
}

.rael-east-bay.rael-button.rael-outline:hover, a.rael-east-bay.button.rael-outline:hover, button.rael-east-bay.rael-outline:hover, input.rael-east-bay[type=button].rael-outline:hover {
	color: #fff;
}

.rael-east-bay.rael-button.rael-outline .rael-overlay:after, a.rael-east-bay.button.rael-outline .rael-overlay:after, button.rael-east-bay.rael-outline .rael-overlay:after, input.rael-east-bay[type=button].rael-outline .rael-overlay:after {
	background-color: #395781;
}

.rael-steel-blue.rael-button.rael-outline, a.rael-steel-blue.button.rael-outline, button.rael-steel-blue.rael-outline, input.rael-steel-blue[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #4589b0 inset;
	box-shadow: inset 0 0 0 1px #4589b0;
	background-color: transparent !important;
	color: #4589b0;
}

.rael-steel-blue.rael-button.rael-outline:hover, a.rael-steel-blue.button.rael-outline:hover, button.rael-steel-blue.rael-outline:hover, input.rael-steel-blue[type=button].rael-outline:hover {
	color: #fff;
}

.rael-steel-blue.rael-button.rael-outline .rael-overlay:after, a.rael-steel-blue.button.rael-outline .rael-overlay:after, button.rael-steel-blue.rael-outline .rael-overlay:after, input.rael-steel-blue[type=button].rael-outline .rael-overlay:after {
	background-color: #4589b0;
}

.rael-half-backed.rael-button.rael-outline, a.rael-half-backed.button.rael-outline, button.rael-half-backed.rael-outline, input.rael-half-backed[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #84ccd1 inset;
	box-shadow: inset 0 0 0 1px #84ccd1;
	background-color: transparent !important;
	color: #84ccd1;
}

.rael-half-backed.rael-button.rael-outline:hover, a.rael-half-backed.button.rael-outline:hover, button.rael-half-backed.rael-outline:hover, input.rael-half-backed[type=button].rael-outline:hover {
	color: #fff;
}

.rael-half-backed.rael-button.rael-outline .rael-overlay:after, a.rael-half-backed.button.rael-outline .rael-overlay:after, button.rael-half-backed.rael-outline .rael-overlay:after, input.rael-half-backed[type=button].rael-outline .rael-overlay:after {
	background-color: #84ccd1;
}

.rael-tapestry.rael-button.rael-outline, a.rael-tapestry.button.rael-outline, button.rael-tapestry.rael-outline, input.rael-tapestry[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #b95a84 inset;
	box-shadow: inset 0 0 0 1px #b95a84;
	background-color: transparent !important;
	color: #b95a84;
}

.rael-tapestry.rael-button.rael-outline:hover, a.rael-tapestry.button.rael-outline:hover, button.rael-tapestry.rael-outline:hover, input.rael-tapestry[type=button].rael-outline:hover {
	color: #fff;
}

.rael-tapestry.rael-button.rael-outline .rael-overlay:after, a.rael-tapestry.button.rael-outline .rael-overlay:after, button.rael-tapestry.rael-outline .rael-overlay:after, input.rael-tapestry[type=button].rael-outline .rael-overlay:after {
	background-color: #b95a84;
}

.rael-fire-engine-red.rael-button.rael-outline, a.rael-fire-engine-red.button.rael-outline, button.rael-fire-engine-red.rael-outline, input.rael-fire-engine-red[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #cd2c24 inset;
	box-shadow: inset 0 0 0 1px #cd2c24;
	background-color: transparent !important;
	color: #cd2c24;
}

.rael-fire-engine-red.rael-button.rael-outline:hover, a.rael-fire-engine-red.button.rael-outline:hover, button.rael-fire-engine-red.rael-outline:hover, input.rael-fire-engine-red[type=button].rael-outline:hover {
	color: #fff;
}

.rael-fire-engine-red.rael-button.rael-outline .rael-overlay:after, a.rael-fire-engine-red.button.rael-outline .rael-overlay:after, button.rael-fire-engine-red.rael-outline .rael-overlay:after, input.rael-fire-engine-red[type=button].rael-outline .rael-overlay:after {
	background-color: #cd2c24;
}

.rael-dark-orange.rael-button.rael-outline, a.rael-dark-orange.button.rael-outline, button.rael-dark-orange.rael-outline, input.rael-dark-orange[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #ff8c00 inset;
	box-shadow: inset 0 0 0 1px #ff8c00;
	background-color: transparent !important;
	color: #ff8c00;
}

.rael-dark-orange.rael-button.rael-outline:hover, a.rael-dark-orange.button.rael-outline:hover, button.rael-dark-orange.rael-outline:hover, input.rael-dark-orange[type=button].rael-outline:hover {
	color: #fff;
}

.rael-dark-orange.rael-button.rael-outline .rael-overlay:after, a.rael-dark-orange.button.rael-outline .rael-overlay:after, button.rael-dark-orange.rael-outline .rael-overlay:after, input.rael-dark-orange[type=button].rael-outline .rael-overlay:after {
	background-color: #ff8c00;
}

.rael-brick-red.rael-button.rael-outline, a.rael-brick-red.button.rael-outline, button.rael-brick-red.rael-outline, input.rael-brick-red[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px #cc4452 inset;
	box-shadow: inset 0 0 0 1px #cc4452;
	background-color: transparent !important;
	color: #cc4452;
}

.rael-brick-red.rael-button.rael-outline:hover, a.rael-brick-red.button.rael-outline:hover, button.rael-brick-red.rael-outline:hover, input.rael-brick-red[type=button].rael-outline:hover {
	color: #fff;
}

.rael-brick-red.rael-button.rael-outline .rael-overlay:after, a.rael-brick-red.button.rael-outline .rael-overlay:after, button.rael-brick-red.rael-outline .rael-overlay:after, input.rael-brick-red[type=button].rael-outline .rael-overlay:after {
	background-color: #cc4452;
}

.rael-khaki.rael-button.rael-outline, a.rael-khaki.button.rael-outline, button.rael-khaki.rael-outline, input.rael-khaki[type=button].rael-outline {
	-webkit-box-shadow: 0 0 0 1px khaki inset;
	box-shadow: inset 0 0 0 1px khaki;
	background-color: transparent !important;
	color: khaki;
}

.rael-khaki.rael-button.rael-outline:hover, a.rael-khaki.button.rael-outline:hover, button.rael-khaki.rael-outline:hover, input.rael-khaki[type=button].rael-outline:hover {
	color: #fff;
}

.rael-khaki.rael-button.rael-outline .rael-overlay:after, a.rael-khaki.button.rael-outline .rael-overlay:after, button.rael-khaki.rael-outline .rael-overlay:after, input.rael-khaki[type=button].rael-outline .rael-overlay:after {
	background-color: khaki;
}

.rael-overlay.rael-button.rael-3d, a.rael-overlay.button.rael-3d, button.rael-overlay.rael-3d, input.rael-overlay[type=button].rael-3d {
	display: none;
}

.rael-black.rael-button.rael-3d, a.rael-black.button.rael-3d, button.rael-black.rael-3d, input.rael-black[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #242424;
	box-shadow: 0 6px #242424;
}

.rael-black.rael-button.rael-3d:hover, a.rael-black.button.rael-3d:hover, button.rael-black.rael-3d:hover, input.rael-black[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #242424;
	box-shadow: 0 3px #242424;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-white.rael-button.rael-3d, a.rael-white.button.rael-3d, button.rael-white.rael-3d, input.rael-white[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #e6e6e6;
	box-shadow: 0 6px #e6e6e6;
}

.rael-white.rael-button.rael-3d:hover, a.rael-white.button.rael-3d:hover, button.rael-white.rael-3d:hover, input.rael-white[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #e6e6e6;
	box-shadow: 0 3px #e6e6e6;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-masala.rael-button.rael-3d, a.rael-masala.button.rael-3d, button.rael-masala.rael-3d, input.rael-masala[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #242424;
	box-shadow: 0 6px #242424;
}

.rael-masala.rael-button.rael-3d:hover, a.rael-masala.button.rael-3d:hover, button.rael-masala.rael-3d:hover, input.rael-masala[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #242424;
	box-shadow: 0 3px #242424;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-dark-gray.rael-button.rael-3d, a.rael-dark-gray.button.rael-3d, button.rael-dark-gray.rael-3d, input.rael-dark-gray[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #919191;
	box-shadow: 0 6px #919191;
}

.rael-dark-gray.rael-button.rael-3d:hover, a.rael-dark-gray.button.rael-3d:hover, button.rael-dark-gray.rael-3d:hover, input.rael-dark-gray[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #919191;
	box-shadow: 0 3px #919191;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-ball-blue.rael-button.rael-3d, a.rael-ball-blue.button.rael-3d, button.rael-ball-blue.rael-3d, input.rael-ball-blue[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #1589a1;
	box-shadow: 0 6px #1589a1;
}

.rael-ball-blue.rael-button.rael-3d:hover, a.rael-ball-blue.button.rael-3d:hover, button.rael-ball-blue.rael-3d:hover, input.rael-ball-blue[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #1589a1;
	box-shadow: 0 3px #1589a1;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-fountain-blue.rael-button.rael-3d, a.rael-fountain-blue.button.rael-3d, button.rael-fountain-blue.rael-3d, input.rael-fountain-blue[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #43919f;
	box-shadow: 0 6px #43919f;
}

.rael-fountain-blue.rael-button.rael-3d:hover, a.rael-fountain-blue.button.rael-3d:hover, button.rael-fountain-blue.rael-3d:hover, input.rael-fountain-blue[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #43919f;
	box-shadow: 0 3px #43919f;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-shamrock.rael-button.rael-3d, a.rael-shamrock.button.rael-3d, button.rael-shamrock.rael-3d, input.rael-shamrock[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #239f72;
	box-shadow: 0 6px #239f72;
}

.rael-shamrock.rael-button.rael-3d:hover, a.rael-shamrock.button.rael-3d:hover, button.rael-shamrock.rael-3d:hover, input.rael-shamrock[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #239f72;
	box-shadow: 0 3px #239f72;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-curios-blue.rael-button.rael-3d, a.rael-curios-blue.button.rael-3d, button.rael-curios-blue.rael-3d, input.rael-curios-blue[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #23679f;
	box-shadow: 0 6px #23679f;
}

.rael-curios-blue.rael-button.rael-3d:hover, a.rael-curios-blue.button.rael-3d:hover, button.rael-curios-blue.rael-3d:hover, input.rael-curios-blue[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #23679f;
	box-shadow: 0 3px #23679f;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-light-sea-green.rael-button.rael-3d, a.rael-light-sea-green.button.rael-3d, button.rael-light-sea-green.rael-3d, input.rael-light-sea-green[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #148f77;
	box-shadow: 0 6px #148f77;
}

.rael-light-sea-green.rael-button.rael-3d:hover, a.rael-light-sea-green.button.rael-3d:hover, button.rael-light-sea-green.rael-3d:hover, input.rael-light-sea-green[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #148f77;
	box-shadow: 0 3px #148f77;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-emerald.rael-button.rael-3d, a.rael-emerald.button.rael-3d, button.rael-emerald.rael-3d, input.rael-emerald[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #3c9958;
	box-shadow: 0 6px #3c9958;
}

.rael-emerald.rael-button.rael-3d:hover, a.rael-emerald.button.rael-3d:hover, button.rael-emerald.rael-3d:hover, input.rael-emerald[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #3c9958;
	box-shadow: 0 3px #3c9958;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-energy-yellow.rael-button.rael-3d, a.rael-energy-yellow.button.rael-3d, button.rael-energy-yellow.rael-3d, input.rael-energy-yellow[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #e9df29;
	box-shadow: 0 6px #e9df29;
}

.rael-energy-yellow.rael-button.rael-3d:hover, a.rael-energy-yellow.button.rael-3d:hover, button.rael-energy-yellow.rael-3d:hover, input.rael-energy-yellow[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #e9df29;
	box-shadow: 0 3px #e9df29;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-mikado-yellow.rael-button.rael-3d, a.rael-mikado-yellow.button.rael-3d, button.rael-mikado-yellow.rael-3d, input.rael-mikado-yellow[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #d5ac03;
	box-shadow: 0 6px #d5ac03;
}

.rael-mikado-yellow.rael-button.rael-3d:hover, a.rael-mikado-yellow.button.rael-3d:hover, button.rael-mikado-yellow.rael-3d:hover, input.rael-mikado-yellow[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #d5ac03;
	box-shadow: 0 3px #d5ac03;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-pink-salmon.rael-button.rael-3d, a.rael-pink-salmon.button.rael-3d, button.rael-pink-salmon.rael-3d, input.rael-pink-salmon[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #ff5e81;
	box-shadow: 0 6px #ff5e81;
}

.rael-pink-salmon.rael-button.rael-3d:hover, a.rael-pink-salmon.button.rael-3d:hover, button.rael-pink-salmon.rael-3d:hover, input.rael-pink-salmon[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #ff5e81;
	box-shadow: 0 3px #ff5e81;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-wisteria.rael-button.rael-3d, a.rael-wisteria.button.rael-3d, button.rael-wisteria.rael-3d, input.rael-wisteria[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #845095;
	box-shadow: 0 6px #845095;
}

.rael-wisteria.rael-button.rael-3d:hover, a.rael-wisteria.button.rael-3d:hover, button.rael-wisteria.rael-3d:hover, input.rael-wisteria[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #845095;
	box-shadow: 0 3px #845095;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-lilac.rael-button.rael-3d, a.rael-lilac.button.rael-3d, button.rael-lilac.rael-3d, input.rael-lilac[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #ba8bc0;
	box-shadow: 0 6px #ba8bc0;
}

.rael-lilac.rael-button.rael-3d:hover, a.rael-lilac.button.rael-3d:hover, button.rael-lilac.rael-3d:hover, input.rael-lilac[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #ba8bc0;
	box-shadow: 0 3px #ba8bc0;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-pale-sky.rael-button.rael-3d, a.rael-pale-sky.button.rael-3d, button.rael-pale-sky.rael-3d, input.rael-pale-sky[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #4a5a69;
	box-shadow: 0 6px #4a5a69;
}

.rael-pale-sky.rael-button.rael-3d:hover, a.rael-pale-sky.button.rael-3d:hover, button.rael-pale-sky.rael-3d:hover, input.rael-pale-sky[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #4a5a69;
	box-shadow: 0 3px #4a5a69;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-tower-gray.rael-button.rael-3d, a.rael-tower-gray.button.rael-3d, button.rael-tower-gray.rael-3d, input.rael-tower-gray[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #90a4ad;
	box-shadow: 0 6px #90a4ad;
}

.rael-tower-gray.rael-button.rael-3d:hover, a.rael-tower-gray.button.rael-3d:hover, button.rael-tower-gray.rael-3d:hover, input.rael-tower-gray[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #90a4ad;
	box-shadow: 0 3px #90a4ad;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-william.rael-button.rael-3d, a.rael-william.button.rael-3d, button.rael-william.rael-3d, input.rael-william[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #28424e;
	box-shadow: 0 6px #28424e;
}

.rael-william.rael-button.rael-3d:hover, a.rael-william.button.rael-3d:hover, button.rael-william.rael-3d:hover, input.rael-william[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #28424e;
	box-shadow: 0 3px #28424e;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-carmine-pink.rael-button.rael-3d, a.rael-carmine-pink.button.rael-3d, button.rael-carmine-pink.rael-3d, input.rael-carmine-pink[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #d62c1a;
	box-shadow: 0 6px #d62c1a;
}

.rael-carmine-pink.rael-button.rael-3d:hover, a.rael-carmine-pink.button.rael-3d:hover, button.rael-carmine-pink.rael-3d:hover, input.rael-carmine-pink[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #d62c1a;
	box-shadow: 0 3px #d62c1a;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-persimmon.rael-button.rael-3d, a.rael-persimmon.button.rael-3d, button.rael-persimmon.rael-3d, input.rael-persimmon[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #ff3d22;
	box-shadow: 0 6px #ff3d22;
}

.rael-persimmon.rael-button.rael-3d:hover, a.rael-persimmon.button.rael-3d:hover, button.rael-persimmon.rael-3d:hover, input.rael-persimmon[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #ff3d22;
	box-shadow: 0 3px #ff3d22;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-tan-hide.rael-button.rael-3d, a.rael-tan-hide.button.rael-3d, button.rael-tan-hide.rael-3d, input.rael-tan-hide[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #ff8222;
	box-shadow: 0 6px #ff8222;
}

.rael-tan-hide.rael-button.rael-3d:hover, a.rael-tan-hide.button.rael-3d:hover, button.rael-tan-hide.rael-3d:hover, input.rael-tan-hide[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #ff8222;
	box-shadow: 0 3px #ff8222;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-wild-watermelon.rael-button.rael-3d, a.rael-wild-watermelon.button.rael-3d, button.rael-wild-watermelon.rael-3d, input.rael-wild-watermelon[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #ff3b49;
	box-shadow: 0 6px #ff3b49;
}

.rael-wild-watermelon.rael-button.rael-3d:hover, a.rael-wild-watermelon.button.rael-3d:hover, button.rael-wild-watermelon.rael-3d:hover, input.rael-wild-watermelon[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #ff3b49;
	box-shadow: 0 3px #ff3b49;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-iceberg.rael-button.rael-3d, a.rael-iceberg.button.rael-3d, button.rael-iceberg.rael-3d, input.rael-iceberg[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #4c9bca;
	box-shadow: 0 6px #4c9bca;
}

.rael-iceberg.rael-button.rael-3d:hover, a.rael-iceberg.button.rael-3d:hover, button.rael-iceberg.rael-3d:hover, input.rael-iceberg[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #4c9bca;
	box-shadow: 0 3px #4c9bca;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-dark-lavender.rael-button.rael-3d, a.rael-dark-lavender.button.rael-3d, button.rael-dark-lavender.rael-3d, input.rael-dark-lavender[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #5b4671;
	box-shadow: 0 6px #5b4671;
}

.rael-dark-lavender.rael-button.rael-3d:hover, a.rael-dark-lavender.button.rael-3d:hover, button.rael-dark-lavender.rael-3d:hover, input.rael-dark-lavender[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #5b4671;
	box-shadow: 0 3px #5b4671;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-viking.rael-button.rael-3d, a.rael-viking.button.rael-3d, button.rael-viking.rael-3d, input.rael-viking[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #30cadf;
	box-shadow: 0 6px #30cadf;
}

.rael-viking.rael-button.rael-3d:hover, a.rael-viking.button.rael-3d:hover, button.rael-viking.rael-3d:hover, input.rael-viking[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #30cadf;
	box-shadow: 0 3px #30cadf;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-tiffany-blue.rael-button.rael-3d, a.rael-tiffany-blue.button.rael-3d, button.rael-tiffany-blue.rael-3d, input.rael-tiffany-blue[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #008282;
	box-shadow: 0 6px #008282;
}

.rael-tiffany-blue.rael-button.rael-3d:hover, a.rael-tiffany-blue.button.rael-3d:hover, button.rael-tiffany-blue.rael-3d:hover, input.rael-tiffany-blue[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #008282;
	box-shadow: 0 3px #008282;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-pastel-orange.rael-button.rael-3d, a.rael-pastel-orange.button.rael-3d, button.rael-pastel-orange.rael-3d, input.rael-pastel-orange[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #fba70f;
	box-shadow: 0 6px #fba70f;
}

.rael-pastel-orange.rael-button.rael-3d:hover, a.rael-pastel-orange.button.rael-3d:hover, button.rael-pastel-orange.rael-3d:hover, input.rael-pastel-orange[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #fba70f;
	box-shadow: 0 3px #fba70f;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-east-bay.rael-button.rael-3d, a.rael-east-bay.button.rael-3d, button.rael-east-bay.rael-3d, input.rael-east-bay[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #293f5e;
	box-shadow: 0 6px #293f5e;
}

.rael-east-bay.rael-button.rael-3d:hover, a.rael-east-bay.button.rael-3d:hover, button.rael-east-bay.rael-3d:hover, input.rael-east-bay[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #293f5e;
	box-shadow: 0 3px #293f5e;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-steel-blue.rael-button.rael-3d, a.rael-steel-blue.button.rael-3d, button.rael-steel-blue.rael-3d, input.rael-steel-blue[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #376c8b;
	box-shadow: 0 6px #376c8b;
}

.rael-steel-blue.rael-button.rael-3d:hover, a.rael-steel-blue.button.rael-3d:hover, button.rael-steel-blue.rael-3d:hover, input.rael-steel-blue[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #376c8b;
	box-shadow: 0 3px #376c8b;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-half-backed.rael-button.rael-3d, a.rael-half-backed.button.rael-3d, button.rael-half-backed.rael-3d, input.rael-half-backed[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #5fbdc3;
	box-shadow: 0 6px #5fbdc3;
}

.rael-half-backed.rael-button.rael-3d:hover, a.rael-half-backed.button.rael-3d:hover, button.rael-half-backed.rael-3d:hover, input.rael-half-backed[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #5fbdc3;
	box-shadow: 0 3px #5fbdc3;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-tapestry.rael-button.rael-3d, a.rael-tapestry.button.rael-3d, button.rael-tapestry.rael-3d, input.rael-tapestry[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #9d436b;
	box-shadow: 0 6px #9d436b;
}

.rael-tapestry.rael-button.rael-3d:hover, a.rael-tapestry.button.rael-3d:hover, button.rael-tapestry.rael-3d:hover, input.rael-tapestry[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #9d436b;
	box-shadow: 0 3px #9d436b;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-fire-engine-red.rael-button.rael-3d, a.rael-fire-engine-red.button.rael-3d, button.rael-fire-engine-red.rael-3d, input.rael-fire-engine-red[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #a2231c;
	box-shadow: 0 6px #a2231c;
}

.rael-fire-engine-red.rael-button.rael-3d:hover, a.rael-fire-engine-red.button.rael-3d:hover, button.rael-fire-engine-red.rael-3d:hover, input.rael-fire-engine-red[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #a2231c;
	box-shadow: 0 3px #a2231c;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-dark-orange.rael-button.rael-3d, a.rael-dark-orange.button.rael-3d, button.rael-dark-orange.rael-3d, input.rael-dark-orange[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #cc7000;
	box-shadow: 0 6px #cc7000;
}

.rael-dark-orange.rael-button.rael-3d:hover, a.rael-dark-orange.button.rael-3d:hover, button.rael-dark-orange.rael-3d:hover, input.rael-dark-orange[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #cc7000;
	box-shadow: 0 3px #cc7000;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-brick-red.rael-button.rael-3d, a.rael-brick-red.button.rael-3d, button.rael-brick-red.rael-3d, input.rael-brick-red[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #ae2f3c;
	box-shadow: 0 6px #ae2f3c;
}

.rael-brick-red.rael-button.rael-3d:hover, a.rael-brick-red.button.rael-3d:hover, button.rael-brick-red.rael-3d:hover, input.rael-brick-red[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #ae2f3c;
	box-shadow: 0 3px #ae2f3c;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-khaki.rael-button.rael-3d, a.rael-khaki.button.rael-3d, button.rael-khaki.rael-3d, input.rael-khaki[type=button].rael-3d {
	-webkit-box-shadow: 0 6px #eadc5f;
	box-shadow: 0 6px #eadc5f;
}

.rael-khaki.rael-button.rael-3d:hover, a.rael-khaki.button.rael-3d:hover, button.rael-khaki.rael-3d:hover, input.rael-khaki[type=button].rael-3d:hover {
	-webkit-box-shadow: 0 3px #eadc5f;
	box-shadow: 0 3px #eadc5f;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.rael-button.rael-3d:active, a.button.rael-3d:active, button.rael-3d:active, input[type=button].rael-3d:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}

.rael-button, a.button, button, input[type=button] {
	font-weight: 600;
	display: inline-block;
	position: relative;
	line-height: 100%;
	border: none;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
}

.rael-button:focus, a.button:focus, button:focus, input[type=button]:focus {
	outline: none;
}

.rael-button > *, a.button > *, button > *, input[type=button] > * {
	position: relative;
}

.rael-button .rael-overlay, a.button .rael-overlay, button .rael-overlay, input[type=button] .rael-overlay {
	position: absolute;
	width: 120%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform .45s cubic-bezier(.75, .1, .25, .9);
	transition: -webkit-transform .45s cubic-bezier(.75, .1, .25, .9);
	-o-transition: transform .45s cubic-bezier(.75, .1, .25, .9);
	transition: transform .45s cubic-bezier(.75, .1, .25, .9);
	transition: transform .45s cubic-bezier(.75, .1, .25, .9), -webkit-transform .45s cubic-bezier(.75, .1, .25, .9);
}

.rael-button .rael-overlay:after, a.button .rael-overlay:after, button .rael-overlay:after, input[type=button] .rael-overlay:after {
	position: relative;
	content: "";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	padding-top: 100%;
}

.rael-button.rael-round .rael-overlay, a.button.rael-round .rael-overlay, button.rael-round .rael-overlay, input[type=button].rael-round .rael-overlay {
	width: 120%;
}

.rael-button:hover .rael-overlay, a.button:hover .rael-overlay, button:hover .rael-overlay, input[type=button]:hover .rael-overlay {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.rael-button.rael-fill, a.button.rael-fill, button.rael-fill, input[type=button].rael-fill {
	-webkit-transition: background-color .45s;
	-o-transition: background-color .45s;
	transition: background-color .45s;
}

.rael-button.rael-fill .rael-overlay, a.button.rael-fill .rael-overlay, button.rael-fill .rael-overlay, input[type=button].rael-fill .rael-overlay {
	display: none;
}

.rael-button .rael-icon, .rael-button .rael-text, a.button .rael-icon, a.button .rael-text, button .rael-icon, button .rael-text, input[type=button] .rael-icon, input[type=button] .rael-text {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity .45s, -webkit-transform .45s;
	transition: opacity .45s, -webkit-transform .45s;
	-o-transition: transform .45s, opacity .45s;
	transition: transform .45s, opacity .45s;
	transition: transform .45s, opacity .45s, -webkit-transform .45s;
}

.rael-button.rael-icon-left-animate .rael-icon, .rael-button.rael-icon-left .rael-icon, a.button.rael-icon-left-animate .rael-icon, a.button.rael-icon-left .rael-icon, button.rael-icon-left-animate .rael-icon, button.rael-icon-left .rael-icon, input[type=button].rael-icon-left-animate .rael-icon, input[type=button].rael-icon-left .rael-icon {
	margin-right: .125em;
}

.rael-button.rael-icon-right-animate .rael-icon, .rael-button.rael-icon-right .rael-icon, a.button.rael-icon-right-animate .rael-icon, a.button.rael-icon-right .rael-icon, button.rael-icon-right-animate .rael-icon, button.rael-icon-right .rael-icon, input[type=button].rael-icon-right-animate .rael-icon, input[type=button].rael-icon-right .rael-icon {
	margin-left: .125em;
}

.rael-button.rael-icon-left-animate .rael-icon, a.button.rael-icon-left-animate .rael-icon, button.rael-icon-left-animate .rael-icon, input[type=button].rael-icon-left-animate .rael-icon {
	margin-left: .125em;
}

.rael-button.rael-icon-left-animate .rael-icon, a.button.rael-icon-left-animate .rael-icon, button.rael-icon-left-animate .rael-icon, input[type=button].rael-icon-left-animate .rael-icon {
	-webkit-transform: translateX(-400%);
	-ms-transform: translateX(-400%);
	transform: translateX(-400%);
}

.rael-button.rael-icon-left-animate .rael-text, a.button.rael-icon-left-animate .rael-text, button.rael-icon-left-animate .rael-text, input[type=button].rael-icon-left-animate .rael-text {
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
}

.rael-button.rael-icon-left-animate:hover .rael-icon, .rael-button.rael-icon-left-animate:hover .rael-text, a.button.rael-icon-left-animate:hover .rael-icon, a.button.rael-icon-left-animate:hover .rael-text, button.rael-icon-left-animate:hover .rael-icon, button.rael-icon-left-animate:hover .rael-text, input[type=button].rael-icon-left-animate:hover .rael-icon, input[type=button].rael-icon-left-animate:hover .rael-text {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.rael-button.rael-icon-right-animate .rael-icon, a.button.rael-icon-right-animate .rael-icon, button.rael-icon-right-animate .rael-icon, input[type=button].rael-icon-right-animate .rael-icon {
	-webkit-transform: translateX(400%);
	-ms-transform: translateX(400%);
	transform: translateX(400%);
}

.rael-button.rael-icon-right-animate .rael-text, a.button.rael-icon-right-animate .rael-text, button.rael-icon-right-animate .rael-text, input[type=button].rael-icon-right-animate .rael-text {
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	transform: translateX(1em);
}

.rael-button.rael-icon-right-animate:hover .rael-icon, .rael-button.rael-icon-right-animate:hover .rael-text, a.button.rael-icon-right-animate:hover .rael-icon, a.button.rael-icon-right-animate:hover .rael-text, button.rael-icon-right-animate:hover .rael-icon, button.rael-icon-right-animate:hover .rael-text, input[type=button].rael-icon-right-animate:hover .rael-icon, input[type=button].rael-icon-right-animate:hover .rael-text {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.rael-button.rael-icon-over .rael-icon, a.button.rael-icon-over .rael-icon, button.rael-icon-over .rael-icon, input[type=button].rael-icon-over .rael-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	z-index: 2;
	-webkit-transform: translate(-200%, -50%);
	-ms-transform: translate(-200%, -50%);
	transform: translate(-200%, -50%);
	-webkit-transition: opacity .45s, -webkit-transform .45s;
	transition: opacity .45s, -webkit-transform .45s;
	-o-transition: transform .45s, opacity .45s;
	transition: transform .45s, opacity .45s;
	transition: transform .45s, opacity .45s, -webkit-transform .45s;
}

.rael-button.rael-icon-over .rael-overlay, a.button.rael-icon-over .rael-overlay, button.rael-icon-over .rael-overlay, input[type=button].rael-icon-over .rael-overlay {
	z-index: 1;
}

.rael-button.rael-icon-over:hover .rael-icon, a.button.rael-icon-over:hover .rael-icon, button.rael-icon-over:hover .rael-icon, input[type=button].rael-icon-over:hover .rael-icon {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1;
}

.rtl .rael-button.rael-icon-left-animate .rael-icon, .rtl .rael-button.rael-icon-left .rael-icon, .rtl a.button.rael-icon-left-animate .rael-icon, .rtl a.button.rael-icon-left .rael-icon, .rtl button.rael-icon-left-animate .rael-icon, .rtl button.rael-icon-left .rael-icon, .rtl input[type=button].rael-icon-left-animate .rael-icon, .rtl input[type=button].rael-icon-left .rael-icon {
	margin-right: 0;
	margin-left: .125em;
}

.rtl .rael-button.rael-icon-right-animate .rael-icon, .rtl .rael-button.rael-icon-right .rael-icon, .rtl a.button.rael-icon-right-animate .rael-icon, .rtl a.button.rael-icon-right .rael-icon, .rtl button.rael-icon-right-animate .rael-icon, .rtl button.rael-icon-right .rael-icon, .rtl input[type=button].rael-icon-right-animate .rael-icon, .rtl input[type=button].rael-icon-right .rael-icon {
	margin-right: .125em;
	margin-left: 0;
}

.rtl .rael-button.rael-icon-left-animate .rael-icon, .rtl a.button.rael-icon-left-animate .rael-icon, .rtl button.rael-icon-left-animate .rael-icon, .rtl input[type=button].rael-icon-left-animate .rael-icon {
	margin-right: .125em;
	margin-left: 0;
}

.rtl .rael-button.rael-icon-left-animate .rael-icon, .rtl a.button.rael-icon-left-animate .rael-icon, .rtl button.rael-icon-left-animate .rael-icon, .rtl input[type=button].rael-icon-left-animate .rael-icon {
	-webkit-transform: translateX(400%);
	-ms-transform: translateX(400%);
	transform: translateX(400%);
}

.rtl .rael-button.rael-icon-left-animate .rael-text, .rtl a.button.rael-icon-left-animate .rael-text, .rtl button.rael-icon-left-animate .rael-text, .rtl input[type=button].rael-icon-left-animate .rael-text {
	-webkit-transform: translateX(1em);
	-ms-transform: translateX(1em);
	transform: translateX(1em);
}

.rtl .rael-button.rael-icon-left-animate:hover .rael-icon, .rtl .rael-button.rael-icon-left-animate:hover .rael-text, .rtl a.button.rael-icon-left-animate:hover .rael-icon, .rtl a.button.rael-icon-left-animate:hover .rael-text, .rtl button.rael-icon-left-animate:hover .rael-icon, .rtl button.rael-icon-left-animate:hover .rael-text, .rtl input[type=button].rael-icon-left-animate:hover .rael-icon, .rtl input[type=button].rael-icon-left-animate:hover .rael-text {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.rtl .rael-button.rael-icon-right-animate .rael-icon, .rtl a.button.rael-icon-right-animate .rael-icon, .rtl button.rael-icon-right-animate .rael-icon, .rtl input[type=button].rael-icon-right-animate .rael-icon {
	-webkit-transform: translateX(-400%);
	-ms-transform: translateX(-400%);
	transform: translateX(-400%);
}

.rtl .rael-button.rael-icon-right-animate .rael-text, .rtl a.button.rael-icon-right-animate .rael-text, .rtl button.rael-icon-right-animate .rael-text, .rtl input[type=button].rael-icon-right-animate .rael-text {
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
}

.rtl .rael-button.rael-icon-right-animate:hover .rael-icon, .rtl .rael-button.rael-icon-right-animate:hover .rael-text, .rtl a.button.rael-icon-right-animate:hover .rael-icon, .rtl a.button.rael-icon-right-animate:hover .rael-text, .rtl button.rael-icon-right-animate:hover .rael-icon, .rtl button.rael-icon-right-animate:hover .rael-text, .rtl input[type=button].rael-icon-right-animate:hover .rael-icon, .rtl input[type=button].rael-icon-right-animate:hover .rael-text {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.rtl .rael-button.rael-icon-over .rael-icon, .rtl a.button.rael-icon-over .rael-icon, .rtl button.rael-icon-over .rael-icon, .rtl input[type=button].rael-icon-over .rael-icon {
	left: -50%;
	-webkit-transform: translate(200%, -50%);
	-ms-transform: translate(200%, -50%);
	transform: translate(200%, -50%);
}

.rtl .rael-button.rael-icon-over:hover .rael-icon, .rtl a.button.rael-icon-over:hover .rael-icon, .rtl button.rael-icon-over:hover .rael-icon, .rtl input[type=button].rael-icon-over:hover .rael-icon {
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.rael-button.rael-black, a.button.rael-black, button.rael-black, input[type=button].rael-black {
	background-color: #3d3d3d;
	text-shadow: 0 2px 0 #292929;
	color: #fff;
}

.rael-button.rael-black .rael-overlay:after, a.button.rael-black .rael-overlay:after, button.rael-black .rael-overlay:after, input[type=button].rael-black .rael-overlay:after {
	background-color: #292929;
}

.rael-button.rael-black.rael-fill:hover, a.button.rael-black.rael-fill:hover, button.rael-black.rael-fill:hover, input[type=button].rael-black.rael-fill:hover {
	background-color: #292929 !important;
}

.rael-button.rael-white, a.button.rael-white, button.rael-white, input[type=button].rael-white {
	background-color: #fff;
	text-shadow: 0 2px 0 #ebebeb;
	color: #000;
}

.rael-button.rael-white .rael-overlay:after, a.button.rael-white .rael-overlay:after, button.rael-white .rael-overlay:after, input[type=button].rael-white .rael-overlay:after {
	background-color: #ebebeb;
}

.rael-button.rael-white.rael-fill:hover, a.button.rael-white.rael-fill:hover, button.rael-white.rael-fill:hover, input[type=button].rael-white.rael-fill:hover {
	background-color: #ebebeb !important;
}

.rael-button.rael-masala, a.button.rael-masala, button.rael-masala, input[type=button].rael-masala {
	background-color: #3d3d3d;
	text-shadow: 0 2px 0 #292929;
	color: #fff;
}

.rael-button.rael-masala .rael-overlay:after, a.button.rael-masala .rael-overlay:after, button.rael-masala .rael-overlay:after, input[type=button].rael-masala .rael-overlay:after {
	background-color: #292929;
}

.rael-button.rael-masala.rael-fill:hover, a.button.rael-masala.rael-fill:hover, button.rael-masala.rael-fill:hover, input[type=button].rael-masala.rael-fill:hover {
	background-color: #292929 !important;
}

.rael-button.rael-dark-gray, a.button.rael-dark-gray, button.rael-dark-gray, input[type=button].rael-dark-gray {
	background-color: #aaa;
	text-shadow: 0 2px 0 #969696;
	color: #fff;
}

.rael-button.rael-dark-gray .rael-overlay:after, a.button.rael-dark-gray .rael-overlay:after, button.rael-dark-gray .rael-overlay:after, input[type=button].rael-dark-gray .rael-overlay:after {
	background-color: #969696;
}

.rael-button.rael-dark-gray.rael-fill:hover, a.button.rael-dark-gray.rael-fill:hover, button.rael-dark-gray.rael-fill:hover, input[type=button].rael-dark-gray.rael-fill:hover {
	background-color: #969696 !important;
}

.rael-button.rael-ball-blue, a.button.rael-ball-blue, button.rael-ball-blue, input[type=button].rael-ball-blue {
	background-color: #1bb0ce;
	text-shadow: 0 2px 0 #1691aa;
	color: #fff;
}

.rael-button.rael-ball-blue .rael-overlay:after, a.button.rael-ball-blue .rael-overlay:after, button.rael-ball-blue .rael-overlay:after, input[type=button].rael-ball-blue .rael-overlay:after {
	background-color: #1691aa;
}

.rael-button.rael-ball-blue.rael-fill:hover, a.button.rael-ball-blue.rael-fill:hover, button.rael-ball-blue.rael-fill:hover, input[type=button].rael-ball-blue.rael-fill:hover {
	background-color: #1691aa !important;
}

.rael-button.rael-fountain-blue, a.button.rael-fountain-blue, button.rael-fountain-blue, input[type=button].rael-fountain-blue {
	background-color: #5bacba;
	text-shadow: 0 2px 0 #4698a6;
	color: #fff;
}

.rael-button.rael-fountain-blue .rael-overlay:after, a.button.rael-fountain-blue .rael-overlay:after, button.rael-fountain-blue .rael-overlay:after, input[type=button].rael-fountain-blue .rael-overlay:after {
	background-color: #4698a6;
}

.rael-button.rael-fountain-blue.rael-fill:hover, a.button.rael-fountain-blue.rael-fill:hover, button.rael-fountain-blue.rael-fill:hover, input[type=button].rael-fountain-blue.rael-fill:hover {
	background-color: #4698a6 !important;
}

.rael-button.rael-shamrock, a.button.rael-shamrock, button.rael-shamrock, input[type=button].rael-shamrock {
	background-color: #2cc990;
	text-shadow: 0 2px 0 #25a878;
	color: #fff;
}

.rael-button.rael-shamrock .rael-overlay:after, a.button.rael-shamrock .rael-overlay:after, button.rael-shamrock .rael-overlay:after, input[type=button].rael-shamrock .rael-overlay:after {
	background-color: #25a878;
}

.rael-button.rael-shamrock.rael-fill:hover, a.button.rael-shamrock.rael-fill:hover, button.rael-shamrock.rael-fill:hover, input[type=button].rael-shamrock.rael-fill:hover {
	background-color: #25a878 !important;
}

.rael-button.rael-curios-blue, a.button.rael-curios-blue, button.rael-curios-blue, input[type=button].rael-curios-blue {
	background-color: #2c82c9;
	text-shadow: 0 2px 0 #256ca8;
	color: #fff;
}

.rael-button.rael-curios-blue .rael-overlay:after, a.button.rael-curios-blue .rael-overlay:after, button.rael-curios-blue .rael-overlay:after, input[type=button].rael-curios-blue .rael-overlay:after {
	background-color: #256ca8;
}

.rael-button.rael-curios-blue.rael-fill:hover, a.button.rael-curios-blue.rael-fill:hover, button.rael-curios-blue.rael-fill:hover, input[type=button].rael-curios-blue.rael-fill:hover {
	background-color: #256ca8 !important;
}

.rael-button.rael-light-sea-green, a.button.rael-light-sea-green, button.rael-light-sea-green, input[type=button].rael-light-sea-green {
	background-color: #1abc9c;
	text-shadow: 0 2px 0 #15987e;
	color: #fff;
}

.rael-button.rael-light-sea-green .rael-overlay:after, a.button.rael-light-sea-green .rael-overlay:after, button.rael-light-sea-green .rael-overlay:after, input[type=button].rael-light-sea-green .rael-overlay:after {
	background-color: #15987e;
}

.rael-button.rael-light-sea-green.rael-fill:hover, a.button.rael-light-sea-green.rael-fill:hover, button.rael-light-sea-green.rael-fill:hover, input[type=button].rael-light-sea-green.rael-fill:hover {
	background-color: #15987e !important;
}

.rael-button.rael-emerald, a.button.rael-emerald, button.rael-emerald, input[type=button].rael-emerald {
	background-color: #4eba6f;
	text-shadow: 0 2px 0 #3fa15d;
	color: #fff;
}

.rael-button.rael-emerald .rael-overlay:after, a.button.rael-emerald .rael-overlay:after, button.rael-emerald .rael-overlay:after, input[type=button].rael-emerald .rael-overlay:after {
	background-color: #3fa15d;
}

.rael-button.rael-emerald.rael-fill:hover, a.button.rael-emerald.rael-fill:hover, button.rael-emerald.rael-fill:hover, input[type=button].rael-emerald.rael-fill:hover {
	background-color: #3fa15d !important;
}

.rael-button.rael-energy-yellow, a.button.rael-energy-yellow, button.rael-energy-yellow, input[type=button].rael-energy-yellow {
	background-color: #eee657;
	text-shadow: 0 2px 0 #eae032;
	color: #fff;
}

.rael-button.rael-energy-yellow .rael-overlay:after, a.button.rael-energy-yellow .rael-overlay:after, button.rael-energy-yellow .rael-overlay:after, input[type=button].rael-energy-yellow .rael-overlay:after {
	background-color: #eae032;
}

.rael-button.rael-energy-yellow.rael-fill:hover, a.button.rael-energy-yellow.rael-fill:hover, button.rael-energy-yellow.rael-fill:hover, input[type=button].rael-energy-yellow.rael-fill:hover {
	background-color: #eae032 !important;
}

.rael-button.rael-mikado-yellow, a.button.rael-mikado-yellow, button.rael-mikado-yellow, input[type=button].rael-mikado-yellow {
	background-color: #fccd0f;
	text-shadow: 0 2px 0 #dfb403;
	color: #fff;
}

.rael-button.rael-mikado-yellow .rael-overlay:after, a.button.rael-mikado-yellow .rael-overlay:after, button.rael-mikado-yellow .rael-overlay:after, input[type=button].rael-mikado-yellow .rael-overlay:after {
	background-color: #dfb403;
}

.rael-button.rael-mikado-yellow.rael-fill:hover, a.button.rael-mikado-yellow.rael-fill:hover, button.rael-mikado-yellow.rael-fill:hover, input[type=button].rael-mikado-yellow.rael-fill:hover {
	background-color: #dfb403 !important;
}

.rael-button.rael-pink-salmon, a.button.rael-pink-salmon, button.rael-pink-salmon, input[type=button].rael-pink-salmon {
	background-color: #ff91a9;
	text-shadow: 0 2px 0 #ff6889;
	color: #fff;
}

.rael-button.rael-pink-salmon .rael-overlay:after, a.button.rael-pink-salmon .rael-overlay:after, button.rael-pink-salmon .rael-overlay:after, input[type=button].rael-pink-salmon .rael-overlay:after {
	background-color: #ff6889;
}

.rael-button.rael-pink-salmon.rael-fill:hover, a.button.rael-pink-salmon.rael-fill:hover, button.rael-pink-salmon.rael-fill:hover, input[type=button].rael-pink-salmon.rael-fill:hover {
	background-color: #ff6889 !important;
}

.rael-button.rael-wisteria, a.button.rael-wisteria, button.rael-wisteria, input[type=button].rael-wisteria {
	background-color: #9e69af;
	text-shadow: 0 2px 0 #8a539c;
	color: #fff;
}

.rael-button.rael-wisteria .rael-overlay:after, a.button.rael-wisteria .rael-overlay:after, button.rael-wisteria .rael-overlay:after, input[type=button].rael-wisteria .rael-overlay:after {
	background-color: #8a539c;
}

.rael-button.rael-wisteria.rael-fill:hover, a.button.rael-wisteria.rael-fill:hover, button.rael-wisteria.rael-fill:hover, input[type=button].rael-wisteria.rael-fill:hover {
	background-color: #8a539c !important;
}

.rael-button.rael-lilac, a.button.rael-lilac, button.rael-lilac, input[type=button].rael-lilac {
	background-color: #ceacd2;
	text-shadow: 0 2px 0 #be92c4;
	color: #fff;
}

.rael-button.rael-lilac .rael-overlay:after, a.button.rael-lilac .rael-overlay:after, button.rael-lilac .rael-overlay:after, input[type=button].rael-lilac .rael-overlay:after {
	background-color: #be92c4;
}

.rael-button.rael-lilac.rael-fill:hover, a.button.rael-lilac.rael-fill:hover, button.rael-lilac.rael-fill:hover, input[type=button].rael-lilac.rael-fill:hover {
	background-color: #be92c4 !important;
}

.rael-button.rael-pale-sky, a.button.rael-pale-sky, button.rael-pale-sky, input[type=button].rael-pale-sky {
	background-color: #5f7487;
	text-shadow: 0 2px 0 #4e5f6f;
	color: #fff;
}

.rael-button.rael-pale-sky .rael-overlay:after, a.button.rael-pale-sky .rael-overlay:after, button.rael-pale-sky .rael-overlay:after, input[type=button].rael-pale-sky .rael-overlay:after {
	background-color: #4e5f6f;
}

.rael-button.rael-pale-sky.rael-fill:hover, a.button.rael-pale-sky.rael-fill:hover, button.rael-pale-sky.rael-fill:hover, input[type=button].rael-pale-sky.rael-fill:hover {
	background-color: #4e5f6f !important;
}

.rael-button.rael-tower-gray, a.button.rael-tower-gray, button.rael-tower-gray, input[type=button].rael-tower-gray {
	background-color: #adbcc3;
	text-shadow: 0 2px 0 #95a9b2;
	color: #fff;
}

.rael-button.rael-tower-gray .rael-overlay:after, a.button.rael-tower-gray .rael-overlay:after, button.rael-tower-gray .rael-overlay:after, input[type=button].rael-tower-gray .rael-overlay:after {
	background-color: #95a9b2;
}

.rael-button.rael-tower-gray.rael-fill:hover, a.button.rael-tower-gray.rael-fill:hover, button.rael-tower-gray.rael-fill:hover, input[type=button].rael-tower-gray.rael-fill:hover {
	background-color: #95a9b2 !important;
}

.rael-button.rael-william, a.button.rael-william, button.rael-william, input[type=button].rael-william {
	background-color: #3a5f6f;
	text-shadow: 0 2px 0 #2c4854;
	color: #fff;
}

.rael-button.rael-william .rael-overlay:after, a.button.rael-william .rael-overlay:after, button.rael-william .rael-overlay:after, input[type=button].rael-william .rael-overlay:after {
	background-color: #2c4854;
}

.rael-button.rael-william.rael-fill:hover, a.button.rael-william.rael-fill:hover, button.rael-william.rael-fill:hover, input[type=button].rael-william.rael-fill:hover {
	background-color: #2c4854 !important;
}

.rael-button.rael-carmine-pink, a.button.rael-carmine-pink, button.rael-carmine-pink, input[type=button].rael-carmine-pink {
	background-color: #e74c3c;
	text-shadow: 0 2px 0 #df2e1b;
	color: #fff;
}

.rael-button.rael-carmine-pink .rael-overlay:after, a.button.rael-carmine-pink .rael-overlay:after, button.rael-carmine-pink .rael-overlay:after, input[type=button].rael-carmine-pink .rael-overlay:after {
	background-color: #df2e1b;
}

.rael-button.rael-carmine-pink.rael-fill:hover, a.button.rael-carmine-pink.rael-fill:hover, button.rael-carmine-pink.rael-fill:hover, input[type=button].rael-carmine-pink.rael-fill:hover {
	background-color: #df2e1b !important;
}

.rael-button.rael-persimmon, a.button.rael-persimmon, button.rael-persimmon, input[type=button].rael-persimmon {
	background-color: #ff6a55;
	text-shadow: 0 2px 0 #ff462c;
	color: #fff;
}

.rael-button.rael-persimmon .rael-overlay:after, a.button.rael-persimmon .rael-overlay:after, button.rael-persimmon .rael-overlay:after, input[type=button].rael-persimmon .rael-overlay:after {
	background-color: #ff462c;
}

.rael-button.rael-persimmon.rael-fill:hover, a.button.rael-persimmon.rael-fill:hover, button.rael-persimmon.rael-fill:hover, input[type=button].rael-persimmon.rael-fill:hover {
	background-color: #ff462c !important;
}

.rael-button.rael-tan-hide, a.button.rael-tan-hide, button.rael-tan-hide, input[type=button].rael-tan-hide {
	background-color: #ff9f55;
	text-shadow: 0 2px 0 #ff882c;
	color: #fff;
}

.rael-button.rael-tan-hide .rael-overlay:after, a.button.rael-tan-hide .rael-overlay:after, button.rael-tan-hide .rael-overlay:after, input[type=button].rael-tan-hide .rael-overlay:after {
	background-color: #ff882c;
}

.rael-button.rael-tan-hide.rael-fill:hover, a.button.rael-tan-hide.rael-fill:hover, button.rael-tan-hide.rael-fill:hover, input[type=button].rael-tan-hide.rael-fill:hover {
	background-color: #ff882c !important;
}

.rael-button.rael-wild-watermelon, a.button.rael-wild-watermelon, button.rael-wild-watermelon, input[type=button].rael-wild-watermelon {
	background-color: #ff6e78;
	text-shadow: 0 2px 0 #ff4552;
	color: #fff;
}

.rael-button.rael-wild-watermelon .rael-overlay:after, a.button.rael-wild-watermelon .rael-overlay:after, button.rael-wild-watermelon .rael-overlay:after, input[type=button].rael-wild-watermelon .rael-overlay:after {
	background-color: #ff4552;
}

.rael-button.rael-wild-watermelon.rael-fill:hover, a.button.rael-wild-watermelon.rael-fill:hover, button.rael-wild-watermelon.rael-fill:hover, input[type=button].rael-wild-watermelon.rael-fill:hover {
	background-color: #ff4552 !important;
}

.rael-button.rael-iceberg, a.button.rael-iceberg, button.rael-iceberg, input[type=button].rael-iceberg {
	background-color: #73b1d6;
	text-shadow: 0 2px 0 #539fcd;
	color: #fff;
}

.rael-button.rael-iceberg .rael-overlay:after, a.button.rael-iceberg .rael-overlay:after, button.rael-iceberg .rael-overlay:after, input[type=button].rael-iceberg .rael-overlay:after {
	background-color: #539fcd;
}

.rael-button.rael-iceberg.rael-fill:hover, a.button.rael-iceberg.rael-fill:hover, button.rael-iceberg.rael-fill:hover, input[type=button].rael-iceberg.rael-fill:hover {
	background-color: #539fcd !important;
}

.rael-button.rael-dark-lavender, a.button.rael-dark-lavender, button.rael-dark-lavender, input[type=button].rael-dark-lavender {
	background-color: #745a90;
	text-shadow: 0 2px 0 #604a77;
	color: #fff;
}

.rael-button.rael-dark-lavender .rael-overlay:after, a.button.rael-dark-lavender .rael-overlay:after, button.rael-dark-lavender .rael-overlay:after, input[type=button].rael-dark-lavender .rael-overlay:after {
	background-color: #604a77;
}

.rael-button.rael-dark-lavender.rael-fill:hover, a.button.rael-dark-lavender.rael-fill:hover, button.rael-dark-lavender.rael-fill:hover, input[type=button].rael-dark-lavender.rael-fill:hover {
	background-color: #604a77 !important;
}

.rael-button.rael-viking, a.button.rael-viking, button.rael-viking, input[type=button].rael-viking {
	background-color: #5cd5e6;
	text-shadow: 0 2px 0 #39cce1;
	color: #fff;
}

.rael-button.rael-viking .rael-overlay:after, a.button.rael-viking .rael-overlay:after, button.rael-viking .rael-overlay:after, input[type=button].rael-viking .rael-overlay:after {
	background-color: #39cce1;
}

.rael-button.rael-viking.rael-fill:hover, a.button.rael-viking.rael-fill:hover, button.rael-viking.rael-fill:hover, input[type=button].rael-viking.rael-fill:hover {
	background-color: #39cce1 !important;
}

.rael-button.rael-tiffany-blue, a.button.rael-tiffany-blue, button.rael-tiffany-blue, input[type=button].rael-tiffany-blue {
	background-color: #00b5b5;
	text-shadow: 0 2px 0 #008c8c;
	color: #fff;
}

.rael-button.rael-tiffany-blue .rael-overlay:after, a.button.rael-tiffany-blue .rael-overlay:after, button.rael-tiffany-blue .rael-overlay:after, input[type=button].rael-tiffany-blue .rael-overlay:after {
	background-color: #008c8c;
}

.rael-button.rael-tiffany-blue.rael-fill:hover, a.button.rael-tiffany-blue.rael-fill:hover, button.rael-tiffany-blue.rael-fill:hover, input[type=button].rael-tiffany-blue.rael-fill:hover {
	background-color: #008c8c !important;
}

.rael-button.rael-pastel-orange, a.button.rael-pastel-orange, button.rael-pastel-orange, input[type=button].rael-pastel-orange {
	background-color: #fcb941;
	text-shadow: 0 2px 0 #fbaa19;
	color: #fff;
}

.rael-button.rael-pastel-orange .rael-overlay:after, a.button.rael-pastel-orange .rael-overlay:after, button.rael-pastel-orange .rael-overlay:after, input[type=button].rael-pastel-orange .rael-overlay:after {
	background-color: #fbaa19;
}

.rael-button.rael-pastel-orange.rael-fill:hover, a.button.rael-pastel-orange.rael-fill:hover, button.rael-pastel-orange.rael-fill:hover, input[type=button].rael-pastel-orange.rael-fill:hover {
	background-color: #fbaa19 !important;
}

.rael-button.rael-east-bay, a.button.rael-east-bay, button.rael-east-bay, input[type=button].rael-east-bay {
	background-color: #395781;
	text-shadow: 0 2px 0 #2c4465;
	color: #fff;
}

.rael-button.rael-east-bay .rael-overlay:after, a.button.rael-east-bay .rael-overlay:after, button.rael-east-bay .rael-overlay:after, input[type=button].rael-east-bay .rael-overlay:after {
	background-color: #2c4465;
}

.rael-button.rael-east-bay.rael-fill:hover, a.button.rael-east-bay.rael-fill:hover, button.rael-east-bay.rael-fill:hover, input[type=button].rael-east-bay.rael-fill:hover {
	background-color: #2c4465 !important;
}

.rael-button.rael-steel-blue, a.button.rael-steel-blue, button.rael-steel-blue, input[type=button].rael-steel-blue {
	background-color: #4589b0;
	text-shadow: 0 2px 0 #3a7293;
	color: #fff;
}

.rael-button.rael-steel-blue .rael-overlay:after, a.button.rael-steel-blue .rael-overlay:after, button.rael-steel-blue .rael-overlay:after, input[type=button].rael-steel-blue .rael-overlay:after {
	background-color: #3a7293;
}

.rael-button.rael-steel-blue.rael-fill:hover, a.button.rael-steel-blue.rael-fill:hover, button.rael-steel-blue.rael-fill:hover, input[type=button].rael-steel-blue.rael-fill:hover {
	background-color: #3a7293 !important;
}

.rael-button.rael-half-backed, a.button.rael-half-backed, button.rael-half-backed, input[type=button].rael-half-backed {
	background-color: #84ccd1;
	text-shadow: 0 2px 0 #66c0c6;
	color: #fff;
}

.rael-button.rael-half-backed .rael-overlay:after, a.button.rael-half-backed .rael-overlay:after, button.rael-half-backed .rael-overlay:after, input[type=button].rael-half-backed .rael-overlay:after {
	background-color: #66c0c6;
}

.rael-button.rael-half-backed.rael-fill:hover, a.button.rael-half-backed.rael-fill:hover, button.rael-half-backed.rael-fill:hover, input[type=button].rael-half-backed.rael-fill:hover {
	background-color: #66c0c6 !important;
}

.rael-button.rael-tapestry, a.button.rael-tapestry, button.rael-tapestry, input[type=button].rael-tapestry {
	background-color: #b95a84;
	text-shadow: 0 2px 0 #a44670;
	color: #fff;
}

.rael-button.rael-tapestry .rael-overlay:after, a.button.rael-tapestry .rael-overlay:after, button.rael-tapestry .rael-overlay:after, input[type=button].rael-tapestry .rael-overlay:after {
	background-color: #a44670;
}

.rael-button.rael-tapestry.rael-fill:hover, a.button.rael-tapestry.rael-fill:hover, button.rael-tapestry.rael-fill:hover, input[type=button].rael-tapestry.rael-fill:hover {
	background-color: #a44670 !important;
}

.rael-button.rael-fire-engine-red, a.button.rael-fire-engine-red, button.rael-fire-engine-red, input[type=button].rael-fire-engine-red {
	background-color: #cd2c24;
	text-shadow: 0 2px 0 #aa251e;
	color: #fff;
}

.rael-button.rael-fire-engine-red .rael-overlay:after, a.button.rael-fire-engine-red .rael-overlay:after, button.rael-fire-engine-red .rael-overlay:after, input[type=button].rael-fire-engine-red .rael-overlay:after {
	background-color: #aa251e;
}

.rael-button.rael-fire-engine-red.rael-fill:hover, a.button.rael-fire-engine-red.rael-fill:hover, button.rael-fire-engine-red.rael-fill:hover, input[type=button].rael-fire-engine-red.rael-fill:hover {
	background-color: #aa251e !important;
}

.rael-button.rael-dark-orange, a.button.rael-dark-orange, button.rael-dark-orange, input[type=button].rael-dark-orange {
	background-color: #ff8c00;
	text-shadow: 0 2px 0 #d67600;
	color: #fff;
}

.rael-button.rael-dark-orange .rael-overlay:after, a.button.rael-dark-orange .rael-overlay:after, button.rael-dark-orange .rael-overlay:after, input[type=button].rael-dark-orange .rael-overlay:after {
	background-color: #d67600;
}

.rael-button.rael-dark-orange.rael-fill:hover, a.button.rael-dark-orange.rael-fill:hover, button.rael-dark-orange.rael-fill:hover, input[type=button].rael-dark-orange.rael-fill:hover {
	background-color: #d67600 !important;
}

.rael-button.rael-brick-red, a.button.rael-brick-red, button.rael-brick-red, input[type=button].rael-brick-red {
	background-color: #cc4452;
	text-shadow: 0 2px 0 #b6323f;
	color: #fff;
}

.rael-button.rael-brick-red .rael-overlay:after, a.button.rael-brick-red .rael-overlay:after, button.rael-brick-red .rael-overlay:after, input[type=button].rael-brick-red .rael-overlay:after {
	background-color: #b6323f;
}

.rael-button.rael-brick-red.rael-fill:hover, a.button.rael-brick-red.rael-fill:hover, button.rael-brick-red.rael-fill:hover, input[type=button].rael-brick-red.rael-fill:hover {
	background-color: #b6323f !important;
}

.rael-button.rael-khaki, a.button.rael-khaki, button.rael-khaki, input[type=button].rael-khaki {
	background-color: khaki;
	text-shadow: 0 2px 0 #ebde68;
	color: #fff;
}

.rael-button.rael-khaki .rael-overlay:after, a.button.rael-khaki .rael-overlay:after, button.rael-khaki .rael-overlay:after, input[type=button].rael-khaki .rael-overlay:after {
	background-color: #ebde68;
}

.rael-button.rael-khaki.rael-fill:hover, a.button.rael-khaki.rael-fill:hover, button.rael-khaki.rael-fill:hover, input[type=button].rael-khaki.rael-fill:hover {
	background-color: #ebde68 !important;
}

.rael-button.rael-dark-text, a.button.rael-dark-text, button.rael-dark-text, input[type=button].rael-dark-text {
	color: #000;
}

.rael-button.rael-uppercase, a.button.rael-uppercase, button.rael-uppercase, input[type=button].rael-uppercase {
	text-transform: uppercase;
}

input[type=reset], input[type=submit] {
	font-weight: 600;
	display: inline-block;
	position: relative;
	line-height: 100%;
	border: none;
	cursor: pointer;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
}

input[type=reset]:focus, input[type=submit]:focus {
	outline: none;
}

input[type=reset] > *, input[type=submit] > * {
	position: relative;
}

input[type=reset] .rael-overlay, input[type=submit] .rael-overlay {
	position: absolute;
	width: 120%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform .45s cubic-bezier(.75, .1, .25, .9);
	transition: -webkit-transform .45s cubic-bezier(.75, .1, .25, .9);
	-o-transition: transform .45s cubic-bezier(.75, .1, .25, .9);
	transition: transform .45s cubic-bezier(.75, .1, .25, .9);
	transition: transform .45s cubic-bezier(.75, .1, .25, .9), -webkit-transform .45s cubic-bezier(.75, .1, .25, .9);
}

input[type=reset] .rael-overlay:after, input[type=submit] .rael-overlay:after {
	position: relative;
	content: "";
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	padding-top: 100%;
}

input[type=reset].rael-round .rael-overlay, input[type=submit].rael-round .rael-overlay {
	width: 120%;
}

input[type=reset]:hover .rael-overlay, input[type=submit]:hover .rael-overlay {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

input[type=reset].rael-fill, input[type=submit].rael-fill {
	-webkit-transition: background-color .45s;
	-o-transition: background-color .45s;
	transition: background-color .45s;
}

input[type=reset].rael-fill .rael-overlay, input[type=submit].rael-fill .rael-overlay {
	display: none;
}

.pswp__item .pswp__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 60%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.rael-button svg {
	vertical-align: middle;
}

.responsive-cta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.responsive-cta--skin-classic .responsive-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.responsive-cta--skin-classic .responsive-cta__bg-wrapper {
	position: relative;
	min-height: 200px;
	width: 100%;
}

.responsive-cta--skin-classic .responsive-cta__content {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%;
	background-color: #f7f7f7;
}

.responsive-cta--skin-classic .responsive-cta__button.elementor-button, .responsive-cta--skin-classic .responsive-cta__content-item, .responsive-cta--skin-classic .responsive-cta__content-item .elementor-icon {
	color: #55595c;
	border-color: #55595c;
}

.responsive-cta--skin-cover .responsive-cta {
	display: block;
}

.responsive-cta--skin-cover .responsive-cta__bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	width: 100%;
}

.responsive-cta--skin-cover .responsive-cta__content {
	min-height: 280px;
}

.responsive-cta--skin-cover .responsive-cta__button.elementor-button, .responsive-cta--skin-cover .responsive-cta__content-item, .responsive-cta--skin-cover .responsive-cta__content-item .elementor-icon {
	color: #fff;
	border-color: #fff;
}

.responsive-cta--layout-image-above .responsive-cta {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.responsive-cta--layout-image-above .responsive-cta__bg-wrapper {
	width: 100%;
}

.responsive-cta--layout-image-left .responsive-cta, .responsive-cta--layout-image-right .responsive-cta {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.responsive-cta--layout-image-left .responsive-cta__bg-wrapper, .responsive-cta--layout-image-right .responsive-cta__bg-wrapper {
	width: auto;
	min-width: 50%;
}

.responsive-cta--layout-image-left .responsive-cta__content, .responsive-cta--layout-image-right .responsive-cta__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

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

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

.responsive-cta__bg, .responsive-cta__bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.responsive-cta__bg-wrapper {
	z-index: 1;
	overflow: hidden;
}

.responsive-cta__bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	z-index: 1;
}

.responsive-cta__bg-overlay {
	z-index: 2;
}

.responsive-cta__button.elementor-button {
	cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #fff;
	background: transparent;
}

.responsive-cta__button.elementor-button:hover {
	background: transparent;
	text-decoration: none;
}

.responsive-cta__title {
	font-size: 23px;
}

.responsive-cta__content {
	z-index: 1;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding: 35px;
	width: 100%;
}

.responsive-cta__content, .responsive-cta__content-item {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
}

.responsive-cta__content-item {
	width: 100%;
	margin: 0;
}

.responsive-cta__content-item:not(:last-child) {
	margin-bottom: 15px;
}

.responsive-cta__content-item .elementor-icon {
	color: #fff;
}

.responsive-cta--valign-top .responsive-cta__content {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.responsive-cta--valign-middle .responsive-cta__content {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.responsive-cta--valign-bottom .responsive-cta__content {
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.responsive-cta:hover .responsive-cta__bg-overlay {
	background-color: rgba(0, 0, 0, .3);
}

@media (max-device-width:1024px) {
	.responsive-cta {
		cursor: pointer;
	}
}

@media (min-width:1025px) {
	.responsive-cta--desktop-layout-image-above .responsive-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.responsive-cta--desktop-layout-image-above .responsive-cta__bg-wrapper {
		width: 100%;
	}
	
	.responsive-cta--desktop-layout-image-left .responsive-cta, .responsive-cta--desktop-layout-image-right .responsive-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.responsive-cta--desktop-layout-image-left .responsive-cta__bg-wrapper, .responsive-cta--desktop-layout-image-right .responsive-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.responsive-cta--desktop-layout-image-left .responsive-cta__content, .responsive-cta--desktop-layout-image-right .responsive-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.responsive-cta--desktop-layout-image-left .responsive-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.responsive-cta--desktop-layout-image-right .responsive-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:1024px) {
	.responsive-cta--tablet-layout-image-above .responsive-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.responsive-cta--tablet-layout-image-above .responsive-cta__bg-wrapper {
		width: 100%;
	}
	
	.responsive-cta--tablet-layout-image-left .responsive-cta, .responsive-cta--tablet-layout-image-right .responsive-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.responsive-cta--tablet-layout-image-left .responsive-cta__bg-wrapper, .responsive-cta--tablet-layout-image-right .responsive-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.responsive-cta--tablet-layout-image-left .responsive-cta__content, .responsive-cta--tablet-layout-image-right .responsive-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.responsive-cta--tablet-layout-image-left .responsive-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.responsive-cta--tablet-layout-image-right .responsive-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:767px) {
	.responsive-cta--mobile-layout-image-above .responsive-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.responsive-cta--mobile-layout-image-above .responsive-cta__bg-wrapper {
		width: 100%;
	}
	
	.responsive-cta--mobile-layout-image-left .responsive-cta, .responsive-cta--mobile-layout-image-right .responsive-cta {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.responsive-cta--mobile-layout-image-left .responsive-cta__bg-wrapper, .responsive-cta--mobile-layout-image-right .responsive-cta__bg-wrapper {
		width: auto;
		min-width: 50%;
	}
	
	.responsive-cta--mobile-layout-image-left .responsive-cta__content, .responsive-cta--mobile-layout-image-right .responsive-cta__content {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.responsive-cta--mobile-layout-image-left .responsive-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.responsive-cta--mobile-layout-image-right .responsive-cta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.elementor-ribbon {
	position: absolute;
	z-index: 1;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.elementor-ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
	color: #fff;
}

.elementor-ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto;
}

.elementor-ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width:767px) {
	.rael-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
		margin-left: 0;
		margin-right: auto;
		width: auto;
	}
	
	.rael-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
	
	.rael-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	
	.rael-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}
}

@media only screen and (max-width:976px) {
	.rael-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	
	.rael-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
		margin-left: 0;
		margin-right: auto;
		width: auto;
	}
	
	.rael-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}
	
	.rael-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

.rael-cf7-button-justify .rael-cf7-loader-active {
	text-align: center;
}

.rael-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
	margin-left: auto;
	margin-right: auto;
}

.rael-cf7-button-center .rael-cf7-loader-active {
	text-align: center;
}

.rael-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
	margin-left: 0;
	margin-right: auto;
}

.rael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
	margin-left: auto;
	margin-right: 0;
}

.rael-cf7-button-right .rael-cf7-loader-active {
	text-align: right;
}

.rael-cf7-input-size-xs .rael-cf7-style .wpcf7 textarea, .rael-cf7-input-size-xs .rael-cf7-style input:not([type=submit]), .rael-cf7-input-size-xs .rael-cf7-style select {
	font-size: 13px;
	padding: 8px 10px;
}

.rael-cf7-input-size-xs .rael-cf7-style select[multiple=multiple] {
	padding: 0;
}

.rael-cf7-input-size-xs .rael-cf7-style select[multiple=multiple] option {
	padding: 8px 10px;
}

.rael-cf7-input-size-xs .rael-cf7-style input[type=checkbox] + span:before, .rael-cf7-input-size-xs .rael-cf7-style input[type=radio] + span:before {
	height: 10px;
	width: 10px;
}

.rael-cf7-input-size-xs .rael-cf7-style input[type=checkbox]:checked + span:before {
	font-size: 8.33333px;
}

.rael-cf7-input-size-xs input[type=range]::-webkit-slider-thumb {
	font-size: 10px;
}

.rael-cf7-input-size-xs input[type=range]::-moz-range-thumb {
	font-size: 10px;
}

.rael-cf7-input-size-xs input[type=range]::-ms-thumb {
	font-size: 10px;
}

.rael-cf7-btn-size-sm .rael-cf7-style input[type=submit] {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rael-cf7-input-size-sm .rael-cf7-style .wpcf7 textarea, .rael-cf7-input-size-sm .rael-cf7-style input:not([type=submit]), .rael-cf7-input-size-sm .rael-cf7-style select {
	outline: none;
	font-size: 15px;
	padding: 12px 10px;
}

.rael-cf7-input-size-sm .rael-cf7-style select[multiple=multiple] {
	padding: 0;
}

.rael-cf7-input-size-sm .rael-cf7-style select[multiple=multiple] option {
	padding: 12px 10px;
}

.rael-cf7-input-size-sm .rael-cf7-style input[type=checkbox] + span:before, .rael-cf7-input-size-sm .rael-cf7-style input[type=radio] + span:before {
	height: 12px;
	width: 12px;
}

.rael-cf7-input-size-sm .rael-cf7-style input[type=checkbox]:checked + span:before {
	font-size: 10px;
}

.rael-cf7-input-size-sm input[type=range]::-webkit-slider-thumb {
	font-size: 12px;
}

.rael-cf7-input-size-sm input[type=range]::-moz-range-thumb {
	font-size: 12px;
}

.rael-cf7-input-size-sm input[type=range]::-ms-thumb {
	font-size: 12px;
}

.rael-cf7-btn-size-md .rael-cf7-style input[type=submit] {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rael-cf7-input-size-md .rael-cf7-style .wpcf7 textarea, .rael-cf7-input-size-md .rael-cf7-style input:not([type=submit]), .rael-cf7-input-size-md .rael-cf7-style select {
	font-size: 16px;
	padding: 15px 10px;
}

.rael-cf7-input-size-md .rael-cf7-style select[multiple=multiple] {
	padding: 0;
}

.rael-cf7-input-size-md .rael-cf7-style select[multiple=multiple] option {
	padding: 15px 10px;
}

.rael-cf7-input-size-md .rael-cf7-style input[type=checkbox] + span:before, .rael-cf7-input-size-md .rael-cf7-style input[type=radio] + span:before {
	height: 15px;
	width: 15px;
}

.rael-cf7-input-size-md .rael-cf7-style input[type=checkbox]:checked + span:before {
	font-size: 12.5px;
}

.rael-cf7-input-size-md input[type=range]::-webkit-slider-thumb {
	font-size: 15px;
}

.rael-cf7-input-size-md input[type=range]::-moz-range-thumb {
	font-size: 15px;
}

.rael-cf7-input-size-md input[type=range]::-ms-thumb {
	font-size: 15px;
}

.rael-cf7-btn-size-lg .rael-cf7-style input[type=submit] {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rael-cf7-input-size-lg .rael-cf7-style .wpcf7 textarea, .rael-cf7-input-size-lg .rael-cf7-style input:not([type=submit]), .rael-cf7-input-size-lg .rael-cf7-style select {
	font-size: 18px;
	padding: 20px 10px;
}

.rael-cf7-input-size-lg .rael-cf7-style select[multiple=multiple] {
	padding: 0;
}

.rael-cf7-input-size-lg .rael-cf7-style select[multiple=multiple] option {
	padding: 20px 10px;
}

.rael-cf7-input-size-lg .rael-cf7-style input[type=checkbox] + span:before, .rael-cf7-input-size-lg .rael-cf7-style input[type=radio] + span:before {
	height: 20px;
	width: 20px;
}

.rael-cf7-input-size-lg .rael-cf7-style input[type=checkbox]:checked + span:before {
	font-size: 16.66667px;
}

.rael-cf7-input-size-lg input[type=range]::-webkit-slider-thumb {
	font-size: 20px;
}

.rael-cf7-input-size-lg input[type=range]::-moz-range-thumb {
	font-size: 20px;
}

.rael-cf7-input-size-lg input[type=range]::-ms-thumb {
	font-size: 20px;
}

.rael-cf7-btn-size-xl .rael-cf7-style input[type=submit] {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.rael-cf7-input-size-xl .rael-cf7-style .wpcf7 textarea, .rael-cf7-input-size-xl .rael-cf7-style input:not([type=submit]), .rael-cf7-input-size-xl .rael-cf7-style select {
	font-size: 20px;
	padding: 25px 10px;
}

.rael-cf7-input-size-xl .rael-cf7-style select[multiple=multiple] {
	padding: 0;
}

.rael-cf7-input-size-xl .rael-cf7-style select[multiple=multiple] option {
	padding: 25px 10px;
}

.rael-cf7-input-size-xl .rael-cf7-style input[type=checkbox] + span:before, .rael-cf7-input-size-xl .rael-cf7-style input[type=radio] + span:before {
	height: 25px;
	width: 25px;
}

.rael-cf7-input-size-xl .rael-cf7-style input[type=checkbox]:checked + span:before {
	font-size: 20.83333px;
}

.rael-cf7-input-size-xl input[type=range]::-webkit-slider-thumb {
	font-size: 25px;
}

.rael-cf7-input-size-xl input[type=range]::-moz-range-thumb {
	font-size: 25px;
}

.rael-cf7-input-size-xl input[type=range]::-ms-thumb {
	font-size: 25px;
}

.rael-cf7-style span.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.rael-cf7-loader-active span.ajax-loader.is-active {
	display: inline-block;
}

.rael-cf7-highlight-style-bottom_right span.wpcf7-not-valid-tip {
	display: inline-block;
	right: 0;
	top: 100%;
	padding: .1em .8em;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.rael-cf7-highlight-style-bottom_right span.rael-cf7-alert {
	display: block;
	text-align: right;
}

.rael-cf7-btn-size-xs .rael-cf7-style input[type=submit] {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.rael-cf7-style input[type=range] {
	background: 0 0 !important;
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.rael-cf7-style input[type=range]::-ms-track {
	background: 0 0;
	border-color: transparent;
	color: transparent;
}

.rael-cf7-style input[type=range]::-webkit-slider-runnable-track {
	height: .35em;
}

.rael-cf7-style input[type=range]::-moz-range-track {
	height: .35em;
}

.rael-cf7-style input[type=range]::-ms-fill-lower {
	height: .35em;
}

.rael-cf7-style input[type=range]::-ms-fill-upper {
	height: .35em;
}

.rael-cf7-style input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 1em;
	width: 1em;
	margin-top: -.35em;
}

.rael-cf7-style input[type=range]::-moz-range-thumb {
	height: 1em;
	width: 1em;
	margin-top: -.35em;
}

.rael-cf7-style input[type=range]::-ms-thumb {
	height: 1em;
	width: 1em;
	margin-top: -.35em;
}

.rael-cf7-style .wpcf7-radio input[type=radio] + span:before {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.rael-cf7-style .wpcf7 div.wpcf7-response-output {
	margin: 0;
}

.rael-cf7-style .wpcf7-acceptance input[type=checkbox], .rael-cf7-style .wpcf7-checkbox input[type=checkbox], .rael-cf7-style .wpcf7-radio input[type=radio] {
	display: none;
}

.rael-cf7-style .wpcf7-acceptance input[type=checkbox] + span:before, .rael-cf7-style .wpcf7-checkbox input[type=checkbox] + span:before, .rael-cf7-style .wpcf7-radio input[type=radio] + span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.rael-cf7-style .wpcf7-acceptance input[type=checkbox]:checked + span:before, .rael-cf7-style .wpcf7-checkbox input[type=checkbox]:checked + span:before {
	content: "✔";
	line-height: 1.2;
}

.rael-cf7-style-box .wpcf7-acceptance input[type=checkbox] + span:before, .rael-cf7-style-box .wpcf7-checkbox input[type=checkbox] + span:before, .rael-cf7-style-box .wpcf7-checkbox input[type=checkbox]:checked + span:before, .rael-cf7-style-box .wpcf7-radio input[type=radio] + span:before, .rael-cf7-style-box .wspcf7-acceptance input[type=checkbox]:checked + span:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.rael-cf7-button-center input.wpcf7-form-control.wpcf7-submit, .rael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit, .rael-cf7-button-left input.wpcf7-form-control.wpcf7-submit, .rael-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}

.rael-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.rael-ct__switcher-label {
	position: relative;
	display: inline-block;
	width: 4.5em;
	height: 2.3em;
	vertical-align: middle;
}

.rael-ct__switcher-label .rael-ct__switcher {
	display: none;
}

.rael-ct__switcher-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-ct__section-heading-1, .rael-ct__section-heading-2 {
	cursor: pointer;
}

.rael-ct__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.rael-ct__slider:before {
	position: absolute;
	content: "";
	height: 1.8em;
	width: 1.8em;
	left: .25em;
	bottom: .25em;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.rael-ct__switcher + .rael-ct__slider {
	background-color: #7a7a7a;
}

.rael-ct__switcher:checked + .rael-ct__slider {
	background-color: #d2d2d2;
}

.rael-ct__switcher:checked + .rael-ct__slider:before {
	-webkit-transform: translateX(2.1em);
	-ms-transform: translateX(2.1em);
	transform: translateX(2.1em);
}

.rael-ct__slider.rael-ct-round {
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
}

.rael-ct__slider.rael-ct-round:before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.elementor-widget-rael-content-switcher .rael-ct__heading-1, .elementor-widget-rael-content-switcher .rael-ct__heading-2 {
	margin: 0;
	padding: 0;
}

.rael-ct-desktop-stack--yes .rael-ct__toggle-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rael-ct-desktop-stack--yes .rael-ct__toggle-wrapper, .rael-ct__toggle-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-direction: normal;
}

.rael-ct__toggle-wrapper {
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.rael-ct__toggle-sections {
	padding: 25px;
}

.rael-ct__label-box {
	position: relative;
	width: 7em;
	-webkit-user-select: none;
	vertical-align: middle;
}

.rael-ct__label-box-checkbox {
	display: none;
}

.rael-ct__label-box-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 0 solid #999;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-ct__label-box-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin .3s ease-in 0s;
	-o-transition: margin .3s ease-in 0s;
	transition: margin .3s ease-in 0s;
}

.rael-ct__label-box-inner > span {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	height: 2.1em;
	padding: 0;
	line-height: 2.1em;
	font-size: 1em;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rael-ct__label-box-inner .rael-ct__label-box-active, .rael-ct__label-box-inner .rael-ct__label-box-inactive {
	padding-right: 2em;
	background-color: #eee;
	color: #fff;
	text-align: right;
}

.rael-ct__label-box-switcher {
	display: block;
	width: 50%;
	margin: 0;
	text-align: center;
	border: 0 solid #999;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	bottom: 0;
}

.rael-ct__label-box-active .rael-ct__label-box-switcher {
	background: #a1a1a1;
	left: 0;
}

.rael-ct__label-box-inactive .rael-ct__label-box-switcher {
	right: 0;
}

.rael-ct__label-box-checkbox:checked + .rael-ct__label-box-label .rael-ct__label-box-inner {
	margin-left: 0;
}

.rael-ct__toggle {
	display: block;
	position: relative;
	background: 0 0;
	width: 3.8em;
}

.rael-ct__toggle input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	top: 0;
	left: .2em;
	padding-left: 0;
	color: #000;
	cursor: pointer;
	width: 2.28em;
	height: 1.3em;
}

.rael-ct__toggle input[type=checkbox] + label:before {
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	transition: background-color .4s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: .4em;
	left: 0;
	content: "";
	width: 3.5em;
	height: 1em;
	background-color: #767676;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

.rael-ct__toggle input[type=checkbox] + label:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	-o-transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
	transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
	position: absolute;
	top: 0;
	left: -.2em;
	width: 2.4em;
	height: 2.4em;
	content: "";
	font-size: .75em;
	-webkit-border-radius: 500em;
	border-radius: 500em;
	border: .3em solid #767676;
}

.rael-ct__switcher--round-2 {
	visibility: hidden;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
	display: none;
}

.rael-ct__toggle .rael-ct__switcher--round-2[type=checkbox]:checked + label:after {
	-webkit-transform: translateX(2.5em);
	-ms-transform: translateX(2.5em);
	transform: translateX(2.5em);
	border: .3em solid #7a7a7a;
}

.rtl .rael-ct__switcher--round-2[type=checkbox] + label:after {
	left: 2.4em;
}

.rael-ticker-wrap {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.rael-ticker-wrap .ticker-badge {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 8px 12px;
}

.rael-ticker-wrap .rael-ticker {
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.rael-ticker-wrap .rael-ticker .ticker-content {
	padding: 8px 12px;
	line-height: 1.8;
	backface-visibility: hidden;
	transform: translateZ(0);
	will-change: transform, opacity;
}

.rael-ticker-wrap .rael-ticker .ticker-content p {
	margin: 0;
}

.rael-ticker-wrap .swiper-button-prev {
	left: auto !important;
	right: 25px;
}

.rael-ticker-wrap div.swiper-slide, .rael-ticker-wrap div.swiper-slide.swiper-slide-prev, .rael-ticker-wrap div.swiper-slide.swiper-slide-next {
	opacity: 0 !important;
}

.rael-ticker-wrap div.swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.rael-ticker-wrap .rael-content-ticker.swiper-container .swiper-slide {
	text-align: left;
}

@media only screen and (max-width:767px) {
	.rael-ticker-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.content-ticker-pagination {
		display: none;
	}
}

.rael-ticker-wrap .swiper-button-next, .rael-ticker-wrap .swiper-button-prev {
	background-image: none;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.rael-ticker-wrap .swiper-button-next.nitro-lazy, .rael-ticker-wrap .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.rtl .rael-ticker-wrap .rael-content-ticker.swiper-container .swiper-slide {
	text-align: right;
}

.rtl .rael-ticker-wrap .swiper-button-prev {
	left: 0 !important;
	right: auto !important;
}

.rtl .rael-ticker-wrap .swiper-button-next {
	right: auto;
	left: 12px;
}

.rael-ticker-wrap .swiper-button-next:after, .rael-ticker-wrap .swiper-button-prev:after {
	content: none;
}

.rael-ticker-wrap .ticker-content-link {
	opacity: 1 !important;
	visibility: visible !important;
}

.elementor-widget-rael-countdown .responsive-countdown-expire--message {
	display: none;
	padding: 20px;
	text-align: center;
}

.elementor-widget-rael-countdown .responsive-countdown-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-widget-rael-countdown .responsive-countdown-item {
	padding: 20px 0;
	text-align: center;
	background-color: #818a91;
	color: #fff;
}

.elementor-widget-rael-countdown .responsive-countdown-digits, .elementor-widget-rael-countdown .responsive-countdown-label {
	line-height: 1;
}

.elementor-widget-rael-countdown .responsive-countdown-digits {
	font-size: 69px;
}

.elementor-widget-rael-countdown .responsive-countdown-label {
	font-size: 19px;
}

.elementor-widget-rael-countdown.responsive-countdown--label-block .responsive-countdown-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
}

.elementor-widget-rael-countdown.responsive-countdown--label-block .responsive-countdown-digits, .elementor-widget-rael-countdown.responsive-countdown--label-block .responsive-countdown-label {
	display: block;
}

.elementor-widget-rael-countdown.responsive-countdown--label-block .responsive-countdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-widget-rael-countdown.responsive-countdown--label-block.responsive-countdown--label-right .responsive-countdown-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-widget-rael-countdown.responsive-countdown--label-block.responsive-countdown--label-bottom .responsive-countdown-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-widget-rael-countdown.responsive-countdown--label-inline {
	text-align: center;
}

.elementor-widget-rael-countdown.responsive-countdown--label-inline .responsive-countdown-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

.elementor-widget-rael-countdown.responsive-countdown--label-inline.responsive-countdown--label-right .responsive-countdown-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.elementor-widget-rael-countdown.responsive-countdown--label-inline.responsive-countdown--label-bottom .responsive-countdown-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-widget-rael-countdown .responsive-countdown-separator {
	display: block;
	padding: 5px;
	font-size: 50px;
	font-weight: 400;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	color: #000;
}

.elementor-widget-rael-countdown.responsive-countdown--label-inline .responsive-countdown-separator {
	display: inline-block;
}

@media screen and (max-width:480px) {
	.elementor-widget-rael-countdown .responsive-countdown-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.elementor-widget-rael-countdown .responsive-countdown-wrapper .responsive-countdown-item {
		width: 100%;
		margin-top: 10px;
		margin-left: 5px !important;
		margin-right: 5px !important;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.elementor-widget-rael-countdown .responsive-countdown-wrapper .responsive-countdown-separator {
		display: inline-block;
	}
}

table.rael-data-table thead .sorting, table.rael-data-table thead .sorting_asc, table.rael-data-table thead .sorting_desc {
	position: relative;
	z-index: 0;
	outline: 0;
	cursor: pointer;
}

table.rael-data-table thead .sorting:after, table.rael-data-table thead .sorting_asc:after, table.rael-data-table thead .sorting_desc:after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: Font Awesome\ 5 Free;
	color: #fff;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-data-table-wrap .rael-data-tables_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.rael-data-table-wrap .rael-data-tables_filter {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: right;
}

.rael-data-table-wrap .rael-data-tables_filter label {
	font-weight: 700;
}

.rael-data-table-wrap .rael-data-tables_filter label input[type=search] {
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .09);
	outline: 0;
	padding: 10px;
	margin-left: 10px;
}

.rael-data-table-wrap .rael-data-tables_length {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.rael-data-table-wrap .rael-data-tables_length select {
	width: auto;
	max-width: 120px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, .09);
	outline: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.rael-data-table-wrap .rael-data-tables_length label {
	font-weight: 700;
}

.rael-data-table-wrap .rael-data-tables_info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	font-weight: 700;
}

.rael-data-table-wrap .rael-data-tables_paginate {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: right;
}

.rael-data-table-wrap .rael-data-tables_paginate .paginate_button {
	padding: 10px 15px;
	background: #f2f2f2;
	margin-right: 2px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-data-table-wrap .rael-data-tables_paginate .paginate_button:hover {
	color: #fff;
	background: #4a4893;
}

.rael-data-table-wrap .rael-data-tables_paginate .paginate_button.current {
	color: #fff;
	background: #4a4893;
}

.rael-data-table-wrap .rael-data-tables_paginate .paginate_button.disabled {
	cursor: no-drop;
	background: #f2f2f2;
	opacity: .5;
	color: #888;
}

.data-header-icon {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.rael-data-table {
	width: 100%;
	height: auto;
	margin: 0;
	border-collapse: collapse;
	border: none;
}

.rael-data-table tr {
	border-style: none;
}

.rael-data-table thead tr {
	text-align: left;
}

.rael-data-table thead tr th {
	padding: 20px 15px;
	background: #4a4893;
	font-size: 16px;
	font-weight: 600;
	font-family: Roboto, "sans-serif";
	line-height: 1;
	color: #fff;
	border: 2px #000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.rael-data-table thead tr th:hover {
	border-color: #000;
}

.rael-data-table tbody tr.even {
	-webkit-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
	transition: background .4s ease-in-out;
}

.rael-data-table tbody tr.even:hover {
	background: hsla(0, 0%, 94.9%, .7);
}

.rael-data-table tbody tr.even:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.rael-data-table tbody tr.odd {
	background: hsla(0, 0%, 94.9%, .5);
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.rael-data-table tbody tr.odd:hover {
	background: hsla(0, 0%, 94.9%, .7);
}

.rael-data-table tbody tr.odd:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.rael-data-table tbody tr td {
	padding: 20px 15px;
	font-size: 14px;
	font-family: Roboto, "sans-serif";
	line-height: 1;
	border-width: 2px;
	border-style: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.rael-data-table-th-img {
	display: inline-block;
	margin: 0 15px 0 0;
	line-height: 1;
}

.th-mobile-screen {
	display: none;
}

@media (max-width:767px) {
	.rael-data-table-wrap {
		overflow-x: scroll !important;
		padding-bottom: 5px;
	}
	
	.th-mobile-screen {
		display: inline-block;
		padding: 0 .6em;
		margin-right: 10px;
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: 100px;
		flex-basis: 100px;
	}
	
	.th-mobile-screen .data-header-icon, .th-mobile-screen .rael-data-table-th-img {
		margin: 0 auto 15px;
		display: block;
	}
	
	.td-content-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}
	
	.td-content {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.td-content > p {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.custom-responsive-option-enable .rael-data-table thead {
		display: none;
	}
	
	.custom-responsive-option-enable .rael-data-table tbody tr td {
		float: none;
		clear: left;
		width: 100%;
		text-align: left;
	}
	
	.custom-responsive-option-enable .rael-data-table tbody tr td, .rael-data-table .td-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

table.rael-data-table thead .sorting:after {
	content: "";
}

table.rael-data-table thead .headerSortDown:after {
	content: "";
}

table.rael-data-table thead .headerSortUp:after {
	content: "";
}

table.rael-data-table thead .sorting_disabled.sorting:after {
	display: none;
}

table.rael-data-table .sorting.sorting-none:after {
	display: none;
}

table.rael-data-table .sorting_desc.sorting-none:after {
	display: none;
}

table.rael-data-table .sorting_asc.sorting-none:after {
	display: none;
}

.rael-table-align-left table.rael-data-table {
	float: left;
}

.rael-table-align-center table.rael-data-table {
	margin: 0 auto;
}

.rael-table-align-right table.rael-data-table {
	float: right;
}

.rael-hide-elements .rael-data-tables_info {
	display: none;
}

.rael-dt-th-align-left .rael-data-table thead tr th {
	text-align: left;
}

.rael-dt-th-align-right .rael-data-table thead tr th {
	text-align: right;
	padding-right: 30px;
}

.rael-dt-th-align-center .rael-data-table thead tr th {
	text-align: center;
}

.rael-dt-td-align-left .rael-data-table tbody tr td {
	text-align: left;
}

.rael-dt-td-align-center .rael-data-table tbody tr td {
	text-align: center;
}

.rael-dt-td-align-right .rael-data-table tbody tr td {
	text-align: right;
	padding-right: 30px;
}

.rael-dt-td-align-left .rael-data-table .th-mobile-screen {
	text-align: left;
}

.rael-dt-td-align-center .rael-data-table .th-mobile-screen {
	text-align: center;
}

.rael-dt-td-align-right .rael-data-table .th-mobile-screen {
	text-align: right;
}

@media (max-width:1024px) {
	.rael-dt-td-align-tablet-left .rael-data-table tbody tr td {
		text-align: left;
	}
	
	.rael-dt-td-align-tablet-center .rael-data-table tbody tr td {
		text-align: center;
	}
	
	.rael-dt-td-align-tablet-right .rael-data-table tbody tr td {
		text-align: right;
	}
	
	.rael-dt-th-align-tablet-left .rael-data-table .th-mobile-screen, .rael-dt-th-align-tablet-left .rael-data-table thead tr th {
		text-align: left;
	}
	
	.rael-dt-th-align-tablet-right .rael-data-table thead tr th {
		text-align: right;
		padding-right: 30px;
	}
	
	.rael-dt-th-align-tablet-right .rael-data-table .th-mobile-screen {
		text-align: right;
	}
	
	.rael-dt-th-align-tablet-center .rael-data-table .th-mobile-screen, .rael-dt-th-align-tablet-center .rael-data-table thead tr th {
		text-align: center;
	}
}

@media (max-width:767px) {
	.rael-dt-td-align-mobile-left .rael-data-table tbody tr td {
		text-align: left;
	}
	
	.rael-dt-td-align-mobile-center .rael-data-table tbody tr td {
		text-align: center;
	}
	
	.rael-dt-td-align-mobile-right .rael-data-table tbody tr td {
		text-align: right;
	}
	
	.rael-dt-th-align-mobile-left .rael-data-table .th-mobile-screen, .rael-dt-th-align-mobile-left .rael-data-table thead tr th {
		text-align: left;
	}
	
	.rael-dt-th-align-mobile-right .rael-data-table thead tr th {
		text-align: right;
		padding-right: 30px;
	}
	
	.rael-dt-th-align-mobile-right .rael-data-table .th-mobile-screen {
		text-align: right;
	}
	
	.rael-dt-th-align-mobile-center .rael-data-table .th-mobile-screen, .rael-dt-th-align-mobile-center .rael-data-table thead tr th {
		text-align: center;
	}
}

.rael-divider-wrapper {
	font-size: 0;
	line-height: 0;
}

.rael-divider {
	text-align: center;
}

.rael-divider-content--left .rael-divider__border--left, .rael-divider-content--right .rael-divider__border--right {
	display: none;
}

.rael-divider-direction--horizontal {
	display: inline-block;
	width: 80px;
	height: 0;
	border: 0;
	border-left-color: #000;
	border-right-color: #000;
	border-left-style: dashed;
	border-bottom: 4px dashed #000;
	border-right-style: dashed;
	border-top: 0 dashed #000;
}

.rael-divider-direction--vertical {
	display: inline-block;
	height: 50px;
	border: 0;
	border-left: 2px solid #000;
}

.rael-divider-container {
	display: inline-block;
	max-width: 100%;
}

.rael-divider__content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

.rael-divider-wrapper.vertical .rael-divider__content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rael-divider-wrapper.vertical .rael-divider__border {
	border: 1px solid;
}

.rael-divider-wrapper.vertical .rael-divider__border--left {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.rael-divider-wrapper.vertical .rael-divider__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.rael-divider-wrapper.vertical .rael-divider__border--right {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.rael-divider__text {
	font-size: 16px;
	line-height: 1.4;
	white-space: nowrap;
}

.rael-divider__border-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.rael-divider__border {
	display: block;
	width: 100%;
	border: 0;
	border-top: 1px solid #000;
	height: 1px;
}

.rael-divider__content {
	display: inherit;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 20px;
}

.rael-dual-color-header {
	display: block;
}

.rael-dual-color-header .eaa-svg {
	font-size: 36px;
}

.rael-dual-color-header svg {
	height: 1em;
	width: 1em;
}

.rael-dual-color-header .dch-icon, .rael-dual-color-header .dch-sep-icon {
	display: block;
	padding: 0;
	margin: 20px 0 10px;
	font-size: 36px;
}

.rael-dual-color-header .title, .rael-dual-color-header .title span {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 48px;
	margin: 10px 0;
}

.rael-dual-color-header .title.load, .rael-dual-color-header .title span.load {
	color: #1abc9c;
}

.rael-dual-color-header .title.load.gradient-color, .rael-dual-color-header .title span.load.gradient-color {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rael-dual-color-header .subtext {
	font-size: 16px;
	display: block;
}

.rael-dual-header-content-align-center {
	text-align: center;
}

.rael-dual-header-content-align-left {
	text-align: left;
}

.rael-dual-header-content-align-right {
	text-align: right;
}

@media screen and (max-width:1024px) and (min-width:768px) {
	.rael-dual-header-content-tablet-align-center {
		text-align: center;
	}
	
	.rael-dual-header-content-tablet-align-left {
		text-align: left;
	}
	
	.rael-dual-header-content-tablet-align-right {
		text-align: right;
	}
}

@media screen and (max-width:767px) {
	.rael-dual-header-content-mobile-align-center {
		text-align: center;
	}
	
	.rael-dual-header-content-mobile-align-left {
		text-align: left;
	}
	
	.rael-dual-header-content-mobile-align-right {
		text-align: right;
	}
}

.rael-dual-color-header-separator-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-dual-color-header-separator-wrap .separator-one, .rael-dual-color-header-separator-wrap .separator-two {
	display: inline-block;
	width: 15%;
	height: 5px;
}

.rael-dual-color-header-separator-wrap .separator-one {
	background: #207eff;
}

.rael-dual-color-header-separator-wrap .separator-two {
	background: #4f6592;
}

.rael-facebook-feed-error-container .rael-fb-error-message {
	margin: 0 auto;
	padding: 1em;
	color: #856404;
	background-color: #ffea83;
	border-left: 10px solid #856404;
	border-radius: .5em;
	width: fit-content;
}

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

.rael-facebook-feed-container {
	transition: .4s ease-in-out;
}

.rael-fb-load-more, .rael-fb-load-more-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .5em auto;
}

.lds-ring {
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 1.6em;
}

.animate-show {
	display: flex;
	animation: .2s ease-in-out slide-in;
}

@keyframes slide-in {
	from {
		left: 2em;
		visibility: hidden;
	}
	
	to {
		left: 0;
		visibility: visible;
	}
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	margin: 8px;
	border: 4px solid #fff;
	border-radius: 50%;
	animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-ring;
	border-color: #fff transparent transparent;
}

.lds-ring div:first-child {
	animation-delay: -.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.rael-fb-feed-item-header {
	border-radius: 5px;
	display: flex;
	align-items: center;
	background-color: #add8e6;
	height: 4em;
}

.rael-facebook-feed-url-title {
	padding-top: 6px;
	font-size: 1.4em;
	margin: 4px 0 !important;
}

.rael-fb-feed-item-user {
	display: flex;
	align-items: center;
	width: 100%;
}

.rael-fb-feed-item-user > a > p {
	margin: 0;
}

.rael-fb-feed-user-image {
	transform: scale(.6);
	border-radius: 50%;
}

.hover-content, .rael-fb-feed-content-image-overlay {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.rael-fb-feed-user-image > img {
	border-radius: 50%;
}

.rael-fb-feed-media-link {
	display: block;
	position: relative;
	background-color: #000;
	border-radius: 5px;
	line-height: 0;
}

.rael-fb-feed-content-image-overlay {
	position: absolute;
	font-size: 2em;
}

.rael-fb-feed-content-image {
	opacity: .6;
}

.rael-fb-feed-item-content {
	padding: .5em 1em;
	word-break: normal;
	overflow-wrap: break-word;
	hyphens: auto;
	min-width: 0;
}

.rael-fb-feed-item-content > p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	word-break: normal;
	overflow-wrap: anywhere;
}

.rael-fb-feed-url-preview {
	padding: 1em;
}

.rael-fb-feed-url-host {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.rael-facebofbok-feed-url-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 6px;
	padding-top: 12px;
}

.rael-fb-feed-url-description {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
}

.rael-fb-feed-item-footer {
	background-color: #add8e6;
	padding: .7em;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 5px;
}

.rael-fb-feed-item {
	height: fit-content;
	width: fit-content;
}

.rael-fb-feed-content-image, .rael-fb-feed-img {
	border-radius: 5px;
	box-shadow: none !important;
	display: flex;
}

.rael-fb-feed-post-time {
	max-width: 30%;
	font-size: clamp(.75em, 1.5vw, .95em);
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	margin-right: .4em;
}

.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item-header, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item-header, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item-header {
	flex-direction: column;
	align-items: flex-start;
	height: auto;
	padding: .5em;
}

.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-post-time, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-post-time, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-post-time {
	max-width: 100%;
	margin: .2em 0 0;
	font-size: .75em;
	order: 1;
}

.rael-fb-feed-item-content-container {
	margin: 1em;
	border-style: double;
	border-width: 9px;
	border-radius: 15px;
	overflow: hidden;
}

.rael-fb-feed-avatar {
	box-shadow: none !important;
}

.rael-fb-feed-posts.rael-col-1 .rael-fb-feed-item {
	float: none;
	width: 100%;
}

.rael-fb-feed-posts.rael-col-2 .rael-fb-feed-item {
	float: left;
	width: 50%;
}

.rael-fb-feed-posts.rael-col-3 .rael-fb-feed-item {
	float: left;
	width: 33.3333%;
}

.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item {
	float: left;
	width: 25%;
}

.rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item {
	float: left;
	width: 20%;
}

.rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item {
	float: left;
	width: 16.6666%;
}

@media only screen and (max-width:979px) {
	.rael-fb-feed-posts.rael-col-1 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-2 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-3 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item {
		width: 50%;
	}
}

@media only screen and (max-width:480px) {
	.rael-fb-feed-posts.rael-col-1 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-2 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-3 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item {
		width: 100%;
	}
}

.rael-fb-feed-item-overlay-inner {
	width: 100%;
}

.rael-fb-feed-meta {
	width: 100%;
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	grid-column-gap: 3em;
}

.hover-container {
	position: relative;
	width: fit-content;
}

.hover-content {
	position: absolute;
	transform-origin: center;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .7);
	line-height: 0;
	border-radius: 5px;
	opacity: 0;
	transition: opacity 250ms ease-in-out;
}

.hover-content .hover-user-content {
	display: flex;
	align-items: center;
	margin-bottom: .6em;
}

.hover-content .hover-user-content img {
	border-radius: 50%;
	height: 42px;
}

.hover-content .hover-user-content .rael-fb-feed-username {
	font-size: .9em;
	font-weight: 600;
	line-height: normal;
	margin-left: .8em;
	margin-bottom: 0;
}

.hover-container:hover .hover-content {
	opacity: 1;
}

@media (max-width:660px) and (min-width:485px) {
	.rael-fb-feed-post-time {
		font-size: 13px;
	}
}

.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item-content, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item-content, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item-content {
	padding: .5em;
	word-break: normal;
	overflow-wrap: break-word;
}

.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item-content, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item-content > p, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item-content > p {
	font-size: .85em;
	line-height: 1.4;
}

.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-username, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-username, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-username {
	font-size: .8em;
	word-break: break-word;
	max-width: 100%;
}

@media (max-width:979px) {
	.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item-content, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item-content, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item-content {
		padding: .4em;
	}
	
	.rael-fb-feed-posts.rael-col-4 .rael-fb-feed-item-content, .rael-fb-feed-posts.rael-col-5 .rael-fb-feed-item-content > p, .rael-fb-feed-posts.rael-col-6 .rael-fb-feed-item-content > p {
		font-size: .8em;
	}
}

@media (max-width:767px) {
	.rael-fb-feed-item-header {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		padding: .5em;
	}
	
	.rael-fb-feed-post-time {
		max-width: 100%;
		margin: .2em 0 0;
		order: 1;
		font-size: .7em;
	}
	
	.rael-fb-feed-item-content {
		padding: .5em;
	}
	
	.rael-fb-feed-item-content > p {
		font-size: .9em;
	}
}

.rael-fb-feed-message {
	word-break: keep-all;
	white-space: normal;
	display: inline;
}

@keyframes blink_cursor {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes blink_cursor {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.rael-fancy-text-container p {
	margin: 0;
}

.rael-fancy-text-strings {
	display: none;
}

.rael-fancy-text-prefix, .rael-fancy-text-suffix {
	display: inline-block;
}

.morphext > .animated {
	display: inline-block;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink_cursor .7s infinite;
	animation: blink_cursor .7s infinite;
}

.rael-fancy-text-container.style-2 {
	font-size: 24px;
}

.rael-fancy-text-container.style-2 .rael-fancy-text-strings {
	background: #062aca;
	color: #fff;
	padding: 10px 25px;
}

.rtl .rael-fancy-text-container {
	direction: ltr;
}

.rael-fancy-text-container .animated.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.rael-fancy-text-container .animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.rael-fancy-text-container .animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.rael-fancy-text-container .animated.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.rael-fancy-text-container .animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.rael-fancy-text-container .animated.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.rael-fancy-text-container .animated.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.rael-fancy-text-container .animated.swing {
	-webkit-animation-name: swing;
	animation-name: swing;
}

.rael-fancy-text-container .animated.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.rtl .rael-faq-wrapper .rael-faq-container .rael-faq-accordion, .rael-faq-wrapper .rael-faq-container .rael-faq-accordion {
	overflow: hidden;
}

.rael-faq-accordion .rael-accordion-content p {
	margin-bottom: 0;
}

.rael-accordion-icon-left {
	float: left;
}

.rael-accordion-icon-right {
	float: right;
}

.rael-accordion-icon {
	display: inline-block;
}

.rael-accordion-icon-opened {
	display: none !important;
}

.rael-accordion-title.rael-title-active .rael-accordion-icon-opened {
	display: inline-block !important;
}

.rael-accordion-title.rael-title-active .rael-accordion-icon-closed {
	display: none !important;
}

.rael-accordion-icon-closed {
	display: inline-block !important;
}

.rael-faq-container .rael-accordion-content {
	display: none;
}

.rael-accordion-title.rael-title-active + .rael-accordion-content {
	display: block;
}

.rael-accordion-icon.rael-accordion-icon-right {
	margin-right: 10px;
}

.rael-faq-box-layout-yes .rael-faq-container:last-child {
	border-bottom: none;
}

.align-at-right .rael-accordion-title {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rael-accordion-title {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.rael-faq-accordion.elementor-grid-item .rael-accordion-title {
	cursor: default;
}

.rael-accordion-icon svg {
	height: 16px;
	width: 16px;
}

.rael-accordion-title > :last-child {
	margin-bottom: 0;
}

.rael-question-span:focus {
	outline: thin dotted;
}

.rael-accordion-serial-number {
	display: inline-block;
	margin-right: 8px;
}

.rtl .rael-accordion-serial-number {
	margin-right: 0;
	margin-left: 8px;
}

.rael-warning {
	margin: 10px 0 10px 0;
}

.rael-faq-layout-grid .rael-accordion-title {
	display: block;
}

.elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-title .rael-question-span, .elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-title .rael-accordion-icon {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-title .rael-question-span, .elementor-widget-rael-faq .rael-accordion-icon-closed, .elementor-widget-rael-faq span.rael-accordion-icon-opened {
	color: var(--e-global-color-primary);
}

.elementor-widget-rael-faq .rael-accordion-icon-closed, .elementor-widget-rael-faq span.rael-accordion-icon-opened {
	fill: var(--e-global-color-primary);
}

.elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-title.rael-title-active .rael-question-span, .elementor-widget-rael-faq span.rael-accordion-icon-opened {
	color: var(--e-global-color-primary);
}

.elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-title .rael-question-span:hover, .elementor-widget-rael-faq .rael-accordion-icon-closed:hover {
	color: var(--e-global-color-primary);
}

.elementor-widget-rael-faq .rael-accordion-icon-closed:hover {
	fill: var(--e-global-color-primary);
}

.elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-title.rael-title-active:hover .rael-question-span, .elementor-widget-rael-faq span.rael-accordion-icon-opened:hover {
	color: var(--e-global-color-primary);
}

.elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-content {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-widget-rael-faq .rael-faq-accordion .rael-accordion-content:hover {
	color: var(--e-global-color-text);
}

.elementor-widget-rael-faq .rael-protected-content-message, .elementor-widget-rael-faq .protected-content-error-msg {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.rael-faq-container.rael-faq-layout-grid .rael-accordion-content {
	display: block;
}

.elementor-widget-rael-feature-list .rael-feature-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
	padding: 0 0 0 50px;
	position: relative;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
	content: "";
	position: absolute;
	display: block;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
	left: 0;
	top: 0;
	z-index: 1;
	border-left: 1px solid #000;
	border-right: none !important;
	height: 100%;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
	left: 5px;
	top: 50%;
	width: 23px;
	display: block;
	z-index: 2;
	border-bottom: 1px dashed #000;
	border-top: none !important;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.connector-type-modern .rael-feature-list-item .connector, .elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector.connector-mobile, .elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector.connector-tablet {
	display: none;
}

.elementor-widget-rael-feature-list .rael-icon-position-left .connector-type-modern.rhombus .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right .connector-type-modern.rhombus .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top .connector-type-modern.rhombus .rael-feature-list-item:before {
	top: 3px !important;
}

.elementor-widget-rael-feature-list .rael-icon-position-left .connector-type-modern.rhombus .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right .connector-type-modern.rhombus .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top .connector-type-modern.rhombus .rael-feature-list-item:after {
	top: 45px !important;
}

.elementor-widget-rael-feature-list .rael-icon-position-right .connector, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .connector {
	right: 0;
	left: calc(100% - 70px);
}

.elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
	padding: 0 50px 0 0;
}

@media (max-width:767px) {
	.elementor-widget-rael-feature-list .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 0 0 30px;
		display: block;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 30px 0 0;
	}
}

.elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
	left: auto;
	right: 0;
}

.elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
	left: auto;
	right: 5px;
	top: 50%;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector {
	display: block;
	position: absolute;
	width: 0;
	margin: 0 auto;
	z-index: 1;
	height: 100%;
	top: .5em;
	font-size: 60px;
	left: 0;
	right: calc(100% - 60px);
	border-right: none !important;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item:last-child .connector {
	display: none;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box {
	z-index: 2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box .rael-feature-list-icon-inner {
	background-color: #37368e;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media (prefers-reduced-motion:reduce) {
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box .rael-feature-list-icon-inner {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.elementor-widget-rael-feature-list .rael-feature-list-icon-box .rael-feature-list-icon {
	padding: .5em;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 30px;
	line-height: 1;
	color: #37368e;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box .rael-feature-list-icon i, .elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box .rael-feature-list-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box .rael-feature-list-icon i:before, .elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box .rael-feature-list-icon svg:before {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.elementor-widget-rael-feature-list .rael-feature-list-items.stacked .rael-feature-list-icon-box .rael-feature-list-icon {
	color: #fff;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.framed .rael-feature-list-icon-box .rael-feature-list-icon {
	background-color: #fff;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.circle .rael-feature-list-icon-box .rael-feature-list-icon-inner, .elementor-widget-rael-feature-list .rael-feature-list-items.circle .rael-feature-list-icon-box .rael-feature-list-icon-inner .rael-feature-list-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.rhombus .rael-feature-list-icon-box .rael-feature-list-icon-inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 15px;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.rhombus .rael-feature-list-icon-box .rael-feature-list-icon i {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-icon-box .rael-feature-list-img {
	font-size: 8px;
	line-height: 1;
	max-width: inherit;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-content-box {
	margin: 0 0 0 20px;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-content-box .rael-feature-list-title {
	margin-top: -2px;
	line-height: 1.5em;
}

.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .rael-feature-list-content-box .rael-feature-list-content {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}

.elementor-widget-rael-feature-list .rael-feature-list-items.rhombus .rael-feature-list-icon-box .rael-feature-list-icon img {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.elementor-widget-rael-feature-list .rael-feature-list-items.rhombus .rael-feature-list-content-box .rael-feature-list-title {
	margin-top: 15px;
}

@media (min-width:1025px) {
	.elementor-widget-rael-feature-list .rael-icon-position-left .rael-feature-list-content-box {
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-content-box {
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-top .rael-feature-list-content-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left .rael-feature-list-item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-item {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media (max-width:1024px) {
	.elementor-widget-rael-feature-list .rael-tablet-icon-position-left .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-tablet-icon-position-right .rael-feature-list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-rael-feature-list .rael-tablet-icon-position-left .rael-feature-list-item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-rael-feature-list .rael-tablet-icon-position-right .rael-feature-list-item {
		text-align: right;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-rael-feature-list .rael-tablet-icon-position-top .rael-feature-list-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left .rael-feature-list-content-box {
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 0 0 50px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
		left: 0;
		right: auto;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
		left: 5px;
		top: 30px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top .rael-feature-list-content-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 0 0 50px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
		left: 0;
		right: auto;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
		left: 5px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right .rael-feature-list-content-box {
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 50px 0 0;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
		right: 0;
		left: auto;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
		left: auto;
		right: 5px;
	}
	
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector {
		display: none;
	}
	
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector.connector-tablet {
		display: block;
	}
	
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector.connector-mobile {
		display: none;
	}
	
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item:last-child .connector.connector-tablet {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1024px) and (max-width:767px) {
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 0 0 30px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 30px 0 0;
	}
}

@media (max-width:767px) {
	.elementor-widget-rael-feature-list .rael-icon-position-left .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-tablet-icon-position-left .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-tablet-icon-position-right .rael-feature-list-item {
		display: block;
		text-align: left;
	}
	
	.elementor-widget-rael-feature-list .rael-mobile-icon-position-left .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-mobile-icon-position-right .rael-feature-list-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.elementor-widget-rael-feature-list .rael-mobile-icon-position-left .rael-feature-list-item {
		text-align: left;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.elementor-widget-rael-feature-list .rael-mobile-icon-position-right .rael-feature-list-item {
		text-align: right !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-content-box {
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 0 0 50px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
		left: 0;
		right: auto;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
		left: 5px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-content-box {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 0 0 50px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
		left: 0;
		right: auto;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
		left: 5px;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-content-box, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-content-box {
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 50px 0 0;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:before {
		right: 0;
		left: auto;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item:after {
		left: auto;
		right: 5px;
	}
}

@media (max-width:767px) and (max-width:767px) {
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-left .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-top .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 0 0 30px;
	}
	
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector, .elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector.connector-tablet {
		display: none;
	}
	
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item .connector.connector-mobile {
		display: block;
	}
	
	.elementor-widget-rael-feature-list .rael-feature-list-items .rael-feature-list-item:last-child .connector.connector-mobile {
		display: none;
	}
	
	.elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-left.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-right.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-left.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-right.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item, .elementor-widget-rael-feature-list .rael-icon-position-top.rael-tablet-icon-position-top.rael-mobile-icon-position-right .rael-feature-list-items.connector-type-modern .rael-feature-list-item {
		padding: 0 30px 0 0;
	}
}

.rtl .elementor-widget-rael-feature-list .rael-icon-position-left .rael-feature-list-item, .rtl .elementor-widget-rael-feature-list .rael-icon-position-right .rael-feature-list-item {
	direction: ltr;
}

.rael-icon-position-top .rael-feature-list-items .rael-feature-list-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rael-icon-position-top .rael-feature-list-items .rael-feature-list-item .rael-feature-list-content-box {
	margin: 0;
}

.rael-flip-box {
	display: grid;
	grid-template-columns: 1fr;
	perspective: 1000px;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.rael-flip-box .elementor-icon, .rael-flip-box .elementor-view-framed .elementor-icon, .rael-flip-box .elementor-view-stacked .elementor-icon {
	color: #fff;
}

.rael-flip-box .elementor-icon svg, .rael-flip-box .elementor-view-framed .elementor-icon svg, .rael-flip-box .elementor-view-stacked .elementor-icon svg {
	fill: #fff;
}

.rael-flip-box .elementor-view-framed .elementor-icon {
	border-color: #fff;
}

.rael-flip-box .elementor-view-stacked .elementor-icon {
	background-color: rgba(0, 0, 0, .5);
}

.rael-flip-box .elementor-icon-wrapper {
	margin-bottom: 20px;
}

.rael-flip-box-front {
	background-color: #1e87f0;
}

.rael-flip-box-back {
	background-color: #b7b4b4;
	display: block;
}

.rael-flip-box-layer {
	grid-row-start: 1;
	grid-column-start: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .6s ease-in-out;
}

.rael-flip-box-layer-overlay {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	padding: 35px;
}

.rael-flip-box-layer-title {
	font-size: 21px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}

.rael-flip-box-layer-desc:not(:last-child), .rael-flip-box-layer-title:not(:last-child) {
	margin: 0 0 20px;
	padding: 0;
}

.rael-flip-box-layer-desc {
	font-size: 14px;
	color: #e5e5e5;
}

.rael-flip-box-image {
	margin: 0 0 20px;
	display: inline-block;
	width: 100%;
}

.rael-flip-box-3d-yes .rael-flip-box-layer-inner {
	transform: translateZ(90px) scale(.91);
}

.rael-flip-box-3d-yes .rael-flip-box-layer-overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(.1px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-flip-box-effect-flip .rael-flip-box {
	perspective: 1000px;
	transform-style: preserve-3d;
}

.rael-flip-box-effect-flip .rael-flip-box:hover .rael-flip-box-back, .rael-flip-box-effect-push .rael-flip-box-front, .rael-flip-box-effect-push .rael-flip-box:hover .rael-flip-box-back {
	transform: none;
}

.rael-flip-box-effect-flip .rael-flip-box-layer {
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.rael-flip-box-effect-flip .rael-flip-box-front {
	transform: none;
	z-index: 1;
}

.rael-flip-box-effect-flip.rael-flip-box-direction-left .rael-flip-box:hover .rael-flip-box-front, .rael-flip-box-effect-flip.rael-flip-box-direction-right .rael-flip-box-back {
	transform: rotateX(0) rotateY(-180deg);
}

.rael-flip-box-effect-flip.rael-flip-box-direction-left .rael-flip-box-back, .rael-flip-box-effect-flip.rael-flip-box-direction-right .rael-flip-box:hover .rael-flip-box-front {
	transform: rotateX(0) rotateY(180deg);
}

.rael-flip-box-effect-flip.rael-flip-box-direction-down .rael-flip-box:hover .rael-flip-box-front, .rael-flip-box-effect-flip.rael-flip-box-direction-up .rael-flip-box-back {
	transform: rotateX(-180deg) rotateY(0);
}

.rael-flip-box-effect-flip.rael-flip-box-direction-down .rael-flip-box-back, .rael-flip-box-effect-flip.rael-flip-box-direction-up .rael-flip-box:hover .rael-flip-box-front {
	transform: rotateX(180deg) rotateY(0);
}

.rael-flip-box-effect-push .rael-flip-box, .rael-flip-box-effect-slide .rael-flip-box {
	overflow: hidden;
}

.rael-flip-box-effect-push.rael-flip-box-direction-left .rael-flip-box-back, .rael-flip-box-effect-push.rael-flip-box-direction-right .rael-flip-box:hover .rael-flip-box-front, .rael-flip-box-effect-slide.rael-flip-box-direction-left .rael-flip-box-back {
	transform: translateX(100%) translateY(0);
}

.rael-flip-box-effect-push.rael-flip-box-direction-left .rael-flip-box:hover .rael-flip-box-front, .rael-flip-box-effect-push.rael-flip-box-direction-right .rael-flip-box-back, .rael-flip-box-effect-slide.rael-flip-box-direction-right .rael-flip-box-back {
	transform: translateX(-100%) translateY(0);
}

.rael-flip-box-effect-push.rael-flip-box-direction-down .rael-flip-box-back, .rael-flip-box-effect-push.rael-flip-box-direction-up .rael-flip-box:hover .rael-flip-box-front, .rael-flip-box-effect-slide.rael-flip-box-direction-down .rael-flip-box-back {
	transform: translateX(0) translateY(-100%);
}

.rael-flip-box-effect-push.rael-flip-box-direction-down .rael-flip-box:hover .rael-flip-box-front, .rael-flip-box-effect-push.rael-flip-box-direction-up .rael-flip-box-back, .rael-flip-box-effect-slide.rael-flip-box-direction-up .rael-flip-box-back {
	transform: translateX(0) translateY(100%);
}

.rael-flip-box-effect-slide .rael-flip-box:focus-visible .rael-flip-box-back, .rael-flip-box-effect-slide .rael-flip-box:hover .rael-flip-box-back {
	transform: none;
}

.rael-flip-box-effect-zoom-out .rael-flip-box {
	height: 280px;
}

.rael-flip-box-effect-zoom-out .rael-flip-box .rael-flip-box-front {
	transition: transform .7s, opacity .35s, width .1ms;
	opacity: 1;
	transform: scale(1);
	z-index: 1;
	width: 100%;
}

.rael-flip-box-effect-zoom-out .rael-flip-box:hover .rael-flip-box-front {
	width: 0;
	opacity: 0;
	transform: scale(.7);
	transition: transform .8s, opacity .7s .1s, width .1ms .7s;
}

.rael-flip-box-effect-zoom-in .rael-flip-box .rael-flip-box-back {
	transition: transform .7s, opacity .5s .2s;
	opacity: 0;
	transform: scale(.7);
}

.rael-flip-box-effect-zoom-in .rael-flip-box:focus-visible .rael-flip-box-back, .rael-flip-box-effect-zoom-in .rael-flip-box:hover .rael-flip-box-back {
	transition: transform .7s, opacity .5s;
	opacity: 1;
	transform: scale(1);
}

.rael-flip-box-effect-fade .rael-flip-box .rael-flip-box-back {
	opacity: 0;
}

.rael-flip-box-effect-fade .rael-flip-box:focus-visible .rael-flip-box-back, .rael-flip-box-effect-fade .rael-flip-box:hover .rael-flip-box-back {
	opacity: 1;
}

.elementor-widget-rael-flip-box.rael-flip-box-flipped .rael-flip-box-front {
	display: none;
}

.elementor-widget-rael-flip-box.rael-flip-box-flipped .rael-flip-box-back {
	transform: none;
	opacity: 1;
}

@media (max-device-width:1024px) {
	.rael-flip-box {
		cursor: pointer;
	}
}

.elementor-editor-active .rael-flip-box:hover .elementor-icon i::before {
	content: inherit !important;
}

.rael-flip-box-image img {
	width: 50%;
	height: 150px;
}

.rael-gform-input-size-xs .rael-gform-style .ginput_container select {
	font-size: 13px;
	padding: 6px 10px;
}

.rael-gform-input-size-xs .rael-gform-style .rael-gform-select-custom {
	font-size: 13px;
}

.rael-gform-input-size-xs .rael-gform-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .rael-gform-input-size-xs .rael-gform-style .ginput_container .chosen-choices, .rael-gform-input-size-xs .rael-gform-style .ginput_container .chosen-single, .rael-gform-input-size-xs .rael-gform-style .ginput_container textarea {
	font-size: 13px;
	padding: 8px 10px;
}

.rael-gform-style .gform_wrapper .chosen-choices li.search-field input.default, .rael-gform-style .gform_wrapper .chosen-choices li.search-field input[type=text], .rael-gform-style .gform_wrapper .gfield .ginput_container .chosen-choices, .rael-gform-style .gform_wrapper .gfield .ginput_container .chosen-single, .rael-gform-style .gform_wrapper .gfield .ginput_container select {
	height: auto;
}

.rael-gform-style .gform_body ul {
	margin-left: 0;
	list-style: none;
}

.rael-gform-input-size-sm .rael-gform-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .rael-gform-input-size-sm .rael-gform-style .ginput_container .chosen-choices, .rael-gform-input-size-sm .rael-gform-style .ginput_container .chosen-single, .rael-gform-input-size-sm .rael-gform-style .ginput_container textarea {
	font-size: 15px;
	padding: 12px 10px;
}

.rael-gform-input-size-sm .rael-gform-style .ginput_container select {
	font-size: 15px;
	padding: 10px;
}

.rael-gform-input-size-sm .rael-gform-style .rael-gform-select-custom {
	font-size: 15px;
}

.elementor-widget-rael-gform-styler .rael-gform-style .gform_wrapper .chosen-choices li.search-field input[type=text] {
	padding: 0;
}

.rael-gform-style .gform_page .gform_page_footer input[type=button] {
	margin-bottom: 20px;
}

.rael-gform-style .gform_wrapper .chosen-container-single .chosen-single div {
	display: none;
}

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button, .gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button {
	display: inline-block;
}

.rael-gform-input-size-md .rael-gform-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .rael-gform-input-size-md .rael-gform-style .ginput_container .chosen-choices, .rael-gform-input-size-md .rael-gform-style .ginput_container .chosen-single, .rael-gform-input-size-md .rael-gform-style .ginput_container textarea {
	font-size: 16px;
	padding: 15px 10px;
}

.rael-gform-input-size-md .rael-gform-style .ginput_container select {
	font-size: 16px;
	padding: 13px 10px;
}

.rael-gform-input-size-md .rael-gform-style .rael-gform-select-custom {
	font-size: 16px;
}

.rael-gform-style .gform_wrapper div.validation_error {
	border-top: none;
	border-bottom: none;
}

.rael-gform-style .gchoice, .rael-gform-style .gchoice_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}

.rael-gform-input-size-lg .rael-gform-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .rael-gform-input-size-lg .rael-gform-style .ginput_container .chosen-choices, .rael-gform-input-size-lg .rael-gform-style .ginput_container .chosen-single, .rael-gform-input-size-lg .rael-gform-style .ginput_container textarea {
	font-size: 18px;
	padding: 20px 10px;
}

.rael-gform-input-size-lg .rael-gform-style .ginput_container select {
	font-size: 18px;
	padding: 18px 10px;
}

.rael-gform-input-size-lg .rael-gform-style .rael-gform-select-custom {
	font-size: 18px;
}

.rael-gform-input-size-xl .rael-gform-style .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .rael-gform-input-size-xl .rael-gform-style .ginput_container .chosen-choices, .rael-gform-input-size-xl .rael-gform-style .ginput_container .chosen-single, .rael-gform-input-size-xl .rael-gform-style .ginput_container textarea {
	font-size: 20px;
	padding: 25px 10px;
}

.rael-gform-input-size-xl .rael-gform-style .ginput_container select {
	font-size: 20px;
	padding: 23px 10px;
}

.rael-gform-input-size-xl .rael-gform-style .rael-gform-select-custom {
	font-size: 20px;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes) .rael-gform-check-style .gfield_radio .gchoice_label label:before, .rael-gform-check-default-yes .rael-gform-check-style .gfield_checkbox input[type=checkbox], .rael-gform-check-default-yes .rael-gform-check-style .gfield_radio input[type=radio], .rael-gform-check-default-yes .rael-gform-check-style .ginput_container_consent input[type=checkbox], .rael-gform-check-style .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-check-style .gfield_radio input[type=radio] + label:before, .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.rael-gform-check-style .ginput_container_consent input[type=checkbox]:checked + label:before {
	font-weight: 700;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes) .rael-gform-style .gform_wrapper .gfield_radio .gchoice_label label:before, .rael-gform-check-default-yes .rael-gform-check-style .gfield_checkbox input[type=checkbox], .rael-gform-check-default-yes .rael-gform-check-style .gfield_radio input[type=radio], .rael-gform-check-default-yes .rael-gform-check-style .ginput_container_consent input[type=checkbox], .rael-gform-style .gform_wrapper input[type=checkbox] + label:before, .rael-gform-style .gform_wrapper input[type=checkbox]:checked + label:before, .rael-gform-style .gform_wrapper input[type=radio] + label:before, .rael-gform-style .gform_wrapper input[type=radio]:checked + label:before {
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=checkbox], .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	margin-top: 0;
	margin-left: 0;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes).rael-gform-input-size-xs .rael-gform-check-style .gfield_radio .gchoice_label label:before, .rael-gform-input-size-xs .rael-gform-check-style .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-input-size-xs .rael-gform-check-style .gfield_radio input[type=radio] + label:before, .rael-gform-input-size-xs .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	height: 10px;
	width: 10px;
}

.rael-gform-input-size-xs .rael-gform-check-style .gfield_checkbox input[type=checkbox]:checked + label:before, .rael-gform-input-size-xs .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	font-size: 8.33333px;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes).rael-gform-input-size-sm .rael-gform-check-style .gfield_radio .gchoice_label label:before, .rael-gform-input-size-sm .rael-gform-check-style .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-input-size-sm .rael-gform-check-style .gfield_radio input[type=radio] + label:before, .rael-gform-input-size-sm .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	height: 12px;
	width: 12px;
}

.rael-gform-input-size-sm .rael-gform-check-style .gfield_checkbox input[type=checkbox]:checked + label:before, .rael-gform-input-size-sm .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	font-size: 10px;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes).rael-gform-input-size-md .rael-gform-check-style .gfield_radio .gchoice_label label:before, .rael-gform-input-size-md .rael-gform-check-style .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-input-size-md .rael-gform-check-style .gfield_radio input[type=radio] + label:before, .rael-gform-input-size-md .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	height: 15px;
	width: 15px;
}

.rael-gform-input-size-md .rael-gform-check-style .gfield_checkbox input[type=checkbox]:checked + label:before, .rael-gform-input-size-md .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	font-size: 12.5px;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes).rael-gform-input-size-lg .rael-gform-check-style .gfield_radio .gchoice_label label:before, .rael-gform-input-size-lg .rael-gform-check-style .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-input-size-lg .rael-gform-check-style .gfield_radio input[type=radio] + label:before, .rael-gform-input-size-lg .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	height: 20px;
	width: 20px;
}

.rael-gform-input-size-lg .rael-gform-check-style .gfield_checkbox input[type=checkbox]:checked + label:before, .rael-gform-input-size-lg .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	font-size: 16.66667px;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes).rael-gform-input-size-xl .rael-gform-check-style .gfield_radio .gchoice_label label:before, .rael-gform-input-size-xl .rael-gform-check-style .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-input-size-xl .rael-gform-check-style .gfield_radio input[type=radio] + label:before, .rael-gform-input-size-xl .rael-gform-check-style .ginput_container_consent input[type=checkbox] + label:before {
	height: 25px;
	width: 25px;
}

.rael-gform-input-size-xl .rael-gform-check-style .gfield_checkbox input[type=checkbox]:checked + label:before, .rael-gform-input-size-xl .rael-gform-check-style .ginput_container_consent input[type=checkbox]:checked + label:before {
	font-size: 20.83333px;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes) .rael-gform-check-style .gfield_radio .gchoice_label label:before, .rael-gform-check-default-yes .rael-gform-check-style .gfield_radio input[type=radio], .rael-gform-check-default-yes .rael-gform-check-style .gfield_radio input[type=radio]:before, .rael-gform-check-style .gfield_radio input[type=radio] + label:before {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox] + label:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] + label:before, .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox], .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox], .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
	display: none;
}

.rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox], .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox], .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.elementor-widget-rael-gform-styler:not(.rael-gform-check-default-yes) .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio .gchoice_label label:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before, .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before, .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox] + label:before, .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] + label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox], .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox], .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio] {
	margin-right: 10px;
}

.rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before, .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:before, .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked + label:before {
	content: "✔";
	line-height: 1.2;
}

.rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_consent input[type=checkbox]:checked:before, .rael-gform-check-default-yes .rael-gform-style.rael-gform-check-style .gform_body .ginput_container_radio .gfield_radio input[type=radio]:checked:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-gform-button-right .gform_next_button, .rael-gform-button-right .gform_previous_button {
	margin-right: 5px !important;
}

.rael-gform-button-center .gform_page .gform_page_footer input[type=button], .rael-gform-button-center .gform_page .gform_page_footer input[type=submit], .rael-gform-button-center .gform_wrapper .gform_footer input[type=submit], .rael-gform-button-justify .gform_page .gform_page_footer input[type=button], .rael-gform-button-justify .gform_page .gform_page_footer input[type=submit], .rael-gform-button-justify .gform_wrapper .gform_footer input[type=submit], .rael-gform-button-left .gform_page .gform_page_footer input[type=button], .rael-gform-button-left .gform_page .gform_page_footer input[type=submit], .rael-gform-button-left .gform_wrapper .gform_footer input[type=submit], .rael-gform-button-right .gform_page .gform_page_footer input[type=button], .rael-gform-button-right .gform_page .gform_page_footer input[type=submit], .rael-gform-button-right .gform_wrapper .gform_footer input[type=submit] {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	width: auto;
}

.rael-gform-button-center .gform_page .gform_page_footer input[type=button], .rael-gform-button-center .gform_page .gform_page_footer input[type=submit], .rael-gform-button-center .gform_wrapper .gform_footer input[type=submit], html[dir=rtl] .rael-gform-button-center .gform_page .gform_page_footer input[type=button], html[dir=rtl] .rael-gform-button-center .gform_page .gform_page_footer input[type=submit], html[dir=rtl] .rael-gform-button-center .gform_wrapper .gform_footer input[type=submit] {
	margin-left: auto;
	margin-right: auto;
}

.rael-gform-button-center .gform_page .gform_page_footer {
	text-align: center;
}

.rael-gform-button-right .gform_page .gform_page_footer {
	text-align: right;
}

.rael-gform-button-left .gform_page .gform_page_footer input[type=button], .rael-gform-button-left .gform_page .gform_page_footer input[type=submit], .rael-gform-button-left .gform_wrapper .gform_footer input[type=submit], html[dir=rtl] .rael-gform-button-right .gform_page .gform_page_footer input[type=button], html[dir=rtl] .rael-gform-button-right .gform_page .gform_page_footer input[type=submit], html[dir=rtl] .rael-gform-button-right .gform_wrapper .gform_footer input[type=submit] {
	margin-left: 0;
	margin-right: auto;
}

.rael-gform-button-right .gform_page .gform_page_footer input[type=button], .rael-gform-button-right .gform_page .gform_page_footer input[type=submit], .rael-gform-button-right .gform_wrapper .gform_footer input[type=submit], html[dir=rtl] .rael-gform-button-left .gform_page .gform_page_footer input[type=button], html[dir=rtl] .rael-gform-button-left .gform_page .gform_page_footer input[type=submit], html[dir=rtl] .rael-gform-button-left .gform_wrapper .gform_footer input[type=submit] {
	margin-left: auto;
	margin-right: 0;
}

.rael-gform-button-justify .gform_page .gform_page_footer input[type=button], .rael-gform-button-justify .gform_page .gform_page_footer input[type=submit], .rael-gform-button-justify .gform_wrapper .gform_footer input[type=submit] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.rael-gform-style .gform_wrapper .top_label .gfield_error {
	width: 100% !important;
}

.rael-gform-style .gform_wrapper .gform_page_footer.left_label, .rael-gform-style .gform_wrapper .gform_page_footer.right_label {
	padding: 0;
}

.rael-gform-button-width-full_width .gform_footer input[type=submit] {
	display: block;
	text-align: center;
	width: 100%;
}

.rael-gform-btn-size-xs .rael-gform-style input[type=button], .rael-gform-btn-size-xs .rael-gform-style input[type=submit] {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.rael-gform-btn-size-sm .rael-gform-style input[type=button], .rael-gform-btn-size-sm .rael-gform-style input[type=submit] {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rael-gform-btn-size-md .rael-gform-style input[type=button], .rael-gform-btn-size-md .rael-gform-style input[type=submit] {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rael-gform-btn-size-lg .rael-gform-style input[type=button], .rael-gform-btn-size-lg .rael-gform-style input[type=submit] {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rael-gform-btn-size-xl .rael-gform-style input[type=button], .rael-gform-btn-size-xl .rael-gform-style input[type=submit] {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

@media only screen and (max-width:976px) {
	.rael-gform-button-center .gform_page .gform_page_footer {
		text-align: center;
	}
	
	.rael-gform-button-right .gform_page .gform_page_footer {
		text-align: right;
	}
	
	.rael-tablet-gf-button-center .gform_page .gform_page_footer input[type=button], .rael-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit], .rael-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit] {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	
	.rael-tablet-gf-button-left .gform_page .gform_page_footer input[type=button], .rael-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit], .rael-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit] {
		margin-left: 0;
		margin-right: auto;
		width: auto;
	}
	
	.rael-tablet-gf-button-right .gform_page .gform_page_footer input[type=button], .rael-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit], .rael-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit] {
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}
	
	.rael-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button], .rael-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit], .rael-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.rael-gform-button-center .gform_page .gform_page_footer {
		text-align: center;
	}
	
	.rael-gform-button-right .gform_page .gform_page_footer {
		text-align: right;
	}
	
	.rael-mobile-gf-button-center .gform_page .gform_page_footer input[type=button], .rael-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit], .rael-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit] {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	
	.rael-mobile-gf-button-left .gform_page .gform_page_footer input[type=button], .rael-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit], .rael-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit] {
		margin-left: 0;
		margin-right: auto;
		width: auto;
	}
	
	.rael-mobile-gf-button-right .gform_page .gform_page_footer input[type=button], .rael-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit], .rael-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit] {
		margin-left: auto;
		margin-right: 0;
		width: auto;
	}
	
	.rael-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button], .rael-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit], .rael-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

.elementor .gm-style img {
	max-width: none;
}

.rael-infobox__content {
	width: 100%;
	word-break: break-word;
}

.rael-infobox__icon {
	display: inline-block;
	line-height: 1;
	font-size: 0;
}

.rael-infobox-module-link .rael-infobox__icon i, .rael-infobox-module-link .rael-infobox__icon svg, .rael-infobox-module-link:hover {
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.rael-infobox__imgicon-style--circle .rael-infobox__icon, .rael-infobox__imgicon-style--circle .rael-infobox__image-content {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.rael-infobox--photo-left-title .rael-infobox__imgicon-wrapper, .rael-infobox--photo-left .rael-infobox__imgicon-wrapper, .rael-infobox--photo-right-title .rael-infobox__imgicon-wrapper, .rael-ingobox-photo-right .rael-infobox__imgicon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rael-infobox--photo-left-title .rael-infobox__title-wrapper, .rael-infobox--photo-left .rael-infobox__title-wrapper, .rael-infobox--photo-right-title .rael-infobox__title-wrapper, .rael-ingobox-photo-right .rael-infobox__title-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rael-infobox__image-valign--middle.rael-infobox--icon-left-title .rael-infobox__title-wrapper, .rael-infobox__image-valign--middle.rael-infobox--icon-left .rael-infobox__content, .rael-infobox__image-valign--middle.rael-infobox--icon-right-title .rael-infobox__title-wrapper, .rael-infobox__image-valign--middle.rael-infobox--icon-right .rael-infobox__content, .rael-infobox__image-valign--middle.rael-infobox--photo-left-title .rael-infobox__title-wrapper, .rael-infobox__image-valign--middle.rael-infobox--photo-left .rael-infobox__content, .rael-infobox__image-valign--middle.rael-infobox--photo-right-title .rael-infobox__title-wrapper, .rael-infobox__image-valign--middle.rael-infobox--photo-right .rael-infobox__content, .rael-infobox__image-valign--middle .rael-infobox__imgicon-wrapper {
	-ms-flex-item-align: center;
	align-self: center;
}

.rael-infobox--left {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.rael-infobox--right {
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rael-infobox--center {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-infobox-left-right-wrapper, .rael-infobox__title-wrapper {
	width: 100%;
}

.rael-infobox--icon-above-title .rael-infobox-left-right-wrapper, .rael-infobox--icon-below-title .rael-infobox-left-right-wrapper, .rael-infobox--photo-above-title .rael-infobox-left-right-wrapper, .rael-infobox--photo-below-title .rael-infobox-left-right-wrapper {
	display: block;
	min-width: 100%;
	width: 100%;
}

.rael-infobox--icon-left-title .rael-infobox__icon-wrapper, .rael-infobox--icon-left .rael-infobox__icon-wrapper {
	margin-right: 10px;
}

.rael-infobox--icon-right-title .rael-infobox__icon-wrapper, .rael-infobox--icon-right .rael-infobox__icon-wrapper {
	margin-left: 10px;
}

.rael-infobox--photo-left-title .rael-infobox__image-content, .rael-infobox--photo-left .rael-infobox__image-content {
	margin-right: 10px;
}

.rael--infobox--photo-right-title .rael-infobox__image-content, .rael-infobox--photo-right .rael-infobox__image-content {
	margin-left: 10px;
}

.rael-infobox--icon-left-title .rael-infobox-image--left-of-heading, .rael-infobox--icon-left .rael-infobox-left-right-wrapper, .rael-infobox--icon-right-title .rael-infobox-image--right-of-heading, .rael-infobox--icon-right .rael-infobox-left-right-wrapper, .rael-infobox--photo-left-title .rael-infobox-image--left-of-heading, .rael-infobox--photo-left .rael-infobox-left-right-wrapper, .rael-infobox--photo-right-title .rael-infobox-image--right-of-heading, .rael-infobox--photo-right .rael-infobox-left-right-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-infobox--icon-right-title .rael-infobox-image--right-of-heading, .rael-infobox--photo-right-title .rael-infobox-image--right-of-heading {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rael-infobox__imgicon-wrapper .rael-infobox--photo-above-title {
	display: block;
}

.rael-infobox__imgicon-wrapper .rael-infobox--photo-below-title {
	display: block;
	margin: 10px 0 15px;
}

.rael-infobox__icon-wrapper .rael-infobox__icon {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.rael-infobox__icon-wrapper .rael-infobox__icon i {
	height: auto;
	width: auto;
	position: relative;
}

.rael-infobox__icon-wrapper .rael-infobox__icon svg {
	height: 100%;
	width: 100%;
}

.rael-infobox__imgicon-wrapper .rael-infobox__image-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}

.rael-infobox__imgicon-wrapper .rael-infobox__image-content img {
	display: inline;
	height: auto !important;
	max-width: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.rael-infobox-module-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
}

.elementor-edit-mode .rael-infobox-module-link {
	z-index: 2;
}

.rael-infobox__link-icon--after {
	margin-left: 5px;
	margin-right: 0;
}

.rael-infobox__link-icon--before {
	margin-left: 0;
	margin-right: 5px;
}

.rael-infobox__link-icon {
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.rael-infobox-link-type-module .rael-infobox {
	position: relative;
}

.rael-infobox-link-type-module:hover .elementor-animation-grow {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.rael-infobox-link-type-module:hover .elementor-animation-shrink {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.rael-infobox-link-type-module:hover .elementor-animation-pulse {
	-webkit-animation-name: elementor-animation-pulse;
	animation-name: elementor-animation-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.rael-infobox-link-type-module:hover .elementor-animation-pulse-grow {
	-webkit-animation: elementor-animation-pulse-grow .3s linear infinite alternate;
	animation: elementor-animation-pulse-grow .3s linear infinite alternate;
}

.rael-infobox-link-type-module:hover .elementor-animation-pulse-shrink {
	-webkit-animation: elementor-animation-pulse-shrink .3s linear infinite alternate;
	animation: elementor-animation-pulse-shrink .3s linear infinite alternate;
}

.rael-infobox-link-type-module:hover .elementor-animation-push {
	-webkit-animation: elementor-animation-push .3s linear;
	animation: elementor-animation-push .3s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-pop {
	-webkit-animation: elementor-animation-pop .3s linear;
	animation: elementor-animation-pop .3s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-bounce-in {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
	-o-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.rael-infobox-link-type-module:hover .elementor-animation-bounce-out {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
	-o-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.rael-infobox-link-type-module:hover .elementor-animation-rotate {
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}

.rael-infobox-link-type-module:hover .elementor-animation-grow-rotate {
	-webkit-transform: scale(1.1) rotate(4deg);
	-ms-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}

.rael-infobox-link-type-module:hover .elementor-animation-float {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.rael-infobox-link-type-module:hover .elementor-animation-sink {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.rael-infobox-link-type-module:hover .elementor-animation-bob {
	-webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

.rael-infobox-link-type-module:hover .elementor-animation-hang {
	-webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

.rael-infobox-link-type-module:hover .elementor-animation-skew {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.rael-infobox-link-type-module:hover .elementor-animation-skew-forward {
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
}

.rael-infobox-link-type-module:hover .elementor-animation-skew-backward {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}

.rael-infobox-link-type-module:hover .elementor-animation-wobble-vertical {
	-webkit-animation-name: elementor-animation-wobble-vertical;
	animation-name: elementor-animation-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-wobble-horizontal {
	-webkit-animation-name: elementor-animation-wobble-horizontal;
	animation-name: elementor-animation-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right {
	-webkit-animation-name: elementor-animation-wobble-to-bottom-right;
	animation-name: elementor-animation-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right {
	-webkit-animation-name: elementor-animation-wobble-to-top-right;
	animation-name: elementor-animation-wobble-to-top-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-wobble-top {
	-webkit-animation-name: elementor-animation-wobble-top;
	animation-name: elementor-animation-wobble-top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-wobble-bottom {
	-webkit-animation-name: elementor-animation-wobble-bottom;
	animation-name: elementor-animation-wobble-bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-wobble-skew {
	-webkit-animation-name: elementor-animation-wobble-skew;
	animation-name: elementor-animation-wobble-skew;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-buzz {
	-webkit-animation-name: elementor-animation-buzz;
	animation-name: elementor-animation-buzz;
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.rael-infobox-link-type-module:hover .elementor-animation-buzz-out {
	-webkit-animation-name: elementor-animation-buzz-out;
	animation-name: elementor-animation-buzz-out;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@media only screen and (max-width:976px) {
	.rael-infobox--view-tablet .rael-infobox-left-right-wrapper .rael-infobox__imgicon-wrapper {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.rael-infobox--view-tablet.rael-infobox--reverse-order-tablet .rael-infobox-left-right-wrapper {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.rael-infobox--view-tablet .rael-infobox-left-right-wrapper {
		display: inline-block;
	}
	
	.rael-infobox--view-tablet .rael-infobox-left-right-wrapper .rael-infobox__imgicon-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	
	.rael-infobox--view-tablet .rael-infobox-left-right-wrapper .rael-infobox__content, .rael-infobox--view-tablet .rael-infobox-left-right-wrapper .rael-infobox__imgicon-wrapper {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.rael-infobox--view-tablet.rael-infobox--icon-left-title .rael-infobox__imgicon-wrap, .rael-infobox--view-tablet.rael-infobox--icon-left .rael-infobox__imgicon-wrap, .rael-infobox--view-tablet.rael-infobox--photo-left-title .rael-infobox__image-content, .rael-infobox--view-tablet.rael-infobox--photo-left .rael-infobox__image-content {
		margin-right: 0;
	}
	
	.rael-infobox--view-tablet.rael-infobox--icon-right-title .rael-infobox__imgicon-wrap, .rael-infobox--view-tablet.rael-infobox--icon-right .rael-infobox__imgicon-wrap, .rael-infobox--view-tablet.rael-infobox--photo-right-title .rael-infobox__image-content, .rael-infobox--view-tablet.rael-infobox--photo-right .rael-infobox__image-content {
		margin-left: 0;
	}
}

@media only screen and (max-width:767px) {
	.rael-infobox--view-mobile .rael-infobox-left-right-wrapper .rael-infobox__imgicon-wrapper {
		padding: 0;
		margin-bottom: 20px;
	}
	
	.rael-infobox--view-mobile.rael-infobox--reverse-order-tablet .rael-infobox-left-right-wrapper {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.rael-infobox--view-mobile .rael-infobox-left-right-wrapper {
		display: inline-block;
	}
	
	.rael-infobox--view-mobile .rael-infobox-left-right-wrapper .rael-infobox__imgicon-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	
	.rael-infobox--view-mobile .rael-infobox-left-right-wrapper .rael-infobox__content, .rael-infobox--view-mobile .rael-infobox-left-right-wrapper .rael-infobox__imgicon-wrapper {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.rael-infobox--view-mobile.rael-infobox--icon-left-title .rael-infobox__imgicon-wrap, .rael-infobox--view-mobile.rael-infobox--icon-left .rael-infobox__imgicon-wrap, .rael-infobox--view-mobile.rael-infobox--photo-left-title .rael-infobox__image-content, .rael-infobox--view-mobile.rael-infobox--photo-left .rael-infobox__image-content {
		margin-right: 0;
	}
	
	.rael-infobox--view-mobile.rael-infobox--icon-right-title .rael-infobox__imgicon-wrap, .rael-infobox--view-mobile.rael-infobox--icon-right .rael-infobox__imgicon-wrap, .rael-infobox--view-mobile.rael-infobox--photo-right-title .rael-infobox__image-content, .rael-infobox--view-mobile.rael-infobox--photo-right .rael-infobox__image-content {
		margin-left: 0;
	}
}

.rael-infobox__icon i:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rtl .rael-infobox-widget-content.rael-infobox--left .rael-infobox-left-right-wrapper {
	text-align: left;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rtl .rael-infobox-widget-content.rael-infobox--right .rael-infobox-right-wrapper {
	text-align: right;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.rael-infobox .rael-infobox-align-icon-right {
	flex-direction: row-reverse;
}

.swiper-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	position: inherit;
}

p {
	margin: revert;
}

.gallery-carousel .swiper-wrapper .swiper-slide {
	display: inline-grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.img-carousel-buttons {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 1px);
	transform: translate3d(0, -50%, 1px);
}

.img-carousel-buttons.carousel-button-prev {
	left: 10px;
}

.img-carousel-buttons.carousel-button-next {
	right: 10px;
}

.img-carousel-buttons.swiper-button-disabled {
	opacity: .3;
}

.rael-img-carousel-arrow-outside .swiper-container {
	width: calc(100% - 60px);
}

.rael-img-carousel-arrow-outside .carousel-button--prev {
	left: 0;
}

.rael-img-carousel-arrow-outside .carousel-button--next {
	right: 0;
}

.rael-img-gallery-wrap.rael-img-justified-wrap, .rael-img-gallery-wrap.rael-img-justified-wrap.rael-cat-filters {
	margin: 0;
}

.elementor:not(.elementor-edit-mode) .rael-img-justified-wrap .rael-grid-item {
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.rael-img-gallery-wrap:after, .rael-img-gallery-wrap:before {
	content: " ";
	display: table;
	width: 0;
}

.rael-img-gallery-wrap:after {
	clear: both;
}

.rael-img-gallery-tabs-dropdown .rael-filters-dropdown {
	display: none;
}

.rael-img-gallery-wrap {
	list-style: none outside;
	clear: both;
}

.rael-img-grid-masonry-wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rael-img-gallery-wrap .rael-grid-img-thumbnail {
	overflow: hidden;
}

.rael-img-gallery-wrap img {
	width: 100%;
	margin-bottom: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.rael-gallery-unjustified .rael-img-gallery-wrap .rael-grid-item {
	width: 25%;
	padding: 0 10px;
}

.rael-gallery-parent .rael-masonry-filters {
	text-align: center;
	margin-bottom: 30px;
}

.rael-gallery-parent .rael-masonry-filters .rael-masonry-filter {
	border-style: none;
	display: inline-block;
	padding: 5px 15px;
	background: #efefef;
	cursor: pointer;
	margin: 0 5px 5px;
}

.rael-gallery-parent .rael-masonry-filters .rael-masonry-filter:last-child {
	margin-right: 0 !important;
}

.rael-gallery-parent .rael-masonry-filters .rael-masonry-filter:first-child {
	margin-left: 0 !important;
}

.rael-gallery-parent .rael-img-gallery-tabs-dropdown .rael-masonry-filters .rael-current, .rael-gallery-parent .rael-masonry-filters .rael-current {
	background: #ccc;
}

.rael-img-grid-wrap .rael-grid-item-content {
	margin-bottom: 10px;
}

.rael-img-gallery-wrap .rael-grid-item-content {
	position: relative;
}

.rael-image-overlay .rael-grid-img-overlay, .rael-img-gallery-wrap .rael-grid-img-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: background-color .15s linear;
	-o-transition: background-color .15s linear;
	transition: background-color .15s linear;
}

.rael-image-overlay .rael-grid-img-overlay i, .rael-image-overlay .rael-grid-img-overlay img, .rael-image-overlay .rael-grid-img-overlay svg, .rael-img-gallery-wrap .rael-grid-img-overlay i, .rael-img-gallery-wrap .rael-grid-img-overlay img, .rael-img-gallery-wrap .rael-grid-img-overlay svg {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 135ms linear;
	-o-transition: opacity 135ms linear;
	transition: opacity 135ms linear;
}

.rael-image-overlay .rael-grid-img-overlay i, .rael-image-overlay .rael-grid-img-overlay svg, .rael-img-gallery-wrap .rael-grid-img-overlay i, .rael-img-gallery-wrap .rael-grid-img-overlay svg {
	text-align: center;
	top: 50%;
	width: 100%;
	font-size: 26px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-image-overlay .rael-grid-img-overlay img, .rael-img-gallery-wrap .rael-grid-img-overlay img {
	top: 50%;
	left: 50%;
	width: 40px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.rael-grid-gallery-img:hover .rael-grid-img-overlay i, .rael-grid-gallery-img:hover .rael-grid-img-overlay img, .rael-grid-gallery-img:hover .rael-grid-img-overlay svg {
	opacity: 1;
}

.rael-img-gallery-wrap .rael-grid-img-caption {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 12px;
	background: rgba(0, 0, 0, .4);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.rael-img-gallery-wrap .rael-grid-img-caption .rael-grid-caption-text {
	color: #fff;
	margin: 0;
}

.rael-img-gallery-wrap .rael-grid-img-caption .rael-img-description {
	margin: 0;
}

.rael-gallery-fancybox .fancybox-caption {
	text-align: center;
	margin-top: -30px;
	font-size: 16px;
}

.rael-gallery-fancybox .fancybox-caption:after {
	border-bottom: none;
}

.rael-gallery-fancybox .fancybox-slide--image {
	padding-bottom: 70px;
	padding-top: 70px;
}

@media (max-width:1024px) {
	.rael-img-grid-tablet__column-1 .rael-img-gallery-wrap .rael-grid-item {
		width: 100%;
	}
	
	.rael-img-grid-tablet__column-2 .rael-img-gallery-wrap .rael-grid-item {
		width: 50%;
	}
	
	.rael-img-grid-tablet__column-3 .rael-img-gallery-wrap .rael-grid-item {
		width: 33.33%;
	}
	
	.rael-img-grid-tablet__column-4 .rael-img-gallery-wrap .rael-grid-item {
		width: 25%;
	}
	
	.rael-img-grid-tablet__column-5 .rael-img-gallery-wrap .rael-grid-item {
		width: 20%;
	}
	
	.rael-img-grid-tablet__column-6 .rael-img-gallery-wrap .rael-grid-item {
		width: 16.66%;
	}
	
	.rael-img-grid-tablet__column-1 .rael-img-gallery-wrap .rael-grid-item:nth-child(n), .rael-img-grid-tablet__column-2 .rael-img-gallery-wrap .rael-grid-item:nth-child(2n), .rael-img-grid-tablet__column-3 .rael-img-gallery-wrap .rael-grid-item:nth-child(3n), .rael-img-grid-tablet__column-4 .rael-img-gallery-wrap .rael-grid-item:nth-child(4n), .rael-img-grid-tablet__column-5 .rael-img-gallery-wrap .rael-grid-item:nth-child(5n), .rael-img-grid-tablet__column-6 .rael-img-gallery-wrap .rael-grid-item:nth-child(6n) {
		clear: right;
	}
	
	.rael-img-grid-tablet__column-1 .rael-img-gallery-wrap .rael-grid-item:nth-child(n+1), .rael-img-grid-tablet__column-2 .rael-img-gallery-wrap .rael-grid-item:nth-child(odd), .rael-img-grid-tablet__column-3 .rael-img-gallery-wrap .rael-grid-item:nth-child(3n+1), .rael-img-grid-tablet__column-4 .rael-img-gallery-wrap .rael-grid-item:nth-child(4n+1), .rael-img-grid-tablet__column-5 .rael-img-gallery-wrap .rael-grid-item:nth-child(5n+1), .rael-img-grid-tablet__column-6 .rael-img-gallery-wrap .rael-grid-item:nth-child(6n+1) {
		clear: left;
	}
}

.rael-caption-on-image .rael-img-gallery-wrap .rael-grid-img-caption {
	opacity: 1;
	pointer-events: auto;
	margin: 0;
}

.rael-caption-on-hover .rael-img-gallery-wrap .rael-grid-item-content:hover .rael-grid-img-caption, .rael-caption-on-hover .rael-img-gallery-wrap .swiper-slide:hover .rael-grid-img-caption {
	opacity: 1;
	pointer-events: auto;
}

.rael-img-caption-valign-middle .rael-grid-img-caption {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: auto;
}

.rael-img-caption-valign-bottom .rael-grid-img-caption {
	bottom: 0;
}

.rael-img-caption-valign-top .rael-grid-img-caption {
	top: 0;
	bottom: auto;
}

.logged-in #wpadminbar ~ .rael-gallery-fancybox .fancybox-toolbar {
	margin-top: 32px;
}

.rtl .rael-gallery-fancybox .fancybox-slide--image .fancybox-content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
}

.rtl .rael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_right {
	left: 6px;
}

.rtl .rael-gallery-fancybox .fancybox-navigation .fancybox-button--arrow_left {
	right: 6px;
	left: unset;
}

.rael-img-grid__column-1 .rael-img-gallery-wrap .rael-grid-item {
	width: 100%;
}

.rael-img-grid__column-2 .rael-img-gallery-wrap .rael-grid-item {
	width: 50%;
}

.rael-img-grid__column-3 .rael-img-gallery-wrap .rael-grid-item {
	width: 33.33%;
}

.rael-img-grid__column-4 .rael-img-gallery-wrap .rael-grid-item {
	width: 25%;
}

.rael-img-grid__column-5 .rael-img-gallery-wrap .rael-grid-item {
	width: 20%;
}

.rael-img-grid__column-6 .rael-img-gallery-wrap .rael-grid-item {
	width: 16.66%;
}

.rael-img-grid__column-1 .rael-img-gallery-wrap .rael-grid-item:nth-child(n), .rael-img-grid__column-2 .rael-img-gallery-wrap .rael-grid-item:nth-child(2n), .rael-img-grid__column-3 .rael-img-gallery-wrap .rael-grid-item:nth-child(3n), .rael-img-grid__column-4 .rael-img-gallery-wrap .rael-grid-item:nth-child(4n), .rael-img-grid__column-5 .rael-img-gallery-wrap .rael-grid-item:nth-child(5n), .rael-img-grid__column-6 .rael-img-gallery-wrap .rael-grid-item:nth-child(6n) {
	clear: right;
}

.rael-img-grid__column-1 .rael-img-gallery-wrap .rael-grid-item:nth-child(n+1), .rael-img-grid__column-2 .rael-img-gallery-wrap .rael-grid-item:nth-child(odd), .rael-img-grid__column-3 .rael-img-gallery-wrap .rael-grid-item:nth-child(3n+1), .rael-img-grid__column-4 .rael-img-gallery-wrap .rael-grid-item:nth-child(4n+1), .rael-img-grid__column-5 .rael-img-gallery-wrap .rael-grid-item:nth-child(5n+1), .rael-img-grid__column-6 .rael-img-gallery-wrap .rael-grid-item:nth-child(6n+1) {
	clear: left;
}

@media (max-width:767px) {
	.rael-img-grid-mobile__column-1 .rael-img-gallery-wrap .rael-grid-item {
		width: 100%;
	}
	
	.rael-img-grid-mobile__column-2 .rael-img-gallery-wrap .rael-grid-item {
		width: 50%;
	}
	
	.rael-img-grid-mobile__column-3 .rael-img-gallery-wrap .rael-grid-item {
		width: 33.33%;
	}
	
	.rael-img-grid-mobile__column-4 .rael-img-gallery-wrap .rael-grid-item {
		width: 25%;
	}
	
	.rael-img-grid-mobile__column-5 .rael-img-gallery-wrap .rael-grid-item {
		width: 20%;
	}
	
	.rael-img-grid-mobile__column-6 .rael-img-gallery-wrap .rael-grid-item {
		width: 16.66%;
	}
	
	.rael-img-grid-mobile__column-1 .rael-img-gallery-wrap .rael-grid-item:nth-child(n), .rael-img-grid-mobile__column-2 .rael-img-gallery-wrap .rael-grid-item:nth-child(2n), .rael-img-grid-mobile__column-3 .rael-img-gallery-wrap .rael-grid-item:nth-child(3n), .rael-img-grid-mobile__column-4 .rael-img-gallery-wrap .rael-grid-item:nth-child(4n), .rael-img-grid-mobile__column-5 .rael-img-gallery-wrap .rael-grid-item:nth-child(5n), .rael-img-grid-mobile__column-6 .rael-img-gallery-wrap .rael-grid-item:nth-child(6n) {
		clear: right;
	}
	
	.rael-img-grid-mobile__column-1 .rael-img-gallery-wrap .rael-grid-item:nth-child(n+1), .rael-img-grid-mobile__column-2 .rael-img-gallery-wrap .rael-grid-item:nth-child(odd), .rael-img-grid-mobile__column-3 .rael-img-gallery-wrap .rael-grid-item:nth-child(3n+1), .rael-img-grid-mobile__column-4 .rael-img-gallery-wrap .rael-grid-item:nth-child(4n+1), .rael-img-grid-mobile__column-5 .rael-img-gallery-wrap .rael-grid-item:nth-child(5n+1), .rael-img-grid-mobile__column-6 .rael-img-gallery-wrap .rael-grid-item:nth-child(6n+1) {
		clear: left;
	}
	
	.rael-img-gallery-tabs-dropdown .rael-masonry-filters {
		display: none;
	}
	
	.rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		display: none;
		list-style: none;
		position: absolute;
		margin: 0;
		top: 100%;
		background-color: #fff;
		background-color: hsla(0, 0%, 100%, .95);
		z-index: 9;
		border: 1px solid #ededed;
	}
	
	.rael-img-gallery-tabs-dropdown .rael-filters-dropdown {
		display: block;
		position: relative;
	}
	
	.rael-img-gallery-tabs-dropdown .rael-filters-dropdown-button {
		background: #efefef;
		padding: 5px 15px;
		cursor: pointer;
		display: inline-block;
	}
	
	.rael-gallery-filter-align-right .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: auto;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.rael-gallery-filter-align-left .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: 0;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.rael-gallery-filter-align-center .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.rael-tablet-gallery-filter-align-right .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: auto;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.rael-tablet-gallery-filter-align-left .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: 0;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.rael-tablet-gallery-filter-align-center .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.rael-mobile-gallery-filter-align-right .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: auto;
		right: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.rael-mobile-gallery-filter-align-left .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: 0;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	
	.rael-mobile-gallery-filter-align-center .rael-img-gallery-tabs-dropdown ul.rael-filters-dropdown-list {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	ul.rael-filters-dropdown-list.show-list {
		display: block;
	}
	
	.rael-gallery-parent .rael-img-gallery-tabs-dropdown .rael-masonry-filter {
		white-space: nowrap;
		display: block;
		background: #efefef;
		cursor: pointer;
		-webkit-transition: all .2s ease-in-out 0s;
		-o-transition: all .2s ease-in-out 0s;
		transition: all .2s ease-in-out 0s;
		border-style: none;
		margin: 0;
		padding: 5px 15px;
	}
	
	.rael-img-gallery-tabs-dropdown .rael-filters-dropdown-button:after {
		content: "";
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		margin-left: 6px;
	}
}

.rael-img-carousel-wrap {
	white-space: nowrap;
}

.rael-img-carousel-wrap .rael-grid-item-content {
	white-space: normal;
}

.rael-img-carousel-wrap .rael-grid-item {
	display: inline-block;
}

.rael-img-carousel-wrap.rael-nav-both, .rael-img-carousel-wrap.rael-nav-dots {
	margin-bottom: 50px;
}

.rael-img-gallery-wrap.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.rael-img-gallery-wrap.justified-gallery > a, .rael-img-gallery-wrap.justified-gallery > div, .rael-img-gallery-wrap.justified-gallery > figure {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	filter: "alpha(opacity=10)";
	opacity: .1;
	margin: 0;
	padding: 0;
}

.rael-img-gallery-wrap.justified-gallery > a > a > img, .rael-img-gallery-wrap.justified-gallery > a > img, .rael-img-gallery-wrap.justified-gallery > div > a > img, .rael-img-gallery-wrap.justified-gallery > div > img, .rael-img-gallery-wrap.justified-gallery > figure > a > img, .rael-img-gallery-wrap.justified-gallery > figure > img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
}

.rael-img-gallery-wrap.justified-gallery > a > .caption, .rael-img-gallery-wrap.justified-gallery > div > .caption, .rael-img-gallery-wrap.justified-gallery > figure > .caption {
	display: none;
	position: absolute;
	bottom: 0;
	padding: 5px;
	background-color: #000;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-family: sans-serif;
}

.rael-img-gallery-wrap.justified-gallery > a > .caption.caption-visible, .rael-img-gallery-wrap.justified-gallery > div > .caption.caption-visible, .rael-img-gallery-wrap.justified-gallery > figure > .caption.caption-visible {
	display: initial;
	filter: "alpha(opacity=70)";
	opacity: .7;
	-webkit-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
}

.rael-img-gallery-wrap.justified-gallery > .entry-visible {
	filter: "alpha(opacity=100)";
	opacity: 1;
	background: 0 0;
}

.rael-img-gallery-wrap.justified-gallery > .entry-visible > a > img, .rael-img-gallery-wrap.justified-gallery > .entry-visible > img {
	filter: "alpha(opacity=100)";
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	-o-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in;
}

.rael-img-gallery-wrap.justified-gallery > .jg-filtered {
	display: none;
}

.rael-img-gallery-wrap.justified-gallery > .spinner {
	position: absolute;
	bottom: 0;
	margin-left: -24px;
	padding: 10px 0;
	left: 50%;
	filter: "alpha(opacity=100)";
	opacity: 1;
	overflow: initial;
}

.rael-img-gallery-wrap.justified-gallery > .spinner > span {
	display: inline-block;
	filter: "alpha(opacity=0)";
	opacity: 0;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #000;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

[class*=rael-ins] .rael-ins-target {
	position: relative;
}

[class*=rael-ins] .rael-ins-target:before {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.rael-ins-hover-normal .rael-ins-hover:hover .rael-ins-target, .rael-ins-normal .rael-ins-target {
	-webkit-filter: unset;
	filter: unset;
	font-size: 0;
}

.rael-ins-hover-normal .rael-ins-hover:hover .rael-ins-target:before {
	background: unset;
	mix-blend-mode: unset;
	-webkit-filter: unset;
	filter: unset;
}

.rael-ins-a-1977 .rael-ins-target, .rael-ins-hover-a-1977 .rael-ins-hover:hover .rael-ins-target {
	-webkit-filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
	filter: sepia(.5) hue-rotate(-30deg) saturate(1.4);
}

.rael-ins-aden .rael-ins-target, .rael-ins-hover-aden .rael-ins-hover:hover .rael-ins-target {
	-webkit-filter: sepia(.2) brightness(1.15) saturate(1.4);
	filter: sepia(.2) brightness(1.15) saturate(1.4);
}

.rael-ins-aden .rael-ins-target:before, .rael-ins-hover-aden .rael-ins-hover:hover .rael-ins-target:before {
	background: rgba(125, 105, 24, .1);
	content: "";
	mix-blend-mode: multiply;
}

.rael-ins-earlybird .rael-ins-target, .rael-ins-hover-earlybird .rael-ins-hover:hover .rael-ins-target {
	-webkit-filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
	filter: sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg);
}

.rael-ins-earlybird .rael-ins-target:before, .rael-ins-hover-earlybird .rael-ins-hover:hover .rael-ins-target:before {
	background: -o-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
	background: radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 0, rgba(125, 105, 24, .2) 100%);
	content: "";
	mix-blend-mode: multiply;
}

.rael-ins-hover-hudson .rael-ins-hover:hover .rael-ins-target, .rael-ins-hudson .rael-ins-target {
	-webkit-filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
	filter: sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg);
}

.rael-ins-hover-hudson .rael-ins-hover:hover .rael-ins-target:before, .rael-ins-hudson .rael-ins-target:before {
	background: -o-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
	background: radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 25%, rgba(25, 62, 167, .25) 100%);
	content: "";
	mix-blend-mode: multiply;
}

.rael-ins-hover-inkwell .rael-ins-hover:hover .rael-ins-target, .rael-ins-inkwell .rael-ins-target {
	-webkit-filter: brightness(1.25) contrast(.85) grayscale(1);
	filter: brightness(1.25) contrast(.85) grayscale(1);
}

.rael-ins-hover-perpetua .rael-ins-hover:hover .rael-ins-target, .rael-ins-perpetua .rael-ins-target {
	-webkit-filter: contrast(1.1) brightness(1.25) saturate(1.1);
	filter: contrast(1.1) brightness(1.25) saturate(1.1);
}

.rael-ins-hover-perpetua .rael-ins-hover:hover .rael-ins-target:before, .rael-ins-perpetua .rael-ins-target:before {
	background: -o-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
	background: linear-gradient(180deg, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
	background: -webkit-linear-gradient(top, rgba(0, 91, 154, .25), rgba(230, 193, 61, .25));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 91, 154, .25)), to(rgba(230, 193, 61, .25)));
	content: "";
	mix-blend-mode: multiply;
}

.rael-ins-hover-poprocket .rael-ins-hover:hover .rael-ins-target, .rael-ins-poprocket .rael-ins-target {
	-webkit-filter: sepia(.15) brightness(1.2);
	filter: sepia(.15) brightness(1.2);
}

.rael-ins-hover-poprocket .rael-ins-hover:hover .rael-ins-target:before, .rael-ins-poprocket .rael-ins-target:before {
	background: -o-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
	background: radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
	background: -webkit-radial-gradient(circle closest-corner, rgba(206, 39, 70, .75) 40%, #000 80%);
	content: "";
	mix-blend-mode: screen;
}

.rael-ins-hover-sutro .rael-ins-hover:hover .rael-ins-target, .rael-ins-sutro .rael-ins-target {
	-webkit-filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
	filter: sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg);
}

.rael-ins-hover-sutro .rael-ins-hover:hover .rael-ins-target:before, .rael-ins-sutro .rael-ins-target:before {
	background: -o-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
	background: radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
	background: -webkit-radial-gradient(circle closest-corner, transparent 50%, rgba(0, 0, 0, .5) 90%);
	content: "";
	mix-blend-mode: darken;
}

.rael-ins-hover-toaster .rael-ins-hover:hover .rael-ins-target, .rael-ins-toaster .rael-ins-target {
	-webkit-filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
	filter: sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg);
}

.rael-ins-hover-toaster .rael-ins-hover:hover .rael-ins-target:before, .rael-ins-toaster .rael-ins-target:before {
	background: -o-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
	background: radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
	background: -webkit-radial-gradient(circle, #804e0f, rgba(0, 0, 0, .25));
	content: "";
	mix-blend-mode: screen;
}

.rael-ins-hover-willow .rael-ins-hover:hover .rael-ins-target, .rael-ins-willow .rael-ins-target {
	-webkit-filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
	filter: brightness(1.2) contrast(.85) saturate(.05) sepia(.2);
}

.hotspot-image > .hotspot-indicator {
	position: absolute;
}

.hotspot-image > .hotspot-indicator > .hotspot-indicator-inner {
	height: 5px;
	width: 5px;
	border-radius: 50%;
}

.hotspot-image > .hotspot-indicator-content {
	display: grid;
	grid-auto-flow: column;
	position: absolute;
	max-width: 20em;
	word-break: break-word;
	padding: .5em;
}

.hotspot-image > .hotspot-indicator-content .content-text {
	display: grid;
	grid-auto-flow: row;
}

.hotspot-image > .hotspot-indicator-content p {
	margin: 5px;
}

.hotspot-image > .hotspot-indicator-content .hotspot-button {
	margin: 5px;
	text-align: center;
}

.glow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: red;
	-webkit-box-shadow: 0 0 0 0 currentColor;
	box-shadow: 0 0 0 0 currentColor;
	animation: button-ripple 3s infinite;
	opacity: .6;
}

.glow-2 {
	animation-delay: .4s;
}

.glow-3 {
	animation-delay: .8s;
}

@keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 15px currentColor;
		box-shadow: 0 0 0 15px currentColor;
		opacity: 0;
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@-webkit-keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 15px currentColor;
		box-shadow: 0 0 0 15px currentColor;
		opacity: 0;
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@media only screen and (max-width:767px) {
	.hotspot-image > .hotspot-indicator-content {
		width: 34%;
	}
}

.rael-lottie-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-lottie--align-flex-start .rael-lottie-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.rael-lottie--align-center .rael-lottie-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-lottie--align-flex-end .rael-lottie-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rael-lottie__container, .rael-lottie__container-link {
	display: block;
}

.rael-lottie__container-link {
	width: auto;
}

.rael-lottie__container svg, .rael-lottie__container svg * {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

@media only screen and (max-width:769px) {
	.rael-lottie--align--tabletflex-start .rael-lottie-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.rael-lottie--align--tabletcenter .rael-lottie-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.rael-lottie--align--tabletflex-end .rael-lottie-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media only screen and (max-width:480px) {
	.rael-lottie--align--mobileflex-start .rael-lottie-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.rael-lottie--align--mobilecenter .rael-lottie-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.rael-lottie--align--mobileflex-end .rael-lottie-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.rael-login-registration-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.dashicons {
	display: contents;
}

.rael-header-content {
	grid-auto-flow: column;
	grid-column-gap: 25px;
	margin-bottom: 2em;
	margin-right: 1.5em;
}

.rael-header-content .rael-header-logo {
	width: auto;
}

.rael-header-content .rael-header-title {
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: .4em;
}

.rael-form-wrapper .rael-header-content.header-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-form-wrapper .rael-header-content.header-inline .form-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.rael-form-wrapper .rael-header-content.header-inline .form-dsc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
	word-break: break-word;
}

.rael-form-wrapper .rael-header-content img {
	width: 100px;
}

.rael-form-wrapper .rael-header-content h3 {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
}

.rael-form-wrapper .rael-header-content p {
	font-size: 14px;
}

.rael-form-logo-inline {
	background-color: red;
	grid-template-columns: auto auto;
}

@media (max-width:900px) {
	.rael-form-logo-inline {
		background-color: red;
		grid-template-columns: 100%;
	}
}

@media (max-width:767px) {
	.rael-form-image {
		width: auto !important;
		height: 16em !important;
	}
	
	.rael-login-wrapper, .rael-register-wrapper {
		flex-direction: column !important;
	}
	
	.rael-login-form-container, .rael-register-form-container {
		width: 100% !important;
	}
	
	.rael-login-input {
		width: 100% !important;
	}
}

.rael-login-wrapper {
	display: flex;
	align-items: stretch;
	width: 100%;
	justify-content: center;
}

.rael-login-form-container {
	background-color: #fff;
	padding: 1.7em;
	display: grid;
	align-items: center;
	width: 50%;
	box-shadow: 0 0 37.5px 14px rgba(102, 102, 102, .13);
}

.rael-login-form-container .rael-login-form-group {
	margin-bottom: 1.2em;
}

.rael-login-form-container .rael-login-password {
	position: relative;
}

.rael-login-form-container .rael-show-password {
	position: absolute;
	top: 2px;
	right: 2px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rael-login-form-container .rael-additional-form-options {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.2em;
}

.rael-login-form-container .rael-remember-me-label {
	font-weight: 500;
	display: flex;
	align-items: center;
	margin: 0;
}

.rael-login-form-container .remember-me-input {
	height: 20px;
	width: 20px;
}

.rael-login-form-container .rael-login-form-footer, .rael-login-form-container .rael-login-reg-link, .rael-login-form-container .rael-reg-login-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.rael-login-form-container .rael-login-reg-link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rael-login-form-container .rael-login-submit {
	margin: 0;
	height: 100%;
}

.already-logged-in {
	margin: 1em 0;
	font-size: 1.2em;
}

.rael-register-wrapper {
	display: flex;
	grid-auto-flow: column;
	grid-template-columns: 50% 50%;
	align-items: stretch;
	width: 100%;
	justify-content: center;
}

.rael-register-form-container {
	background-color: #fff;
	padding: 1.7em;
	display: grid;
	align-items: center;
	width: 50%;
	box-shadow: 0 0 37.5px 14px rgba(102, 102, 102, .13);
}

.rael-register-form-container label.required-asterix::after {
	content: " *";
	color: red;
}

.rael-register-form-container .rael-reg-login-link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rael-register-form-container .rael-register-form-group {
	margin-bottom: 1.2em;
}

.rael-register-form-container .rael-show-password {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rael-register-form-container .rael-register-form-footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.rael-register-form-container .rael-register-submit {
	margin: 0;
	height: 100%;
}

.rael-register-form-container .rael-tc {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 70px auto;
	align-items: center;
	margin-bottom: 1.2em;
}

.rael-register-form-container .rael-switch {
	position: relative;
	display: inline-block;
	width: 64px;
	height: 34px;
	margin: 0;
}

.rael-register-form-container .rael-switch input {
	position: relative;
	left: 30px;
	top: -2px;
	transform: scale(.1);
}

.rael-register-form-container .rael-tc-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #666;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.rael-register-form-container .rael-tc-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.rael-register-form-container input:checked + .rael-tc-slider {
	background-color: #2ab934;
}

.rael-register-form-container input:focus + .rael-tc-slider {
	box-shadow: 0 0 1px #2196f3;
}

.rael-register-form-container input:checked + .rael-tc-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(30px);
}

.rael-register-form-container .rael-tc-slider:after {
	content: "";
	color: #fff;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

.rael-register-form-container .rael-confirm-pass-error {
	margin-top: 0;
}

.rael-register-form-container .rael-enforce-pass, .rael-register-form-container .rael-confirm-pass-error {
	margin-bottom: 8px;
	font-size: .8em;
	display: flex;
	align-items: center;
	color: #e50000;
	transition: all 250ms ease-out;
}

.rael-register-form-container .rael-enforce-pass i, .rael-register-form-container .rael-confirm-pass-error i {
	font-size: 1.2em;
	margin-right: .4em;
}

.rael-register-form-container .rael-valid {
	color: #00b300;
}

.rael-register-form-container .rael-reg-password {
	position: relative;
}

.rael-reg-error {
	width: 100%;
	font-size: 1.4em;
	margin: 0;
}

.rael-login-wrapper, .rael-register-wrapper {
	animation: fade 600ms ease-in-out;
}

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

.rael-recaptcha {
	margin-bottom: 1.2em;
}

.rael-disabled {
	background-color: #999 !important;
	cursor: not-allowed !important;
}

.rael-form-message {
	display: block;
	width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 0;
	font-size: 1rem;
	padding: 10px 15px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	word-break: break-word;
}

.rael-form-message > p {
	margin: 0;
}

.rael-form-message > ul {
	margin: 0;
	margin-left: 1em;
}

.rael-form-message-valid {
	color: #155724;
	background-color: #d4edda;
	border-left: 3px solid green;
}

.rael-form-message-invalid {
	color: #721c24;
	background-color: #f8d7da;
	border-left: 3px solid red;
}

.rael-input {
	width: 100%;
	height: 50px;
}

.rael-logo-carousel.swiper-container .swiper-slide {
	text-align: center;
}

.rael-logo-carousel.swiper-container .swiper-slide img {
	width: auto;
}

.rael-logo-carousel .rael-logo-carousel__item-title {
	color: inherit;
}

.rael-logo-carousel .rael-logo-carousel__item-title > a {
	color: inherit;
}

.rael-logo-carousel__logo-grayscale--normal img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.rael-logo-carousel__logo-grayscale--normal .swiper-slide:hover img {
	-webkit-filter: none;
	filter: none;
}

.rael-logo-carousel__logo-grayscale--hover .swiper-slide:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.rael-logo-carousel-wrapper .rael-logo-carousel__logo {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.rael-logo-carousel-wrapper .swiper-button-next, .rael-logo-carousel-wrapper .swiper-button-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: none;
	outline: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.rael-logo-carousel-wrapper .swiper-button-next.nitro-lazy, .rael-logo-carousel-wrapper .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.rael-logo-carousel-wrapper .swiper-button-next:after, .rael-logo-carousel-wrapper .swiper-button-prev:after {
	content: none;
}

.rael-logo-carousel-wrapper.swiper-container-wrapper .swiper-pagination {
	left: 0;
	bottom: 10px;
	width: 100%;
}

.rael-logo-carousel-wrapper.swiper-container-wrapper .swiper-pagination-bullet {
	background: #ccc;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 1;
}

.rael-logo-carousel-wrapper.swiper-container-wrapper .swiper-pagination-bullet-active {
	background: #000;
}

.rael-logo-carousel-wrapper.swiper-container-wrapper-dots-outside .swiper-pagination {
	position: static;
}

.rael-form-fields-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rael-mailchimp-inline .rael-field-group {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.rael-mailchimp-inline .rael-mailchimp-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%;
	margin-right: 5px;
	outline: none;
}

.rael-mailchimp-wrap.rael-mailchimp-inline .rael-mailchimp-subscribe {
	margin: 0;
	width: 100%;
}

.rael-form-fields-wrapper.rael-mailchimp-fields-wrapper.rael-mailchimp-btn-block {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rael-mailchimp-inline .rael-mailchimp-fields-wrapper.rael-mailchimp-btn-block .rael-mailchimp-submit-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%;
}

.rael-mailchimp-wrap .rael-mailchimp-subscribe {
	margin: 10px 0;
	width: 100%;
}

.rael-field-group label {
	display: block;
}

.rael-mailchimp-message {
	display: none;
}

.rael-mailchimp-message p {
	margin: 0;
}

.rael-mailchimp-message-text-left .rael-mailchimp-message {
	text-align: left;
}

.rael-mailchimp-message-text-right .rael-mailchimp-message {
	text-align: right;
}

.rael-mailchimp-message-text-justify .rael-mailchimp-message {
	text-align: justify;
}

.rael-mailchimp-message-text-center .rael-mailchimp-message {
	text-align: center;
}

.rael-mailchimp-fields-wrapper.rael-mailchimp-btn-block .rael-mailchimp-submit-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.rael-mailchimp-stacked .rael-mailchimp-fields-wrapper .rael-field-group {
	width: 100%;
	margin-bottom: 10px;
}

.rael-mailchimp-stacked .rael-mailchimp-fields-wrapper .rael-field-group label {
	display: block;
	width: 100%;
}

.rael-mailchimp-stacked .rael-mailchimp-fields-wrapper .rael-field-group .rael-mailchimp-input {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
}

.rael-mailchimp-stacked .rael-mailchimp-fields-wrapper .rael-field-group.rael-mailchimp-submit-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1 100%;
	flex: 1 100%;
}

.rael-field-group .rael-mailchimp-input {
	max-width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.rael-field-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width:767px) {
	.rael-mailchimp-inline .rael-field-group.rael-mailchimp-submit-btn {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		margin-top: 10px;
	}
}

@media only screen and (min-width:768px) {
	.rael-mailchimp-inline .rael-form-fields-wrapper {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.elementor-widget-rael-mailchimp-styler .rael-button > span, .rael-load-more-button > span {
	margin-left: -20px;
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.rael-button-wrap, .rael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-rael-mailchimp-styler .rael-button, .rael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0 solid;
	font-size: 16px;
	overflow: hidden;
}

.elementor-widget-rael-mailchimp-styler .rael-button .rael-btn-loader, .rael-load-more-button .rael-btn-loader {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border: 4px solid hsla(0, 0%, 100%, .2);
	border-left-color: #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s linear infinite;
	animation: loaderSpin 1.1s linear infinite;
	left: -100%;
	top: auto;
	margin-right: 5px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.elementor-widget-rael-mailchimp-styler .rael-button .rael-btn-loader:after, .rael-load-more-button .rael-btn-loader:after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.elementor-widget-rael-mailchimp-styler .rael-button.button--loading > span, .rael-load-more-button.button--loading > span {
	margin-left: 0;
}

.elementor-widget-rael-mailchimp-styler .rael-button.button--loading .rael-btn-loader, .rael-load-more-button.button--loading .rael-btn-loader {
	left: 0;
}

.rtl .rael-load-more-button-wrap {
	direction: ltr;
}

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

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

.elementor-widget-rael-wc-menu-cart:not(.rael-menu-cart--show-divider-yes) .rael-menu-cart__product:not(:last-of-type), .elementor-widget-rael-wc-menu-cart:not(.rael-menu-cart--show-divider-yes) .rael-menu-cart__products, .elementor-widget-rael-wc-menu-cart:not(.rael-menu-cart--show-divider-yes) .rael-menu-cart__subtotal {
	border-bottom: none;
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--bag-light .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--bag-medium .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--bag-solid .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--basket-light .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--basket-medium .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--basket-solid .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--cart-light .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--cart-medium .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.elementor-widget-rael-wc-menu-cart.toggle-icon--cart-solid .rael-menu-cart__toggle .elementor-button-icon i:before {
	content: "";
}

.rael-menu-cart__toggle .elementor-button {
	background: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #818a91;
	border: 1px solid;
	border-color: inherit;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-menu-cart__toggle .elementor-button-text {
	margin-right: .3em;
}

.rael-menu-cart__toggle .elementor-button-icon {
	position: relative;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s;
	-webkit-box-ordinal-group: 16;
	-ms-flex-order: 15;
	order: 15;
}

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

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

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

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

.rael-menu-cart__container .rael-menu-cart__main {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: fixed;
	top: 0;
	width: 350px;
	max-width: 100%;
	right: 0;
	bottom: 0;
	padding: 0 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

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

.rael-menu-cart__container:not(.rael-menu-cart--shown) .rael-menu-cart__main {
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.rael-menu-cart__container:not(.rael-menu-cart--shown) .dialog-lightbox-close-button {
	display: none;
}

.rael-menu-cart__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 14px;
}

.rael-menu-cart__close-button {
	width: 25px;
	height: 25px;
	position: relative;
	margin: 20px 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
	cursor: pointer;
}

.rael-menu-cart__close-button:after, .rael-menu-cart__close-button:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #818a91;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

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

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

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

.rael-menu-cart__product {
	display: grid;
	grid-template-columns: 25% auto 50px;
	grid-template-rows: 75% auto;
}

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

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

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

.rael-menu-cart__product-price {
	-ms-flex-item-align: end;
	align-self: end;
	color: #d4d4d4;
	font-weight: 300;
}

.rael-menu-cart__product-price .amount {
	font-weight: 600;
}

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

.rael-menu-cart__product-remove {
	-ms-flex-item-align: end;
	align-self: end;
	justify-self: end;
	color: #818a91;
	width: 22px;
	height: 22px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #d4d4d4;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.rael-menu-cart__product-remove:after, .rael-menu-cart__product-remove:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 50%;
	top: 50%;
	left: 25%;
	margin-top: -1px;
	background: #d4d4d4;
	z-index: 1;
}

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

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

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

.rael-menu-cart__product:not(:last-of-type), .rael-menu-cart__products, .rael-menu-cart__subtotal {
	border-bottom: 1px solid #d4d4d4;
}

.rael-menu-cart__footer-buttons, .rael-menu-cart__product:not(:first-of-type), .rael-menu-cart__subtotal {
	padding-top: 20px;
}

.rael-menu-cart__product, .rael-menu-cart__subtotal {
	padding-bottom: 20px;
}

.rael-menu-cart__subtotal {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.rael-menu-cart__footer-buttons {
	font-size: 20px;
	text-align: center;
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.rael-menu-cart__footer-buttons .elementor-button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-menu-cart--buttons-inline .rael-menu-cart__footer-buttons {
	grid-template-columns: 1fr 1fr;
}

.rael-menu-cart--buttons-stacked .rael-menu-cart__footer-buttons {
	grid-template-columns: 1fr;
}

@keyframes rael-if-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes rael-if-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: translateZ(-200px);
	}
}

@keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
	}
}

@-webkit-keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
	}
}

@keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		opacity: .5;
		-webkit-animation-timing-function: ease-out;
	}
	
	to {
		-webkit-transform: translateZ(0) rotateY(0);
		opacity: 1;
	}
}

@keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		transform: translateZ(-250px) rotateY(89deg);
		opacity: 1;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	to {
		-webkit-transform: translateZ(0) rotateY(0);
		transform: translateZ(0) rotateY(0);
		opacity: 1;
	}
}

.rael-html-modal {
	overflow: hidden !important;
}

.rael-modal {
	position: fixed;
	width: 100%;
	max-width: 100%;
	z-index: -1;
	visibility: hidden;
	left: 0;
	bottom: auto;
}

.rael-trigger {
	display: inline-block;
}

.rael-modal-popup-hide {
	display: none;
}

.rael-modal-editor.rael-modal {
	position: fixed;
}

.rael-modal.rael-modal-scroll {
	width: 100% !important;
	height: 100%;
	overflow-y: scroll;
	top: 0 !important;
	pointer-events: auto;
}

.rael-modal .rael-modal-content-data {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.rael-modal-parent-wrapper[data-close-on-overlay=yes] .rael-overlay {
	cursor: pointer;
}

.rael-aspect-ratio-4_3 .rael-modal-vimeo .rael-video-wrap, .rael-aspect-ratio-4_3 .rael-modal-youtube .rael-video-wrap {
	padding-bottom: 75%;
}

.rael-aspect-ratio-16_9 .rael-modal-vimeo .rael-video-wrap, .rael-aspect-ratio-16_9 .rael-modal-youtube .rael-video-wrap {
	padding-bottom: 56.25%;
}

.rael-aspect-ratio-3_2 .rael-modal-vimeo .rael-video-wrap, .rael-aspect-ratio-3_2 .rael-modal-youtube .rael-video-wrap {
	padding-bottom: 66.6666%;
}

.rael-modal-content-data {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rael-modal-content-data .rael-modal-iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.rael-modal.rael-modal-vimeo .rael-video-wrap, .rael-modal.rael-modal-youtube .rael-video-wrap {
	height: 0;
	max-width: 100%;
	position: relative;
}

.rael-modal-full {
	min-height: 100%;
}

.rael-modal-custom, .rael-modal-full {
	pointer-events: none;
}

.rael-modal-custom .rael-content {
	pointer-events: visible;
}

.rael-modal-full .rael-content img {
	width: 100%;
	max-width: 100%;
}

.rael-modal-full .rael-content, .rael-modal-full .rael-modal-close {
	pointer-events: auto;
}

.rael-modal-video .rael-content {
	text-align: center;
}

.rael-show, .rael-show + .rael-modal-close, .rael-show .rael-modal-close {
	visibility: visible;
}

.rael-modal-close img {
	height: 100%;
	width: 100%;
}

.rael-modal-close {
	cursor: pointer;
	font-size: 1.6em;
	position: absolute;
	text-align: center;
	line-height: 0;
}

.rael-close-icon i, .rael-close-icon svg {
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 25px;
}

.rael-close-image {
	width: 25px;
	height: 25px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

.rael-modal-close {
	visibility: hidden;
	position: fixed;
	z-index: 999999;
}

.rael-close-custom-top-right {
	top: 50px;
	right: 50px;
}

.rael-close-custom-top-left {
	top: 50px;
	left: 50px;
}

.rael-close-custom-popup-top-right {
	bottom: 100%;
	left: 100%;
	position: absolute;
}

.rael-close-custom-popup-top-left {
	bottom: 100%;
	right: 100%;
	position: absolute;
}

.rael-close-custom-popup-edge-top-right {
	top: -.5em;
	right: -.5em;
	left: auto;
	position: absolute;
}

.rael-close-custom-popup-edge-top-left {
	top: -.5em;
	left: -.5em;
	right: auto;
	position: absolute;
}

.rael-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, .75);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-show {
	z-index: 9999;
}

.rael-show ~ .rael-overlay {
	opacity: 1;
	visibility: visible;
}

.rael-modal-title-wrap {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
	padding: 5px 25px;
}

.rael-modal-title-wrap .rael-modal-title {
	margin: 0;
}

.rael-content {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.rael-modal iframe, .rael-modal img {
	display: block;
	margin: 0 auto;
}

.rael-modal img {
	max-width: 100%;
}

.rael-modal-vimeo iframe, .rael-modal-youtube iframe {
	width: 100%;
	height: 100%;
}

.rael-modal-action {
	cursor: pointer;
}

.rael-modal-scrollable .rael-modal-content-data {
	overflow: auto;
}

.rael-effect-1 .rael-content {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-show.rael-effect-1 .rael-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.rael-effect-2 .rael-content {
	-webkit-transform: translateX(20%);
	-ms-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
	-o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
	transition: all .3s cubic-bezier(.25, .5, .5, .9);
}

.rael-show.rael-effect-2 .rael-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.rael-effect-3 .rael-content {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-show.rael-effect-3 .rael-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.rael-effect-4 .rael-content {
	-webkit-transform: scale(0) rotate(2turn);
	-ms-transform: scale(0) rotate(2turn);
	transform: scale(0) rotate(2turn);
	opacity: 0;
}

.rael-effect-4 .rael-content, .rael-show.rael-effect-4 ~ .rael-overlay {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.rael-show.rael-effect-4 .rael-content {
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	opacity: 1;
}

.rael-effect-5.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-5 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(600px) rotateX(20deg);
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0;
}

.rael-show.rael-effect-5 .rael-content {
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transform: translateZ(0) rotateX(0);
	transform: translateZ(0) rotateX(0);
	opacity: 1;
}

.rael-effect-6.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-6 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
	transform: translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0;
}

.rael-show.rael-effect-6 .rael-content {
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transform: translate(0) translateZ(0) rotate(0);
	transform: translate(0) translateZ(0) rotate(0);
	opacity: 1;
}

.rael-effect-8.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-8 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-70deg);
	transform: rotateY(-70deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.rael-show.rael-effect-8 .rael-content {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

.rael-effect-9.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-9 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.rael-show.rael-effect-9 .rael-content {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

.rael-effect-10.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-10 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-60deg);
	transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-show.rael-effect-10 .rael-content {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

.rael-effect-11 .rael-content {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-show.rael-effect-11 .rael-content {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.rael-effect-13.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-13 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;
}

.rael-show.rael-effect-13 .rael-content {
	-webkit-animation: slit .7s ease-out forwards;
	animation: slit .7s ease-out forwards;
}

.rael-effect-14.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-14 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateY(100%) rotateX(90deg);
	transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.rael-show.rael-effect-14 .rael-content {
	-webkit-transform: translateY(0) rotateX(0);
	transform: translateY(0) rotateX(0);
	opacity: 1;
}

.rael-effect-15.rael-modal {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.rael-effect-15 .rael-content {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-show.rael-effect-15 .rael-content {
	-webkit-transform: translateZ(0) translateX(0) rotateY(0);
	transform: translateZ(0) translateX(0) rotateY(0);
	opacity: 1;
}

.rael-show.rael-effect-17 ~ .container {
	height: 100%;
	overflow: hidden;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.rael-show.rael-effect-17 ~ .container, .rael-show.rael-effect-17 ~ .rael-overlay {
	-webkit-transform: rotateX(-2deg);
	transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.rael-effect-17 .rael-content {
	opacity: 0;
	-webkit-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.rael-show.rael-effect-17 .rael-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all .3s .2s;
	-o-transition: all .3s .2s;
	transition: all .3s .2s;
}

.rael-show.rael-effect-18 ~ .container {
	height: 100%;
	overflow: hidden;
}

.rael-show.rael-effect-18 ~ .rael-overlay {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.rael-show.rael-effect-18 ~ .container, .rael-show.rael-effect-18 ~ .rael-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 0 50%;
	-webkit-animation: rotateRightSideFirst .5s ease-in forwards;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 0 50%;
	-moz-animation: rotateRightSideFirst .5s forwards ease-in;
	transform-style: preserve-3d;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	animation: rotateRightSideFirst .5s ease-in forwards;
}

.rael-effect-18 .rael-content {
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
}

.rael-show.rael-effect-18 .rael-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all .5s .1s;
	-o-transition: all .5s .1s;
	transition: all .5s .1s;
}

.rael-show.rael-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.rael-show.rael-effect-19 ~ .rael-overlay {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.rael-show.rael-effect-19 ~ .container, .rael-show.rael-effect-19 ~ .rael-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop .5s ease-in forwards;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop .5s forwards ease-in;
	transform-style: preserve-3d;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	animation: OpenTop .5s ease-in forwards;
}

.rael-effect-19 .rael-content {
	-webkit-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.rael-show.rael-effect-19 .rael-content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all .5s .1s;
	-o-transition: all .5s .1s;
	transition: all .5s .1s;
}

.internet-explorer .rael-modal-close {
	position: absolute;
}

.internet-explorer .rael-close-custom-top-left, .internet-explorer .rael-close-custom-top-right {
	position: fixed;
}

.rael-video-player {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}

.rael-video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: 0 0;
}

.rael-video-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: all .4s;
	-o-transition: .4s all;
	transition: all .4s;
}

.rael-video-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.rael-modal-content-data {
	position: relative;
}

.rael-loader {
	display: block;
	margin: 0 auto;
	min-height: 48px;
	line-height: 48px;
	width: 48px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.rael-loader:before {
	content: "";
	background: 0 0 !important;
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: rael-if-spin 575ms linear infinite;
	animation: rael-if-spin 575ms linear infinite;
}

.rael-modal-iframe .rael-modal-content-data {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:767px) {
	.rael-modal-parent-wrapper.rael-modal-hide-phone {
		display: none;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.rael-modal-parent-wrapper.rael-modal-hide-tablet {
		display: none;
	}
}

@media (min-width:1025px) {
	.rael-modal-parent-wrapper.rael-modal-hide-desktop {
		display: none;
	}
}

.elementor-widget-rael-modal-popup .rael-modal-action-wrap .elementor-button, .elementor-widget-rael-modal-popup .rael-modal-action-wrap a.elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-rael-modal-popup .rael-modal-action-wrap .elementor-button {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-rael-modal-popup .rael-modal-action-wrap .elementor-button:hover, .elementor-widget-rael-modal-popup .rael-modal-action-wrap a.elementor-button:hover {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-rael-modal-popup .rael-modal-action {
	color: var(--e-global-color-text);
}

.elementor-widget-rael-modal-popup .rael-modal-action:hover {
	color: var(--e-global-color-text);
}

.elementor-widget-rael-modal-popup .rael-modal-action-wrap .rael-modal-action {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-rael-modal-popup .protected-content-error-msg, .elementor-widget-rael-modal-popup .rael-protected-content-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.rael-multi-button__primary-btn-wrapper, .rael-multi-button__secondary-btn-wrapper {
	position: relative;
	text-align: center;
	font-weight: 400;
}

.rael-multi-button {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	max-width: 100%;
	padding: 1.3rem 2.3rem;
	text-decoration: none;
}

.rael-multi-button__primary-btn {
	background-color: #ffd500;
}

.rael-multi-button__primary-btn:focus, .rael-multi-button__primary-btn:hover {
	background-color: #ca0;
	color: #fff;
}

.rael-multi-button__secondary-btn {
	background-color: #0097f8;
}

.rael-multi-button__secondary-btn:focus, .rael-multi-button__secondary-btn:hover {
	background-color: #0078c5;
	color: #fff;
}

.rael-multi-button__connector {
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .3);
	box-shadow: 0 0 0 5px hsla(0, 0%, 100%, .3);
	color: #27374c;
	display: inline-block;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: absolute !important;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	text-transform: uppercase;
	z-index: 9;
}

.rael-multi-button-icon > svg {
	width: 1em;
	height: auto;
	vertical-align: top;
	fill: currentColor;
}

.rael-multi-button-icon > i {
	font-size: 1em;
}

.rael-multi-button__primary-btn-icon--before, .rael-multi-button__secondary-btn-icon--before {
	margin-right: 5px;
}

.rael-multi-button__primary-btn-icon--after, .rael-multi-button__secondary-btn-icon--after {
	margin-left: 5px;
}

.rael-multi-button-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-multi-button--mobile-view-stack .rael-multi-button-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rael-multi-button--mobile-view-stack .rael-multi-button__primary-btn-wrapper, .rael-multi-button--mobile-view-stack .rael-multi-button__secondary-btn-wrapper {
	max-width: 100%;
}

.rael-multi-button--mobile-view-stack .rael-multi-button__connector {
	top: 100%;
	right: 50%;
}

.rael-multi-button--mobile-view-stack .rael-multi-button__primary-btn {
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
}

.rael-multi-button--mobile-view-stack .rael-multi-button__secondary-btn {
	-webkit-border-radius: 0 0 30px 30px;
	border-radius: 0 0 30px 30px;
}

.rael-multi-button--mobile-view-stack.rael-multi-button--mobile-align-left .rael-multi-button-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rael-multi-button--mobile-view-stack.rael-multi-button--mobile-align-center .rael-multi-button-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-multi-button--mobile-view-stack.rael-multi-button--mobile-align-right .rael-multi-button-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.rael-multi-button--mobile-view-queue .rael-multi-button-wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.rael-multi-button--mobile-view-queue .rael-multi-button__primary-btn-wrapper, .rael-multi-button--mobile-view-queue .rael-multi-button__secondary-btn-wrapper {
	max-width: 50%;
}

.rael-multi-button--mobile-view-queue .rael-multi-button__connector {
	top: 50%;
	right: 0;
}

.rael-multi-button--mobile-view-queue .rael-multi-button__primary-btn {
	-webkit-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
}

.rael-multi-button--mobile-view-queue .rael-multi-button__secondary-btn {
	-webkit-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}

.rael-multi-button--mobile-view-queue.rael-multi-button--mobile-align-left .rael-multi-button-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.rael-multi-button--mobile-view-queue.rael-multi-button--mobile-align-center .rael-multi-button-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-multi-button--mobile-view-queue.rael-multi-button--mobile-align-right .rael-multi-button-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (min-width:768px) {
	.rael-multi-button--tablet-view-stack .rael-multi-button-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.rael-multi-button--tablet-view-stack .rael-multi-button__primary-btn-wrapper, .rael-multi-button--tablet-view-stack .rael-multi-button__secondary-btn-wrapper {
		max-width: 100%;
	}
	
	.rael-multi-button--tablet-view-stack .rael-multi-button__connector {
		top: 100%;
		right: 50%;
	}
	
	.rael-multi-button--tablet-view-stack .rael-multi-button__primary-btn {
		-webkit-border-radius: 30px 30px 0 0;
		border-radius: 30px 30px 0 0;
	}
	
	.rael-multi-button--tablet-view-stack .rael-multi-button__secondary-btn {
		-webkit-border-radius: 0 0 30px 30px;
		border-radius: 0 0 30px 30px;
	}
	
	.rael-multi-button--tablet-view-stack.rael-multi-button--tablet-align-left .rael-multi-button-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.rael-multi-button--tablet-view-stack.rael-multi-button--tablet-align-center .rael-multi-button-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.rael-multi-button--tablet-view-stack.rael-multi-button--tablet-align-right .rael-multi-button-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.rael-multi-button--tablet-view-queue .rael-multi-button-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.rael-multi-button--tablet-view-queue .rael-multi-button__primary-btn-wrapper, .rael-multi-button--tablet-view-queue .rael-multi-button__secondary-btn-wrapper {
		max-width: 50%;
	}
	
	.rael-multi-button--tablet-view-queue .rael-multi-button__connector {
		top: 50%;
		right: 0;
	}
	
	.rael-multi-button--tablet-view-queue .rael-multi-button__primary-btn {
		-webkit-border-radius: 50px 0 0 50px;
		border-radius: 50px 0 0 50px;
	}
	
	.rael-multi-button--tablet-view-queue .rael-multi-button__secondary-btn {
		-webkit-border-radius: 0 50px 50px 0;
		border-radius: 0 50px 50px 0;
	}
	
	.rael-multi-button--tablet-view-queue.rael-multi-button--tablet-align-left .rael-multi-button-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.rael-multi-button--tablet-view-queue.rael-multi-button--tablet-align-center .rael-multi-button-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.rael-multi-button--tablet-view-queue.rael-multi-button--tablet-align-right .rael-multi-button-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media screen and (min-width:1024px) {
	.rael-multi-button--view-stack .rael-multi-button-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.rael-multi-button--view-stack .rael-multi-button__primary-btn-wrapper, .rael-multi-button--view-stack .rael-multi-button__secondary-btn-wrapper {
		max-width: 100%;
	}
	
	.rael-multi-button--view-stack .rael-multi-button__connector {
		top: 100%;
		right: 50%;
	}
	
	.rael-multi-button--view-stack .rael-multi-button__primary-btn {
		-webkit-border-radius: 30px 30px 0 0;
		border-radius: 30px 30px 0 0;
	}
	
	.rael-multi-button--view-stack .rael-multi-button__secondary-btn {
		-webkit-border-radius: 0 0 30px 30px;
		border-radius: 0 0 30px 30px;
	}
	
	.rael-multi-button--view-stack.rael-multi-button--align-left .rael-multi-button-wrapper {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.rael-multi-button--view-stack.rael-multi-button--align-center .rael-multi-button-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.rael-multi-button--view-stack.rael-multi-button--align-right .rael-multi-button-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.rael-multi-button--view-queue .rael-multi-button-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.rael-multi-button--view-queue .rael-multi-button__primary-btn-wrapper, .rael-multi-button--view-queue .rael-multi-button__secondary-btn-wrapper {
		max-width: 50%;
	}
	
	.rael-multi-button--view-queue .rael-multi-button__connector {
		top: 50%;
		right: 0;
	}
	
	.rael-multi-button--view-queue .rael-multi-button__primary-btn {
		-webkit-border-radius: 50px 0 0 50px;
		border-radius: 50px 0 0 50px;
	}
	
	.rael-multi-button--view-queue .rael-multi-button__secondary-btn {
		-webkit-border-radius: 0 50px 50px 0;
		border-radius: 0 50px 50px 0;
	}
	
	.rael-multi-button--view-queue.rael-multi-button--align-left .rael-multi-button-wrapper {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.rael-multi-button--view-queue.rael-multi-button--align-center .rael-multi-button-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.rael-multi-button--view-queue.rael-multi-button--align-right .rael-multi-button-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.elementor-item:before, .elementor-item:after {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	-o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	opacity: 0;
}

.elementor-item:hover:before, .elementor-item:hover:after, .elementor-item:focus:before, .elementor-item:focus:after, .elementor-item.highlighted:before, .elementor-item.highlighted:after, .elementor-item-active:before, .elementor-item-active:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael--pointer-double-line .elementor-item:before, .rael--pointer-double-line .elementor-item:after, .rael--pointer-underline .elementor-item:before, .rael--pointer-underline .elementor-item:after, .rael--pointer-overline .elementor-item:before, .rael--pointer-overline .elementor-item:after {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.rael--pointer-double-line.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-double-line.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-underline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-overline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	height: 0;
	width: 0;
	left: 50%;
}

.rael--pointer-double-line.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-underline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px;
}

.rael--pointer-double-line.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-overline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px;
}

.rael--pointer-double-line.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-underline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px;
}

.rael--pointer-double-line.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-overline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px;
}

.rael--pointer-double-line.rael--animation-none, .rael--pointer-double-line.rael--animation-none .elementor-item, .rael--pointer-underline.rael--animation-none, .rael--pointer-underline.rael--animation-none .elementor-item, .rael--pointer-overline.rael--animation-none, .rael--pointer-overline.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-double-line.rael--animation-none:before, .rael--pointer-double-line.rael--animation-none:after, .rael--pointer-double-line.rael--animation-none:hover, .rael--pointer-double-line.rael--animation-none:focus, .rael--pointer-double-line.rael--animation-none .elementor-item:before, .rael--pointer-double-line.rael--animation-none .elementor-item:after, .rael--pointer-double-line.rael--animation-none .elementor-item:hover, .rael--pointer-double-line.rael--animation-none .elementor-item:focus, .rael--pointer-underline.rael--animation-none:before, .rael--pointer-underline.rael--animation-none:after, .rael--pointer-underline.rael--animation-none:hover, .rael--pointer-underline.rael--animation-none:focus, .rael--pointer-underline.rael--animation-none .elementor-item:before, .rael--pointer-underline.rael--animation-none .elementor-item:after, .rael--pointer-underline.rael--animation-none .elementor-item:hover, .rael--pointer-underline.rael--animation-none .elementor-item:focus, .rael--pointer-overline.rael--animation-none:before, .rael--pointer-overline.rael--animation-none:after, .rael--pointer-overline.rael--animation-none:hover, .rael--pointer-overline.rael--animation-none:focus, .rael--pointer-overline.rael--animation-none .elementor-item:before, .rael--pointer-overline.rael--animation-none .elementor-item:after, .rael--pointer-overline.rael--animation-none .elementor-item:hover, .rael--pointer-overline.rael--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-double-line .elementor-item:before, .rael--pointer-overline .elementor-item:before {
	content: "";
	top: 0;
}

.rael--pointer-double-line.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px;
}

.rael--pointer-double-line .elementor-item:after, .rael--pointer-underline .elementor-item:after {
	content: "";
	bottom: 0;
}

.rael--pointer-double-line.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	width: 10px;
	left: calc(100% + 20px);
}

.rael--pointer-framed .elementor-item:before, .rael--pointer-framed .elementor-item:after {
	background: rgba(255, 255, 255, 0);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c;
}

.rael--pointer-framed .elementor-item:before {
	content: "";
}

.rael--pointer-framed.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
}

.rael--pointer-framed.rael--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.rael--pointer-framed.rael--animation-grow .elementor-item:before, .rael--pointer-framed.rael--animation-shrink .elementor-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	-o-transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:before, .rael--pointer-framed.rael--animation-draw .elementor-item:after {
	width: 3px;
	height: 3px;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	-o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:after {
	content: "";
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
	-o-transition: width .1s, height .1s .1s, opacity .02s .18s;
	transition: width .1s, height .1s .1s, opacity .02s .18s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:hover:before, .rael--pointer-framed.rael--animation-draw .elementor-item:hover:after, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:before, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:after, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:before, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:after, .rael--pointer-framed.rael--animation-draw .elementor-item-active:before, .rael--pointer-framed.rael--animation-draw .elementor-item-active:after {
	width: 100%;
	height: 100%;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:hover:before, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:before, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:before, .rael--pointer-framed.rael--animation-draw .elementor-item-active:before {
	-webkit-transition: opacity .02s, height .1s, width .1s .1s;
	-o-transition: opacity .02s, height .1s, width .1s .1s;
	transition: opacity .02s, height .1s, width .1s .1s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:hover:after, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:after, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:after, .rael--pointer-framed.rael--animation-draw .elementor-item-active:after {
	-webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	-o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
}

.rael--pointer-framed.rael--animation-corners .elementor-item:before, .rael--pointer-framed.rael--animation-corners .elementor-item:after {
	width: 3px;
	height: 3px;
}

.rael--pointer-framed.rael--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px;
}

.rael--pointer-framed.rael--animation-corners .elementor-item:after {
	content: "";
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 3px 3px 0;
}

.rael--pointer-framed.rael--animation-corners .elementor-item:hover:before, .rael--pointer-framed.rael--animation-corners .elementor-item:hover:after, .rael--pointer-framed.rael--animation-corners .elementor-item:focus:before, .rael--pointer-framed.rael--animation-corners .elementor-item:focus:after, .rael--pointer-framed.rael--animation-corners .elementor-item.highlighted:before, .rael--pointer-framed.rael--animation-corners .elementor-item.highlighted:after, .rael--pointer-framed.rael--animation-corners .elementor-item-active:before, .rael--pointer-framed.rael--animation-corners .elementor-item-active:after {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .002s, width .4s, height .4s;
	-o-transition: opacity .002s, width .4s, height .4s;
	transition: opacity .002s, width .4s, height .4s;
}

.rael--pointer-framed.rael--animation-none, .rael--pointer-framed.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-framed.rael--animation-none:before, .rael--pointer-framed.rael--animation-none:after, .rael--pointer-framed.rael--animation-none:hover, .rael--pointer-framed.rael--animation-none:focus, .rael--pointer-framed.rael--animation-none .elementor-item:before, .rael--pointer-framed.rael--animation-none .elementor-item:after, .rael--pointer-framed.rael--animation-none .elementor-item:hover, .rael--pointer-framed.rael--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-background .elementor-item:before, .rael--pointer-background .elementor-item:after {
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael--pointer-background .elementor-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.rael--pointer-background .elementor-item:hover, .rael--pointer-background .elementor-item:focus, .rael--pointer-background .elementor-item.highlighted, .rael--pointer-background .elementor-item-active {
	color: #fff;
}

.rael--pointer-background.rael--animation-grow .elementor-item:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.rael--pointer-background.rael--animation-grow .elementor-item:hover:before, .rael--pointer-background.rael--animation-grow .elementor-item:focus:before, .rael--pointer-background.rael--animation-grow .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-grow .elementor-item-active:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.rael--pointer-background.rael--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael--pointer-background.rael--animation-shrink .elementor-item:hover:before, .rael--pointer-background.rael--animation-shrink .elementor-item:focus:before, .rael--pointer-background.rael--animation-shrink .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-shrink .elementor-item-active:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s;
}

.rael--pointer-background.rael--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%;
}

.rael--pointer-background.rael--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%;
}

.rael--pointer-background.rael--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%;
}

.rael--pointer-background.rael--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%;
}

.rael--pointer-background.rael--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.rael--pointer-background.rael--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:after, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:before {
	top: 0;
	bottom: 100%;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:after {
	top: 100%;
	bottom: 0;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:hover:before, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:focus:before, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item-active:before {
	bottom: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:hover:after, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:focus:after, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item.highlighted:after, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item-active:after {
	top: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:before {
	right: 0;
	left: 100%;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:after {
	right: 100%;
	left: 0;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:hover:before, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:focus:before, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item-active:before {
	left: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:hover:after, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:focus:after, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item.highlighted:after, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item-active:after {
	right: 50%;
}

.rael--pointer-background.rael--animation-none, .rael--pointer-background.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-background.rael--animation-none:before, .rael--pointer-background.rael--animation-none:after, .rael--pointer-background.rael--animation-none:hover, .rael--pointer-background.rael--animation-none:focus, .rael--pointer-background.rael--animation-none .elementor-item:before, .rael--pointer-background.rael--animation-none .elementor-item:after, .rael--pointer-background.rael--animation-none .elementor-item:hover, .rael--pointer-background.rael--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-text.rael--animation-skew .elementor-item:hover, .rael--pointer-text.rael--animation-skew .elementor-item:focus {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
}

.rael--pointer-text.rael--animation-grow .elementor-item:hover, .rael--pointer-text.rael--animation-grow .elementor-item:focus {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.rael--pointer-text.rael--animation-shrink .elementor-item:hover, .rael--pointer-text.rael--animation-shrink .elementor-item:focus {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.rael--pointer-text.rael--animation-float .elementor-item:hover, .rael--pointer-text.rael--animation-float .elementor-item:focus {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.rael--pointer-text.rael--animation-sink .elementor-item:hover, .rael--pointer-text.rael--animation-sink .elementor-item:focus {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.rael--pointer-text.rael--animation-rotate .elementor-item:hover, .rael--pointer-text.rael--animation-rotate .elementor-item:focus {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.rael--pointer-text.rael--animation-none, .rael--pointer-text.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-text.rael--animation-none:before, .rael--pointer-text.rael--animation-none:after, .rael--pointer-text.rael--animation-none:hover, .rael--pointer-text.rael--animation-none:focus, .rael--pointer-text.rael--animation-none .elementor-item:before, .rael--pointer-text.rael--animation-none .elementor-item:after, .rael--pointer-text.rael--animation-none .elementor-item:hover, .rael--pointer-text.rael--animation-none .elementor-item:focus {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu a {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu a, .elementor-rael-nav-menu--main .elementor-rael-nav-menu a:hover, .elementor-rael-nav-menu--main .elementor-rael-nav-menu a:focus, .elementor-rael-nav-menu--main .elementor-rael-nav-menu a.highlighted {
	padding: 13px 20px;
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu a.disabled {
	background: #55595c;
	color: #a1a6a9;
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu ul {
	position: absolute;
	width: 12em;
	border-width: 0;
	border-style: solid;
	padding: 0;
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu span.scroll-up, .elementor-rael-nav-menu--main .elementor-rael-nav-menu span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #fff;
	height: 20px;
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu span.scroll-up-arrow, .elementor-rael-nav-menu--main .elementor-rael-nav-menu span.scroll-down-arrow, .elementor-rael-nav-menu--main .elementor-rael-nav-menu span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px;
	border-style: dashed dashed solid dashed;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #494c4f rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #494c4f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu--main .elementor-rael-nav-menu--dropdown .sub-arrow i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.elementor-rael-nav-menu--layout-horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu a {
	white-space: nowrap;
}

.elementor-rael-nav-menu__align-mobile-right .elementor-rael-nav-menu {
	margin-left: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-rael-nav-menu__align-mobile-right .elementor-rael-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-rael-nav-menu__align-mobile-left .elementor-rael-nav-menu {
	margin-right: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-rael-nav-menu__align-mobile-left .elementor-rael-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-rael-nav-menu__align-mobile-center .elementor-rael-nav-menu {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-rael-nav-menu__align-mobile-center .elementor-rael-nav-menu--layout-vertical > ul > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-rael-nav-menu__align-mobile-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu {
	width: 100%;
}

.elementor-rael-nav-menu__align-mobile-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu > li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-rael-nav-menu__align-mobile-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu > li > a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-rael-nav-menu:not(.elementor-rael-nav-menu--toggle) .elementor-rael-menu-toggle {
	display: none;
}

.elementor-widget-rael-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.elementor-rael-nav-menu {
	position: relative;
	z-index: 2;
}

.elementor-rael-nav-menu:after {
	content: " ";
	display: block;
	height: 0;
	font: 0px/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.elementor-rael-nav-menu, .elementor-rael-nav-menu ul, .elementor-rael-nav-menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu ul {
	display: none;
}

.elementor-rael-nav-menu ul ul a, .elementor-rael-nav-menu ul ul a:hover, .elementor-rael-nav-menu ul ul a:focus, .elementor-rael-nav-menu ul ul a:active {
	border-left: 16px solid rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu ul ul ul a, .elementor-rael-nav-menu ul ul ul a:hover, .elementor-rael-nav-menu ul ul ul a:focus, .elementor-rael-nav-menu ul ul ul a:active {
	border-left: 24px solid rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu ul ul ul ul a, .elementor-rael-nav-menu ul ul ul ul a:hover, .elementor-rael-nav-menu ul ul ul ul a:focus, .elementor-rael-nav-menu ul ul ul ul a:active {
	border-left: 32px solid rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu ul ul ul ul ul a, .elementor-rael-nav-menu ul ul ul ul ul a:hover, .elementor-rael-nav-menu ul ul ul ul ul a:focus, .elementor-rael-nav-menu ul ul ul ul ul a:active {
	border-left: 40px solid rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu li, .elementor-rael-nav-menu a {
	position: relative;
}

.elementor-rael-nav-menu li {
	border-width: 0;
}

.elementor-rael-nav-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor-rael-nav-menu a, .elementor-rael-nav-menu a:hover, .elementor-rael-nav-menu a:focus {
	padding: 10px 20px;
	line-height: 20px;
}

.elementor-nav-menu a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-rael-nav-menu a.disabled {
	cursor: not-allowed;
	color: #a1a6a9;
}

.elementor-rael-nav-menu--indicator-none .elementor-rael-nav-menu .elementor-item.has-submenu {
	padding-right: 20px;
}

.elementor-rael-nav-menu--indicator-none .elementor-rael-nav-menu .elementor-item.has-submenu .sub-arrow {
	display: none;
}

.elementor-rael-nav-menu--indicator-plus:before {
	font-family: "Open Sans", sans-serif;
}

.elementor-rael-nav-menu--indicator-chevron .elementor-rael-nav-menu .sub-arrow {
	font-size: 10px;
}

.elementor-rael-nav-menu--indicator-chevron .elementor-rael-nav-menu .sub-arrow i:before {
	content: "";
}

.elementor-rael-nav-menu--indicator-angle .elementor-rael-nav-menu .sub-arrow i:before {
	content: "";
}

.elementor-rael-nav-menu--indicator-classic .elementor-rael-nav-menu .sub-arrow i:before {
	content: "";
}

.elementor-rael-nav-menu--indicator-plus .elementor-rael-nav-menu .sub-arrow i:before {
	content: "+";
}

.elementor-rael-nav-menu .sub-arrow {
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.elementor-rael-nav-menu .sub-arrow i {
	pointer-events: none;
}

.elementor-rael-nav-menu--dropdown .elementor-item:hover, .elementor-rael-nav-menu--dropdown .elementor-item:focus, .elementor-rael-nav-menu--dropdown .elementor-item.highlighted, .elementor-rael-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-rael-sub-item:hover, .elementor-rael-sub-item:focus, .elementor-rael-sub-item.highlighted, .elementor-rael-sub-item.elementor-item-active {
	background-color: #55595c;
	color: #fff;
}

.elementor-rael-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f;
}

.elementor-rael-menu-toggle.elementor-active i:before {
	content: "";
}

.elementor-rael-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px;
}

.elementor-rael-nav-menu--dropdown-none .elementor-rael-nav-menu--dropdown, .elementor-rael-nav-menu--dropdown-none .elementor-rael-menu-toggle {
	display: none;
}

.elementor-rael-nav-menu--dropdown.elementor-rael-nav-menu__container {
	margin-top: 10px;
	-webkit-transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, -webkit-transform .3s;
	-o-transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	overflow: auto;
}

.elementor-rael-nav-menu--dropdown.elementor-rael-nav-menu__container .rael-elementor-sub-item {
	font-size: .85em;
}

.elementor-rael-nav-menu--dropdown a {
	color: #494c4f;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.elementor-rael-nav-menu--dropdown a.current {
	background: #373a3c;
	color: #fff;
}

.elementor-rael-nav-menu--dropdown a.disabled {
	color: #b3b3b3;
}

ul.elementor-rael-nav-menu--dropdown a, ul.elementor-rael-nav-menu--dropdown a:hover, ul.elementor-rael-nav-menu--dropdown a:focus {
	text-shadow: none;
	border-left: 8px solid rgba(255, 255, 255, 0);
}

.elementor-rael-nav-menu__text-align-center .elementor-rael-nav-menu--dropdown .elementor-rael-nav-menu a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-rael-nav-menu--toggle .elementor-rael-menu-toggle:not(.elementor-active) + .elementor-rael-nav-menu__container {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0;
}

.elementor-rael-nav-menu--toggle .elementor-rael-menu-toggle.elementor-active + .elementor-rael-nav-menu__container {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh;
}

.elementor-rael-nav-menu--stretch .elementor-rael-nav-menu__container.elementor-rael-nav-menu--dropdown {
	position: absolute;
	z-index: 9997;
}

@media (min-width:768px) {
	.elementor-rael-nav-menu--dropdown-mobile .elementor-rael-nav-menu--dropdown, .elementor-rael-nav-menu--dropdown-mobile .elementor-rael-menu-toggle {
		display: none;
	}
	
	.elementor-rael-nav-menu__align-tablet-right .elementor-rael-nav-menu {
		width: auto !important;
		margin-right: unset;
		margin-left: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.elementor-rael-nav-menu__align-tablet-right .elementor-rael-nav-menu--layout-vertical > ul > li > a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.elementor-rael-nav-menu__align-tablet-left .elementor-rael-nav-menu {
		width: auto !important;
		margin-left: unset;
		margin-right: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.elementor-rael-nav-menu__align-tablet-left .elementor-rael-nav-menu--layout-vertical > ul > li > a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.elementor-rael-nav-menu__align-tablet-center .elementor-rael-nav-menu {
		width: auto !important;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-rael-nav-menu__align-tablet-center .elementor-rael-nav-menu--layout-vertical > ul > li > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-rael-nav-menu__align-tablet-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu {
		width: 100%;
	}
	
	.elementor-rael-nav-menu__align-tablet-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu > li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-rael-nav-menu__align-tablet-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu > li > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width:1025px) {
	.elementor-rael-nav-menu--dropdown-tablet .elementor-rael-nav-menu--dropdown, .elementor-rael-nav-menu--dropdown-tablet .elementor-rael-menu-toggle {
		display: none;
	}
	
	.elementor-rael-nav-menu__align-right .elementor-rael-nav-menu {
		width: auto !important;
		margin-right: unset;
		margin-left: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.elementor-rael-nav-menu__align-right .elementor-rael-nav-menu--layout-vertical > ul > li > a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.elementor-rael-nav-menu__align-left .elementor-rael-nav-menu {
		width: auto !important;
		margin-left: unset;
		margin-right: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.elementor-rael-nav-menu__align-left .elementor-rael-nav-menu--layout-vertical > ul > li > a {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.elementor-rael-nav-menu__align-center .elementor-rael-nav-menu {
		width: auto !important;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-rael-nav-menu__align-center .elementor-rael-nav-menu--layout-vertical > ul > li > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-rael-nav-menu__align-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu {
		width: 100%;
	}
	
	.elementor-rael-nav-menu__align-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu > li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	.elementor-rael-nav-menu__align-justify .elementor-rael-nav-menu--layout-horizontal .elementor-rael-nav-menu > li > a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width:1024px) {
	.elementor-rael-nav-menu--dropdown-tablet .elementor-rael-nav-menu--main {
		display: none;
	}
}

@media (max-width:767px) {
	.elementor-rael-nav-menu--dropdown-mobile .elementor-rael-nav-menu--main {
		display: none;
	}
}

.elementor-widget-rael-nav-menu .elementor-rael-nav-menu .elementor-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-rael-nav-menu .elementor-rael-nav-menu--main .elementor-item {
	color: var(--e-global-color-text);
}

.elementor-widget-rael-nav-menu .elementor-rael-nav-menu--main .elementor-item:hover, .elementor-widget-rael-nav-menu .elementor-rael-nav-menu--main .elementor-item.elementor-item-active, .elementor-widget-rael-nav-menu .elementor-rael-nav-menu--main .elementor-item.highlighted, .elementor-widget-rael-nav-menu .elementor-rael-nav-menu--main .elementor-item:focus {
	color: var(--e-global-color-accent);
}

.elementor-widget-rael-nav-menu .elementor-rael-nav-menu--main:not(.rael--pointer-framed) .elementor-item:before, .elementor-widget-rael-nav-menu .elementor-rael-nav-menu--main:not(.rael--pointer-framed) .elementor-item:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-rael-nav-menu .rael--pointer-framed .elementor-item:before, .elementor-widget-rael-nav-menu .rael--pointer-framed .elementor-item:after {
	border-color: var(--e-global-color-accent);
}

.elementor-widget-rael-nav-menu .elementor-rael-nav-menu--dropdown .elementor-item, .elementor-widget-rael-nav-menu .elementor-rael-nav-menu--dropdown .elementor-sub-item {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-item:after, .elementor-item:before {
	display: block;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	-o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
	transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0;
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael--pointer-double-line .elementor-item:after, .rael--pointer-double-line .elementor-item:before, .rael--pointer-overline .elementor-item:after, .rael--pointer-overline .elementor-item:before, .rael--pointer-underline .elementor-item:after, .rael--pointer-underline .elementor-item:before {
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}

.rael--pointer-double-line.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-double-line.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-overline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-underline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	height: 0;
	width: 0;
	left: 50%;
}

.rael--pointer-double-line.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-underline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px;
}

.rael--pointer-double-line.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-overline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px;
}

.rael--pointer-double-line.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-underline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px;
}

.rael--pointer-double-line.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-overline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px;
}

.rael--pointer-double-line.rael--animation-none, .rael--pointer-double-line.rael--animation-none .elementor-item, .rael--pointer-overline.rael--animation-none, .rael--pointer-overline.rael--animation-none .elementor-item, .rael--pointer-underline.rael--animation-none, .rael--pointer-underline.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-double-line.rael--animation-none .elementor-item:after, .rael--pointer-double-line.rael--animation-none .elementor-item:before, .rael--pointer-double-line.rael--animation-none .elementor-item:focus, .rael--pointer-double-line.rael--animation-none .elementor-item:hover, .rael--pointer-double-line.rael--animation-none:after, .rael--pointer-double-line.rael--animation-none:before, .rael--pointer-double-line.rael--animation-none:focus, .rael--pointer-double-line.rael--animation-none:hover, .rael--pointer-overline.rael--animation-none .elementor-item:after, .rael--pointer-overline.rael--animation-none .elementor-item:before, .rael--pointer-overline.rael--animation-none .elementor-item:focus, .rael--pointer-overline.rael--animation-none .elementor-item:hover, .rael--pointer-overline.rael--animation-none:after, .rael--pointer-overline.rael--animation-none:before, .rael--pointer-overline.rael--animation-none:focus, .rael--pointer-overline.rael--animation-none:hover, .rael--pointer-underline.rael--animation-none .elementor-item:after, .rael--pointer-underline.rael--animation-none .elementor-item:before, .rael--pointer-underline.rael--animation-none .elementor-item:focus, .rael--pointer-underline.rael--animation-none .elementor-item:hover, .rael--pointer-underline.rael--animation-none:after, .rael--pointer-underline.rael--animation-none:before, .rael--pointer-underline.rael--animation-none:focus, .rael--pointer-underline.rael--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-double-line .elementor-item:before, .rael--pointer-overline .elementor-item:before {
	content: "";
	top: 0;
}

.rael--pointer-double-line.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .rael--pointer-overline.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	width: 10px;
	left: -20px;
}

.rael--pointer-double-line .elementor-item:after, .rael--pointer-underline .elementor-item:after {
	content: "";
	bottom: 0;
}

.rael--pointer-double-line.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .rael--pointer-underline.rael--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	width: 10px;
	left: calc(100% + 20px);
}

.rael--pointer-framed .elementor-item:after, .rael--pointer-framed .elementor-item:before {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #55595c;
}

.rael--pointer-framed .elementor-item:before {
	content: "";
}

.rael--pointer-framed.rael--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
}

.rael--pointer-framed.rael--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);
}

.rael--pointer-framed.rael--animation-grow .elementor-item:before, .rael--pointer-framed.rael--animation-shrink .elementor-item:before {
	-webkit-transition: opacity .2s, -webkit-transform .4s;
	transition: opacity .2s, -webkit-transform .4s;
	-o-transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s;
	transition: opacity .2s, transform .4s, -webkit-transform .4s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:after, .rael--pointer-framed.rael--animation-draw .elementor-item:before {
	width: 3px;
	height: 3px;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	-webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	-o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 3px 3px 0 0;
	-webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
	-o-transition: width .1s, height .1s .1s, opacity .02s .18s;
	transition: width .1s, height .1s .1s, opacity .02s .18s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item-active:after, .rael--pointer-framed.rael--animation-draw .elementor-item-active:before, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:after, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:before, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:after, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:before, .rael--pointer-framed.rael--animation-draw .elementor-item:hover:after, .rael--pointer-framed.rael--animation-draw .elementor-item:hover:before {
	width: 100%;
	height: 100%;
}

.rael--pointer-framed.rael--animation-draw .elementor-item-active:before, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:before, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:before, .rael--pointer-framed.rael--animation-draw .elementor-item:hover:before {
	-webkit-transition: opacity .02s, height .1s, width .1s .1s;
	-o-transition: opacity .02s, height .1s, width .1s .1s;
	transition: opacity .02s, height .1s, width .1s .1s;
}

.rael--pointer-framed.rael--animation-draw .elementor-item-active:after, .rael--pointer-framed.rael--animation-draw .elementor-item.highlighted:after, .rael--pointer-framed.rael--animation-draw .elementor-item:focus:after, .rael--pointer-framed.rael--animation-draw .elementor-item:hover:after {
	-webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	-o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
}

.rael--pointer-framed.rael--animation-corners .elementor-item:after, .rael--pointer-framed.rael--animation-corners .elementor-item:before {
	width: 3px;
	height: 3px;
}

.rael--pointer-framed.rael--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px;
}

.rael--pointer-framed.rael--animation-corners .elementor-item:after {
	content: "";
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	border-width: 0 3px 3px 0;
}

.rael--pointer-framed.rael--animation-corners .elementor-item-active:after, .rael--pointer-framed.rael--animation-corners .elementor-item-active:before, .rael--pointer-framed.rael--animation-corners .elementor-item.highlighted:after, .rael--pointer-framed.rael--animation-corners .elementor-item.highlighted:before, .rael--pointer-framed.rael--animation-corners .elementor-item:focus:after, .rael--pointer-framed.rael--animation-corners .elementor-item:focus:before, .rael--pointer-framed.rael--animation-corners .elementor-item:hover:after, .rael--pointer-framed.rael--animation-corners .elementor-item:hover:before {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 2ms, width .4s, height .4s;
	-o-transition: opacity 2ms, width .4s, height .4s;
	transition: opacity 2ms, width .4s, height .4s;
}

.rael--pointer-framed.rael--animation-none, .rael--pointer-framed.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-framed.rael--animation-none .elementor-item:after, .rael--pointer-framed.rael--animation-none .elementor-item:before, .rael--pointer-framed.rael--animation-none .elementor-item:focus, .rael--pointer-framed.rael--animation-none .elementor-item:hover, .rael--pointer-framed.rael--animation-none:after, .rael--pointer-framed.rael--animation-none:before, .rael--pointer-framed.rael--animation-none:focus, .rael--pointer-framed.rael--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-background .elementor-item:after, .rael--pointer-background .elementor-item:before {
	content: "";
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael--pointer-background .elementor-item:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.rael--pointer-background .elementor-item-active, .rael--pointer-background .elementor-item.highlighted, .rael--pointer-background .elementor-item:focus, .rael--pointer-background .elementor-item:hover {
	color: #fff;
}

.rael--pointer-background.rael--animation-grow .elementor-item:before {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.rael--pointer-background.rael--animation-grow .elementor-item-active:before, .rael--pointer-background.rael--animation-grow .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-grow .elementor-item:focus:before, .rael--pointer-background.rael--animation-grow .elementor-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.rael--pointer-background.rael--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael--pointer-background.rael--animation-shrink .elementor-item-active:before, .rael--pointer-background.rael--animation-shrink .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-shrink .elementor-item:focus:before, .rael--pointer-background.rael--animation-shrink .elementor-item:hover:before {
	-webkit-transition: opacity .15s, -webkit-transform .4s;
	transition: opacity .15s, -webkit-transform .4s;
	-o-transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s;
	transition: opacity .15s, transform .4s, -webkit-transform .4s;
}

.rael--pointer-background.rael--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%;
}

.rael--pointer-background.rael--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%;
}

.rael--pointer-background.rael--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%;
}

.rael--pointer-background.rael--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%;
}

.rael--pointer-background.rael--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.rael--pointer-background.rael--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 50%;
	left: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:after, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #55595c;
	z-index: -1;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:before {
	top: 0;
	bottom: 100%;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:after {
	top: 100%;
	bottom: 0;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item-active:before, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:focus:before, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:hover:before {
	bottom: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item-active:after, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item.highlighted:after, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:focus:after, .rael--pointer-background.rael--animation-shutter-in-vertical .elementor-item:hover:after {
	top: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:before {
	right: 0;
	left: 100%;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:after {
	right: 100%;
	left: 0;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item-active:before, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item.highlighted:before, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:focus:before, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:hover:before {
	left: 50%;
}

.rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item-active:after, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item.highlighted:after, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:focus:after, .rael--pointer-background.rael--animation-shutter-in-horizontal .elementor-item:hover:after {
	right: 50%;
}

.rael--pointer-background.rael--animation-none, .rael--pointer-background.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-background.rael--animation-none .elementor-item:after, .rael--pointer-background.rael--animation-none .elementor-item:before, .rael--pointer-background.rael--animation-none .elementor-item:focus, .rael--pointer-background.rael--animation-none .elementor-item:hover, .rael--pointer-background.rael--animation-none:after, .rael--pointer-background.rael--animation-none:before, .rael--pointer-background.rael--animation-none:focus, .rael--pointer-background.rael--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-text.rael--animation-skew .elementor-item:focus, .rael--pointer-text.rael--animation-skew .elementor-item:hover {
	-webkit-transform: skew(-8deg);
	-ms-transform: skew(-8deg);
	transform: skew(-8deg);
}

.rael--pointer-text.rael--animation-grow .elementor-item:focus, .rael--pointer-text.rael--animation-grow .elementor-item:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.rael--pointer-text.rael--animation-shrink .elementor-item:focus, .rael--pointer-text.rael--animation-shrink .elementor-item:hover {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.rael--pointer-text.rael--animation-float .elementor-item:focus, .rael--pointer-text.rael--animation-float .elementor-item:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

.rael--pointer-text.rael--animation-sink .elementor-item:focus, .rael--pointer-text.rael--animation-sink .elementor-item:hover {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}

.rael--pointer-text.rael--animation-rotate .elementor-item:focus, .rael--pointer-text.rael--animation-rotate .elementor-item:hover {
	-webkit-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
}

.rael--pointer-text.rael--animation-none, .rael--pointer-text.rael--animation-none .elementor-item {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael--pointer-text.rael--animation-none .elementor-item:after, .rael--pointer-text.rael--animation-none .elementor-item:before, .rael--pointer-text.rael--animation-none .elementor-item:focus, .rael--pointer-text.rael--animation-none .elementor-item:hover, .rael--pointer-text.rael--animation-none:after, .rael--pointer-text.rael--animation-none:before, .rael--pointer-text.rael--animation-none:focus, .rael--pointer-text.rael--animation-none:hover {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.rael-offcanvas-content {
	position: fixed;
	top: 0;
	height: 100%;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 300px;
	overflow-y: auto;
	background: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.rael-offcanvas-content-slide .rael-offcanvas-container {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

html.rael-offcanvas-custom-content body {
	height: 100%;
}

.rael-offcanvas-toggle {
	cursor: pointer;
}

.rael-offcanvas-container {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.elementor-rael-off-menu, .elementor-rael-off-menu li, .elementor-rael-off-menu ul {
	list-style: none;
	padding: 10px;
}

.elementor-rael-off-menu a, .elementor-rael-off-menu a:focus, .elementor-rael-off-menu a:hover {
	color: #000;
}

.rael-offcanvas-container:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, .2);
	opacity: 0;
	-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
	-o-transition: opacity .5s, width .1s .5s, height .1s .5s;
	transition: opacity .5s, width .1s .5s, height .1s .5s;
}

.rael-offcanvas-content-open .rael-offcanvas-container:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 100001;
}

.rael-offcanvas-content.rael-offcanvas-content-right {
	left: auto;
	right: 0;
}

.rael-offcanvas-content .rael-offcanvas-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	float: left;
	width: 100%;
	min-height: 50px;
}

.rael-offcanvas-content .rael-offcanvas-header .rael-offcanvas-title {
	padding-left: 20px;
	position: relative;
	top: 6px;
}

.rael-offcanvas-content .rael-close-offcanvas {
	position: relative;
	cursor: pointer;
	float: right;
	top: 8px;
	line-height: 1;
	z-index: 1;
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 24px;
	margin: 0 15px;
}

.rael-offcanvas-content .rael-offcanvas-body {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.rael-offcanvas-toggle-wrap .rael-offcanvas-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rael-offcanvas-icon-before .rael-offcanvas-toggle-icon {
	margin-right: 5px;
}

.rael-offcanvas-icon-after .rael-offcanvas-toggle-icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 5px;
}

.rael-offcanvas-content.rael-offcanvas-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.rael-offcanvas-content.rael-offcanvas-slide.rael-offcanvas-content-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.rael-offcanvas-content.rael-offcanvas-reveal {
	z-index: 1;
}

.rael-offcanvas-content-slide.rael-offcanvas-content-open .rael-offcanvas-content.rael-offcanvas-content-visible {
	visibility: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-offcanvas-content-left.rael-offcanvas-push {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.rael-offcanvas-content-left.rael-offcanvas-push.rael-offcanvas-content-visible {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-offcanvas-content-right.rael-offcanvas-push {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.rael-offcanvas-content-right.rael-offcanvas-push.rael-offcanvas-content-visible {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-offcanvas-content-push.rael-offcanvas-content-open .rael-offcanvas-content.rael-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.rael-offcanvas-content-open.rael-offcanvas-content-left .rael-offcanvas-container {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.rael-offcanvas-content-open.rael-offcanvas-content-right .rael-offcanvas-container {
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.rael-offcanvas-content-reveal .rael-offcanvas-container {
	background: #fff;
	overflow: hidden;
}

.rael-offcanvas-content-reveal.rael-offcanvas-content-open {
	position: relative;
	margin-top: 0 !important;
}

.rael-offcanvas-content-reveal.rael-offcanvas-content-open .rael-offcanvas-content.rael-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.rael-offcanvas-content-left.rael-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.rael-offcanvas-content-right.rael-offcanvas-slide-along {
	z-index: 1;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
}

.rael-offcanvas-content-slide-along .rael-offcanvas-container {
	background: #fff;
	overflow: hidden;
}

.rael-offcanvas-content-slide-along.rael-offcanvas-content-open .rael-offcanvas-content.rael-offcanvas-content-visible {
	visibility: visible;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.rael-offcanvas-custom-content ul {
	padding: 0 0 0 30px;
}

.rael-offcanvas-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-one-page-nav-container {
	position: fixed;
	margin-right: 20px;
	right: 0;
	z-index: 999;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.nav-align-bottom .rael-one-page-nav-container, .nav-align-top .rael-one-page-nav-container {
	left: 50%;
	right: auto;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.nav-align-top .rael-one-page-nav-container {
	top: 0;
	margin-top: 20px;
}

.nav-align-bottom .rael-one-page-nav-container {
	bottom: 0;
	margin-bottom: 20px;
	top: auto;
}

.nav-align-left .rael-one-page-nav-container {
	left: 0;
	margin-left: 20px;
	right: auto;
}

.rael-one-page-nav-container .rael-one-page-nav {
	font-size: 0;
	line-height: 0;
}

.rael-one-page-nav-container .rael-one-page-nav, .rael-one-page-nav-container .rael-one-page-nav-item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-align-bottom .rael-one-page-nav-item, .nav-align-top .rael-one-page-nav-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.nav-align-bottom .rael-one-page-nav-item:last-child, .nav-align-top .rael-one-page-nav-item:last-child {
	margin-right: 0 !important;
}

.rael-one-page-nav-item {
	margin-bottom: 10px;
	position: relative;
	line-height: 1;
	text-align: center;
}

.rael-one-page-nav-item:last-child {
	margin-bottom: 0 !important;
}

.rael-one-page-nav-item:hover .rael-nav-dot-tooltip {
	visibility: visible;
	opacity: 1;
}

.rael-one-page-nav-item a:focus {
	outline: none;
}

.rael-one-page-nav-item .rael-nav-dot {
	display: block;
}

.rael-nav-dot-tooltip {
	color: #000;
	font-size: 14px;
	line-height: 1.3;
	opacity: 0;
	position: absolute;
	width: 200px;
	visibility: hidden;
	-webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
	-o-transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
	transition: transform .3s ease, opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
}

.rael-nav-dot-tooltip.rael-tooltip-arrow:after {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid;
	position: absolute;
	right: -5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.nav-align-bottom .rael-nav-dot-tooltip, .nav-align-top .rael-nav-dot-tooltip {
	text-align: center;
	left: -95px;
}

.nav-align-bottom .rael-nav-dot-tooltip.rael-tooltip-arrow:after, .nav-align-top .rael-nav-dot-tooltip.rael-tooltip-arrow:after {
	border-bottom: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	content: "";
	top: -10px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	right: auto;
}

.nav-align-top .rael-nav-dot-tooltip {
	top: 30px;
	-ms-transform: translateY(15px) translateX(0);
	transform: translateY(15px) translateX(0);
	-webkit-transform: translateY(15px) translateX(0);
}

.nav-align-top .rael-one-page-nav-item:hover .rael-nav-dot-tooltip {
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);
}

.nav-align-bottom .rael-nav-dot-tooltip {
	bottom: 30px;
	-ms-transform: translateY(-15px) translateX(0);
	transform: translateY(-15px) translateX(0);
	-webkit-transform: translateY(-15px) translateX(0);
}

.nav-align-bottom .rael-nav-dot-tooltip.rael-tooltip-arrow:after {
	border-top: 5px solid;
	border-bottom: 5px solid transparent;
	bottom: -10px;
	top: auto;
}

.nav-align-bottom .rael-one-page-nav-item:hover .rael-nav-dot-tooltip {
	-ms-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);
}

.nav-align-right .rael-nav-dot-tooltip {
	right: 40px;
	text-align: right;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-15px);
	transform: translateY(-50%) translateX(-15px);
	-webkit-transform: translateY(-50%) translateX(-15px);
}

.nav-align-right .rael-one-page-nav-item:hover .rael-nav-dot-tooltip {
	opacity: 1;
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
}

.nav-align-left .rael-nav-dot-tooltip {
	left: 40px;
	top: 50%;
	text-align: left;
	-ms-transform: translateY(-50%) translateX(15px);
	transform: translateY(-50%) translateX(15px);
	-webkit-transform: translateY(-50%) translateX(15px);
}

.nav-align-left .rael-nav-dot-tooltip.rael-tooltip-arrow:after {
	border-right: 5px solid;
	border-left: 5px solid transparent;
	left: -10px;
	right: auto;
}

.nav-align-left .rael-one-page-nav-item:hover .rael-nav-dot-tooltip {
	opacity: 1;
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
}

.rael-nav-dot-tooltip-content {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.rael-nav-dot {
	color: #000;
	display: block;
	font-size: 10px;
	line-height: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: color .3s ease, border .3s ease;
	-o-transition: color .3s ease, border .3s ease;
	transition: color .3s ease, border .3s ease;
}

.rael-nav-dot-wrap {
	display: block;
	-webkit-transition: all .3s ease, border .3s ease;
	-o-transition: all .3s ease, border .3s ease;
	transition: all .3s ease, border .3s ease;
}

.admin-bar .nav-align-top .rael-one-page-nav-container {
	top: 32px;
}

.rtl .nav-align-bottom .rael-one-page-nav-item:last-child, .rtl .nav-align-top .rael-one-page-nav-item:last-child {
	margin-left: 0 !important;
}

.elementor-widget-rael-portfolio .responsive-portfolio > article {
	margin: 0;
	padding: 0;
}

.responsive-portfolio__filters {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.responsive-portfolio__filter {
	margin: 0;
	cursor: pointer;
	padding: 8px;
}

.responsive-portfolio-item {
	position: relative;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	overflow: hidden;
	margin: 0;
}

.responsive-portfolio-item__title {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 18px;
	color: #fff;
}

.responsive-portfolio-item__tags__separator:before {
	content: ", ";
}

.responsive-portfolio-item__overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: rgba(129, 138, 145, .8);
}

.responsive-portfolio-item__overlay:hover {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.responsive-portfolio-item__img img[src=""] {
	background-color: rgba(0, 0, 0, .1);
	height: 100%;
}

.responsive-portfolio.elementor-has-item-ratio {
	-webkit-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
	margin-bottom: 10px;
}

.responsive-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
	position: absolute;
	background-color: rgba(0, 0, 0, .1);
}

.responsive-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
	padding-bottom: 100%;
}

.elementor ul li.responsive-portfolio__filter {
	list-style-type: none;
}

.e-con-inner > .elementor-widget-rael-portfolio, .e-con > .elementor-widget-rael-portfolio {
	width: 100%;
}

.responsive-posts-container .elementor-post {
	padding: 0;
}

.rtl .rael-grid-post .rael-post-carousel__footer, .rtl .rael-post-carousel .rael-post-carousel__entry-footer {
	direction: ltr;
}

.rael-post-carousel .swiper-slide {
	overflow: unset;
	text-align: center;
}

.rael-post-carousel .swiper-slide.swiper-slide-active {
	height: auto;
}

.rael-post-carousel .swiper-slide:not(.swiper-slide-active) {
	overflow: hidden;
}

.rael-post-carousel .rael-post-carousel__entry-header .rael-post-carousel__entry-meta .rael-post-carousel__posted-by {
	margin-right: 4px;
}

.rael-post-carousel.grayscale-hover .swiper-slide:hover img, .rael-post-carousel.grayscale-normal img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.rael-post-carousel.grayscale-normal .swiper-slide:hover img {
	-webkit-filter: none;
	filter: none;
}

.rael-post-carousel.swiper-container .swiper-slide {
	text-align: center;
}

.rael-post-carousel .rael-grid-post-holder {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-grid-post-holder-inner, .rael-post-carousel .rael-post-grid-holder-inner, .rael-post-carousel__thumbnail > img {
	height: 100%;
}

.rael-post-carousel .rael-post-carousel__entry-thumbnail > img, .swiper-container-wrap .rael-post-carousel .swiper-slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rael-post-carousel__entry-title {
	margin: 10px 0 5px;
	font-size: 1.2em;
}

.rael-post-carousel .rael-post-carousel__entry-media--none, .rael-post-carousel__entry-thumbnail {
	position: relative;
}

.rael-post-carousel .rael-post-carousel__entry-content {
	padding: 0 15px;
}

.rael-post-carousel__entry-thumbnail a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.rael-post-carousel .rael-post-carousel__title a {
	color: inherit;
}

.rael-post-carousel__entry-footer {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-post-carousel__entry-footer > div {
	display: inline-block;
	float: left;
}

.post_carousel_meta_alignment-right .rael-post-carousel__entry-meta {
	text-align: right;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.post_carousel_meta_alignment-center .rael-post-carousel__entry-meta {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post_carousel_meta_alignment-right .rael-post-carousel__entry-footer, .rael-post-carousel__author-avatar > a, .rael-post-carousel__entry-meta .rael-post-carousel__footer .rael-post-carousel__posted-by {
	display: block;
}

.post_carousel_meta_alignment-right .rael-post-carousel__entry-footer > div {
	float: right;
}

.post_carousel_meta_alignment-right .rael-post-carousel__entry-footer .rael-post-carousel__entry-meta {
	text-align: right;
	padding-left: 0;
	padding-right: 15px;
}

.post_carousel_meta_alignment-center .rael-post-carousel__entry-footer {
	margin: 0 auto 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.post_carousel_meta_alignment-center .rael-post-carousel__entry-footer > div {
	float: none;
	display: block;
}

.rael-post-carousel--show-read-more-button .rael-post-carousel__readmore-btn {
	display: inline-block;
}

.rael-post-carousel__readmore-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	display: none;
}

.rael-post-carousel-wrap .rael-post-carousel .swiper-button-prev i, .rael-post-carousel-wrap .swiper-button-prev i {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.rael-post-carousel-wrap.swiper-container-wrap .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.rael-post-carousel-wrap.swiper-container-wrap-dots-outside .swiper-pagination {
	position: static;
}

.rael-post-carousel-wrap.swiper-container-wrap .swiper-pagination-bullet {
	background: #ccc;
	margin: 0 4px;
	opacity: 1;
	height: 8px;
	width: 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-post-carousel-wrap.swiper-container-wrap .swiper-pagination-bullet-active {
	background: #000;
}

.rael-post-carousel-wrap.swiper-container-wrap .swiper-button-next, .rael-post-carousel-wrap.swiper-container-wrap .swiper-button-prev {
	background-image: none;
	outline: 0;
}

.rael-post-carousel-wrap.swiper-container-wrap .swiper-button-next.nitro-lazy, .rael-post-carousel-wrap.swiper-container-wrap .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.elementor-widget-rael-post-carousel .swiper-container ~ .swiper-button-next:after, .elementor-widget-rael-post-carousel .swiper-container ~ .swiper-button-prev:after, .rael-post-carousel-wrap.swiper-container-wrap .swiper-button-next::after, .rael-post-carousel-wrap.swiper-container-wrap .swiper-button-prev::after {
	content: none;
}

.rael-post-carousel-container .rael-post-carousel .rael-grid-post {
	width: 100%;
	float: left;
	padding: 10px;
}

.rael-post-carousel-wrap .rael-post-carousel__entry-content-btn {
	margin-top: 15px;
}

.rael-post-carousel-style--three .rael-post-carousel__entry-content {
	padding: 0 15px 15px;
}

.rael-post-carousel-style--three .rael-post-carousel__meta-posted-on {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-content {
	padding: 0 15px;
}

.rael-grid-post .rael-post-carousel__entry-footer, .rael-grid-post .rael-post-carousel__entry-wrapper, .rael-post-carousel-style--two .rael-post-carousel__entry-footer--two {
	padding: 15px;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta .rael-post-carousel__meta-categories {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rael-post-carousel-categories li:last-child:after, .rael-post-carousel__entry-media.grid-hover-style-none .rael-post-carousel__entry-overlay, .rael-post-carousel__entry-overlay.none > i {
	display: none;
}

.elementor-widget-rael-post-carousel .swiper-container {
	width: 100%;
}

.rael-post-carousel__entry-meta > div, .rael-post-carousel__entry-meta > span {
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 5px;
}

.rael-post-carousel__entry-footer .rael-post-carousel__author-avatar {
	width: 50px;
	padding-right: 5px;
}

.rael-post-carousel__entry-footer .rael-post-carousel__author-avatar .avatar {
	border-radius: 50%;
}

.post-block-style-overlay.eael-post-block .rael-post-carousel__entry-footer {
	padding: 10px 15px 15px 0;
}

.rael-post-carousel__entry-overlay.none {
	background: 0 0 !important;
	opacity: 0;
}

.rael-post-grid-container .rael-post-carousel {
	margin: 0 -10px;
}

.rael-post-grid-container .rael-post-carousel .rael-grid-post {
	float: left;
	padding: 10px;
}

.rael-post-carousel .rael-grid-post {
	float: none;
	padding: 0;
}

.rael-grid-post-holder {
	border: 1px solid rgba(0, 0, 0, .1);
}

.rael-post-carousel__entry-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
	transition: opacity .2s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1), -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
	-o-transition: opacity .2s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
}

.rael-post-carousel__entry-overlay > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.rael-post-carousel__title {
	margin: 10px 0 5px;
	font-size: 1.2em;
}

.rael-post-carousel__thumbnail img {
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.rael-post-carousel__footer .rael-post-carousel__author-avatar {
	width: 50px;
}

.rael-post-carousel__footer .rael-post-carousel__author-avatar .avatar {
	border-radius: 50%;
}

.rael-post-carousel .rael-post-carousel__footer .rael-post-carousel__entry-meta {
	padding-left: 8px;
	text-align: left;
}

.rael-grid-post .rael-post-carousel__entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	white-space: nowrap;
}

.rael-grid-post .rael-post-carousel__entry-footer .rael-post-carousel__entry-meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 8px;
	text-align: left;
}

.rael-post-carousel__excerpt p {
	margin: 0;
	font-size: 14px;
}

.rael-post-carousel .rael-post-carousel__entry-wrapper > .rael-post-carousel__entry-meta span.rael-post-carousel__posted-on {
	padding-left: 5px;
}

.rael-post-carousel .rael-post-carousel__entry-wrapper > .rael-post-carousel__entry-meta span.rael-post-carousel__posted-on::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: inherit;
	opacity: .4;
	font-size: .8em;
	padding-right: 7px;
}

.rael-post-carousel__entry-media {
	position: relative;
	overflow: hidden;
}

.rael-post-carousel__entry-overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-post-carousel-categories li a, .rael-post-carousel__entry-overlay > i {
	color: #fff;
}

.rael-post-carousel__entry-overlay.fade-in {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-post-carousel__entry-media:hover .rael-post-carousel-categories, .rael-post-carousel__entry-media:hover .rael-post-carousel__entry-overlay.fade-in {
	visibility: visible;
	opacity: 1;
}

.rael-post-carousel__entry-media:hover .rael-post-carousel__entry-overlay.fade-in > i {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.rael-post-carousel__entry-overlay.zoom-in {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-post-carousel__entry-media:hover .rael-post-carousel__entry-overlay.zoom-in {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael-post-carousel__entry-overlay.slide-up {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-post-carousel__entry-media:hover .rael-post-carousel__entry-overlay.slide-up {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.rael-post-carousel__entry-media.grid-hover-style-fade-in .rael-post-carousel__entry-overlay {
	opacity: 0;
}

.rael-post-carousel__entry-media.grid-hover-style-fade-in:hover .rael-post-carousel__entry-overlay {
	opacity: 1;
}

.rael-post-carousel__entry-media.grid-hover-style-zoom-in .rael-post-carousel__entry-overlay {
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
	opacity: 0;
}

.rael-post-carousel__entry-media.grid-hover-style-zoom-in:hover .rael-post-carousel__entry-overlay {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.rael-post-carousel__entry-media.grid-hover-style-animate-down .rael-post-carousel__entry-overlay {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.rael-post-carousel__entry-media.grid-hover-style-animate-down .rael-post-carousel__entry-overlay > i {
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.rael-post-carousel__entry-media.grid-hover-style-animate-down:hover .rael-post-carousel__entry-overlay {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.rael-post-carousel__entry-media.grid-hover-style-animate-down:hover .rael-post-carousel__entry-overlay > i {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.rael-post-carousel__entry-media.grid-hover-style-animate-up .rael-post-carousel__entry-overlay {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	visibility: hidden;
	opacity: 0;
}

.rael-post-carousel__entry-media.grid-hover-style-animate-up .rael-post-carousel__entry-overlay > i {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.rael-post-carousel__entry-media.grid-hover-style-animate-up:hover .rael-post-carousel__entry-overlay {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	visibility: visible;
	opacity: 1;
}

.rael-post-carousel__entry-media.grid-hover-style-animate-up:hover .rael-post-carousel__entry-overlay > i {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.rael-grid-post .rael-post-carousel__thumbnail > img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media only screen and (min-width:1025px) {
	.elementor-element.elementor-grid-eael-col-1, .elementor-element.elementor-grid-eael-col-2, .elementor-element.elementor-grid-eael-col-3, .elementor-element.elementor-grid-eael-col-4, .elementor-element.elementor-grid-eael-col-5, .elementor-element.elementor-grid-eael-col-6 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-eael-col-1 .rael-grid-post {
		width: 100%;
		float: left;
	}
	
	.elementor-element.elementor-grid-eael-col-2 .rael-grid-post {
		width: 50%;
		float: left;
	}
	
	.elementor-element.elementor-grid-eael-col-2 .rael-grid-post:nth-of-type(2n), .elementor-element.elementor-grid-eael-col-3 .rael-grid-post:nth-of-type(3n), .elementor-element.elementor-grid-eael-col-4 .rael-grid-post:nth-of-type(4n), .elementor-element.elementor-grid-eael-col-5 .rael-grid-post:nth-of-type(5n), .elementor-element.elementor-grid-eael-col-6 .rael-grid-post:nth-of-type(6n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-eael-col-2 .rael-grid-post:nth-of-type(odd), .elementor-element.elementor-grid-eael-col-3 .rael-grid-post:nth-of-type(3n+1), .elementor-element.elementor-grid-eael-col-4 .rael-grid-post:nth-of-type(4n+1), .elementor-element.elementor-grid-eael-col-5 .rael-grid-post:nth-of-type(5n+1), .elementor-element.elementor-grid-eael-col-6 .rael-grid-post:nth-of-type(6n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-eael-col-3 .rael-grid-post {
		width: 33.3333%;
		float: left;
	}
	
	.elementor-element.elementor-grid-eael-col-4 .rael-grid-post {
		width: 25%;
		float: left;
	}
	
	.elementor-element.elementor-grid-eael-col-5 .rael-grid-post {
		width: 20%;
		float: left;
	}
	
	.elementor-element.elementor-grid-eael-col-6 .rael-grid-post {
		width: 16%;
		float: left;
	}
}

@media only screen and (max-width:1024px) and (min-width:766px) {
	.elementor-element.elementor-grid-tablet-eael-col-1, .elementor-element.elementor-grid-tablet-eael-col-2, .elementor-element.elementor-grid-tablet-eael-col-3, .elementor-element.elementor-grid-tablet-eael-col-4, .elementor-element.elementor-grid-tablet-eael-col-5, .elementor-element.elementor-grid-tablet-eael-col-6 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-1 .rael-grid-post {
		width: 100%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-2 .rael-grid-post {
		width: 50%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-2 .rael-grid-post:nth-of-type(2n), .elementor-element.elementor-grid-tablet-eael-col-3 .rael-grid-post:nth-of-type(3n), .elementor-element.elementor-grid-tablet-eael-col-4 .rael-grid-post:nth-of-type(4n), .elementor-element.elementor-grid-tablet-eael-col-5 .rael-grid-post:nth-of-type(5n), .elementor-element.elementor-grid-tablet-eael-col-6 .rael-grid-post:nth-of-type(6n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-2 .rael-grid-post:nth-of-type(odd), .elementor-element.elementor-grid-tablet-eael-col-3 .rael-grid-post:nth-of-type(3n+1), .elementor-element.elementor-grid-tablet-eael-col-4 .rael-grid-post:nth-of-type(4n+1), .elementor-element.elementor-grid-tablet-eael-col-5 .rael-grid-post:nth-of-type(5n+1), .elementor-element.elementor-grid-tablet-eael-col-6 .rael-grid-post:nth-of-type(6n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-3 .rael-grid-post {
		width: 33.3333%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-4 .rael-grid-post {
		width: 25%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-5 .rael-grid-post {
		width: 20%;
		float: left;
	}
	
	.elementor-element.elementor-grid-tablet-eael-col-6 .rael-grid-post {
		width: 16%;
		float: left;
	}
}

@media only screen and (max-width:767px) {
	.elementor-element.elementor-grid-mobile-eael-col-1, .elementor-element.elementor-grid-mobile-eael-col-2, .elementor-element.elementor-grid-mobile-eael-col-3, .elementor-element.elementor-grid-mobile-eael-col-4, .elementor-element.elementor-grid-mobile-eael-col-5, .elementor-element.elementor-grid-mobile-eael-col-6 {
		position: relative;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-1 .rael-grid-post {
		width: 100%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-2 .rael-grid-post {
		width: 50%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-2 .rael-grid-post:nth-of-type(2n), .elementor-element.elementor-grid-mobile-eael-col-3 .rael-grid-post:nth-of-type(3n), .elementor-element.elementor-grid-mobile-eael-col-4 .rael-grid-post:nth-of-type(4n), .elementor-element.elementor-grid-mobile-eael-col-5 .rael-grid-post:nth-of-type(5n), .elementor-element.elementor-grid-mobile-eael-col-6 .rael-grid-post:nth-of-type(6n) {
		margin-right: 0 !important;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-2 .rael-grid-post:nth-of-type(odd), .elementor-element.elementor-grid-mobile-eael-col-3 .rael-grid-post:nth-of-type(3n+1), .elementor-element.elementor-grid-mobile-eael-col-4 .rael-grid-post:nth-of-type(4n+1), .elementor-element.elementor-grid-mobile-eael-col-5 .rael-grid-post:nth-of-type(5n+1), .elementor-element.elementor-grid-mobile-eael-col-6 .rael-grid-post:nth-of-type(6n+1) {
		clear: left;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-3 .rael-grid-post {
		width: 33.3333%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-4 .rael-grid-post {
		width: 25%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-5 .rael-grid-post {
		width: 20%;
		float: left;
	}
	
	.elementor-element.elementor-grid-mobile-eael-col-6 .rael-grid-post {
		width: 16%;
		float: left;
	}
}

.rael-post-carousel__footer {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-post-carousel__footer > div {
	display: inline-block;
	float: left;
}

.rael-post-carousel-categories {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	margin: 0;
	padding: 15px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-post-carousel-categories li {
	display: inline-block;
	text-transform: capitalize;
	margin-right: 5px;
	position: relative;
}

.rael-post-carousel-categories li:after {
	content: ",";
	color: #fff;
}

.rael-post-carousel-style--three .rael-post-carousel__meta-posted-on {
	min-width: 60px;
	height: 50px;
	padding: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	margin-top: 12px;
	margin-left: 12px;
}

.rael-post-carousel-style--three .rael-post-carousel__meta-posted-on span {
	display: block;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta .rael-post-carousel__meta-posted-on {
	padding: 0;
	font-size: 12px;
	margin-right: 15px;
	color: #929292;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta .rael-post-carousel__meta-posted-on i {
	margin-right: 7px;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta .rael-post-carousel__meta-categories {
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: 0;
	padding-left: 0;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta .rael-post-carousel__meta-categories li {
	font-size: 12px;
	margin-right: 7px;
	color: #929292;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta .rael-post-carousel__meta-categories li:last-child {
	margin-right: 0;
}

.rael-post-carousel-style--two .rael-post-carousel__entry-meta .rael-post-carousel__meta-categories li a {
	color: #929292;
}

.elementor-widget-rael-posts .responsive-posts-container > article {
	padding: 0;
	margin: 0;
}

.elementor-posts--skin-rael_classic .elementor-post, .responsive-posts-container .elementor-post__thumbnail {
	overflow: hidden;
}

.responsive-posts-container .elementor-post__thumbnail img {
	display: block;
	width: 100%;
	max-height: none;
	height: auto;
	aspect-ratio: 10/6;
	max-width: none;
	-webkit-transition: -webkit-filter .3s;
	transition: filter .3s;
	-o-transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s;
}

.responsive-posts-container .responsive-post__thumbnail__link {
	position: relative;
	display: block;
	width: 100%;
}

.responsive-posts .elementor-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: background, border, -webkit-box-shadow;
	-o-transition-property: background, border, box-shadow;
	transition-property: background, border, box-shadow, -webkit-box-shadow;
	-webkit-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.responsive-posts .elementor-post__title {
	font-size: 18px;
	margin: 0;
}

.responsive-posts .elementor-post__excerpt {
	margin-bottom: 10px;
}

.responsive-posts .elementor-post__excerpt p {
	margin: 0;
	line-height: 1.5em;
	font-size: 14px;
	color: #777;
}

.responsive-posts .elementor-post__meta-data {
	line-height: 1.3em;
	font-size: 12px;
	margin-bottom: 13px;
	color: #adadad;
}

.responsive-posts .elementor-post__meta-data > :is(.elementor-post-author,.elementor-post-date,.elementor-post-time,.elementor-post-avatar) {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	vertical-align: middle;
}

.responsive-posts .elementor-post__meta-data > .elementor-post-author > .rael_meta_data_author_image > img, .responsive-posts .elementor-post__meta-data > :is(.elementor-post-author,.elementor-post-date,.elementor-post-time,.elementor-post-avatar) > svg {
	width: 12px;
	height: 12px;
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img, .elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img, .responsive-posts .elementor-post__card .elementor-post__thumbnail img {
	width: calc(100% + 1px);
}

.responsive-posts .elementor-post__read-more {
	font-size: 12px;
	font-weight: 700;
}

.responsive-posts .elementor-post__thumbnail {
	position: relative;
}

.responsive-posts--skin-rael_classic {
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.elementor-posts--skin-rael_classic:not(.elementor-posts-masonry) {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.elementor-posts--skin-rael_classic .elementor-post__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.elementor-posts--align-left .elementor-post {
	text-align: left;
}

.elementor-posts--align-right .elementor-post {
	text-align: right;
}

.elementor-posts--align-center .elementor-post {
	text-align: center;
}

.elementor-posts--thumbnail-top .elementor-post {
	display: block;
}

.elementor-post__excerpt .read-more, .elementor-posts--thumbnail-none .responsive-posts-container .responsive-post__thumbnail__link, .elementor-widget-archive-posts:after, .elementor-widget-rael-posts:after, .rael_post_filterable_tabs_wrapper_dropdown, body.elementor-editor-active .elementor-posts--skin-archive_full_content .responsive-post__thumbnail__link, body.elementor-editor-active .elementor-posts--skin-rael_full_content .responsive-post__thumbnail__link {
	display: none;
}

.elementor-posts--thumbnail-top .responsive-post__thumbnail__link {
	margin-bottom: 20px;
}

.elementor-posts--thumbnail-top .elementor-post__text {
	width: 100%;
}

.elementor-posts--thumbnail-top.elementor-posts--align-left .responsive-post__thumbnail__link {
	margin-right: auto;
}

.elementor-posts--thumbnail-top.elementor-posts--align-right .responsive-post__thumbnail__link {
	margin-left: auto;
}

.elementor-posts--thumbnail-top.elementor-posts--align-center .responsive-post__thumbnail__link {
	margin-right: auto;
	margin-left: auto;
}

.elementor-posts--thumbnail-left .responsive-post__thumbnail__link, .elementor-posts--thumbnail-right .responsive-post__thumbnail__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
}

.elementor-posts--thumbnail-left .responsive-post__thumbnail__link {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-right: 20px;
}

.elementor-posts--thumbnail-right .responsive-post__thumbnail__link {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-left: 20px;
}

.responsive-posts .elementor-post__badge {
	position: absolute;
	top: 0;
	background: #818a91;
	color: #fff;
	font-size: 12px;
	padding: .6em 1.2em;
	line-height: 1;
	font-weight: 400;
	margin: 20px;
	border-radius: 999px;
}

.responsive-posts .elementor-post__avatar {
	position: relative;
	padding: 0 30px;
	width: 100%;
	top: -25px;
	height: 0;
	pointer-events: none;
}

.responsive-posts .elementor-post__avatar img {
	border-radius: 50%;
	width: 60px;
	pointer-events: all;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.elementor-posts--thumbnail-top .elementor-posts--skin-rael_cards:not(.elementor-posts-masonry) .elementor-post__card, .responsive-posts .elementor-posts--skin-rael_cards:not(.elementor-posts-masonry) .elementor-post__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-posts--thumbnail-top .elementor-posts--skin-rael_cards:not(.elementor-posts-masonry) .elementor-post__meta-data, .responsive-posts .elementor-posts--skin-rael_cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
	margin-top: auto;
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
	padding-top: 0;
	position: static;
	height: auto;
}

.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	vertical-align: bottom;
}

.elementor-posts--show-avatar .responsive-post__thumbnail__link {
	margin-bottom: 25px;
}

.elementor-posts__hover-gradient .elementor-post__card .responsive-post__thumbnail__link:after {
	display: block;
	content: "";
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 75%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 75%);
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 75%);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}

.elementor-posts__hover-gradient .elementor-post__card:hover .responsive-post__thumbnail__link:after {
	opacity: .5;
}

.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img, .elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img, .elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
	height: 115%;
}

.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img, .elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
	width: 115%;
}

.elementor-posts__hover-zoom-in .elementor-post__thumbnail img, .elementor-posts__hover-zoom-out .elementor-post__thumbnail img {
	-webkit-transition: height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1), -webkit-filter .3s;
	-o-transition: filter .3s, height 1s cubic-bezier(0, .25, .07, 1), width 1s cubic-bezier(0, .25, .07, 1);
}

.elementor-card-shadow-yes .elementor-post__card {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.elementor-card-shadow-yes .elementor-post__card:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.elementor-posts--skin-rael_full_content article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.elementor-posts--skin-rael_full_content article .elementor-post__thumbnail {
	padding-bottom: 0;
}

body.elementor-editor-active .elementor-posts--skin-archive_full_content, body.elementor-editor-active .elementor-posts--skin-rael_full_content {
	pointer-events: none;
}

body.elementor-editor-active .elementor-posts--show-thumbnail .responsive-post__thumbnail__link {
	display: block;
}

.responsive-posts .elementor-post__card {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 100%;
	border-radius: 3px;
	border: 0 solid #818a91;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.responsive-posts .elementor-post__card .elementor-post__thumbnail {
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.responsive-posts .elementor-post__card .elementor-post__text {
	padding: 0 30px;
	margin-bottom: 0;
	margin-top: 20px;
}

.responsive-posts .elementor-post__card .elementor-post__read-more {
	margin-bottom: 20px;
	display: inline-block;
}

.responsive-posts .elementor-post__card .elementor-post__meta-data {
	padding: 15px 30px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea;
}

.responsive-posts .elementor-post__card .elementor-post__meta-data span + span:before {
	margin: 0 5px;
}

.responsive-posts .elementor-post__card .elementor-post__title {
	font-size: 21px;
}

.responsive-posts .elementor-post__card .elementor-post__excerpt {
	line-height: 1.7;
}

.responsive-posts .elementor-post__card .elementor-post__excerpt, .responsive-posts .elementor-post__card .elementor-post__title {
	margin-bottom: 25px;
}

.responsive-posts .elementor-post__card .elementor-post__badge, .responsive-posts .elementor-post__card .elementor-post__read-more {
	text-transform: uppercase;
}

.responsive-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.responsive-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
	height: 100%;
	width: auto;
}

.rael_post_filterable_tabs_wrapper {
	display: flex;
	flex-direction: column;
	margin: 0 auto 0 0;
}

.rael_post_filterable_tabs_wrapper .rael_post_filterable_tabs {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.rael_post_filterable_tabs_wrapper .rael_post_filterable_tabs .rael_post_filterable_tab {
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f1f1f1;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

.rael_post_filterable_tabs_wrapper .rael_post_filterable_tabs .rael_post_filterable_tab.rael_post_active_filterable_tab, .rael_post_filterable_tabs_wrapper .rael_post_filterable_tabs .rael_post_filterable_tab:hover {
	background-color: #333;
	color: #fff;
}

.rael_post_filterable_tabs_wrapper_dropdown .rael_post_filterable_tabs_dropdown {
	width: 50%;
	display: none;
}

.elementor-pagination .rael_pagination_load_more {
	background-color: #61ce70;
}

@media (max-width:767px) {
	.rael_post_filterable_tabs_wrapper_dropdown {
		display: flex;
	}
	
	.rael_post_filterable_tabs_wrapper_dropdown .rael_post_filterable_tabs_dropdown {
		display: block;
	}
	
	.rael_post_filterable_tabs_wrapper.rael_post_filterable_tabs_display {
		display: none;
	}
}

.responsive-post-loader {
	border: 4px solid gray;
	border-top: 4px solid #d3d3d3;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: 1s linear infinite spin;
	position: absolute;
	top: 10px;
	left: 50%;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.responsive-post-load-more-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}

.responsive-post-load-more-loader-dot {
	width: 10px;
	height: 10px;
	background-color: #6ec1e4;
	border-radius: 50%;
	margin: 0 5px;
	animation: 1s ease-in-out infinite raelPostDotAnimation;
}

.responsive-post-load-more-loader-dot:first-child {
	animation-delay: 0s;
}

.responsive-post-load-more-loader-dot:nth-child(2) {
	animation-delay: .2s;
}

.responsive-post-load-more-loader-dot:nth-child(3) {
	animation-delay: .4s;
}

@keyframes raelPostDotAnimation {
	0%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.5);
	}
}

.elementor-posts-masonry .elementor-post {
	transition: margin-top .2s;
}

.responsive-posts-container {
	position: relative !important;
	min-height: 100px;
	width: 100% !important;
}

.elementor-post {
	box-sizing: border-box !important;
	transition: .3s;
}

.elementor-widget-rael-posts {
	min-width: 1px;
}

.responsive-posts-container.elementor-posts-masonry {
	min-height: 200px;
}

.elementor-editor-active .elementor-widget-rael-posts {
	min-width: 300px !important;
}

.elementor-editor-active .responsive-posts-container {
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-editor-active .elementor-post {
	display: block !important;
}

span.page-numbers.next, span.page-numbers.prev {
	pointer-events: none;
	cursor: default;
	opacity: .5;
}

.elementor-widget-rael_price_box:hover {
	z-index: 9;
}

.elementor-widget-rael_price_box {
	overflow: visible;
	background-color: #f9f9f9;
}

.rael-price-box__feature-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-price-box__features--simple .rael-price-box__feature-content {
	padding: 10px 20px;
}

.rael-price-box__features--borderbox .rael-price-box__feature-content, .rael-price-box__features--divider .rael-price-box__feature-content, .rael-price-box__features--strips .rael-price-box__feature-content {
	padding: 15px 20px;
}

.rael-price-box--layout-1 .rael-price-box-header, .rael-price-box--layout-2 .rael-price-box-header, .rael-price-box--layout-3 .rael-price-box-header__container, .rael-price-box--layout-4 .rael-price-box-header {
	padding: 20px;
}

.rael-price-box--layout-1 .rael-price-box__price-container, .rael-price-box--layout-4 .rael-price-box__price-container, .rael-price-box__cta {
	padding: 40px 20px;
}

.rael-price-box-content.rael-price-box-container {
	position: relative;
}

.rael-price-box {
	text-align: center;
}

.rael-price-box .rael-pricing-value {
	color: #555;
	font-weight: 600;
	font-size: 65px;
}

.rael-price-box .rael-price-box-typo-excluded {
	line-height: initial;
	letter-spacing: initial;
	text-transform: initial;
	font-weight: initial;
	font-size: initial;
	font-style: initial;
}

.rael-price-box .rael-price-box-description *, div[id^=tippy-] .tippy-box .rael-tooltip-text * {
	margin: 0;
}

.rael-price-box__heading {
	margin: 0;
	padding: 0;
}

.rael-pricing-duration {
	padding: 0 4px;
}

.rael-price-box__original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.rael-price-box__beside-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 2px;
}

.rael-price-box-header__icon, .rael-pricing-container {
	line-height: 1em;
	display: inline-block;
	vertical-align: middle;
}

.rael-price-box__integer-part, .rael-price-currency--normal {
	line-height: 1em;
}

.rael-price-box__currency, .rael-price-box__fractional-part {
	line-height: 1.2em;
	font-size: .4em;
}

.rael-price-box__currency {
	margin-right: 2px;
}

.rael-price-box__duration {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
}

.rael-price-box__features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.rael-price-box__features-list i {
	margin-right: 10px;
	font-size: 1em;
}

.rael-price-box__disclaimer {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.rael-price-box__features--borderbox .rael-price-box__features-list li::before, .rael-price-box__features--borderbox .rael-price-box__features-list li:last-child::after, .rael-price-box__features--divider .rael-price-box__features-list li:not(:first-child)::before {
	content: "";
	display: block;
	border: 0 solid rgba(122, 122, 122, .3);
}

.rael-price-box--layout-2 .rael-price-box__cta, .rael-price-box--layout-2 .rael-price-box__price-container {
	padding: 30px 20px;
}

.rael-price-box__cta .rael-price-box__cta-link svg {
	vertical-align: top;
}

.rael-price-box--layout-2 .rael-pricing-value {
	font-size: 50px;
}

.rael-price-box--layout-2 .rael-price-box__features-list {
	padding: 20px 0;
}

.rael-price-box--layout-2 .elementor-button {
	border-radius: 40px;
}

.rael-price-box__price-container, .rael-pricing-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.rael-price-box--layout-3 .rael-price-box__pricing {
	border-radius: 100%;
	background-color: #eaeaea;
	border-color: #f9f9f9;
}

.rael-price-box--layout-3 .rael-pricing-value {
	font-size: 40px;
}

.rael-price-box--layout-3 .rael-price-box__features-list {
	padding: 20px 0 0;
}

.rael-price-box-ribbon-1 {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 15em;
	overflow: hidden;
	height: 15em;
}

.rael-price-box-ribbon-1 .rael-price-box-ribbon-content {
	text-align: center;
	left: 0;
	width: 150%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
}

.rael-price-box-ribbon-1.rael-ribbon-left, .rtl .rael-price-box-ribbon-1.rael-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto;
}

.rael-price-box-ribbon-1.rael-ribbon-right, .rtl .rael-price-box-ribbon-1.rael-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0;
}

.rael-price-box-ribbon-content {
	z-index: 9;
	background: #000;
	color: #fff;
}

.rael-price-box-ribbon-2 .rael-price-box-ribbon-content {
	color: #fff;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: 0;
}

.rael-price-box-ribbon-2.rael-ribbon-left .rael-price-box-ribbon-content {
	left: 0;
	-webkit-transform: translateX(-40%) translateY(-40%);
	-ms-transform: translateX(-40%) translateY(-40%);
	transform: translateX(-40%) translateY(-40%);
}

.rael-price-box-ribbon-2.rael-ribbon-right .rael-price-box-ribbon-content {
	right: 0;
	-webkit-transform: translateX(40%) translateY(-40%);
	-ms-transform: translateX(40%) translateY(-40%);
	transform: translateX(40%) translateY(-40%);
}

.rael-price-box-ribbon-3 .rael-price-box-ribbon-content::after, .rael-price-box-ribbon-3 .rael-price-box-ribbon-content::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	right: 0;
	border-bottom: 8px solid transparent;
}

.rael-price-box-ribbon-3 .rael-price-box-ribbon-content::after {
	border-left: 8px solid rgba(0, 0, 0, .2);
}

.rael-price-box-ribbon-3 .rael-price-box-ribbon-content {
	text-align: center;
	border-radius: 4px 4px 0;
	padding: 3px 15px;
	position: absolute;
	top: 30%;
	right: -8px;
}

.rtl .rael-price-box-ribbon-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	width: 15em;
	overflow: hidden;
	height: 15em;
}

.rtl .rael-price-box-ribbon-1 .rael-price-box-ribbon-content {
	left: 0;
	width: 150%;
	margin-top: 35px;
	line-height: 2;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.rtl .rael-price-table__price-container, .rtl .rael-pricing-value {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rael-price-box__features-list[data-enable-tooltip=no] .rael-price-box__feature-content {
	cursor: auto;
}

.rael-price-box__features-list[data-enable-tooltip=yes] .rael-price-box__feature-content {
	cursor: pointer;
}

div[id^=tippy-] .tippy-box .rael-tooltip-text {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
}

div[id^=tippy-] .tippy-box .tippy-content {
	border-radius: 10px;
	padding: 20px;
	line-height: 18px;
	color: #fff;
	text-align: left;
}

div[id^=tippy-] .tippy-box .tippy-arrow {
	display: inline-block;
	width: 25px;
	height: 13px;
	border: 12px solid transparent;
	position: absolute;
}

div[id^=tippy-] .tippy-box[data-placement^=top] .tippy-arrow {
	left: 50%;
	top: 99%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-top-color: #565656;
}

div[id^=tippy-] .tippy-box[data-placement^=bottom] .tippy-arrow {
	left: 50%;
	bottom: 99%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-bottom-color: #565656;
}

div[id^=tippy-] .tippy-box[data-placement^=left] .tippy-arrow {
	left: 99%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-left-color: #565656;
}

div[id^=tippy-] .tippy-box[data-placement^=right] .tippy-arrow {
	right: 99%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-right-color: #565656;
}

.rael-price-box__features-list .tippy-box[data-animation=fade] {
	-webkit-transition: opacity 350ms;
	-o-transition: opacity 350ms;
	transition: opacity 350ms;
}

.rael-price-box__features-list .tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0;
}

.rael-price-box__features-list .tippy-box[data-animation=fade][data-state=visible] {
	opacity: 1;
}

.rael-price-box__features-list .tippy-box[data-animation=fall], .rael-price-box__features-list .tippy-box[data-animation=grow], .rael-price-box__features-list .tippy-box[data-animation=slide] {
	-webkit-transition: -webkit-transform 350ms cubic-bezier(.175, .885, .32, 1.15);
	transition: transform 350ms cubic-bezier(.175, .885, .32, 1.15);
	-o-transition: transform 350ms cubic-bezier(.175, .885, .32, 1.15);
	transition: transform 350ms cubic-bezier(.175, .885, .32, 1.15), -webkit-transform 350ms cubic-bezier(.175, .885, .32, 1.15);
}

.rael-price-box__features-list .tippy-box[data-animation=grow][data-state=hidden] {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.rael-price-box__features-list .tippy-box[data-animation=grow][data-state=visible] {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael-price-box__features-list .tippy-box[data-animation=swing] {
	-webkit-transition: -webkit-transform 350ms cubic-bezier(.23, .635, .495, 2.4);
	transition: transform 350ms cubic-bezier(.23, .635, .495, 2.4);
	-o-transition: transform 350ms cubic-bezier(.23, .635, .495, 2.4);
	transition: transform 350ms cubic-bezier(.23, .635, .495, 2.4), -webkit-transform 350ms cubic-bezier(.23, .635, .495, 2.4);
}

.rael-price-box__features-list .tippy-box[data-animation=swing][data-state=hidden] {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-ms-transform: rotate(4deg);
	transform: rotateZ(4deg);
}

.rael-price-box__features-list .tippy-box[data-animation=swing][data-state=visible] {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	-ms-transform: rotate(0);
	transform: rotateZ(0);
}

.rael-price-box__features-list .tippy-box[data-animation=slide][data-state=hidden] {
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transform: translateX(-140px);
	-ms-transform: translateX(-140px);
	transform: translateX(-140px);
	opacity: 0;
}

.rael-price-box__features-list .tippy-box[data-animation=slide][data-state=visible] {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.rael-price-box__features-list .tippy-box[data-animation=fall][data-state=hidden] {
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	opacity: 0;
}

.rael-price-box__features-list .tippy-box[data-animation=fall][data-state=visible] {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width:768px) {
	.rael-price-box__features-list[data-tooltip-responsive=tablet] .tippy-box {
		display: none;
	}
	
	.rael-price-box__features-list[data-tooltip-responsive=tablet] .rael-price-box__feature-content {
		cursor: auto;
	}
}

@media (max-width:360px) {
	.rael-price-box__features-list[data-tooltip-responsive=mobile] .tippy-box {
		display: none;
	}
	
	.rael-price-box__features-list[data-tooltip-responsive=mobile] .rael-price-box__feature-content {
		cursor: auto;
	}
}

.elementor-animation-float, .elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.elementor-animation-float:hover {
	transform: translateY(-8px);
}

.elementor-animation-sink:hover {
	transform: translateY(8px);
}

@keyframes elementor-animation-wobble-vertical {
	100% {
		transform: translateY(0);
	}
}

.elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

.elementor-widget-rael-price-list .rael-price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.elementor-widget-rael-price-list .rael-price-list li {
	margin: 0;
}

.rael-price-list li:not(:last-child) {
	margin-bottom: 20px;
}

.rael-price-list .rael-price-list-image {
	max-width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 25px;
}

.rael-price-list .rael-price-list-image img {
	width: 100%;
}

.rael-price-list .rael-price-list-header, .rael-price-list .rael-price-list-item, .rael-price-list .rael-price-list-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-price-list .rael-price-list-item, .rael-price-list .rael-price-list-item .rael-price-list-text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rael-price-list .rael-price-list-item .rael-price-list-text {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.rael-price-list .rael-price-list-item .rael-price-list-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rael-price-list .rael-price-list-item .rael-price-list-title {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.rael-price-list .rael-price-list-item p.rael-price-list-description {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 14px;
	margin: 0;
}

.rael-price-list .rael-price-list-item .rael-price-list-separator {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	height: 0;
}

.rael-price-list .rael-price-list-item .rael-price-list-title-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

.rael-price-list .rael-price-list-price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
}

.rael-price-list .rael-price-list-price-wrapper .rael-price-list-original-price {
	text-decoration: line-through;
	opacity: .7;
	margin-right: 10px;
}

.rael-price-list .rael-price-list-badge-icon, .rael-price-list .rael-price-list-badge-text {
	display: inline-block;
	margin-left: 5px;
}

.rael-price-list .rael-price-list-badge-text {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 3px 10px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #e2498a;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.rael-price-table {
	text-align: center;
}

.rael-price-table .rael-price-table__header {
	background: #555;
	padding: 20px 0;
}

.rael-price-table .rael-price-table__heading {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.rael-price-table .rael-price-table__subheading {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}

.rael-price-table .rael-price-table__original-price {
	margin-right: 15px;
	text-decoration: line-through;
	font-size: .5em;
	line-height: 1;
	font-weight: 400;
	-ms-flex-item-align: center;
	align-self: center;
}

.rael-price-table .rael-price-table__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #555;
	font-weight: 800;
	font-size: 65px;
	padding: 40px 0;
}

.rael-price-table .rael-price-table__price .elementor-typo-excluded {
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 400;
	font-size: medium;
	font-style: normal;
}

.rael-price-table .rael-price-table__currency {
	margin-right: 3px;
	line-height: 1;
	font-size: .3em;
}

.rael-price-table .rael-price-table__after-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rael-price-table .rael-price-table__integer-part {
	line-height: .8;
}

.rael-price-table .rael-price-table__fractional-part {
	line-height: 1;
	font-size: .3em;
}

.rael-price-table .rael-price-table__period {
	width: 100%;
	font-size: 13px;
	font-weight: 400;
}

.rael-price-table .rael-price-table__features-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.rael-price-table .rael-price-table__features-list li {
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.rael-price-table .rael-price-table__features-list li .rael-price-table__feature-inner {
	margin-left: 15px;
	margin-right: 15px;
}

.rael-price-table .rael-price-table__features-list li:not(:first-child):before {
	content: "";
	display: block;
	border: 0 solid hsla(0, 0%, 47.8%, .3);
	margin: 10px 12.5%;
}

.rael-price-table .rael-price-table__features-list li:first-child {
	padding-top: 15px;
}

.rael-price-table .rael-price-table__features-list li:last-child {
	padding-bottom: 15px;
}

.rael-price-table .rael-price-table__features-list i {
	margin-right: 10px;
	font-size: 1.3em;
}

.rael-price-table .rael-price-table__features-list svg {
	margin-right: 10px;
	height: 1.3em;
	width: auto;
}

.rael-price-table .rael-price-table__footer {
	padding: 30px 0;
}

.rael-price-table .rael-price-table__additional_info {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.rael-price-table__ribbon {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 150px;
	overflow: hidden;
	height: 150px;
}

.rael-price-table__ribbon.elementor-ribbon-left {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	left: 0;
	right: auto;
}

.rael-price-table__ribbon.elementor-ribbon-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: 0;
}

.rael-price-table__ribbon-inner {
	text-align: center;
	left: 0;
	width: 200%;
	-webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	-ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	margin-top: 35px;
	font-size: 13px;
	line-height: 2;
	font-weight: 800;
	text-transform: uppercase;
	background: #000;
}

.rael-pc__product-popup .rael-pc__product-details-wrapper .is-divider, .rael-pc__product-popup .rael-pc__product-image-wrapper .badge-container, .rael-pc__product-popup.woocommerce div.product form.cart .product-single-quantity button.minus, .rael-pc__product-popup.woocommerce div.product form.cart .product-single-quantity button.plus {
	display: none;
}

.rael-pc__product-popup button.rael-pc__product-popup-close:focus, .rael-pc__product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
	outline: 0;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

* {
	box-sizing: border-box;
}

.rael-pc__popup-details-render {
	width: 80%;
	max-width: 900px;
}

.rael-pc__popup-details-render .rael-pc__preloader {
	margin: 0 auto;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 50px;
	height: 50px;
	-webkit-animation: 2s linear infinite spin;
	animation: 2s linear infinite spin;
}

.rael-pc__product-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
}

.rael-pc__product-popup.rael-pc__product-popup-ready {
	z-index: 999;
	opacity: 1 !important;
}

.rael-pc__product-popup.rael-pc__product-zoom-in {
	opacity: 0;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}

.rael-pc__product-popup.rael-pc__product-zoom-in .rael-pc__product-popup-details {
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-ready .rael-pc__product-popup-details {
	opacity: 1;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-ready .rael-pc__product-modal-bg {
	opacity: .7;
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-removing .rael-pc__product-modal-bg {
	opacity: 0;
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-removing .rael-pc__product-popup-details {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.rael-pc__product-popup .rael-pc__product-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}

.rael-pc__product-popup .rael-pc__product-popup-details {
	position: relative;
	margin: 5vh auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 900px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	background-color: #fefefe;
	width: 100%;
	border-radius: 10px;
	height: auto;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

.rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button {
	position: relative;
}

.rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button.rael-pc-addtocart-added::after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 12px;
}

.rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button.rael-pc-addtocart-loading::after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	position: absolute;
	right: 12px;
	-webkit-animation: 2s linear infinite spin;
	animation: 2s linear infinite spin;
}

.rael-pc__product-popup.woocommerce div.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow-y: auto;
	background: 0 0;
	position: relative;
}

.rael-pc__product-popup.woocommerce div.product div.images {
	width: 100%;
	margin-bottom: 0;
}

.rael-pc__product-popup.woocommerce div.product div.images .woocommerce-product-gallery .flex-viewport {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin-bottom: 1em;
}

.rael-pc__product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.rael-pc__product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: calc(25% - .75em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.rael-pc__product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
	margin-right: 0;
}

.rael-pc__product-popup.woocommerce div.product .product_title {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: normal;
	text-transform: capitalize;
}

.rael-pc__product-popup.woocommerce div.product .product_title.entry_title, .rael-pc__product-popup.woocommerce div.product h1.product_title {
	display: block;
}

.rael-pc__product-popup.woocommerce div.product .product_title::before {
	content: none;
}

.rael-pc__product-popup.woocommerce div.product .price {
	font-size: 25px;
	line-height: 1.2em;
	margin: 0 0 15px;
	text-align: left !important;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description p, .rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 20px;
}

.rael-pc__product-popup.woocommerce div.product .button {
	margin: 0 !important;
	line-height: 1.5em;
}

.rael-pc__product-popup.woocommerce div.product form.cart {
	margin: 0 0 1.2em;
	padding: 0;
	border: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.rael-pc__product-popup form.cart .variations_form .variations tr, .rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 5px;
}

.rael-pc__product-popup.woocommerce div.product form.cart table {
	border: none;
	margin: 0 0 1.2em;
	border-collapse: collapse;
	width: 100%;
}

.rael-pc__product-popup.woocommerce div.product form.cart table tbody {
	display: table-row-group;
	border: none;
}

.rael-pc__product-popup.woocommerce div.product form.cart p.stock {
	margin-bottom: 0;
}

.rael-pc__product-popup.woocommerce div.product form.cart .group_table td {
	border: none;
}

.rael-pc__product-popup.woocommerce div.product form.cart .group_table .button {
	padding: .8em;
	font-weight: 400;
	font-size: .9rem;
	white-space: nowrap;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity {
	margin-right: 0;
	width: auto;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity a, .rael-pc__product-popup.woocommerce div.product form.cart div.quantity input {
	height: 100%;
	border: 1px solid;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
	min-width: 90px;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity .qty {
	text-align: center;
}

.rael-pc__product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
	padding: 10px 40px;
	margin-top: 5px !important;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
	font-size: 16px;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
}

.rael-pc__product-popup.woocommerce div.product table tbody tr {
	border-bottom: 1px solid #ccc;
}

.rael-pc__product-popup.woocommerce div.product table tbody tr td {
	background: 0 0;
	vertical-align: middle !important;
	padding: 15px 15px 15px 0 !important;
}

.rael-pc__product-popup.woocommerce div.product .product_meta {
	font-size: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	padding: 1em 0 0;
	margin: 0 0 .8em;
}

.rael-pc__product-popup.woocommerce div.product .product_meta > span {
	display: block;
	border: none;
	padding: 5px 0;
}

.rael-pc__product-popup.woocommerce div.product .ast-article-single, .rael-pc__product-popup.woocommerce div.product.ast-article-single {
	background: 0 0;
}

.rael-pc__product-popup .rael-pc__product-image-wrapper {
	width: 40%;
}

.rael-pc__product-popup .rael-pc__product-image-wrapper .rael-pc__new-product .flex-viewport {
	height: auto !important;
}

.rael-pc__product-popup .rael-pc__product-details-wrapper {
	width: 56%;
	margin-left: 4%;
	text-align: left;
}

.rael-pc__product-popup button.rael-pc__product-popup-close {
	position: absolute;
	right: -15px;
	top: -18px;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	background: #fff !important;
	text-align: center;
	-webkit-box-shadow: 2px 0 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 2px 0 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	color: #000 !important;
	height: 40px;
	width: 40px;
	min-height: 40px;
	max-width: 40px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 1;
	border: 0;
	margin: 0;
}

.rael-pc__product-popup form.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.rael-pc__product-popup form.cart .variations_form, .rael-pc__product-popup form.cart.grouped_form {
	display: block;
}

.rael-pc__product-popup form.cart .variations_form .variations {
	border: none;
}

.rael-pc__product-popup form.cart .variations_form .variations th.label {
	vertical-align: middle;
}

.rael-pc__product-popup form.cart .variations_form .variations td {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}

.rael-pc__product-popup form.cart .variations_form .variations td select {
	width: 100%;
}

.rael-pc__product-popup form.cart .variations_form .variations_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_1.rael-pc__out-of-stock br, .rael-pc__product-popup .rael-pc__onsale.sale_preset_3.rael-pc__out-of-stock br, .rael-pc__product-popup .rael-pc__onsale.sale_preset_4.rael-pc__out-of-stock br {
	display: none;
}

.rael-pc__product-popup form.cart.grouped_form table .button {
	line-height: 1.2em;
}

.rael-pc__product-popup form.cart.grouped_form .quantity {
	width: 100%;
}

.rael-pc__product-popup form.cart.grouped_form .quantity a, .rael-pc__product-popup form.cart.grouped_form .quantity input {
	height: auto !important;
	min-height: 2.507em;
	line-height: 1.2em;
}

.rael-pc__product-popup form.cart .quantity {
	width: 37%;
	margin-right: 20px;
}

.rael-pc__product-popup form.cart .quantity input {
	width: 100%;
}

.rael-pc__product-popup .rael-pc__onsale {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	line-height: 1.2em;
	top: 30px;
	left: 0;
	margin: 0;
	background-color: #ff7a80;
	color: #fff;
	z-index: 9;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_1.right {
	left: auto;
	right: 0;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_2 {
	padding: 0;
	top: 5px;
	left: 5px;
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_2.rael-pc__out-of-stock {
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_3 {
	border-radius: 50px;
	left: 15px;
	top: 15px;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_4 {
	left: 0;
	top: 15px;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_4::after {
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 15px;
	height: 24px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #23a454;
	content: "";
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_5 {
	display: block;
	line-height: 74px;
	height: 60px;
	width: 120px;
	left: -37px;
	top: -8px;
	right: auto;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_5.rael-pc__out-of-stock {
	line-height: normal;
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:767px) {
	.rael-pc__product-popup.woocommerce div.product {
		display: block;
	}
	
	.rael-pc__product-popup .rael-pc__product-image-wrapper {
		width: 100%;
	}
	
	.rael-pc__product-popup .rael-pc__product-details-wrapper {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
}

@media screen and (min-width:992px) {
	.rael-pc__product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
		margin-top: 0 !important;
	}
	
	.rael-pc__product-popup.woocommerce div.product form.cart div.quantity {
		margin-right: 15px;
	}
}

.rael-pc__product-popup .rael-pc__product-details-wrapper .is-divider, .rael-pc__product-popup .rael-pc__product-image-wrapper .badge-container, .rael-pc__product-popup.woocommerce div.product form.cart .product-single-quantity button.minus, .rael-pc__product-popup.woocommerce div.product form.cart .product-single-quantity button.plus {
	display: none;
}

.rael-pc__product-popup button.rael-pc__product-popup-close:focus, .rael-pc__product-popup.woocommerce div.product form.cart div.quantity .qty:focus {
	outline: 0;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

* {
	box-sizing: border-box;
}

.rael-pc__popup-details-render {
	width: 80%;
	max-width: 900px;
}

.rael-pc__popup-details-render .rael-pc__preloader {
	margin: 0 auto;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 50px;
	height: 50px;
	-webkit-animation: 2s linear infinite spin;
	animation: 2s linear infinite spin;
}

.rael-pc__product-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: -1;
}

.rael-pc__product-popup.rael-pc__product-popup-ready {
	z-index: 999;
	opacity: 1 !important;
}

.rael-pc__product-popup.rael-pc__product-zoom-in {
	opacity: 0;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}

.rael-pc__product-popup.rael-pc__product-zoom-in .rael-pc__product-popup-details {
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-ready .rael-pc__product-popup-details {
	opacity: 1;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-ready .rael-pc__product-modal-bg {
	opacity: .7;
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-removing .rael-pc__product-modal-bg {
	opacity: 0;
}

.rael-pc__product-popup.rael-pc__product-zoom-in.rael-pc__product-popup-removing .rael-pc__product-popup-details {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.rael-pc__product-popup .rael-pc__product-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}

.rael-pc__product-popup .rael-pc__product-popup-details {
	position: relative;
	margin: 5vh auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 900px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	background-color: #fefefe;
	width: 100%;
	border-radius: 10px;
	height: auto;
	max-height: -webkit-fit-content;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

.rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button {
	position: relative;
}

.rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button.rael-pc-addtocart-added::after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	display: inline-block;
	position: absolute;
	right: 12px;
}

.rael-pc__product-popup .rael-pc__product-popup-details .single_add_to_cart_button.rael-pc-addtocart-loading::after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	position: absolute;
	right: 12px;
	-webkit-animation: 2s linear infinite spin;
	animation: 2s linear infinite spin;
}

.rael-pc__product-popup.woocommerce div.product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	overflow-y: auto;
	background: 0 0;
	position: relative;
}

.rael-pc__product-popup.woocommerce div.product div.images {
	width: 100%;
	margin-bottom: 0;
}

.rael-pc__product-popup.woocommerce div.product div.images .woocommerce-product-gallery .flex-viewport {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin-bottom: 1em;
}

.rael-pc__product-popup.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.rael-pc__product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: calc(25% - .75em);
	margin-right: 1em;
	margin-bottom: 1em;
}

.rael-pc__product-popup.woocommerce div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:last-child {
	margin-right: 0;
}

.rael-pc__product-popup.woocommerce div.product .product_title {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: normal;
	text-transform: capitalize;
}

.rael-pc__product-popup.woocommerce div.product .product_title.entry_title, .rael-pc__product-popup.woocommerce div.product h1.product_title {
	display: block;
}

.rael-pc__product-popup.woocommerce div.product .product_title::before {
	content: none;
}

.rael-pc__product-popup.woocommerce div.product .price {
	font-size: 25px;
	line-height: 1.2em;
	margin: 0 0 15px;
	text-align: left !important;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description p, .rael-pc__product-popup.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 20px;
}

.rael-pc__product-popup.woocommerce div.product .button {
	margin: 0 !important;
	line-height: 1.5em;
}

.rael-pc__product-popup.woocommerce div.product form.cart {
	margin: 0 0 1.2em;
	padding: 0;
	border: none;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.rael-pc__product-popup form.cart .variations_form .variations tr, .rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 5px;
}

.rael-pc__product-popup.woocommerce div.product form.cart table {
	border: none;
	margin: 0 0 1.2em;
	border-collapse: collapse;
	width: 100%;
}

.rael-pc__product-popup.woocommerce div.product form.cart table tbody {
	display: table-row-group;
	border: none;
}

.rael-pc__product-popup.woocommerce div.product form.cart p.stock {
	margin-bottom: 0;
}

.rael-pc__product-popup.woocommerce div.product form.cart .group_table td {
	border: none;
}

.rael-pc__product-popup.woocommerce div.product form.cart .group_table .button {
	padding: .8em;
	font-weight: 400;
	font-size: .9rem;
	white-space: nowrap;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity {
	margin-right: 0;
	width: auto;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity a, .rael-pc__product-popup.woocommerce div.product form.cart div.quantity input {
	height: 100%;
	border: 1px solid;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity input[type=number] {
	min-width: 90px;
}

.rael-pc__product-popup.woocommerce div.product form.cart div.quantity .qty {
	text-align: center;
}

.rael-pc__product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
	padding: 10px 40px;
	margin-top: 5px !important;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating .star-rating {
	font-size: 16px;
}

.rael-pc__product-popup.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
}

.rael-pc__product-popup.woocommerce div.product table tbody tr {
	border-bottom: 1px solid #ccc;
}

.rael-pc__product-popup.woocommerce div.product table tbody tr td {
	background: 0 0;
	vertical-align: middle !important;
	padding: 15px 15px 15px 0 !important;
}

.rael-pc__product-popup.woocommerce div.product .product_meta {
	font-size: 14px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	padding: 1em 0 0;
	margin: 0 0 .8em;
}

.rael-pc__product-popup.woocommerce div.product .product_meta > span {
	display: block;
	border: none;
	padding: 5px 0;
}

.rael-pc__product-popup.woocommerce div.product .ast-article-single, .rael-pc__product-popup.woocommerce div.product.ast-article-single {
	background: 0 0;
}

.rael-pc__product-popup .rael-pc__product-image-wrapper {
	width: 40%;
}

.rael-pc__product-popup .rael-pc__product-image-wrapper .rael-pc__new-product .flex-viewport {
	height: auto !important;
}

.rael-pc__product-popup .rael-pc__product-details-wrapper {
	width: 56%;
	margin-left: 4%;
	text-align: left;
}

.rael-pc__product-popup button.rael-pc__product-popup-close {
	position: absolute;
	right: -15px;
	top: -18px;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	background: #fff !important;
	text-align: center;
	-webkit-box-shadow: 2px 0 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 2px 0 12px 3px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	color: #000 !important;
	height: 40px;
	width: 40px;
	min-height: 40px;
	max-width: 40px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 1;
	border: 0;
	margin: 0;
}

.rael-pc__product-popup form.cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.rael-pc__product-popup form.cart .variations_form, .rael-pc__product-popup form.cart.grouped_form {
	display: block;
}

.rael-pc__product-popup form.cart .variations_form .variations {
	border: none;
}

.rael-pc__product-popup form.cart .variations_form .variations th.label {
	vertical-align: middle;
}

.rael-pc__product-popup form.cart .variations_form .variations td {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
	margin-bottom: 5px;
}

.rael-pc__product-popup form.cart .variations_form .variations td select {
	width: 100%;
}

.rael-pc__product-popup form.cart .variations_form .variations_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_1.rael-pc__out-of-stock br, .rael-pc__product-popup .rael-pc__onsale.sale_preset_3.rael-pc__out-of-stock br, .rael-pc__product-popup .rael-pc__onsale.sale_preset_4.rael-pc__out-of-stock br {
	display: none;
}

.rael-pc__product-popup form.cart.grouped_form table .button {
	line-height: 1.2em;
}

.rael-pc__product-popup form.cart.grouped_form .quantity {
	width: 100%;
}

.rael-pc__product-popup form.cart.grouped_form .quantity a, .rael-pc__product-popup form.cart.grouped_form .quantity input {
	height: auto !important;
	min-height: 2.507em;
	line-height: 1.2em;
}

.rael-pc__product-popup form.cart .quantity {
	width: 37%;
	margin-right: 20px;
}

.rael-pc__product-popup form.cart .quantity input {
	width: 100%;
}

.rael-pc__product-popup .rael-pc__onsale {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	line-height: 1.2em;
	top: 30px;
	left: 0;
	margin: 0;
	background-color: #ff7a80;
	color: #fff;
	z-index: 9;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_1.right {
	left: auto;
	right: 0;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_2 {
	padding: 0;
	top: 5px;
	left: 5px;
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_2.rael-pc__out-of-stock {
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_3 {
	border-radius: 50px;
	left: 15px;
	top: 15px;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_4 {
	left: 0;
	top: 15px;
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_4::after {
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 15px;
	height: 24px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #23a454;
	content: "";
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_5 {
	display: block;
	line-height: 74px;
	height: 60px;
	width: 120px;
	left: -37px;
	top: -8px;
	right: auto;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rael-pc__product-popup .rael-pc__onsale.sale_preset_5.rael-pc__out-of-stock {
	line-height: normal;
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:767px) {
	.rael-pc__product-popup.woocommerce div.product {
		display: block;
	}
	
	.rael-pc__product-popup .rael-pc__product-image-wrapper {
		width: 100%;
	}
	
	.rael-pc__product-popup .rael-pc__product-details-wrapper {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
}

@media screen and (min-width:992px) {
	.rael-pc__product-popup.woocommerce div.product form.cart .button.single_add_to_cart_button {
		margin-top: 0 !important;
	}
	
	.rael-pc__product-popup.woocommerce div.product form.cart div.quantity {
		margin-right: 15px;
	}
}

.rael-product-carousel-container ins {
	background: transparent;
}

.rael-product-carousel-container .woocommerce ul.products {
	padding: 0 !important;
}

.rael-product-carousel-container .woocommerce ul.products:after, .rael-product-carousel-container .woocommerce ul.products:before {
	display: none;
}

.rael-product-carousel-container .woocommerce ul.products .product {
	width: 100%;
	margin: 0;
	padding: 0;
}

.rael-product-carousel-container .woocommerce ul.products .product .star-rating {
	margin: 0;
	display: block;
	float: none;
	width: 5.6em;
	height: 1em;
	font-size: 14px !important;
	line-height: 1em;
}

.rael-product-carousel-container .woocommerce ul.products .product .star-rating:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 400;
	opacity: 1;
}

.rael-product-carousel-container .woocommerce ul.products .product .star-rating span {
	display: inline-block;
}

.rael-product-carousel-container .woocommerce ul.products .product .star-rating span:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

.rael-product-carousel-container .woocommerce ul.products .products[class*="columns-"] li.product {
	width: 100%;
}

.rael-product-carousel-container .rael-woo-product-carousel .rael-product-carousel {
	direction: ltr;
}

.rael-product-carousel-container .rael-woo-product-carousel a.button.add_to_cart_button.added {
	display: none !important;
}

.rael-product-carousel-container .rael-woo-product-carousel .rael-pc__product-quick-view a {
	cursor: pointer;
}

.rael-product-carousel-container .rael-woo-product-carousel .swiper-wrapper.products {
	margin: 0;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
}

.rael-product-carousel-container .rael-woo-product-carousel .swiper-wrapper.products .product {
	float: none;
}

.rael-product-carousel-container .rael-woo-product-carousel[data-items="1"] .product.swiper-slide, .rael-product-carousel-container .rael-woo-product-carousel[data-items="2"] .product.swiper-slide, .rael-product-carousel-container .rael-woo-product-carousel[data-items="3"] .product.swiper-slide, .rael-product-carousel-container .rael-woo-product-carousel[data-items="4"] .product.swiper-slide, .rael-product-carousel-container .rael-woo-product-carousel[data-items="5"] .product.swiper-slide, .rael-product-carousel-container .rael-woo-product-carousel[data-items="6"] .product.swiper-slide {
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
}

.rael-product-carousel-container.preset_1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #597dfc;
}

.rael-product-carousel-container.preset_1 .swiper-container .swiper-button-next:hover, .rael-product-carousel-container.preset_1 .swiper-container .swiper-button-prev:hover, .rael-product-carousel-container.preset_1.swiper-container-wrap .swiper-button-next:hover, .rael-product-carousel-container.preset_1.swiper-container-wrap .swiper-button-prev:hover {
	background-color: #597dfc;
	color: #fff;
}

.rael-product-carousel-container.preset_1 .rael-product-carousel {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #f5f7fd;
	text-align: left;
	margin: 10px;
}

.rael-product-carousel-container.preset_1 .rael-product-carousel .rael-pc__product-image-wrapper, .rael-product-carousel-container.preset_1 .rael-product-carousel .rael-pc__product-image img {
	-webkit-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.rael-product-carousel-container.preset_1 .rael-product-carousel .rael-pc__onsale {
	background: #597dfc;
}

.rael-product-carousel-container.preset_1 .rael-product-carousel .rael-pc__onsale.sale_preset_4:after {
	border-left-color: #597dfc;
}

.rael-product-carousel-container.preset_1 .rael-product-carousel .rael-pc__onsale.sale_preset_4.right:after {
	border-right-color: #597dfc;
}

.rael-product-carousel-container.preset_1 .rael-product-carousel:hover .rael-pc__icons-wrapper.rael-pc-box-style {
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}

.rael-product-carousel-container.preset_1 .rael-pc__product-image-wrapper {
	position: relative;
	overflow: hidden;
}

.rael-product-carousel-container.preset_1 .rael-pc__product-details-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
}

.rael-product-carousel-container.preset_1 .rael-pc__product-details-wrapper .rael-pc__product-details {
	width: 60%;
}

.rael-product-carousel-container.preset_1 .rael-pc__product-details-wrapper .rael-pc__product-price {
	width: 40%;
	text-align: right;
	color: #597dfc;
}

.rael-product-carousel-container.preset_2 .swiper-pagination.dots-preset_4 .swiper-pagination-bullet {
	border: 1px solid #5f3ae0;
}

.rael-product-carousel-container.preset_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #5f3ae0;
}

.rael-product-carousel-container.preset_2 .swiper-container .swiper-button-next:hover, .rael-product-carousel-container.preset_2 .swiper-container .swiper-button-prev:hover, .rael-product-carousel-container.preset_2.swiper-container-wrap .swiper-button-next:hover, .rael-product-carousel-container.preset_2.swiper-container-wrap .swiper-button-prev:hover {
	background-color: #5f3ae0;
	color: #fff;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__product-image-wrapper, .rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__product-image img {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__onsale {
	background: #5f3ae0;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__onsale.sale_preset_4:after {
	border-left-color: #5f3ae0;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__onsale.sale_preset_4.right:after {
	border-right-color: #5f3ae0;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__product-price .amount, .rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__product-price del .amount, .rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__product-price ins .amount {
	color: #fff;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel:hover .rael-product-carousel__overlay {
	opacity: 1;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel:hover .rael-pc__overlay-content {
	bottom: 0;
	opacity: 1;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel:hover .rael-pc__icons-wrapper li {
	-webkit-transform: translateX(-70px);
	-ms-transform: translateX(-70px);
	transform: translateX(-70px);
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__icons-wrapper {
	left: auto;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__icons-wrapper.rael-pc-box-style-list {
	visibility: visible;
	opacity: 1;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__overlay-content {
	position: absolute;
	width: 100%;
	top: auto;
	bottom: -100px;
	left: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	text-align: left;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-product-carousel__overlay {
	background: rgba(95, 58, 224, .41176470588235);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__excerpt, .rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__product-title * {
	color: #fff;
}

.rael-product-carousel-container.preset_2 .rael-product-carousel .rael-pc__product-price {
	margin-top: 15px;
	color: #fff;
}

.rael-product-carousel-container.preset_3.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset_4 .swiper-pagination-bullet, .rael-product-carousel-container.preset_3.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset_4 .swiper-pagination-bullet {
	border: 1px solid #5f3ae0;
}

.rael-product-carousel-container.preset_3 .swiper-pagination .swiper-pagination-bullet-active, .rael-product-carousel-container.preset_3.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset_4 .swiper-pagination-bullet.swiper-pagination-bullet-active, .rael-product-carousel-container.preset_3.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset_4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #5f3ae0;
}

.rael-product-carousel-container.preset_3 .swiper-container .swiper-button-next:hover, .rael-product-carousel-container.preset_3 .swiper-container .swiper-button-prev:hover, .rael-product-carousel-container.preset_3.swiper-container-wrap .swiper-button-next:hover, .rael-product-carousel-container.preset_3.swiper-container-wrap .swiper-button-prev:hover {
	background-color: #5f3ae0;
	color: #fff;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f5f7fd;
	text-align: left;
	margin: 10px;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel:hover .rael-pc__icons-wrapper.rael-pc-block-style {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel .rael-pc__product-image-wrapper, .rael-product-carousel-container.preset_3 .rael-product-carousel .rael-pc__product-image img {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel .rael-pc__onsale {
	background: #5f3ae0;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel .rael-pc__onsale.sale_preset_4:after {
	border-left-color: #5f3ae0;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel .rael-pc__onsale.sale_preset_4.right:after {
	border-right-color: #5f3ae0;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel .star-rating {
	display: inline-block !important;
}

.rael-product-carousel-container.preset_3 .rael-product-carousel .rael-pc__product-price {
	color: #5f3ae0;
}

.rael-product-carousel-container.preset_3 .rael-pc__product-image-wrapper {
	position: relative;
	overflow: hidden;
}

.rael-product-carousel-container.preset_3 .rael-pc__product-details-wrapper {
	padding: 20px;
}

.rael-product-carousel-container.preset_3 .rael-pc__product-details-wrapper .rael-pc__excerpt p {
	margin-top: 5px;
}

.rael-product-carousel-container.preset_4 .swiper-pagination.dots-preset_4 .swiper-pagination-bullet {
	border: 1px solid #ec3b75;
}

.rael-product-carousel-container.preset_4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ec3b75;
}

.rael-product-carousel-container.preset_4 .swiper-container .swiper-button-next:hover, .rael-product-carousel-container.preset_4 .swiper-container .swiper-button-prev:hover, .rael-product-carousel-container.preset_4.swiper-container-wrap .swiper-button-next:hover, .rael-product-carousel-container.preset_4.swiper-container-wrap .swiper-button-prev:hover {
	background-color: #ec3b75;
	color: #fff;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-image-wrapper, .rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-image img {
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__onsale {
	background: #ec3b75;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__onsale.sale_preset_4:after {
	border-left-color: #ec3b75;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__onsale.sale_preset_4.right:after {
	border-right-color: #ec3b75;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-price .amount, .rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-price del .amount, .rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-price ins .amount {
	color: #fff;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel:hover .rael-product-carousel__overlay {
	opacity: 1;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel:hover .rael-pc__overlay-content {
	bottom: 0;
	opacity: 1;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__icons-wrapper {
	bottom: 0;
	position: relative;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__icons-wrapper.rael-pc-box-style {
	visibility: visible;
	opacity: 1;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 10px 0 0;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__icons-wrapper.rael-pc-box-style li a {
	color: #ec3b75;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__icons-wrapper.rael-pc-box-style li a:hover {
	background: #ec3b75;
	color: #fff;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__icons-wrapper.rael-pc-box-style li a.button.add_to_cart_button {
	color: #ec3b75;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__icons-wrapper.rael-pc-box-style li a.button.add_to_cart_button:hover {
	background: #ec3b75;
	color: #fff;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-popup {
	display: none;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__overlay-content {
	position: absolute;
	width: 100%;
	top: auto;
	bottom: -100px;
	left: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-product-carousel__overlay {
	background: rgba(23, 70, 236, .55);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__excerpt, .rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-title * {
	color: #fff;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-details .rael-pc__product-title-wrapper {
	width: 60%;
	text-align: left;
}

.rael-product-carousel-container.preset_4 .rael-product-carousel .rael-pc__product-details .rael-pc__product-price {
	width: 40%;
	text-align: right;
}

.rael-product-carousel-container .rael-pc__onsale {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	line-height: 1.2em;
	top: 30px;
	left: 0;
	margin: 0;
	background-color: #ff7a80;
	color: #fff;
	z-index: 9;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_1.rael-pc__out-of-stock br {
	display: none;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_1.right {
	left: auto;
	right: 0;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_2 {
	padding: 0;
	top: 5px;
	left: 5px;
	display: inline-table;
	min-width: 45px;
	min-height: 45px;
	line-height: 45px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_2.rael-pc__out-of-stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_2.right {
	left: auto;
	right: 5px;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_3 {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	left: 15px;
	top: 15px;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_3.rael-pc__out-of-stock br {
	display: none;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_3.right {
	left: auto;
	right: 15px;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_4 {
	left: 0;
	top: 15px;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_4.rael-pc__out-of-stock br {
	display: none;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_4:after {
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 15px;
	height: 24px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #23a454;
	content: "";
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_4.right {
	left: auto;
	right: 0;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_4.right:after {
	right: auto;
	left: -15px;
	border-left: 0;
	border-right: 10px solid #23a454;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_5 {
	display: block;
	line-height: 74px;
	height: 50px;
	width: 100px;
	left: -35px;
	top: -8px;
	right: auto;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_5.rael-pc__out-of-stock {
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 7px;
}

.rael-product-carousel-container .rael-pc__onsale.sale_preset_5.right {
	left: auto;
	right: -35px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rael-product-carousel-container .swiper-image-stretch .rael-pc__product-image-wrapper img {
	width: 100%;
}

.rael-product-carousel-container.swiper-container-dots-outside .swiper-pagination, .rael-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination {
	position: static;
}

.rael-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-1 .swiper-pagination-bullet {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 8px;
	height: 3px;
}

.rael-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-2 .swiper-pagination-bullet {
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active, .rael-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active, .rael-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active, .rael-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	margin: 0 7px;
}

.rael-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet, .rael-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet {
	border: 1px solid #ec3b75;
	background: transparent;
}

.rael-product-carousel-container.swiper-container-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active, .rael-product-carousel-container.swiper-container-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active, .rael-product-carousel-container.swiper-container-wrap-dots-inside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active, .rael-product-carousel-container.swiper-container-wrap-dots-outside .swiper-pagination.dots-preset-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ec3b75;
}

.rael-product-carousel-container .rael-pc__gallery-pagination {
	width: 350px !important;
	margin-top: 20px;
}

.rael-product-carousel-container .rael-pc__gallery-pagination .swiper-slide {
	opacity: .4;
}

.rael-product-carousel-container .rael-pc__gallery-pagination .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.rael-product-carousel-container .rael-pc__gallery-pagination .swiper-slide img {
	width: 60px;
	height: 60px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

@media (min-width: 1024px) {
	.rael-product-carousel-container .rael-pc__gallery-pagination.rael-pc__gallery-pagination-hide-on--desktop {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.rael-product-carousel-container .rael-pc__gallery-pagination.rael-pc__gallery-pagination-hide-on--tablet {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.rael-product-carousel-container .rael-pc__gallery-pagination.rael-pc__gallery-pagination-hide-on--mobile {
		display: none !important;
	}
}

.rael-product-carousel-container.swiper-container-wrap .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-pagination-bullet {
	background: #ccc;
	margin: 0 4px;
	opacity: 1;
	height: 8px;
	width: 8px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-pagination-bullet:focus {
	outline: none;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-next, .rael-product-carousel-container.swiper-container-wrap .swiper-button-prev, .rael-product-carousel-container .swiper-container .swiper-button-next, .rael-product-carousel-container .swiper-container .swiper-button-prev {
	font-size: 20px;
	margin: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0 23px 13.5px rgba(28, 34, 56, .05));
	filter: drop-shadow(0 23px 13.5px rgba(28, 34, 56, .05));
	background-color: #eee;
	background-image: none;
	color: #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-next.nitro-lazy, .rael-product-carousel-container.swiper-container-wrap .swiper-button-prev.nitro-lazy, .rael-product-carousel-container .swiper-container .swiper-button-next.nitro-lazy, .rael-product-carousel-container .swiper-container .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-next:focus, .rael-product-carousel-container.swiper-container-wrap .swiper-button-prev:focus, .rael-product-carousel-container .swiper-container .swiper-button-next:focus, .rael-product-carousel-container .swiper-container .swiper-button-prev:focus {
	outline: none;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-next.swiper-button-disabled, .rael-product-carousel-container.swiper-container-wrap .swiper-button-prev.swiper-button-disabled, .rael-product-carousel-container .swiper-container .swiper-button-next.swiper-button-disabled, .rael-product-carousel-container .swiper-container .swiper-button-prev.swiper-button-disabled {
	color: #c3c9d0;
	opacity: .7;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-next i, .rael-product-carousel-container.swiper-container-wrap .swiper-button-prev i, .rael-product-carousel-container .swiper-container .swiper-button-next i, .rael-product-carousel-container .swiper-container .swiper-button-prev i {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-next, .rael-product-carousel-container .swiper-container .swiper-button-next {
	right: -40px;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-prev, .rael-product-carousel-container .swiper-container .swiper-button-prev {
	left: -40px;
}

.rael-product-carousel-container .rael-pc__product-title * {
	margin: 0 0 10px;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: 500;
}

.rael-product-carousel-container .rael-pc__product-price {
	font-size: 15px;
	line-height: 1.5em;
}

.rael-product-carousel-container .rael-pc__excerpt p {
	margin-bottom: 0;
}

.rael-product-carousel-container .product.product-type-external .rael-pc__icons-wrapper.rael-pc-block-style, .rael-product-carousel-container .product.product-type-grouped .rael-pc__icons-wrapper.rael-pc-block-style, .rael-product-carousel-container .product.product-type-variable .rael-pc__icons-wrapper.rael-pc-block-style {
	grid-template-columns: repeat(2, 1fr);
}

.rael-product-carousel-container .product.outofstock .rael-pc__icons-wrapper li:first-child, .rael-product-carousel-container .product.product-type-external .rael-pc__icons-wrapper li:first-child, .rael-product-carousel-container .product.product-type-grouped .rael-pc__icons-wrapper li:first-child, .rael-product-carousel-container .product.product-type-variable .rael-pc__icons-wrapper li:first-child {
	display: none;
}

.rael-product-carousel-container .rael-pc__icons-wrapper {
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 9;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	margin: 0 auto;
	-webkit-transition: all .4s ease;
	-o-transition: all ease .4s;
	transition: all .4s ease;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	top: auto;
	bottom: -100px;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style, .rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 3px;
	-webkit-box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #597dfc;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a.added_to_cart {
	font-size: 0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a:hover {
	background: #597dfc;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a i {
	line-height: 1rem;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a.button.add_to_cart_button {
	padding: 0 !important;
	margin: 3px;
	font-size: 0;
	display: block;
	border: none;
	color: #597dfc;
	background-color: #fff;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a.button.add_to_cart_button:hover {
	color: #fff;
	background-color: #597dfc;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	right: -50px;
	top: 30px;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li {
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a {
	position: relative;
	width: 35px;
	height: 35px;
	margin: 3px;
	-webkit-box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #5f3ae0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a:hover {
	background: #5f3ae0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a i {
	line-height: 1rem;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a.added_to_cart {
	font-size: 0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a.button.add_to_cart_button {
	padding: 0 !important;
	margin: 3px;
	font-size: 0;
	display: block;
	border: none;
	color: #5f3ae0;
	background-color: #fff;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a.button.add_to_cart_button:hover {
	color: #fff;
	background: #597dfc;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-box-style-list li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style {
	background: #5f3ae0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	width: 100%;
	top: auto;
	bottom: -50px;
	margin: 0;
	color: #fff;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style:after, .rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style:before {
	content: none;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-right: 1px solid #fff;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li:last-child {
	border: none;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a {
	position: relative;
	color: #fff;
	background: #5f3ae0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a:hover {
	background: transparent;
	color: #fff;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a.added_to_cart {
	font-size: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a.button.add_to_cart_button {
	padding: 0 !important;
	margin: 0;
	font-size: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #5f3ae0;
	display: block;
	border: none;
	color: inherit;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a.button.add_to_cart_button:hover {
	background: inherit;
	color: inherit;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.rael-product-carousel-container .rael-pc__icons-wrapper.rael-pc-block-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.rael-product-carousel-container .rael-pc__icons-wrapper li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.rael-product-carousel-container .rael-pc__icons-wrapper li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all ease .4s;
	transition: all .4s ease;
}

.rael-product-carousel-container .rael-pc__icons-wrapper li a:hover {
	background: #ff7a80;
	color: #fff;
}

.rael-product-carousel-container .rael-pc__icons-wrapper li a i {
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
}

.rael-product-carousel-container .rael-pc__icons-wrapper li a svg {
	width: 18px;
}

.rael-product-carousel-container .rael-pc__no-posts-found {
	margin: 0;
	background: #ccc;
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	direction: ltr;
}

.rael-product-carousel-container .swiper-container {
	width: 100%;
}

.rael-product-carousel-container .swiper-container ~ .swiper-button-next:after, .rael-product-carousel-container .swiper-container ~ .swiper-button-prev:after {
	content: none;
}

.rael-product-carousel-container.swiper-container-wrap .swiper-button-next:after, .rael-product-carousel-container.swiper-container-wrap .swiper-button-prev:after {
	content: none;
}

.rael-pcg__category-selection-error {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	border-left: 2px solid #f9a305;
	background-color: rgba(249, 163, 5, .05);
}

.rael-product-category-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 35px;
	grid-column-gap: 30px;
}

.rael-product-category-grid__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 100%;
	background: #eee;
}

.rael-product-category-grid__content-wrapper {
	width: 100%;
}

.rael-product-category-grid__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 20px;
	padding: 10px;
	background-color: #fff;
}

.rael-product-category-grid--has-own-image .rael-product-category-grid__content-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.rael-product-category-grid__item-thumbnail {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rael-product-category-grid__item-thumbnail:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
}

.rael-product-category-grid__item-thumbnail img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rael-product-category-grid__content-title {
	margin: 0;
	font-weight: 700;
	font-size: 22px;
}

.rael-product-category-grid__content-title a {
	display: block;
	color: #444;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.rael-product-category-grid__content-title a:hover {
	color: #562dd4;
}

.rael-product-category-grid__product-count {
	color: #9b9b9b;
	font-size: 16px;
}

.rael-product-category-grid__load-more {
	margin-top: 30px;
	text-align: center;
}

.rael-product-category-grid__load-more-button {
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	padding: 12px 20px;
	text-align: center;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.rael-product-category-grid--classic .rael-product-category-grid__product-count {
	margin-left: 10px;
}

.rael-product-category-grid--minimal .rael-product-category-grid__item {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.rael-product-category-grid--minimal .rael-product-category-grid__content-wrapper {
	text-align: left;
}

.rael-product-category-grid--minimal .rael-product-category-grid__content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
}

.rael-product-category-grid--minimal .rael-product-category-grid__product-count {
	margin-top: 0;
}

.rael-product-category-grid--align-center .rael-product-category-grid__content-wrapper {
	text-align: center;
}

.rael-product-category-grid--align-center .rael-product-category-grid--minimal .rael-product-category-grid__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-product-category-grid--align-right .rael-product-category-grid__content-wrapper {
	text-align: right;
}

.rael-product-category-grid--align-right .rael-product-category-grid--minimal .rael-product-category-grid__content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@-webkit-keyframes animateRainbow {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	to {
		background-position: 0 50%;
	}
}

@keyframes animateRainbow {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	to {
		background-position: 0 50%;
	}
}

@keyframes animateStripe {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	to {
		-webkit-transform: translate(35px);
		transform: translate(35px);
	}
}

@-webkit-keyframes animateStripe {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	to {
		-webkit-transform: translate(35px);
		transform: translate(35px);
	}
}

@keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	to {
		-webkit-transform: translate(-35px);
		transform: translate(-35px);
	}
}

@-webkit-keyframes animateStripeRTL {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0);
	}
	
	to {
		-webkit-transform: translate(-35px);
		transform: translate(-35px);
	}
}

.rael-progressbar {
	position: relative;
}

.rael-progressbar-title {
	font-size: 20px;
	font-weight: 400;
}

.rael-progressbar-line {
	position: relative;
	display: block;
	width: 100%;
	height: 12px;
	background-color: #eee;
}

.rael-progressbar-line .rael-progressbar-count-wrap {
	position: absolute;
	right: 0;
	bottom: calc(100% + 5px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.rael-progressbar-line-fill {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 12px;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: width 1.5s linear;
	-o-transition: width 1.5s linear;
	transition: width 1.5s linear;
	overflow: hidden;
}

.rael-progressbar-circle {
	position: relative;
	width: 200px;
	height: 200px;
}

.rael-progressbar-circle .rael-progressbar-title {
	font-size: 16px;
	font-weight: 400;
}

.rael-progressbar-circle .rael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700;
}

.rael-progressbar-circle-shadow {
	width: 220px;
	height: 220px;
	padding: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rael-progressbar-circle-pie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%);
}

.rael-progressbar-circle-inner {
	height: 100%;
	width: 100%;
	border: 12px solid #eee;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rael-progressbar-circle-half {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 12px solid #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0);
}

.rael-progressbar-circle-half-left {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rael-progressbar-circle-half-right {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	visibility: hidden;
}

.rael-progressbar-circle-inner-content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.rael-progressbar-half-circle {
	position: relative;
	width: 200px;
	height: 100px;
	overflow: hidden;
}

.rael-progressbar-half-circle .rael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 0 50% 0);
	clip-path: inset(0 0 50% 0);
}

.rael-progressbar-half-circle .rael-progressbar-circle-half {
	-webkit-clip-path: inset(50% 0 0 0);
	clip-path: inset(50% 0 0 0);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 1.5s linear;
	transition: -webkit-transform 1.5s linear;
	-o-transition: transform 1.5s linear;
	transition: transform 1.5s linear;
	transition: transform 1.5s linear, -webkit-transform 1.5s linear;
}

.rael-progressbar-half-circle .rael-progressbar-circle-inner-content {
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.rael-progressbar-half-circle .rael-progressbar-title {
	font-size: 16px;
	font-weight: 400;
}

.rael-progressbar-half-circle .rael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700;
}

.rael-progressbar-half-circle-after {
	position: relative;
	font-size: 12px;
	font-weight: 400;
	clear: both;
}

.rael-progressbar-postfix-label {
	float: right;
}

.rael-progressbar-line-stripe .rael-progressbar-line-fill:after {
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
	width: calc(100% + 70px);
	height: 100%;
	background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	-webkit-background-size: 35px 35px;
	background-size: 35px 35px;
}

.rael-progressbar-line-animate .rael-progressbar-line-fill:after {
	-webkit-animation: animateStripe 2s linear infinite;
	animation: animateStripe 2s linear infinite;
}

.rael-progressbar-line-animate-rtl .rael-progressbar-line-fill:after {
	-webkit-animation: animateStripeRTL 2s linear infinite;
	animation: animateStripeRTL 2s linear infinite;
}

.rael-progressbar-circle-wrap > div {
	margin: 0 auto;
}

.rael-progressbar-box-container.left > div, .rael-progressbar-circle-container.left > div, .rael-progressbar-line-container.left {
	margin: 0 auto 0 0;
}

.rael-progressbar-box-container.center > div, .rael-progressbar-circle-container.center > div, .rael-progressbar-line-container.center {
	margin: 0 auto;
}

.rael-progressbar-box-container.right > div, .rael-progressbar-circle-container.right > div, .rael-progressbar-line-container.right {
	margin: 0 0 0 auto;
}

.rtl .rael-progressbar-line-container {
	text-align: right;
}

.rtl .rael-progressbar-line-container .rael-progressbar-count-wrap {
	left: 0;
	right: auto;
}

.rtl .rael-progressbar-line-container .rael-progressbar-line-fill {
	left: auto;
	right: 0;
}

.rtl .rael-progressbar.rael-progressbar-circle .rael-progressbar-circle-pie {
	-webkit-clip-path: inset(0 50% 0 0);
	clip-path: inset(0 50% 0 0);
}

.rtl .rael-progressbar.rael-progressbar-circle .rael-progressbar-circle-half {
	-webkit-clip-path: inset(0 0 0 50%);
	clip-path: inset(0 0 0 50%);
}

.rtl .rael-progressbar-circle-container .rael-progressbar-half-circle-after .rael-progressbar-prefix-label {
	float: left;
}

.rael-progressbar-line-rainbow .rael-progressbar-line-fill {
	background: -webkit-gradient(linear, right top, left top, from(#9400d3), color-stop(indigo), color-stop(#00f), color-stop(#0f0), color-stop(#ff0), color-stop(#ff7f00), to(red));
	background: -o-linear-gradient(right, #9400d3, indigo, #00f, #0f0, #ff0, #ff7f00, red);
	background: -webkit-linear-gradient(right, #9400d3, indigo, #00f, #0f0, #ff0, #ff7f00, red);
	background: linear-gradient(270deg, #9400d3, indigo, #00f, #0f0, #ff0, #ff7f00, red);
	-webkit-background-size: 500% 500%;
	background-size: 500% 500%;
	-webkit-animation: animateRainbow 5s ease infinite;
	animation: animateRainbow 5s ease infinite;
}

.rael-progressbar-circle-fill .rael-progressbar-circle-half, .rael-progressbar-half-circle-fill .rael-progressbar-circle-half {
	background-color: #000;
}

.rael-progressbar-box {
	width: 100%;
	height: 200px;
	border: 1px solid #eee;
	margin: 0 auto;
}

.rael-progressbar-box .rael-progressbar-box-inner-content {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 9;
}

.rael-progressbar-box .rael-progressbar-count-wrap {
	font-size: 28px;
	font-weight: 700;
}

.rael-progressbar-box .rael-progressbar-title {
	font-size: 16px;
	font-weight: 400;
}

.rael-progressbar-box-fill {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background-color: #000;
	-webkit-transition: height 1.5s linear;
	-o-transition: height 1.5s linear;
	transition: height 1.5s linear;
}

.elementor-widget-rael-reviews .swiper-slide {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	padding: 0;
}

.elementor-widget-rael-reviews .responsive-testimonial__text {
	font-size: 14px;
	line-height: 20px;
}

.elementor-widget-rael-reviews .responsive-testimonial__name {
	color: #1c2022;
}

.elementor-widget-rael-reviews .responsive-testimonial__title {
	color: #697882;
	font-size: 12.5px;
	font-weight: 400;
	font-family: inherit;
}

.elementor-widget-rael-reviews .responsive-testimonial__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.elementor-widget-rael-reviews .responsive-testimonial__image img {
	width: 36px;
	height: 36px;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon {
	margin-left: auto;
	font-size: 17px;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon .fa + .fa {
	margin-left: .15em;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-android {
	color: #a4c639;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-apple {
	color: #999;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-behance {
	color: #1769ff;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-bitbucket {
	color: #205081;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-codepen {
	color: #000;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-delicious {
	color: #39f;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-digg {
	color: #005be2;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-dribbble {
	color: #ea4c89;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-envelope {
	color: #ea4335;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-facebook {
	color: #3b5998;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-flickr {
	color: #0063dc;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-foursquare {
	color: #2d5be3;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-github {
	color: #333;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-google-plus {
	color: #dd4b39;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-houzz {
	color: #7ac142;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-instagram {
	color: #262626;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-jsfiddle {
	color: #487aa2;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-linkedin {
	color: #0077b5;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-medium {
	color: #00ab6b;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-meetup {
	color: #ec1c40;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-mixcloud {
	color: #273a4b;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-odnoklassniki {
	color: #f4731c;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-pinterest {
	color: #bd081c;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-product-hunt {
	color: #da552f;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-reddit {
	color: #ff4500;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-rss {
	color: #f26522;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-shopping-cart {
	color: #4caf50;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-skype {
	color: #00aff0;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-slideshare {
	color: #0077b5;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-snapchat {
	color: #fffc00;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-soundcloud {
	color: #f80;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-spotify {
	color: #2ebd59;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-stack-overflow {
	color: #fe7a15;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-steam {
	color: #00adee;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-stumbleupon {
	color: #eb4924;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-telegram {
	color: #2ca5e0;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-thumb-tack, .elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-thumbtack {
	color: #1aa1d8;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-tripadvisor {
	color: #589442;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-tumblr {
	color: #35465c;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-twitch {
	color: #6441a5;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-twitter {
	color: #1da1f2;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-vimeo {
	color: #1ab7ea;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-vk {
	color: #45668e;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-weibo {
	color: #dd2430;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-weixin {
	color: #31a918;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-whatsapp {
	color: #25d366;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-wordpress {
	color: #21759b;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-xing {
	color: #026466;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-yelp {
	color: #af0606;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-youtube {
	color: #cd201f;
}

.elementor-widget-rael-reviews .responsive-testimonial__icon.elementor-icon-500px {
	color: #0099e5;
}

.elementor-widget-rael-reviews .elementor-testimonial__rating {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffc82c), to(#ccc));
	background-image: -webkit-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
	background-image: -o-linear-gradient(left, #ffc82c var(--rating), #ccc var(--rating));
	background-image: linear-gradient(to right, #ffc82c var(--rating), #ccc var(--rating));
	font-family: eicons;
}

.elementor-widget-rael-reviews .responsive-testimonial__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	padding-bottom: 6px;
}

.elementor-widget-rael-reviews .responsive-testimonial__image + cite {
	margin-left: 9px;
}

.elementor-widget-rael-reviews .elementor-testimonial__separator {
	margin: 0 auto;
	border-top: 0 none;
	border-bottom: 1px solid #e1e8ed;
	height: 0;
}

.elementor-widget-rael-reviews .responsive-testimonial__content {
	padding-top: 6px;
	padding-bottom: 15px;
}

.elementor-widget-rael-reviews .responsive-testimonial__content, .elementor-widget-rael-reviews .responsive-testimonial__header {
	padding-left: 15px;
	padding-right: 15px;
}

.elementor-widget-rael-reviews.elementor-review--has-separator .responsive-testimonial__header {
	border-bottom: 1px solid #e1e8ed;
}

.elementor-widget-rael-reviews .elementor-arrows-yes .responsive-main-swiper {
	width: calc(95% - 40px);
}

.elementor-widget-rael-reviews .responsive-main-swiper {
	width: 95%;
}

.elementor-widget-rael-reviews .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.elementor-widget-rael-reviews .swiper-slide {
	height: auto;
}

.elementor-widget-rael-reviews.elementor-pagination-type-fraction .swiper-container {
	padding-bottom: 40px;
}

.elementor-widget-rael-reviews .responsive-main-swiper .responsive-swiper-button-prev {
	left: 0;
}

.elementor-widget-rael-reviews .responsive-main-swiper .responsive-swiper-button-next {
	right: 0;
}

.elementor-widget-rael-reviews.elementor-pagination-type-bullets .responsive-swiper-button-next, .elementor-widget-rael-reviews.elementor-pagination-type-bullets .responsive-swiper-button-prev {
	top: calc(50% - ( 40px / 2 ));
}

.responsive-testimonial__header cite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}

.elementor-widget-rael-reviews.elementor-pagination-type-bullets .swiper-container, .elementor-widget-rael-reviews.elementor-pagination-type-fraction .swiper-container {
	padding-bottom: 40px;
}

.responsive-testimonial__image {
	flex-shrink: 0;
}

.elementor-widget-rael-reviews .swiper-horizontal > .swiper-pagination-bullets {
	bottom: inherit;
}

.elementor-widget-rael-reviews .elementor-star-rating {
	display: inline-block;
	font-size: 16px;
	font-family: eicons;
}

.elementor-widget-rael-reviews .elementor-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default;
}

.elementor-widget-rael-reviews .elementor-star-rating i:before {
	content: none;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-empty {
	color: #ccd6df;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-empty:before {
	content: none;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-1:before {
	width: 10%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-2:before {
	width: 20%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-3:before {
	width: 30%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-4:before {
	width: 40%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-5:before {
	width: 50%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-6:before {
	width: 60%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-7:before {
	width: 70%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-8:before {
	width: 80%;
}

.elementor-widget-rael-reviews .elementor-star-rating .elementor-star-9:before {
	width: 90%;
}

.elementor-widget-rael-reviews.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
	content: "★";
}

.rael-half-star {
	position: relative;
	display: inline-block;
}

.rael-star-half .rael-star-half-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
}

.rael-half-star svg {
	position: relative;
	z-index: 2;
}

.rael-star-half > svg path {
	fill: var(--rael-unmarked-color, #ccc);
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star, .rael-star-half-overlay svg, .rael-star-half svg {
	width: 1em;
	height: 1em;
}

.elementor-widget-rael-reviews .elementor-star-rating {
	display: inline-flex;
	align-items: center;
	gap: 2px;
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star-filled svg path {
	fill: var(--rael-star-color, #ffb400);
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star-unmarked svg path {
	fill: var(--rael-star-unmarked-color, #ddd) !important;
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star-half {
	position: relative;
	display: inline-block;
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star-half > svg path {
	fill: var(--rael-star-unmarked-color, #ddd) !important;
	stroke: none !important;
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star-half .rael-star-half-overlay svg path {
	fill: var(--rael-star-color, #ffb400);
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star:hover svg path {
	opacity: .9;
}

.rael-star-half[data-style="outline"] svg path {
	fill: none !important;
	stroke: var(--rael-star-unmarked-color, #ddd);
	stroke-width: 40;
	stroke-linejoin: round;
	mix-blend-mode: lighten;
}

.elementor-widget-rael-reviews .elementor-star-rating .rael-star-filled[data-style="outline"] svg path, .rael-star-half[data-style="outline"] .rael-star-half-overlay svg path {
	fill: none !important;
	stroke: var(--rael-star-color, #ddd);
	stroke-width: 40;
	stroke-linejoin: round;
}

.rael-star-half[data-style="filled"] svg path {
	fill: var(--rael-star-color, #ddd);
	stroke: none;
}

.elementor-widget-rael-reviews .elementor-star-rating i:before {
	content: "";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
}

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

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

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

.rael-elementor-search-form button {
	background-color: #818a91;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
}

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

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

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

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

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

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

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

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

.rael-elementor-search-form__submit {
	-webkit-transition: color .2s, background .2s;
	-o-transition: color .2s, background .2s;
	transition: color .2s, background .2s;
}

.rael-elementor-search-form .rael-elementor-search-form__submit, .rael-elementor-search-form .rael-elementor-search-form__submit:hover {
	color: #fff;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

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

.rael-elementor-search-form--skin-minimal .rael-elementor-search-form__icon {
	opacity: .6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	color: #55595c;
}

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

.rael-elementor-search-form--skin-full_screen .rael-elementor-search-form__toggle {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	color: #494c4f;
}

.rael-elementor-search-form--skin-full_screen .rael-elementor-search-form__toggle i {
	position: relative;
	display: block;
	border: 0 solid;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: 33px;
	height: 33px;
	background-color: rgba(0, 0, 0, .05);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rael-elementor-search-form--skin-full_screen .rael-elementor-search-form__toggle i:before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .55em;
}

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

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

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

.elementor-widget-rael-search-form input[type=search].rael-elementor-search-form__input {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-rael-search-form .elementor-lightbox .dialog-lightbox-close-button, .elementor-widget-rael-search-form .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-widget-rael-search-form.rael-elementor-search-form--skin-full_screen input[type=search].rael-elementor-search-form__input, .elementor-widget-rael-search-form .rael-elementor-search-form__icon, .elementor-widget-rael-search-form .rael-elementor-search-form__input {
	color: var(--e-global-color-text);
}

.elementor-widget-rael-search-form .rael-elementor-search-form__submit {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-rael-search-form .protected-content-error-msg, .elementor-widget-rael-search-form .rael-protected-content-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.rael-elementor-search-form--skin-classic .rael-elementor-search-form .rael-elementor-search-form__container .rael-elementor-search-form__submit.both_cls {
	min-width: 100px;
}

.txt_icon svg path, .both_cls svg path {
	fill: #fff;
}

.txt_icon {
	padding: 9px;
}

.both_cls svg {
	width: 17px;
	height: 16px;
	vertical-align: bottom;
}

.rael-elementor-search-form--skin-full_screen .rael-elementor-search-form__toggle svg {
	width: 33px;
	height: 33px;
}

.rael-elementor-search-form__submit.txt_icon svg {
	padding: 15px;
}

.rael-elementor-search-form--skin-full_screen .rael-elementor-search-form__toggle svg {
	background-color: rgba(0, 0, 0, .05);
	border-radius: 3px;
}

.responsive--v-position-middle .swiper-slide-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.responsive--v-position-top .swiper-slide-inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.responsive--v-position-bottom .swiper-slide-inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.responsive--h-position-left .swiper-slide-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.responsive--h-position-right .swiper-slide-inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.responsive--h-position-center .swiper-slide-inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.responsive-swiper-button {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 1px);
	transform: translate3d(0, -50%, 1px);
}

.responsive-swiper-button.responsive-swiper-button-prev {
	left: 10px;
}

.responsive-swiper-button.responsive-swiper-button-next {
	right: 10px;
}

.responsive-swiper-button.swiper-button-disabled {
	opacity: .3;
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px;
}

.elementor-pagination-position-outside .responsive-swiper-button {
	top: calc(50% - 15px);
}

.elementor-arrows-position-outside .swiper-container {
	width: 100%;
}

.responsive-main-swiper .swiper-slide-inner .responsive-slide-button {
	border: 2px solid #fff;
	display: inline-block;
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.responsive-main-swiper .swiper-slide-inner .responsive-slide-button:hover {
	background: transparent;
	color: inherit;
	text-decoration: none;
}

.responsive-main-swiper .swiper-slide-inner .responsive-slide-button.elementor-button:not([disabled]) {
	cursor: pointer;
}

.responsive-main-swiper {
	position: static !important;
}

.responsive-main-swiper .responsive-slide-heading {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
}

.responsive-main-swiper .responsive-slide-heading:not(:last-child) {
	margin-bottom: 30px;
}

.responsive-main-swiper .responsive-slide-description {
	font-size: 17px;
	line-height: 1.4;
}

.responsive-main-swiper .responsive-slide-description:not(:last-child) {
	margin-bottom: 30px;
}

.responsive-main-swiper .responsive-slides .swiper-slide-bg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
}

.responsive-main-swiper .responsive-slides .swiper-slide-inner {
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px;
	margin: auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.responsive-main-swiper .responsive-slides .swiper-slide-inner:hover {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.responsive-main-swiper .responsive-slides .responsive-background-overlay {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.responsive-main-swiper .responsive-size-xs {
	font-size: 11px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.responsive-main-swiper .responsive-size-sm {
	font-size: 13px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.responsive-main-swiper .responsive-size-md {
	font-size: 14px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.responsive-main-swiper .responsive-size-lg {
	font-size: 15px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.responsive-main-swiper .responsive-size-xl {
	font-size: 18px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.responsive-main-swiper div:not(.swiper-slide) > .swiper-slide-inner {
	display: none;
}

body.rtl .responsive-widget-slides .responsive-swiper-button-next {
	left: 10px;
	right: auto;
}

body.rtl .responsive-widget-slides .responsive-swiper-button-prev {
	right: 10px;
	left: auto;
}

@media (max-width:767px) {
	.responsive-slides .swiper-slide-inner {
		padding: 30px;
	}
	
	.responsive-slides .swiper-slide-inner .responsive-slide-heading {
		font-size: 23px;
		line-height: 1;
		margin-bottom: 15px;
	}
	
	.responsive-slides .swiper-slide-inner .responsive-slide-description {
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 15px;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.elementor-arrows-position-outside .responsive-main-swiper .responsive-swiper-button-prev {
	left: 10px;
}

.elementor-arrows-position-outside .responsive-main-swiper .responsive-swiper-button-next {
	right: 10px;
}

.rael-stacking-cards-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: var(--card-gap);
}

.rael-stacking-card {
	position: sticky;
	top: 100px;
	width: 100%;
	transform-origin: var(--rae-transform-origin-x, 0%) var(--rae-transform-origin-y, 0%);
	will-change: transform;
	transition: transform .4s ease;
	transform: scale(1);
	overflow: hidden;
}

.rael-card-inner {
	display: flex;
	flex-direction: row;
	width: 100%;
	z-index: 2;
}

.rael-card-content {
	order: 1;
	display: grid;
	justify-content: space-between;
}

.rael-card-media {
	order: 2;
	z-index: 2;
}

.rael-card-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.rael-card-graphic {
	display: flex;
	align-items: center;
	justify-content: center;
}

.rtl-enabled .rael-card-content {
	order: 2;
}

.rtl-enabled .rael-card-media {
	order: 1;
}

.rael-card-graphic {
	margin-inline-start: 0;
	margin-inline-end: auto;
}

.rtl-enabled .rael-card-graphic {
	margin-inline-start: auto;
	margin-inline-end: 0;
}

.rael-bg-layer {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rael-overlay-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .2);
	pointer-events: none;
}

.rael-card-content > *:not(.rael-bg-layer):not(.rael-overlay-layer) {
	position: relative;
	z-index: 3;
}

.rael-sticky-video__overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 4;
	cursor: pointer;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	text-align: center;
	overflow: hidden;
}

.rael-sticky-video__overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 90px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.plyr__controls {
	display: none;
}

.plyr__controls button {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.plyr__controls button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-sticky-video-wrapper {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin: 0;
	padding: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: left;
	overflow: hidden;
}

.rael-sticky-video-wrapper.out .rael-sticky-video__player {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.rael-sticky-video__player {
	min-height: 20px;
	height: 100%;
	overflow: visible;
}

.rael-sticky-video__player.out {
	position: fixed;
	z-index: 999;
	border: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	width: 300px;
	height: 200px;
}

.rael-sticky-video__player.in {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	border: 0;
	line-height: 1;
}

.rael-sticky-video__player--self-hosted {
	width: 100%;
	height: 100%;
}

.rael-sticky-video__player-close {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: -36px;
	right: -25px;
	display: none;
	padding: 7px;
	font-size: 24px;
	z-index: 9999;
	cursor: pointer;
	overflow: visible;
}

.rael-sticky-video__player-close:hover {
	color: #090;
}

.rael-sticky-video__player-close:after, .rael-sticky-video__player-close:before {
	position: absolute;
	left: 15px;
	background-color: #333;
}

.rael-sticky-video__player-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rael-sticky-video__player-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rael-sticky-video__player {
	position: relative;
}

.rael-sticky-video__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	cursor: pointer;
}

.rael-sticky-video__overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rael-sticky-video__overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	z-index: 3;
}

.rael-sticky-video__overlay.hide {
	display: none;
}

.rael-sticky-video__player.out .rael-sticky-video__overlay {
	display: none !important;
}

.elementor-widget-rael-table-of-contents .rael-toc__header-title {
	color: var(--header-color);
}

.elementor-widget-rael-table-of-contents.rael-toc--collapsed .rael-toc__toggle-button--collapse {
	display: none;
}

.elementor-widget-rael-table-of-contents:not(.rael-toc--collapsed) .rael-toc__toggle-button--expand {
	display: none;
}

.elementor-widget-rael-table-of-contents {
	min-height: var(--box-min-height);
	border: var(--box-border-width, 1px) solid var(--box-border-color, #a4afb7);
	border-radius: var(--box-border-radius, 3px);
	background-color: var(--box-background-color);
	-webkit-transition: min-height .4s;
	-o-transition: min-height .4s;
	transition: min-height .4s;
	overflow: hidden;
}

.rael-toc__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: var(--box-padding, 20px);
	background-color: var(--header-background-color);
	border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #a4afb7);
}

.rael-toc__header-title {
	font-size: 18px;
	margin: 0;
	color: var(--header-color);
}

.rael-toc__toggle-button {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.rael-toc__toggle-button i {
	color: var(--toggle-button-color);
}

.rael-toc__toggle-button svg {
	height: 1em;
	width: 1em;
}

.rael-toc__spinner-container {
	text-align: center;
}

.rael-toc__spinner {
	font-size: 2em;
}

.rael-toc__body {
	padding: var(--box-padding, 20px);
	max-height: var(--toc-body-max-height);
	overflow-y: auto;
}

.rael-toc__body::-webkit-scrollbar {
	width: 7px;
}

.rael-toc__body::-webkit-scrollbar-thumb {
	background-color: #c2cbd2;
	border-radius: 10px;
}

.rael-toc__list-wrapper {
	list-style: none;
	padding: 0;
}

.rael-toc__list-item {
	margin-bottom: .5em;
}

.rael-toc__list-item.elementor-item-active {
	font-weight: 700;
}

.rael-toc__list-item .rael-toc__list-wrapper {
	margin-top: .5em;
	margin-left: var(--nested-list-indent, 1em);
}

.rael-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration);
}

.rael-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration);
}

.rael-toc__list-item-text-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-toc__list-item-text-wrapper i, .rael-toc__list-item-text-wrapper:before {
	margin-right: 8px;
	color: var(--marker-color);
}

.rael-toc__list-item-text-wrapper i {
	font-size: var(--marker-size, .5em);
}

.rael-toc__list-item-text-wrapper:before {
	font-size: var(--marker-size, 1em);
}

.rael-toc--content-ellipsis .rael-toc__list-item-text {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.rael-toc__list-items--collapsible > .rael-toc__list-wrapper > .rael-toc__list-item > .rael-toc__list-wrapper {
	display: none;
}

.rael-toc__heading-anchor {
	position: absolute;
}

.rael-toc__body .rael-toc__list-item-text {
	color: var(--item-text-color);
	-webkit-text-decoration: var(--item-text-decoration);
	text-decoration: var(--item-text-decoration);
}

.rael-toc__body .rael-toc__list-item-text:hover {
	color: var(--item-text-hover-color);
	-webkit-text-decoration: var(--item-text-hover-decoration);
	text-decoration: var(--item-text-hover-decoration);
}

.rael-toc__body .rael-toc__list-item-text.elementor-item-active {
	color: var(--item-text-active-color);
	-webkit-text-decoration: var(--item-text-active-decoration);
	text-decoration: var(--item-text-active-decoration);
}

ol.rael-toc__list-wrapper {
	counter-reset: item;
}

ol.rael-toc__list-wrapper .rael-toc__list-item {
	counter-increment: item;
}

ol.rael-toc__list-wrapper .rael-toc__list-item-text-wrapper:before {
	content: counters(item, ".") ". ";
}

@media only screen and (max-width:1024px) {
	.rael-toc--minimized-on-tablet .rael-toc__body {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.rael-toc--minimized-on-mobile .rael-toc__body {
		display: none;
	}
}

.rael-team-member .profile-card {
	background-color: #fff;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	padding: 40px 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}

.rael-team-member .profile-card .profile-footer .rael-team-social-list, .rael-team-social-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-team-social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-gap: 1rem;
}

.rael-team-member ul {
	margin: 0;
	padding: 0;
}

.rael-team-member .profile-card.text-center .profile-header, .rael-team-member .style-circle .profile-image-card.text-center, .rael-team-member .text-center .profile-header {
	margin-left: auto;
	margin-right: auto;
}

.rael-team-member .profile-card:hover {
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
}

.rael-team-member .profile-card:hover .profile-body .profile-title, .rael-team-member .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title, .rael-team-member .rael-team-modal-list a:hover {
	color: #2575fc;
}

.rael-team-member .profile-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	z-index: 0;
}

.rael-team-member .profile-icon[class*=icon-align-], .rael-team-member .rael-team-social-list > li > a > i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-team-member .profile-icon.icon-align-start, .rael-team-member .rael-team-popup .modal-body .rael-team-social-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.rael-team-member .profile-icon.icon-align-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-team-member .profile-icon.icon-align-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rael-team-member .profile-icon svg {
	max-width: 60px;
	height: auto;
	vertical-align: middle;
}

.rael-team-member .profile-icon > i {
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #fc0467;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.rael-team-member .profile-body {
	padding-bottom: 20px;
}

.rael-team-member .profile-body .profile-title {
	font-size: 22px;
	color: #000;
	margin: 0;
}

.rael-team-member .profile-body .profile-title > a, .rael-team-member .rael-team-modal-list a {
	color: inherit;
}

.rael-team-member .profile-body .profile-designation {
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	margin-bottom: 15px;
}

.rael-team-member .profile-header {
	margin-bottom: 38px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}

.rael-team-member .profile-header > img, .rael-team-member .profile-square-v .profile-card .profile-content {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.rael-team-member .no-rael-team-img > img {
	width: 160px;
	height: 160px;
}

.rael-team-member .profile-image-card {
	position: relative;
	overflow: hidden;
}

.rael-team-member .profile-image-card:before {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: .4s .2s;
	-o-transition: .4s .2s;
	transition: .4s .2s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	visibility: hidden;
}

.rael-team-member .profile-image-card .hover-area {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 2;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-team-member .image-card-v2 .profile-image-card .profile-body .profile-content, .rael-team-member .profile-image-card .hover-area .profile-designation, .rael-team-member .profile-image-card .hover-area .profile-title, .rael-team-member .profile-square-v .profile-card:hover .profile-body .profile-designation, .rael-team-member .profile-square-v .profile-card:hover .profile-body .profile-title, .rael-team-member .profile-square-v .profile-card:hover .profile-content, .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content, .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation, .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title {
	color: #fff;
}

.rael-team-member .profile-image-card:hover .hover-area {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .3s .1s;
	-o-transition: .3s .1s;
	transition: .3s .1s;
}

.rael-team-member .profile-image-card:hover:before {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.rael-team-member .image-card-v2 .profile-image-card:before {
	background-color: #123075;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	width: auto;
	height: auto;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	opacity: 0;
}

.rael-team-member .image-card-v2 .profile-image-card:hover:before {
	opacity: .93;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.rael-team-member .image-card-v2 .profile-image-card .hover-area {
	padding-left: 50px;
	padding-right: 50px;
}

.rael-team-member .image-card-v2 .profile-image-card .profile-body .border-hr {
	background-color: hsla(0, 0%, 100%, .6);
	margin-bottom: 25px;
}

.rael-team-member .image-card-v2.style-circle .profile-image-card {
	width: 100%;
	height: auto;
}

.rael-team-member .image-card-v2.style-circle .profile-image-card:before {
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.rael-team-member .image-card-v2.style-circle .profile-image-card:after {
	content: " ";
	display: block;
	padding-bottom: 100%;
}

.rael-team-member .image-card-v2.style-circle .profile-image-card > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.rael-team-member .image-card-v3 .profile-image-card:before, .rael-team-member .profile-square-v.square-v2 .profile-card:before, .rael-team-member .profile-square-v.square-v4 .profile-card:before, .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:after {
	display: none;
}

.rael-team-member .image-card-v3 .profile-image-card:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	pointer-events: none;
}

.rael-team-member .image-card-v3 .profile-image-card .hover-area {
	top: inherit;
	bottom: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.rael-team-member .image-card-v3 .profile-image-card:hover .hover-area {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}

.rael-team-member .image-card-v3 .profile-image-card:hover:after {
	opacity: .8;
}

.rael-team-member .image-card-v3.tiny-gutters {
	margin-left: -3px;
	margin-right: -3px;
}

.rael-team-member .image-card-v3.tiny-gutters > [class^=col-] {
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}

.rael-team-member .profile-square-v .profile-card {
	padding: 20px 20px 40px;
	z-index: 1;
}

.rael-team-member .profile-square-v .profile-card:before, .rael-team-member .profile-square-v.square-v4 .profile-card .profile-body:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #123075;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: -1;
	-webkit-background-size: 101% 102%;
	background-size: 101% 102%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-team-member .profile-square-v .profile-card .profile-header {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-team-member .profile-square-v .profile-card:hover:before, .rael-team-member .profile-square-v.square-v4 .profile-card:hover .profile-body:before, .rael-team-member .profile-square-v.square-v6 .profile-card:hover:after, .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover:before, .rael-team-member .rael-team-modal.mfp-wrap.mfp-ready:before, .rael-team-member .rael-team-style-default:hover:before {
	opacity: 1;
}

.rael-team-member .profile-square-v.square-v2 .profile-card:hover {
	background-color: #fff;
}

.rael-team-member .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation {
	color: #656565;
}

.rael-team-member .profile-square-v.square-v3 .profile-card:hover, .rael-team-member .profile-square-v.square-v6 .profile-card:hover {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

.rael-team-member .profile-square-v.square-v4 .profile-card {
	max-height: 500px;
	overflow: hidden;
}

.rael-team-member .profile-square-v.square-v4 .profile-card .profile-header {
	margin-bottom: 0;
	max-width: 255px;
	max-height: 255px;
}

.rael-team-member .profile-square-v.square-v4 .profile-card.text-left .profile-header img {
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-team-member .profile-square-v.square-v4 .profile-card.text-right .profile-header img {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-team-member .profile-square-v.square-v4 .profile-card .profile-body {
	margin-bottom: 0;
	padding: 35px 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
}

.rael-team-member .profile-square-v.square-v4 .profile-card .profile-body .rael-team-social-list {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.rael-team-member .profile-square-v.square-v4 .profile-card:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-team-member .profile-square-v.square-v4 .profile-card:hover .profile-body {
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
	z-index: 2;
}

.rael-team-member .profile-square-v.square-v4 .profile-card:hover .profile-body .rael-team-social-list {
	opacity: 1;
	visibility: visible;
}

.rael-team-member .profile-square-v.square-v5 .profile-card {
	padding-bottom: 50px;
}

.rael-team-member .profile-square-v.square-v5 .profile-card .profile-body, .rael-team-member .profile-square-v.square-v5 .profile-card .profile-header {
	padding-bottom: 0;
}

.rael-team-member .profile-square-v.square-v5 .profile-card .profile-body {
	padding: 32px 60px;
}

.rael-team-member .profile-square-v.square-v6 .profile-card {
	padding-bottom: 35px;
}

.rael-team-member .profile-square-v.square-v6 .profile-card:after {
	position: absolute;
	content: "";
	height: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #2965f1;
	opacity: .2;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.rael-team-member .profile-square-v.square-v6 .profile-card .profile-body, .rael-team-member .profile-square-v.square-v6 .profile-card .profile-header {
	margin-bottom: 0;
}

.rael-team-member .profile-square-v.square-v6 .profile-card .profile-body {
	padding: 40px;
}

.rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:before {
	opacity: 0;
	-webkit-background-size: 101% 101%;
	background-size: 101% 101%;
}

.rael-team-member .profile-info-text {
	padding-right: 30px;
}

.rael-team-member .profile-info-text .info-title {
	font-size: 48px;
	margin-bottom: 23px;
}

.rael-team-member .profile-info-text p {
	margin-bottom: 37px;
}

.rael-team-member .small-gutters .profile-card {
	padding: 10px 10px 40px;
}

.rael-team-member .no_gutters .profile-card {
	padding: 0;
}

.rael-team-member .style-circle .profile-image-card {
	width: 255px;
	height: 255px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rael-team-member .rael-team-style-default:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent !important;
	-webkit-border-radius: inherit;
	border-radius: inherit;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	z-index: -1;
}

.rael-team-member .rael-team-img-block > img, .rael-team-member .rael-team-style-long_height_hover > img, .rael-team-member .rael-team-style-overlay > img, .rael-team-member .rael-team-style-overlay_details > img {
	display: block;
}

.rael-team-member .rael-team-style-long_height_details {
	overflow: hidden;
}

.rael-team-member .rael-team-style-centered_style_details .profile-designation, .rael-team-member .rael-team-style-long_height_details .profile-designation, .rael-team-member .rael-team-style-long_height_details_hover .profile-designation {
	margin-bottom: 30px;
}

.rael-team-member .rael-team-style-hover_info .profile-designation {
	margin-bottom: 25px;
}

.rael-team-member .rael-team-style-overlay_circle_hover .profile-designation, .rael-team-member .rael-team-style-overlay_details .profile-designation {
	margin-bottom: 12px;
}

.rael-team-member .rael-team-img > img {
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: inherit;
	border-radius: inherit;
}

.rael-team-member .rael-team-img.profile-header > img {
	-o-object-fit: cover;
	object-fit: cover;
}

.rael-team-member .rael-team-img.profile-image-card > img, .rael-team-member .rael-team-modal-info {
	width: 100%;
}

.rael-team-member .rael-team-modal.mfp-wrap:before {
	background-color: #555;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
	opacity: .8;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.rael-team-member .rael-team-modal.mfp-bg {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.rael-team-member .rael-team-modal.mfp-wrap.rael-team-modal:before {
	background-color: #555;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-animation: none;
	animation: none;
}

.rael-team-member .rael-team-modal.mfp-wrap > .mfp-container {
	padding: 60px 15px;
	overflow: auto;
}

.rael-team-member .rael-team-modal-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	padding: 0;
	color: #656565;
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	font-size: 18px;
	outline: 0;
	z-index: 1;
	overflow: visible;
}

.rael-team-member .rael-team-modal-title {
	margin-top: 0;
	margin-bottom: 8px;
	color: #000;
	font-size: 22px;
}

.rael-team-member .rael-team-modal-position {
	margin-bottom: 35px;
	color: rgba(0, 0, 0, .5);
	font-size: 13px;
}

.rael-team-member .rael-team-modal-img {
	width: 100%;
	margin-bottom: 30px;
}

.rael-team-member .rael-team-modal-img > img {
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
}

.rael-team-member .rael-team-modal-info .rael-team-social-list > li > a {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.rael-team-member .rael-team-modal-info .rael-team-social-list > li > a svg, .rael-team-member .rael-team-social-list > li > a svg {
	width: 14px;
	height: auto;
	vertical-align: middle;
}

@media screen and (min-width:481px) {
	.rael-team-member .rael-team-modal-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		margin-bottom: 0;
	}
	
	.rael-team-member .rael-team-modal-info.has-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		padding-left: 30px;
	}
}

@media screen and (min-width:992px) {
	.rael-team-member .rael-team-modal-info.has-img {
		padding-left: 50px;
	}
}

.rael-team-member .rael-team-modal-content {
	margin-bottom: 22px;
}

.rael-team-member .rael-team-modal-content p:not(:last-child) {
	margin-bottom: 10px;
}

.rael-team-member .rael-team-modal-list {
	margin-bottom: 25px;
	padding-left: 0;
	list-style: none;
	color: #656565;
	font-size: 15px;
}

.rael-team-member .rael-team-modal-list > li {
	padding: 19px 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.rael-team-member .rael-team-modal-list > li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.rael-team-member .rael-team-modal-list strong {
	font-weight: 600;
	padding-right: 18px;
}

.rael-team-member .rael-team-modal.my-mfp-slide-bottom .zoom-anim-dialog.rael-team-popup {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.rael-team-member .rael-team-modal.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.rael-team-popup {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.rael-team-member .rael-team-popup .modal-content {
	-webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-team-member .rael-team-popup .modal-body {
	padding: 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rael-team-member .rael-team-popup {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.rael-team-member .modal-header .mfp-close {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	cursor: pointer;
	margin: 0 0 0 auto;
}

.rael-team-member .rael-team-modal > .mfp-container {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.rael-team-member .rael-team-modal > .mfp-container > .mfp-content {
	max-width: 920px;
}

.rael-team-member .rael-team-social-list {
	list-style: none;
}

.rael-team-member .rael-team-social-list > li {
	display: inline-block;
}

.rael-team-member .rael-team-social-list > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	min-width: 30px;
	min-height: 30px;
	width: auto;
	height: auto;
	font-size: 12px;
	background-color: #000;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.rael-team-member .rael-team-social-list > li > a:hover {
	background-color: rgba(0, 0, 0, .8);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rael-team-member .rael-team-social-list > li > a:hover svg:before, .rael-team-member .rael-team-social-list > li > a:hover > i:before {
	-webkit-animation: .4s forwards iconTranslateY;
	animation: .4s forwards iconTranslateY;
}

.rael-team-member .rael-team-social-list > li > a > i:before {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-team-member .rael-team-img-fit > .profile-image-card > img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.rael-team-member .rael-team-overlay__bg-wrapper {
	z-index: 2;
	overflow: hidden;
	width: 100%;
}

.rael-team-member .rael-team-overlay__bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 100%;
}

.elementor-widget-rael-testimonial-slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.elementor-widget-rael-testimonial-slider .responsive-testimonial-swiper {
	width: 98%;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0;
}

.elementor-widget-rael-testimonial-slider .responsive-testimonial-swiper .swiper-slide {
	height: auto;
	padding: 30px;
}

.elementor-widget-rael-testimonial-slider .responsive-testimonial-swiper .responsive-swiper-button-prev {
	left: 0;
}

.elementor-widget-rael-testimonial-slider .responsive-testimonial-swiper .responsive-swiper-button-next {
	right: 0;
}

.elementor-widget-rael-testimonial-slider .responsive-swiper {
	position: relative;
}

.elementor-widget-rael-testimonial-slider .responsive-swiper .responsive-testimonial-swiper {
	position: static;
}

.elementor-widget-rael-testimonial-slider.responsive-pagination-type-bullets .responsive-swiper-button-next, .elementor-widget-rael-testimonial-slider.responsive-pagination-type-bullets .responsive-swiper-button-prev {
	background-image: none;
	outline: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	color: rgba(238, 238, 238, .9);
	align-items: center;
}

.elementor-widget-rael-testimonial-slider.responsive-pagination-type-bullets .responsive-swiper-button-next.nitro-lazy, .elementor-widget-rael-testimonial-slider.responsive-pagination-type-bullets .responsive-swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.responsive-swiper-button.responsive-swiper-button-prev {
	left: 10px;
}

.responsive-swiper-button.responsive-swiper-button-next {
	right: 10px;
}

.responsive-swiper-button.swiper-button-disabled {
	opacity: .3;
}

.responsive-pagination-position-outside .swiper-container {
	padding-bottom: 30px;
}

.responsive-testimonial--align-right .responsive-testimonial {
	text-align: right;
}

.responsive-testimonial--align-center.responsive-testimonial--layout-image_inline .responsive-testimonial__image + cite, .responsive-testimonial--align-left .responsive-testimonial {
	text-align: left;
}

.responsive-testimonial--align-center .responsive-testimonial {
	text-align: center;
}

.elementor-widget-rael-testimonial-slider .responsive-testimonial__image img {
	width: 50px;
	height: 50px;
}

.responsive-testimonial--layout-image_above .responsive-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.responsive-testimonial--layout-image_right .responsive-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.responsive-testimonial--layout-image_left .responsive-testimonial {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.responsive-testimonial--layout-image_left .responsive-testimonial, .responsive-testimonial--layout-image_right .responsive-testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.responsive-testimonial--layout-image_above .responsive-testimonial__footer, .responsive-testimonial--layout-image_inline .responsive-testimonial__footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.responsive-testimonial--layout-image_left.responsive-testimonial--align-center .responsive-testimonial__footer, .responsive-testimonial--layout-image_right.responsive-testimonial--align-center .responsive-testimonial__footer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.responsive-testimonial--layout-image_left .responsive-testimonial__footer, .responsive-testimonial--layout-image_right .responsive-testimonial__footer {
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.responsive-testimonial--layout-image_left .responsive-testimonial__footer {
	padding-right: 20px;
}

.responsive-testimonial--layout-image_above .responsive-testimonial__footer {
	margin-bottom: 25px;
}

.responsive-testimonial--layout-image_right .responsive-testimonial__footer {
	padding-left: 20px;
}

.responsive-testimonial--layout-image_stacked .responsive-testimonial__footer {
	margin-top: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.responsive-testimonial--layout-image_inline .responsive-testimonial__footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

.responsive-testimonial__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.responsive-testimonial--align-center .responsive-testimonial__footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.responsive-testimonial--layout-image_inline.responsive-testimonial--align-right .responsive-testimonial__footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.responsive-testimonial__image img {
	border-radius: 999px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-o-object-fit: cover;
	object-fit: cover;
}

.elementor-widget-rael-testimonial-slider .responsive-testimonial__text {
	font-size: inherit;
	font-style: italic;
	line-height: 1.5;
}

.responsive-testimonial__footer cite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}

.responsive-testimonial--layout-image_left .responsive-testimonial__image + cite, .responsive-testimonial--layout-image_right .responsive-testimonial__image + cite {
	margin-top: 15px;
}

.responsive-testimonial--skin-default.responsive-testimonial--layout-image_above .responsive-testimonial__cite, .responsive-testimonial--skin-default.responsive-testimonial--layout-image_left .responsive-testimonial__cite, .responsive-testimonial--skin-default.responsive-testimonial--layout-image_right .responsive-testimonial__cite {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 25px;
}

.responsive-testimonial--layout-image_above.responsive-testimonial--align-right .responsive-testimonial__image + cite, .responsive-testimonial--layout-image_inline.responsive-testimonial--align-right .responsive-testimonial__image + cite {
	margin-right: 20px;
	margin-left: 0;
}

.responsive-testimonial--layout-image_above .responsive-testimonial__image + cite, .responsive-testimonial--layout-image_inline .responsive-testimonial__image + cite {
	margin-left: 20px;
}

.responsive-testimonial__name {
	font-weight: 700;
}

.responsive-testimonial--layout-image_stacked .responsive-testimonial cite, .responsive-testimonial--layout-image_stacked .responsive-testimonial__image {
	margin-top: 15px;
	width: 100%;
}

.responsive-testimonial--skin-bubble .responsive-testimonial__content {
	background-color: #e6e9ec;
	padding: 20px;
	position: relative;
}

.responsive-testimonial--skin-bubble .responsive-testimonial__content:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #e6e9ec;
	position: absolute;
	-webkit-transform: scaleX(.75) rotate(45deg);
	-ms-transform: scaleX(.75) rotate(45deg);
	transform: scaleX(.75) rotate(45deg);
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_left .responsive-testimonial__content:after {
	-webkit-transform: scaleY(.75) rotate(135deg);
	-ms-transform: scaleY(.75) rotate(135deg);
	transform: scaleY(.75) rotate(135deg);
	left: -8px;
	top: calc(20px + ( 50px / 2 ));
}

.responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_right .responsive-testimonial__content:after {
	top: calc(20px + ( 50px / 2 ));
	-webkit-transform: scaleY(.75) rotate(-45deg);
	-ms-transform: scaleY(.75) rotate(-45deg);
	transform: scaleY(.75) rotate(-45deg);
	right: -8px;
}

.responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_above.responsive-testimonial--align-center .responsive-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	transform: translateX(-50%) scaleX(.75) rotate(-135deg);
}

.responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_above .responsive-testimonial__content:after {
	bottom: calc(100% - 7px);
	-webkit-transform: scaleX(.75) rotate(-135deg);
	-ms-transform: scaleX(.75) rotate(-135deg);
	transform: scaleX(.75) rotate(-135deg);
}

.responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_above.responsive-testimonial--align-right .responsive-testimonial__content:after, .responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_inline.responsive-testimonial--align-right .responsive-testimonial__content:after, .responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_stacked.responsive-testimonial--align-right .responsive-testimonial__content:after {
	right: calc(20px + ( 50px / 2 ));
}

.responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_inline.responsive-testimonial--align-center .responsive-testimonial__content:after, .responsive-testimonial--skin-bubble.responsive-testimonial--layout-image_stacked.responsive-testimonial--align-center .responsive-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	transform: translateX(-50%) scaleX(.75) rotate(45deg);
}

.responsive-testimonial--layout-image_inline.responsive-testimonial--align-center .responsive-testimonial__content:after {
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	-ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	transform: translateX(-50%) scaleX(.75) rotate(-135deg);
}

.responsive-testimonial--layout-image_inline .responsive-testimonial__content:after, .responsive-testimonial--layout-image_stacked .responsive-testimonial__content:after {
	top: calc(100% - 7px);
}

.swiper-button-next, .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.swiper-button-next.nitro-lazy, .swiper-button-prev.nitro-lazy, .swiper-container-rtl .swiper-button-next.nitro-lazy, .swiper-container-rtl .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.elementor-widget-rael-testimonial-slider .responsive-testimonial-swiper .swiper-slide-duplicate-next {
	margin-right: 6px !important;
}

.responsive-marquee-wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.responsive-marquee-track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.marquee-item {
	flex-shrink: 0;
	border-style: solid;
}

.rael-marquee-item {
	flex: 0 0 auto;
	width: 350px;
	max-width: 100%;
}

@keyframes rael-marquee-x {
	0% {
		transform: translateX(0);
	}
	
	100% {
		transform: translateX(-50%);
	}
}

@keyframes rael-marquee-y {
	0% {
		transform: translateY(0);
	}
	
	100% {
		transform: translateY(-50%);
	}
}

.responsive-marquee-wrapper.rael-pause-enabled:hover .responsive-marquee-track {
	animation-play-state: paused;
}

.rael-elementor-skin-carousel .elementor-main-swiper, .rael-elementor-skin-coverflow .elementor-main-swiper {
	height: 230px;
}

.rael-elementor-skin-slideshow .elementor-main-swiper {
	height: 450px;
	position: relative;
}

.rael-elementor-skin-slideshow .rael-elementor-thumbnails-swiper .elementor-custom-embed-play i {
	font-size: 50px;
}

.rael-elementor-skin-slideshow .rael-elementor-thumbnails-swiper .swiper-slide {
	cursor: pointer;
}

.rael-elementor-skin-slideshow .rael-elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
}

.elementor-carousel-image {
	background: no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
}

.rael-elementor-carousel-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background-color: rgba(129, 138, 145, .8);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.elementor-carousel-image-overlay i {
	font-size: 21px;
}

.swiper-slide {
	border-style: solid;
	border-width: 0;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: border, background, -webkit-transform;
	transition-property: border, background, -webkit-transform;
	-o-transition-property: border, background, transform;
	transition-property: border, background, transform;
	transition-property: border, background, transform, -webkit-transform;
	overflow: hidden;
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
	opacity: 0;
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.elementor-swiper-button {
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.swiper-wrapper {
	box-sizing: border-box;
}

.swiper-slide {
	box-sizing: border-box;
	flex-shrink: 0;
}

.rael-timeline__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	direction: ltr !important;
}

.rael-timeline__item:last-child .rael-timeline__content {
	margin-bottom: 0;
}

.rael-timeline__item.rael-timeline-scroll-tree .rael-timeline__icon {
	background-color: #e2498a;
}

.rael-timeline__icon-box, .rael-timeline__item {
	position: relative;
	z-index: 1;
}

.rael-timeline__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #34485d;
	will-change: transform;
}

.rael-timeline__icon i {
	color: #fff;
}

.rael-timeline__icon svg {
	width: auto;
	height: .9em;
}

.rael-timeline__icon-box--vertical-align-top .rael-timeline__icon {
	position: relative;
}

.rael-timeline__icon-box--vertical-align-center .rael-timeline__icon {
	position: relative;
	top: 50%;
	margin-top: -30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-timeline__icon-box--vertical-align-center .rael-timeline__content.arrow:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-timeline__icon-box--vertical-align-bottom .rael-timeline__icon {
	position: relative;
	top: 100%;
	margin-top: -60px;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.rael-timeline__icon-box--vertical-align-bottom .rael-timeline__content.arrow:before {
	top: auto;
	bottom: 16px;
}

.rael-timeline__icon-box--vertical-align-bottom .rael-timeline__item:last-child .rael-timeline__icon, .rael-timeline__icon-box--vertical-align-center .rael-timeline__item:last-child .rael-timeline__icon {
	margin-top: 0;
}

.rael-timeline__tree {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -5;
	overflow: hidden;
	width: 1px;
	height: 100%;
	background: #34485d;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rael-timeline__tree-inner {
	display: block;
	width: 1px;
	height: 0;
	background-color: #e2498a;
}

.rael-timeline__title {
	font-size: 24px;
}

.rael-timeline__image-gallery {
	display: block;
}

.rael-timeline__image-gallery img {
	margin-right: 10px;
	margin-bottom: 3px;
}

.rael-timeline__content {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 60px;
	padding: 20px;
	width: 100%;
	border: 1px solid #dedede;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	will-change: transform;
}

.rael-timeline__content.arrow:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 100%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #dedede;
}

.rael-timeline__date--desktop {
	display: block;
}

.rael-timeline__date--desktop.rael-timeline__date {
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	width: 100px;
	line-height: 1.2;
	color: #818d98;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-timeline__date--tablet {
	display: none;
}

.rael-timeline__button, .rael-timeline__date.rael-timeline__date--desktop .date, .rael-timeline__date.rael-timeline__date--desktop .time, .rael-timeline__date.rael-timeline__date--tablet .date, .rael-timeline__date.rael-timeline__date--tablet .time {
	display: inline-block;
}

.rael-timeline__button {
	padding: 12px 20px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-color: #34485d;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rael-timeline__button:hover {
	background-color: #e2498a;
	color: #fff;
}

.rael-timeline__tree--align-center .rael-timeline__icon-box {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 30px;
}

.rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__icon-box {
	margin-right: 30px;
	margin-left: 0;
}

.rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__date.rael-timeline__date--desktop {
	left: auto;
	right: calc(100% + 30px);
	text-align: right;
}

.rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__content.arrow:before {
	left: auto;
	right: 100%;
	border: 8px solid transparent;
	border-right-color: #dedede;
}

.rael-timeline__tree--align-center .rael-timeline__content {
	width: calc(50% - 54px);
}

.rael-timeline__tree--align-left .rael-timeline__icon-box {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	margin-left: 110px;
	margin-right: 30px;
}

.rael-timeline__tree--align-left .rael-timeline__date.rael-timeline__date--desktop {
	left: auto;
	right: calc(100% + 30px);
	text-align: right;
}

.rael-timeline__tree--align-left .rael-timeline__content {
	width: calc(100% - 188px);
}

.rael-timeline__tree--align-left .rael-timeline__content.arrow:before {
	left: auto;
	right: 100%;
	border: 8px solid transparent;
	border-right-color: #dedede;
}

.rael-timeline__tree--align-right .rael-timeline__item {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rael-timeline__tree--align-right .rael-timeline__icon-box {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 30px;
	margin-right: 110px;
}

.rael-timeline__tree--align-right .rael-timeline__date.rael-timeline__date--desktop {
	left: calc(100% + 30px);
	right: auto;
	text-align: left;
}

.rael-timeline__tree--align-right .rael-timeline__content {
	width: calc(100% - 188px);
}

.rael-timeline__tree--align-right .rael-timeline__content.arrow:before {
	left: 100%;
	right: auto;
	border: 8px solid transparent;
	border-left-color: #dedede;
}

@media screen and (max-width:1024px) {
	.rael-timeline__tree--align-center .rael-timeline__item, .rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.rael-timeline__tree--align-center .rael-timeline__icon-box, .rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__icon-box, .rael-timeline__tree--align-left .rael-timeline__icon-box, .rael-timeline__tree--align-right .rael-timeline__icon-box {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-left: 0;
		margin-right: 30px;
	}
	
	.rael-timeline__tree--align-center .rael-timeline__icon, .rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__icon, .rael-timeline__tree--align-left .rael-timeline__icon, .rael-timeline__tree--align-right .rael-timeline__icon {
		width: 40px;
		height: 40px;
	}
	
	.rael-timeline__tree--align-center .rael-timeline__date.rael-timeline__date--desktop, .rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__date.rael-timeline__date--desktop, .rael-timeline__tree--align-left .rael-timeline__date.rael-timeline__date--desktop, .rael-timeline__tree--align-right .rael-timeline__date.rael-timeline__date--desktop {
		left: auto;
		right: 120%;
		text-align: left;
	}
	
	.rael-timeline__tree--align-center .rael-timeline__content, .rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__content, .rael-timeline__tree--align-left .rael-timeline__content, .rael-timeline__tree--align-right .rael-timeline__content {
		width: calc(100% - 75px);
	}
	
	.rael-timeline__tree--align-center .rael-timeline__content.arrow:before, .rael-timeline__tree--align-center .rael-timeline__item:nth-child(2n) .rael-timeline__content.arrow:before, .rael-timeline__tree--align-left .rael-timeline__content.arrow:before, .rael-timeline__tree--align-right .rael-timeline__content.arrow:before {
		top: 12px;
		left: auto;
		right: 100%;
		border: 8px solid transparent;
		border-right-color: #dedede;
	}
	
	.rael-timeline__icon-box--vertical-align-center .rael-timeline__content.arrow:before, .rael-timeline__icon-box--vertical-align-center .rael-timeline__item:nth-child(2n) .rael-timeline__content.arrow:before {
		top: 50%;
	}
	
	.rael-timeline__icon-box--vertical-align-bottom .rael-timeline__content.arrow:before, .rael-timeline__icon-box--vertical-align-bottom .rael-timeline__item:nth-child(2n) .rael-timeline__content.arrow:before {
		top: auto;
		bottom: 16px;
	}
	
	.rael-timeline__date--desktop {
		display: none;
	}
	
	.rael-timeline__date--tablet {
		display: block;
	}
}

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

.rael-twitter-feed:after, .rael-twitter-feed:before {
	content: "";
	clear: both;
}

.rael-twitter-feed--masonry .rael-twitter-feed__item {
	float: left;
}

@media only screen and (max-width:480px) {
	.rael-twitter-feed--masonry.rael-twitter-feed--col-2 .rael-twitter-feed__item, .rael-twitter-feed--masonry.rael-twitter-feed--col-3 .rael-twitter-feed__item, .rael-twitter-feed--masonry.rael-twitter-feed--col-4 .rael-twitter-feed__item {
		width: 100% !important;
	}
}

.rael-twitter-feed__item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.rael-twitter-feed__item a {
	color: #08c;
	text-decoration: none;
}

.rael-twitter-feed__item a:hover {
	outline: none;
	color: #005580;
}

.rael-twitter-feed__item a:focus {
	outline: none;
}

.rael-twitter-feed .rael-twitter-feed__avatar-image--circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.rael-twitter-feed__card-header {
	padding: 20px 15px 0;
	margin-bottom: 10px;
}

.rael-twitter-feed__author-avatar {
	float: left;
	margin-right: 10px;
	width: 38px;
}

.rael-twitter-feed__author-avatar img {
	max-width: none;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.rael-twitter-feed__author-url {
	float: left;
}

.rael-twitter-feed__twitter-icon {
	color: #1da1f2;
	margin-right: 5px;
}

.rael-twitter-feed__author-name {
	color: #444;
	line-height: 1.5em;
	font-weight: 700;
}

.rael-twitter-feed__date {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	font-size: 80%;
	color: #999;
}

.rael-twitter-feed__card-body {
	padding: 0 15px 15px;
}

.rael-twitter-feed__card-body p {
	color: #666;
	margin: 0 0 5px;
	min-height: 20px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

@-webkit-keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 15px currentColor;
		box-shadow: 0 0 0 15px currentColor;
		opacity: 0;
	}
	
	to {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

@keyframes button-ripple {
	70% {
		-webkit-box-shadow: 0 0 0 15px currentColor;
		box-shadow: 0 0 0 15px currentColor;
		opacity: 0;
	}
	
	to {
		-webkit-box-shadow: 0 0 0 0 currentColor;
		box-shadow: 0 0 0 0 currentColor;
		opacity: 0;
	}
}

.rael-video-content .rael-video-popup {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background-color: #da3175;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 6;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 10px;
}

.rael-video-content .rael-video-popup.rael_icon_button {
	padding: 10px;
}

.rael-video-content .rael-video-popup svg {
	max-width: 40px;
	height: auto;
	vertical-align: middle;
}

.rael-video-content .rael-video-popup.fill-btn {
	width: 100px;
	height: 100px;
	line-height: 104px;
	background-color: #fff;
	-webkit-box-shadow: 0 25px 25px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 25px 25px 0 rgba(0, 0, 0, .15);
}

.rael-video-content .rael-video-popup.text-btn {
	width: auto;
	height: auto;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	text-decoration: underline;
}

.rael-video-content .rael-video-popup.square-btn {
	height: 156px;
	line-height: 156px;
	width: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
	padding: 0 69px;
}

.rael-video-content .rael-video-popup.square-btn:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.rael-video-content .glow-btn {
	position: relative;
}

.rael-video-content .glow-btn:after, .rael-video-content .glow-btn:before, .rael-video-content .glow-btn > i:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: red;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 currentColor;
	box-shadow: 0 0 0 0 currentColor;
	-webkit-animation: button-ripple 3s infinite;
	animation: button-ripple 3s infinite;
	opacity: .6;
	z-index: -1;
}

.rael-video-content .glow-btn:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.rael-video-content .glow-btn:after {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.rael-products-compare-wrapper .rael-wc-remove {
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.rael-products-compare-wrapper .rael-wc-remove:hover {
	color: red;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.rael-products-compare-wrapper img {
	display: block;
	margin: auto;
}

.rael-products-compare-wrapper th i {
	padding-right: 10px;
	color: #dcdcdc;
}

.rael-products-compare-wrapper .rael-products-compare__table-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-products-compare-wrapper .rael-products-compare__table-header .rael-products-compare__modal-title {
	word-break: break-word;
}

.rael-products-compare-wrapper .elementor-icon {
	font-size: 20px;
	margin-right: 10px;
}

.rael-products-compare-wrapper table td {
	text-align: center;
}

.rael-products-compare-wrapper.custom {
	background: #fff;
	overflow-x: scroll;
}

.rael-products-compare-wrapper.custom table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: none;
}

.rael-products-compare-wrapper.custom table .icon {
	width: 16px;
	margin-right: 6px;
	fill: #c3ccdc;
}

.rael-products-compare-wrapper.custom table td, .rael-products-compare-wrapper.custom table th {
	padding: 15px;
	border: 1px solid #b6aaff;
	border-collapse: collapse;
}

.rael-products-compare-wrapper.custom table th {
	color: #252525;
	font-weight: 400;
	max-width: 160px;
	border-left-width: 2px;
	border-collapse: collapse;
	vertical-align: middle;
}

.rael-products-compare-wrapper.custom table th .first-th {
	border: none;
	padding-left: 5px;
}

.rael-products-compare-wrapper.custom table th div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-products-compare-wrapper.custom table td {
	color: #707070;
	text-align: center;
}

.rael-products-compare-wrapper.custom table tr.title {
	background: #2d1e87;
	color: #fff;
}

.rael-products-compare-wrapper.custom table tr.title td, .rael-products-compare-wrapper.custom table tr.title th {
	font-size: 20px;
	color: inherit;
	border: 1px solid #b6aaff;
	border-top: none;
	border-bottom: none;
}

.rael-products-compare-wrapper.custom table tr.image td {
	vertical-align: middle;
	border: none;
}

.rael-products-compare-wrapper.custom table .button {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #6752e5;
	color: #fff;
}

.rael-products-compare-wrapper.custom table .button:hover {
	background: #ff9582;
}

.rael-products-compare-wrapper.custom.theme-1 table tr.image td {
	background: #6b55ec;
	border-left: 1px solid #b6aaff;
	border-right: 1px solid #b6aaff;
}

.rael-products-compare-wrapper.custom.theme-2 table tr:nth-of-type(2n):not(.title) {
	background: #fbf8f7;
}

.rael-products-compare-wrapper.custom.theme-3 {
	padding: 20px;
}

.rael-products-compare-wrapper.custom.theme-3 table {
	-webkit-border-horizontal-spacing: 10px;
}

.rael-products-compare-wrapper.custom.theme-3 table tr:nth-of-type(2n):not(title) {
	background: #f5f5f8;
}

.rael-products-compare-wrapper.custom.theme-3 table td, .rael-products-compare-wrapper.custom.theme-3 table th {
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.title td.featured, .rael-products-compare-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured {
	-webkit-box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06);
	box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06);
}

.rael-products-compare-wrapper.custom.theme-3 table tr.title {
	background: initial;
	color: initial;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.title td, .rael-products-compare-wrapper.custom.theme-3 table tr.title th {
	color: initial;
	border-left: none;
	border-right: none;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td {
	background: initial;
	border-left: none;
	border-right: none;
	padding: 0;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td > span {
	padding: 20px;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td span.inner {
	padding: 0;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td.featured span {
	padding: 10px;
	background: #fff;
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner {
	background: -webkit-linear-gradient(220deg, #ffd0b0, #ff907e);
	background: -o-linear-gradient(220deg, #ffd0b0 0, #ff907e 100%);
	background: linear-gradient(-130deg, #ffd0b0, #ff907e);
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner {
	background: -webkit-linear-gradient(220deg, #ada0ff, #7561f2);
	background: -o-linear-gradient(220deg, #ada0ff 0, #7561f2 100%);
	background: linear-gradient(-130deg, #ada0ff, #7561f2);
}

.rael-products-compare-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner {
	background: -webkit-linear-gradient(220deg, #6fffac, #23d56e);
	background: -o-linear-gradient(220deg, #6fffac 0, #23d56e 100%);
	background: linear-gradient(-130deg, #6fffac, #23d56e);
}

.rael-products-compare-wrapper.custom.theme-4 table {
	background: #fff;
}

.rael-products-compare-wrapper.custom.theme-4 table th.first-th {
	background: #f9fafc;
}

.rael-products-compare-wrapper.custom.theme-4 table tr.title td, .rael-products-compare-wrapper.custom.theme-4 table tr.title th {
	font-size: 20px;
	color: inherit;
	border: 1px solid #e8ebf0;
}

.rael-products-compare-wrapper.custom.theme-4 table tr.image td {
	position: relative;
	overflow: hidden;
	border: 1px solid #e8ebf0;
}

.rael-products-compare-wrapper.custom.theme-4 table tr.image .ribbon {
	position: absolute;
	left: -44px;
	top: 10px;
	background: #613de6;
	color: #fff;
	padding: 3px 50px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.rael-products-compare-wrapper.custom.theme-4 table tr.image .rael-products__product-title, .rael-products-compare-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
	font-size: 18px;
	font-weight: 700;
}

.rael-products-compare-wrapper.custom.theme-4 table tr.image .rael-products__product-title {
	color: #252525;
	margin: 0 auto 10px;
}

.rael-products-compare-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
	color: #613de6;
}

.rael-products-compare-wrapper.custom.theme-5 table th {
	border: none;
}

.rael-products-compare-wrapper.custom.theme-5 table th.first-th {
	background: #f9fafc;
}

.rael-products-compare-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button {
	background: #6a3ee8;
}

.rael-products-compare-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover {
	background: #5827e5;
}

.rael-products-compare-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button {
	background: #3e5ae8;
}

.rael-products-compare-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover {
	background: #2747e5;
}

.rael-products-compare-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button {
	background: #15e9c9;
}

.rael-products-compare-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover {
	background: #13d2b5;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.title td, .rael-products-compare-wrapper.custom.theme-5 table tr.title th {
	font-size: 20px;
	color: inherit;
	border: none;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1) {
	background: #6a3ee8;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2) {
	background: #3e5ae8;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3) {
	background: #15e9c9;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1) {
	background: #f4f0ff;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2) {
	background: #eaedff;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3) {
	background: #e5fffb;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.image td, .rael-products-compare-wrapper.custom.theme-5 table tr.title td {
	border: none;
	border-right: 2px solid #fff;
	color: #fff;
}

.rael-products-compare-wrapper.custom.theme-5 table tr.image td:last-child, .rael-products-compare-wrapper.custom.theme-5 table tr.title td:last-child {
	border-right: none;
}

.rael-products-compare-wrapper.custom.theme-6 table tr.title td, .rael-products-compare-wrapper.custom.theme-6 table tr.title th {
	border-left: 0;
	border-right: 0;
}

.rael-products-compare-wrapper.custom.theme-6 table tr.title td {
	color: #fff;
}

.rael-products-compare-wrapper.custom.theme-6 table td, .rael-products-compare-wrapper.custom.theme-6 table th, .rael-products-compare-wrapper.custom.theme-6 table tr {
	border: none;
}

.rael-products-compare-wrapper.custom.theme-6 table td {
	color: #fff;
	border-right: 20px solid #fff;
}

.rael-products-compare-wrapper.custom.theme-6 table td:last-child {
	border-right: none;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+1) {
	background: #fd907b;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button {
	color: #fd907b;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover {
	color: #fb3c17;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+2) {
	background: #7f6cf4;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button {
	color: #7f6cf4;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover {
	color: #2f11e9;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+3) {
	background: #3ae281;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button {
	color: #3ae281;
}

.rael-products-compare-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover {
	color: #179f51;
}

.rael-products-compare-wrapper.custom.theme-6 table tr:nth-of-type(2n) td, .rael-products-compare-wrapper.custom.theme-6 table tr:nth-of-type(2n) th {
	background: #f7f6fa;
}

.rael-products-compare-wrapper.custom.theme-6 table tr:nth-of-type(2n) td:nth-of-type(3n+1) {
	background: #fec1b5;
}

.rael-products-compare-wrapper.custom.theme-6 table tr:nth-of-type(2n) td:nth-of-type(3n+2) {
	background: #b7adf9;
}

.rael-products-compare-wrapper.custom.theme-6 table tr:nth-of-type(2n) td:nth-of-type(3n+3) {
	background: #91efb8;
}

.rael-products-compare-wrapper.custom.theme-6 table tr.image td, .rael-products-compare-wrapper.custom.theme-6 table tr.title td {
	border: none;
	border-right: 20px solid #fff;
}

.rael-products-compare-wrapper.custom.theme-6 table tr.image td:last-child, .rael-products-compare-wrapper.custom.theme-6 table tr.title td:last-child {
	border-right: none;
}

.rael-products-compare-wrapper.custom.theme-6 table .button {
	background: #fff;
}

.rael-products-compare-wrapper.custom.theme-6 table .button:hover {
	background: #fff;
}

.rael-products-compare-wrapper.custom.theme-6 .img-inner {
	display: block;
	background: hsla(0, 0%, 89.4%, .45);
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

@media screen and (min-width:769px) {
	.rael-products-compare-wrapper:not(.theme-4) tr.image td {
		padding: 10px;
	}
	
	.theme-4 tr.image td {
		padding: 50px 10px;
	}
}

.rael-products .woocommerce ul.products {
	display: grid;
	grid-gap: 25px;
	margin: 0 0 15px;
	padding: 0 !important;
}

.rael-products .woocommerce ul.products:after, .rael-products .woocommerce ul.products:before {
	display: none;
}

.rael-products .woocommerce ul.products .product {
	width: 100%;
	padding: 0;
	margin: 0;
}

.rael-products .woocommerce ul.products .product .rael-wc-compare {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	cursor: pointer;
	color: #fff;
	background-color: #333;
	margin: 15px;
}

.rael-products .woocommerce ul.products .product .rael-wc-compare:hover {
	color: #fff;
	background: #333;
}

.rael-products .woocommerce ul.products .product .rael-wc-compare-loader {
	display: none;
	width: 1.5rem;
}

.rael-products .woocommerce ul.products .product .star-rating {
	margin: 0 auto 5px;
	display: inline-block;
	float: none;
	height: 1em;
	width: 5.6em;
	font-size: 1em;
	line-height: 1em;
}

.rael-products .woocommerce ul.products .product .star-rating:before {
	content: "";
	font-family: Font Aweosome\ 5 Free;
	font-weight: 400;
	opacity: 1;
}

.rael-products .woocommerce ul.products .product .star-rating span {
	display: inline-block;
}

.rael-products .woocommerce ul.products .product .star-rating span:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

.rael-products .woocommerce ul.products.products[class*=columns-] li.product, .rael-products .woocommerce ul.products li.product {
	width: 100%;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product, .rael-products.rael_product_simple .woocommerce ul.products li.product {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product a, .rael-products.rael_product_simple .woocommerce ul.products li.product a {
	text-decoration: none;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product a:hover, .rael-products.rael_product_simple .woocommerce ul.products li.product a:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product img, .rael-products.rael_product_simple .woocommerce ul.products li.product img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	margin: auto;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .woocommerce-loop-product__title, .rael-products.rael_product_simple .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	margin: 25px 0 12px;
	padding: 0;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .rael-products_price, .rael-products.rael_product_simple .woocommerce ul.products li.product .rael-products_price {
	font-size: 14px;
	margin-bottom: 0;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .rael-products_price del, .rael-products.rael_product_simple .woocommerce ul.products li.product .rael-products_price del {
	opacity: .5;
	display: inline-block;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .rael-products_price ins, .rael-products.rael_product_simple .woocommerce ul.products li.product .rael-products_price ins {
	font-weight: 400;
	background-color: transparent;
	color: #ff2a13;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .star-rating, .rael-products.rael_product_simple .woocommerce ul.products li.product .star-rating {
	display: block;
	float: none;
	font-size: 14px;
	margin: 10px auto;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .button, .rael-products.rael_product_reveal .woocommerce ul.products li.product .button_add_to_cart_button, .rael-products.rael_product_simple .woocommerce ul.products li.product .button, .rael-products.rael_product_simple .woocommerce ul.products li.product .button_add_to_cart_button {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
	padding: 0;
	margin: 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .button:before, .rael-products.rael_product_reveal .woocommerce ul.products li.product .button_add_to_cart_button:before, .rael-products.rael_product_simple .woocommerce ul.products li.product .button:before, .rael-products.rael_product_simple .woocommerce ul.products li.product .button_add_to_cart_button:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	padding-right: 8px;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before, .rael-products.rael_product_reveal .woocommerce ul.products li.product .button.product_type_variable:before, .rael-products.rael_product_simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before, .rael-products.rael_product_simple .woocommerce ul.products li.product .button.product_type_variable:before {
	content: "";
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus, .rael-products.rael_product_reveal .woocommerce ul.products li.product .button:focus, .rael-products.rael_product_simple .woocommerce ul.products li.product .button.add_to_cart_button:focus, .rael-products.rael_product_simple .woocommerce ul.products li.product .button:focus {
	outline: none;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .button:before, .rael-products.rael_product_simple .woocommerce ul.products li.product .button:before {
	content: none;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .rael-wc-compare, .rael-products.rael_product_simple .woocommerce ul.products li.product .rael-wc-compare {
	color: #fff;
	background-color: #333;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product a.added_to_cart, .rael-products.rael_product_simple .woocommerce ul.products li.product a.added_to_cart {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #333;
	background-color: transparent;
}

.rael-products.rael_product_simple .woocommerce ul.products li.product {
	border: 1px solid #eee;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product {
	border: 1px solid transparent;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product .button, .rael-products.rael_product_reveal .woocommerce ul.products li.product .button.add_to_cart_button, .rael-products.rael_product_reveal .woocommerce ul.products li.product .rael-wc-compare, .rael-products.rael_product_reveal .woocommerce ul.products li.product a.added_to_cart {
	visibility: hidden;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product:hover {
	border: 1px solid #eee;
}

.rael-products.rael_product_reveal .woocommerce ul.products li.product:hover .button, .rael-products.rael_product_reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button, .rael-products.rael_product_reveal .woocommerce ul.products li.product:hover .rael-wc-compare, .rael-products.rael_product_reveal .woocommerce ul.products li.product:hover a.added_to_cart {
	visibility: visible;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	padding: 0 0 15px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product a {
	text-decoration: none;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product a:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	height: auto;
	margin: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .rael-products__button-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button, .rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .added_to_cart, .rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .rael-products__link, .rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .rael-wc-compare {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #333;
	width: 38px;
	height: 38px;
	border-style: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	padding: 0;
	margin: 0 5px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .2s;
	transition: opacity .3s, -webkit-transform .2s;
	-o-transition: transform .2s, opacity .3s;
	transition: transform .2s, opacity .3s;
	transition: transform .2s, opacity .3s, -webkit-transform .2s;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button:focus, .rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .added_to_cart:focus, .rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .rael-products__link:focus, .rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .rael-wc-compare:focus {
	outline: none;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button {
	font-size: 0;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button:before {
	display: none;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button:after {
	content: "";
	font-size: 14px;
	line-height: 38px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button.product_type_variable:after {
	content: "";
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button.loading:before {
	display: none;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .add_to_cart_button.loading:after {
	content: "";
	display: inline-block;
	font-weight: 400;
	font-family: Font Awesome\ 5 Free;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	height: auto;
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .added_to_cart {
	font-size: 0;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__overlay .added_to_cart:after {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-size: 14px;
	line-height: 38px;
	font-weight: 900;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: #333;
	margin: 25px 0 12px;
	padding: 0;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__price {
	font-size: 14px;
	margin-bottom: 0;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__price del {
	opacity: .5;
	display: inline-block;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-products__price ins {
	font-weight: 400;
	background-color: transparent;
	color: #ff2a13;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .start-rating {
	display: block;
	float: none;
	font-size: 14px;
	margin: 10px auto;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product .rael-wc-compare {
	padding: 5px !important;
}

.rael-products.rael_product_overlay .woocommerce ul.products li.product:hover .rael-products__overlay .add_to_cart_button, .rael-products.rael_product_overlay .woocommerce ul.products li.product:hover .rael-products__overlay .rael-wc-compare, .rael-products.rael_product_overlay .woocommerce ul.products li.product:hover .rael-products__overlay a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.rael-products.rael_product_default .woocommerce ul.products li.product {
	overflow: visible !important;
}

.rael-products.rael_product_default .woocommerce ul.products li.product .rael-products__onsale {
	line-height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-products.rael_product_default .woocommerce ul.products li.product .rael-products__outofstock-badge {
	min-height: 3.746em;
	min-width: 3.746em;
	padding: .502em;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	line-height: 1.25;
	top: -.5em;
	left: -.5em;
	margin: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ff2a13;
	color: #fff;
	font-size: .857em;
	z-index: 9;
}

.rael-products.rael_product_default .button.add_to_cart_button:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	padding-right: 8px;
}

.rael-products.rael_product_default .button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.rael-products.rael_product_preset-5 ul.products li.product .rael-products__image-wrapper img, .rael-products.rael_product_preset-6 ul.products li.product .rael-products__image-wrapper img, .rael-products.rael_product_preset-7 ul.products li.product .rael-products__image-wrapper img, .rael-products.rael_product_preset-8 ul.products li.product .rael-products__image-wrapper img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-products-compare-modal {
	position: fixed;
	top: 50px;
	right: 0;
	bottom: 50px;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1080px;
	max-width: 90%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999999;
}

.rael-products-compare-modal__content {
	width: 100%;
	height: 100%;
	overflow: hidden auto;
}

.rael-products-compare__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	pointer-events: none;
}

.rael-products-compare-modal, .rael-products-compare__overlay {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.rael-products-compare-modal .rael-products-compare-modal-close {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background: #000;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 23px;
	-webkit-box-shadow: -1px 0 3px 0 #000;
	box-shadow: -1px 0 3px 0 #000;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.rael-products-compare-wrapper.custom .rael-products-compare__remove, .rael-products-compare-wrapper .rael-products-compare__remove {
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.rael-products-compare-wrapper.custom .rael-products-compare__remove.disable, .rael-products-compare-wrapper .rael-products-compare__remove.disable {
	color: #a0a0a0 !important;
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important;
}

.rael-products-compare-wrapper.custom .rael-products-compare__remove:hover, .rael-products-compare-wrapper .rael-products-compare__remove:hover {
	color: red;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.rael-products-compare-wrapper.custom .rael-products-compare__remove.custom .remove-row, .rael-products-compare-wrapper.custom .rael-products-compare__remove .remove-row, .rael-products-compare-wrapper .rael-products-compare__remove.custom .remove-row, .rael-products-compare-wrapper .rael-products-compare__remove .remove-row {
	border: none;
}

.rael-products-compare-wrapper.custom .rael-products-compare__remove.custom .remove-row td, .rael-products-compare-wrapper.custom .rael-products-compare__remove.custom .remove-row th, .rael-products-compare-wrapper.custom .rael-products-compare__remove .remove-row td, .rael-products-compare-wrapper.custom .rael-products-compare__remove .remove-row th, .rael-products-compare-wrapper .rael-products-compare__remove.custom .remove-row td, .rael-products-compare-wrapper .rael-products-compare__remove.custom .remove-row th, .rael-products-compare-wrapper .rael-products-compare__remove .remove-row td, .rael-products-compare-wrapper .rael-products-compare__remove .remove-row th {
	border: none;
	text-align: center;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	text-align: center;
	line-height: 1.2em;
	top: 30px;
	left: 0;
	margin: 0;
	background-color: #ff7a80;
	color: #fff;
	z-index: 9;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-1.rael-products__outofstock br {
	display: none;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-1.right {
	left: auto;
	right: 0;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-2 {
	padding: 0;
	top: 5px;
	left: 5px;
	display: inline-table;
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-2.rael-products__outofstock {
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-2.right {
	left: auto;
	right: 5px;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-3 {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	left: 15px;
	top: 15px;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-3.rael-products__outofstock br {
	display: none;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-3.right {
	left: auto;
	right: 15px;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-4 {
	left: 0;
	top: 15px;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-4.rael-products__outofstock br {
	display: none;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-4:after {
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 15px;
	height: 24px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 10px solid #23a454;
	content: "";
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-4.right {
	left: auto;
	right: 0;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-4.right:after {
	right: auto;
	left: -15px;
	border-left: 0;
	border-right: 10px solid #23a454;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-5 {
	display: block;
	line-height: 74px;
	height: 60px;
	width: 120px;
	left: -39px;
	top: -10px;
	right: auto;
	padding: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-5.rael-products__outofstock {
	line-height: normal;
	padding-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rael-products .woocommerce ul.products li.product .rael-products__onsale.sale_preset-5.right {
	left: auto;
	right: -39px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rael-products .woocommerce ul.products li.product a img {
	margin-bottom: 0;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rael-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
	letter-spacing: normal;
	font-weight: 700;
	text-transform: capitalize;
}

.rael-products .woocommerce ul.products li.product ins {
	background: transparent;
}

.rael-products .woocommerce ul.products li.product .rael-wc-compare-button {
	text-transform: capitalize;
	border: none;
	letter-spacing: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-products .woocommerce ul.products li.product .rael-wc-compare-button:hover, .rael-products .woocommerce ul.products li.product .rael-wc-compare-button:visited {
	text-decoration: none;
}

.rael-products .woocommerce ul.products li.product .star-rating {
	margin: 0 auto 5px;
	display: block;
	float: none;
	height: 1em;
	width: 5.6em;
	font-size: 1em;
	line-height: 1em;
}

.rael-products .woocommerce ul.products li.product .star-rating:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 400;
	opacity: 1;
}

.rael-products .woocommerce ul.products li.product .star-rating span {
	display: inline-block;
}

.rael-products .woocommerce ul.products li.product .star-rating span:before {
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

.rael-products .woocommerce ul.products li.product .button {
	text-transform: capitalize;
	border: none;
	letter-spacing: normal;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rael-products .rael-products__pagination ul {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 0;
	margin: 1px;
	width: auto;
}

.rael-products .rael-products__pagination ul li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

.rael-products .rael-products__pagination ul li .page-numbers {
	margin: 0;
	text-decoration: none;
	color: rgba(0, 0, 0, .74117647058824);
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .75em;
	display: block;
	min-width: 2.5em;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	border: none;
}

.rael-products .rael-products__pagination ul li .page-numbers.current, .rael-products .rael-products__pagination ul li .page-numbers:focus, .rael-products .rael-products__pagination ul li .page-numbers:hover {
	color: #fff;
	background: rgba(0, 0, 0, .74117647058824);
}

.rael-products .rael-products__pagination ul li .product {
	overflow-y: auto;
}

.rael-products .rael-products__load-more-button-wrapper {
	clear: both;
	margin-top: 40px;
}

.rael-products .rael-products__product-wrapper .rael-products__title h2 {
	font-size: 20px;
	line-height: 1.2em;
	color: #252525;
	font-weight: 500;
	margin: 0 0 8px;
	padding: 0;
}

.rael-products .rael-products__product-wrapper .rael-products__title h2:before {
	content: none;
}

.rael-products .rael-products__product-wrapper .rael-products__price {
	font-size: 18px;
	line-height: 1.2em;
	color: #ff7a80;
	font-weight: 600;
	margin-bottom: 10px;
}

.rael-products .rael-products__product-wrapper .star-rating {
	margin: 0 auto 10px;
}

.rael-products .rael-products__product-wrapper a.button.add_to_cart_button.added {
	display: none !important;
}

.rael-products.grid .rael-products__product-wrapper:hover .rael-products__icons-wrapper.box-style, .rael-products.masonry .rael-products__product-wrapper:hover .rael-products__icons-wrapper.box-style {
	bottom: 30px;
	visibility: visible;
	opacity: 1;
}

.rael-products.grid .rael-products__product-wrapper:hover .rael-products__icons-wrapper.block-box-style, .rael-products.masonry .rael-products__product-wrapper:hover .rael-products__icons-wrapper.block-box-style {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.rael-products.grid .rael-products__product-wrapper:hover .rael-products__icons-wrapper.block-style, .rael-products.masonry .rael-products__product-wrapper:hover .rael-products__icons-wrapper.block-style {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.rael-products.grid .rael-products__product-wrapper .rael-products__product-image-wrapper, .rael-products.masonry .rael-products__product-wrapper .rael-products__product-image-wrapper {
	position: relative;
	overflow: hidden;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper {
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 9;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	margin: 0 auto;
	-webkit-transition: all .4s ease;
	-o-transition: all ease .4s;
	transition: all .4s ease;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-style, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-style {
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	width: 100%;
	top: auto;
	bottom: -50px;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li:not(:last-child), .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li:not(:last-child) {
	border-right: 1px solid #fff;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li.add_to_cart, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li.add_to_cart {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li a, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li a {
	position: relative;
	background-color: transparent;
	margin: 0;
	padding: 10px 5px;
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li a:hover, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li a:hover {
	background-color: transparent;
	color: #000;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li a i, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li a i {
	line-height: normal;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: auto;
	bottom: -100px;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 3px;
	-webkit-box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a i, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a i {
	line-height: 1rem;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.added_to_cart, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.added_to_cart {
	font-size: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.added_to_cart:after, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.add_to_cart_button, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.add_to_cart_button {
	padding: 0;
	margin: 3px;
	font-size: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.add_to_cart_button:before, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.add_to_cart_button.product_type_variable:before, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.product_type_external, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li a.button.product_type_external {
	width: auto;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: visible;
	opacity: 1;
	top: auto;
	bottom: -24px;
	margin: 0 5%;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 3px;
	-webkit-box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	box-shadow: 0 15px 10px rgba(61, 70, 79, .12);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a i, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a i {
	line-height: 1rem;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.added_to_cart, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.added_to_cart {
	font-size: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.added_to_cart:after, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	line-height: 38px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.button.add_to_cart_button, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.button.add_to_cart_button {
	padding: 0;
	margin: 3px;
	font-size: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.button.add_to_cart_button:before, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.button.add_to_cart_button.product_type_variable:before, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.product_type_external, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.over-box-style li a.product_type_external {
	width: auto;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style {
	background: #fff;
	width: 100%;
	top: auto;
	bottom: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 10px 2px 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a i, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a i {
	line-height: 1rem;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.added_to_cart, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.added_to_cart {
	font-size: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.added_to_cart:after, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.added_to_cart:after {
	content: "";
	font-weight: 900;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.add_to_cart_button, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.add_to_cart_button {
	padding: 0;
	margin: 10px 2px 0;
	font-size: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.add_to_cart_button:before, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: Font Awesome\ 5 Free;
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.add_to_cart_button.product_type_variable:before, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.product_type_external, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper.block-box-style li a.button.product_type_external {
	width: auto;
	padding: 4px;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper li, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper li a, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper li a {
	display: block;
	position: absolute;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all ease .4s;
	transition: all .4s ease;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper li a:hover, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper li a:hover {
	background: #ff7a80;
	color: #fff;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper li a i, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper li a i {
	position: relative;
	font-size: 18px;
	line-height: 42px;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper li a svg, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper li a svg {
	width: 18px;
}

.rael-products.grid .rael-products__product-wrapper .rael-products__icons-wrapper li a .rael-products__product-details-wrapper, .rael-products.masonry .rael-products__product-wrapper .rael-products__icons-wrapper li a .rael-products__product-details-wrapper {
	padding: 10px;
}

.rael-products.masonry .woocommerce ul.products {
	display: block;
}

@media (min-width:766px) {
	.rael-products.masonry .woocommerce ul.products {
		margin: 0 -1% !important;
	}
}

.rael-products.masonry .woocommerce ul.products:after, .rael-products.masonry .woocommerce ul.products:before {
	display: table;
	content: " ";
}

.rael-products.masonry .woocommerce ul.products li.product {
	float: left;
	margin: 15px 0;
}

@media (min-width:766px) {
	.rael-products.masonry .woocommerce ul.products li.product {
		margin: 1%;
	}
}

.rael-products.grid.rael_product_preset-8 .rael-products__product-image-wrapper, .rael-products.masonry.rael_product_preset-8 .rael-products__product-image-wrapper {
	overflow: inherit;
}

.rael-products.grid.rael_product_preset-8 .rael-products__product-details-wrapper > div:first-child, .rael-products.masonry.rael_product_preset-8 .rael-products__product-details-wrapper > div:first-child {
	margin-top: 20px;
}

.rael-products.grid.rael_products_preset-5 ul.products, .rael-products.grid.rael_products_preset-6 ul.products, .rael-products.grid.rael_products_preset-7 ul.products, .rael-products.grid.rael_products_preset-8 ul.products, .rael-products.masonry.rael_products_preset-5 ul.products, .rael-products.masonry.rael_products_preset-6 ul.products, .rael-products.masonry.rael_products_preset-7 ul.products, .rael-products.masonry.rael_products_preset-8 ul.products {
	padding: 0;
	margin: 0;
	list-style: none;
}

.rael-products.grid.rael_products_preset-5 ul.products li.product, .rael-products.grid.rael_products_preset-6 ul.products li.product, .rael-products.grid.rael_products_preset-7 ul.products li.product, .rael-products.grid.rael_products_preset-8 ul.products li.product, .rael-products.masonry.rael_products_preset-5 ul.products li.product, .rael-products.masonry.rael_products_preset-6 ul.products li.product, .rael-products.masonry.rael_products_preset-7 ul.products li.product, .rael-products.masonry.rael_products_preset-8 ul.products li.product {
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
}

.rael-products.grid.rael_products_preset-5 ul.products li.product.first, .rael-products.grid.rael_products_preset-6 ul.products li.product.first, .rael-products.grid.rael_products_preset-7 ul.products li.product.first, .rael-products.grid.rael_products_preset-8 ul.products li.product.first, .rael-products.masonry.rael_products_preset-5 ul.products li.product.first, .rael-products.masonry.rael_products_preset-6 ul.products li.product.first, .rael-products.masonry.rael_products_preset-7 ul.products li.product.first, .rael-products.masonry.rael_products_preset-8 ul.products li.product.first {
	clear: none;
}

.rael-products.grid.rael_product_preset-6 .product.rael-products__outofstock .rael-products__icons-wrapper .button, .rael-products.grid.rael_product_preset-6 .rael-products__icons-wrapper .button.product_type_grouped, .rael-products.grid.rael_product_preset-7 .product.rael-products__outofstock .rael-products__icons-wrapper .button, .rael-products.grid.rael_product_preset-7 .rael-products__icons-wrapper .button.product_type_grouped, .rael-products.grid.rael_product_preset-8 .product.rael-products__outofstock .rael-products__icons-wrapper .button, .rael-products.grid.rael_product_preset-8 .rael-products__icons-wrapper .button.product_type_grouped, .rael-products.masonry.rael_product_preset-6 .product.rael-products__outofstock .rael-products__icons-wrapper .button, .rael-products.masonry.rael_product_preset-6 .rael-products__icons-wrapper .button.product_type_grouped, .rael-products.masonry.rael_product_preset-7 .product.rael-products__outofstock .rael-products__icons-wrapper .button, .rael-products.masonry.rael_product_preset-7 .rael-products__icons-wrapper .button.product_type_grouped, .rael-products.masonry.rael_product_preset-8 .product.rael-products__outofstock .rael-products__icons-wrapper .button, .rael-products.masonry.rael_product_preset-8 .rael-products__icons-wrapper .button.product_type_grouped {
	display: none;
}

.rael-products.list .woocommerce ul.products li.product {
	overflow: hidden;
}

.rael-products.list .woocommerce ul.products li.product .woocommerce-loop-product__link img {
	margin-bottom: 0;
}

.rael-products.list .woocommerce ul.products li.product .star-rating {
	margin: 0 auto 10px 0;
}

.rael-products.list .rael_product_list_preset-2 .rael-products__product-wrapper {
	padding: 20px;
}

.rael-products.list .rael_product_list_preset-2 .rael-products__product-wrapper .rael-products__product-details-wrapper {
	padding: 0 0 0 25px;
}

.rael-products.list .rael_product_list_preset-3 .rael-products__product-wrapper {
	padding: 0;
	background-color: transparent;
}

.rael-products.list .rael_product_list_preset-3 .rael-products__product-wrapper .rael-products__product-details-wrapper {
	padding: 0 0 0 25px;
}

.rael-products.list .rael_product_list_preset-3 .rael-products__product-wrapper .rael-products__price-wrapper, .rael-products.list .rael_product_list_preset-3 .rael-products__product-wrapper .rael-products__title-wrapper {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid;
}

.rael-products.list .rael_product_list_preset-4 .rael-products__product-wrapper {
	padding: 0;
}

.rael-products.list .rael_product_list_preset-4 .rael-products__product-wrapper .rael-products__product-details-wrapper {
	padding: 20px;
	margin-left: 20px;
}

.rael-products.list .rael-products__product-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-products.list .rael-products__product-wrapper:hover .rael-products__icons-wrapper.box-style {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
}

.rael-products.list .rael-products__product-wrapper:hover .rael-products__icons-wrapper.block-style {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper {
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-transition: all .4s ease;
	-o-transition: all ease .4s;
	transition: all .4s ease;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.block-style {
	background: red;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	width: 100%;
	top: auto;
	bottom: -50px;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li.rael-products__add-to-cart {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.block-style li a {
	position: relative;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.box-style li {
	width: 42px;
	height: 42px;
	-webkit-filter: drop-shadow(0 15px 10px rgba(61, 70, 79, .12));
	filter: drop-shadow(0 15px 10px rgba(61, 70, 79, .12));
	background-color: #fff;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.details-block-style li.rael-products__add-to-cart a {
	padding: 11px 15px !important;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.details-block-style li a {
	margin: 2px;
	padding: 10.5px 10px;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.details-block-style-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.details-block-style-2 li:not(:first-child) a {
	border-left-width: 0 !important;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.details-block-style-2 li.rael-products__add-to-cart a {
	padding: 8.5px 10px;
	margin: 0;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.details-block-style-2 li a {
	border: 2px solid #ddd;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper.details-block-style-2 li a.rael-wc-compare.rael-wc-compare-icon {
	margin: 2px;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper li a {
	display: block;
	color: #000;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all ease .4s;
	transition: all .4s ease;
	background: #ffebcd;
	padding: 9px 10px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 700;
	cursor: pointer;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper li a:hover {
	background: #ff7a80;
	color: #fff;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper li a i {
	position: relative;
	font-size: 18px;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper li a svg {
	width: 18px;
}

.rael-products.list .rael-products__product-wrapper .rael-products__icons-wrapper li a.button {
	font-size: 15px;
	line-height: 1.4em;
}

.rael-products.list .rael-products__product-wrapper .rael-products__product-image-wrapper {
	position: relative;
	overflow: hidden;
	width: 45%;
	margin: 0;
}

.rael-products.list .rael-products__product-wrapper .rael-products__product-details-wrapper {
	width: 55%;
	padding: 25px;
	text-align: left !important;
}

.rael-products.list .rael-products__product-wrapper .rael-products__price {
	margin-bottom: 5px;
}

.rael-products.list .rael-products__product-wrapper .rael-products__excerpt p {
	margin: 0 0 10px;
}

@media only screen and (min-width:1025px) {
	.rael-products-grid-column--1 .rael-products .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.rael-products-grid-column--2 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rael-products-grid-column--3 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.rael-products-grid-column--4 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.rael-products-grid-column--5 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.rael-products-grid-column--6 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.rael-products-list-column--1 .rael-products .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.rael-products-list-column--2 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rael-products-grid-column--1 .rael-products.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.rael-products-grid-column--2 .rael-products.masonry .woocommerce ul.products li.product {
		width: 48%;
	}
	
	.rael-products-grid-column--3 .rael-products.masonry .woocommerce ul.products li.product {
		width: 33.3333%;
	}
	
	.rael-products-grid-column--4 .rael-products.masonry .woocommerce ul.products li.product {
		width: 23%;
	}
	
	.rael-products-grid-column--5 .rael-products.masonry .woocommerce ul.products li.product {
		width: 18%;
	}
	
	.rael-products-grid-column--6 .rael-products.masonry .woocommerce ul.products li.product {
		width: 14.66667%;
	}
}

@media only screen and (max-width:1024px) and (min-width:766px) {
	.rael-products-grid-column-tablet--1 .rael-products .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.rael-products-grid-column-tablet--2 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rael-products-grid-column-tablet--3 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.rael-products-grid-column-tablet--4 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.rael-products-grid-column-tablet--5 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.rael-products-grid-column-tablet--6 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.rael-products-list-column-tablet--1 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rael-products-list-column-tablet--2 .rael-products .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.rael-products-grid-column-tablet--1 .rael-products.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.rael-products-grid-column-tablet--2 .rael-products.masonry .woocommerce ul.products li.product {
		width: 48%;
	}
	
	.rael-products-grid-column-tablet--3 .rael-products.masonry .woocommerce ul.products li.product {
		width: 31.3333%;
	}
	
	.rael-products-grid-column-tablet--4 .rael-products.masonry .woocommerce ul.products li.product {
		width: 23%;
	}
	
	.rael-products-grid-column-tablet--5 .rael-products.masonry .woocommerce ul.products li.product {
		width: 18%;
	}
	
	.rael-products-grid-column-tablet--6 .rael-products.masonry .woocommerce ul.products li.product {
		width: 14.66666667%;
	}
}

@media only screen and (max-width:767px) {
	.rael-products-grid-column-mobile--1 .rael-products .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.rael-products-grid-column-mobile--2 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rael-products-grid-column-mobile--3 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.rael-products-grid-column-mobile--4 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.rael-products-grid-column-mobile--5 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.rael-products-grid-column-mobile--6 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.rael-products-list-column-mobile--2 .rael-products .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.rael-products-list-column-mobile--2 .rael-products .woocommerce ul.products .rael-products__product-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.rael-products-list-column-mobile--2 .rael-products .woocommerce ul.products .rael-products__product-wrapper .rael-products__product-details-wrapper, .rael-products-list-column-mobile--2 .rael-products .woocommerce ul.products .rael-products__product-wrapper .rael-products__product-image-wrapper {
		width: 100%;
	}
	
	.rael-products-list-column-mobile--2 .rael-products .woocommerce ul.products .rael-products__product-wrapper .product-image-wrapper {
		margin-bottom: 15px;
	}
	
	.rael-products-list-column-mobile--2 .rael-products .woocommerce ul.products .rael-products__product-wrapper .rael-products__product-details-wrapper {
		padding: 0;
		margin: 0;
	}
	
	.rael-products-list-column-mobile--1 .rael-products .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.rael-products-list-column-mobile--1 .rael-products .woocommerce ul.products .rael-products__product-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.rael-products-list-column-mobile--1 .rael-products .woocommerce ul.products .rael-products__product-wrapper .rael-products__product-details-wrapper, .rael-products-list-column-mobile--1 .rael-products .woocommerce ul.products .rael-products__product-wrapper .rael-products__product-image-wrapper {
		width: 100%;
	}
	
	.rael-products-list-column-mobile--1 .rael-products .woocommerce ul.products .rael-products__product-wrapper .rael-products__product-image-wrapper {
		margin-bottom: 15px;
	}
	
	.rael-products-list-column-mobile--1 .rael-products .woocommerce ul.products .rael-products__product-wrapper .rael-products__product-details-wrapper {
		padding: 0;
		margin: 0;
	}
	
	.rael-products-grid-column-mobile--1 .rael-products.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.rael-products-grid-column-mobile--2 .rael-products.masonry .woocommerce ul.products li.product {
		width: 48% !important;
		margin: 1%;
	}
	
	.rael-products-grid-column-mobile--3 .rael-products.masonry .woocommerce ul.products li.product {
		width: 31.3333% !important;
		margin: 1%;
	}
	
	.rael-products-grid-column-mobile--4 .rael-products.masonry .woocommerce ul.products li.product {
		width: 23% !important;
		margin: 1%;
	}
	
	.rael-products-grid-column-mobile--5 .rael-products.masonry .woocommerce ul.products li.product {
		width: 18% !important;
		margin: 1%;
	}
	
	.rael-products-grid-column-mobile--6 .rael-products.masonry .woocommerce ul.products li.product {
		width: 14.66666667% !important;
		margin: 1%;
	}
}

.rael-products__loader {
	position: relative;
}

.rael-products__loader:after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	content: "";
	border: 4px solid rgba(0, 0, 0, .2);
	border-left-color: #000;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: loaderSpin 1.1s linear infinite;
	animation: loaderSpin 1.1s linear infinite;
	left: 48%;
	top: 40%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@-webkit-keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes loaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.rael-products__load-more-button-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-products__load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0 solid;
	font-size: 16px;
	overflow: hidden;
}

.rael-products__load-more-button.rael-products__load-more-button--loading .rael-products__button-loader {
	display: block;
	left: 0;
}

.rael-products__load-more-button .rael-products__button-loader {
	display: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border: 4px solid hsla(0, 0%, 100%, .2);
	border-left-color: #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loaderSpin 1.1s linear infinite;
	animation: loaderSpin 1.1s linear infinite;
	margin-right: 5px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.rael-products__load-more-button .rael-products__button-loader:after {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.rael-products__load-more-button .rael-products__button-loader:focus {
	outline: none;
}

.rael-products__load-more-button .rael-products__button-loader.rael-products__load-more-button--loading > span {
	margin-left: 0;
}

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label, .rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before, .rael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .rael-wpf-style .wpforms-form .wpforms-field textarea, .rael-wpf-style .wpforms-form .wpforms-field select, .rael-wpf-style .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	outline: 0;
}

.rael-wpf-style .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-item {
	padding-right: 10px;
}

.rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-title, .rael-wpf-style .wpforms-title {
	margin-bottom: 10px;
}

.rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-description, .rael-wpf-style .wpforms-description {
	margin-bottom: 20px;
}

.rael-wpf-style .wpforms-field-address .wpforms-field-row, .rael-wpf-style .wpforms-form .wpforms-field {
	margin-bottom: 20px;
}

.rael-wpf-style .wpforms-form .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .rael-wpf-style .wpforms-form .wpforms-field select {
	height: auto;
}

.rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit], .rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit]:hover {
	border-width: 0;
}

.rael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
	margin-top: 0;
}

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
	content: "✔";
	line-height: 1.2;
}

.rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox], .rael-wpf-style .wpforms-form .wpforms-field input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-payment-multiple input[type=radio]:checked + label:before, .rael-wpf-style .wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-radio input[type=radio]:checked + label:before {
	background-color: #7a7a7a;
}

.rael-wpf-style .wpforms-form .wpforms-field input[type=radio]:checked + label:before {
	-webkit-box-shadow: inset 0 0 0 4px #fafafa;
	box-shadow: inset 0 0 0 4px #fafafa;
}

.rael-wpf-style div.wpforms-container-full .wpforms-form .wpforms-page-button {
	min-width: unset;
}

.rael-wpf-style .wpforms-form .wpforms-page-prev {
	margin-right: 15px;
}

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
}

.rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before, .rael-wpf-style .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-style .wpforms-form .wpforms-field input[type=radio] + label:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.rael-wpf.rael-wpf-style .wpforms-field.wpforms-list-inline ul li {
	margin-right: 20px;
}

.rael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label {
	padding: 10px;
}

.rael-wpf-style .wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
	margin-top: 8px;
	padding: 0;
}

.rael-wpf-style .wpforms-form .wpforms-field-label, .rael-wpf-style .wpforms-form .wpforms-field-divider h3, .rael-wpf-style .wpforms-form .wpforms-page-indicator-steps {
	margin-bottom: 10px;
}

.rael-wpf-style .wpforms-container .wpforms-field, .rael-wpf-style .wpforms-container.inline-fields .wpforms-submit-container {
	padding: 0;
}

.rael-wpf-style .wpforms-container.inline-fields .wpforms-submit {
	display: block;
	width: 100%;
}

.rael-wpf-style .wpforms-container.inline-fields .wpforms-field {
	padding: 0;
	display: table-cell;
	padding-right: 2%;
	vertical-align: top;
}

.rael-wpf-style .wpforms-container.inline-fields .wpforms-field {
	padding-bottom: 15px;
}

.rael-wpf-btn-size-xs .rael-wpf-style .wpforms-form .wpforms-page-button, .rael-wpf-btn-size-xs .rael-wpf-style .wpforms-form button[type=submit] {
	font-size: 13px;
	padding: 10px 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.rael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=radio] + label:before {
	height: 10px;
	width: 10px;
}

.rael-wpf-input-size-xs .rael-wpf-style .wpforms-field select, .rael-wpf-input-size-xs .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .rael-wpf-input-size-xs .rael-wpf-style .wpforms-field textarea {
	font-size: 13px;
	padding: 8px 10px;
}

.rael-wpf-input-size-xs .rael-wpf-style .wpforms-form .wpforms-container textarea {
	height: 70px;
}

.rael-wpf-input-size-xs .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 8px 10px;
}

#elementor .elementor-widget-rael-wpf-styler .rael-wpf-style .wpforms-container.inline-fields button[type=submit] {
	margin-top: 0;
}

.rael-wpf-input-size-xs .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
	font-size: -webkit-calc(10px / 1.2);
	font-size: calc(10px / 1.2);
}

.rael-wpf-input-size-sm .rael-wpf-style .wpforms-field select, .rael-wpf-input-size-sm .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .rael-wpf-input-size-sm .rael-wpf-style .wpforms-field textarea {
	font-size: 15px;
	padding: 12px 10px;
}

.rael-wpf-input-size-sm .rael-wpf-style .wpforms-form .wpforms-container textarea {
	height: 70px;
}

.rael-wpf-input-size-sm .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 12px 10px;
}

.rael-wpf-btn-size-sm .rael-wpf-style .wpforms-form .wpforms-page-button, .rael-wpf-btn-size-sm .rael-wpf-style .wpforms-form button[type=submit] {
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=radio] + label:before {
	height: 12px;
	width: 12px;
}

.rael-wpf-input-size-sm .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
	font-size: -webkit-calc(12px / 1.2);
	font-size: calc(12px / 1.2);
}

.rael-wpf-input-size-md .rael-wpf-style .wpforms-field select, .rael-wpf-input-size-md .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .rael-wpf-input-size-md .rael-wpf-style .wpforms-field textarea {
	font-size: 16px;
	padding: 15px 10px;
}

.rael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
	font-size: -webkit-calc(15px / 1.2);
	font-size: calc(15px / 1.2);
}

.rael-wpf-input-size-lg .rael-wpf-style .wpforms-field select, .rael-wpf-input-size-lg .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .rael-wpf-input-size-lg .rael-wpf-style .wpforms-field textarea {
	font-size: 18px;
	padding: 20px 10px;
}

.rael-wpf-input-size-lg .rael-wpf-style .wpforms-container textarea {
	height: 120px;
}

.rael-wpf-input-size-lg .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 20px 10px;
}

.rael-wpf-input-size-md .rael-wpf-style .wpforms-container textarea {
	height: 120px;
}

.rael-wpf-input-size-md .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 15px 10px;
}

.rael-wpf-btn-size-md .rael-wpf-style .wpforms-form .wpforms-page-button, .rael-wpf-btn-size-md .rael-wpf-style .wpforms-form button[type=submit] {
	font-size: 16px;
	padding: 15px 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rael-wpf-input-size-md .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-input-size-md .wpforms-form .wpforms-field input[type=radio] + label:before {
	height: 15px;
	width: 15px;
}

.rael-wpf-btn-size-lg .rael-wpf-style .wpforms-form .wpforms-submit-container .wpforms-page-button, .rael-wpf-btn-size-lg .rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit] {
	font-size: 18px;
	padding: 20px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: .2;
}

.rael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=radio] + label:before {
	height: 20px;
	width: 20px;
}

.rael-wpf-input-size-lg .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
	font-size: -webkit-calc(20px / 1.2);
	font-size: calc(20px / 1.2);
}

.rael-wpf-input-size-xl .rael-wpf-style .wpforms-field select, .rael-wpf-input-size-xl .rael-wpf-style .wpforms-field input:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]), .rael-wpf-input-size-xl .rael-wpf-style .wpforms-field textarea {
	font-size: 20px;
	padding: 25px 10px;
}

.rael-wpf-input-size-xl .rael-wpf-style .wpforms-form .wpforms-container textarea {
	height: 220px;
}

.rael-wpf-input-size-xl .wpforms-container-full .wpforms-form .wpforms-field-description.wpforms-disclaimer-description {
	padding: 25px 10px;
}

.rael-wpf-btn-size-xl .rael-wpf-style .wpforms-form .wpforms-submit-container .wpforms-page-button, .rael-wpf-btn-size-xl .rael-wpf-style .wpforms-form .wpforms-submit-container button[type=submit] {
	font-size: 20px;
	padding: 25px 50px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	line-height: .2;
}

.rael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox] + label:before, .rael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=radio] + label:before {
	height: 25px;
	width: 25px;
}

.rael-wpf-input-size-xl .wpforms-form .wpforms-field input[type=checkbox]:checked + label:before {
	font-size: -webkit-calc(25px / 1.2);
	font-size: calc(25px / 1.2);
}

.rael-wpf-button-center .rael-wpf-style .wpforms-form button, .rael-wpf-button-left .rael-wpf-style .wpforms-form button, .rael-wpf-button-justify .rael-wpf-style .wpforms-form button, .rael-wpf-button-right .rael-wpf-style .wpforms-form button, .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	display: -webkit-box;
	display: -ms-flexbox;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: auto;
}

.rael-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.rael-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.rael-wpf-button-justify .rael-wpf-style .wpforms-form button.wpforms-page-button, .rael-wpf-button-justify .rael-wpf-style .wpforms-form button[type=submit] {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	width: 100%;
}

.rael-wpf .wpforms-form .wpforms-field ul, .rael-wpf .wpforms-form .wpforms-field ul li {
	background: 0 0;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rael-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit] {
	margin-left: auto;
	margin-right: auto;
}

.rael-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit] {
	margin-left: 0;
	margin-right: auto;
}

.rael-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit] {
	margin-left: auto;
	margin-right: 0;
}

.rael-wpf-highlight-style-bottom_right .wpforms-container-full .wpforms-form label.wpforms-error, .rael-wpf-highlight-style-bottom_right label.wpforms-error {
	display: inline-block;
	margin-top: 5px;
}

@media (min-width:768px) and (max-width:1024px) {
	.rael-tablet-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: auto;
	}
	
	.rael-tablet-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit] {
		margin-left: 0;
		margin-right: auto;
	}
	
	.rael-tablet-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: 0;
	}
	
	.rael-tablet-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.rael-tablet-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.rael-tablet-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.rael-tablet-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit], .rael-tablet-wpf-button-center .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button, .rael-tablet-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit], .rael-tablet-wpf-button-left .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button, .rael-tablet-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit], .rael-tablet-wpf-button-right .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
		width: auto;
	}
	
	.rael-tablet-wpf-button-justify .rael-wpf-style .wpforms-form button.wpforms-page-button, .rael-tablet-wpf-button-justify .rael-wpf-style .wpforms-form button[type=submit] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.rael-mobile-wpf-button-center .rael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: auto;
	}
	
	.rael-mobile-wpf-button-left .rael-wpf-style .wpforms-form button[type=submit] {
		margin-left: 0;
		margin-right: auto;
	}
	
	.rael-mobile-wpf-button-right .rael-wpf-style .wpforms-form button[type=submit] {
		margin-left: auto;
		margin-right: 0;
	}
	
	.rael-mobile-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.rael-mobile-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.rael-mobile-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-moz-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.rael-mobile-wpf-button-center .rael-wpf-style .rael-wpf-style .wpforms-form button[type=submit], .rael-mobile-wpf-button-center .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button, .rael-mobile-wpf-button-left .rael-wpf-style .rael-wpf-style .wpforms-form button[type=submit], .rael-mobile-wpf-button-left .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button, .rael-mobile-wpf-button-right .rael-wpf-style .rael-wpf-style .wpforms-form button[type=submit], .rael-mobile-wpf-button-right .rael-wpf-style .wpforms-form .wpforms-field-pagebreak .wpforms-clear .wpforms-page-button {
		width: auto;
	}
	
	.rael-mobile-wpf-button-justify .rael-wpf-style .wpforms-form button.wpforms-page-button, .rael-mobile-wpf-button-justify .rael-wpf-style .wpforms-form button[type=submit] {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		justify-content: center;
		width: 100%;
	}
}

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

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

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

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

.elementor-widget-rael-wc-add-to-cart .quantity {
	display: inline-block;
}

.elementor-widget-rael-wc-add-to-cart.elementor-align-center form.cart {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-rael-wc-add-to-cart.elementor-align-left form.cart, .elementor-widget-rael-wc-add-to-cart.elementor-align-right form.cart {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.rael-woo-checkout {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
}

.rael-woo-checkout .woocommerce #ship-to-different-address span, .rael-woo-checkout .woocommerce h3 {
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 0;
	text-transform: capitalize;
}

.rael-woo-checkout .woocommerce label {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.rael-woo-checkout .woocommerce label.woocommerce-form__label-for-checkbox.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rael-woo-checkout .woocommerce .checkout li.wc_payment_method {
	border-bottom: none;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon a, .rael-woo-checkout .woocommerce .woo-checkout-login a {
	color: #7866ff;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon a :hover, .rael-woo-checkout .woocommerce .woo-checkout-login a :hover {
	color: #443d6d;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon label, .rael-woo-checkout .woocommerce .woo-checkout-login label {
	margin-bottom: 10px;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .input-text, .rael-woo-checkout .woocommerce .woo-checkout-coupon select, .rael-woo-checkout .woocommerce .woo-checkout-login .input-text, .rael-woo-checkout .woocommerce .woo-checkout-login select {
	border-radius: 5px;
	background-color: #fff;
	padding: 13px;
	border: 1px solid transparent;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .input-text :active, .rael-woo-checkout .woocommerce .woo-checkout-coupon .input-text :hover, .rael-woo-checkout .woocommerce .woo-checkout-coupon select :active, .rael-woo-checkout .woocommerce .woo-checkout-coupon select :hover, .rael-woo-checkout .woocommerce .woo-checkout-login .input-text :active, .rael-woo-checkout .woocommerce .woo-checkout-login .input-text :hover, .rael-woo-checkout .woocommerce .woo-checkout-login select :active, .rael-woo-checkout .woocommerce .woo-checkout-login select :hover {
	border-color: inherit;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .input-text :focus, .rael-woo-checkout .woocommerce .woo-checkout-coupon select :focus, .rael-woo-checkout .woocommerce .woo-checkout-login .input-text :focus, .rael-woo-checkout .woocommerce .woo-checkout-login select :focus {
	outline: inherit;
	outline-offset: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .button, .rael-woo-checkout .woocommerce .woo-checkout-login .button {
	background-color: #7866ff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	font-weight: 400;
	margin: 0;
	padding: 13px 30px;
	border: none;
	text-transform: capitalize !important;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .button:hover, .rael-woo-checkout .woocommerce .woo-checkout-login .button:hover {
	text-decoration: none;
}

.rael-woo-checkout .woocommerce .woo-checkout-login {
	border-radius: 5px;
	background-color: #f1ebff;
	padding: 30px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	display: block;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .rael-coupon-icon, .rael-woo-checkout .woocommerce .woo-checkout-login .rael-login-icon {
	width: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 20px;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .rael-coupon-icon i, .rael-woo-checkout .woocommerce .woo-checkout-coupon .rael-coupon-icon svg, .rael-woo-checkout .woocommerce .woo-checkout-login .rael-login-icon i, .rael-woo-checkout .woocommerce .woo-checkout-login .rael-login-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.rael-woo-checkout .woocommerce .woo-checkout-login .form-row-first {
	width: 48.5%;
	float: left !important;
}

.rael-woo-checkout .woocommerce .woo-checkout-login .form-row-last {
	float: right !important;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .clear, .rael-woo-checkout .woocommerce .woo-checkout-login .clear, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-2, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-2 {
	clear: both;
}

.rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login {
	max-width: 100%;
	margin: 15px 0 0;
	padding: 20px;
	text-align: left;
	border: 1px solid inherit;
	border-radius: 5px;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon p, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login p:first-child, .rael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order p {
	margin-top: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login .woocommerce-form-login__submit {
	margin-right: 30px;
}

.rael-woo-checkout .woocommerce .woo-checkout-login .lost_password {
	margin-left: 3px;
	margin-bottom: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .form-row-first {
	width: 48.5%;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon {
	margin: 15px 0 0;
	padding: 20px;
	width: auto;
	text-align: left;
	border: 1px solid inherit;
	border-radius: 5px;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon p:first-child {
	margin: 0 0 20px;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first {
	width: 66%;
	float: left;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first input {
	border-radius: 5px;
	-webkit-box-shadow: 0 12px 20px rgba(51, 57, 137, .1);
	box-shadow: 0 12px 20px rgba(51, 57, 137, .1);
	background-color: #fff;
	height: 50px;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first input :focus {
	outline: 0;
	outline-offset: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last {
	width: 32%;
	margin-left: 2%;
	float: right;
}

@media (max-width:1024px) {
	.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first {
		width: 50%;
	}
	
	.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last {
		width: 48%;
	}
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .shipping-area #shipping_method li, .rael-woo-checkout .woocommerce .woo-checkout-coupon .lost_password, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review, .rael-woo-checkout.layout-multi-steps .woocommerce .woo-checkout-payment .woocommerce-privacy-policy-text p:last-child, .rael-woo-checkout.layout-split .woocommerce .woo-checkout-payment .woocommerce-privacy-policy-text p:last-child {
	margin-bottom: 0;
}

.rael-woo-checkout .woocommerce h3#order_review_heading {
	float: none;
	width: 100%;
}

.rael-woo-checkout .woocommerce #customer_details.col2-set {
	width: 100% !important;
	padding: 0 !important;
	float: none !important;
	margin: 0 0 30px;
}

.rael-woo-checkout .woocommerce #customer_details.col2-set h3 {
	border: none;
	padding: 0;
	font-size: 25px;
}

.rael-woo-checkout .woocommerce #customer_details.col2-set .col-1 {
	padding-left: 0;
	float: left !important;
	width: 48% !important;
}

.rael-woo-checkout .woocommerce #customer_details.col2-set .col-2 {
	padding-right: 0;
	float: right !important;
	width: 48% !important;
}

.rael-woo-checkout .woocommerce #customer_details.col2-set #ship-to-different-address label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
	padding-bottom: 0;
}

.rael-woo-checkout .woocommerce #customer_details.col2-set #ship-to-different-address label input {
	-ms-flex-item-align: start;
	align-self: start;
	margin-top: 9px;
	margin-right: 10px;
}

@media (max-width:767px) {
	.rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-first, .rael-woo-checkout .woocommerce .woo-checkout-coupon .checkout_coupon .form-row-last {
		width: 100%;
	}
	
	.rael-woo-checkout .woocommerce #customer_details.col2-set .col-1, .rael-woo-checkout .woocommerce #customer_details.col2-set .col-2 {
		width: 100% !important;
		float: none !important;
	}
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review, .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .woo-checkout-payment, .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .woocommerce-billing-fields, .rael-woo-checkout.layout-multi-steps .woocommerce .woo-checkout-payment, .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .woo-checkout-payment, .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .woocommerce-billing-fields, .rael-woo-checkout.layout-split .woocommerce .woo-checkout-payment {
	margin-bottom: 30px;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table {
	padding: 0;
	margin: 0;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 12px;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .table-header {
	font-size: 14px;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .table-row {
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .table-col-1 {
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
	max-width: 70%;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .table-col-2 {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	max-width: 15%;
	text-align: center;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .table-col-3 {
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	max-width: 15%;
	text-align: right;
	padding-right: 25px !important;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .product-thum-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .product-thum-name .product-thumbnail {
	width: 65px;
	margin-right: 15px;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .product-thum-name .product-thumbnail img, .rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .recurring-wrapper td .amount, .rael-woo-checkout.elementor-editor-active .woocommerce .woo-checkout-login.woo-checkout-login-editor {
	display: block;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .product-quantity, .rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .product-total {
	padding: 0 10px;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .subscription-price .subscription-details {
	display: block;
	font-size: .8em;
	line-height: 1.2rem;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .back-to-shopping {
	margin: 0 0 10px;
	text-transform: capitalize;
	font-size: 15px;
	line-height: 1.5em;
	display: inline-block;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .back-to-shopping i {
	margin-right: 5px;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content {
	font-size: 14px;
	border-radius: 3px;
	padding: 20px 25px;
	background-color: #fff;
	width: 40%;
	font-weight: 700;
	margin: 0 0 0 auto;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content div:first-child, .rael-woo-checkout .woocommerce .woo-checkout-payment #payment {
	border: none;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content div:last-child {
	padding-bottom: 0;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content label {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content .woocommerce-remove-coupon {
	font-family: inherit;
	font-size: .7em;
	font-weight: inherit;
	line-height: inherit;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .cart-discount, .rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .cart-subtotal, .rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .order-total, .rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .tax-rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid inherit;
	padding: 3px 0;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .shipping-area {
	display: grid;
	grid-template-columns: 70% 30%;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .shipping-area #shipping_method {
	text-align: right;
	margin-right: 0;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .recurring-wrapper {
	margin-bottom: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .recurring-wrapper tr {
	display: table;
	width: 100%;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .recurring-wrapper td, .rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .recurring-wrapper th {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .recurring-wrapper th {
	padding-left: 0;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .recurring-wrapper td {
	padding-right: 0;
	text-align: right;
	font-size: .7em;
}

.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media all and (max-width:1024px) {
	.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content {
		width: 40%;
	}
}

@media all and (max-width:767px) {
	.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table {
		overflow-y: auto;
	}
	
	.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .table-header, .rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table .table-row {
		width: 400px;
	}
	
	.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .back-to-shop {
		margin-top: 15px;
	}
	
	.rael-woo-checkout .woocommerce .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content {
		width: 100%;
	}
}

.rael-woo-checkout .rael-checkout-review-order-table .recurring-wrapper tbody tr:hover > td, .rael-woo-checkout .rael-checkout-review-order-table .recurring-wrapper tbody tr:hover > th, .rael-woo-checkout .rael-checkout-review-order-table .recurring-wrapper tbody > tr:nth-child(odd) > td, .rael-woo-checkout .rael-checkout-review-order-table .recurring-wrapper tbody > tr:nth-child(odd) > th {
	background-color: inherit;
}

.rael-woo-checkout .woocommerce .woocommerce-error, .rael-woo-checkout .woocommerce .woocommerce-info, .rael-woo-checkout .woocommerce .woocommerce-message {
	border: 0;
	border-radius: 5px;
	text-align: left;
	text-transform: capitalize;
	padding: 20px 20px 20px 50px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 30px;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-error::before, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info::before, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-message::before, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-error::before, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-info::before, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-message::before, .rael-woo-checkout .woocommerce .woocommerce-error::before, .rael-woo-checkout .woocommerce .woocommerce-info::before, .rael-woo-checkout .woocommerce .woocommerce-message::before {
	left: 20px;
	top: 20px;
	font-size: 20px;
}

.rael-woo-checkout .woocommerce .woocommerce-error a, .rael-woo-checkout .woocommerce .woocommerce-info a, .rael-woo-checkout .woocommerce .woocommerce-message a {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-transform: capitalize;
}

.rael-woo-checkout .woocommerce .woocommerce-error {
	background-color: #fff3f5;
	color: #ff7e93;
}

.rael-woo-checkout .woocommerce .woocommerce-info {
	background-color: #d1ecf1;
	color: #0c5460;
}

.rael-woo-checkout .woocommerce .woocommerce-message {
	background-color: #d4edda;
	color: #155724;
}

.rael-woo-checkout .woocommerce form.checkout_coupon {
	border: 1px solid #404040;
}

.rael-woo-checkout .woocommerce .woo-checkout-login.woo-checkout-login-editor, .rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio], .rael-woo-checkout.layout-multi-steps .steps-buttons button.rael-woo-checkout-btn-prev, .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details, .rael-woo-checkout.layout-multi-steps .woocommerce .woo-checkout-coupon, .rael-woo-checkout.layout-multi-steps .woocommerce .woo-checkout-login, .rael-woo-checkout.layout-multi-steps .woocommerce .woo-checkout-payment, .rael-woo-checkout.layout-split .steps-buttons button.rael-woo-checkout-btn-prev, .rael-woo-checkout.layout-split .woocommerce #customer_details, .rael-woo-checkout.layout-split .woocommerce .woo-checkout-coupon, .rael-woo-checkout.layout-split .woocommerce .woo-checkout-login, .rael-woo-checkout.layout-split .woocommerce .woo-checkout-payment {
	display: none;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-error, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-message, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-error, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-info, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-form-login-toggle .woocommerce-message {
	background-color: transparent !important;
	padding: 0 0 0 40px !important;
	border: none !important;
	margin: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info {
	font-size: inherit;
	line-height: 1.5em;
	font-weight: inherit;
	margin-bottom: 0;
	display: block;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info::before, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info::before, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs li:first-child:after {
	content: none;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info a, .rael-woo-checkout .woocommerce .woo-checkout-login .woocommerce-info a {
	text-decoration: underline;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon {
	border-radius: 5px;
	background-color: #ebfaff;
	padding: 30px;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
	display: block;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message {
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	padding: 10px 10px 10px 40px !important;
	margin: 20px 0 0;
	color: inherit;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error:before, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info:before, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message:before {
	left: 10px;
	top: 10px;
	color: inherit;
}

.rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-error li, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-info li, .rael-woo-checkout .woocommerce .woo-checkout-coupon .woocommerce-message li {
	margin-left: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment {
	clear: both;
	background-color: #2d2c52;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment .carrier-agents-postcode-search #carrier-agent-heading, .rael-woo-checkout .woocommerce .woo-checkout-payment .woo-checkout-section-title, .rael-woo-checkout .woocommerce .woo-checkout-payment .woocommerce-privacy-policy-text, .rael-woo-checkout .woocommerce .woo-checkout-payment .woocommerce-privacy-policy-text p {
	color: #fff;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper input {
	padding: 0 15px;
	line-height: 40px;
	border: none;
	border-radius: 5px;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment .carrier-agents-postcode-search .woo-carrier-agents-postcode-input-wrapper #woo-carrier-agents-search-button {
	background: #7866ff;
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment .carrier-agents-postcode-search #woo-carrier-agents-container {
	background: #fff;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment .carrier-agents-postcode-search #woo-carrier-agents-container #woo-carrier-agents .woo-carrier-agent {
	border-radius: 5px;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods {
	padding: 0 0 20px !important;
	margin: 0;
	border: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods li:not(.woocommerce-notice) {
	background-color: transparent;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method {
	margin: 0;
	padding: 0;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method > label {
	font-size: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	color: #fff;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio] + label {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 25px;
	position: relative;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio] + label::before {
	-webkit-transition: 250ms cubic-bezier(.4, .25, .3, 1);
	-o-transition: 250ms cubic-bezier(.4, .25, .3, 1);
	transition: 250ms cubic-bezier(.4, .25, .3, 1);
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #b8b6ca;
	border: 0 solid #fff;
	font-size: 0;
	position: absolute;
	top: 47%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio] + label::after {
	-webkit-transition: 250ms cubic-bezier(.4, .25, .3, 1);
	-o-transition: 250ms cubic-bezier(.4, .25, .3, 1);
	transition: 250ms cubic-bezier(.4, .25, .3, 1);
	content: "";
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 47%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked + label::before {
	background-color: transparent;
	width: 12px;
	height: 12px;
	border-width: 2px;
	border-color: #7362f0;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .wc_payment_method input[type=radio]:checked + label::after {
	width: 6px;
	height: 6px;
	left: 3px;
	background-color: #fff;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .payment_box {
	border-radius: 5px;
	background-color: #ff793f;
	color: #fff;
	padding: 15px;
	margin-top: 10px;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .payment_methods .payment_box p:first-child {
	margin: 0 !important;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order {
	padding: 20px 0 0;
	border-top: 1px solid #fff;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order a.woocommerce-privacy-policy-link {
	color: #fff;
	font-weight: 600;
}

.rael-woo-checkout .woocommerce .woo-checkout-payment #payment .place-order #place_order {
	width: auto;
	margin: 0 0 0 auto;
	text-transform: capitalize;
	letter-spacing: unset;
}

.theme-twentyseventeen .rael-woo-checkout #ship-to-different-address label span {
	position: relative;
	display: block;
	text-align: right;
	padding-right: 45px;
}

html {
	scroll-behavior: smooth;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap, .rael-woo-checkout.layout-multi-steps .steps-buttons, .rael-woo-checkout.layout-split .layout-split-container, .rael-woo-checkout.layout-split .steps-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-woo-checkout.layout-multi-steps .steps-buttons button:focus, .rael-woo-checkout.layout-split .steps-buttons button:focus {
	outline: 0;
}

.rael-woo-checkout.layout-split .layout-split-container .info-area {
	width: 65%;
	margin-right: 5%;
}

.rael-woo-checkout.layout-split .layout-split-container .info-area .split-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-left: 0;
	margin: 0 0 30px;
	list-style: none;
	text-align: center;
}

.rael-woo-checkout.layout-split .layout-split-container .info-area .split-tabs li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.2em;
	-webkit-font-smoothing: subpixel-antialiased;
	padding: 12px;
}

.rael-woo-checkout.layout-split .layout-split-container .info-area .split-tabs li.active {
	background-color: #7866ff;
	color: #fff;
	cursor: pointer;
}

.rael-woo-checkout.layout-split .layout-split-container .info-area .split-tabs li.completed {
	cursor: pointer;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content .woo-checkout-coupon .checkout_coupon .form-row-first, .rael-woo-checkout.layout-split .layout-split-container .info-area .woo-checkout-coupon .checkout_coupon .form-row-first {
	width: 70%;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content .woo-checkout-coupon .checkout_coupon .form-row-last, .rael-woo-checkout.layout-split .layout-split-container .info-area .woo-checkout-coupon .checkout_coupon .form-row-last {
	width: 28%;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area, .rael-woo-checkout.layout-split .layout-split-container .table-area {
	width: 30%;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table .product-quantity, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table .product-quantity {
	padding: 0;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row {
	background-color: transparent;
	border-bottom: 1px solid;
	padding-bottom: 11px;
	border-radius: 0;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-1, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-1 {
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
	max-width: 80%;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-1 .product-thumbnail, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-1 .product-thumbnail {
	width: 20%;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-1 .product-name, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-1 .product-name {
	width: 80%;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-3.product-total, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row .table-col-3.product-total {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
	padding-right: 0 !important;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table-footer, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table-footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content {
	width: 100%;
	padding: 0;
	background-color: transparent;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content .order-total, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table-footer .footer-content .order-total {
	border-top: 1px solid;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 1.2em;
}

.rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-1, .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-2, .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-1, .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-2 {
	float: none !important;
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

.rael-woo-checkout.layout-multi-steps .woocommerce .woo-checkout-payment #place_order, .rael-woo-checkout.layout-split .woocommerce .woo-checkout-payment #place_order {
	display: none !important;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs {
	padding: 0;
	margin: 0 0 30px;
	overflow: hidden;
	counter-reset: step;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs li {
	list-style-type: none;
	color: #7866ff;
	font-size: 1rem;
	line-height: 1.2em;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	text-align: center;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs li:before {
	content: counter(step);
	counter-increment: step;
	width: 24px;
	height: 24px;
	line-height: 26px;
	display: block;
	font-size: 12px;
	color: #fff;
	background: #7866ff;
	border-radius: 25px;
	margin: 0 auto 10px;
	position: relative;
	z-index: 1;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs li:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: 0;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs li.completed:after, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs li.completed:before {
	background: #7866ff;
	color: #fff;
}

.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content {
	width: 65%;
	margin-right: 5%;
	-webkit-box-shadow: 2px 0 15px 5px rgba(41, 41, 93, .07);
	box-shadow: 2px 0 15px 5px rgba(41, 41, 93, .07);
}

@media (max-width:768px) {
	.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap, .rael-woo-checkout.layout-split .layout-split-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content .woo-checkout-coupon .checkout_coupon .form-row-first, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content .woo-checkout-coupon .checkout_coupon .form-row-last, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content .woo-checkout-login .form-row-first, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content .woo-checkout-login .form-row-last, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area, .rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row, .rael-woo-checkout.layout-split .layout-split-container .info-area, .rael-woo-checkout.layout-split .layout-split-container .info-area .woo-checkout-coupon .checkout_coupon .form-row-first, .rael-woo-checkout.layout-split .layout-split-container .info-area .woo-checkout-coupon .checkout_coupon .form-row-last, .rael-woo-checkout.layout-split .layout-split-container .info-area .woo-checkout-login .form-row-first, .rael-woo-checkout.layout-split .layout-split-container .info-area .woo-checkout-login .form-row-last, .rael-woo-checkout.layout-split .layout-split-container .table-area, .rael-woo-checkout.layout-split .layout-split-container .table-area .rael-woo-checkout-order-review .rael-order-review-table .table-row {
		width: 100%;
	}
	
	.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .ms-tabs-content {
		width: 100%;
		margin-right: 0;
	}
	
	.rael-woo-checkout.layout-multi-steps .layout-multi-steps-container .ms-tabs-content-wrap .table-area .rael-woo-checkout-order-review {
		margin-bottom: 30px;
	}
}

.rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-1, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-1 {
	width: 100% !important;
	float: none !important;
}

@media (min-width:1024px) {
	.rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-1 .woocommerce-account-fields, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-1 .woocommerce-additional-fields, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-1 .woocommerce-billing-fields, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-multi-steps .woocommerce #customer_details.col2-set .col-1 .woocommerce-shipping-fields, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-1 .woocommerce-account-fields, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-1 .woocommerce-additional-fields, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-1 .woocommerce-billing-fields, .rael-woo-checkout.theme-astra:not(.elementor-editor-active) .rael-woo-checkout.layout-split .woocommerce #customer_details.col2-set .col-1 .woocommerce-shipping-fields {
		float: none !important;
		width: 100% !important;
		padding-left: 0;
	}
}

.rael-products-compare-table {
	padding: 50px;
}

.elementor-widget-rael-theme-post-info.rael-post-info--align-center .rael-post-info--inline-items, .elementor-widget-rael-theme-post-info.rael-post-info--align-center .rael-post-info__icon-list-item, .elementor-widget-rael-theme-post-info.rael-post-info--align-center .rael-post-info__icon-list-item a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-rael-theme-post-info.rael-post-info--align-left .rael-post-info--inline-items, .elementor-widget-rael-theme-post-info.rael-post-info--align-left .rael-post-info__icon-list-item, .elementor-widget-rael-theme-post-info.rael-post-info--align-left .rael-post-info__icon-list-item a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.elementor-widget-rael-theme-post-info.rael-post-info--align-right .rael-post-info--inline-items, .elementor-widget-rael-theme-post-info.rael-post-info--align-right .rael-post-info__icon-list-item, .elementor-widget-rael-theme-post-info.rael-post-info--align-right .rael-post-info__icon-list-item a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#left-area ul.rael-post-info__icon-list-items, .elementor-edit-area .elementor-element .rael-post-info__icon-list-items, .elementor .elementor-element ul.rael-post-info__icon-list-items {
	padding: 0;
}

.rael-post-info__icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.rael-post-info__icon-list-items.rael-post-info--inline-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}

.rael-post-info__icon-list-items.rael-post-info--inline-items .rael-post-info__icon-list-item {
	margin-left: 8px;
	margin-right: 8px;
}

.rael-post-info__icon-list-items.rael-post-info--inline-items .rael-post-info__icon-list-item:after {
	position: relative;
	width: auto;
	height: 100%;
	left: auto;
	top: 50%;
	right: -8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
}

.rael-post-info__icon-list-items.rael-post-info--inline-items .rael-post-info__icon-list-item .rael-post-info--inline-item {
	word-break: break-word;
}

.rael-post-info__icon-list-items .rael-post-info__icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.rael-post-info__icon-list-items .rael-post-info__icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.rael-post-info__icon-list-item, .rael-post-info__icon-list-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
}

.rael-post-info__icon-list-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rael-post-info__icon-list-icon + .rael-post-info__icon-list-text {
	-ms-flex-item-align: center;
	align-self: center;
	padding-left: 5px;
}

.rael-post-info__icon-list-icon svg {
	width: var(--rael-pi-icon-list-icon-size, 1em);
	height: var(--rael-pi-icon-list-icon-size, 1em);
	-webkit-margin-end: calc(var(--rael-pi-icon-list-icon-size, 1em) * .25);
	margin-inline-end: calc(var(--rael-pi-icon-list-icon-size, 1em) * .25);
}

.rael-post-info__icon-list-icon i {
	width: 1.25em;
	font-size: var(--rael-pi-icon-list-icon-size);
}

.elementor-widget-rael-theme-post-info.rael-post-info--align-center .rael-post-info__icon-list-item:after {
	margin: auto;
}

.elementor-widget-rael-theme-post-info.rael-post-info--align-left .rael-post-info__icon-list-item, .elementor-widget-rael-theme-post-info.rael-post-info--align-left .rael-post-info__icon-list-item a {
	text-align: left;
}

.elementor-widget-rael-theme-post-info.rael-post-info--align-right .rael-post-info__icon-list-item, .elementor-widget-rael-theme-post-info.rael-post-info--align-right .rael-post-info__icon-list-item a {
	text-align: right;
}

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

.rael-post-info .rael-post-info__icon-list-icon .rael-post-info__avatar {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

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

.rael-post-info__icon-list-items .rael-post-info__icon-list-item .rael-post-info__icon-list-text {
	display: inline-block;
}

.rael-post-info__icon-list-items .rael-post-info__icon-list-item .rael-post-info__icon-list-text a, .rael-post-info__icon-list-items .rael-post-info__icon-list-item .rael-post-info__icon-list-text span {
	display: inline;
}

@use "sass:string";.rael-author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rael-author-box:not(.rael-author-box--layout-image-above) .rael-author-box__avatar {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

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

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

.rael-post-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

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

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

.rael-post-navigation__link--next, .rael-post-navigation__link--prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rael-post-navigation__link--next, .rael-post-navigation__next {
	text-align: right;
}

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

.rael-post-navigation__next--label, .rael-post-navigation__prev--label {
	text-transform: uppercase;
	font-size: .8em;
	line-height: normal;
	padding-top: 4px;
	margin-top: -4px;
}

.rael-post-navigation__next--title, .rael-post-navigation__prev--title {
	font-size: .7em;
	line-height: normal;
	padding-top: 4px;
	margin-top: -4px;
}

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

.rael-post-navigation__link {
	width: calc(50% - .5px);
	white-space: nowrap;
}

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

.rael-post-navigation__next a {
	float: right;
}

.rael_product_meta .rael-detail-container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .elementor-element.rael-elementor-products-grid ul.products li.product {
	width: auto;
}

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

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

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

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

.rael-hf__element-hidden {
	display: none;
}

.rael-hf-header #masthead {
	z-index: 99;
	position: relative;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
	font-size: var(--e-icon-list-icon-size);
}

.elementor-widget .elementor-icon-list-item {
	display: flex;
	align-items: center;
	font-size: inherit;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
	align-self: center;
	padding-left: 5px;
}

.elementor-widget-rael-theme-post-featured-image.rael-theme-builder-post-featured-image .wp-caption, .elementor-widget-rael-theme-post-featured-image.rael-theme-builder-post-featured-image figure figcaption, .elementor-widget-theme-post-featured-image .wp-caption, .elementor-widget-theme-post-featured-image figure figcaption {
	text-align: inherit;
}

.elementor-widget-rael-theme-post-featured-image.rael-theme-builder-post-featured-image .wp-caption img {
	display: inline-block;
}

.elementor-widget-rael-theme-archive-posts .hentry {
	margin-top: 0;
	margin-bottom: 0;
}
