
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2025 George Krupa, John Gera & Kreatura Media
	*
	* LayerSlider home:		https://layerslider.com/
	* Licensing:			https://layerslider.com/licensing/
*/



/* Slider */

	.ls-container,
	.ls-wp-container {
		visibility: hidden;
		position: relative;
		max-width: 100%;
		user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-inner {
		position: relative;
		width: 100%;
		height: 100%;
		background-position: center center;
		z-index: 30;
	}

	.ls-wp-fullwidth-container {
		width: 100%;
		position: relative;
	}

	.ls-wp-fullwidth-helper {
		position: absolute;
	}



/* Wrappers */

	ls-scene-wrapper {
		width: 100%;
		margin: 0 auto;
		display: block !important;
		position: relative !important;
	}

	ls-scene-wrapper .ls-container {
		position: sticky !important;
		top: 0;
	}

	ls-silent-wrapper {
		width: 100vw;
		height: 100vh;
		z-index: -1 !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		position: fixed !important;
		left:  -200vw;
		top: -200vh;
	}

	ls-scene-wrapper[data-disabled-scene] {
		height: auto !important;
	}



/* Layers */

	.ls-slide-bgcolor,
	.ls-slide-backgrounds,
	.ls-slide-effects,
	.ls-background-videos,
	.ls-bg-video-overlay {
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-layers,
	.ls-slide-bgcolor,
	.ls-slide-backgrounds,
	.ls-slide-effects,
	.ls-background-videos,
	.ls-bg-video-overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}

	.ls-text-layer .ls-ch .ls-grad-bg-overflow {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.ls-wrapper {
		padding: 0 !important;
		visibility: visible !important;
		border: 0 !important;
		z-index: 1;
	}

	.ls-wrapper.ls-fix-textnodes .ls-ln,
	.ls-wrapper.ls-fix-textnodes .ls-wd {
		position: static !important;
		transform: none !important;
	}

	.ls-wrapper .ls-ln {
		white-space: nowrap;
	}

	.ls-layer.ls-has-chars .ls-wd {
		position: static !important;
	}

	.ls-layer.ls-has-chars .ls-ch {
		position: relative !important;
	}

	.ls-layer.ls-has-words .ls-wd {
		position: relative !important;
	}

	.ls-layer.ls-has-lines .ls-ln {
		position: relative !important;
	}

	.ls-layer .ls-ch,
	.ls-layer .ls-wd,
	.ls-layer .ls-ln {
		text-decoration: inherit;
	}

	.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-ch,
	.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-wd,
	.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-ln,
	.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-ch,
	.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-wd,
	.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-ln {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.ls-textnode-dummy {
		display: inline-block !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.ls-textnode-bgclip-wrap {
		left: 0;
		top: 0;
		position: absolute;
		background-clip: text;
		-webkit-background-clip: text;
		text-fill-color: transparent;
		-webkit-text-fill-color: transparent;
		text-align: left !important;
		pointer-events: none !important;
	}

	.ls-textnode {
		color: transparent;
		text-fill-color: transparent;
		-webkit-text-fill-color: transparent;
	}

	.ls-wrapper.ls-force-display-block {
		display: block !important;
	}

	.ls-wrapper.ls-force-visibility-hidden {
		visibility: hidden !important;
	}

	.ls-wrapper.ls-force-left-0 {
		left: 0 !important;
	}

	.ls-wrapper.ls-force-width-auto {
		width: auto !important;
	}

	.ls-force-height-auto {
		height: auto !important;
	}

	.ls-wrapper.ls-force-full-size {
		width: 100% !important;
		height: 100% !important;
	}

	.ls-layer.ls-force-no-transform,
	.ls-wrapper.ls-force-no-transform {
		transform: none !important;
	}

	.ls-force-no-transform .ls-ln,
	.ls-force-no-transform .ls-wd,
	.ls-force-no-transform .ls-ch {
		transform: none !important;
	}

	.ls-background-videos {
		z-index: 1;
	}

	.ls-bg-video-overlay {
		z-index: 21;
		background-repeat: repeat;
		background-position: center center;
	}

	.ls-slide-backgrounds {
		z-index: 2;
	}

	.ls-slide-effects {
		z-index: 4;
	}

	.ls-slide-bgcolor {
		z-index: 1;
	}

	.ls-layers {
		z-index: 35;
	}

	.ls-z,
	.ls-parallax,
	.ls-in-out,
	.ls-scroll,
	.ls-scroll-transform,
	.ls-loop,
	.ls-clip {
		position: absolute !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.ls-clip,
	.ls-m-layers-clip {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	.ls-layers-clip {
		clip: rect( 0px, var( --sw ), var( --sh ), 0px );
	}

	.ls-z {
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		display: block !important;
		overflow: visible !important;
		pointer-events: none !important;
	}

	.ls-z.ls-wrapper.ls-pinned {
		position: fixed !important;
	}

	.ls-slide-backgrounds .ls-wrapper.ls-z {
		overflow: hidden !important;
	}

	.ls-inner-wrapper {
		pointer-events: auto;
	}

	.ls-inner-wrapper * {
		pointer-events: inherit;
	}

	.ls-in-out {
		display: none;
	}

	.ls-loop, .ls-clip {
		display: block !important;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-scroll,
	.ls-scroll-transform,
	.ls-loop,
	.ls-z {
		background: none !important;
	}

	.ls-bg-wrap,
	.ls-loop {
		margin: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer
	.ls-wrapper > .ls-bg {
		line-height: normal;
		white-space: nowrap;
		word-wrap: normal;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer {
		position: static !important;
		display: block !important;
		transform: translateZ(0);
	}

	.ls-bg-wrap,
	.ls-bg-outer {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.ls-bg-wrap {
		display: none;
	}

	.ls-bg-outer {
		overflow: hidden !important;
	}

	.ls-wrapper > a.ls-layer-link {
		cursor: pointer !important;
		display: block !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		-o-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
	}

	/* Countdown */

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before {
		position: relative;
		display: inline-block;
		content: attr(data-prefix);
	}

	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		position: relative;
		display: inline-block;
		content: attr(data-suffix);
	}

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before,
	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		color: var( --ls-affix-color, currentColor );
		transform: translateY( var( --ls-affix-va, 0em ) );
		font-size: var( --ls-affix-fs, 1em );
		font-family: var( --ls-affix-ff, inherit );
		font-weight: var( --ls-affix-fw, inherit );
	}

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before,
	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		display: var( --ls-affix-nl, inline-block );
	}

	.ls-l[data-prefix].ls-affix-float:before,
	.ls-layer[data-prefix].ls-affix-float:before,
	.ls-l[data-suffix].ls-affix-float:after,
	.ls-layer[data-suffix].ls-affix-float:after {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate( calc( -50% + var( --ls-affix-ha, 0em ) ) , calc( -50% + var( --ls-affix-va, 0em ) ) );
	}

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before {
		margin-right: var( --ls-affix-ha, 0em );
	}

	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		margin-left: var( --ls-affix-ha, 0em );
	}



/* GUI */



	/* Common */

	.ls-gui-element {
		z-index: 40;
		text-decoration: none !important;
	}

	.ls-loading-container {
		position: absolute !important;
		display: none;
		left: 50% !important;
		top: 50% !important;
	}

	.ls-loading-indicator {
		margin: 0 auto;
	}



	/* Media */

	.ls-media-unmute {
		visibility: hidden;
		position: absolute;
		left: 16px;
		top: 16px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		opacity: .65;
	}

	.ls-media-unmute-active {
		visibility: visible;
	}

	.ls-media-unmute-bg {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border-radius: 30px;
		border: 0 solid white;
		transform: scale(0.1);
		background: rgba(0,0,0,.25);
		box-shadow: 0 3px 10px rgba(0,0,0,.2);
	}

	.ls-icon-muted, .ls-icon-unmuted {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		transform: scale(0.1);
	}

	.ls-media-unmute-active .ls-media-unmute-bg {
		border: 2px solid white;
	}

	.ls-media-unmute-active .ls-icon-muted,
	.ls-media-unmute-active .ls-icon-unmuted,
	.ls-media-unmute-active .ls-media-unmute-bg {
		transform: scale(1) !important;
	}

	.ls-icon-muted {
		background-image: url(/wp-content/plugins/LayerSlider/assets/static/layerslider/img/icon-muted-white.png);
		opacity: 1;
	}

	.ls-icon-unmuted {
		background-image: url(/wp-content/plugins/LayerSlider/assets/static/layerslider/img/icon-unmuted-white.png);
		opacity: 0;
	}

	.ls-media-unmute:hover {
		opacity: 1;
	}

	.ls-media-unmute:hover .ls-icon-muted {
		opacity: 0;
	}

	.ls-media-unmute:hover .ls-icon-unmuted {
		opacity: 1;
	}

	.ls-media-unmute-bg,
	.ls-icon-unmuted,
	.ls-media-unmute,
	.ls-icon-muted {
		transition: all .3s ease-in-out !important;
	}



	/* Navigation */

		.ls-bottom-slidebuttons {
			text-align: left;
		}

		.ls-bottom-nav-wrapper,
		.ls-below-thumbnails {
			height: 0;
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.ls-below-thumbnails {
			display: none;
		}

		.ls-bottom-nav-wrapper a,
		.ls-nav-prev,
		.ls-nav-next {
			outline: none;
		}

		.ls-bottom-slidebuttons {
			position: relative;
		}

		.ls-bottom-slidebuttons,
		.ls-nav-start,
		.ls-nav-stop,
		.ls-nav-sides {
			position: relative;
		}

		.ls-nothumb {
			text-align: center !important;
		}

		.ls-link,
		.ls-link:hover {
			position: absolute !important;
			width: 100% !important;
			height: 100% !important;
			left: 0 !important;
			top: 0 !important;
		}

		.ls-link {
			display: none;
		}

		.ls-link-on-top {
			z-index: 999999 !important;
		}

		.ls-link, .ls-wrapper > a > * {
			background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
		}

		.ls-bottom-nav-wrapper,
		.ls-thumbnail-wrapper,
		.ls-nav-prev,
		.ls-nav-next {
			visibility: hidden;
		}



	/* Timers */

		.ls-bar-timer {
			position: absolute;
			width: 0;
			height: 2px;
			background: white;
			border-bottom: 2px solid #555;
			opacity: .55;
			top: 0;
		}

		.ls-circle-timer {
			width: 16px;
			height: 16px;
			position: absolute;
			right: 10px;
			top: 10px;
			opacity: .65;
			display: none;
		}

		.ls-container .ls-circle-timer,
		.ls-container .ls-circle-timer * {
			box-sizing: border-box !important;
		}

		.ls-ct-half {
			border: 4px solid white;
		}

		.ls-ct-left,
		.ls-ct-right {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-left,
		.ls-ct-right {
			position: absolute;
		}

		.ls-ct-left {
			left: 0;
		}

		.ls-ct-right {
			left: 50%;
		}

		.ls-ct-rotate {
			width: 200%;
			height: 100%;
			position: absolute;
			top: 0;
		}

		.ls-ct-left .ls-ct-rotate,
		.ls-ct-right .ls-ct-hider,
		.ls-ct-right .ls-ct-half {
			left: 0;
		}

		.ls-ct-right .ls-ct-rotate,
		.ls-ct-left .ls-ct-hider,
		.ls-ct-left .ls-ct-half {
			right: 0;
		}

		.ls-ct-hider,
		.ls-ct-half {
			position: absolute;
			top: 0;
		}

		.ls-ct-hider {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-half {
			width: 200%;
			height: 100%;
		}

		.ls-ct-center {
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			border: 4px solid black;
			opacity: 0.2;
		}

		.ls-ct-half,
		.ls-ct-center {
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
		}

		.ls-slidebar-container {
			margin: 10px auto;
		}

		.ls-slidebar-container,
		.ls-slidebar {
			position: relative;
		}

		.ls-progressbar,
		.ls-slidebar-slider-container {
			position: absolute;
			left: 0;
			top: 0;
		}

		.ls-progressbar {
			width: 0;
			height: 100%;
			z-index: 1;
		}

		.ls-slidebar-slider-container {
			z-index: 2;
		}

		.ls-slidebar-slider {
			position: static !important;
			cursor: pointer;
		}

		/* slidebar default dark skin */

		.ls-slidebar {
			height: 10px;
			background-color: #ddd;
		}

		.ls-slidebar,
		.ls-progressbar {
			border-radius: 10px;
		}

		.ls-progressbar {
			background-color: #bbb;
		}

		.ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-slider {
			width: 20px;
			height: 20px;
			border-radius: 20px;
			background-color: #999;
		}

		/* slidebar default light skin */

		.ls-slidebar-light .ls-slidebar {
			height: 8px;
			background-color: white;
			border: 1px solid #ddd;
			border-top: 1px solid #ccc;
		}

		.ls-slidebar-light .ls-slidebar,
		.ls-slidebar-light .ls-progressbar {
			border-radius: 10px;
		}

		.ls-slidebar-light .ls-progressbar {
			background-color: #eee;
		}

		.ls-slidebar-light .ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-light .ls-slidebar-slider {
			width: 18px;
			height: 18px;
			border-radius: 20px;
			background-color: #eee;
			border: 1px solid #bbb;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #999;
		}




	/* Thumbnails */

		.ls-tn {
			display: none !important;
		}

		.ls-thumbnail-hover {
			display: none;
			position: absolute;
			left: 0;
		}

		.ls-thumbnail-hover-inner {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			display: none;
		}

		.ls-thumbnail-hover-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}

		.ls-thumbnail-hover-img {
			position: absolute;
			overflow: hidden;
		}

		.ls-thumbnail-hover img {
			max-width: none !important;
			position: absolute;
			display: inline-block;
			visibility: visible !important;
			left: 50%;
			top: 0;
		}

		.ls-thumbnail-hover span {
			left: 50%;
			top: 100%;
			width: 0;
			height: 0;
			display: block;
			position: absolute;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
		}

		.ls-thumbnail-wrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
		}

		.ls-thumbnail-wrapper.ls-thumbnail-fill  a img {
			width: 100%;
		}

		.ls-thumbnail {
			position: relative;
			margin: 0 auto;
		}

		.ls-thumbnail-inner,
		.ls-thumbnail-slide-container {
			width: 100%;
		}

		.ls-thumbnail-slide-container {
			overflow: hidden !important;
			position: relative;
		}

		.ls-thumbnail-slide {
			text-align: center;
			white-space: nowrap;
			float: left;
			position: relative;
		}

		.ls-thumbnail-slide a {
			overflow: hidden;
			display: inline-block;
			width: 0;
			height: 0;
			position: relative;
		}

		.ls-thumbnail-slide img {
			max-width: none !important;
			max-height: 100% !important;
			height: 100%;
			visibility: visible !important;
			background-position: center !important;
		}

		.ls-touchscroll {
			overflow-x: auto !important;
		}



	/* Shadow */

		.ls-shadow {
			display: none;
			position: absolute;
			z-index: 10 !important;
			top: 100%;
			width: 100%;
			left: 0;
			overflow: hidden !important;
			visibility: hidden;
		}

		.ls-shadow img {
			width: 100% !important;
			height: auto !important;
			position: absolute !important;
			left: 0 !important;
			bottom: 0 !important;
		}



/* Media */

	.ls-media-layer {
		overflow: hidden;
	}

	.ls-vpcontainer,
	.ls-videopreview {
		width : 100%;
		height : 100%;
		position : absolute;
		left : 0;
		top : 0;
		cursor : pointer;
	}

	.ls-videopreview {
		background-size: cover;
		background-position: center center;
	}

	.ls-videopreview {
		z-index: 1;
	}

	.ls-playvideo {
		position: absolute;
		left: 50%;
		top: 50%;
		cursor: pointer;
		z-index: 2;
	}

	.ls-autoplay .ls-playvideo,
	.ls-instant-autoplay .ls-playvideo {
		display: none !important;
	}



/* Mobile features */

	.ls-forcehide {
		display: none !important;
	}



/* YourLogo */

	.ls-yourlogo {
		position: absolute;
		z-index: 50;
	}



/* Slide transitions */

	/* .ls-lt-container */
	.ls-slide-transition-wrapper {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-wrapper * {
		text-align: left !important;
	}

	.ls-slide-transition-tile {
		position: relative;
		float: left;
	}

	.ls-slide-transition-tile img {
		visibility: visible;
		margin: 0 !important;
	}

	.ls-curtiles {
		overflow: hidden;
	}

	.ls-curtiles,
	.ls-nexttiles {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.ls-curtile, .ls-nexttile {
		overflow: hidden;
		width: 100% !important;
		height: 100% !important;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-nexttile {
		display: none;
	}

	.ls-3d-container {
		position: relative;
		overflow: visible !important;
		-ms-perspective: none !important;
		-moz-perspective: none !important;
		-webkit-perspective: none !important;
		perspective: none !important;
	}

	.ls-3d-box {
		position: absolute;
	}

	.ls-3d-box > div {
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #888;
	}

	.ls-3d-box .ls-3d-top,
	.ls-3d-box .ls-3d-bottom {
		background-color: #555;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-tile {
		-ms-perspective: 1500px;
		-moz-perspective: 1500px;
		-webkit-perspective: 1500px;
		perspective: 1500px;
	}

	.ls-slide-transition-tile,
	.ls-3d-box,
	.ls-curtiles,
	.ls-nexttiles {
		-ms-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.ls-curtile,
	.ls-nexttile,
	.ls-3d-box {
		-ms-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}




/* Misc. */

	html body .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden) {
		max-width: 100%;
	}

	html body .ls-container.ls-hidden,
	#ls-global .ls-container.ls-hidden {
		width: 0px !important;
		height: 0px !important;
		position: absolute;
		left: -5000px;
		top: -5000px;
		z-index: -1;
		overflow: hidden !important;
		visibility: hidden !important;
		display: block !important;
	}

	.ls-selectable {
		user-select: text;
		-ms-user-select: text;
		-moz-user-select: text;
		-webkit-user-select: text;
	}

	.ls-unselectable {
		user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-visible {
		overflow: visible !important;
		clip: auto !important;
		clip-path: none !important;
	}

	.ls-unselectable {
		user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-overflow-hidden {
		overflow: hidden;
	}

	.ls-overflowx-hidden {
		overflow-x: hidden;
	}

	html body .ls-overflow-visible,
	html#ls-global .ls-overflow-visible,
	body#ls-global .ls-overflow-visible,
	#ls-global .ls-overflow-visible,
	.ls-overflow-visible {
		overflow: visible !important;
	}

	.ls-overflowy-hidden {
		overflow-y: hidden;
	}

	.ls-slide {
		display: block !important;
		visibility: hidden !important;
		position: absolute !important;
		overflow: hidden;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		background: none;
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ls-slide > .ls-layer,
	.ls-slide > .ls-l,
	.ls-slide > .ls-bg,
	.ls-slide > a > .ls-layer,
	.ls-slide > a > .ls-l,
	.ls-slide > a > .ls-bg {
		position: absolute !important;
		white-space: nowrap;
	}

	.ls-fullscreen {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}

	.ls-fullscreen .ls-container {
		background-color: black;
		margin: 0 auto !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background-color: black;
		overflow: hidden !important;
		position: relative !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
	.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%,-50%) !important;
	}

	.ls-layer .split-item {
		font-weight: inherit !important;
		font-family: inherit !important;
		font-size: inherit;
		color: inherit;
	}

	html body .ls-container .ls-layer,
	#ls-global .ls-container .ls-layer,
	html body .ls-container .ls-l,
	#ls-global .ls-container .ls-l {
		border-width: 0;
		border-style: solid;
		border-color: #000;
		color: #000;
		/* The default font-size value must also be changed in the layerslider.js file! */
		font-size: 36px;
		font-family: Arial, sans-serif;
		background-repeat: no-repeat;

		stroke: #000;
		text-align: left;
		font-style: normal;
		text-decoration: none;
		text-transform: none;
		font-weight: 400;
		letter-spacing: 0;
		background-position: 0% 0%;
		background-clip: border-box;
		opacity: 1;
		mix-blend-mode: unset;
	}

	.ls-container .ls-layer svg,
	.ls-container .ls-l svg {
		width: 1em;
		height: 1em;
		display: block;
	}

	.ls-container .ls-layer:not(.ls-html-layer),
	.ls-container .ls-l:not(.ls-html-layer) {
		stroke-width: 0;
	}

	.ls-container .ls-layer:not(.ls-html-layer) svg,
	.ls-container .ls-l:not(.ls-html-layer) svg {
		fill: currentColor;
	}

	.ls-container .ls-layer.ls-shape-layer svg,
	.ls-container .ls-layer.ls-svg-layer svg,
	.ls-container .ls-l.ls-shape-layer svg,
	.ls-container .ls-l.ls-svg-layer svg {
		width: 100%;
		height: 100%;
	}

	.ls-container .ls-layer.ls-icon-layer .fa,
	.ls-container .ls-l.ls-icon-layer .fa {
		display: block;
		line-height: inherit;
	}

	.ls-container .ls-layer.ls-ib-icon svg,
	.ls-container .ls-l.ls-ib-icon svg,
	.ls-container .ls-layer.ls-ib-icon .fa,
	.ls-container .ls-l.ls-ib-icon .fa {
		display: inline-block;
		vertical-align: middle;
	}

	.ls-container .ls-layer.ls-html-layer svg,
	.ls-container .ls-l.ls-html-layer svg {
		display: inline;
		width: auto;
		height: auto;
	}

	.ls-container .ls-button-layer {
		cursor: pointer;
	}

	.ls-container:not(.ls-hidden) .ls-wrapper:not(.ls-force-display-block) picture.ls-layer img,
	.ls-container:not(.ls-hidden) .ls-wrapper:not(.ls-force-display-block) picture.ls-l img {
		width: inherit !important;
		height: inherit !important;
	}

	.ls-container.ls-hidden picture {
		display: flex !important;
	}

	.ls-container.ls-hidden picture.ls-layer img,
	.ls-container.ls-hidden picture.ls-l img {
		width: auto;
		height: auto;
	}

/* Smart BG */

	.ls-l[data-ls-smart-bg],
	.ls-layer[data-ls-smart-bg],
	ls-layer[data-ls-smart-bg] {
		overflow: hidden !important;
		background-size: 0 0 !important;
	}

	.ls-l[data-ls-smart-bg]:before,
	.ls-layer[data-ls-smart-bg]:before,
	ls-layer[data-ls-smart-bg]:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: var(--sw);
		height: var(--sh);
		transform: translate( calc( var( --x, 0px ) + var( --lx, 0px ) ), calc( var( --y, 0px ) + var( --ly, 0px ) ) );
		background-image: inherit;
		background-size: var( --bgs, inherit );
		background-position: inherit;
		background-repeat: inherit;
	}

/* Removing all default global styles of WordPress themes */

	html body .ls-nav-prev,
	#ls-global .ls-nav-prev,
	html body .ls-nav-next,
	#ls-global .ls-nav-next,
	html body .ls-bottom-nav-wrapper a,
	#ls-global .ls-bottom-nav-wrapper a,
	html body .ls-container .ls-fullscreen,
	#ls-global .ls-container .ls-fullscreen,
	html body .ls-thumbnail a,
	#ls-global .ls-thumbnail a {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		border: 0;
	}

	html body .ls-wrapper > a,
	#ls-global .ls-wrapper > a,
	html body .ls-wrapper > p,
	#ls-global .ls-wrapper > p,
	html body .ls-wrapper > h1,
	#ls-global .ls-wrapper > h1,
	html body .ls-wrapper > h2,
	#ls-global .ls-wrapper > h2,
	html body .ls-wrapper > h3,
	#ls-global .ls-wrapper > h3,
	html body .ls-wrapper > h4,
	#ls-global .ls-wrapper > h4,
	html body .ls-wrapper > h5,
	#ls-global .ls-wrapper > h5,
	html body .ls-wrapper > img,
	#ls-global .ls-wrapper > img,
	html body .ls-wrapper > div,
	#ls-global .ls-wrapper > div,
	html body .ls-wrapper > span,
	#ls-global .ls-wrapper > span,
	html body .ls-wrapper .ls-bg,
	#ls-global .ls-wrapper .ls-bg,
	html body .ls-wrapper .ls-layer,
	#ls-global .ls-wrapper .ls-layer,
	html body .ls-slide .ls-layer,
	#ls-global .ls-slide .ls-layer,
	 html body .ls-slide a .ls-layer,
	#ls-global .ls-slide a .ls-layer {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		margin: 0;
		border-width: 0;
	}

	html body .ls-container img,
	#ls-global .ls-container img {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		background: none;
		min-width: 0;
		max-width: none;
		border-radius: 0;
		box-shadow: none;
		border-width: 0;
		padding: 0;
	}

	html body .ls-wp-container .ls-wrapper > a > *,
	#ls-global .ls-wp-container .ls-wrapper > a > * {
		margin: 0;
	}

	html body .ls-wp-container .ls-wrapper > a,
	#ls-global .ls-wp-container .ls-wrapper > a {
		text-decoration: none;
	}

	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-gui-element *,
	.ls-gui-element,
	.ls-container,
	.ls-slide > *,
	.ls-slide,
	.ls-wrapper,
	.ls-layer {
		box-sizing: content-box !important;
	}

	html body .ls-yourlogo,
	#ls-global .ls-yourlogo {
		margin: 0;
	}

	html body .ls-tn,
	#ls-global .ls-tn {
		display: none;
	}

	.ls-bottom-nav-wrapper,
	.ls-bottom-nav-wrapper span,
	.ls-bottom-nav-wrapper a {
		line-height: 0;
		font-size: 0;
	}

	html body .ls-container video,
	#ls-global .ls-container video {
		max-width: none !important;
		object-fit: cover !important;
	}

	html body .ls-container.ls-wp-container,
	#ls-global .ls-container.ls-wp-container,
	html body .ls-fullscreen-wrapper,
	#ls-global .ls-fullscreen-wrapper {
		max-width: none;
	}

	/* direction: ltr */

	html body .ls-container,
	#ls-global .ls-container,
	html body .ls-container .ls-slide-transition-wrapper,
	#ls-global .ls-container .ls-slide-transition-wrapper,
	html body .ls-container .ls-slide-transition-wrapper *,
	#ls-global .ls-container .ls-slide-transition-wrapper *,
	html body .ls-container .ls-bottom-nav-wrapper,
	#ls-global .ls-container .ls-bottom-nav-wrapper,
	html body .ls-container .ls-bottom-nav-wrapper *,
	#ls-global .ls-container .ls-bottom-nav-wrapper *,
	html body .ls-container .ls-bottom-nav-wrapper span *,
	#ls-global .ls-container .ls-bottom-nav-wrapper span *,
	html body .ls-direction-fix,
	#ls-global .ls-direction-fix {
		direction: ltr !important;
	}

	/* float: none */

	html body .ls-container,
	#ls-global .ls-container {
		float: none !important;
	}



/* Notification */

	.ls-slider-notification {
		position: relative;
		margin: 10px auto;
		padding: 10px 10px 15px 88px;
		border-radius: 5px;
		min-height: 60px;
		background: #de4528;
		color: white !important;
		font-family: 'Open Sans', arial, sans-serif !important;
	}

	.ls-slider-notification a {
		color: white !important;
		text-decoration: underline !important;
	}

	.ls-slider-notification-logo {
		position: absolute;
		top: 16px;
		left: 17px;
		width: 56px;
		height: 56px;
		font-size: 49px;
		line-height: 53px;
		border-radius: 56px;
		background-color: white;
		color: #de4528;
		font-style: normal;
		font-weight: 800;
		text-align: center;
	}

	.ls-slider-notification strong {
		color: white !important;
		display: block;
		font-size: 20px;
		line-height: 26px;
		font-weight: normal !important;
	}

	.ls-slider-notification span {
		display: block;
		font-size: 13px;
		line-height: 16px;
		text-align: justify !important;
	}



/* Device Responsiveness */

@media screen and (max-width: 767px) {
	.ls-container .ls-layers > .ls-hide-on-phone,
	.ls-container .ls-background-videos .ls-hide-on-phone video,
	.ls-container .ls-background-videos .ls-hide-on-phone audio,
	.ls-container .ls-background-videos .ls-hide-on-phone iframe {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ls-container .ls-layers > .ls-hide-on-tablet,
	.ls-container .ls-background-videos .ls-hide-on-tablet video,
	.ls-container .ls-background-videos .ls-hide-on-tablet audio,
	.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.ls-container .ls-layers > .ls-hide-on-desktop,
	.ls-container .ls-background-videos .ls-hide-on-desktop video,
	.ls-container .ls-background-videos .ls-hide-on-desktop audio,
	.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
		display: none !important;
	}
}

.ls-container .ls-background-videos .ls-vpcontainer {
	z-index: 10;
}

.ls-container .ls-background-videos .ls-videopreview {
	background-size: cover !important;
}

.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
	position: relative;
	z-index: 20;
}



/* Hacks, Optimization */

	@media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
		#ls-test3d {
			position: absolute;
			left: 9px;
			height: 3px;
		}
	}

	.ls-z[data-ls-animating-in] .ls-wrapper.ls-in-out,
	.ls-z[data-ls-animating-out] .ls-wrapper.ls-in-out,
	.ls-curtile,
	.ls-nexttile {
		will-change: transform;
	}

	.ls-z[data-ls-animating-in] .ls-layer,
	.ls-z[data-ls-animating-out] .ls-layer,
	.ls-curtile,
	.ls-nexttile {
		will-change: opacity;
	}

	.ls-layer[data-ls-animating-in],
	.ls-layer[data-ls-animating-out] {
		will-change: filter;
	}

	.ls-layer[data-ls-text-animating-in] .ls-ln,
	.ls-layer[data-ls-text-animating-in] .ls-wd,
	.ls-layer[data-ls-text-animating-in] .ls-ch,
	.ls-layer[data-ls-text-animating-out] .ls-ln,
	.ls-layer[data-ls-text-animating-out] .ls-wd,
	.ls-layer[data-ls-text-animating-out] .ls-ch {
		will-change: transform;
	}

	.ls-z:not([data-ls-hidden]),
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-loop,
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-parallax,
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll-transform,
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll {
		will-change: transform;
	}#page-preloader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	opacity: 0.98;
	background: #2c2e3d;
}
.block-preloader.preloader,
.block-preloader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	height: auto;
}
.block-preloader + * {
	overflow: visible !important;
}
.block-preloader.preloader + *:not(iframe) {
	height: auto !important;
}
.block-preloader:after {
	display: none;
}
#page-preloader.preloader-loaded .page-preloader-spin,
.block-preloader.preloader-loaded .page-preloader-spin {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#page-preloader.preloader-loaded,
.block-preloader.preloader-loaded {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.no-js #page-preloader,
.no-js .block-preloader {
	display: none;
}
#page-preloader .page-preloader-spin,
.block-preloader .page-preloader-spin,
.preloader-spin {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1001;
	width: 80px;
	height: 80px;
	margin: -40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #b9b7ff;
	-webkit-animation: PreloaderSpin 2s linear infinite;
	animation: PreloaderSpin 2s linear infinite;
}
.preloader-spin {
	border-top-color: #b9b7ff;
}
.block-preloader .page-preloader-spin {
	top: 100px;
	margin-top: 0;
}
#page-preloader .page-preloader-spin:before,
.block-preloader .page-preloader-spin:before,
.preloader-spin:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #00bcd4;
	-webkit-animation: PreloaderSpin 3s linear infinite;
	animation: PreloaderSpin 3s linear infinite;
}
.preloader-spin:before {
	border-top-color: #00bcd4;
}
#page-preloader .page-preloader-spin:after,
.block-preloader .page-preloader-spin:after,
.preloader-spin:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #a3e7f0;
	-webkit-animation: PreloaderSpin 1.5s linear infinite;
	animation: PreloaderSpin 1.5s linear infinite;
}
.gem-fancybox-preloader .preloader-spin:after {
	border-top-color: #a3e7f0;
}
.preloader-spin:after {
	border-top-color: #7b97ab;
}
.fancybox-slide .gem-fancybox-preloader {
	width: 150px;
	height: 150px;
	background: transparent;
	margin: 0;
	margin-top: -75px;
	margin-left: -75px;
	padding: 0;
}
@-webkit-keyframes PreloaderSpin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes PreloaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.portfolio-scroll-pagination .preloader-spin {
	margin-top: -10px;
}
.blog-load-more-style-timeline-new .preloader-spin {
	margin-top: -10px;
}
.gem-product-scroll-pagination .preloader-spin {
	margin-top: -10px;
}
.preloader-spin-new {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1001;
	width: 50px;
	height: 50px;
	margin: -25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #00bcd4;
	border-top-color: transparent !important;
	-webkit-animation: PreloaderSpin 1.3s linear infinite;
	animation: PreloaderSpin 1.3s linear infinite;
}

.preloader.fullwidth-preloader:before {
	content: '';
	position: absolute;
	width: 200%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: inherit;
}

.gem-blog-slider-preloader {
	padding-bottom: 165%;
}

@media (min-width: 768px) {
	.gem-blog-slider-preloader {
		padding-bottom: 90%;
	}
}

@media (min-width: 992px) {
	.gem-blog-slider-preloader {
		padding-bottom: 44.87%;
	}
}html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0 none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0 none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.421;
	color: #333333;
	background-color: #ffffff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover {
	color: #2a6496;
	text-decoration: none;
}
a:focus {
	outline: 0 none;
	outline: 0 none;
	outline-offset: 0;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
	padding-right: 21px;
}
@media (min-width: 1212px) {
	.container {
		width: 1212px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 21px;
	padding-right: 21px;
}
.row {
	margin-left: -21px;
	margin-right: -21px;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 21px;
	padding-right: 21px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: 0%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: 0%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: 0%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: 0%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: 0%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: 0%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1212px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: 0%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: 0%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
.header-wrapper{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 390;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.header-with-sticky-template {
	position: relative;
	z-index: 392;
}
.header-sticky-template{
	position: fixed;
	z-index: 391;
	visibility: hidden;
	opacity: 0;
	transition: opacity .1s ease, visibility .1s ease, transform .3s ease;
	animation: header-fadeOutUpBig .1s ease;
	pointer-events: none;
}
.header-sticky-template.header-sticked{
	visibility: visible;
	opacity: 1;
	/*transform: translateZ(0);*/
	animation: header-fadeInDownBig .3s ease;
	pointer-events: visible;
	pointer-events: unset;
}
@media (min-width: 992px) {
	.header-sticky-template.header-hide-on-scroll-desktop {
		transform: translateY(-100%);
		animation: none;
	}
	.header-sticky-template.header-hide-on-scroll-desktop.header-scroll-up {
		transform: none;
	}
}
@media (max-width: 991px) {
	.header-sticky-template.header-hide-on-scroll-mobile {
		transform: translateY(-100%);
		animation: none;
	}
	.header-sticky-template.header-hide-on-scroll-mobile.header-scroll-up {
		transform: none;
	}
}
.header-sticky-prepared .header-wrapper{
	position: absolute;
}
@media (min-width: 768px) {
	.header-transparent .header-wrapper{
		position: absolute;
	}
}
@media (max-width: 767px) {
	.header-transparent-mobile .header-wrapper{
		position: absolute;
	}
}
.header-scroll-stick .whb-flex-row{
	transition: height .2s ease;
}
.header-scroll-stick.header-sticked .whb-flex-row{
	transition-duration: .3s;
}
.header-scroll-stick.header-scroll-down .header-wrapper,
.header-scroll-stick.header-scroll-up .header-wrapper{
	transition: transform .3s ease;
}
.header-scroll-stick.header-scroll-down .header-wrapper{
	transform: translateY(-100%);
}
.header-scroll-stick.header-scroll-up .header-wrapper{
	transform: none;
}
.header-scroll-slide.header-sticked .header-wrapper{
	animation: header-fadeInDownBig .4s ease;
}
.header-scroll-slide.header-scroll-down .header-wrapper,
.header-scroll-slide.header-scroll-up .header-wrapper{
	transition: transform .3s ease;
}
.header-scroll-slide.whb-hide-on-scroll.header-sticked .header-wrapper{
	transform: translateY(-100%);
	animation: none;
}
.header-scroll-slide.whb-hide-on-scroll.header-scroll-up .header-wrapper{
	transform: none;
}
.header-sticked .header-wrapper{
	position: fixed;
	/*transform: translateZ(0);*/
}
.header-sticked .elementor-section{
	transition: background-color .3s ease;
}
.header-sticked:not(.header-sticky-template) .elementor-section:not(.header-sticky-row),
.header-sticked:not(.header-sticky-template) .e-con.e-parent:not(.header-sticky-row) {
	display: none;
}
@keyframes header-fadeInDownBig{
	from{
		transform: translate3d(0, -100%, 0);
	}
	to{
		transform: none;
	}
}
@keyframes header-fadeOutUpBig{
	from{
		transform: none;
	}
	to{
		transform: translate3d(0, -100%, 0);
	}
}
.header-background{
	position: relative;
}
.header-background:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-sticked.header-background:before{
	opacity: 0.95;
}
.admin-bar .header-sticked .header-wrapper,
.admin-bar .header-sticky-template{
	top: 32px;
}
@media (max-width: 767px){
	.admin-bar .header-sticked .header-wrapper,
	.admin-bar .header-sticky-template{
		top: 46px;
	}
}
@media (max-width: 599px){
	.admin-bar .header-sticked .header-wrapper,
	.admin-bar .header-sticky-template{
		top: 0;
	}
}

/* Thegem Flexibility */
.tg-flex{
	display: flex !important;
}
.tg-inline-flex{
	display: inline-flex !important;
}
.tg-flex-row{
	flex-direction: row !important;
}
.tg-flex-row-reverse{
	flex-direction: row-reverse !important;
}
.tg-flex-column{
	flex-direction: column !important;
}
.tg-flex-column-reverse{
	flex-direction: column-reverse !important;
}
.tg-flex-wrap{
	flex-wrap: wrap !important;
}
.tg-flex-wrap-reverse{
	flex-wrap: wrap-reverse !important;
}
.tg-flex-nowrap{
	flex-wrap: nowrap !important;
}
.tg-justify-content-start{
	justify-content: flex-start !important;
}
.tg-justify-content-end{
	justify-content: flex-end !important;
}
.tg-justify-content-center{
	justify-content: center !important;
}
.tg-justify-content-between{
	justify-content: space-between !important;
}
.tg-justify-content-around{
	justify-content: space-around !important;
}
.tg-justify-content-evenly{
	justify-content: space-evenly !important;
}
.tg-align-content-start{
	align-content: flex-start !important;
}
.tg-align-content-end{
	align-content: flex-end !important;
}
.tg-align-content-center{
	align-content: center !important;
}
.tg-align-content-around{
	align-content: space-around !important;
}
.tg-align-content-stretch{
	align-content: stretch !important;
}
.tg-align-items-start{
	align-items: flex-start !important;
}
.tg-align-items-end{
	align-items: flex-end !important;
}
.tg-align-items-center{
	align-items: center !important;
}
.tg-align-items-baseline{
	align-items: baseline !important;
}
.tg-align-items-stretch{
	align-items: stretch !important;
}

.elementor-widget-wrap.thegem-column-elements-inline {
	display: flex;
	align-items: center;
}
.elementor-widget-wrap.thegem-column-elements-inline > .elementor-element {
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0;
	/*z-index: 1;*/
}
@media (max-width: 1024px) {
	.elementor-widget-wrap.thegem-column-elements-inline > .elementor-element {
		order: 100;
	}
}
.elementor-widget-wrap.thegem-column-elements-inline > .elementor-element.elementor-inner-section {
	flex: auto;
}
.header-wrapper .thegem-template-header > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap:not(.thegem-column-elements-inline) > .elementor-element {
	width: 100% !important;
}

.elementor-widget-wrap.thegem-column-elements-inline .elementor-html5dnd-current-element {
	flex-direction: column;
}
.elementor-widget-wrap.thegem-column-elements-inline .elementor-sortable-placeholder.elementor-widget-placeholder {
	/*width: 10px;*/
	/*height: auto;*/
}

.elementor-shape-simple .elementor-social-icon-android:hover,
.elementor-shape-simple .elementor-social-icon-android {
	background-color: transparent;
	color: #a4c639
}

.elementor-shape-simple .elementor-social-icon-apple:hover,
.elementor-shape-simple .elementor-social-icon-apple {
	background-color: transparent;
	color: #999
}

.elementor-shape-simple .elementor-social-icon-behance:hover,
.elementor-shape-simple .elementor-social-icon-behance {
	background-color: transparent;
	color: #1769ff
}

.elementor-shape-simple .elementor-social-icon-bitbucket:hover,
.elementor-shape-simple .elementor-social-icon-bitbucket {
	background-color: transparent;
	color: #205081
}

.elementor-shape-simple .elementor-social-icon-codepen:hover,
.elementor-shape-simple .elementor-social-icon-codepen {
	background-color: transparent;
	color: #000
}

.elementor-shape-simple .elementor-social-icon-delicious:hover,
.elementor-shape-simple .elementor-social-icon-delicious {
	background-color: transparent;
	color: #39f
}

.elementor-shape-simple .elementor-social-icon-deviantart:hover,
.elementor-shape-simple .elementor-social-icon-deviantart {
	background-color: transparent;
	color: #05cc47
}

.elementor-shape-simple .elementor-social-icon-digg:hover,
.elementor-shape-simple .elementor-social-icon-digg {
	background-color: transparent;
	color: #005be2
}

.elementor-shape-simple .elementor-social-icon-dribbble:hover,
.elementor-shape-simple .elementor-social-icon-dribbble {
	background-color: transparent;
	color: #ea4c89
}

.elementor-shape-simple .elementor-social-icon-elementor:hover,
.elementor-shape-simple .elementor-social-icon-elementor {
	background-color: transparent;
	color: #d30c5c
}

.elementor-shape-simple .elementor-social-icon-envelope:hover,
.elementor-shape-simple .elementor-social-icon-envelope {
	background-color: transparent;
	color: #ea4335
}

.elementor-shape-simple .elementor-social-icon-facebook:hover,
.elementor-shape-simple .elementor-social-icon-facebook,
.elementor-shape-simple .elementor-social-icon-facebook-f:hover,
.elementor-shape-simple .elementor-social-icon-facebook-f {
	background-color: transparent;
	color: #3b5998
}

.elementor-shape-simple .elementor-social-icon-flickr:hover,
.elementor-shape-simple .elementor-social-icon-flickr {
	background-color: transparent;
	color: #0063dc
}

.elementor-shape-simple .elementor-social-icon-foursquare:hover,
.elementor-shape-simple .elementor-social-icon-foursquare {
	background-color: transparent;
	color: #2d5be3
}

.elementor-shape-simple .elementor-social-icon-free-code-camp:hover,
.elementor-shape-simple .elementor-social-icon-free-code-camp,
.elementor-shape-simple .elementor-social-icon-freecodecamp:hover,
.elementor-shape-simple .elementor-social-icon-freecodecamp {
	background-color: transparent;
	color: #006400
}

.elementor-shape-simple .elementor-social-icon-github:hover,
.elementor-shape-simple .elementor-social-icon-github {
	background-color: transparent;
	color: #333
}

.elementor-shape-simple .elementor-social-icon-gitlab:hover,
.elementor-shape-simple .elementor-social-icon-gitlab {
	background-color: transparent;
	color: #e24329
}

.elementor-shape-simple .elementor-social-icon-globe:hover,
.elementor-shape-simple .elementor-social-icon-globe {
	background-color: transparent;
	color: #818a91
}

.elementor-shape-simple .elementor-social-icon-google-plus:hover,
.elementor-shape-simple .elementor-social-icon-google-plus,
.elementor-shape-simple .elementor-social-icon-google-plus-g:hover,
.elementor-shape-simple .elementor-social-icon-google-plus-g {
	background-color: transparent;
	color: #dd4b39
}

.elementor-shape-simple .elementor-social-icon-houzz:hover,
.elementor-shape-simple .elementor-social-icon-houzz {
	background-color: transparent;
	color: #7ac142
}

.elementor-shape-simple .elementor-social-icon-instagram:hover,
.elementor-shape-simple .elementor-social-icon-instagram {
	background-color: transparent;
	color: #262626
}

.elementor-shape-simple .elementor-social-icon-jsfiddle:hover,
.elementor-shape-simple .elementor-social-icon-jsfiddle {
	background-color: transparent;
	color: #487aa2
}

.elementor-shape-simple .elementor-social-icon-link:hover,
.elementor-shape-simple .elementor-social-icon-link {
	background-color: transparent;
	color: #818a91
}

.elementor-shape-simple .elementor-social-icon-linkedin:hover,
.elementor-shape-simple .elementor-social-icon-linkedin,
.elementor-shape-simple .elementor-social-icon-linkedin-in:hover,
.elementor-shape-simple .elementor-social-icon-linkedin-in {
	background-color: transparent;
	color: #0077b5
}

.elementor-shape-simple .elementor-social-icon-medium:hover,
.elementor-shape-simple .elementor-social-icon-medium {
	background-color: transparent;
	color: #00ab6b
}

.elementor-shape-simple .elementor-social-icon-meetup:hover,
.elementor-shape-simple .elementor-social-icon-meetup {
	background-color: transparent;
	color: #ec1c40
}

.elementor-shape-simple .elementor-social-icon-mixcloud:hover,
.elementor-shape-simple .elementor-social-icon-mixcloud {
	background-color: transparent;
	color: #273a4b
}

.elementor-shape-simple .elementor-social-icon-odnoklassniki:hover,
.elementor-shape-simple .elementor-social-icon-odnoklassniki {
	background-color: transparent;
	color: #f4731c
}

.elementor-shape-simple .elementor-social-icon-pinterest:hover,
.elementor-shape-simple .elementor-social-icon-pinterest {
	background-color: transparent;
	color: #bd081c
}

.elementor-shape-simple .elementor-social-icon-product-hunt:hover,
.elementor-shape-simple .elementor-social-icon-product-hunt {
	background-color: transparent;
	color: #da552f
}

.elementor-shape-simple .elementor-social-icon-reddit:hover,
.elementor-shape-simple .elementor-social-icon-reddit {
	background-color: transparent;
	color: #ff4500
}

.elementor-shape-simple .elementor-social-icon-rss:hover,
.elementor-shape-simple .elementor-social-icon-rss {
	background-color: transparent;
	color: #f26522
}

.elementor-shape-simple .elementor-social-icon-shopping-cart:hover,
.elementor-shape-simple .elementor-social-icon-shopping-cart {
	background-color: transparent;
	color: #4caf50
}

.elementor-shape-simple .elementor-social-icon-skype:hover,
.elementor-shape-simple .elementor-social-icon-skype {
	background-color: transparent;
	color: #00aff0
}

.elementor-shape-simple .elementor-social-icon-slideshare:hover,
.elementor-shape-simple .elementor-social-icon-slideshare {
	background-color: transparent;
	color: #0077b5
}

.elementor-shape-simple .elementor-social-icon-snapchat:hover,
.elementor-shape-simple .elementor-social-icon-snapchat {
	background-color: transparent;
	color: #fffc00
}

.elementor-shape-simple .elementor-social-icon-soundcloud:hover,
.elementor-shape-simple .elementor-social-icon-soundcloud {
	background-color: transparent;
	color: #f80
}

.elementor-shape-simple .elementor-social-icon-spotify:hover,
.elementor-shape-simple .elementor-social-icon-spotify {
	background-color: transparent;
	color: #2ebd59
}

.elementor-shape-simple .elementor-social-icon-stack-overflow:hover,
.elementor-shape-simple .elementor-social-icon-stack-overflow {
	background-color: transparent;
	color: #fe7a15
}

.elementor-shape-simple .elementor-social-icon-steam:hover,
.elementor-shape-simple .elementor-social-icon-steam {
	background-color: transparent;
	color: #00adee
}

.elementor-shape-simple .elementor-social-icon-stumbleupon:hover,
.elementor-shape-simple .elementor-social-icon-stumbleupon {
	background-color: transparent;
	color: #eb4924
}

.elementor-shape-simple .elementor-social-icon-telegram:hover,
.elementor-shape-simple .elementor-social-icon-telegram {
	background-color: transparent;
	color: #2ca5e0
}

.elementor-shape-simple .elementor-social-icon-thumb-tack:hover,
.elementor-shape-simple .elementor-social-icon-thumb-tack {
	background-color: transparent;
	color: #1aa1d8
}

.elementor-shape-simple .elementor-social-icon-tripadvisor:hover,
.elementor-shape-simple .elementor-social-icon-tripadvisor {
	background-color: transparent;
	color: #589442
}

.elementor-shape-simple .elementor-social-icon-tumblr:hover,
.elementor-shape-simple .elementor-social-icon-tumblr {
	background-color: transparent;
	color: #35465c
}

.elementor-shape-simple .elementor-social-icon-twitch:hover,
.elementor-shape-simple .elementor-social-icon-twitch {
	background-color: transparent;
	color: #6441a5
}

.elementor-shape-simple .elementor-social-icon-twitter:hover,
.elementor-shape-simple .elementor-social-icon-twitter {
	background-color: transparent;
	color: #1da1f2
}

.elementor-shape-simple .elementor-social-icon-viber:hover,
.elementor-shape-simple .elementor-social-icon-viber {
	background-color: transparent;
	color: #665cac
}

.elementor-shape-simple .elementor-social-icon-vimeo:hover,
.elementor-shape-simple .elementor-social-icon-vimeo {
	background-color: transparent;
	color: #1ab7ea
}

.elementor-shape-simple .elementor-social-icon-vk:hover,
.elementor-shape-simple .elementor-social-icon-vk {
	background-color: transparent;
	color: #45668e
}

.elementor-shape-simple .elementor-social-icon-weibo:hover,
.elementor-shape-simple .elementor-social-icon-weibo {
	background-color: transparent;
	color: #dd2430
}

.elementor-shape-simple .elementor-social-icon-weixin:hover,
.elementor-shape-simple .elementor-social-icon-weixin {
	background-color: transparent;
	color: #31a918
}

.elementor-shape-simple .elementor-social-icon-whatsapp:hover,
.elementor-shape-simple .elementor-social-icon-whatsapp {
	background-color: transparent;
	color: #25d366
}

.elementor-shape-simple .elementor-social-icon-wordpress:hover,
.elementor-shape-simple .elementor-social-icon-wordpress {
	background-color: transparent;
	color: #21759b
}

.elementor-shape-simple .elementor-social-icon-xing:hover,
.elementor-shape-simple .elementor-social-icon-xing {
	background-color: transparent;
	color: #026466
}

.elementor-shape-simple .elementor-social-icon-yelp:hover,
.elementor-shape-simple .elementor-social-icon-yelp {
	background-color: transparent;
	color: #af0606
}

.elementor-shape-simple .elementor-social-icon-youtube:hover,
.elementor-shape-simple .elementor-social-icon-youtube {
	background-color: transparent;
	color: #cd201f
}

.elementor-shape-simple .elementor-social-icon-500px:hover,
.elementor-shape-simple .elementor-social-icon-500px {
	background-color: transparent;
	color: #0099e5
}

.elementor-shape-simple .elementor-social-icon i:hover,
.elementor-shape-simple .elementor-social-icon i {
	color: inherit;
}

.site-header .elementor-section, .site-header .elementor-column-wrap {
	border-color: var(--thegem-to-box-border-color, #DFE5E8);
}

/*Use light color for elements*/

.site-header.header-light .elementor-section,
.site-header.header-light .elementor-column-wrap {
	border-color: var(--header-builder-light-color);
}

/* Show elements z-index */
body.menu-scroll-locked,
body.cart-scroll-locked{
	overflow: hidden;
}
body.menu-scroll-locked.is-no-sticky .header-sticky-template,
body.cart-scroll-locked.is-no-sticky .header-sticky-template{
	opacity: 0;
}
body.menu-scroll-locked .thegem-template-header .vc_row,
body.cart-scroll-locked .thegem-template-header .vc_row{
	z-index: auto !important;
}
body.menu-scroll-locked .thegem-template-header .thegem-te-menu,
body.cart-scroll-locked .thegem-template-header .thegem-te-cart{
	z-index: auto !important;
}
body.menu-scroll-locked .thegem-template-header .thegem-te-menu .thegem-te-menu__hamburger .hamburger-menu-back.active,
body.menu-scroll-locked .thegem-template-header .thegem-te-menu .overlay-menu-back.active {
	z-index: 999 !important;
}
body.menu-scroll-locked .thegem-template-header .thegem-te-menu .thegem-te-menu__hamburger .nav-menu,
body.menu-scroll-locked .thegem-template-header .thegem-te-menu .overlay-menu-wrapper.active{
	z-index: 1000 !important;
}

/* Disable hide-on-scroll if body locked */
body.menu-scroll-locked:not(.is-no-sticky) .header-sticky-template.header-hide-on-scroll-mobile,
body.cart-scroll-locked:not(.is-no-sticky) .header-sticky-template.header-hide-on-scroll-mobile {
	transform: none !important;
}
body.menu-scroll-locked:not(.is-no-sticky) .header-sticky-template,
body.cart-scroll-locked:not(.is-no-sticky) .header-sticky-template {
	z-index: 391 !important;
	opacity: 1!important;
	visibility: visible !important;
	pointer-events: auto !important;
}

/* Heading/Text Shortcode custom text style */
.thegem-te-heading .thegem-heading.text-body-tiny{
	font-family: var(--thegem-to-body-tiny-font-family);
	font-style: var(--thegem-to-body-tiny-font-style);
	font-weight: var(--thegem-to-body-tiny-font-weight);
	font-size: var(--thegem-to-body-tiny-font-size);
	line-height: var(--thegem-to-body-tiny-line-height);
	letter-spacing: var(--thegem-to-body-tiny-letter-spacing);
	text-transform: var(--thegem-to-body-tiny-text-transform);
}

@media (min-width: 1025px) {

	.elementor-widget.flex-absolute-desktop {
		position: absolute;
	}

	.flex-horizontal-align-left:not(.flex-absolute-desktop) {
		margin-left: 0;
		margin-right: auto;
	}

	.flex-horizontal-align-left.flex-absolute-desktop {
		left: 0;
	}

	.flex-horizontal-align-center:not(.flex-absolute-desktop) {
		margin-left: auto;
		margin-right: auto;
	}

	.flex-horizontal-align-center.flex-absolute-desktop {
		left: 50%;
		width: fit-content !important;
		max-width: 100%;
		transform: translateX(-50%);
	}

	.flex-horizontal-align-right:not(.flex-absolute-desktop) {
		margin-left: auto;
		margin-right: 0;
	}

	.flex-horizontal-align-right.flex-absolute-desktop {
		right: 0;
	}

	.flex-vertical-align-top:not(.flex-absolute-desktop) {
		align-self: flex-start;
	}

	.flex-vertical-align-top.flex-absolute-desktop {
		top: 0;
	}

	.flex-vertical-align-center:not(.flex-absolute-desktop) {
		align-self: center;
	}

	.flex-vertical-align-center.flex-absolute-desktop {
		top: 50%;
		transform: translateY(-50%);
	}

	.flex-horizontal-align-center.flex-vertical-align-center.flex-absolute-desktop {
		transform: translate(-50%, -50%);
	}

	.flex-vertical-align-bottom:not(.flex-absolute-desktop) {
		align-self: flex-end;
	}

	.flex-vertical-align-bottom.flex-absolute-desktop {
		bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {

	.elementor-widget.flex-absolute-tablet {
		position: absolute;
	}

	.flex-horizontal-align-tablet-left:not(.flex-absolute-tablet),
	.flex-horizontal-align-tablet-default:not(.flex-absolute-tablet).flex-horizontal-align-left {
		margin-left: 0;
		margin-right: auto;
	}

	.flex-horizontal-align-tablet-left.flex-absolute-tablet,
	.flex-horizontal-align-tablet-default.flex-absolute-tablet.flex-horizontal-align-left  {
		left: 0;
	}

	.flex-horizontal-align-tablet-center:not(.flex-absolute-tablet),
	.flex-horizontal-align-tablet-default:not(.flex-absolute-tablet).flex-horizontal-align-center {
		margin-left: auto;
		margin-right: auto;
	}

	.flex-horizontal-align-tablet-center.flex-absolute-tablet,
	.flex-horizontal-align-tablet-default.flex-absolute-tablet.flex-horizontal-align-center {
		left: 50%;
		width: fit-content !important;
		max-width: 100%;
		transform: translateX(-50%);
	}

	.flex-horizontal-align-tablet-right:not(.flex-absolute-tablet),
	.flex-horizontal-align-tablet-default:not(.flex-absolute-tablet).flex-horizontal-align-right {
		margin-left: auto;
		margin-right: 0;
	}

	.flex-horizontal-align-tablet-right.flex-absolute-tablet,
	.flex-horizontal-align-tablet-default.flex-absolute-tablet.flex-horizontal-align-right {
		right: 0;
	}

	.flex-vertical-align-tablet-top:not(.flex-absolute-tablet),
	.flex-vertical-align-tablet-default:not(.flex-absolute-tablet).flex-vertical-align-top {
		align-self: flex-start;
	}

	.flex-vertical-align-tablet-top.flex-absolute-tablet,
	.flex-vertical-align-tablet-default.flex-absolute-tablet.flex-vertical-align-top {
		top: 0;
	}

	.flex-vertical-align-tablet-center:not(.flex-absolute-tablet),
	.flex-vertical-align-tablet-default:not(.flex-absolute-tablet).flex-vertical-align-center {
		align-self: center;
	}

	.flex-vertical-align-tablet-center.flex-absolute-tablet,
	.flex-vertical-align-tablet-default.flex-absolute-tablet.flex-vertical-align-center {
		top: 50%;
		transform: translateY(-50%);
	}

	.flex-horizontal-align-tablet-center.flex-vertical-align-tablet-center.flex-absolute-tablet,
	.flex-horizontal-align-tablet-default.flex-vertical-align-tablet-center.flex-absolute-tablet.flex-horizontal-align-center,
	.flex-horizontal-align-tablet-center.flex-vertical-align-tablet-default.flex-absolute-tablet.flex-vertical-align-center {
		transform: translate(-50%, -50%);
	}

	.flex-vertical-align-tablet-bottom:not(.flex-absolute-tablet),
	.flex-vertical-align-tablet-default:not(.flex-absolute-tablet).flex-vertical-align-bottom {
		align-self: flex-end;
	}

	.flex-vertical-align-tablet-bottom.flex-absolute-tablet,
	.flex-vertical-align-tablet-default.flex-absolute-tablet.flex-vertical-align-bottom {
		bottom: 0;
	}
}

@media (max-width: 767px) {

	.elementor-widget.flex-absolute-mobile {
		position: absolute;
	}

	.flex-horizontal-align-mobile-left:not(.flex-absolute-mobile),
	.flex-horizontal-align-mobile-default:not(.flex-absolute-mobile).flex-horizontal-align-tablet-left,
	.flex-horizontal-align-mobile-default:not(.flex-absolute-mobile).flex-horizontal-align-tablet-default.flex-horizontal-align-left {
		margin-left: 0;
		margin-right: auto;
	}

	.flex-horizontal-align-mobile-left.flex-absolute-mobile,
	.flex-horizontal-align-mobile-default.flex-absolute-mobile.flex-horizontal-align-tablet-left,
	.flex-horizontal-align-mobile-default.flex-absolute-mobile.flex-horizontal-align-tablet-default.flex-horizontal-align-left  {
		left: 0;
	}

	.flex-horizontal-align-mobile-center:not(.flex-absolute-mobile),
	.flex-horizontal-align-mobile-default:not(.flex-absolute-mobile).flex-horizontal-align-tablet-center,
	.flex-horizontal-align-mobile-default:not(.flex-absolute-mobile).flex-horizontal-align-tablet-default.flex-horizontal-align-center {
		margin-left: auto;
		margin-right: auto;
	}

	.flex-horizontal-align-mobile-center.flex-absolute-mobile,
	.flex-horizontal-align-mobile-default.flex-absolute-mobile.flex-horizontal-align-tablet-center,
	.flex-horizontal-align-mobile-default.flex-absolute-mobile.flex-horizontal-align-tablet-default.flex-horizontal-align-center {
		left: 50%;
		width: fit-content !important;
		max-width: 100%;
		transform: translateX(-50%);
	}

	.flex-horizontal-align-mobile-right:not(.flex-absolute-mobile),
	.flex-horizontal-align-mobile-default:not(.flex-absolute-mobile).flex-horizontal-align-tablet-right,
	.flex-horizontal-align-mobile-default:not(.flex-absolute-mobile).flex-horizontal-align-tablet-default.flex-horizontal-align-right {
		margin-left: auto;
		margin-right: 0;
	}

	.flex-horizontal-align-mobile-right.flex-absolute-mobile,
	.flex-horizontal-align-mobile-default.flex-absolute-mobile.flex-horizontal-align-tablet-right,
	.flex-horizontal-align-mobile-default.flex-absolute-mobile.flex-horizontal-align-tablet-default.flex-horizontal-align-right {
		right: 0;
	}

	.flex-vertical-align-mobile-top:not(.flex-absolute-mobile),
	.flex-vertical-align-mobile-default:not(.flex-absolute-mobile).flex-vertical-align-tablet-top,
	.flex-vertical-align-mobile-default:not(.flex-absolute-mobile).flex-vertical-align-tablet-default.flex-vertical-align-top {
		align-self: flex-start;
	}

	.flex-vertical-align-mobile-top.flex-absolute-mobile,
	.flex-vertical-align-mobile-default.flex-absolute-mobile.flex-vertical-align-tablet-top,
	.flex-vertical-align-mobile-default.flex-absolute-mobile.flex-vertical-align-tablet-default.flex-vertical-align-top {
		top: 0;
	}

	.flex-vertical-align-mobile-center:not(.flex-absolute-mobile),
	.flex-vertical-align-mobile-default:not(.flex-absolute-mobile).flex-vertical-align-tablet-center,
	.flex-vertical-align-mobile-default:not(.flex-absolute-mobile).flex-vertical-align-tablet-default.flex-vertical-align-center {
		align-self: center;
	}

	.flex-vertical-align-mobile-center.flex-absolute-mobile,
	.flex-vertical-align-mobile-default.flex-absolute-mobile.flex-vertical-align-tablet-center,
	.flex-vertical-align-mobile-default.flex-absolute-mobile.flex-vertical-align-tablet-default.flex-vertical-align-center {
		top: 50%;
		transform: translateY(-50%);
	}

	.flex-horizontal-align-mobile-center.flex-vertical-align-mobile-center.flex-absolute-mobile,
	.flex-horizontal-align-mobile-default.flex-horizontal-align-tablet-center.flex-vertical-align-mobile-center.flex-absolute-mobile.flex-horizontal-align-center,
	.flex-horizontal-align-mobile-default.flex-horizontal-align-tablet-default.flex-horizontal-align-center.flex-vertical-align-mobile-center.flex-absolute-mobile.flex-horizontal-align-center,
	.flex-horizontal-align-mobile-center.flex-vertical-align-mobile-default.flex-vertical-align-tablet-center.flex-absolute-mobile.flex-vertical-align-center,
	.flex-horizontal-align-mobile-center.flex-vertical-align-mobile-default.flex-vertical-align-tablet-default.flex-vertical-align-center.flex-absolute-mobile.flex-vertical-align-center {
		transform: translate(-50%, -50%);
	}

	.flex-vertical-align-mobile-bottom:not(.flex-absolute-mobile),
	.flex-vertical-align-mobile-default:not(.flex-absolute-mobile).flex-vertical-align-tablet-bottom,
	.flex-vertical-align-mobile-default:not(.flex-absolute-mobile).flex-vertical-align-tablet-default.flex-vertical-align-bottom {
		align-self: flex-end;
	}

	.flex-vertical-align-mobile-bottom.flex-absolute-mobile,
	.flex-vertical-align-mobile-default.flex-absolute-mobile.flex-vertical-align-tablet-bottom,
	.flex-vertical-align-mobile-default.flex-absolute-mobile.flex-vertical-align-tablet-default.flex-vertical-align-bottom {
		bottom: 0;
	}
}

.widget-area .widget + .widget {
	margin-top: 68px;
}
.widget-area  .widget-title {
	margin-bottom: 28px;
}
.elementor-widget-sidebar .widget + .widget {
	margin-top: 50px;
}
.sidebar .widget:first-child .widget-title {
	margin-top: 0px;
}
.elementor-widget-sidebar .widget:first-child .widget-title {
	margin-top: 0px;
}

.img-responsive.img-circle.wp-post-image {
	margin: 0 auto;
}
.widget_contacts .widget-title {
	margin-bottom: 21px;
}
.widget .gem-dummy {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 72px;
	height: 72px;
	float: left;
}
.widget  .gem-teams-image .gem-dummy {
	background-image:url("/wp-content/themes/thegem-elementor/images/default-avatar.png") ;
	background-size: 100%;
}
.widget  .gem-teams-image .gem-dummy:after {
	display: none;
}
.widget .gem-teams-image .gem-dummy {
	height: 128px;
	width: 128px;
	margin-left: 66px;
}
#colophon .widget .gem-dummy {
	background-color: #394050;
}
#colophon .widget .gem-dummy:after{
	color: #212331;
}
.widget .gem-dummy:after{
	content: '\e642';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 24px;
	position: absolute;
	margin-top: 24px;
	margin-left: 25px;
	font-weight: normal;

}



.Custom_Popular_Posts  .widget-title,
.Custom_Recent_Posts .widget-title,
.widget_meta .widget-title,
.thegem_news .widget-title,
.widget_recent_entries .widget-title{
	margin-bottom: 17px;
}

/*Arhives*/
.widget_archive li{
	list-style: none;
	padding-top: 12px;
	padding-left: 16px;
	padding-bottom: 12px;
}
.widget_archive li:nth-child(odd){
	background-color: #f7f9f8;
}

.widget_archive ul{
	padding-left: 0px;
}

.widget_archive a {
	text-transform: capitalize;
}

/*Arhives*/



/*Categories*/
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_archive ul,
.diagram-item {
	margin-bottom: 0px;
}

/*Categories*/

/*Contacts*/
.gem-contacts-icon {
	float: left;
	font-family: thegem-icons;
	font-style: normal;
	font-size: 20px;
}
.gem-contacts-item:before {
	vertical-align: top;
}
.gem-contacts-text {
	padding-left: 32px;
}
.sidebar .widget .gem-contacts-item,
.elementor-widget-sidebar .gem-contacts-item {
	padding: 5px 0;
}
.sidebar .widget  .gem-contacts-item.gem-contacts-address {
	padding-bottom: 33px;
}
.sidebar .widget  .gem-contacts-item.gem-contacts-phone {
	padding-top: 28px;
}
.gem-contacts-item.gem-contacts-phone a,
#colophon .widget .gem-contacts-item.gem-contacts-phone a {
	color: inherit;
}
.site-footer .gem-contacts-email:before {
	font-family: thegem-icons;
	font-style: normal;
	content: '\e607';
	float: left;
	font-size: 20px;
	float: left;
	margin-top: 2px;
	padding-right: 15px;
	font-weight: normal;
}
.site-footer .gem-contacts-phone:before {
	font-family: thegem-icons;
	font-style: normal;
	content: '\e625';
	font-size: 20px;
	font-weight: normal;
}
.site-footer .gem-contacts-address:before {
	font-family: thegem-icons;
	font-style: normal;
	content: '\e604';
	font-size: 20px;
	font-weight: normal;
}
.site-footer .gem-contacts-fax:before {
	font-family: thegem-icons;
	font-style: normal;
	content: '\e606';
	float: left;
	font-size: 12px;
	padding-right: 15px;
	font-weight: normal;
}
.site-footer .gem-contacts-item {
	padding: 5px 0;
}
body .widget .gem-contacts-address:before,
body .elementor-widget-sidebar .gem-contacts-address:before{
	font-family: thegem-icons;
	font-style: normal;
	content: '\e604';
	font-size: 16px;
	display: inline-block;
	padding-right: 8px;
	font-weight: normal;
}
body .widget .gem-contacts-phone:before,
body .elementor-widget-sidebar .gem-contacts-phone:before{
	font-family: thegem-icons;
	font-style: normal;
	content: '\e625';
	font-size: 16px;
	display: inline-block;
	padding-right: 12px;
	font-weight: normal;
}
body .widget .gem-contacts-fax:before,
body .elementor-widget-sidebar .gem-contacts-fax:before{
	font-family: thegem-icons;
	font-style: normal;
	content: '\e606';
	float: left;
	display: inline-block;
	padding-right: 12px;
	font-size: 16px;
	font-weight: normal;
}
body .widget .gem-contacts-email:before,
body .elementor-widget-sidebar .gem-contacts-email:before{
	font-family: thegem-icons;
	font-style: normal;
	content: '\e607';
	float: left;
	display: inline-block;
	padding-right: 12px;
	font-size: 16px;
	margin-top: -1px;
	font-weight: normal;
}
body .widget .gem-contacts-website:before,
body .elementor-widget-sidebar .gem-contacts-website:before {
	font-family: thegem-icons;
	font-style: normal;
	content: '\e608';
	float: left;
	display: inline-block;
	padding-right: 12px;
	font-size: 16px;
}

/*Contacts*/



/*Custom pp posts*/
.gem-pp-posts-image img {
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width: 72px;
	height: 72px;
	max-width: none;
}

.gem-pp-posts-text {
	display: table-cell;
	vertical-align: middle;

}
.gem-pp-posts-date {
	padding-left: 12px;
	display: block;
	margin-top: -2px;
}
.gem-pp-posts-item {
	display: block;
	margin-left: 12px;
}
.gem-pp-posts-image {
	display: table-cell;
}
.gem-pp-posts-news {
	padding-top: 14px;
	padding-bottom: 14px;
}
.gem-pp-posts-item > a {
	display: block;
}
.gem-pp-posts {
	padding-bottom: 14px;
	padding-top: 14px;
}
.gem-post-thumb img{
	width: 71px;
	height: 71px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	left: 0px;
	top: 0;
}
.isotope-inner {
	padding-left: 90px;
}
.gem-post-thumb-gem-dummy {
	height: 71px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 71px;
}

.footer-widget-area .gem-pp-posts-image a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	opacity: 0;
}
.footer-widget-area .gem-pp-posts-image a:hover:after {
	opacity: 1;
}
.footer-widget-area .gem-pp-posts-image {
	position: relative;
}
.post-related-posts .gem-dummy:after {
	content: '\e642';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 24px;
	position: absolute;
	margin-top: 24px;
	margin-left: 25px;
	font-weight: normal;
}

.post-related-posts .gem-dummy:after {
	content: '\e642';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 24px;
	position: absolute;
	margin-top: 24px;
	margin-left: 25px;
	font-weight: normal;
}

/*Custom pp posts*/
.gem-post-thumb-conteiner {
	display: table-cell;
	vertical-align: middle;
}
.site-footer .gem-pp-posts {
	padding-bottom: 12px;
}

/*Custom rp posts*/
.footer-widget-area .posts {
	margin-top: -19px;
}
.Custom_Recent_Posts ul li:last-child,
.Custom_Popular_Posts ul li:last-child{
border-bottom: none;
}


.widget_recent_entries li {
	padding-bottom: 25px;
	padding-top: 20px;
	list-style: none;
}
.widget_recent_entries li:last-child {
	border-bottom: none;
}
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
}
.widget_recent_entries .post-date {
	clear: both;
	display: block;
}

.site-footer .Custom_Recent_Posts .gem-pp-posts:last-child{

	border-bottom: none;
}

/*Custom rp posts*/

/*Calendar*/
.widget_calendar td a {
	display: block;
	font-weight: normal;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar #prev > a {
	float: left;
	padding-left: 12px;
}
.widget_calendar #next > a {
	float: right;
	padding-right: 12px;
}
.widget_calendar a {
	font-weight: bold;
}
.calendar_wrap {
	padding-bottom: 20px;
}
.widget_calendar caption {
	padding-bottom: 1px;
	padding-top: 1px;
}
.widget_calendar table {
	margin-left: 9%;
	text-align: center;
	width: 83%;
}
.widget_calendar td {
	padding: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.widget_calendar tfoot td.pad {
	display: none;
}
#wp-calendar caption:after {
	position: absolute;
	content: '';
	height: 39px;
	width: 39px;
	top: 0;
	background-color: #b9c7ca;
	right: 0;
}
#wp-calendar #prev a {
	position: absolute;
	left: 0;
	height: 39px;
	width: 39px;
	top: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}
#wp-calendar #prev a:after {
	content: '\e637';
	font-family: thegem-icons;
	font-style: normal;
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0px;
	top: 0;
	line-height: 1.6;
	font-size: 24px;
}
#wp-calendar #next a:after {
	content:'\e638';
	font-family: thegem-icons;
	font-style: normal;
	top: 0px;
	position: absolute;
	right: 0px;
	width: 38px;
	line-height: 1.6;
	height: 38px;
	font-size: 24px;
}
#wp-calendar #next a {
	position: absolute;
	right: 0;
	top: 0;
	height: 39px;
	width: 39px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#wp-calendar caption {
	margin-bottom: 34px;
	letter-spacing: 0.08em;
}
.calendar_wrap {
	position: relative;
}
.wp-calendar-nav{
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 39px;
	font-size: 0;
}
.wp-calendar-nav .wp-calendar-nav-prev,
.wp-calendar-nav .wp-calendar-nav-next{
	position: relative;
	display: flex;
	width: 39px;
	height: 39px;
}
.wp-calendar-nav .wp-calendar-nav-prev{
	margin-right: auto;
	justify-content: flex-start;
}
.wp-calendar-nav .wp-calendar-nav-next{
	margin-left: auto;
	justify-content: flex-end;
}
.wp-calendar-nav .wp-calendar-nav-prev a,
.wp-calendar-nav .wp-calendar-nav-next a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	background-color: #b9c7ca;
}
.wp-calendar-nav .wp-calendar-nav-prev a:after,
.wp-calendar-nav .wp-calendar-nav-next a:after{
	content: '\e637';
	font-family: 'thegem-icons';
	position: absolute;
	font-size: 24px;
	font-weight: normal;
}
.wp-calendar-nav .wp-calendar-nav-next a:after{
	transform: scale(-1, 1);
}
/*calendar*/

/*Diagram*/
.widget_diagram .skill-line {
	margin-right: 0px;
}
.widget_diagram .skill-amount {
	margin-top: -29px;
	font-weight: bold;
}
.widget_diagram .skill-element + .skill-element {
	margin: 18px 0 0;
}
/*Diagram*/

/*Facebook*/
.widget.Facebook div {
	padding: 20px;
}
/*Facebook*/

/*Flikr*/
.flickr-item {
	float: left;
	padding: 0 10px 10px 0;
}
.flickr-item img {
	width: 80px;
	height: 80px;
}
.widget.Custom_Flickr .flickr {
	list-style: none outside none;
	margin: 0 -10px 0 0;
	padding: 0;
}
.widget .flickr-item a,
.elementor-widget-sidebar .widget .flickr-item a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.widget .flickr-item a:before,
.elementor-widget-sidebar .widget .flickr-item a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 5;
}
.widget .flickr-item a:hover:before,
.elementor-widget-sidebar .widget .flickr-item a:hover:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 5;
}
.widget .flickr-item a img,
.elementor-widget-sidebar .widget .flickr-item a img{
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.widget .flickr-item a:hover img,
.elementor-widget-sidebar .widget .flickr-item a:hover img{
}
/*Flikr*/



/*MC form*/
.mc-form {
	position: relative;
	padding-top: 5px;
}
.elementor-widget-sidebar .mc4wp-form-fields {
	padding: 29px;
	margin-top: 29px;
}
.sidebar .mc4wp-form-fields {
	padding: 29px;
	margin-top: 29px;
}
.widget_mc4wp_widget form {
	padding: 25px 23px 10px 26px;
}
.widget_mc4wp_widget p {
	line-height: 1.6;
}
#mc4wp_submit {
	width: 40px;
	font-weight: normal;
	height: 41px;
	position: absolute;
	right: 0;
	padding: 0;
	top: -8px;
	margin: 13px 0 0 0;
	font-size: 24px;
	font-family: thegem-icons;
	font-style: normal;
	border-radius: 0px;
}


.mc4wp-alert {
	margin-top: 40px;
}
.gem-button-footer {
	border: medium none;
	margin-top: 21px;
}

.mc4wp-form input[type='email'] {
	padding: 7px 46px 7px 9px;
	width: 100%;
}



/*MC form*/

/*meta*/
.widget_meta li,
.widget_rss li {
	list-style: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-transform: capitalize;
}
.widget_meta li:last-child,
.widget_rss li:last-child,
.site-footer .widget_meta li:last-child,
.site-footer .widget_rss li:last-child{
	border-bottom: none;
}
.widget_meta ul,
.widget_rss ul{
	padding-left: 0px;
}
.widget_meta li:before,
.widget_rss li:before {
	content: '\e601';
	font-family: 'thegem-icons';
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.widget_meta abbr,
.widget_rss abbr {
	border-bottom: none;
}
/*meta*/

/*News*/
.gem-latest-news-image img {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	webkit-border-radius: 50%;
}
.gem-latest-news-image {
	display: table-cell;
}
.gem-latest-news-title {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}
.gem-latest-news {
	display: inline-block;
	padding-bottom: 17px;
	padding-top: 11px;
	width: 100%;
}
.gem-latest-news-title > span {
	display: block;
	margin-top: -1px;
}
.gem-latest-news-title > a {
	display: block;
}
.gem-latest-news-image .gem-dummy {
	height: 72px;
	width: 72px;
}
.widget .thegem_news,
.elementor-widget-sidebar .widget .thegem_news{
	line-height: 1.5;
}

.gem-latest-news:first-child {
	padding-bottom: 16px;
	padding-top: 16px;
}
.gem-latest-news-image .gem-dummy {
	display: block;
}
/*News*/

/*Picturebox*/
.gem-picturebox-text {
	padding-top: 11px;
}
.gem-picturebox p{
	padding: 12px 26px 30px;
}
.gem-picturebox-image {
	text-align: center;
}
/*Picturebox*/

/*Proect-info*/
.project_info-item-style-2 .project_info-item:last-child  .value {
	border-bottom: medium none;
}
.project_info-item-style-1 .project_info-item .icon{

	display: inline-block;
	font-size: 24px;
	border-radius: 0px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFFFFF !important;
	background-color: transparent;
	vertical-align: middle;
	line-height: 2.1;

}

.project_info-item-style-1 .project_info-item .title {
	text-transform: uppercase;
}
.project_info-item-style-1  .project_info-item-title {
	vertical-align: top;
	padding-left: 16px;
}
.project_info-item-style-1  .project_info-item.iconed {
	padding: 28px;
	padding-left: 0;
}
.project_info-item-style-1  .project_info-item.iconed:last-child {
	border-bottom: none;
}
.widget.project_info  .widget-title,
.widget.project_info  .widget-title {
	margin-bottom: 32px;
}

.project_info-item-style-1 .project_info-item .value {
	padding-top: 0;
	padding-right: 18px;
	margin-top: -22px;
	padding-left: 71px;
}


.project_info-item-style-2 {
	padding-bottom: 20px;
}
.project_info-item-style-2 .icon {
	font-size: 24px;
	margin-right:16px;
	float: left;
	margin-top: 2px;
}

.project_info-item-style-2 .project_info-item {
	padding: 28px;
	margin-bottom: 17px;
}

.project_info-item-style-2  .project_info-item.iconed:last-child {
	margin-bottom: -24px;
}
.project_info-item-style-2 .icon{
	background-color: transparent !important;
}
.project_info-item-style-2 .value {
	padding-left: 42px;
	padding-top: 18px;
}
.project_info-item .icon-elegant,
.project-info-shortcode-item .icon.elegant {
	font-family: 'ElegantIcons';
}
.project_info-item .icon-material,
.project-info-shortcode-item .icon.material {
	font-family: 'MaterialDesignIcons';
}
.project_info-item .icon-fontawesome,
.project-info-shortcode-item .icon.fontawesome {
	font-family: 'FontAwesome';
}
.project_info-item .icon-userpack,
.project-info-shortcode-item .icon.userpack {
	font-family: 'UserPack';
}
/*Proect-info*/

/*Recent commets*/
.widget_recent_comments ul {
	padding-left: 0px;
	margin-top: 30px;
}
.widget_recent_comments li {
	list-style: none;
	border-radius: 60px;
	border-bottom-left-radius: 0;
	padding-top:  14px;
	margin-bottom: 24px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;



}
.widget_recent_comments li:first-child {
	border-top: none;
}
.widget_recent_comments li:before {
	clear: both;
	content: '\e639';
	float: left;
	font-family: 'thegem-icons';
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	height: 100%;
	padding-right: 14px;
	position: relative;
	top: 0;
	padding-bottom: 7px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.widget_recent_entries .post-date {
	margin-left: 48px;
}
.site-footer .widget_recent_entries li:first-child {
	background: none;
}
/*Recent commets*/

/*search*/

.widget .searchform input,
.elementor-widget-sidebar .widget .searchform input{
	padding: 6px 10px;
}

.widget .searchform,
.elementor-widget-sidebar .widget .searchform{
	text-align: center;
	position: relative;
}
.searchform button
{
	border: none;
}

.widget.widget_search .gem-button {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 38px;
	margin: 0;
	background-color: transparent !important;
}

.widget.widget_search .gem-button:before {
	content: '\e612';
	position: absolute;
	font-size: 24px;
	font-family: thegem-icons;
	font-style: normal;
	left: 26%;
	font-weight: 100;
	margin-top: -3px;
	margin: 0;

}
.widget.widget_search input {
	width: 100%;
	padding-right: 50px;

}
/*search*/

/*tags*/
.tagcloud a:hover {
	text-decoration: none;
}
body .widget .tagcloud a {
	margin-right: 4px;
	text-decoration: none;
	margin-bottom: 6px;
	padding: 2px 9px;
	display: inline-block;
	font-size: 16px !important;
}
/*tags*/

/*teams*/
 .gem-client-item {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}
.gem_client-carousel {
	position: relative;
}
.gem-client-prev {
	margin-left: 0%;
}
.gem-client-next {
	margin-right: 0%;
}
.clients_title {
	text-align: center;
}
.clients_description {
	text-align: center;
}
.gem_client-carousel {
	margin-top: 25px;
}
.gem-client-prev {
	width: 10%;
}
.gem-client-next {
	width: 10%;
}
.gem-client-carousel-item-wrap {
	padding: 0 10%;
}
.widget .gem-teams-item {
	text-align: center;
	padding-top: 11px;
	padding-bottom: 40px;
}
.widget .gem-teams-name {
	padding-top: 56px;
}
.widget .gem-teams-position {
	font-size: 89.5%;
}

.widget .gem-teams-phone {
	text-transform: uppercase;
	padding-top: 28px;
	padding-bottom: 16px;
}
.widget .gem-teams-image img {
	margin: 0 auto;
	text-align: center;
	width: 128px;
}
.widget .gem-teams-image {
	display: block;
	padding-top: 50px;
	padding-bottom: 7px;
	height: 160px;
}
.widget  .team-person-email a:before{
	font-size: 34px;
}

.widget-teams {
	border-top-right-radius: 122px;
	border-top-left-radius: 122px;
	overflow: hidden;
}




.widget .team-person-email {
	font-size: 0px;
}
.widget .gem-teams-mail {
	padding-top: 3px;
}
.widget .gem-teams-mail a:before {
	padding-right: 10px;
	content: '\e607';
	font-family: 'thegem-icons';
	font-style: normal;
	font-size: 22px;
	font-weight: normal;
	vertical-align: bottom;
}
.widget .gem-teams-name {
	padding-bottom: 8px;
}
.gem-team-style-horizontal .team-person-phone {
	padding-bottom: 0px;
	margin-bottom: -11px;
}
.gem-team-style-horizontal .team-person-phone:before {
	font-size: 22px;
}
.gem-team-style-horizontal .team-person-info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.gem-team-style-horizontal .team-person-image {
	display: table-cell;
	vertical-align: middle;
}
.gem-team-style-horizontal .team-person{
	padding-left: 30px;
	padding-top: 45px;
}

.gem-team-style-rounded .team-person-phone {
	padding-bottom: 8px;
	padding-top: 8px;
}
.gem-team-style-vertical .team-person-phone  {
	padding-bottom: 5px;
}
.fullwidth-block .container .gem-client-carousel-item-wrap {
	padding: 0 0%;
}
/*teams*/

/*twitter*/
.widget_tweets .twitter-box .jtwt_tweet {
	padding-bottom: 24px;
	padding-top: 27px;

}
body .widget_tweets .twitter-box  .jtwt_tweet:first-child {
	padding-top: 0px;
	background: none;
}
.jtwt_tweet:before {
	content: '\e611';
	float: left;
	font-family: thegem-icons;
	font-style: normal;
	font-size: 18px;
	padding-right: 8px;
	position: relative;
	top: 0px;

}
.jtwt_date {
	padding-bottom: 12px;
	font-weight: 300;
}
.twitter-box .jtwt_tweet {
	padding: 0 0 0 0px;
}


.tweets-container {
	padding-top: 14px;
}
.jtwt_tweet_text {
	margin-bottom: 0px;
}
/*twitter*/


/*text*/
.gem-textbox-content blockquote {
	font-size: 116%;
}
.gem-textbox-content > blockquote {
	padding: 14px;
}
/*text*/

/*woocommerece widgets*/
.widget-area .gem-products-image,
.shop-widget-area .gem-products-image{
	display: table-cell;
}
ul.product_list_widget .gem-products-image a {
	position: relative;
	float: left;
}
ul.product_list_widget .gem-products-image a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	opacity: 0;
	z-index: 1;
	background: rgba(0, 188, 212, 0.3);
}
ul.product_list_widget .gem-products-image a:hover:before {
	opacity: 1;
}
.widget-area .gem-products-content,
.shop-widget-area .gem-products-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.shop-widget-area .product_list_widget > li {
	display: inline-block;
	width: 100%;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
	height: auto;
	width: 80px;
	max-width: none;
}
.woocommerce .widget_recently_viewed_products ul.product_list_widget li img,
.woocommerce-page .widget_recently_viewed_products ul.product_list_widget li img {
	height: 70px;
	width: 70px;
}
.shop-widget-area .gem-products-content {
	border-image: none;
	padding-bottom: 11px;
	position: relative;
	margin-left: 70px;
	padding-left: 18px;
}
ul.product_list_widget li {
	margin-bottom: 15px;
	display: inline-block;
	padding: 0;
	width: 100%;
}
.widget ul.product_list_widget li,
.widget_shopping_cart_content ul.product_list_widget li {
	overflow: visible;
}
ul.product_list_widget li:last-child {
	margin-bottom: 0px;
}
.widget .gem-products-content{
	margin-left: 70px;
	min-height: 70px;
	padding-left: 18px;
}
.widget .catalog-view .gem-products-content {
	padding-bottom: 0;
}
.shop-widget-area .gem-products-title {
	padding-top: 5px;
}
.widget .catalog-view .gem-products-title {
	padding-top: 0;
}
.shop-widget-area .gem-products-price {
	margin-bottom: -5px;
}
.widget .gem-products-price {
	font-size: 20px;
	line-height: 1.5em;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
	margin-left: 0;
	box-shadow: none;
}
.shop-widget-area .gem-products-title a {
	padding-right: 80px;
}
.product_list_widget del {
	display: none;
}

.shop-widget-area .gem-products-rating {
	display: block;
	position: absolute;
	top: 13px;
	right: 20px;
}
.widget .catalog-view .gem-products-rating {
	position: relative;
	margin-top: 5px;
	top: auto;
	right: auto;
}
.widget .product_list_widget .onsale,
.shop-widget-area .onsale {
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 26px;
	border-radius: 50%;
	top: 13px;
	left: 68px;
	font-size: 0;
	z-index: 1;
	text-align: center;
	font-weight: inherit;
}
.widget .product_list_widget .onsale:after,
.shop-widget-area .onsale:after {
	content: '%';
	font-size: 16px;
}
.woocommerce .gem-products-price ins {
	font-size: 20px;
	text-decoration: none;
}
.gem-products-price > span {
	font-size: 20px;
	text-decoration: none;
}

.widget_product_search .screen-reader-text{
	display: none;
}
.widget_product_search input.search-field {
	width: 100%;
	padding-right: 35px;
	padding-left: 10px;
	box-sizing: border-box;
	line-height: 36px;
	border-width: 2px;
	border-radius: 2px;
}
.widget_product_search form {
	position: relative;
}
.widget_product_search button {
	background-color: transparent;
	font-family: 'thegem-icons';
	font-style: normal;
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	border: 0 none;
	background: transparent;

}

.widget_recent_reviews .product_list_widget li {
	padding-top: 5px;
}
.widget_recent_reviews .product_list_widget .attachment-woocommerce_thumbnail {
	float: left;
	margin-right: 10px;
	z-index: 100;
	margin-top: -5px;
}

.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-text {
	width: 100%;
}
.widget_black_studio_tinymce .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.widget_black_studio_tinymce div.wpcf7-mail-sent-ok {
	border: 2px solid #ACDD8B;
	margin: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.widget_black_studio_tinymce div.wpcf7-validation-errors {
	border: 2px solid #D55271;
	margin: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.widget_price_filter .price_label {
	float: right;
}
.widget_price_filter .price_slider_amount .button {
	float: left;
	margin: 0;
}
.widget_price_filter .price_slider_amount {
	padding-top: 15px;
}
.widget_price_filter .widget-title {
	padding-bottom: 15px;
}
.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
	margin-bottom: 1em
}
.widget_price_filter .price_slider_wrapper .price_slider {
	height: 6px;
	overflow: visible;
	position: relative;
}
.widget_price_filter .price_slider .ui-slider-range {
	height: 100%;
	position: absolute;
}
.widget_price_filter .price_slider .ui-slider-handle {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	margin-left: -7px;
	border-radius: 50%;
}
.widget-area .woocommerce .star-rating, .woocommerce-page .star-rating {
	float: none;
}
.widget-area .reviewer {
	display: block;
}
.widget-area .attachment-shop_thumbnail.wp-post-image,
.widget-area .attachment-woocommerce_thumbnail.wp-post-image {
	float: left;
}
.gem-products-content {
	margin-left: 80px;
}

.product_list_widget li{
	position: relative;
}
.widget-area .woocommerce-placeholder{
	float: left;
}
.widget_recent_entries ul li:last-child {
	border-bottom: 0 none;
}
.widget_recent_entries ul li:before {
	content: '\e63a';
	float: left;
	font-family: "thegem-icons";
	font-style: normal;
	font-size: 24px;
	padding-left: 22px;
	padding-right: 6px;
	position: absolute;
	padding-top: 11px;
}
.widget_recent_entries ul li a {
	display: block;
	margin-left: 66px;
	padding-top: 9px;
	padding-right: 24px;
}
.widget_shopping_cart .variation {
	display: none;
}
.attachment-shop_thumbnail {
	width: 70px;
	height: 70px;
}
.widget .product-dummy,
.elementor-widget-sidebar .widget .product-dummy{
	background-size: cover;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	width: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.widget .product-dummy-wrapper,
.elementor-widget-sidebar .widget .product-dummy-wrapper{
	width: 70px;
	height: 70px;
	float: left;
}
.widget_recent_reviews .product-dummy-wrapper{
	margin-left: -1px;
	border-color: transparent;
}
.widget_shopping_cart .product_list_widget li a .product-dummy-wrapper {
	padding: 0px;

}

.shop-widget-area .widget .product-dummy {
	margin-left: -3px;
}
.widget_shopping_cart_content ul.product_list_widget > li img {
	margin: -1px;
}
/*.widget_product_search form {
	padding-top: 5px;
}*/
.customer_details > dt {
	font-weight: bold;
	float: left;
	padding-right: 10px;
}
.order-actions .gem-button {
	margin-top: 0px;
}
.widget_layered_nav .combobox-wrapper {
	height: 40px;
	border-width: 2px;
}
.widget_layered_nav .combobox-wrapper .combobox-text {
	line-height: 36px;
}
.widget_layered_nav .combobox-wrapper .combobox-button {
	width: 36px;
	height: 36px;
}
.widget_layered_nav ul{
	margin: 0;
	padding: 0;
}
.widget_layered_nav ul li {
	list-style: none;
	padding: 12px 0 12px 15px;
}
.widget_layered_nav ul li:first-child {
	border-top: 0 none;
}
.widget_layered_nav ul li a:before {
	content: '';
	font-family: "thegem-icons";
	font-style: normal;
	font-weight: normal;
	margin-right: 8px;
	position: relative;
	width: 14px;
	height: 14px;
	line-height: 12px;
	font-size: 12px;
	border: 1px solid currentColor;
	display: inline-block;
	vertical-align: middle;
}

.widget_layered_nav ul li.chosen a:before {
	content: '\e614';
}

.widget_layered_nav ul li small:before {
	content: "(";
}
.widget_layered_nav ul li small:after {
	content: ")";
}
.adress-button {
	margin-bottom: 30px;
}

/*woocommerece widgets*/

/*pricing tables*/


/*pricing tables*/



/*top-area*/
.top-area-contacts .gem-contacts {
	margin: 0 -17px;
}
.top-area-contacts .gem-contacts-item {
	display: inline-block;
	font-size: 14px;
	padding: 0 17px;
	line-height: 30px;
	vertical-align: top;
}
.top-area-contacts .gem-contacts-item.gem-contacts-phone a {
	color: inherit;
}
.top-area-contacts .gem-contacts-address:before,
.top-area-contacts .gem-contacts-phone:before,
.top-area-contacts .gem-contacts-fax:before,
.top-area-contacts .gem-contacts-email:before,
.top-area-contacts .gem-contacts-website:before {
	font-family: 'thegem-icons';
	font-style: normal;
	margin-right: 0.33em;
	vertical-align: top;
	display: inline-block;
	width: 16px;
	font-size: 16px;
	text-align: center;
}
.top-area-contacts .gem-contacts-address:before {
	content: '\e604';
}
.top-area-contacts .gem-contacts-phone:before {
	content: '\e625';
}
.top-area-contacts .gem-contacts-fax:before {
	content: '\e606';
}
.top-area-contacts .gem-contacts-email:before {
	content: '\e607';
}

/*top-area*/

/*styles*/
.gem_accordion_header {
	outline: none;
}
.gem-news-carousel-wrap .gem-news-pagination{
	padding-top: 35px;
}
.gem_accordion_header {
	cursor: pointer;
}
.gem_accordion_header a {
	text-transform: uppercase;
}

.post-author-block {
	display: block;
	padding: 40px;
}
.post-author-avatar {
	display: block;
	float: left;
}
a.post-author-avatar:after {
	display: block;
	text-align: center;
	content: '\e607';
	font-family: 'thegem-icons';
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	padding-top: 25px;
}
.post-author-avatar img {
	border-radius: 50%;
	-webkit-border-radius:  50%;
	-moz-border-radius: 50%;

}
.post-author-info {
	margin-left: 135px;
	margin-top: 0;
}
.post-author-info .name {
	margin-top: 0;
}

.post-author-posts-link a:before {
	content: '\e601';
	font-family: 'thegem-icons';
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	margin-right: 5px;
	font-size: 16px;
}
@media (max-width: 599px) {
	.post-author-avatar {
		float: none;
		margin-bottom: 25px
	}
	.post-author-info {
		margin-left: 0;
		margin-top: 0;
	}
	.post-author-info .name {
		margin-top: 0;
	}
	a.post-author-avatar:after {
		display: inline-block;
		vertical-align: middle;
		padding-top: 0;
		padding-left: 25px;
		line-height: 1;
	}
}

.post-author-info .date {
	margin-left: 23px;
}
.post-author-description {
	margin-bottom: 20px;
}

.read-more-link {
	float: right;
}
.byline {
	padding: 0 5px;
}
.entry-meta {
	margin-bottom: 8px;
}
.sep {
	margin: 0 6px;
	border-left: 1px solid #d4dee1;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.read-more-link:before {
	content: '\e601';
	font-family: thegem-icons;
	font-style: normal;
	padding-left: -20px;
	font-size: 14px;
}

/* DEFAULT BLOG */
.post-title a {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.post-meta-right {
	float: right;
	font-size: 16px;
	white-space: nowrap;
}
.single-post-meta .post-meta-right {
	margin-left: 100px;
}
.post-meta-right > * {
	display: inline-block;
	vertical-align: top;
}
.post-meta-right > .sep {
	vertical-align: middle;
}
.comments-link a {
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.comments-link a:before {
	content: '\e61e';
	font-family: 'thegem-icons';
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	margin-right: 6px;
	display: inline-block;
	line-height: inherit;
}
.post-footer-sharing {
	display: inline-block;
	position: relative;
}
.sharing-popup {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	bottom: 50px;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
	white-space: nowrap;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	left: -20px;
	margin-bottom: -10px;
}
.sharing-popup .socials {
	line-height: 16px;
	height: 16px;
	margin-top: 17px;
}
article.sticky .sharing-popup {
	bottom: 70px;
	left: -10px;
}
.sharing-popup .sharing-styled-arrow {
	position: absolute;
	bottom: -100px;
	height: 100px;
	width: 50px;
	left: -30px;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 100% 0;
	-o-transform: rotate(-90deg) scale(0.3);
	-ms-transform: rotate(-90deg) scale(0.3);
	-moz-transform: rotate(-90deg) scale(0.3);
	transform: rotate(-90deg) scale(0.3);
}
.sharing-popup.active {
	visibility: visible;
	opacity: 1;
	margin-bottom: 0;
}
.sharing-popup a.socials-item {
	vertical-align: top;
}
.post-footer-sharing .gem-button-container .gem-button {
	margin-right: 13px;
}
.post-footer .gem-button-container .gem-button {
	margin-bottom: 0;
}
article.sticky .post-footer-sharing .gem-button-container .gem-button {
	margin-right: 16px;
}
.post-read-more {
	display: inline-block;
}
.post-read-more .gem-button,
.comment-reply-link {
	padding: 0 24px;
	/*background: transparent;*/
}


.styled-blog-meta {
	display: inline-block;
	float: right;
}
.styled-blog-meta .comments {
	padding-right: 8px;
	float: left;
}
.styled-blog-meta .comments:after  {
	content: "|";
	padding-left: 8px;
	vertical-align: top;
}

.styled-blog-meta .tag-links {
	display: none;
}
.styled-blog-meta {
	bottom: 27px;
	position: absolute;
	right: 32px;
}


article:not(.type-page) > .entry-content.post-content {
	margin-bottom: 60px;
}
.post-content .post-meta {
	margin-bottom: 45px;
}

/* Post tags */
.post-tags-list {
	margin-bottom: 30px;
	margin-left: 10px;
}
.post-tags-list a {
	position: relative;
	display: inline-block;
	color: inherit;
	margin-right: 17px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 21px;
	background-color: #e7edf0;
	z-index: 2;
	padding: 0 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.post-tags-list a:before {
	content: '';
	position: absolute;
	background-color: inherit;
	width: 12px;
	height: 12px;
	top: 5px;
	left: -5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: -1;
	transform: skew(-45deg, 45deg);
}
.post-tags-list a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	left: -5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}



.block-tags .tags-links a{
	padding: 0 10px;
}
.block-tags {
	float: right;
	display: block;
	padding-top: 21px;
}
.block-date {
	float: left;
	font-size: 89.5%;
	margin-top: 2px;
	margin-right: 10px;
}

.post-meta-categories a {
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 755px) {
	.single-post-meta .post-meta-categories {
		display: block;
		clear: both;
	}
	.single-post-meta .post-meta-author + .sep,
	.single-post-meta .post-meta-categories + .sep {
		display: none;
	}
	.single-post-meta .post-meta-right {
		margin-left: 30px;
	}
}

.thegem_pf_item .post-meta-left .post-meta-date:before {
	content: '\e66e';
	font-family: 'thegem-icons';
	font-style: normal;
	font-size: 16px;
	font-weight: normal;
	margin-right: 8px;
}

.thegem_pf_item .post-meta-bottom{
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.thegem_pf_item .post-meta-bottom .details{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.post-meta-navigation {
	white-space: nowrap;
	vertical-align: top;
	margin-left: 10px;
}
.post-meta-navigation > span + span {
	margin-left: -7px;
}
.thegem_pf_item .post-meta-navigation > span + span {
	margin-left: -10px;
}
.post-meta-navigation span a {
	font-family: 'thegem-icons';
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
}
.post-meta-navigation a {
	color: inherit;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thegem_pf_item .post-meta-navigation > .post-meta-category-link a {
	font-size: 16px;
	vertical-align: top;
}

.block-navigation {
	clear: both;
	display: inline-block;
	width: 100%;
}
.block-navigation-prev {
	float: left;
}
.block-navigation-prev a:before {
	content: '\e603';
	font-size: 15px;
	padding-right: 10px;
	font-family: thegem-icons;
	font-style: normal;
	display: block;
	float: left;
}
.block-navigation-next {
	float: right;
}
.block-navigation-next a:after {
	content: '\e601';
	font-size: 15px;
	padding-left: 10px;
	font-family: thegem-icons;
	font-style: normal;
	display: block;
	float: right;
}
.block-divider {
	margin-top: 50px;
	display: block;
	margin-bottom: 45px;
}
.block-thegem_socials_sharing {
	width: 100%;
	display: inline-block;
}
.portfolio-item-page-bottom .socials-sharing .socials-item-icon {
	font-size: 24px;
}
.portfolio-item-page-bottom .socials-sharing {
	margin-top: 42px;
	float: left;
}
.portfolio-item-page-bottom .centered-box .socials-sharing {
	float: none;
}

.portfolio-item-page-bottom .project-button .gem-button {
	margin-top: 40px;
}

.block-portfolio-navigation-prev .gem-button {
	padding-left: 3px;
	padding-right: 14px;
}
.block-portfolio-navigation-prev .gem-button .gem-print-icon {
	margin-right: 3px;
}
.block-portfolio-navigation-next .gem-button {
	padding-right: 3px;
	padding-left: 14px;
}
.block-portfolio-navigation-next .gem-button .gem-print-icon {
	margin-left: 3px;
}

.block-navigation.centered-box .block-portfolio-navigation-prev .gem-button,
.block-navigation.centered-box .block-portfolio-navigation-next .gem-button {
	margin-left: 30px;
	margin-right: 30px;
}

.post-related-posts {
	padding-bottom: 50px;
}
.post-related-posts-block {
	margin: 0 -21px;
}
.post-related-posts-block .related-element {
	float: left;
	padding: 0;
	width: 303px;
	padding: 0 21px;
}
.post-related-posts-block .related-element .entry-meta {
	margin-bottom: 0;
}

.related-posts-navigation {
	position: absolute;
	top: -85px;
	right: 21px;
}
.related-posts-navigation .related-posts-prev,
.related-posts-navigation .related-posts-next {
	height: 30px;
	width: 30px;
	padding: 0;
	border: 2px solid #00bcd4;
	background: transparent;
	margin-left: 15px;
}
.related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-navigation .gem-button.related-posts-next:hover {
	background-color: #3c3950;
	border-color: #3c3950;
}
.related-posts-carousel {
	position: relative;
}
.related-element img,
.related-element .gem-dummy {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 72px;
	width: 72px;
	max-width: none;
}
.related-element .post-meta-right {
	font: inherit;
}
.related-element > a {
	display: table-cell;
	padding-right: 14px;
}
.related-element .post-meta-right > * {
	display: inline-block;
	vertical-align: top;
}
.related-element .post-meta-right .zilla-likes:before {
	display: inline-block;
}
.related-element .post-meta-right .zilla-likes > * {
	display: inline-block;
	vertical-align: top;
}
.related-element .comments-link a {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
}
.related-element .comments-link a:before {
	display: inline-block;
}
.related-element-info {
	display: table-cell;
	vertical-align: middle;
	width: 99%;
}
.related-element-info > a {
	margin-bottom: 3px;
}
.related-element-info .date {
	display: block;
	margin-top: -2px;
}
.related-element-info .comments-link a::before {
	content: '\e631';
}
.related-element-info-conteiner {
	max-height: 3.1em;
	overflow: hidden;
}

.post-related-posts-bloack {
	margin-top: 8px;
}
.post-related-posts h3 {
	text-transform: uppercase;
}
.related-element {
	padding: 30px 0 30px 30px;
}
.post-related-posts {
	margin-top: 75px;
}
.post-author-block {
	margin-top: 85px;
}
.wpb_wrapper .vc_progress_bar .vc_label {
	font-size: 89.5%;
}
.wpb_wrapper .vc_progress_bar .vc_label_units {
	font-size: 116%;
	padding-left: 8px;
}

.gem-btn-primary {
	color: #0088cc;
}
.gem-btn-warning {
	color: #ff9900;
}
.gem-btn-danger {
	color: #ff675b;
}
.gem-btn-success {
	color: #6ab165;
}
.gem-btn-info {
	color: #58b9da;
}
.gem-btn-inverse {
	color: #555555;
}

#customer_login .login label,
#customer_login .register label {
	display: block;
}
#customer_login .login,
#customer_login .register {
	padding: 33px;
	padding-right: 10px;
	width: 100%;
	display: inline-block;
}
#customer_login .login .input-text, #customer_login .register .input-text{
	width: 97%;
	margin-top: 5px;
	padding: 4px 10px;
}
#customer_login .login .inline {
	display: inline-block;
}
#customer_login .form-row.login-button {
	display: inline-block;
}
#customer_login .lost_password {
	display: inline-block;
}

.inline {
	display: block;
}

#customer_login .rememberme-label {
	padding-left: 9px;
}
#customer_login .lost_password {
	padding-left: 19px;
}
#customer_login .login-button button{
	top: 8px;
}
#customer_login .form-row.login-button {
	padding-left: 18px;
}
#customer_login .form-row.register_form_button {
	display: inline-block;
	float: right;
	margin-right: 15px;
}
#customer_login .form-row.register_form_button button{
	top: 8px;
}
#customer_login .login  .gem-button input[type="submit"] {
	padding: 0.6em 32px 0.6em 50px;
}
.account-tittle{
	text-transform: uppercase;
}
.lost_reset_password .input-text{
	margin-right: 20px;
	margin-top: 5px;
	padding-left: 10px;
	width: 36%;
}
.lost_reset_password .gem-button {
	margin-top: -5px;
}
.lost_reset_password .input-text {
	float: left;
}
.form-edit-adress label {
	display: block;
	padding-bottom: 5px;
}
.form-edit-adress abbr {
	border: 0 none;
}
.form-edit-adress input {
	width: 50%;
}
.form-edit-adress  .button  {
	width: auto;
}
.isotope-item {
	padding-bottom: 10px;
}
.gem-post-grid-item-image {
	display: table-cell;

}
.gem-post-grid-item-image img {
	width: 72px;
	height: 72px;
}
.gem-post-grid-item-info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.gem-post-griid-item.clearix {
	padding-bottom: 30px;
}
.gem-post-grid-item-date {
	font-size: 89.5%;
}
/*styles*/
@media (max-width: 768px) {
	.wpcf7-form td {
		float: left;
		width: 100%;
		text-align: center;
	}
}

/* MAIL CHIMP */
.site-footer .gem-custom-mailchimp input {
	border: none;
}
#colophon .gem-custom-mailchimp input[type="email"] {
	width: 50%;
	height: 54px;
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	margin-top: 25px;
}
#colophon .gem-custom-mailchimp button {
	margin-top: 25px;
	border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

#colophon .widget .gem-testimonial-position,
#colophon .widget .gem-pp-posts-date,
#colophon .widget .jtwt_date,
#colophon .widget .gem-latest-news-title > span,
#colophon .widget.widget_recent_entries .post-date {
	font-size: 89.5%;
}
.gem-latest-news:last-child{
	border-bottom: none;
}
/* MENU WIDGET */


.widget_nav_menu li li a:before,
.widget_submenu li li a:before
{
	content: '';
	width: 6px;
	display: block;
	height: 6px;
	position: absolute;
	margin-top: 10px;
	margin-left: -20px;
}
.widget_pages li li a:before,
.widget_categories li li a:before,
.widget_product_categories li li a:before{
	content: '';
	width: 6px;
	display: block;
	height: 6px;
	float: left;
	margin-top: 10px;
	margin-right: 12px;
}
.widget_pages a {
	display: block;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_pages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_nav_menu > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
	padding-left: 18px;
}



.widget_nav_menu ul.menu li > a,
.widget_submenu > div > ul li > a {
	display: block;
	padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li,
.widget_product_categories > ul > li,
.widget_pages > ul > li {
	padding: 12px 12px 12px 0;
}
.widget_categories > ul li > a,
.widget_product_categories > ul li > a,
.widget_pages > ul li > a {
}
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.widget_pages > ul > li > a {
	text-transform: uppercase;
}



.widget_nav_menu ul.menu li > a:after,
.widget_submenu > div > ul li > a:after {
	content: '';
	display: inline-block;
	width: 30px;
	vertical-align: top;
	margin-left: -30px;
	text-align: center;
}

.widget_nav_menu ul.menu ul,
.widget_submenu > div > ul ul {
	display: none;
}
.widget_categories > ul > li > ul,
.widget_product_categories > ul > li > ul,
.widget_pages > ul > li > ul {
	margin: 12px -12px -12px 0;
}
.widget_nav_menu ul.menu li.menu-item-active > ul,
.widget_nav_menu ul.menu li.menu-item-current > ul,
.widget_submenu > div > ul li.menu-item-active > ul,
.widget_submenu > div > ul li.menu-item-current > ul {
	display: block;
}
.widget_nav_menu ul.menu li.menu-item-parent > a:after,
.widget_submenu > div > ul li.menu-item-parent > a:after,
.widget_categories > ul li.cat-parent:after,
.widget_product_categories > ul li.cat-parent:after,
.widget_pages > ul li.page_item_has_children:after {
	font-weight: normal;
}
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after{

	content: '\e635';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;

}
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu li li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul li li.menu-item-parent.menu-item-current > a:after,
.widget_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_categories > ul li li.cat-parent.current-cat:after,
.widget_product_categories > ul li li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li li.cat-parent.current-cat:after {

	content: '\e635';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 16px;
	font-weight: normal;

}
.widget .menu-item-has-children.menu-item-parent > a:after {
	content: '\e601';
	font-size: 16px;
	font-family: thegem-icons;
	font-style: normal;
	font-weight: normal;

}

.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-active > a:after,
.widget_nav_menu ul.menu > li.menu-item-parent.menu-item-current > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-active > a:after,
.widget_submenu > div > ul > li.menu-item-parent.menu-item-current > a:after,
.widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul > li.cat-parent.current-cat:after {
	font-size: 24px;
}

.widget_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul li.cat-parent.current-cat-parent:after,
.widget_categories > ul li.cat-parent.current-cat:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul li.cat-parent.current-cat:after {
	content: '\e602';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 16px;
	top: 12px;
	right: 18px;
	position: absolute;
	font-weight: normal;

}
.widget_pages > ul li.page_item_has_children.current_page_ancestor,
.widget_pages > ul li.page_item_has_children.current_page_parent,
.widget_pages > ul li.current_page_item,
.widget_categories > ul li.cat-parent.current-cat-ancestor,
.widget_categories > ul li.cat-parent.current-cat-parent,
.widget_categories > ul li.cat-parent.current-cat,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor,
.widget_product_categories > ul li.cat-parent.current-cat-parent,
.widget_product_categories > ul li.cat-parent.current-cat {
	position: relative;
}


.widget_pages > ul li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li.page_item_has_children.current_page_item > a:after {
	content: '\e602';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 13px;
	top: 12px;
	right: 18px;
	position: absolute;
	font-weight: normal;

}
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_parent > a:after,
.widget_pages > ul li li.page_item_has_children.current_page_item > a:after {
	content: '\e602';
	font-family: thegem-icons;
	font-style: normal;
	font-size: 8px;
	top: 12px;
	right: 18px;
	position: absolute;
	font-weight: normal;

}

.widget_nav_menu ul.menu ul li.menu-item-active > a,
.widget_submenu > div > ul ul li.menu-item-active > a {
	border: 0 none !important;
}
.widget_nav_menu ul.menu > li li > a,
.widget_submenu > div > ul > li li > a {
	padding-left: 40px;
}
.widget_nav_menu ul.menu > li li li > a,
.widget_submenu > div > ul > li li li > a {
	padding-left: 60px;
}
.widget_nav_menu ul.menu > li li li li > a,
.widget_submenu > div > ul > li li li li > a {
	padding-left: 80px;
}
.widget_nav_menu ul.menu > li li li li li > a,
.widget_submenu > div > ul > li li li li li > a {
	padding-left: 100px;
}
.widget_categories > ul > li > ul > li,
.widget_product_categories > ul > li > ul > li,
.widget_pages > ul > li > ul > li {
	padding: 12px 12px 12px 20px;
}
.widget_categories > ul > li > ul > li > ul,
.widget_product_categories > ul > li > ul > li > ul,
.widget_pages > ul > li > ul > li > ul {
	margin: 12px -12px -12px -20px;
}
.widget_categories > ul > li > ul > li li,
.widget_product_categories > ul > li > ul > li li,
.widget_pages > ul > li > ul > li li {
	padding: 10px 15px 10px 40px;
}
.widget_categories > ul > li > ul > li > ul ul,
.widget_product_categories > ul > li > ul > li > ul ul,
.widget_pages > ul > li > ul > li > ul ul {
	margin: 10px -15px -10px -20px;
}
.widget_pages > ul > ul {
	padding-left: 30px;
}
#colophon .widget_submenu a,
#colophon .widget_nav_menu a {
	background: transparent;
}

/* Recently Viewed Products */
.widget_recently_viewed_products .product_list_widget a {
	clear: both;
}
.widget_recently_viewed_products ul.product_list_widget li {
	padding: 10px;
	margin-bottom: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-moz-box-shadow: none;
	display: flex;
}
.widget_recently_viewed_products ul.product_list_widget li + li {
	background-repeat: repeat-x;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
	display: block;
	align-self: start;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	min-width: 70px;
}
.widget_recently_viewed_products ul.product_list_widget li .gem-products-content {
	border: 0 none;
	display: block;
	margin-left: 0;
	width: auto;
	flex-grow: 1;
}
.widget_recently_viewed_products ul.product_list_widget li .product-dummy-wrapper {
	border: 0 none;
	width: 70px;
}



/* gem_client_carousel*/
.gem_client_carousel-items .gem-client-item .grayscale-hover {
	background: none repeat scroll 0 0 transparent !important;
}
.teaser_grid_container .gem-post-title {
	padding-right: 31px;
}
body .footer-contact-form .wpcf7-email {
	background-color: #2c2e3a;
	border: medium none;
	color: #ffffff;
	height: 54px;

}
body .footer-contact-form .wpcf7-textarea {
	background-color: #2c2e3a;
	border: medium none;
	color: #ffffff;
	height: 117px;

}
.footer-contact-form {
	padding-right: 30px;
}
.footer-contact-form .wpcf7-submit{
	background-color: #4c5867;
	float: left;
}
.footer-contact-form .wpcf7-submit:hover{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.widget .wpcf7 .gem-sidebar-input {
	text-align: left;
}

.elementor-widget-sidebar .gem-products-image {
	display: table-cell;
}
.elementor-widget-sidebar .gem-products-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.widget .blog {
	padding-bottom: 0px;
}


.widget-title:after{
	font-family: thegem-icons;
	font-style: normal;
	content: '\e630';
	font-size: 8px;
	padding-left: 8px;
	font-weight: normal;
	display: none;
}
#colophon .gem-latest-news:last-child,
#colophon .Custom_Recent_Posts .gem-pp-posts:first-child,
#colophon .widget_meta li:first-child,
#colophon .widget_rss li:first-child,
#colophon .widget_recent_entries li:first-child,
#colophon .Custom_Recent_Posts ul li:first-child {
background: none;
}


.widget_socials .socials-item-icon {
	font-size: 24px;
	margin-bottom: 13px;
}
.widget_socials a.socials-item {
	margin-left: 0;
	margin-right: 13px;
}

.widget .socials-colored a:hover .socials-item-icon{
	color: #00bcd4 !important;
}
.widget .gem-portfolios-type-carousel-grid .gem-portfolio-item {
	padding: 0px 12px 12px 0;
	display: block;
}
.widget-portfolio-carousel-slide a{
	display: block;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.widget-portfolio-carousel-slide img{
	width: 80px;
	height: 80px;
	display: block;
}
.widget-portfolio-carousel-slide {
	float: left;
}
.widget-portfolio-carousel-slide {
	margin-right: -10px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination a {
	width: 14px;
	height: 14px;
}
.widget .widget-portfolio-pagination.gem-mini-pagination {
	padding-top: 4px;
}
.widget-gem-portfolio-item.gem-portfolio-dummy img{
	display: none;
}
.widget-gem-portfolio-item.gem-portfolio-dummy {
	position: relative;
}
.widget-gem-portfolio-item.gem-portfolio-dummy:after {
	content: '?';
	color: #ffffff;
	position: absolute;
	left: 35px;
	top: 28px;
}

.widget-gem-portfolio-item	{
	position: relative;
}
.widget-gem-portfolio-item img {
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.widget-gem-portfolio-item .widget-gem-portfolio-item-hover {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	opacity: 0;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-gem-portfolio-item:hover .widget-gem-portfolio-item-hover {
	opacity: 1;
}

.widget_submenu  ul ul ul,
.widget_nav_menu  ul ul ul,
.widget_pages ul ul ul,
.widget_categories ul ul ul,
.widget_product_categories ul ul ul {
	background-color: #e8ecef;
}


.widget a.gem-button.gem-button-style-outline {
	background: transparent;
}

.gmaps_round {
	border-radius: 50%;
	overflow: hidden;
}
body .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
.vc_gem_pricing_table  .vc_controls-container.vc_controls {
	margin-top: 10px;
	z-index: 10;
}
@media (max-width: 600px) {
	body .vc_separator.vc_sep_double {
		height: auto !important;
	}
}


@media(max-width: 1024px){
	.fullwidth-block.fullwidth-block-parallax-vertical,
	.fullwidth-block.fullwidth-block-parallax-fixed{
		background-attachment: scroll;
	}
}
.textwidget img {
	max-width: 100%;
	height: auto;
}
.textwidget option,
.textwidget select {
	max-width: 100%;
}
.widget .screen-reader-text {
	margin-bottom: 10px;
	display: block;
}
.calendar_wrap td, .calendar_wrap th {
	border: none !important;
	padding: 5px !important;
}

.gem-icon-with-title  > a{
	display: table-cell;
	padding-bottom: 0 !important;
	vertical-align: middle;
	padding-right: 10px;
}


.gem-alert-inner.button-bottom .gem-alert-box-buttons .gem-button-container-1,
.gem-alert-inner.button-bottom .gem-alert-box-buttons .gem-button-container-2 {
	display: inline-block;
}

.portfolio-filters-list .widget-area .widget {
	order: 10;
}
.portfolio-filters-list.style-sidebar .widget-area-wrap,
.portfolio-filters-list.style-hidden .widget-area-wrap {
	flex: none;
}
.portfolio-filters-list:is(.style-sidebar, .style-hidden, .style-standard-mobile) .widget-area .portfolio-filter-item:first-child {
	border-top: none;
	padding-top: 0;
}
.portfolio-filters-list.style-sidebar .widget-area .widget {
	width: 100%;
	padding: 25px 0;
	margin: 0;
}
@media (min-width: 992px) {
	.portfolio-filters-list.style-sidebar .widget-area .widget {
		padding: 25px 0;
	}
	.portfolio-filters-list.style-sidebar .widget-area .widget.widget_product_search {
		padding-bottom: 28px;
	}
}
.portfolio-filters-list.style-hidden .widget-area .widget {
	width: 100%;
	padding: 25px 10px;
	margin: 0;
}

@media (max-width: 991px) {
	.portfolio-filters-list.style-standard .widget-area .widget,
	.portfolio-filters-list.style-sidebar .widget-area .widget {
		width: 100%;
		padding: 25px 10px;
		margin: 0;
	}
}
@media (min-width: 992px) {
	.portfolio-filters-list.style-hidden .widget-area .widget {
		padding: 25px 30px;
	}
}
.portfolio-filters-list .widget-area .widget:first-child {
	border: none;
	padding-top: 0;
	margin-top: -1px;
}
.portfolio-filters-list .widget-area .widget .widget-title {
	margin: 0 0 20px 0;
	cursor: default;
}
.portfolio-filters-list .widget-area .widget .widget-title .arrow {
	display: none;
}
.portfolio-filters-list.style-sidebar .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul,
.portfolio-filters-list.style-sidebar .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul {
	padding: 0;
	margin: 0;
}
.portfolio-filters-list.style-sidebar .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul ul,
.portfolio-filters-list.style-sidebar .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_product_categories .woocommerce-widget-layered-nav-list ul ul,
.portfolio-filters-list.style-hidden .list-scrollable .widget_layered_nav .woocommerce-widget-layered-nav-list ul ul {
	padding: 0 0 0 20px;
}
.portfolio-filters-list .widget_product_categories ul,
.portfolio-filters-list .widget_layered_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
}
.portfolio-filters-list .widget_product_categories ul li,
.portfolio-filters-list .widget_layered_nav ul li {
	color: inherit;
	padding: 0;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	flex-wrap: wrap;
}
.portfolio-filters-list .widget_layered_nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	flex-wrap: wrap;
}
.portfolio-filters-list .widget_product_categories ul li.cat-parent.current-cat:after,
.portfolio-filters-list .widget_product_categories ul li.cat-parent.current-cat-parent:after,
.portfolio-filters-list .widget_layered_nav ul li.cat-parent.current-cat:after,
.portfolio-filters-list .widget_layered_nav ul li.cat-parent.current-cat-parent:after {
	content: none;
}
.portfolio-filters-list .widget_product_categories ul li a,
.portfolio-filters-list .widget_layered_nav ul li a {
	flex: 1;
	color: inherit;
	padding: 0;
}
.portfolio-filters-list .widget_layered_nav ul li a span.title {
	margin-right: auto;
}
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li a.attribute-type-color:hover,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.chosen > a.attribute-type-color,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.current-cat > a.attribute-type-color {
	color: inherit;
}
.portfolio-filters-list .widget_product_categories ul li a:hover + span.count,
.portfolio-filters-list .widget_layered_nav ul li a:hover span.count {
	color: #FFFFFF;
}
.portfolio-filters-list .widget_product_categories ul li span.count,
.portfolio-filters-list .widget_layered_nav ul li span.count,
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow  {
	flex: none;
	margin-left: 20px;
	display: block;
	color: inherit;
	background-color: var(--styled-bg-color, #f0f3f2);
	font-size: var(--thegem-to-body-tiny-font-size, 14px);
	padding: 2px 8px;
	line-height: 1;
	border-radius: 11px;
	transition: background-color 0.3s;
}
@media (min-width: 992px) {
	.portfolio-filters-list .widget_product_categories ul li span.count,
	.portfolio-filters-list .widget_layered_nav ul li span.count {
		margin-left: 45px;
	}
}
.portfolio-filters-list.hide-filter-counts .widget_layered_nav ul li span.count {
	display: none;
}
.portfolio-filters-list.categories-widget-collapsible:not(.collapse-inited) .cat-parent:not(.current-cat-parent, .current-cat) > ul {
	display: none;
}
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow {
	padding: 2px;
	margin-left: 6px;
	transform: translateY(0.1em);
	cursor: pointer;
}
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow:before {
	display: block;
	content: '\e602';
	font-style: normal;
	font-family: "thegem-icons";
	font-weight: normal;
	-webkit-font-smoothing: initial;
}
.portfolio-filters-list .widget_product_categories ul li .filters-collapsible-arrow:hover {
	color: #FFFFFF;
	background-color: var(--thegem-to-widget-hover-link_color, #00BCD4);
}
.portfolio-filters-list .widget_product_categories ul li:not(.collapsed) > .filters-collapsible-arrow {
	transform: translateY(0.1em) rotate(180deg);
	color: #FFFFFF;
	background-color: var(--thegem-to-widget-hover-link_color, #00BCD4);
}
.portfolio-filters-list .widget_product_categories ul li ul,
.portfolio-filters-list .widget_layered_nav ul li ul {
	padding: 0 0 0 20px;
	background: transparent;
	width: 100%;
}
.portfolio-filters-list .widget_product_categories ul li.current-cat > span.count,
.portfolio-filters-list .widget_layered_nav ul li.chosen span.count {
	color: #FFFFFF;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider {
	position: relative;
	border: none;
	height: 4px;
	width: 90%;
	margin: 20px auto 30px auto;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	margin: 0;
	z-index: 2;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle:focus {
	outline: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle + span:focus {
	outline: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount {
	padding: 0;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount input,
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount button {
	display: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
	float: left;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
	display: none;
}
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .from,
.portfolio-filters-list .widget_price_filter .price_slider_wrapper .price_slider_amount .to {
	font-size: 1.1em;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li a,
.portfolio-filters-list .widget_layered_nav.woocommerce ul li a {
	position: relative;
	padding-left: 1.2em;
	text-transform: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li a {
	padding: 0;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li a:before,
.portfolio-filters-list .widget_layered_nav.woocommerce ul li a:before {
	content: none;
	color: currentColor;
}
.portfolio-filters-list .widget_product_categories.woocommerce ul li.chosen a:before,
.portfolio-filters-list .widget_layered_nav.woocommerce ul li.chosen a:before {
	content: "";
	font-family: "thegem-icons";
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.portfolio-filters-list .widget_product_search {
	margin: 0 0 30px 0;
}
.portfolio-filters-list .widget_product_search input {
	width: 100%;
	box-sizing: border-box;
}
.portfolio-filters-list .widget_product_search button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	font-size: 0;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	cursor: pointer;
}
.portfolio-filters-list .widget_product_search button:before {
	content: "";
	font-size: 16px;
	font-style: normal;
	font-family: "thegem-icons";
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotateY(180deg);
}
.portfolio-filters-list.normal .widget_product_search,
.portfolio-filters-list.normal .widget_product_categories,
.portfolio-filters-list.normal .widget_layered_nav,
.portfolio-filters-list.normal .widget_price_filter {
	display: none;
}
.portfolio-filters-list .widget_product_search input {
	border: none;
	padding: 7px 33px 7px 18px;
	border-radius: 17px;
	line-height: 1;
}
.portfolio-filters-list .widget_product_search input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: currentColor;
	opacity: 0.8;
}
.portfolio-filters-list .widget_product_search input::-moz-placeholder {
	/* Firefox 19+ */
	color: currentColor;
	opacity: 0.8;
}
.portfolio-filters-list .widget_product_search input:-ms-input-placeholder {
	/* IE 10+ */
	color: currentColor;
	opacity: 0.8;
}
.portfolio-filters-list .widget_product_search input:-moz-placeholder {
	/* Firefox 18- */
	color: currentColor;
	opacity: 0.8;
}
.portfolio-filters-list .widget_layered_nav .count,
.portfolio-filters-list .widget_product_categories .count {
	opacity: 0;
}
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-image {
	float: left;
}
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li,
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-image,
.portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-image,
.portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-content,
.portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-image,
.portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-content {
	border: none;
}

/* Product Archive Title */
.thegem-te-blog-archive-title{
	position: relative;
}
.thegem-te-blog-archive-title .blog-title{
	position: relative;
	padding: 0;
	margin: 0;
}

/* Product Archive Description */
.thegem-te-blog-archive-description{
	position: relative;
}
.thegem-te-blog-archive-description .blog-description{
	position: relative;
	display: inline-flex;
	padding: 0;
	margin: 0
}

/* Product Archive Breadcrumbs */
.thegem-te-blog-archive-breadcrumbs{
	position: relative;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	z-index: 1;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li{
	position: relative;
	font-size: var(--thegem-to-body-tiny-font-size);
	line-height: var(--thegem-to-body-tiny-line-height);
	color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li:not(:last-child){
	padding-right: 20px;
	margin-right: 5px;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li:not(:last-child):after{
	font-family: 'thegem-icons';
	content: '\e601';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li a{
	color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li a:hover{
	color: var(--thegem-to-breadcrumbs-color-hover);
}
.thegem-te-blog-archive-breadcrumbs .blog-breadcrumbs ul li:last-child{
	color: var(--thegem-to-breadcrumbs-color-active);
}

/* Thegem Search Form */
.gem-search-form.gem-search-form-style-light .search-field{
	border: 1px solid var(--thegem-to-box-border-color);
}
.gem-search-form.gem-search-form-style-light .search-submit{
	color: var(--thegem-to-body-color);
}

/* Custom Menu */
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li > span{
	justify-content: flex-start;
}
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li > span{
	justify-content: center;
}
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li > span{
	justify-content: flex-end;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom{
	display: flex;
	flex-wrap: wrap;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom{
	justify-content: flex-start;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--center ul.nav-menu-custom{
	justify-content: center;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom{
	justify-content: flex-end;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li{
	position: relative;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.menu-separator ul.nav-menu-custom li:not(:last-child):before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 100%;
	background-color: var(--thegem-to-box-border-color);
	z-index: 2;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li a{
	margin: 0;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom li:first-child a{
	margin-left: -0.7em;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom li:last-child a{
	margin-right: -0.7em;
}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator{
	position: relative;
	display: flex;
	align-items: center;
}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator:before{
	content: "\e601";
	font-family: "thegem-icons";
	font-weight: normal;
	font-style: normal;
	line-height: inherit;
	font-size: inherit;
}
.thegem-menu-custom .menu-custom-header .icon{
	width: auto;
}

/* Custom Menu Hover and Active Pointers */
.thegem-menu-custom ul.nav-menu-custom > li > a{
	position: relative;
	z-index: 1;
}
.thegem-menu-custom ul.nav-menu-custom > li > a .text{
	position: relative;
	display: inline-flex;
}
.thegem-menu-custom ul.nav-menu-custom > li > a:after,
.thegem-menu-custom ul.nav-menu-custom > li > a:before,
.thegem-menu-custom ul.nav-menu-custom > li > a .text:before,
.thegem-menu-custom ul.nav-menu-custom > li > a .text: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);
}
.thegem-menu-custom ul.nav-menu-custom > li > a:before {
	z-index: -1;
}
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{
	opacity: 0;
}
.thegem-menu-custom ul.nav-menu-custom > li:hover > a{
	background-color: transparent;
}

/* Custom Menu Style Hover Background */
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a:before,
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a:after {
	content: '';
	transition: 0.3s;
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a {
	color: var(--thegem-to-menu-level1-light-active-color);
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thegem-to-menu-level1-color-hover);
	z-index: -1;
}
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom > li.collapsed > a:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thegem-to-menu-level1-color-hover);
	z-index: -1;
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.collapsed > a:after {
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thegem-to-menu-level2-border-color, #DFE5E8);
	z-index: 2;
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom > li.collapsed > a {
	color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.collapsed > a {
	color: var(--thegem-to-menu-level1-light-active-color);
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom > li.collapsed > a:before {
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
	border-radius: 20px;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	transform: scale(0.5);
}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	transform: scale(1);
	opacity: 1;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	transform: scale(1.2);
	transition: 0.3s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	transition: opacity 0.15s, transform 0.4s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	left: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	right: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	top: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	bottom: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-none,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	transition-duration: 0s;
}

/* Custom Menu Style Hover Text Color */
.thegem-menu-custom.style-hover-text ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a {
	color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-active-text ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom > li.collapsed > a {
	color: var(--thegem-to-menu-level1-color-hover);
}

/* Style Hover Lined */
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:before {
	content: '';
	top: 0;
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:after {
	content: '';
	bottom: 0;
}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-1 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-2 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-1 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-2 ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom > li.collapsed > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom > li.collapsed > a .text:after {
	content: none;
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a{
	color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a {
	color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:before,
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:after{
	height: 2px;
	width: 100%;
	left: 0;
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
	z-index: 2;
}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom > li.collapsed > a .text:after {
	height: 2px;
	width: 100%;
	left: 0;
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
	z-index: 2;
}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.collapsed > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom > li.collapsed > a .text:after {
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	height: 0;
	width: 0;
	left: 50%;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before {
	top: 10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	bottom: 10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before {
	top: -10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	bottom: -10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:focus {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	width: 10px;
	left: -20px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	width: 10px;
	left: calc(100% + 20px);
}

/* Style Hover Framed */
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.collapsed > a,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom > li.collapsed > a:after {
	border-radius: 20px;
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a {
	color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a:after {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 2px solid var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom > li.collapsed > a:before {
	content: '';
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	transform: scale(0.75);
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	transform: scale(1.25);
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	transition: opacity 0.2s, transform 0.4s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	width: 2px;
	height: 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	border-width: 0 0 2px 2px;
	transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 2px 2px 0 0;
	transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	width: 100% !important;
	height: 100% !important;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before {
	transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	width: 2px;
	height: 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	border-width: 2px 0 0 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 2px 2px 0;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	width: 100% !important;
	height: 100% !important;
	transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom > li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a {
	transition-duration: 0s;
}

/* Socials Sharing */
.thegem-te-socials-sharing{
	position: relative;
}
.thegem-te-socials-sharing .socials-sharing{
	position: relative;
	display: flex;
}
.thegem-te-socials-sharing .socials-sharing ul{
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0;
	list-style-type: none;
}
.thegem-te-socials-sharing .socials-sharing ul li{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thegem-te-socials-sharing.socials-sharing--left .socials-sharing ul{
	justify-content: flex-start;
}
.thegem-te-socials-sharing.socials-sharing--center .socials-sharing ul{
	justify-content: center;
}
.thegem-te-socials-sharing.socials-sharing--right .socials-sharing ul{
	justify-content: flex-end;
}
.thegem-te-socials-sharing.socials-sharing--justify .socials-sharing ul{
	justify-content: space-between;
}
.thegem-te-socials-sharing .socials-sharing .socials-item{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: var(--thegem-to-socials-sharing-color);
}
.thegem-te-socials-sharing.socials-sharing--round .socials-sharing .socials-item,
.thegem-te-socials-sharing.socials-sharing--square .socials-sharing .socials-item{
	border: 1px solid;
	border-color: var(--thegem-to-socials-sharing-color, #99A9B5);
	background-color: transparent;
	padding: 0.5em;
	min-width: 40px;
	min-height: 40px;
}
.thegem-te-socials-sharing.socials-sharing--round .socials-sharing .socials-item{
	border-radius: 50%;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.facebook:hover{
	color: #4E64B5;
	border-color: #4E64B5;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.twitter:hover{
	color: #00ACED;
	border-color: #00ACED;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.pinterest:hover{
	color: #FF5757;
	border-color: #FF5757;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.tumblr:hover{
	color: #456988;
	border-color: #456988;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.instagram:hover{
	color: #9A8F62;
	border-color: #9A8F62;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.linkedin:hover{
	color: #0288D1;
	border-color: #0288D1;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.skype:hover{
	color: #00AFF0;
	border-color: #00AFF0;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.youtube:hover{
	color: #C82929;
	border-color: #C82929;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.telegram:hover{
	color: #2CA5E0;
	border-color: #2CA5E0;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.vk:hover{
	color: #5181B8;
	border-color: #5181B8;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.whatsapp:hover{
	color: #30B220;
	border-color: #30B220;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.viber:hover{
	color: #7A4E9D;
	border-color: #7A4E9D;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.ok:hover{
	color: #DF8733;
	border-color: #DF8733;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.reddit:hover{
	color: #FF4500;
	border-color: #FF4500;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.tiktok:hover{
	color: #FF0050;
	border-color: #FF0050;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.xing:hover{
	color: #046064;
	border-color: #046064;
}
.thegem-te-socials-sharing .socials-sharing .socials-item.skype:hover {
	color: #00aff0;
	border-color: #00aff0;
}
.thegem-te-socials-sharing .socials-sharing .socials-item-icon{
	transition: none;
}
.thegem-te-socials-sharing.socials-sharing--tiny .socials-sharing .socials-item-icon{
	font-size: 16px;
}
.thegem-te-socials-sharing.socials-sharing--small .socials-sharing .socials-item-icon{
	font-size: 24px;
}
.thegem-te-socials-sharing.socials-sharing--medium .socials-sharing .socials-item-icon{
	font-size: 48px;
}
.thegem-te-socials-sharing.socials-sharing--large .socials-sharing .socials-item-icon{
	font-size: 96px;
}
.thegem-te-socials-sharing.socials-sharing--xlarge .socials-sharing .socials-item-icon{
	font-size: 144px;
}

/* Single Post Title / Excerpt / Content */
.thegem-te-post-title,
.thegem-te-portfolio-title,
.thegem-te-post-excerpt,
.thegem-te-portfolio-excerpt,
.thegem-te-post-content,
.thegem-te-portfolio-content{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.thegem-te-post-title .post-title,
.thegem-te-portfolio-title .portfolio-title,
.thegem-te-post-excerpt .post-excerpt,
.thegem-te-portfolio-excerpt .portfolio-excerpt,
.thegem-te-post-content .post-content,
.thegem-te-portfolio-content .portfolio-content{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.thegem-te-portfolio-title .portfolio-title{
	text-align: inherit;
}
.thegem-te-portfolio-title.title--left .portfolio-title{
	text-align: left;
}
.thegem-te-portfolio-title.title--right .portfolio-title{
	text-align: right;
}
.thegem-te-portfolio-title.title--center .portfolio-title{
	text-align: center;
}
.thegem-te-portfolio-title.title--justify .portfolio-title{
	text-align: justify;
}

.thegem-te-post-title .post-title a{
	color: var(--thegem-to-h4-color);
}
.thegem-te-post-title .post-title a:hover{
	color: var(--thegem-to-link-color);
}

/* Single Post Breadcrumbs */
.thegem-te-post-breadcrumbs,
.thegem-te-portfolio-breadcrumbs{
	position: relative;
	width: 100%;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	z-index: 1;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li{
	position: relative;
	font-size: var(--thegem-to-body-tiny-font-size);
	line-height: var(--thegem-to-body-tiny-line-height);
	color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li:not(:last-child),
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li:not(:last-child){
	padding-right: 20px;
	margin-right: 5px;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li:not(:last-child):after,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li:not(:last-child):after{
	font-family: 'thegem-icons';
	content: '\e601';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li a,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li a{
	color: var(--thegem-to-breadcrumbs-color);
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li a:hover,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li a:hover{
	color: var(--thegem-to-breadcrumbs-color-hover);
}
.thegem-te-post-breadcrumbs .post-breadcrumbs ul li:last-child,
.thegem-te-portfolio-breadcrumbs .portfolio-breadcrumbs ul li:last-child{
	color: var(--thegem-to-breadcrumbs-color-active);
}

/* Single Post Featured Content */
.thegem-te-post-featured-content{
	position: relative;
	display: flex;
}
.thegem-te-post-featured-content.featured-image--left{
	justify-content: flex-start;
}
.thegem-te-post-featured-content.featured-image--center{
	justify-content: center;
}
.thegem-te-post-featured-content.featured-image--right{
	justify-content: flex-end;
}
.thegem-te-post-featured-content .post-featured-content{
	position: relative;
	width: 100%;
}
.thegem-te-post-featured-content.featured-image--default .post-featured-content{
	width: auto;
}
.thegem-te-post-featured-content.featured-image--stretch .post-featured-content{
	width: 100%;
}
.thegem-te-post-featured-content.featured-image--stretch .post-featured-content img{
	width: 100% !important;
	height: auto !important;
}

/* Single Post Featured Image */
.elementor-element.elementor-widget-thegem-template-featured-image > .elementor-widget-container {
	overflow: hidden;
}
.thegem-te-post-featured-image,
.thegem-te-portfolio-featured-image{
	position: relative;
	display: flex;
}
.thegem-te-post-featured-image.featured-image--left,
.thegem-te-portfolio-featured-image.featured-image--left{
	justify-content: flex-start;
}
.thegem-te-post-featured-image.featured-image--center,
.thegem-te-portfolio-featured-image.featured-image--center{
	justify-content: center;
}
.thegem-te-post-featured-image.featured-image--right,
.thegem-te-portfolio-featured-image.featured-image--right{
	justify-content: flex-end;
}
.thegem-te-post-featured-image.featured-image--stretch .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--stretch .portfolio-featured-image{
	width: 100%;
}
.thegem-te-post-featured-image.featured-image--stretch .post-featured-image img,
.thegem-te-portfolio-featured-image.featured-image--stretch .portfolio-featured-image img{
	width: 100% !important;
	height: auto !important;
}
.thegem-te-post-featured-image .post-featured-image,
.thegem-te-portfolio-featured-image .portfolio-featured-image{
	position: relative;
	overflow: hidden;
}
.thegem-te-post-featured-image .post-featured-image .fancybox,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox{
	position: relative;
	display: block;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:before,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--thegem-to-hover-default-color-08, rgba(0, 188, 212, 0.8));
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:after,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:after {
	content: '\e60f';
	font-family: 'thegem-icons';

	position: absolute;
	top: -20px;
	left: 50%;
	font-size: 40px;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	color: var(--thegem-to-icons-portfolio-gallery-color-hover);
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:hover:before,
.thegem-te-post-featured-image .post-featured-image .fancybox:hover:after,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:hover:before,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:hover:after{
	visibility: visible;
	opacity: 1;
}
.thegem-te-post-featured-image .post-featured-image .fancybox:hover:after,
.thegem-te-portfolio-featured-image .portfolio-featured-image .fancybox:hover:after{
	top: 50%;
}
.thegem-te-post-featured-image.featured-image--border-8 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-8 .portfolio-featured-image{
	border: 8px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-16 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-16 .portfolio-featured-image {
	border: 16px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-outline-8 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-8 .portfolio-featured-image {
	padding: 8px;
	border: 1px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-outline-20 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-20 .portfolio-featured-image {
	padding: 20px;
	border: 2px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-shadow-20 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-shadow-20 .portfolio-featured-image {
	padding: 20px;
	-webkit-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
	-moz-box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
	box-shadow: 0px 1px 27px 1px rgba(44, 46, 61, 0.25);
}
.thegem-te-post-featured-image.featured-image--border-combined .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-combined .portfolio-featured-image {
	padding: 8px;
	border: 20px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-radius-20 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-20 .portfolio-featured-image {
	padding: 10px;
	border-radius: 20px;
	border: 10px solid transparent;
}
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image {
	padding: 18px;
	border: 6px solid transparent;
	border-radius: 55px;
}
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image a,
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image img,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image a,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image img{
	border-radius: 55px;
	overflow: hidden;
}
.thegem-te-post-featured-image.featured-image--dashed-inside .post-featured-image:after,
.thegem-te-portfolio-featured-image.featured-image--dashed-inside .portfolio-featured-image:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px dashed rgba(255, 255, 255, 0.5);
	z-index: 0;
}
.thegem-te-post-featured-image.featured-image--dashed-outside .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--dashed-outside .portfolio-featured-image {
	padding: 20px;
	border: 2px dashed transparent;
}
.thegem-te-post-featured-image.featured-image--rounded-with-border .post-featured-image,
.thegem-te-post-featured-image.featured-image--rounded-without-border .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--rounded-with-border .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--rounded-without-border .portfolio-featured-image {
	border-radius: 50%;
}
.thegem-te-post-featured-image.featured-image--rounded-with-border .post-featured-image:after,
.thegem-te-portfolio-featured-image.featured-image--rounded-with-border .portfolio-featured-image:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
}
.thegem-te-post-featured-image.featured-image--border-8 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-16 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-outline-8 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-outline-20 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-combined .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-radius-20 .post-featured-image,
.thegem-te-post-featured-image.featured-image--border-radius-55 .post-featured-image,
.thegem-te-post-featured-image.featured-image--dashed-outside .post-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-8 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-16 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-8 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-outline-20 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-combined .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-20 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--border-radius-55 .portfolio-featured-image,
.thegem-te-portfolio-featured-image.featured-image--dashed-outside .portfolio-featured-image{
	border-color: var(--thegem-to-box-border-color);
}

@media screen and (max-width: 767px){
	.thegem-te-post-featured-image .post-featured-image img,
	.thegem-te-portfolio-featured-image .portfolio-featured-image img{
		height: auto !important;
	}
}

/* Loop Item Featured Media */
.thegem-te-loop-featured-media{
	position: relative;
	z-index: 0;
}
.thegem-te-loop-featured-media .media-inner-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	overflow: hidden;
}
.thegem-te-loop-featured-media.image-position-centered .media-inner-wrap{
	margin: 0 auto;
}
.thegem-te-loop-featured-media.image-position-right .media-inner-wrap{
	margin-left: auto;
}
.thegem-te-loop-featured-media.without-image .media-inner-wrap {
	background-color: var(--styled-bg-color, #f0f3f2);
	aspect-ratio: 1/1;
}
.thegem-te-loop-featured-media.loop-item-type-masonry.without-image .media-inner-wrap{
	aspect-ratio: auto;
}
.thegem-te-loop-featured-media.appearance-type-audio.loop-item-type-masonry .post-featured-content{
	position: relative !important;
	min-height: 54px;
}
.thegem-te-loop-featured-media.appearance-type-image .media-inner-wrap:before,
.thegem-te-loop-featured-media.appearance-type-gallery .media-inner-wrap .portfolio-image-slider:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s;
	z-index: 5;
}
.thegem-te-loop-featured-media .featured-media .media-inner-wrap .portfolio-item-link{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.thegem-te-loop-featured-media .featured-media .media-inner-wrap img{
	transition: all 0.3s;
}
.thegem-te-loop-featured-media.image-aspect-ratio .featured-media .media-inner-wrap img,
.thegem-te-loop-featured-media.loop-item-type-masonry .featured-media .media-inner-wrap .portfolio-image-slider img {
	height: 100%;
	width: 100%;
	max-width: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
}
.thegem-te-loop-featured-media.appearance-type-image.image-hover-effect a .featured-media .media-inner-wrap img {
	overflow: hidden;
	transform: translate(0,0) scale(1);
}
.thegem-te-loop-featured-media.appearance-type-image.image-hover-effect a:hover .featured-media .media-inner-wrap img {
	transform: translate(0,0) scale(1.12);
}
.thegem-te-loop-featured-media.loop-item-type-masonry.appearance-type-video .media-inner-wrap,
.thegem-te-loop-featured-media.loop-item-type-masonry.appearance-type-quote .media-inner-wrap,
.thegem-te-loop-featured-media.loop-item-type-masonry.appearance-type-gallery .media-inner-wrap {
	aspect-ratio: 1/1;
}

.thegem-te-loop-featured-media.appearance-type-quote blockquote .quote-author {
	display: flex;
	width: 100%;
}
.thegem-te-loop-featured-media.appearance-type-quote blockquote .quote-author:after {
	font-family: 'thegem-icons';
	content: '\e60c';
	font-size: 70px;
	line-height: 50px;
	margin-left: auto;
	vertical-align: bottom;
	font-style: normal;
	font-weight: normal;
}

.thegem-te-loop-featured-media.appearance-type-gif img.gem-gif-poster {
	position: absolute !important;
	top: 0;
	left: 0;
	transition: none;
	background-color: var(--styled-bg-color, #f0f3f2);
}
.thegem-te-loop-featured-media.appearance-type-gif:hover img.gem-gif-poster,
.thegem-te-loop-featured-media.appearance-type-gif a:hover img.gem-gif-poster{
	opacity: 0 !important;
	visibility: hidden;
}
.thegem-template-loop-item .e-con .thegem-te-loop-featured-media:not(.custom-video-ratio).image-aspect-ratio .media-inner-wrap {
	aspect-ratio: var(--aspect-ratio, auto) !important;
}
.thegem-template-loop-item .elementor-column .thegem-te-loop-featured-media:not(.custom-video-ratio).image-aspect-ratio .media-inner-wrap {
	padding-bottom: calc(100% / var(--aspect-ratio, 1)) !important;
	height: 0 !important;
}
.thegem-template-loop-item .elementor-column .thegem-te-loop-featured-media:not(.custom-video-ratio).image-aspect-ratio .media-inner-wrap > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Single Post/Portfolio Info */
.thegem-te-post-info,
.thegem-te-portfolio-info{
	position: relative;
	width: 100%;
}
.thegem-te-post-info .post-info,
.thegem-te-portfolio-info .portfolio-info{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.thegem-te-post-info.post-info--left .post-info,
.thegem-te-portfolio-info.portfolio-info--left .portfolio-info{
	justify-content: flex-start;
}
.thegem-te-post-info.post-info--center .post-info,
.thegem-te-portfolio-info.portfolio-info--center .portfolio-info{
	justify-content: center;
}
.thegem-te-post-info.post-info--right .post-info,
.thegem-te-portfolio-info.portfolio-info--right .portfolio-info{
	justify-content: flex-end;
}

.thegem-te-post-info.post-info--vertical .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info{
	flex-direction: column;
}
.thegem-te-post-info.post-info--vertical.post-info--left .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical.portfolio-info--left .portfolio-info{
	align-items: flex-start;
}
.thegem-te-post-info.post-info--vertical.post-info--center .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical.portfolio-info--center .portfolio-info{
	align-items: center;
}
.thegem-te-post-info.post-info--vertical.post-info--right .post-info,
.thegem-te-portfolio-info.portfolio-info--vertical.portfolio-info--right .portfolio-info{
	align-items: flex-end;
}
.thegem-te-post-info.post-info--vertical .post-info-item,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item{
	margin-right: 0 !important;
	padding-right: 0 !important;
	margin-top: 10px;
	margin-bottom: 0;
}
.thegem-te-post-info.post-info--vertical .post-info-item:first-child,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item:first-child{
	margin-top: 5px !important;
}
.thegem-te-post-info.post-info--vertical .post-info-item:last-child,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item:last-child{
	margin-bottom: 0 !important;
}

.thegem-te-post-info .post-info,
.thegem-te-portfolio-info .portfolio-info{
	color: var(--thegem-to-date-filter-subtitle-color);
}
.thegem-te-post-info .post-info-item,
.thegem-te-portfolio-info .portfolio-info-item{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-right: 10px;
}
.thegem-te-post-info .post-info-item:not(.post-info-item-cats-list):last-child,
.thegem-te-portfolio-info .portfolio-info-item:last-child{
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.thegem-te-post-info .post-info-item:not(.post-info-item-cats-list):not(:last-child):after,
.thegem-te-portfolio-info .portfolio-info-item:not(:last-child):after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: var(--thegem-to-box-border-color, #D4DEE1);
}
.thegem-te-post-info.post-info--vertical .post-info-item:after,
.thegem-te-post-info.post-info--divider-hide .post-info-item:after,
.thegem-te-portfolio-info.portfolio-info--vertical .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--divider-hide .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--colon-hide .portfolio-info-item .item-label .colon{
	display: none;
}
.thegem-te-post-info .post-info-item .icon,
.thegem-te-portfolio-info .portfolio-info-item .icon{
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	font-style: normal;
	font-weight: normal;
}
.thegem-te-post-info .post-info-item .likes,
.thegem-te-post-info .post-info-item .zilla-likes,
.thegem-te-portfolio-info .portfolio-info-item .likes,
.thegem-te-portfolio-info .portfolio-info-item .zilla-likes{
	display: inline-flex;
	align-items: center;
}
.thegem-te-post-info .post-info-item .zilla-likes:before,
.thegem-te-portfolio-info .portfolio-info-item .zilla-likes:before{
	vertical-align: inherit;
	font-size: 16px;
	line-height: 16px;
	margin-right: 5px;
}
.thegem-te-post-info .post-info-item .icon i,
.thegem-te-post-info .post-info-item .zilla-likes:before,
.thegem-te-portfolio-info .portfolio-info-item .icon i,
.thegem-te-portfolio-info .portfolio-info-item .zilla-likes:before{
	font-style: normal;
	font-weight: normal;
}
.thegem-te-post-info .post-info-item .label-before,
.thegem-te-portfolio-info .portfolio-info-item .label-before{
	margin-right: 5px;
}
.thegem-te-post-info .post-info-item .label-after,
.thegem-te-portfolio-info .portfolio-info-item .label-after{
	margin-left: 5px;
}
.thegem-te-post-info .post-info-item .comments-link,
.thegem-te-portfolio-info .portfolio-info-item .comments-link{
	display: inline-flex;
	align-items: center;
}
.thegem-te-post-info .post-info-item .icon-default,
.thegem-te-portfolio-info .portfolio-info-item .icon-default{
	font-family: 'thegem-icons';
	font-size: 16px;
	line-height: 16px;
}
.thegem-te-post-info .post-info-item-cats,
.thegem-te-post-info .post-info-item-cats-list {
	flex-wrap: wrap;
}
.thegem-te-post-info.post-info--center .post-info-item-cats,
.thegem-te-post-info.post-info--center .post-info-item-cats-list {
	justify-content: center;
	text-align: center;
}
.thegem-te-post-info .post-info-item-cats .separator,
.thegem-te-portfolio-info .portfolio-info-item-cats .separator{
	margin: 0 10px;
	width: 1px;
	height: 20px;
	background-color: var(--thegem-to-box-border-color, #D4DEE1);
}
.thegem-te-post-info.post-info--divider-hide .post-info-item-cats .separator,
.thegem-te-portfolio-info.portfolio-info--divider-hide .portfolio-info-item-cats .separator{
	display: none;
}
.thegem-te-post-info.post-info--divider-hide .post-info-item-cats > *,
.thegem-te-portfolio-info.portfolio-info--divider-hide .portfolio-info-item-cats > *{
	margin: 0 0.5em;
}
.thegem-te-post-info .post-info-item-author .avatar,
.thegem-te-portfolio-info .portfolio-info-item-author .avatar{
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}
.thegem-te-post-info .post-info-item-author .avatar > img,
.thegem-te-portfolio-info .portfolio-info-item-author .avatar > img{
	border-radius: 50%;
	margin: 0 !important;
}
.thegem-te-post-info .post-info-item-likes,
.thegem-te-post-info .post-info-item-likes .zilla-likes,
.thegem-te-portfolio-info .portfolio-info-item-likes,
.thegem-te-portfolio-info .portfolio-info-item-likes .zilla-likes{
	color: var(--thegem-to-styled-color3);
}
.thegem-te-post-info .post-info-item-likes .zilla-likes:hover,
.thegem-te-portfolio-info .portfolio-info-item-likes .zilla-likes:hover{
	color: var(--thegem-to-link-color-hover);
}
.thegem-te-post-info .post-info-item-date .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-date .icon-default:before{
	content: '\e66e';
}
.thegem-te-post-info .post-info-item-time .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-time .icon-default:before{
	content: '\e687';
}
.thegem-te-post-info .post-info-item-comments .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-comments .icon-default:before{
	content: '\e684';
}
.thegem-te-post-info .post-info-item-likes .icon-default:before,
.thegem-te-portfolio-info .portfolio-info-item-likes .icon-default:before{
	content: '\e679';
}

/* Post Classic list */
.thegem-te-post-info .post-info-item:last-child.post-info-item-cats-list {
	margin: 0;
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list{
	background-color: var(--thegem-to-h6-color);
	border: 1px solid transparent;
	padding: 0 0.5em;
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list,
.thegem-te-post-info.post-info--classic .post-info-item-cats-list a {
	color: var(--thegem-to-main-bg-color);
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list a:not(.readonly):hover{
	text-decoration: underline;
}
.thegem-te-post-info.post-info--classic .post-info-item-cats-list .separator{
	padding-right: 5px;
}

.thegem-te-portfolio-info.portfolio-info--text-vertical .portfolio-info-item:not(.portfolio-info-item-cats):not(.portfolio-info-item-likes){
	flex-direction: column;
	align-items: flex-start;
}
.thegem-te-portfolio-info.portfolio-info--center.portfolio-info--text-vertical .portfolio-info-item:not(.portfolio-info-item-cats):not(.portfolio-info-item-likes){
	align-items: center;
	text-align: center;
}
.thegem-te-portfolio-info.portfolio-info--right.portfolio-info--text-vertical .portfolio-info-item:not(.portfolio-info-item-cats):not(.portfolio-info-item-likes){
	align-items: flex-end;
	text-align: right;
}
.thegem-te-portfolio-info .portfolio-info-item .item-label{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.thegem-te-portfolio-info .portfolio-info-item .item-label,
.thegem-te-portfolio-info .portfolio-info-item .item-value{
	padding: 0;
	margin: 0;
}

/* Loop Item Style */
.thegem-template-loop-item .thegem-te-post-info .post-info{
	font-size: calc(var(--thegem-to-body-font-size) * 0.75);
	line-height: calc(var(--thegem-to-body-line-height) * 0.75);
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item:not(:last-child):after{
	transform: none;
	width: 6px;
	height: 1px;
	margin-right: -3px;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-cats .separator{
	width: 6px;
	height: 1px;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-comments .icon-default:before{
	content: '\e63e';
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .likes .zilla-likes{
	display: inline-flex;
	flex-direction: row-reverse;
	color: var(--thegem-to-date-filter-subtitle-color);
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .likes .zilla-likes:before{
	display: none;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .likes .zilla-likes.active{
	color: var(--thegem-to-styled-color3);
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .zilla-likes-postfix{
	margin-right: 5px;
}
.thegem-template-loop-item .thegem-te-post-info .post-info-item-likes .zilla-likes-postfix:after{
	font-family: "thegem-icons";
	content: '\e66b';
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
}

/* Modern Style */
.thegem-te-post-info.post-info--modern .post-info,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info,
.thegem-te-post-info.post-info--table .post-info,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info{
	font-family: var(--thegem-to-h6-font-family);
	font-style: var(--thegem-to-h6-font-style);
	font-weight: var(--thegem-to-h6-font-weight);
	font-size: var(--thegem-to-h6-font-size-small);
	line-height: var(--thegem-to-h6-line-height-small);
	text-transform: none;
	letter-spacing: 0;
	color: var(--thegem-to-h6-color);
}
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info .item-label.light,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info .item-value.light,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info .item-label.light,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info .item-value.light{
	font-family: var(--thegem-to-light-title-font-family);
	font-style: var(--thegem-to-light-title-font-style);
	font-weight: var(--thegem-to-light-title-font-weight);
}
.thegem-te-post-info.post-info--modern .post-info-item .icon,
.thegem-te-post-info.post-info--modern .post-info-item .icon-default,
.thegem-te-post-info.post-info--modern .post-info-item .zilla-likes:before,
.thegem-te-post-info.post-info--table .post-info-item .icon,
.thegem-te-post-info.post-info--table .post-info-item .icon-default,
.thegem-te-post-info.post-info--table .post-info-item .zilla-likes:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item .icon,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item .icon-default,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item .zilla-likes:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .icon,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .icon-default,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .zilla-likes:before{
	font-size: 24px;
	line-height: 24px;
}
.thegem-te-post-info .post-info-item-likes .zilla-likes:hover,
.thegem-te-portfolio-info .portfolio-info-item-likes .zilla-likes:hover{
	color: var(--thegem-to-h6-color);
}
.thegem-te-post-info.post-info--modern .post-info-item-date .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-date .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-date .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-date .icon-default:before{
	content: '\e686';
}
.thegem-te-post-info.post-info--modern .post-info-item-time .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-time .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-time .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-time .icon-default:before{
	content: '\e688';
}
.thegem-te-post-info.post-info--modern .post-info-item-comments .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-comments .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-comments .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-comments .icon-default:before{
	content: '\e685';
}
.thegem-te-post-info.post-info--modern .post-info-item-likes .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-likes .icon-default:before,
.thegem-te-post-info.post-info--table .post-info-item-likes .icon-default:before,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-likes .icon-default:before{
	content: '\e679';
}
.thegem-te-post-info.post-info--modern .post-info-item:after,
.thegem-te-post-info.post-info--modern .post-info-item-cats .separator,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats .separator,
.thegem-te-post-info.post-info--table .post-info-item:after,
.thegem-te-post-info.post-info--table .post-info-item-cats .separator,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item:after,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats .separator{
	visibility: hidden;
	opacity: 0;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats .separator{
	margin: 0 5px;
	padding: 0;
	width: 0;
	height: 0;
	border: 0;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a,
.thegem-te-post-info.post-info--modern .post-info-item-cats span,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list a,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list span,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats a,
.thegem-te-post-info.post-info--table .post-info-item-cats a,
.thegem-te-post-info.post-info--table .post-info-item-cats-list a,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats a{
	background-color: var(--thegem-to-h6-color);
	color: var(--thegem-to-main-bg-color);
	border: 1px solid transparent;
	padding: 0 0.5em;
	transition: all 0.3s;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a,
.thegem-te-post-info.post-info--modern .post-info-item-cats span.readonly,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list a,
.thegem-te-post-info.post-info--modern .post-info-item-cats-list span.readonly{
	margin: 5px 0;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a.readonly,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats a.readonly,
.thegem-te-post-info.post-info--table .post-info-item-cats a.readonly,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats a.readonly{
	cursor: default;
}
.thegem-te-post-info.post-info--modern .post-info-item-cats a:not(.readonly):hover,
.thegem-te-portfolio-info.portfolio-info--modern .portfolio-info-item-cats a:not(.readonly):hover,
.thegem-te-post-info.post-info--table .post-info-item-cats a:not(.readonly):hover,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item-cats a:not(.readonly):hover{
	background-color: var(--thegem-to-main-bg-color);
	border-color: var(--thegem-to-h6-color);
	color: var(--thegem-to-h6-color);
}

.thegem-te-post-info.post-info--table .post-info,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info{
	display: table;
	width: 100%;
}
.thegem-te-post-info.post-info--table .post-info-item,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item{
	display: table-row;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.thegem-te-post-info.post-info--table .post-info-item .item-label,
.thegem-te-post-info.post-info--table .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-label,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-value{
	display: table-cell;
	vertical-align: middle;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0;
}
.thegem-te-post-info.post-info--table .post-info-item.post-info-item-cats .item-value,
.thegem-te-post-info.post-info--table .post-info-item.post-info-item-likes .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item.portfolio-info-item-cats .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item.portfolio-info-item-likes .item-value{
	display: flex;
	flex-wrap: wrap;
}
.thegem-te-post-info.post-info--table .post-info-item .item-label > div,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-label > div{
	display: inline-block;
	vertical-align: top;
}
.thegem-te-post-info.post-info--table .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item .item-value{
	width: 100%;
}
.thegem-te-post-info.post-info--table.post-info--center .post-info-item .item-label,
.thegem-te-post-info.post-info--table.post-info--center .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--center .portfolio-info-item .item-label,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--center .portfolio-info-item .item-value{
	text-align: center;
	justify-content: center;
}
.thegem-te-post-info.post-info--table.post-info--right .post-info-item .item-label,
.thegem-te-post-info.post-info--table.post-info--right .post-info-item .item-value,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--right .portfolio-info-item .item-label,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--right .portfolio-info-item .item-value{
	text-align: right;
	justify-content: flex-end;
}
.thegem-te-post-info.post-info--table.post-info--text-vertical .post-info-item .item-label > *,
.thegem-te-post-info.post-info--table.post-info--text-vertical .post-info-item .item-value > *,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--text-vertical .portfolio-info-item .item-label > *,
.thegem-te-portfolio-info.portfolio-info--table.portfolio-info--text-vertical .portfolio-info-item .item-value > *{
	display: block;
}
.thegem-te-post-info.post-info--table .post-info-item:not(:last-child):after,
.thegem-te-portfolio-info.portfolio-info--table .portfolio-info-item:not(:last-child):after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	transform: none;
	width: 100%;
	height: 1px;
	background-color: var(--thegem-to-box-border-color, #D4DEE1);
	visibility: visible;
	opacity: 1;
}

/* Single Post Navigation */
.thegem-te-post-navigation,
.thegem-te-portfolio-navigation{
	position: relative;
	width: 100%;
}
.thegem-te-post-navigation.post-nav--left .nav-links,
.thegem-te-portfolio-navigation.post-nav--left .nav-links{
	justify-content: flex-start;
}
.thegem-te-post-navigation.post-nav--center .nav-links,
.thegem-te-portfolio-navigation.post-nav--center .nav-links{
	justify-content: center;
}
.thegem-te-post-navigation.post-nav--right .nav-links,
.thegem-te-portfolio-navigation.post-nav--right .nav-links{
	justify-content: flex-end;
}
.thegem-te-post-navigation.post-nav--justified .nav-links,
.thegem-te-portfolio-navigation.post-nav--justified .nav-links{
	justify-content: space-between;
}
.thegem-te-post-navigation .post-navigation .nav-links,
.thegem-te-portfolio-navigation .post-navigation .nav-links{
	position: relative;
	display: flex;
}
.thegem-te-post-navigation .post-navigation .nav-previous,
.thegem-te-portfolio-navigation .post-navigation .nav-previous {
	margin-right: 15px;
	text-align: left;
}
.thegem-te-post-navigation.post-nav--hide-gaps .post-navigation .nav-previous,
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-previous,
.thegem-te-portfolio-navigation.post-nav--hide-gaps .post-navigation .nav-previous,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-previous{
	margin: 0;
}
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-previous,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-previous{
	display: none;
}
.thegem-te-post-navigation .post-navigation .nav-next,
.thegem-te-portfolio-navigation .post-navigation .nav-next{
	margin-left: 15px;
	text-align: right;
}
.thegem-te-post-navigation.post-nav--hide-gaps .post-navigation .nav-next,
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-next,
.thegem-te-portfolio-navigation.post-nav--hide-gaps .post-navigation .nav-next,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--prev-hide .post-navigation .nav-next{
	margin: 0;
}
.thegem-te-post-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-next,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide.post-arrows--next-hide .post-navigation .nav-next{
	display: none;
}
.thegem-te-post-navigation .post-navigation a,
.thegem-te-portfolio-navigation .post-navigation a{
	position: relative;
	display: flex;
	align-items: center;
}
.thegem-te-post-navigation .post-navigation .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .meta-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'thegem-icons';
	font-size: 16px;
	font-style: normal;
	color: var(--thegem-to-h5-color);
	transition: all 0.3s;
}
.thegem-te-post-navigation .post-navigation .nav-previous .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .nav-previous .meta-icon{
	margin-right: 20px;
}
.thegem-te-post-navigation .post-navigation .nav-next .meta-icon,
.thegem-te-portfolio-navigation .post-navigation .nav-next .meta-icon{
	margin-left: 20px;
}
.thegem-te-post-navigation.post-label--hide.post-title--hide .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-label--hide.post-title--hide .post-navigation .meta-icon{
	margin: 0;
}
.thegem-te-post-navigation .post-navigation .meta-icon:before,
.thegem-te-portfolio-navigation .post-navigation .meta-icon:before{
	margin-top: -1px;
}
.thegem-te-post-navigation .post-navigation .nav-previous .meta-icon:before,
.thegem-te-portfolio-navigation .post-navigation .nav-previous .meta-icon:before{
	content: '\e675';
}
.thegem-te-post-navigation .post-navigation .nav-next .meta-icon:before,
.thegem-te-portfolio-navigation .post-navigation .nav-next .meta-icon:before{
	content: '\e676';
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .meta-icon,
.thegem-te-post-navigation.post-arrows--square .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .meta-icon{
	border: 1px solid;
	border-color: var(--thegem-to-h5-color, #3C3950);
	background-color: transparent;
	font-size: 22px;
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .nav-previous .meta-icon:before,
.thegem-te-post-navigation.post-arrows--square .post-navigation .nav-previous .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .nav-previous .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .nav-previous .meta-icon:before{
	content: '\e603';
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .nav-next .meta-icon:before,
.thegem-te-post-navigation.post-arrows--square .post-navigation .nav-next .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .nav-next .meta-icon:before,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .nav-next .meta-icon:before{
	content: '\e601';
}
.thegem-te-post-navigation.post-arrows--round .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--round .post-navigation .meta-icon{
	min-width: 34px;
	min-height: 34px;
	border-radius: 50%;
}
.thegem-te-post-navigation.post-arrows--square .post-navigation .meta-icon,
.thegem-te-portfolio-navigation.post-arrows--square .post-navigation .meta-icon{
	min-width: 46px;
	min-height: 46px;
}
.thegem-te-post-navigation .post-navigation a:hover .meta-icon,
.thegem-te-portfolio-navigation .post-navigation a:hover .meta-icon{
	color: var(--thegem-to-pagination-color-hover);
	border-color: var(--thegem-to-pagination-color-hover);
}
.thegem-te-post-navigation .post-navigation .meta-nav,
.thegem-te-portfolio-navigation .post-navigation .meta-nav{
	position: relative;
	display: flex;
	flex-direction: column;
}
.thegem-te-post-navigation .post-navigation .post-label,
.thegem-te-portfolio-navigation .post-navigation .post-label{
	color: var(--thegem-to-pagination-color);
}
.thegem-te-post-navigation .post-navigation .post-title,
.thegem-te-portfolio-navigation .post-navigation .post-title{
	max-width: 400px;

	font-family: var(--thegem-to-h5-font-family);
	font-style: var(--thegem-to-h5-font-style);
	font-weight: var(--thegem-to-h5-font-weight);
	font-size: var(--thegem-to-h5-font-size);
	line-height: var(--thegem-to-h5-line-height);
	color: var(--thegem-to-h5-color);
}
.thegem-te-post-navigation:not(.post-label--hide) .post-navigation .post-title,
.thegem-te-portfolio-navigation:not(.post-label--hide) .post-navigation .post-title{
	margin-top: 5px;
}
.thegem-te-post-navigation .post-navigation .post-label span,
.thegem-te-post-navigation .post-navigation .post-title span,
.thegem-te-portfolio-navigation .post-navigation .post-label span,
.thegem-te-portfolio-navigation .post-navigation .post-title span{
	margin: 0;
	transition: color 0.3s;
}
.thegem-te-post-navigation .post-navigation a:hover .post-label span,
.thegem-te-portfolio-navigation .post-navigation a:hover .post-label span{
	color: var(--thegem-to-pagination-color-hover);
}
.thegem-te-post-navigation .post-navigation a:hover .post-title span,
.thegem-te-portfolio-navigation .post-navigation a:hover .post-title span{
	color: var(--thegem-to-pagination-color-hover);
}

@media screen and (max-width: 767px){
	.thegem-te-post-navigation .post-navigation .nav-previous .meta-icon,
	.thegem-te-portfolio-navigation .post-navigation .nav-previous .meta-icon{
		margin-right: 10px !important;
	}
	.thegem-te-post-navigation .post-navigation .nav-next .meta-icon,
	.thegem-te-portfolio-navigation .post-navigation .nav-next .meta-icon{
		margin-left: 10px !important;
	}
	.thegem-te-post-navigation .post-navigation .post-title,
	.thegem-te-portfolio-navigation .post-navigation .post-title{
		max-width: 120px !important;
	}
	.thegem-te-post-navigation .post-navigation .post-title span,
	.thegem-te-portfolio-navigation .post-navigation .post-title span{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

/* Post Tags */
.thegem-te-post-tags{
	position: relative;
}
.thegem-te-post-tags .post-tags{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.thegem-te-post-tags.post-tags--left .post-tags {
	justify-content: flex-start;
}
.thegem-te-post-tags.post-tags--center .post-tags {
	justify-content: center;
}
.thegem-te-post-tags.post-tags--right .post-tags {
	justify-content: flex-end;
}
.thegem-te-post-tags.post-tags--justify .post-tags {
	justify-content: space-between;
}
.thegem-te-post-tags .post-tags__title,
.thegem-te-post-tags .post-tags__list{
	padding: 0;
	margin: 0;
}
.thegem-te-post-tags .post-tags__title{
	padding-right: 20px;
}
.thegem-te-post-tags .post-tags__list ul{
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: auto;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -3px;
	margin-right: -3px;
	padding: 0;
	list-style-type: none;
}
.thegem-te-post-tags .post-tags__list ul li{
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 5px;
	margin-bottom: 5px;

	font-family: var(--thegem-to-body-font-family);
	font-weight: var(--thegem-to-body-font-weight);
	font-style: var(--thegem-to-body-font-style);
	font-size: var(--thegem-to-body-font-size);
	text-transform: var(--thegem-to-body-text-transform);
	letter-spacing: var(--thegem-to-body-letter-spacing);
}
.thegem-te-post-tags .post-tags__list a{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 30px;
	padding: 0.3em 0.5em;
	line-height: 1;
	border-radius: 0;
	color: var(--thegem-to-tag-color, #5f727f);
	border: 1px solid var(--thegem-to-tag-color, #5f727f);
	background-color: transparent;
}
.thegem-te-post-tags .post-tags__list a:hover{
	color: var(--thegem-to-tag-hover-color, #FFFFFF);
	border-color: var(--thegem-to-tag-color, #5f727f);
	background-color: var(--thegem-to-tag-hover-background-color, #5f727f);
}

/* Post Author Box */
.thegem-te-post-author{
	position: relative;
}
.thegem-te-post-author .post-author{
	position: relative;
	display: flex;
	align-items: center;
	padding: 35px 50px;
	background-color: var(--styled-bg-color);
	border: 1px solid transparent;
	border-radius: 0;
}
.thegem-te-post-author.post-author--left .post-author {
	justify-content: flex-start;
}
.thegem-te-post-author.post-author--center .post-author {
	padding: 80px 50px 35px 50px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.thegem-te-post-author.post-author--right .post-author {
	justify-content: flex-end;
}
.thegem-te-post-author .post-author__avatar{
	position: relative;
	transition: all 0.3s;
}
.thegem-te-post-author.post-author--left .post-author__avatar {
	margin-right: 50px;
}
.thegem-te-post-author.post-author--right .post-author__avatar {
	margin-left: 50px;
	order: 2;
}
.thegem-te-post-author.post-author--center .post-author__avatar{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}
.thegem-te-post-author a.post-author__avatar:hover{
	opacity: 0.8;
}
.thegem-te-post-author .post-author__avatar img{
	border-radius: 50%;
	max-width: none;
	width: auto;
}
.thegem-te-post-author .post-author__name{
	position: relative;

	font-family: var(--thegem-to-h5-font-family);
	font-weight: var(--thegem-to-h5-font-weight);
	font-style: var(--thegem-to-h5-font-style);
	font-size: var(--thegem-to-h5-font-size);
	line-height: var(--thegem-to-h5-line-height);
	text-transform: capitalize;
	letter-spacing: 0;
	color: var(--thegem-to-h5-color);
}
.thegem-te-post-author .post-author__desc{
	position: relative;
	margin-top: 15px;
}
.thegem-te-post-author .post-author__desc p{
	padding: 0;
	margin: 0;
}
.thegem-te-post-author .post-author__link{
	position: relative;
	margin-top: 25px;

	font-family: var(--thegem-to-body-font-family);
	font-weight: var(--thegem-to-body-font-weight);
	font-style: var(--thegem-to-body-font-style);
	font-size: var(--thegem-to-body-tiny-font-size);
	line-height: var(--thegem-to-body-tiny-line-height);
}
.thegem-te-post-author .post-author__link a{
	position: relative;
	display: inline-flex;
	align-items: center;
}
.thegem-te-post-author .post-author__link a:hover{
	color: var(--thegem-to-link-color-hover);
}
.thegem-te-post-author .post-author__link a:before {
	font-family: 'thegem-icons';
	content: '\e601';
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	margin-right: 5px;
}
@media screen and (max-width: 767px){
	.thegem-te-post-author .post-author{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.thegem-te-post-author .post-author__avatar{
		order: 1;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 30px;
	}
	.thegem-te-post-author .post-author__info{
		order: 2;
	}
}

/* Post Comments */
.thegem-te-post-comments{
	position: relative;
}
.thegem-te-post-comments .post-comments,
.thegem-te-post-comments h2.post-comments__title,
.thegem-te-post-comments h2.post-comments__title span,
.thegem-te-post-comments h3.comment-reply-title,
.thegem-te-post-comments h3.comment-reply-title span{
	padding: 0;
	margin: 0;
}
.thegem-te-post-comments h3.comment-reply-title span{
	margin-right: 10px;
}
.thegem-te-post-comments h2.post-comments__title,
.thegem-te-post-comments h3.comment-reply-title{
	padding-bottom: 40px;
	line-height: normal;
	text-transform: none;
	letter-spacing: normal;
	font-family: var(--thegem-to-h4-font-family);
	font-weight: var(--thegem-to-h4-font-weight);
	font-style: var(--thegem-to-h4-font-style);
	font-size: var(--thegem-to-h4-font-size);
}
.thegem-te-post-comments h3.comment-reply-title:before{
	display: none;
}
.thegem-te-post-comments.post-comments--title-hide h2.post-comments__title,
.thegem-te-post-comments.post-comments--title-hide h3.comment-reply-title{
	display: none;
}

.thegem-te-post-comments .post-comments__list{
	position: relative;
	display: flex;
	flex-direction: column;
}
.thegem-te-post-comments .post-comments__list ul.children{
	padding: 0;
	margin: 0 0 0 105px;;
	list-style-type: none;
}
.thegem-te-post-comments .post-comments__list .comment,
.thegem-te-post-comments .comment-respond{
	position: relative;
	border-top: 1px solid var(--thegem-to-box-border-color);
}
.thegem-te-post-comments .comment-respond{
	padding-top: 50px;
}
.thegem-te-post-comments.post-comments--separator-hide .post-comments__list .comment,
.thegem-te-post-comments.post-comments--separator-hide .comment-respond{
	border: 0;
}
.thegem-te-post-comments .post-comments__list .comment .comment-reply-link {
	padding: 0;
}
.thegem-te-post-comments .post-comment__wrap{
	position: relative;
	display: flex;
	padding: 50px 0;
}
.thegem-te-post-comments .post-comment__avatar{
	position: relative;
	margin-right: 35px;
	transition: all 0.3s;
}
.thegem-te-post-comments .post-comment__avatar img{
	border-radius: 50%;
	max-width: none;
}
.thegem-te-post-comments .post-comment__info{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: auto;
}
.thegem-te-post-comments .post-comment__name{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}
.thegem-te-post-comments .post-comment__name-author,
.thegem-te-post-comments .post-comment__name-reply,
.thegem-te-post-comments h3.comment-reply-title small{
	padding: 0;
	margin: 0;
}
.thegem-te-post-comments .post-comment__name-author.default-title,
.thegem-te-post-comments .post-comment__name-reply.default-title,
.thegem-te-post-comments h3.comment-reply-title small{
	font-family: var(--thegem-to-h6-font-family);
	font-weight: var(--thegem-to-h6-font-weight);
	font-style: var(--thegem-to-h6-font-style);
	font-size: var(--thegem-to-h6-font-size);
	line-height: var(--thegem-to-h6-line-height);
	letter-spacing: 0;
	color: var(--thegem-to-h6-color);
}
.thegem-te-post-comments .post-comment__name-author a{
	color: var(--thegem-to-h6-color);
}
.thegem-te-post-comments .post-comment__name-author a:hover{
	color: var(--thegem-to-link-color);
}
.thegem-te-post-comments .post-comment__name-reply{
	margin-left: auto;
}
.thegem-te-post-comments .post-comment__name-reply.default-title,
.thegem-te-post-comments h3.comment-reply-title small{
	font-size: var(--thegem-to-h6-font-size-small);
}
.thegem-te-post-comments .post-comment__date,
.thegem-te-post-comments .post-comment__desc,
.thegem-te-post-comments .post-comment__desc p{
	padding: 0;
	margin: 0;
}
.thegem-te-post-comments .post-comment__date,
.thegem-te-post-comments .post-comment__approved{
	margin-bottom: 10px;
}
.thegem-te-post-comments .post-comment__desc.default-title,
.thegem-te-post-comments .post-comment__approved.default-title{
	font-size: var(--thegem-to-body-font-size);
	line-height: var(--thegem-to-body-line-height);
}
.thegem-te-post-comments .post-comment__date.default-title{
	font-size: var(--thegem-to-body-tiny-font-size);
	line-height: var(--thegem-to-body-tiny-line-height);
}
.thegem-te-post-comments .post-comment__date a{
	color: var(--thegem-to-date-filter-subtitle-color);
}
.thegem-te-post-comments .post-comment__date a:hover{
	color: var(--thegem-to-link-color-hover);
}
.thegem-te-post-comments .post-comment__approved{
	color: var(--thegem-to-link-color);
}
.thegem-te-post-comments .post-comment__desc{
	position: relative;
	color: var(--thegem-to-body-color);
}
.thegem-te-post-comments .comment-form{
	position: relative;
	width: 100%;
}
.thegem-te-post-comments .comment-form-message{
	margin-bottom: 15px;
}
.thegem-te-post-comments .comment-form label{
	margin-bottom: 10px;
}
.thegem-te-post-comments .comment-form input,
.thegem-te-post-comments .comment-form textarea,
.thegem-te-post-comments .comment-form .checkbox-sign{
	background-color: transparent;
}
.thegem-te-post-comments .comment-form > .row{
	margin-bottom: 0 !important;
}
.thegem-te-post-comments .comment-form .comment-form__line{
	margin-top: 25px !important;
}
.thegem-te-post-comments .comment-form .comment-form-cookies-consent{
	margin: 30px 0 0 0 !important;
}
.thegem-te-post-comments .comment-form .comment-form-cookies-consent label{
	margin-bottom: 0;
}
.thegem-te-post-comments .comment-form-fields{
	margin-bottom: 0;
}
.thegem-te-post-comments .form-submit{
	position: relative;
	display: flex;
	margin-top: 30px;
}
.thegem-te-post-comments .form-submit .gem-button{
	margin: 0;
	border-color: transparent;
	color: #FFFFFF;
	line-height: 1 !important;
}
.thegem-te-post-comments.post-comments-btn--left .form-submit{
	justify-content: flex-start;
}
.thegem-te-post-comments.post-comments-btn--center .form-submit{
	justify-content: center;
}
.thegem-te-post-comments.post-comments-btn--right .form-submit{
	justify-content: flex-end;
}
.thegem-te-post-comments.post-comments-btn--fullwidth .form-submit{
	justify-content: space-between;
	width: 100%;
}
.thegem-te-post-comments.post-comments-btn--fullwidth .form-submit .gem-button{
	width: 100%;
}
@media screen and (max-width: 767px){
	.thegem-te-post-comments .post-comments__list ul.children{
		margin: 0 0 0 25px;
	}
	.thegem-te-post-comments .post-comment__wrap{
		flex-direction: column;
	}
	.thegem-te-post-comments .post-comment__avatar{
		margin-right: 0 !important;
		margin-bottom: 25px;
	}
}

/* Custom font styles for product builder */
.title-main-menu{
	font-family: var(--thegem-to-menu-font-family);
	font-style: var(--thegem-to-menu-font-style);
	font-weight: var(--thegem-to-menu-font-weight);
	text-transform: var(--thegem-to-menu-text-transform);
	font-size: var(--thegem-to-menu-font-size);
	line-height: var(--thegem-to-menu-line-height);
	letter-spacing: var(--thegem-to-menu-letter-spacing, 0);
}
.title-main-menu.light{
	font-family: var(--thegem-to-light-title-font-family);
	font-style: var(--thegem-to-light-title-font-style);
	font-weight: var(--thegem-to-light-title-font-weight);
}
.title-text-body{
	font-family: var(--thegem-to-body-font-family);
	font-style: var(--thegem-to-body-font-style);
	font-weight: var(--thegem-to-body-font-weight);
	text-transform: var(--thegem-to-body-text-transform, none);
	font-size: var(--thegem-to-body-font-size);
	line-height: var(--thegem-to-body-line-height);
	letter-spacing: var(--thegem-to-body-letter-spacing);
}
.title-text-body.light{
	font-family: var(--thegem-to-light-title-font-family);
	font-style: var(--thegem-to-light-title-font-style);
	font-weight: var(--thegem-to-light-title-font-weight);
}
.title-text-body-tiny{
	font-family: var(--thegem-to-body-tiny-font-family);
	font-style: var(--thegem-to-body-tiny-font-style);
	font-weight: var(--thegem-to-body-tiny-font-weight);
	text-transform: var(--thegem-to-body-tiny-text-transform, none);
	font-size: var(--thegem-to-body-tiny-font-size);
	line-height: var(--thegem-to-body-tiny-line-height);
	letter-spacing: var(--thegem-to-body-tiny-letter-spacing);
}
.title-text-body-tiny.light{
	font-family: var(--thegem-to-light-title-font-family);
	font-style: var(--thegem-to-light-title-font-style);
	font-weight: var(--thegem-to-light-title-font-weight);
}

/* Product Price */
.thegem-te-product-price{
	position: relative;
}
.thegem-te-product-price .price{
	display: flex;
	width: 100%;
	align-items: flex-end;

	font-family: var(--thegem-to-product-price-font-family);
	font-style: var(--thegem-to-product-price-font-style);
	font-weight: var(--thegem-to-product-price-font-weight);
	text-transform: var(--thegem-to-product-price-text-transform);
	font-size: var(--thegem-to-product-price-font-size);
	line-height: var(--thegem-to-product-price-line-height);
	letter-spacing: var(--thegem-to-product-price-letter-spacing);
	color: var(--thegem-to-product-price-color);
}
.thegem-te-product-price .price ins{
	text-decoration: none;
}
.thegem-te-product-price .price del{
	position: relative;
	margin-bottom: 1px;
	margin-right: 10px;
	text-decoration: none;
	opacity: 0.5;
}
.thegem-te-product-price .price span{
	padding: 0;
	margin: 0;
}
.thegem-te-product-price .price .title-default del{
	font-family: var(--thegem-to-product-price-font-family);
	font-style: var(--thegem-to-product-price-font-style);
	font-weight: var(--thegem-to-product-price-font-weight);
	text-transform: var(--thegem-to-product-price-text-transform);
	font-size: calc(var(--thegem-to-product-price-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-product-price-font-size) * 0.7857);
	letter-spacing: var(--thegem-to-product-price-letter-spacing);
	color: var(--thegem-to-product-price-color);
}
.thegem-te-product-price .price .title-h1 del{
	font-size: calc(var(--thegem-to-h1-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-h1-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h2 del{
	font-size: calc(var(--thegem-to-h2-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-h2-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h3 del{
	font-size: calc(var(--thegem-to-h3-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-h3-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h4 del{
	font-size: calc(var(--thegem-to-h4-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-h4-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h5 del{
	font-size: calc(var(--thegem-to-h5-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-h5-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-h6 del{
	font-size: calc(var(--thegem-to-h6-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-h6-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-xlarge del{
	font-size: calc(var(--thegem-to-xlarge-title-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-xlarge-title-line-height) * 0.7857);
}
.thegem-te-product-price .price .styled-subtitle del{
	font-size: calc(var(--thegem-to-styled-subtitle-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-styled-subtitle-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-main-menu del{
	font-size: calc(var(--thegem-to-menu-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-menu-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-text-body del{
	font-size: calc(var(--thegem-to-body-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-body-line-height) * 0.7857);
}
.thegem-te-product-price .price .title-text-body-tiny del{
	font-size: calc(var(--thegem-to-body-tiny-font-size) * 0.7857);
	line-height: calc(var(--thegem-to-body-tiny-line-height) * 0.7857);
}
.thegem-te-product-price .price del:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;

	background-color: var(--thegem-to-product-price-color);
}
.thegem-te-product-price .price.not-strikethrough del:before{
	display: none;
}
.thegem-template-loop-item .thegem-te-product-price .price {
	font-family: var(--thegem-to-product-grid-price-font-family);
	font-style: var(--thegem-to-product-grid-price-font-style);
	font-weight: var(--thegem-to-product-grid-price-font-weight);
	text-transform: var(--thegem-to-product-grid-price-text-transform);
	font-size: var(--thegem-to-product-grid-price-font-size);
	line-height: var(--thegem-to-product-grid-price-line-height);
	letter-spacing: var(--thegem-to-product-grid-price-letter-spacing);
	color: var(--thegem-to-product-grid-price-color);
}

/* Loop Product Price */
.thegem-te-loop-product-add-to-cart .cart {
	display: flex;
}

.thegem-te-loop-product-add-to-cart .cart.type_button .button {
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1;
	padding: 6px 15px;
	margin: 4px 0;
	border-radius: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.thegem-te-loop-product-add-to-cart .cart.type_button .button i {
	color: currentColor;
	font-size: 16px;
	line-height: 1;
}
.thegem-te-loop-product-add-to-cart .cart i.default:before {
	content: "\e660";
	font-style: normal;
	font-family: 'thegem-icons';
	font-weight: normal;
	-webkit-font-smoothing: initial;
	vertical-align: middle;
}
.thegem-te-loop-product-add-to-cart .cart.type_button .button .space {
	display: inline-block;
	width: 7px;
}
.thegem-te-loop-product-add-to-cart .cart.variable-type-button i.default:before {
	content: "\e661";
	font-style: normal;
	font-family: 'thegem-icons';
	font-weight: normal;
	-webkit-font-smoothing: initial;
}

.thegem-te-loop-product-add-to-cart .cart.icon .button {
	width: 32px !important;
	height: 32px !important;
	line-height: 32px !important;
	margin: 0;
	font-size: 0;
	letter-spacing: 0;
	padding: 0;
	visibility: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.thegem-te-loop-product-add-to-cart .cart.icon .button i {
	font-size: 16px !important;
	line-height: 1;
	color: currentColor;
}
.thegem-te-loop-product-add-to-cart .cart {
	justify-content: center;
}
.thegem-te-loop-product-add-to-cart .cart.alignment-left {
	justify-content: start;
}
.thegem-te-loop-product-add-to-cart .cart.alignment-right {
	justify-content: end;
}
.thegem-te-loop-product-add-to-cart .cart.alignment-fullwidth .button {
	width: 100%;
}
.thegem-te-loop-product-add-to-cart .added_to_cart {
	display: none;
}
.thegem-te-loop-product-add-to-cart .cart .button.loading {
	bottom: auto;
	left: auto;
	position: static;
	right: auto;
	top: auto;
	z-index: 2;
}
/*Popup notifications*/
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	background: linear-gradient(180deg, rgba(33, 34, 39, 0) 0%, rgba(33, 34, 39, 0.3) 100%);
	margin: 0 !important;
	z-index: 10000;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	display: flex;
	justify-content: center;
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification.visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@supports (-webkit-touch-callout: none) {
	.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification {
		top: 0;
		bottom: initial;
		background: linear-gradient(0deg, rgba(33, 34, 39, 0) 0%, rgba(33, 34, 39, 0.3) 100%);
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message {
	max-width: 95%;
	position: absolute;
	bottom: 30px;
	color: inherit;
	padding: 12px 18px;
}
@supports (-webkit-touch-callout: none) {
	.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message {
		top: 30px;
		bottom: initial;
	}
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message:before {
	content: "";
	font-family: "thegem-icons";
	font-weight: normal;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 0.7;
	margin-right: 8px;
	font-size: 1.5em;
	vertical-align: middle;
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message span.buttons {
	display: inline-block;
}
@media (max-width: 767px) {
	.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message span.buttons {
		width: 100%;
	}
	.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message span.buttons a.button:first-child {
		margin-left: 0;
	}
}
.thegem-popup-notification-wrap.loop-product-add-to-cart-popup-notification .thegem-popup-notification .notification-message a.button {
	width: fit-content;
	width: -webkit-fit-content;
	height: auto;
	font-size: 14px;
	line-height: 1;
	padding: 3px 15px 4px 15px;
	margin-left: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-webkit-appearance: none;
	transition: all 0.3s;
}


/* Product Rating */
.thegem-te-loop-product-rating{
	position: relative;
}
.thegem-te-loop-product-rating .product-rating{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	gap: 5px;
}
.thegem-te-loop-product-rating .product-rating .star-rating {
	font-family: 'thegem-icons';
	font-style: normal;
	font-size: 18px;

	height: 1em;
	line-height: 1em;
	overflow: hidden;
	position: relative;
	width: 5em;
	margin: 0;
}
.thegem-te-loop-product-rating .product-rating .star-rating:before{
	content: '\e61a\e61a\e61a\e61a\e61a';
	float: left;
	left: 0;
	position: absolute;
	top: -1px;
	color: var(--thegem-to-product-rating-stars-base-color, #b6c6c9);
}
.thegem-te-loop-product-rating .product-rating .star-rating span {
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: -1px;
}
.thegem-te-loop-product-rating .product-rating .star-rating > span:before {
	content: '\e61a\e61a\e61a\e61a\e61a';
	left: 0;
	position: absolute;
	top: 0;
	color: var(--thegem-to-product-rating-stars-rated-color, #ffc107);
}

/* Product Add to Wishlist */
.thegem-te-loop-product-add-to-wishlist{
	position: relative;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist{
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-text{
	position: relative;
	display: inline-flex;
	align-items: center;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text .yith-wcwl-add-to-wishlist,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text .yith-wcwl-wishlistexistsremove {
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.without-icon .yith-wcwl-add-to-wishlist a * {
	opacity: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-left .yith-wcwl-add-to-wishlist a {
	text-align: left;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-left:not(.without-icon) .product-add-to-wishlist-text {
	margin-left: 24px;
	padding-left: 5px;
}
.thegem-te-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-right .yith-wcwl-add-to-wishlist a {
	text-align: right;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-right:not(.without-icon) .product-add-to-wishlist-text {
	margin-right: 24px;
	padding-right: 5px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-top .yith-wcwl-add-to-wishlist {
	top: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-top:not(.without-icon) .product-add-to-wishlist-text {
	margin-top: 24px;
	padding-top: 5px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-bottom .yith-wcwl-add-to-wishlist {
	bottom: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-bottom:not(.without-icon) .product-add-to-wishlist-text {
	margin-bottom: 24px;
	padding-bottom: 5px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-top .yith-wcwl-add-to-wishlist a,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist.with-text.icon-position-bottom .yith-wcwl-add-to-wishlist a {
	text-align: center;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-custom-icons {
	display: none;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-text span{
	padding: 0;
	margin: 0;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .product-add-to-wishlist-text span{
	color: var(--thegem-to-link-color) !important;
	transition: all 0.3s;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist:hover .product-add-to-wishlist-text span{
	color: var(--thegem-to-link-color-hover) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .yith-wcwl-add-to-wishlist .gem-button-container{
	display: flex;
	width: 100%;
}
.thegem-te-loop-product-add-to-wishlist .gem-button .gem-icon-add-to-wishlist:not(.custom-add-wishlist-icon):before {
	content: '\e66b';
	font-size: 24px;
}
.thegem-te-loop-product-add-to-wishlist .gem-button .gem-icon-remove-to-wishlist:not(.custom-remove-wishlist-icon):before {
	content: '\e641';
	font-size: 24px;
}
.thegem-te-loop-product-add-to-wishlist .gem-button .gem-icon-browse-wishlist:not(.custom-browse-wishlist-icon):before {
	content: '\e66c';
	font-size: 24px;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .add_to_wishlist,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .remove_from_wishlist{
	width: 100%;
	margin: 0;
	background: transparent;
	border: 0;
	padding: 0;
	height: auto;
	text-align: left;
	line-height: 1;

	color: var(--thegem-to-product-page-btn-add-to-wishlist-color, var(--thegem-to-link-color)) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .remove_from_wishlist{
	color: var(--thegem-to-product-page-btn-add-to-wishlist-color-filled, var(--thegem-to-link-color-active)) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist:hover .add_to_wishlist,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist:hover .remove_from_wishlist{
	color: var(--thegem-to-product-page-btn-add-to-wishlist-color-hover, var(--thegem-to-link-color-hover)) !important;
}
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .blockUI,
.thegem-te-loop-product-add-to-wishlist .product-add-to-wishlist .blockUI.blockOverlay{
	display: none !important;
}/* quote */

blockquote{
	margin: 0;
	font-size: 24px;
	line-height: 37px;
	padding: 67px 87px;
	background-color: #f3f5f6;
	position: relative;
}
blockquote:after {
	position: absolute;
	font-family: thegem-icons;
	font-style: normal;
	content: '\e60c';
	font-size: 76px;
	line-height: 37px;
	font-weight: normal;
	right: 67px;
	bottom: 7px;
	color: #a3e7f0;
}


/* bace list */


.wpb_text_column ul li {
	position: relative;
	list-style: none;
	padding-bottom: 6px;
}
.wpb_text_column ul li ul,
.wpb_text_column ol li ol{
	padding-bottom: 5px;
	padding-left: 30px;
	padding-top: 5px;
}
.wpb_text_column ul li:before {
	left: -12px;
	content: "";
	height: 3px;
	width: 3px;
	position: absolute;
	background-color: #002b36;
	border-radius: 50%;
	top: 12px;
}
.wpb_text_column ol li {
	position: relative;
	padding-bottom: 6px;
}

.wpb_text_column ol {
	list-style: none;
	counter-reset:li;
}
.wpb_text_column ol li:before {
	content:counter(li);
	counter-increment:li;
	position:absolute;
	counter-reset: section;
	top:-4px;
	left:-2em;
	width:2em;
	padding:4px 0;
	font-weight:bold;
	text-align:center;
}

.wpb_text_column .yith-wcwl-share ul li:before {
	display: none;
}

/* List */
.gem-list {
	margin-bottom: 1.421em;
}
.gem-list > ul {
	list-style: none;
	padding-left: 1.2em;
	margin: 0;
}
.gem-list > ul > li {
	position: relative;
	text-indent: -1.2em;
	margin-bottom: 0.7em;
}
.gem-list > ul > li:last-child {
	margin-bottom: 0;
}
.gem-list > ul > li:before {
	font-family: 'thegem-icons';
	font-style: normal;
	font-weight: normal;
	content: '\e601';
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
	width: 21px;
	text-indent: 0;

}

.gem-list.gem-list-type-check > ul > li:before {
	content: '\e614';
}
.gem-list.gem-list-type-arrow > ul > li:before {
	content: '\e64c';
}
.gem-list.gem-list-type-double-arrow > ul > li:before {
	content: '\e653';
}

.gem-list.gem-list-type-check-style-1  > ul > li:before {
	content: '\e614';
}
.gem-list.gem-list-type-check-style-2  > ul > li:before {
	content: '\e650';
}
.gem-list.gem-list-type-disc-style-1  > ul > li:before {
	content: '\e617';
}
.gem-list.gem-list-type-disc-style-2  > ul > li:before {
	content: '\e651';
}
.gem-list.gem-list-type-checkbox  > ul > li:before {
	content: '\e647';
}

.gem-list.gem-list-type-cross > ul > li:before {
	content: '\e619';
}
.gem-list.gem-list-type-snowflake-style-1 > ul > li:before {
	content: '\e644';
}
.gem-list.gem-list-type-snowflake-style-2 > ul > li:before {
	content: '\e645';
}
.gem-list.gem-list-type-square > ul > li:before {
	content: '\e618';
}
.gem-list.gem-list-type-disc > ul > li:before {
	content: '\e617';
}
.gem-list.gem-list-type-star > ul > li:before {
	content: '\e61a';
}
.gem-list.gem-list-type-plus > ul > li:before {
	content: '\e652';
}

.gem-list.gem-list-type-Label > ul > li:before {
	content: '\e648';
}






.gem-list.gem-list-color-1  > ul > li:before{
	color: #3c3950;
}
.gem-list.gem-list-color-2   > ul > li:before{
	color: #00bfa5;
}
.gem-list.gem-list-color-3  > ul > li:before {
	color: #00bcd4;
}
.gem-list.gem-list-color-4  > ul > li:before {
	color: #ffb932;
}
.gem-list.gem-list-color-5  > ul > li:before {
	color: #f44336;
}
.gem-list.gem-list-color-6  > ul > li:before {
	color: #7e57c2;
}
.gem-list.gem-list-color-7  > ul > li:before {
	color: #d500f9;
}
.gem-list.gem-list-color-8  > ul > li:before {
	color: #8d6e63;
}
.gem-list.gem-list-color-9  > ul > li:before {
	color: #f26c4f;
}
.gem-list.gem-list-color-10 > ul > li:before {
	color: #ad1457;
}
.gem-list.gem-list-color-11 > ul > li:before {
	color: #afb42b;
}
.gem-list.gem-list-color-12 > ul > li:before {
	color: #ffffff;
}
.gem-list.gem-list-color-13 > ul > li:before {
	color: #e5bf93;
}
.gem-list .gem-list  > ul > li:before {
	color: #5f727f;
}


/* Table */
.gem-table {
	margin-bottom: 1.421em;
}
.gem-table table {
	width: 100%;
}
.gem-table thead th {
	padding: 17px;
	text-transform: uppercase;
}
.gem-table td {
	padding: 16px;
}
.gem-table table {
	border: medium none !important;
	overflow: visible;
}

.gem-table.gem-table-style-3 {
	border: medium none;
	overflow: visible;
}

@media (max-width: 768px) {
	.gem-table.gem-table-responsive {
		border: 0 none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.gem-table-responsive .tabletolist > li span
	{
		margin-bottom: 30px;
	}
	.gem-table-responsive .tabletolist .titles {
		border: medium none;
		margin: 0;
		background-color: #f4f7f6;
	}
	.gem-table-responsive .tabletolist .row_headers {
		border-right: 1px solid #dfe5e8;
	}
	.gem-table-responsive .tabletolist > li
	{
		margin-bottom: 30px;
	}
	.gem-table-responsive.gem-table-style-1 .tabletolist > li  li:nth-child(even) {
		background-color: #f4f7f6;
	}

	.gem-table-responsive.gem-table-style-2 .tabletolist > li span.titles {
		border:medium  none;
	}

	.gem-table-responsive.gem-table-style-3  .tabletolist > li,
	.gem-table-responsive.gem-table-style-3  .tabletolist .row_headers,
	.gem-table-responsive.gem-table-style-3  .tabletolist > li span{
		border: medium none;
	}
	.gem-table-responsive.gem-table-style-3 .tabletolist > li .titles {
		background-color: #46485c;
	}
	.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(odd) {
		background-color: #f4f7f6;
	}
	.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(odd) .row_headers{
		background-color: #f0f3f2;
	}
	.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(even){
		background-color: #ebf0ef;
	}
	.gem-table-responsive.gem-table-style-3 .tabletolist > li  li:nth-child(even) .row_headers{
		background-color: #e6ebe9;
	}
	.gem-table-responsive .tabletolist,
	.gem-table-responsive .tabletolist > li > ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.gem-table-responsive .tabletolist > li > ul {
		display: table;
		width: 100%;
	}
	.gem-table-responsive .tabletolist > li > ul > li {
		display: table-row;
	}
	.gem-table-responsive .tabletolist .row_headers,
	.gem-table-responsive .tabletolist .row_data {
		display: table-cell;
		padding: 17px;
		vertical-align: middle;
	}

	.gem-table-responsive.gem-table-style-1 .tabletolist.nrh .row_headers {
		font-weight: bold;
	}
	.gem-table-responsive .tabletolist.rh > li > .titles {
		display: block;
		padding: 14px;
		text-align: center;
		text-transform: uppercase;
	}
	.gem-table-style-1 .tabletolist.rh > li > .titles {
		position: relative;
	}
	.gem-table-responsive .tabletolist.rh .row_data,
	.gem-table-responsive .tabletolist.rh .row_headers{
		text-align: center;
	}

}
.gem-table-style-1.gem-table{
	border: medium none;
}

.gem-table-style-3 tr:nth-child(even) td {
	background-color: #e6ebe9;
}
.gem-table-style-3 tr:nth-child(even) td:nth-child(even) {
	background-color: #ebf0ef;
}
.gem-table-style-3 tr:nth-child(odd) td{
	background-color: #f4f7f6;
}
.gem-table-style-3 thead tr th:nth-child(even) {
	background-color: #46485c;
}
 .gem-table-style-1 tr:nth-child(even) td {
	background-color: #f4f7f6;
}
.gem-table-style-2 thead tr {
	background-color: #f4f7f6;
}
.gem-table-style-2.gem-table {
	border: medium none ;
}

.gem-table-responsive .tabletolist.rh > li:first-child > .titles {
	border-top: medium none;
}
.gem-table h1,
.gem-table h2,
.gem-table h3,
.gem-table h4,
.gem-table h5,
.gem-table h6 {
	margin: 0px;
}


.custom-header  .title-xlarge {
    margin: 0.4em 0;
}
.custom-header-subtitle span {
	display: block;
}
.gem-custom-header-icon-position-centered {
text-align: center;
}

.gem-custom-header-icon-position-left .gem-icon {
	float: left;
}
.gem-custom-header-icon-position-left .gem-custom-header-conteiner{
	text-align: right;
}
.gem-custom-header-icon-position-right .gem-icon {
	float: right;
}
.gem-custom-header-icon-position-left .custom-header-title,
.gem-custom-header-icon-position-left .custom-header-subtitle{
	float: right;
	clear: right;
}
.gem-custom-header-icon-position-left {
	text-align: right;
}
.gem-custom-header-icon-position-right {
	text-align: left;
}
.gem-custom-header-icon-position-centered {
	text-align: center;
}
.custom-header .breadcrumbs {
	width: 100%;
}
.gem-custom-header-icon-position-centered .gem-icon {
	float: none;
	display: inline-block;
}
.gem-custom-header-icon-position-centered .gem-custom-header-conteiner {
	width: 100%;
	text-align: center;
}
.gem-custom-header-icon-position-centered .styled-subtitle .light {
	display: inline-block;
}
.custom-header.gem-custom-header-no-icon .gem-icon {
	display: none;
}
.gem-custom-header-icon-position-centered .container {
	padding: 0;

}
.custom-header .container {
	position: inherit;
}
.gem-custom-header-icon-position-left .breadcrumbs {
	right: 21px;
}
.gem-custom-header-icon-position-right .breadcrumbs {
	left: 21px;
}
body .site-main .custom-header .gem-icon {
	margin-top: 50px;
}
.custom-header h1 ,
.custom-header h2,
.custom-header h3,
.custom-header h4,
.custom-header h5,
.custom-header h6{
	margin-top: 50px;
}


.gem-custom-header-icon-position-centered  h1{
	margin-top: 30px;
}
.gem-custom-header-icon-position-centered {
	padding-top: 20px;
}
.custom-header h1 {
	margin-bottom: 20px;

}
.gem-custom-header-icon-position-centered  .gem-custom-header-conteiner {
	display: inline-block;
	width: 100%;
}

.gem-custom-header-icon-position-centered .gem-custom-header-conteiner .custom-header-title,
.gem-custom-header-icon-position-centered .gem-custom-header-conteiner .custom-header-subtitle{
	width: 100%;

}
.gem-custom-header-no-icon .custom-header-title span {
    display: inline;
}
.custom-header-title span{
	display: inline-block;
}
.custom-header  .breadcrumbs {
	position: absolute;
	bottom: 10px;
}

.custom-header .gem-icon-shape-none {
	border: none !important;
}
.custom-header.centreed_breadcrumbs .breadcrumbs {
    text-align: center;
}

.breadcrumbs .current {
	color: #e7ff89;
	padding-bottom: 12px;
	border-bottom: 3px solid #e7ff89;
}
.bc-devider:before {
	font-family: thegem-icons;
	font-style: normal;
	width: 20px;
	vertical-align: middle;
	padding: 0px 12px;
	content:  '\e64c';
}
@media (max-width: 768px) {
	.custom-header  .breadcrumbs{
		right: 0 !important;
		left: 0 !important;
		text-align: center !important;
	}
	.gem-custom-header-icon-position-left .custom-header-title,
	.gem-custom-header-icon-position-left .custom-header-subtitle {
		float: none;
	}
}
@media (max-width: 1080px) {
	.custom-header .custom-header-title span{
		max-width: 800px !important;
	}
	.custom-header .custom-header-title span{
		max-width: 800px !important;
	}
}
@media  (min-width:980px) and (max-width:1200px) {
    .row .custom-header {
        padding-top: 120px !important;
    }
}
@media (max-width: 980px) {
	.custom-header .custom-header-title span{
		max-width: 600px !important;
	}
	.custom-header .custom-header-title span{
		max-width: 600px !important;
	}
	.gem-custom-header-icon-position-centered .custom-header-title{
		margin: 0 auto;
		text-align: center !important;
	}
}
@media (max-width: 880px) {
	.custom-header .custom-header-title span{
		max-width: 480px !important;
	}
	.custom-header .custom-header-title span{
		max-width: 480px !important;
	}
}

@media (max-width: 767px) {
	.custom-header .custom-header-title {
		max-width: 550px !important;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.custom-header .custom-header-title span{
		max-width: 550px !important;
		margin: 0 auto;
		text-align: center !important;
		float: none;
	}
	.custom-header .custom-header-title span h1{
		font-size: 2.6em !important;

	}
	.custom-header .gem-icon {
		display: inline-block;
		float: none;
	}
	.custom-header {
		text-align: center;
	}
	.styled-subtitle .light {
		text-align: center;
	}
	.gem-icon-size-big {
		font-size: 95px;
		width: 95px;
		height: 95px;
		line-height: 95px;
	}
}

/*custom-header*/

/*footer*/
.contact-form-footer input{
	padding-top: 21px;
	border-radius: 3px;
	padding-bottom: 17px;
}
.wpcf7 .wpcf7-form .contact-form-footer textarea {
	height: 95px;
	width: 100%;
}
.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit {
	width: 100%;
	padding: 11px;
	margin: 0;
	line-height: 0;
}
.site-footer .contact-form-footer .wpcf7-form-control-wrap .wpcf7-form-control {
	padding: 7px !important;
}
.site-footer #colophon .widget-title {
	margin-bottom: 42px;
}
.site-footer .widget_contacts .gem-contacts div{

	line-height: inherit;
	display: block;
}

.site-footer .gem-contacts-item.gem-contacts-address {
	border-bottom: 1px solid #393d50;
	padding-bottom: 30px;
	margin-top: -15px;
}
.site-footer .gem-contacts-item.gem-contacts-phone {
	padding-top: 30px;
}
.site-footer .widget_text ul {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -17px;
}
.site-footer .widget_text  ul li {
	list-style: none;
	float: left;  padding-left: 14px;
	padding: 8px 0;
	margin-left: 13px;
	border-bottom: 1px solid #393d50;
	width: 100%;
}
.site-footer .widget_text  ul li:last-child {
	border-bottom: medium none;
}
.site-footer .widget_text ul li:before {
	border-radius: 50%;
	content: '';
	width: 5px;
	margin-top: 10px;
	height: 5px;
	float: left;
	margin-left: -14px;

}
.site-footer .gem-mini-pagination a{
	width: 13px;
	height: 13px;
}
.site-footer .gem-clients-grid-carousel-wrap .gem-clients-slide a {
	border-radius: 0px;
}
.site-footer .mc-form {
	position: relative;
	margin-top: 35px;
}
.site-footer #mc4wp_submit {
	position: absolute;
	top: -8px;
	right: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;

}
.site-footer .mc4wp-form input[type='email'] {
    padding: 7px 21px;
    width: 100%;
}
.site-footer .widget-title {
	margin-bottom: 40px;
}
/*footer*/


.digram-line-box  .skill-element {
	padding-top:4px;
}
.skill-title {
	padding-left: 28px;
	margin-bottom: 7px;
}
.widget .diagram-summary-skill-line {
	font-size: 22px;
	font-weight: 100;

}

body .gem-icon-with-text.gem-icon-with-text-float-right .gem-icon-with-text-icon{
	display: block;
	float: right;
}

.gem-icon-shape-romb {
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.gem-icon-shape-romb .gem-icon-inner{
	border-radius: 0px;
}
.romb-icon-conteiner {
	transform: rotate(-45deg);
	width: 100%;
	height: 100%;
}
.gem-icon-size-xlarge.gem-icon-shape-romb {

	border-radius: 14px;
}
.gem-icon-size-large.gem-icon-shape-romb {
	margin: 34px;
	border-radius: 7px;
}
.gem-icon-size-medium.gem-icon-shape-romb {
	margin: 16px;
	border-radius: 3px;
}
.gem-icon-size-small.gem-icon-shape-romb {
	margin: 10px;
	border-radius: 3px;
}

body .gem-icon.gem-icon-size-small {
	border-width: 3px;
}

.wpcf7-form .wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input.wpcf7-text,
.wpcf7-form .combobox-wrapper,
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form .wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input.wpcf7-text {
	padding: 12px;
	padding-left: 20px;
}
.wpcf7-form .combobox-wrapper {
	overflow: hidden;
}

.wpcf7-form input:not(.gem-button-wpcf-custom) {
	padding-right: 40px;
}
.wpcf7 p {
	margin-bottom: 24px;
}
.wpcf7-form  .wpcf7-form-control-wrap {
	display: inline-block;
}

.wpcf7-form .combobox-wrapper {
	height: 51px;
}

.wpcf7-form .combobox-wrapper .combobox-button {
	height: 51px;
	width: 51px;
}
.wpcf7-form .combobox-wrapper .combobox-button:before {
	font-size: 24px;
	margin-left: -11px;
}
.wpcf7-form .combobox-wrapper .combobox-text {
	padding: 10px 20px;
	line-height: 32px;

}
.wpcf7 textarea {
	padding-left: 20px;
	padding-right: 12px;
}
.wpcf7-form span.wpcf7-list-item {
	margin-right: 20px;
	margin-left: 0px;
}
@media (max-width: 768px) {
	.wpcf7-form span.wpcf7-list-item {
		display: block;
		float: left;
	}
}

.wpcf7-form .gem-button:not(.gem-button-wpcf-custom),
.wpcf7-form  input[type='submit']:not(.gem-button-wpcf-custom) {
	margin: 15px 15px 15px 0;
}
.wpcf7-form .checkbox-sign,
.wpcf7-form .radio-sign,
.wpcf7-quiz-label{
	margin-right: 10px;
}

.wpcf7-form input[type='submit']:not(.gem-button-wpcf-custom) {
	height: 50px;
	line-height: 30px;
	padding: 10px 40px;
	font-size: 20px;
}

.wpcf7  .cf-style1-name,
.wpcf7  .cf-style1-email {
	float: left;
    margin-right: 16px;
}
.wpcf7  .cf-style1-title {
	margin-right: 11px;
	float: left;
}
.cf-style1-title > span,
.cf-style1-name span,
.cf-style1-email span{
	margin-right: 19px;

}
.wpcf7  .cf-style1-website span,
.wpcf7  .cf-style1-name span,
.wpcf7  .cf-style1-email span{
	max-width: 310px;
}


.cf-style1-website {
	float: left;
}
body .cf-style1-checkbox {
	clear: both;
	width: 100%;
	margin-bottom: 24px;
}
select.wpcf7-form-control.wpcf7-select option {
	padding-left: 10px;
	padding-top: 3px;
}
.cf-style1-textarea .wpcf7-form-control-wrap,
.cf-style1-textarea textarea {
	width: 100%;
}
.cf-style1-textarea textarea {
	height: 220px;
}
.wpcf7-form-control-wrap select {
	width: 100%;
}
.contact-form-style-3 {
	margin-left: -21px;
	margin-right: -21px;
}
body .contact-form-style-3 input,
body .contact-form-style-3 span {
	width: 100%;
}

body .cf-style1-textarea {
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

div.wpcf7 .gem-button-position-center .ajax-loader {
	margin-right: -20px;
}

.wpcf7-form .website {
	position: relative;
}
.wpcf7-form .gem-form-icon-phone,
.wpcf7-form .gem-form-icon-website,
.wpcf7-form .gem-form-icon-email,
.wpcf7-form .gem-form-icon-name {
	position: relative;
}
.wpcf7-form .phone:after,
.wpcf7-form .website:after,
.wpcf7-form .email:after,
.wpcf7-form  .name:after,
.wpcf7-form .gem-form-icon-phone:after,
.wpcf7-form .gem-form-icon-website:after,
.wpcf7-form .gem-form-icon-email:after,
.wpcf7-form .gem-form-icon-name:after {
	position: absolute;
	font-family: thegem-icons;
	font-style: normal;
	right: 12px;
	top: 12px;
	font-size: 24px;
}
.wpcf7-form .website:after,
.wpcf7-form .gem-form-icon-website:after {
	content: '\e623';
}
.wpcf7-form .email:after,
.wpcf7-form .gem-form-icon-email:after {
	content: '\e643';
}
.wpcf7-form .name:after,
.wpcf7-form .gem-form-icon-name:after {
	content: '\e63b';
}
.wpcf7-form .phone:after,
.wpcf7-form .gem-form-icon-phone:after {
	content: '\e625';
}
.wpcf7-form .gem-form-icon-phone .phone:after,
.wpcf7-form .gem-form-icon-website .website:after,
.wpcf7-form .gem-form-icon-email .email:after,
.wpcf7-form .gem-form-icon-name .name:after {
	display: none;
}
.contact-form-style-2 input,
.contact-form-style-2 .wpcf7-form-control-wrap {
	width: 100%;
}
.cf-style2-title,
.cf-style2-text {
	float: left;
}
.cf-style2-title > span{
	float: left;

}
.cf-style2-text > span {
	float: left;

}
.cf-style2-textarea textarea {
	width: 100%;
}
p.cf-style2-textarea {
	margin-top: 30px;
	float: left;
	width: 100%;
}

p.cf-style2-checkbox,
p.cf-style2-radio{
	margin-bottom: -24px;
}
p.cf-style2-checkbox .wpcf7-list-item,
p.cf-style2-radio .wpcf7-list-item{
	padding-bottom: 24px;
	display: block;
	float: left;
}

p.cf-style2-title {
	width: 28%;
	margin-right: 3%;
}
p.cf-style2-text {
	width: 69%;
}
.cf-style2-adreess .combobox-wrapper{
	max-width: 100%;
}
.widget .wpcf7-form .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap {
	width: 100%;
}
.widget  .wpcf7 textarea {
	height: 100px;
    width: 100%;
}
.form-sidebar span,
.form-sidebar textarea,
.form-sidebar input{
    width: 100%;
}


.widget .wpcf7-form  input {
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.widget .wpcf7-form textarea {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
}
.widget .wpcf7-form p {
	width: 100%;
}
.wpcf7-form p.col-lg-6:after,
.wpcf7-form p.col-lg-3:after,
.wpcf7-form p.col-lg-4:after {
	right: 30px;
}
.widget .wpcf7-form input.wpcf7-text {
	padding: 6px;
	padding-left: 20px;
	padding-right: 40px;
}
.widget .wpcf7-form .phone:after,
.widget .wpcf7-form .website:after,
.widget .wpcf7-form .email:after,
.widget .wpcf7-form .name:after {
	top: 7px;
}
.widget .wpcf7 p {
	margin-bottom: 20px;
}
.widget .wpcf7-form .combobox-wrapper .combobox-text {
	padding: 5px 20px;
	line-height: 31px;
}
.widget .wpcf7-form input[type='submit'] {
	margin-top: 0px;
}
.widget  .wpcf7-form .combobox-wrapper {
	height: 41px;
	max-width: 331px;
}
.widget .wpcf7-form input[type='submit'] {
	height: 40px;
	line-height: 21px;
	padding: 10px 40px;
	font-size: 14px;
}
.widget .combobox-wrapper .combobox-button:before {
	margin-top: -11px;
}
.wpcf7-form .contact-form-style-2  .combobox-wrapper {
	height: 49px;
}
@media (max-width: 1212px) {
	.wpcf7-form .wpcf7-form-control-wrap,
	.wpcf7 .contact-form-style-3 p,
	.wpcf7 .contact-form-style-1 p {
		width: 100%;
	}
	.wpcf7 .cf-style3-website input,
	.wpcf7 .cf-style3-name input,
	.wpcf7 .cf-style3-email input,
	.wpcf7 .cf-style1-website input,
	.wpcf7 .cf-style1-name input,
	.wpcf7 .cf-style1-email input {
		width: 100%;
		max-width: 100%;
	}

}
@media (max-width: 768px) {
	.wpcf7 .cf-style3-website span,
	.wpcf7 .cf-style3-name span,
	.wpcf7 .cf-style3-email span,
	.wpcf7-form .contact-form-style-2 .combobox-wrapper,
	.wpcf7-form .contact-form-style-1 .combobox-wrapper,
	.wpcf7 .cf-style1-website span,
	.wpcf7 .cf-style1-name span,
	.wpcf7 .cf-style1-email span {
		width: 100%;
		max-width: 100%;
	}
	p.cf-style2-title {
		width: 100%;
	}
	p.cf-style2-text {
		width: 100%;
	}

	.cf-style1-title,
	.cf-style1-name,
	.cf-style1-email {
		width: 100%;
	}
	.wpcf7-form .cf-style1-title .wpcf7-form-control-wrap {
		width: 100%;
	}
    .widget .wpcf7 textarea {
        width: 100%;
    }
}

.wpcf7-form.gem-contact-form-white  .combobox-wrapper,
.wpcf7-form.gem-contact-form-white  input:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button,
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text,
.wpcf7-form.gem-contact-form-white .checkbox-sign,
.wpcf7-form.gem-contact-form-white  span.radio-sign,
.wpcf7-form.gem-contact-form-white textarea {
	border: none;
}

.wpcf7-form.gem-contact-form-dark  .combobox-wrapper,
.wpcf7-form.gem-contact-form-dark  input:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-dark .checkbox-sign,
.wpcf7-form.gem-contact-form-dark  span.radio-sign,
.wpcf7-form.gem-contact-form-dark textarea
{
	border: 1px solid #394050;
	background-color: #181828;
}
.wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-button:before,
.wpcf7-form.gem-contact-form-dark .combobox-wrapper .combobox-text,
.wpcf7-form.gem-contact-form-dark .phone:after,
.wpcf7-form.gem-contact-form-dark .website:after,
.wpcf7-form.gem-contact-form-dark .email:after,
.wpcf7-form.gem-contact-form-dark  .name:after{
	color: #46485c;
}
.wpcf7-form.gem-contact-form-dark ::-webkit-input-placeholder {
	color: #46485c;
}
.wpcf7-form.gem-contact-form-dark:-moz-placeholder {
	color: #46485c;
}
.wpcf7-form.gem-contact-form-dark::-moz-placeholder {
	color: #46485c;
}
.wpcf7-form.gem-contact-form-dark:-ms-input-placeholder {
	color: #46485c;
}

p.cf-style3-textarea {
	margin-top: 14px;
	float: left;
	width: 100%;
}
p.cf-style3-textarea span {
	width: 100%;
}
.wpcf7 .cf-style3-website {
	float: left;
}
.wpcf7 .cf-style3-textarea span,
.wpcf7 .cf-style3-textarea textarea {
	width: 100%;
}
.wpcf7  input[type='submit']:not(.gem-button-wpcf-custom) {
	width: 100%;
}
@media (max-width: 368px) {
	.wpcf7  input {
		width: 100% !important;
	}
	.wpcf7-form .wpcf7-form-control-wrap {
		display: block;
		width: 100%;
	}
}
.wpcf7-form .contact-form-style-logistics-1 .combobox-wrapper{
    max-width: 100%;
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.wpcf7-form .contact-form-style-logistics-1 .name:after,
.wpcf7-form .contact-form-style-logistics-1 .email:after,
.wpcf7-form .contact-form-style-logistics-1 .combobox-button:before,
.wpcf7-form .contact-form-style-logistics-1 .combobox-text{
    color: #fff;
}
.wpcf7-form .contact-form-style-logistics-1 .combobox-wrapper select{
       color: #2d2a40;
}
.wpcf7-form .contact-form-style-logistics-1 .wpcf7-form-control-wrap,
.wpcf7-form .contact-form-style-logistics-1 input[type=text],
.wpcf7-form .contact-form-style-logistics-1 input[type=email],
.wpcf7-form .contact-form-style-logistics-1 select,
.wpcf7-form .contact-form-style-logistics-1 textarea{
    width: 100%;
    background: transparent;
    border-radius: 3px;
    color: #fff;
    border-color: #fff;
}
.wpcf7-form .contact-form-style-logistics-1 input[type='submit']{
    width: auto;
    text-align: center;
    margin: 15px auto;
    padding: 10px 25px;
    display: block;
    background: #2d2a40;
}
.wpcf7-form .contact-form-style-logistics-1 input[type='submit']:hover{
    background: #fff;
    color: #2d2a40;
}
.wpcf7-form .contact-form-style-logistics-1 ::-webkit-input-placeholder {color:#fff;}
.wpcf7-form .contact-form-style-logistics-1 ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.wpcf7-form .contact-form-style-logistics-1 :-moz-placeholder           {color:#fff;}/* Firefox 18- */
.wpcf7-form .contact-form-style-logistics-1 :-ms-input-placeholder      {color:#fff;}

form.wpcf7-form.gem-contact-form-simple-line input[type="text"],
form.wpcf7-form.gem-contact-form-simple-line input[type="password"],
form.wpcf7-form.gem-contact-form-simple-line input[type="color"],
form.wpcf7-form.gem-contact-form-simple-line input[type="date"],
form.wpcf7-form.gem-contact-form-simple-line input[type="datetime"],
form.wpcf7-form.gem-contact-form-simple-line input[type="datetime-local"],
form.wpcf7-form.gem-contact-form-simple-line input[type="email"],
form.wpcf7-form.gem-contact-form-simple-line input[type="number"],
form.wpcf7-form.gem-contact-form-simple-line input[type="range"],
form.wpcf7-form.gem-contact-form-simple-line input[type="search"],
form.wpcf7-form.gem-contact-form-simple-line input[type="tel"],
form.wpcf7-form.gem-contact-form-simple-line input[type="time"],
form.wpcf7-form.gem-contact-form-simple-line input[type="url"],
form.wpcf7-form.gem-contact-form-simple-line input[type="month"],
form.wpcf7-form.gem-contact-form-simple-line input[type="week"],
form.wpcf7-form.gem-contact-form-simple-line textarea {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	background: transparent;
}

.row .theme-default .nivo-controlNav a {
	width: 16px;
	height: 16px;
	background-image: none;
	border-radius: 50%;
	margin: 5px 7px;
}
.row  .flex-direction-nav a:before {
	font-family: thegem-icons;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	padding: 8px;
	content: '\e636';
}

.row  .flex-direction-nav a.flex-next:before {
	content: '\e634';
}


.row .vc_images_carousel .vc_carousel-indicators {
	bottom: -50px;
}

.row .vc_images_carousel .vc_carousel-indicators .vc_active {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 4px solid #b6c6c9;
}
.row .vc_images_carousel .vc_carousel-indicators li{
	width: 16px;
	height: 16px;
	margin: 0 6px;
	background-color: #b6c6c9;
	border: 3px solid #b6c6c9;
}
.row  .flexslider {
	border: medium none;
	border-radius: 0px;
	box-shadow: none;
}
.row  .wpb_gallery .wpb_flexslider .flex-control-nav {
	margin-top: 25px;
}
.row  .flex-direction-nav a {
	text-shadow: none;
}
.row  .flex-direction-nav li .flex-next {
	right: 0px;
}
.row  .flex-direction-nav li .flex-prev {
	left: 0px;
}
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a {
	border: none;
}
.row .theme-default .nivoSlider {
	box-shadow: none;
}
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
	border: none;
}
.row .theme-default .nivo-directionNav a {
	background: none;
	font-size: 24px;
	display: inline-block;
	padding: 9px;
}
.row .theme-default a.nivo-nextNav {
	right: 0px;

}
.row  .theme-default .nivo-directionNav a {
	font-size: 0px;
	text-indent: 0;
	height:40px;
	width: 40px;
}
.row .theme-default a.nivo-nextNav:after {
	font-size: 24px;
	content: '\e634';
	font-family: thegem-icons;
	font-style: normal;
	margin-top: 0px;
}
.row  .theme-default a.nivo-prevNav:after {
	font-size: 24px;
	content: '\e636';
	font-family: thegem-icons;
	font-style: normal;
	margin-top: 0px;
}
.row  .theme-default a.nivo-prevNav {
	left: 0px;

}

.row  .vc_carousel-control .icon-next{
	font-size: 24px;
	content: '\e634';
	font-family: thegem-icons;
	font-style: normal;
	margin-top: 0px;
}
.row  .vc_carousel-control  .icon-prev {
	font-size: 24px;
	content: '\e636';
	font-family: thegem-icons;
	font-style: normal;
}



.row .vc_images_carousel .vc_carousel-control.vc_left {
	margin-left: -15px;
}
.row .vc_images_carousel .vc_carousel-control.vc_right {
	margin-right: -5px;
}

.row .vc_images_carousel .vc_carousel-control .icon-prev,
.row .vc_images_carousel .vc_carousel-control .icon-next {
	height: 40px;
	width: 40px;
}
.row  .vc_images_carousel .vc_carousel-control {
	opacity: 1;
	text-shadow: none;
}
.row .vc_images_carousel .vc_carousel-control .icon-prev:before,
.row .vc_images_carousel .vc_carousel-control .icon-next:before {
	top: 0px;
}
.row .vc_images_carousel .vc_carousel-control .icon-prev:before {
	content: '\e636';
	top: 7px;
	font-size: 24px;
	font-family: thegem-icons;
	font-style: normal;
}
.row .vc_images_carousel .vc_carousel-control .icon-next:before {
	content: '\e634';
	top: 7px;
	font-family: thegem-icons;
	font-style: normal;
	font-size: 24px;
}


.row .vc_pie_chart_back
{
	border: 7px solid #f7f7f7;
}
.row  .vc_pie_wrapper span{
	font-size: 50px;
}

.diagram-wrapper.style-2 .digram-line-box .skill-line {
	margin-right: 0px;
}
.diagram-wrapper.style-2 .digram-line-box  .skill-title {
	padding-left: 0px;
}
.diagram-wrapper.style-2 .digram-line-box  .skill-amount  {
	margin-top: -30px;
}
.diagram-wrapper.style-2 .digram-line-box .skill-element {
	padding-top: 14px;
}


.diagram-wrapper.style-1 .digram-line-box .skill-line {
	margin-right: 0px;
}
.diagram-wrapper.style-1 .digram-line-box  .skill-amount  {
	margin-top: -30px;
}
.diagram-wrapper.style-1 .digram-line-box .skill-element {
	padding-top: 14px;
}

.diagram-wrapper.style-3 .digram-line-box   .skill-line {
	margin-right: 0px;
	height: 30px;
	overflow: hidden;
	border-radius: 50px;
}
.diagram-wrapper.style-3 .digram-line-box  .skill-title {
	position: absolute;
	padding-top: 3px;
	padding-left: 22px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
.diagram-wrapper.style-3 .digram-line-box .skill-title span{
	margin-left: 8px;
}
.diagram-wrapper.style-3 .digram-line-box  .skill-amount  {
	margin-top: -30px;
}
.diagram-wrapper.style-3 .digram-line-box .skill-element {
	padding-top: 18px;
}
.diagram-wrapper.style-3 .skill-line div {
	height: 30px;
}

p.skill-style-3 {
	font-size: 10px;
	display: inline-block;
}
.diagram-wrapper.style-3  .skill-amount {
	display: none;
}

.diagram-legend .legend-element .color {
	margin-top: 5px;
}
.widget_diagram .diagram-legend .legend-element .title {
	font-size: 14px;
	font-weight: normal;
}
.widget_diagram  .diagram-legend .legend-element .color {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
}
.widget_diagram  .diagram-legend .legend-element .color {
	margin-top: -1px;
}
.widget_diagram .diagram-legend .legend-element {
	margin-top: 15px;
}
.row .vc_progress_bar .vc_label {
	text-transform: uppercase;
}
.row .vc_round-chart .vc_chart-legend span {
	border-radius: 50%;
}
.row .vc_chart .vc_chart-legend li {
	margin: 0px 20px 1em;
}
.diagram-circle .diagram-legend .legend-element .title {
    line-height: inherit;
}
.style-2 .diagram-circle .diagram-legend .legend-element .title {
     font-size: inherit;
     color: #5f727f;
    margin-left: 18px;
 }
.style-2 .diagram-circle .diagram-legend .legend-element .color {
    margin-top: 8px;
    width: 10px;
    height: 10px;
}
.style-2 .diagram-circle .diagram-legend .legend-element {
    margin: -10px 0 15px 0;
}


.gem-dropcap-shape-hexagon {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	position: relative;
}
.gem-dropcap-shape-hexagon span.gem-dropcap-letter {
	background: transparent !important;
	border: none !important;
}
.dropcap-hexagon-inner {
	position: absolute;
}
.gem-dropcap-letter {
	z-index: 10;
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back {
	display: block;
	transform: rotate(-30deg) skewX(30deg);
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 0;
	line-height: 1;
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner,
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner-before {
	display: block;
	width: inherit;
	height: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	overflow: hidden;
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-back .gem-dropcap-shape-hexagon-back-inner-before {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top {
	display: block;
	transform: rotate(-30deg) skewX(30deg);
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
	line-height: 1;
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner,
.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner-before {
	display: block;
	width: inherit;
	height: inherit;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	overflow: hidden;
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}

.gem-dropcap-shape-hexagon .gem-dropcap-shape-hexagon-top .gem-dropcap-shape-hexagon-top-inner-before {
	transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}



/* Hexagon small icon */
.gem-dropcap-shape-hexagon.gem-dropcap-style-big,
.gem-dropcap-shape-hexagon.gem-dropcap-style-big:last-child {
	margin: 5px 0;
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-big .gem-dropcap-shape-hexagon-back {
	width: 86px;
	height: 76px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-big .gem-dropcap-shape-hexagon-top {
	width: 80px;
	height: 70px;
	left: 3px;
	top: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.gem-dropcap-shape-hexagon .gem-dropcap-letter {
	line-height: 62px;
}
/* Hexagon small icon */
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium,
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium:last-child {
	margin: 3px 0;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-letter{
	text-indent: 13px;
	line-height: 36px;
}
.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-shape-hexagon-back {
	width: 62px;
	height: 52px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gem-dropcap-shape-hexagon.gem-dropcap-style-medium .gem-dropcap-shape-hexagon-top {
	width: 58px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	left: 2px;
	top: 2px;
}

.gem-dropcap-style-medium .dropcap-hexagon-inner {
	margin-top: 0px;
}

.gem-dropcap-shape-hexagon span.gem-dropcap-letter {
	text-indent: 9px;
}


body .vc_separator.vc_sep_double .vc_sep_line {
	height: 7px !important;
}
.vc_separator.vc_sep_double.vc_sep_border_width_2 .vc_sep_line {
	height: 8px !important;
}
body .vc_separator h4 {
	margin-top: 3px;
}



.mouse-scroll {
	display: block;
	width: 32px;
	height: 48px;
	border: 3px solid #4dc4c8;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	transform: translate(0, 0);
	overflow: hidden;
	font-size: 10000px;
}

.mouse-scroll:after {
	content: '';
	width: 4px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 7px;
	border-radius: 4px;
	background-color: #4dc4c8;
	margin-left: -2px;
	opacity: 1;
	transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite running scrollAnimation;
	-webkit-animation: 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s normal none infinite  scrollAnimation;


}

@keyframes scrollAnimation {
	0%, 20% {
		transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}

	10% {
		opacity: 1;
		transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}

	100% {
		opacity: 0.01;
		transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
	}
}
@-webkit-keyframes scrollAnimation {
	0%, 20% {
		-webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
	}

	10% {
		opacity: 1;
		-webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
	}

	100% {
		opacity: 0.01;
		-webkit-transform: translateY(16px) scaleY(2.5) scaleX(0.5) translateZ(0px);
	}
}

.wpcf7  .contact-form-style-1 input[type='submit'] {
    width: auto;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.vc_message_box-icon>*, .vc_message_box-icon>.fa {
	margin-top: -12px;
}


.contact-form-style-7 textarea{
	height: 140px !important;
}

.contact-form-style-7  input[type='submit'] {
	background-color: #8f44ad;
}
.contact-form-style-7 textarea,
.contact-form-style-7 input {
	background-color: rgba(230, 230, 230, 0.11);
	border: medium none;
}
.contact-form-style-7 p input[type='submit'] {
	border-radius: 0px;
}
.contact-form-style-7 :after {
	color: #fff !important;
}
.contact-form-style-7  input {
	margin-bottom: 17px;
}

/********************************PRODUCT GRID FORM STYLE************************************/
.products-grid-form p{
    display:block;
    width:100% !important;
    margin:0 0 20px 0;
    padding:0;
}
.products-grid-form p span{
    display:block;
    width:100% !important;
}
.products-grid-form p input{
    display:inline-block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:0 !important;
}
.products-grid-form p.area input{
    color:#a8b4bc !important;
}
.products-grid-form p.button input{
    color:#fff !important;
    background:#272439;
    font-weight:200;
}
.products-grid-form p.button input:hover{
    background:#00bcd4;
}
.jtwt_tweet_text.icon-twitter a:hover {
	color: #3c3950;
}
.widget.widget_search form {
	border-radius: 3px;
	overflow: hidden;
}
.widget_diagram .skill-amount {
	letter-spacing: 0.05em;
}
#colophon #mc4wp_email {
	border-radius: 3px;
}
#mc4wp_submit{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#mc4wp_email {
	border-radius: 3px;
}
.widget_recent_comments li {
	font-size: 14px;
}
#wp-calendar caption {
	letter-spacing: 0.05em;
	text-transform: uppercase;
	height: 39px;
	padding: 7px 0;
	line-height: 25px;
}
#wp-calendar #prev a,
#wp-calendar #next a{
	color: transparent;
}

.widget_recent_comments .comment-author-link a{
	font-size: 14px;
}
.widget_recent_comments a {
	font-size: 16px;
}

.project_info-item-style-1 .project_info-item .title {
	letter-spacing: 0.05em;
}

.widget .gem-teams-name {
	clear: both;
}

.gem-teams-phone {
	letter-spacing: 0.05em;
}

.widget_nav_menu li a:after,
.widget_submenu li a:after {
	position: absolute;
	right: 30px;
}

.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.widget_submenu  ul ul ul,
.widget_nav_menu  ul ul ul,
.widget_pages ul ul ul,
.widget_categories ul ul ul{
	font-size: 14px;
}

.widget_submenu  ul ul ul ul,
.widget_nav_menu  ul ul ul ul,
.widget_pages ul ul ul ul
.widget_categories ul ul ul ul{
	background-color: #dde6e8;

}

.widget_submenu  ul ul ul ul ul,
.widget_nav_menu  ul ul ul ul ul,
.widget_pages ul ul ul ul ul,
.widget_categories ul ul ul ul ul{
	background-color: #d4dfe3;
}

.jtwt_date{
	font-size: 14px;
}


/*footer*/
#colophon .widget_tweets .twitter-box .jtwt_tweet,
#colophon .Custom_Recent_Posts .gem-pp-posts,
#colophon .widget_meta li,
#colophon .widget_rss li,
#colophon .widget_recent_entries li,
#colophon .Custom_Recent_Posts ul li,
#colophon .Custom_Popular_Posts ul li,
#colophon .project_info-item-style-1 .project_info-item.iconed,
#colophon .gem-latest-news {
	border-bottom: 1px solid #393d50;
}
#colophon .widget_tweets .twitter-box .jtwt_tweet:last-child,
#colophon .Custom_Recent_Posts .gem-pp-posts:last-child,
#colophon .widget_meta li:last-child,
#colophon .widget_rss li:last-child,
#colophon .widget_recent_entries li:last-child,
#colophon .Custom_Recent_Posts ul li:last-child,
#colophon .Custom_Popular_Posts ul li:last-child,
#colophon .project_info-item-style-1 .project_info-item.iconed:last-child,
#colophon .gem-latest-news:last-child {
	border-bottom: none;
}

#colophon .widget_recent_entries ul {
	background: transparent;
}
#colophon .project_info-item-style-2 .project_info-item,
#colophon .project_info-item-style-1,
#colophon .digram-line-box,
#colophon .widget form.searchform,
#colophon.gem-teams-item-wrap,
#colophon.gem-picturebox-text,
#colophon .widget_recent_comments li,
#colophon .gem-teams-item-wrap,
#colophon #wp-calendar #prev a,
#colophon #wp-calendar #next a,
#colophon #wp-calendar caption:after,
#colophon #calendar_wrap,
#colophon  .widget_mc4wp_widget form {
	background-color: #2c2e3d ;
}
#colophon #wp-calendar #prev a,
#colophon #wp-calendar #next a {
	-moz-transition: all 0.2  linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s  linear;
	transition: all 0.2s  linear;
}

#colophon #wp-calendar #prev a:hover:after,
#colophon #wp-calendar #next a:hover:after {
	-moz-transition: all 0.2  linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s  linear;
	transition: all 0.2s  linear;
}
#colophon .widget.widget_search input,
#colophon #wp-calendar caption {
	background-color: #181828;
}


#colophon .jtwt_tweet:first-child,
#colophon .project_info-item-style-1 .project_info-item.iconed:first-child,
#colophon .gem-pp-posts:first-child,
#colophon .widget_tweets .twitter-box .jtwt_tweet:first-child{
	background: none;
}
#colophon .skill-line {
	background-color: #171728;
}

#colophon .widget.widget_search input,
#colophon #mc4wp_email,
#colophon .wpcf7-form-control-wrap input,
#colophon .wpcf7-form-control-wrap textarea{
	background-color: #181828;
	border: 1px solid #394050;
}
#colophon .wpcf7-form-control-wrap textarea {
	border-radius: 3px;
}
#colophon .widget.widget_search .gem-button,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit{
	background-color: #394050;
}
#colophon #mc4wp_submit{
	background-color: #394050;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#page #colophon .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: #181828 !important;
}
#page #colophon .woocommerce .select2-container .select2-selection--single {
	border-color: #394050;
}
#page #colophon  .select2-container {
	border-radius: 10px;
}
#colophon .combobox-wrapper {
	background-color: #181828 !important;
	border: 1px solid #394050 !important;
}

#colophon .widget_categories > ul,
#colophon .widget_categories > ul li,
#colophon .widget.widget_pages > ul,
#colophon .widget.widget_pages li {
	border-color: #394050;
}
#colophon .widget_archive li,
#colophon .widget_archive li:nth-child(odd) {
	background-color: transparent;
}
#colophon .widget_submenu li,
#colophon .widget_nav_menu > div > ul li,
#colophon .widget_archive  ul li {
	border-top: 1px solid #394050;
}
body #colophon .widget_nav_menu ul.menu > li > ul
{
	border-left: 1px solid #394050;
	border-right: 1px solid #394050;
	border-top: 1px solid #394050;
}

#colophon .widget_submenu ul,
#colophon .widget_nav_menu > div > ul,
#colophon .widget_archive  ul {
	border-left: 1px solid #394050;
	border-right: 1px solid #394050;
	border-bottom: 1px solid #394050;
}
#colophon .tagcloud a {
	background-color: transparent;
}
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_categories ul ul,
#colophon .widget_pages li li {
	background-color: #2c2e3d;
}

#colophon .wpcf7-validation-errors,
#colophon .wpcf7-not-valid-tip {
	display: none !important;
}

/*footer*/
.widget .searchform input {
	border-radius: 3px;
}
body .widget_tag_cloud .tagcloud a:hover{
	border: 1px solid transparent;
}

.widget :after,
.widget :before,
.widget a,
.widget a:hover,
.widget.widget_search .gem-button:hover,
.widget.widget_search .gem-button,
body .widget_tag_cloud .tagcloud a,
body .widget_tag_cloud .tagcloud a:hover,
#colophon .widget.widget_search .gem-button:hover,
#colophon #mc4wp_submit:hover,
#colophon .widget.widget_search .gem-button:hover,
body #colophon .tagcloud a:hover,
#colophon .widget.widget_search .gem-button {
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

body .portfolio-items-masonry.background-style-dark  .portfolio-item .wrap > .caption {
	border-bottom: none;
}
.portfolio-items-masonry .portfolio-item .wrap > .caption {
	border-bottom: 1px solid #e0e5e8;
}
/*hardcode*/
.portfolio-filters-resp button:after {
	background: #99a9b5;
	box-shadow: 0 10px 0 0 #99a9b5, 0 20px 0 0 #99a9b5;
}
/*hardcode*/
#colophon .gem-teams-name {
	color: #99A9B6;
}
#colophon .gem-picturebox-text {
	background-color: #2c2e3d !important;
}
#colophon  .widget_product_categories > ul,
#colophon  .widget_product_categories > ul li,
#colophon .gem-products-content,
#colophon  .widget_shopping_cart_content ul.product_list_widget li {
	border-color: #394050;
}
#colophon  .widget_product_search input.search-field {
	background-color: #181828;
	border: 1px solid #394050;
}
#colophon .widget_product_search button {
	top: 41px;
}
#colophon  .widget_product_categories > ul li {
	padding-left: 10px;
}
#colophon  .widget_shopping_cart .total span.amount{
	color: #99a9b5;
}
#colophon .widget  .gem-products-content {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#colophon .widget .gem-products-image {
	display: table-cell;
}
#colophon .team-person-email a:before
{
	margin-right: 0px;
}


.digital-agency-mailchimp.yikes-easy-mc-form label{
	width: 68%;
	padding-right: 5%;
}
.digital-agency-mailchimp.yikes-easy-mc-form label > input[type="email"]{
	background: #f0f3f2;
	height: 45px;
	border-radius: 3px;
	border: none;
	padding-left: 20px;
}
.digital-agency-mailchimp.yikes-easy-mc-form label > input[type="email"]:focus{
	outline: none !important;
}
.yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
	width: 17%;
	min-width: 235px;
	display: inline-block;
	background: #212331;
	color: #fff;
	height: 45px;
	border: none;
	border-radius: 3px;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 50px;
	position: relative;
}
.yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button:before{
	content: "\e626";
	font-family: "thegem-icons";
	font-style: normal;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -69px;
	text-align: center;
}
@media(max-width: 1200px){
	body .digital-agency-mailchimp.yikes-easy-mc-form label{
		width: 100%;
		padding-right: 0;
	}
	body .yikes-mailchimp-container .digital-agency-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
		width: 100%;
	}
}


.business-light-mailchimp.yikes-easy-mc-form label {
	float: left;
	width: 100%;
	padding-right: 0;
	margin-bottom: 0;
}
.business-light-mailchimp.yikes-easy-mc-form input[type="email"]{
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #dfe5e8;
	text-align:center;
	color:#ffffff!important;
	border-radius:5px;

}
.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button{
	width: 100%;
	min-width: 90px;
	float: left;
	padding:0;
	margin:0;
}
.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button{
	background-color:#2fc5b0;
	border:0;
	border-radius:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:19px;
	min-height: 45px;
	padding-top:3px;
}
.business-light-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button:hover{
	background-color:#3c3950;
}



.business-sulutions-mailchimp input[type=email]{
	width:100%;
	height:40px!important;
	border:0!important;
	background-color:#f0f3f2!important;
	color:#5f727f;
	font-size:16px;
	padding-left:15px!important;
	padding-right:50px!important;
}
.business-mail-submit{
	position:absolute;
	right:20px;
	top:0;
	width:40px!important;
	height:40px!important;
	margin:0!important;
	padding:0!important;
	border:0!important;
	background-color:#dfe5e8!important;
}
.business-mail-submit:before{
	font-family:'thegem-icons';
	content: '\e601';
	color:#3c3950;
	font-size:24px;
	line-height:33px;
}


.online-shop-mailchimp.yikes-easy-mc-form label{
	width: 350px;
	padding-right: 20px;
}
.online-shop-mailchimp.yikes-easy-mc-form label > input{
	background: #f0f3f2;
	height: 45px;
	border: none;
	padding-left: 20px;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form label > input:focus{
	outline: none !important;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
	width: 155px;
	min-width: 155px;
	height: 45px;
	display: inline-block;
	background: #d7b398;
	color: #fff;
	border: none;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form button {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form button:hover {
	background: #212121 !important;
	color: #fff !important;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
@media(max-width: 1200px){
	body .online-shop-mailchimp.yikes-easy-mc-form label{
		width: 100%;
		padding-right: 0;
	}
	body .yikes-mailchimp-container .online-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
		width: 100%;
	}
}


.trendy-shop-mailchimp.yikes-easy-mc-form label{
	width: 350px;
	padding-right: 20px;
}
.trendy-shop-mailchimp.yikes-easy-mc-form label > input{
	color: #fff;
	background: transparent;
	height: 45px;
	border: none;
	padding-left: 0;
	border-bottom: 1px solid #575c6c;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form label > input:focus{
	outline: none !important;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
	width: 155px;
	min-width: 155px;
	height: 45px;
	display: inline-block;
	background: #f44236;
	color: #fff;
	border: none;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form button{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .trendy-shop-mailchimp.yikes-easy-mc-form button:hover{
	background: #212121;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
@media(max-width: 1200px){
	body .trendy-shop-mailchimp.yikes-easy-mc-form label{
		width: 100%;
		padding-right: 0;
	}
	body .yikes-mailchimp-container .trendy-shop-mailchimp .yikes-easy-mc-submit-button{
		width: 100%;
	}
}




.lookbook-landing-mailchimp.yikes-easy-mc-form label{
	width: 350px;
	padding-right: 20px;
}
.lookbook-landing-mailchimp.yikes-easy-mc-form label > input{
	color: #333;
	background: transparent;
	height: 40px;
	border: none;
	padding-left: 0;
	border-bottom: 1px solid #dbdbdb;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form label > input:focus{
	outline: none !important;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
	width: 140px;
	min-width: 140px;
	height: 40px;
	display: inline-block;
	background: transparent;
	color: #333;
	font-family: 'Montserrat';
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 22px;
	padding-left: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
	border: 2px solid #333;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form button {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form button:hover {
	background: #212121;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
@media(max-width: 1200px){
	body .lookbook-landing-mailchimp.yikes-easy-mc-form label{
		width: 100%;
		padding-right: 0;
	}
	body .yikes-mailchimp-container .lookbook-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
		width: 100%;
	}
}


.beauty-spa-mailchimp.yikes-easy-mc-form{
	display: block;
	margin: 0 auto;
	width: 320px;
}
.beauty-spa-mailchimp.yikes-easy-mc-form label{
	width: 320px;
	padding-right: 0;
}
.beauty-spa-mailchimp.yikes-easy-mc-form label > input{
	color: #928d8e;
	background: transparent;
	height: 45px;
	border: none;
	padding-left: 0;
	border-bottom: 1px solid #928d8e;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form label > input:focus{
	outline: none !important;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
	width: 320px;
	min-width: 320px;
	height: 50px;
	background: #e77785;
	font-size: 19px;
	color: #fff;
	border-radius: 25px;
	border: none;
	font-family: 'Montserrat UltraLight';
	font-weight: 100;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	position: relative;
	margin-top:40px;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form button {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.yikes-mailchimp-container .beauty-spa-mailchimp.yikes-easy-mc-form button:hover {
	background: #212121;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}



.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form label > input[type=email]{
	background: #fff !important;
	padding-left: 20px !important;
	border: 1px solid #dfe5e8 !important;
}
.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button{
	border: none;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #e43f65;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.yikes-mailchimp-container .classic-landing-mailchimp.yikes-easy-mc-form .yikes-easy-mc-submit-button:hover{
	color: #e43f65;
	background: #212331;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}




.silk-diamond-mailchimp.yikes-easy-mc-form input[type=email]{
	background: #fff !important;
	padding-left: 20px !important;
	border: 1px solid #dfe5e8 !important;
}
.silk-diamond-mailchimp .yikes-easy-mc-submit-button{
	border: none;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.silk-diamond-mailchimp .yikes-easy-mc-submit-button{
	background: #9ccc65;
}

.yellow-breath-mailchimp.yikes-easy-mc-form input[type=email]{
	background: #fff !important;
	color: #99a9b5;
	padding-left: 20px !important;
	border: none !important;
}
.yellow-breath-mailchimp .yikes-easy-mc-submit-button{
	background: #2c2e3d;
	border: none;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
/**
 * Auto Generated by OMGF
 * @author: Daan van den Bergh
 * @url: https://daan.dev
 */

@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/big-shoulders-display-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Montserrat';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/montserrat-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/roboto-condensed-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-ext-200.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-200.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-ext-300.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-300.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-ext-400.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-400.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-ext-600.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-600.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-ext-700.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-700.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-ext-900.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-italic-latin-900.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-ext-200.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-200.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-ext-300.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-300.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-ext-400.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-400.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-ext-600.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-600.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-ext-700.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-700.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-ext-900.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/thegem-google-fonts/source-sans-pro-normal-latin-900.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face {
	font-family: 'Montserrat UltraLight';
	src: url('//quatrol.plus/wp-content/themes/thegem-elementor/fonts/montserrat-ultralight.eot');
	src: url('//quatrol.plus/wp-content/themes/thegem-elementor/fonts/montserrat-ultralight.eot?#iefix') format('embedded-opentype'),
		url('//quatrol.plus/wp-content/themes/thegem-elementor/fonts/montserrat-ultralight.woff') format('woff'),
		url('') format('woff2'),
		url('//quatrol.plus/wp-content/themes/thegem-elementor/fonts/montserrat-ultralight.ttf') format('truetype'),
		url('//quatrol.plus/wp-content/themes/thegem-elementor/fonts/montserrat-ultralight.svg#montserratultra_light') format('svg');
		font-weight: normal;
		font-style: normal;
}

/* GENERATED BY THEGEM THEME OPTIONS */



body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .title-h1,
body .title-h2,
body .title-h3,
body .title-h4,
body .title-h5,
body .title-h6,
body h1 .light,
body h2 .light,
body h3 .light,
body h4 .light,
body h5 .light,
body h6 .light,
body .title .light,
body .title-h1 .light,
body .title-h2 .light,
body .title-h3 .light,
body .title-h4 .light,
body .title-h5 .light,
body .title-h6 .light,
body .title-xlarge,
body .title-xlarge .light,
body .main-menu-item .light,
#primary-menu.no-responsive li,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
#primary-menu.no-responsive > li > a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
body #primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a {
	text-transform: none ;
}

@media (min-width: 768px) and (max-width: 979px) {
	#site-header .header-main {
		position: relative;
		display: table;
		width: 100%;
		z-index: 11;
	}
	#primary-navigation .menu-toggle,
	#perspective-menu-buttons .menu-toggle {
		display: inline-block;
	}
	.mobile-cart-position-top #site-header .mobile-cart {
		display: table-cell;
	}
	.mobile-cart-position-top #site-header .site-title {
		text-align: center;
		width: 99%;
	}
	.mobile-cart-position-top #site-header .site-title .site-logo {
		margin: 0 auto;
	}
	.mobile-cart-position-top #site-header .primary-navigation,
	.mobile-cart-position-top #site-header #perspective-menu-buttons {
		width: auto;
	}
	#perspective-menu-buttons .perspective-toggle,
	#perspective-menu-buttons .hamburger-minicart {
		display: none;
	}
	#primary-navigation .hamburger-toggle,
	#primary-navigation .overlay-toggle {
		display: none;
	}
	.primary-navigation .dl-menu {
		position: absolute;
		left: 0;
		right: 0;
		opacity: 0;
	}
	.mobile-menu-layout-overlay #primary-navigation .overlay-menu-wrapper {
		visibility: hidden;
		height: 0;
		position: fixed;
	}
	#page.vertical-header #site-header-wrapper{
		position: static;
		width: 100%;
		padding: 0;
	}
	#page.vertical-header{
		padding-left: 0;
	}
	#page.vertical-header #site-header .site-title {
		display: table-cell;
	}
	#page.vertical-header #site-header .primary-navigation,
	#page.vertical-header #site-header #perspective-menu-buttons {
		display: table-cell;
	}
	.vertical-menu-item-widgets{display: none;}
	#page #site-header .site-title {
		display: table-cell;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#page #site-header .primary-navigation,
	#page #site-header #perspective-menu-buttons {
		display: table-cell;
		text-align: right;
	}
	#page #site-header .logo-position-right .primary-navigation,
	#page #site-header .logo-position-right #perspective-menu-buttons {
		text-align: left;
	}
	#page.vertical-header .vertical-toggle {
		display: none;
	}
	#page.vertical-header {
		padding-left: 0;
	}
	#page.vertical-header #site-header-wrapper {
		margin-left: 0;
	}
	#page.vertical-header #site-header-wrapper .header-main {
		display: table;
		visibility: visible;
	}
	#site-header .site-title a img.default,
	#site-header .menu-item-logo a img.default {
		display: none;
	}
	#site-header .site-title a img.small,
	#site-header .menu-item-logo a img.small {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		display: inline-block !important;
		margin: 0 !important;
	}
	#site-header .site-title a img.small.light,
	#site-header .menu-item-logo a img.small.light {
		display: inline-block !important;
	}
	#site-header .site-title a img.small.light ~ img.small,
	#site-header .menu-item-logo a img.small.light ~ img.small {
		display: none !important;
	}
	#site-header.fixed.shrink .site-title a img.small.light,
	#site-header.fixed.shrink .menu-item-logo a img.small.light {
		display: none !important;
	}
	#site-header.fixed.shrink .site-title a img.small.light ~ img.small,
	#site-header.fixed.shrink .menu-item-logo a img.small.light ~ img.small {
		display: inline-block !important;
	}
	.mobile-menu-layout-slide-horizontal #primary-navigation .mobile-menu-slide-wrapper,
	.mobile-menu-layout-slide-vertical #primary-navigation .mobile-menu-slide-wrapper {
		position: fixed;
		opacity: 0;
	}
}

@media (min-width: 980px) and (max-width: 1212px) {
	#site-header .header-main:not(.header-layout-fullwidth_hamburger):not(.logo-position-menu_center) .site-title,
	#site-header .header-main:not(.header-layout-fullwidth_hamburger) .primary-navigation,
	#site-header .header-main:not(.header-layout-fullwidth_hamburger) #perspective-menu-buttons {
		display: block;
		text-align: center;
	}
	#site-header .header-main:not(.header-layout-fullwidth_hamburger):not(.logo-position-menu_center):not(.no-menu) .site-title {
		padding-top: 30px;
		padding-bottom: 0;
	}
	#site-header .header-main:not(.header-layout-fullwidth_hamburger).logo-position-right:not(.no-menu) .site-title {
		padding-top: 0;
		padding-bottom: 30px;
	}
	#site-header.fixed.shrink .header-main:not(.header-layout-fullwidth_hamburger):not(.no-menu) .site-title {
		display: none;
	}
	#site-header .header-main:not(.no-menu) .site-title a img.small,
	#site-header .menu-item-logo {
		display: none !important;
	}
}


:root {
	--thegem-to-menu-font-family: Montserrat;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a{
	font-family: 'Montserrat';
}

:root {
	--thegem-to-menu-font-style: normal;
	--thegem-to-menu-font-weight: 700;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
	font-style: normal;
	font-weight: 700;
}

:root {
	--thegem-to-menu-font-size: 20px;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
	font-size: 20px;
}

:root {
	--thegem-to-menu-line-height: 32px;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
	line-height: 32px;
}

:root {
	--thegem-to-menu-text-transform: none;
}
.main-menu-item,
.title-main-menu,
#primary-menu.no-responsive > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
	text-transform: none;
}


:root {
	--thegem-to-submenu-font-family: Montserrat;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
	font-family: 'Montserrat';
}
.primary-navigation.responsive li a {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-submenu-font-style: normal;
	--thegem-to-submenu-font-weight: normal;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
	font-style: normal;
	font-weight: normal;
}
.primary-navigation.responsive li a {
	font-style: normal;
	font-weight: normal;
}


:root {
	--thegem-to-submenu-font-size: 16px;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
	font-size: 16px;
}
.primary-navigation.responsive li a {
	font-size: 16px;
}

:root {
	--thegem-to-submenu-line-height: 20px;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul {
	line-height: 20px;
}
.primary-navigation.responsive li a {
	line-height: 20px;
}

:root {
	--thegem-to-submenu-text-transform: none;
}
.submenu-item,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable) .minicart-product-title,
.portfolio-filters-resp ul li a,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_pages > ul,
.primary-navigation.responsive li a {
	text-transform: none;
}


:root {
	--thegem-to-overlay-menu-font-family: 'Montserrat';
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-overlay-menu-font-style: normal;
	--thegem-to-overlay-menu-font-weight: 700;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a {
	font-style: normal;
	font-weight: 700;
}

:root {
	--thegem-to-overlay-menu-font-size: 32px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
	font-size: 32px;
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-overlay-menu-font-size: 24px;
	}
	.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
	.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
	.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
	.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
	.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
	.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
		font-size: 24px;
	}
}

:root {
	--thegem-to-overlay-menu-line-height: 64px;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
	line-height: 64px;
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-overlay-menu-line-height: 48px;
	}
	.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
	.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
	.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
	.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
	.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
	.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
		line-height: 48px;
	}
}

:root {
	--thegem-to-overlay-menu-text-transform: none;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before {
	text-transform: none;
}


:root {
	--thegem-to-styled-subtitle-font-family: 'Montserrat';
}
.styled-subtitle,
.diagram-circle .text div span.title,
.diagram-circle .text div span.summary,
.gem_chart .gem_chart_value,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type="text"].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
body .elementor-widget-text-editor .elementor-drop-cap,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.single-product-content .price,
.widget_shopping_cart ul li .quantity,
.widget_shopping_cart .total span.amount {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-styled-subtitle-font-style: normal;
	--thegem-to-styled-subtitle-font-weight: 300;
}
.styled-subtitle,
.diagram-circle .text div,
.diagram-circle .text div span.title,
.diagram-circle .text div span.summary,
.gem_chart .gem_chart_value,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type="text"].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
body .elementor-widget-text-editor .elementor-drop-cap,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.single-product-content .price,
.widget_shopping_cart ul li .quantity,
.widget_shopping_cart .total span.amount {
	font-style: normal;
	font-weight: 300;
}

:root {
	--thegem-to-styled-subtitle-font-size: 20px;
}
.styled-subtitle,
body .gem-style-text.styled-subtitle,
.gem_chart,
form.cart .quantity .qty,
.shop_table .quantity .qty,
.woocommerce-before-cart .cart-short-info,
input[type="text"].coupon-code,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.gem-dropcap.gem-dropcap-style-medium,
body .elementor-widget-text-editor .elementor-drop-cap,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.widget_shopping_cart .total span.amount {
	font-size: 20px;
}
@media (max-width: 600px) {
	.styled-subtitle,
	body .gem-style-text.styled-subtitle,
	.gem_chart,
	form.cart .quantity .qty,
	.shop_table .quantity .qty,
	.woocommerce-before-cart .cart-short-info,
	input[type="text"].coupon-code,
	.cart_totals table th,
	.order-totals table th,
	.cart_totals table .shipping td,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce ul.woocommerce-error li,
	.woocommerce table.checkout-cart-info-table tr th
	.woocommerce table.checkout-cart-info-table tr.shipping td,
	.widget_calendar caption,
	.blog-style-timeline .post-time,
	.gem-dropcap.gem-dropcap-style-medium,
	body .elementor-widget-text-editor .elementor-drop-cap,
	.project-info-shortcode-style-default .project-info-shortcode-item .title,
	.project_info-item-style-2 .project_info-item .title,
	.diagram-legend .legend-element .title,
	.widget_shopping_cart .total span.amount{
		font-size: 3.3333333333333vw;
	}
}

:root {
	--thegem-to-styled-subtitle-line-height: 30px;
}
.styled-subtitle,
.woocommerce-before-cart .cart-short-info,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title,
.elementor-widget-heading .styled-subtitle.elementor-heading-title {
	line-height: 30px;
}
@media (max-width: 600px) {
	.styled-subtitle,
	.woocommerce-before-cart .cart-short-info,
	.cart_totals table th,
	.order-totals table th,
	.cart_totals table .shipping td,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce ul.woocommerce-error li,
	.woocommerce table.checkout-cart-info-table tr th,
	.woocommerce table.checkout-cart-info-table tr.shipping td,
	.widget_calendar caption,
	.blog-style-timeline .post-time,
	.project-info-shortcode-style-default .project-info-shortcode-item .title,
	.project_info-item-style-2 .project_info-item .title,
	.diagram-legend .legend-element .title,
	.elementor-widget-heading .styled-subtitle.elementor-heading-title {
		line-height: 5vw;
	}
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-styled-subtitle-font-size: 20px;
	}
	.styled-subtitle,
	body .gem-style-text.styled-subtitle,
	.woocommerce-before-cart .cart-short-info,
	.cart_totals table th,
	.order-totals table th,
	.cart_totals table .shipping td,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce ul.woocommerce-error li,
	.woocommerce table.checkout-cart-info-table tr th,
	.woocommerce table.checkout-cart-info-table tr.shipping td,
	.widget_calendar caption,
	.blog-style-timeline .post-time,
	.project-info-shortcode-style-default .project-info-shortcode-item .title,
	.project_info-item-style-2 .project_info-item .title,
	.diagram-legend .legend-element .title {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-styled-subtitle-line-height: 30px;
	}
	.styled-subtitle,
	.woocommerce-before-cart .cart-short-info,
	.cart_totals table th,
	.order-totals table th,
	.cart_totals table .shipping td,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce ul.woocommerce-error li,
	.woocommerce table.checkout-cart-info-table tr th,
	.woocommerce table.checkout-cart-info-table tr.shipping td,
	.widget_calendar caption,
	.blog-style-timeline .post-time,
	.project-info-shortcode-style-default .project-info-shortcode-item .title,
	.project_info-item-style-2 .project_info-item .title,
	.diagram-legend .legend-element .title,
	.elementor-widget-heading .styled-subtitle.elementor-heading-title {
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-styled-subtitle-font-size: 20px;
	}
	.styled-subtitle,
	body .gem-style-text.styled-subtitle,
	.woocommerce-before-cart .cart-short-info,
	.cart_totals table th,
	.order-totals table th,
	.cart_totals table .shipping td,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce ul.woocommerce-error li,
	.woocommerce table.checkout-cart-info-table tr th,
	.woocommerce table.checkout-cart-info-table tr.shipping td,
	.widget_calendar caption,
	.blog-style-timeline .post-time,
	.project-info-shortcode-style-default .project-info-shortcode-item .title,
	.project_info-item-style-2 .project_info-item .title,
	.diagram-legend .legend-element .title {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-styled-subtitle-line-height: 30px;
	}
	.styled-subtitle,
	.woocommerce-before-cart .cart-short-info,
	.cart_totals table th,
	.order-totals table th,
	.cart_totals table .shipping td,
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce ul.woocommerce-error li,
	.woocommerce table.checkout-cart-info-table tr th,
	.woocommerce table.checkout-cart-info-table tr.shipping td,
	.widget_calendar caption,
	.blog-style-timeline .post-time,
	.project-info-shortcode-style-default .project-info-shortcode-item .title,
	.project_info-item-style-2 .project_info-item .title,
	.diagram-legend .legend-element .title,
	.elementor-widget-heading .styled-subtitle.elementor-heading-title {
		line-height: 30px;
	}
}

:root {
	--thegem-to-styled-subtitle-text-transform: none;
}
.styled-subtitle,
.woocommerce-before-cart .cart-short-info,
.cart_totals table th,
.order-totals table th,
.cart_totals table .shipping td,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.woocommerce table.checkout-cart-info-table tr th,
.woocommerce table.checkout-cart-info-table tr.shipping td,
.widget_calendar caption,
.blog-style-timeline .post-time,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.project_info-item-style-2 .project_info-item .title,
.diagram-legend .legend-element .title {
	text-transform: none;
}


:root {
	--thegem-to-h1-font-family: 'Montserrat';
}
h1,
body .pricing-table-style-8 .pricing-cost,
.title-h1 {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-h1-font-style: normal;
	--thegem-to-h1-font-weight: 400;
}
h1,
body .pricing-table-style-8 .pricing-cost,
.title-h1 {
	font-style: normal;
	font-weight: 400;
}

:root {
	--thegem-to-h1-font-size: 60px;
}
h1,
.title-h1,
body .gem-style-text.title-h1 {
	font-size: 60px;
}
@media (max-width: 1000px) {
	h1,
	.title-h1,
	body .gem-style-text.title-h1 {
		font-size: 6vw;
	}
}

:root {
	--thegem-to-h1-line-height: 70px;
}
h1,
.title-h1,
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading .title-h1.elementor-heading-title {
	line-height: 70px;
}
@media (max-width: 1000px) {
	h1,
	.title-h1,
	.elementor-widget-heading h1.elementor-heading-title,
	.elementor-widget-heading .title-h1.elementor-heading-title {
		line-height: 7vw;
	}
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-h1-font-size: 32px;
	}
	h1,
	.title-h1,
	body .gem-style-text.title-h1 {
		font-size: 32px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-h1-line-height: 42px;
	}
	h1,
	.title-h1,
	.elementor-widget-heading h1.elementor-heading-title,
	.elementor-widget-heading .title-h1.elementor-heading-title {
		line-height: 42px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h1-font-size: 28px;
	}
	h1,
	.title-h1,
	body .gem-style-text.title-h1 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h1-line-heigh: 38px;
	}
	h1,
	.title-h1.elementor-widget-heading h1.elementor-heading-title,
	.elementor-widget-heading .title-h1.elementor-heading-title {
		line-height: 38px;
	}
}

:root {
	--thegem-to-h1-text-transform: none;
}
h1,
.title-h1 {
	text-transform: none;
}


:root {
	--thegem-to-h2-font-family: 'Montserrat';
}
h2,
.title-h2,
h3.comment-reply-title,
body .pricing-table-style-6 .pricing-price-title {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-h2-font-style: normal;
	--thegem-to-h2-font-weight: 200;
}
h2,
.title-h2,
h3.comment-reply-title,
body .pricing-table-style-6 .pricing-price-title {
	font-style: normal;
	font-weight: 200;
}

:root {
	--thegem-to-h2-font-size: 40px;
}
h2,
.title-h2,
body .gem-style-text.title-h2,
body .pricing-table-style-5  .pricing-price-title,
body .pricing-table-style-6 .pricing-price-title,
body .pricing-table-style-6 .pricing-price-subtitle,
h3.comment-reply-title,
body .pricing-table-style-2 .pricing-price-title {
	font-size: 40px;
}
@media (max-width: 1000px) {
	h2,
	.title-h2,
	body .gem-style-text.title-h2,
	body .pricing-table-style-5  .pricing-price-title,
	body .pricing-table-style-6 .pricing-price-title,
	body .pricing-table-style-6 .pricing-price-subtitle,
	h3.comment-reply-title,
	body .pricing-table-style-2 .pricing-price-title {
		font-size: 4vw;
	}
}

:root {
	--thegem-to-h2-line-height: 50px;
}
h2,
.title-h2,
body .pricing-table-style-6 .pricing-price-title,
h3.comment-reply-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading .title-h2.elementor-heading-title {
	line-height: 50px;
}
@media (max-width: 1000px) {
	h2,
	.title-h2,
	body .pricing-table-style-6 .pricing-price-title,
	h3.comment-reply-title,
	.elementor-widget-heading h2.elementor-heading-title,
	.elementor-widget-heading .title-h2.elementor-heading-title {
		line-height: 5vw;
	}
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-h2-font-size: 28px;
	}
	h2,
	.title-h2,
	body .gem-style-text.title-h2,
	body .pricing-table-style-6 .pricing-price-title,
	h3.comment-reply-title {
		font-size: 28px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-h2-line-height: 38px;
	}
	h2,
	.title-h2,
	body .pricing-table-style-6 .pricing-price-title,
	h3.comment-reply-title,
	.elementor-widget-heading h2.elementor-heading-title,
	.elementor-widget-heading .title-h2.elementor-heading-title {
		line-height: 38px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h2-font-size: 24px;
	}
	h2,
	.title-h2,
	body .gem-style-text.title-h2,
	body .pricing-table-style-6 .pricing-price-title,
	h3.comment-reply-title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h2-line-height: 34px;
	}
	h2,
	.title-h2,
	body .pricing-table-style-6 .pricing-price-title,
	h3.comment-reply-title,
	.elementor-widget-heading h2.elementor-heading-title,
	.elementor-widget-heading .title-h2.elementor-heading-title {
		line-height: 34px;
	}
}

:root {
	--thegem-to-h2-text-transform: none;
}
h2,
.title-h2,
body .pricing-table-style-6 .pricing-price-title,
h3.comment-reply-title {
	text-transform: none;
}


:root {
	--thegem-to-h3-font-family: 'Montserrat';
}
h3,
.title-h3,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.gem-dropcap,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-h3-font-style: normal;
	--thegem-to-h3-font-weight: normal;
}
h3,
.title-h3,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.gem-dropcap,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th {
	font-style: normal;
	font-weight: normal;
}

:root {
	--thegem-to-h3-font-size: 32px;
}
h3,
.title-h3,
body .gem-style-text.title-h3,
.portfolio.columns-1 .portfolio-item .caption .title,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.gem-dropcap,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
	font-size: 32px;
}

:root {
	--thegem-to-h3-line-height: 42px;
}
h3,
.title-h3,
.portfolio.columns-1 .portfolio-item .caption .title,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading .title-h3.elementor-heading-title,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
	line-height: 42px;
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-h3-font-size: 24px;
	}
	h3,
	.title-h3,
	body .gem-style-text.title-h3,
	.portfolio.columns-1 .portfolio-item .caption .title,
	.cart_totals table .order-total td,
	.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
	.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
	.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
	.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-h3-line-height: 34px;
	}
	h3,
	.title-h3,
	.portfolio.columns-1 .portfolio-item .caption .title,
	.cart_totals table .order-total td,
	.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
	.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
	.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
	.elementor-widget-heading h3.elementor-heading-title,
	.elementor-widget-heading .title-h3.elementor-heading-title,
	.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
		line-height: 34px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h3-font-size: 24px;
	}
	h3,
	.title-h3,
	body .gem-style-text.title-h3,
	.portfolio.columns-1 .portfolio-item .caption .title,
	.cart_totals table .order-total td,
	.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
	.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
	.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
	.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h3-line-height: 34px;
	}
	h3,
	.title-h3,
	.portfolio.columns-1 .portfolio-item .caption .title,
	.cart_totals table .order-total td,
	.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
	.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
	.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
	.elementor-widget-heading h3.elementor-heading-title,
	.elementor-widget-heading .title-h3.elementor-heading-title,
	.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
		line-height: 34px;
	}
}

:root {
	--thegem-to-h3-text-transform: none;
}
h3,
.title-h3,
.portfolio.columns-1 .portfolio-item .caption .title,
.cart_totals table .order-total td,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th {
	text-transform: none;
}


:root {
	--thegem-to-h4-font-family: 'Montserrat';
}
h4,
.title-h4,
.widget .gem-teams-name,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-8 .pricing_row_title,
body .pricing-table-style-4 .pricing_row_title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
	font-family: 'Montserrat';
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
	.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
		font-family: 'Montserrat';
	}
}

:root {
	--thegem-to-h4-font-style: normal;
	--thegem-to-h4-font-weight: normal;
}
h4,
.title-h4,
.widget .gem-teams-name,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-4  .pricing_row_title,
body .pricing-table-style-8 .pricing_row_title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
	font-style: normal;
	font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
	.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
		font-style: normal;
		font-style: normal;
	font-weight: normal;
	}
}

:root {
	--thegem-to-h4-font-size: 30px;
}
h4,
.title-h4,
body .gem-style-text.title-h4,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-4 .pricing_row_title,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-2 .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-1 .pricing-price-title,
.widget .gem-teams-name,
body .pricing-table-style-8 .pricing_row_title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
body .vc_separator h4,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
	font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
	.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
		font-size: 30px;
	}
}

:root {
	--thegem-to-h4-line-height: 40px;
}
h4,
.title-h4,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-5 .pricing-price-title,
body .pricing-table-style-4 .pricing_row_title,
body .pricing-table-style-3 .pricing_row_title,
body .pricing-table-style-2 .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-2 .pricing-price-title,
body .pricing-table-style-1 .pricing-price-title,
.widget .gem-teams-name,
.portfolio.columns-1 .portfolio-item .caption .title,
.gem-gallery-hover-gradient .gem-gallery-item-title,
.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
body .vc_separator h4,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading .title-h4.elementor-heading-title,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
	line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
	.with-sidebar .portfolio.hover-horizontal-sliding .overlay .links .caption .title {
		line-height: 40px;
	}
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-h4-font-size: 24px;
	}
	h4,
	.title-h4,
	body .gem-style-text.title-h4,
	body .pricing-table-style-7 .pricing-price-title,
	body .pricing-table-style-4 .pricing_row_title,
	body .pricing-table-style-3 .pricing_row_title,
	body .pricing-table-style-2 .pricing-cost,
	body .pricing-table-style-2 .time,
	body .pricing-table-style-1 .pricing-price-title,
	.widget .gem-teams-name,
	body .pricing-table-style-8 .pricing_row_title,
	.gem-gallery-hover-gradient .gem-gallery-item-title,
	.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
	.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
	body .vc_separator h4,
	.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-h4-line-height: 34px;
	}
	h4,
	.title-h4,
	body .pricing-table-style-7 .pricing-price-title,
	body .pricing-table-style-4 .pricing_row_title,
	body .pricing-table-style-3 .pricing_row_title,
	body .pricing-table-style-2 .pricing-cost,
	body .pricing-table-style-2 .time,
	body .pricing-table-style-1 .pricing-price-title,
	.widget .gem-teams-name,
	body .pricing-table-style-8 .pricing_row_title,
	.gem-gallery-hover-gradient .gem-gallery-item-title,
	.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
	.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
	body .vc_separator h4,
	.elementor-widget-heading h4.elementor-heading-title,
	.elementor-widget-heading .title-h4.elementor-heading-title,
	.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
		line-height: 34px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h4-font-size: 20px;
	}
	h4,
	.title-h4,
	body .gem-style-text.title-h4,
	body .pricing-table-style-7 .pricing-price-title,
	body .pricing-table-style-4 .pricing_row_title,
	body .pricing-table-style-3 .pricing_row_title,
	body .pricing-table-style-2 .pricing-cost,
	body .pricing-table-style-2 .time,
	body .pricing-table-style-1 .pricing-price-title,
	.widget .gem-teams-name,
	body .pricing-table-style-8 .pricing_row_title,
	.gem-gallery-hover-gradient .gem-gallery-item-title,
	.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
	.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
	body .vc_separator h4,
   .product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h4-line-height: 30px;
	}
	h4,
	.title-h4,
	body .pricing-table-style-7 .pricing-price-title,
	body .pricing-table-style-4 .pricing_row_title,
	body .pricing-table-style-3 .pricing_row_title,
	body .pricing-table-style-2 .pricing-cost,
	body .pricing-table-style-2 .time,
	body .pricing-table-style-1 .pricing-price-title,
	.widget .gem-teams-name,
	body .pricing-table-style-8 .pricing_row_title,
	.gem-gallery-hover-gradient .gem-gallery-item-title,
	.gem-gallery-grid.hover-gradient .gallery-item .overlay .title,
	.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-item-title,
	body .vc_separator h4,
	.elementor-widget-heading h4.elementor-heading-title,
	.elementor-widget-heading .title-h4.elementor-heading-title,
	.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title {
		line-height: 30px;
	}
}

:root {
	--thegem-to-h4-text-transform: none;
}
h4,
.title-h4,
body .vc_separator h4,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
	text-transform: none;
}


:root {
	--thegem-to-h5-font-family: 'Montserrat';
}
h5,
.gem-table thead th,
.title-h5,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.blog-style-styled_list1 .post-time,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-h5-font-style: normal;
	--thegem-to-h5-font-weight: 600;
}
h5,
.title-h5,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.blog-style-styled_list1 .post-time,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
	font-style: normal;
	font-weight: 600;
}

:root {
	--thegem-to-h5-font-size: 24px;
}
h5,
.title-h5,
body .gem-style-text.title-h5,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.blog-style-styled_list1 .post-time,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
	font-size: 24px;
}

:root {
	--thegem-to-h5-line-height: 34px;
}
h5,
.title-h5,
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading .title-h5.elementor-heading-title {
	line-height: 34px;
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-h5-font-size: 20px;
	}
	h5,
	.title-h5,
	body .gem-style-text.title-h5,
	.gem-teams-phone,
	.shop_table td.product-price,
	.shop_table td.product-subtotal,
	.cart_totals table .cart-subtotal td,
	.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
	.woocommerce table.shop_table.order-details thead tr th.product-name,
	.woocommerce table.shop_table.order-details thead tr th.product-total,
	.widget-gem-portfolio-item.gem-portfolio-dummy:after,
	.resp-tabs-list li,
	.gem-quote.gem-quote-style-4,
	.gem-quote.gem-quote-style-5,
	.gem-teams-phone,
	blockquote.wp-block-quote.is-large,
	blockquote.wp-block-quote.is-style-large,
	.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-h5-line-height: 30px;
	}
	h5,
	.title-h5,
	.gem-teams-phone,
	.shop_table td.product-price,
	.shop_table td.product-subtotal,
	.cart_totals table .cart-subtotal td,
	.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
	.woocommerce table.shop_table.order-details thead tr th.product-name,
	.woocommerce table.shop_table.order-details thead tr th.product-total,
	.widget-gem-portfolio-item.gem-portfolio-dummy:after,
	.resp-tabs-list li,
	.gem-quote.gem-quote-style-4,
	.gem-quote.gem-quote-style-5,
	.gem-teams-phone,
	blockquote.wp-block-quote.is-large,
	blockquote.wp-block-quote.is-style-large,
	.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
	.elementor-widget-heading h5.elementor-heading-title,
	.elementor-widget-heading .title-h5.elementor-heading-title {
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h5-font-size: 18px;
	}
	h5,
	.title-h5,
	body .gem-style-text.title-h5,
	.gem-teams-phone,
	.shop_table td.product-price,
	.shop_table td.product-subtotal,
	.cart_totals table .cart-subtotal td,
	.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
	.woocommerce table.shop_table.order-details thead tr th.product-name,
	.woocommerce table.shop_table.order-details thead tr th.product-total,
	.widget-gem-portfolio-item.gem-portfolio-dummy:after,
	.resp-tabs-list li,
	.gem-quote.gem-quote-style-4,
	.gem-quote.gem-quote-style-5,
	.gem-teams-phone,
	blockquote.wp-block-quote.is-large,
	blockquote.wp-block-quote.is-style-large,
	.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h5-line-height: 28px;
	}
	h5,
	.title-h5,
	.gem-teams-phone,
	.shop_table td.product-price,
	.shop_table td.product-subtotal,
	.cart_totals table .cart-subtotal td,
	.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
	.woocommerce table.shop_table.order-details thead tr th.product-name,
	.woocommerce table.shop_table.order-details thead tr th.product-total,
	.widget-gem-portfolio-item.gem-portfolio-dummy:after,
	.resp-tabs-list li,
	.gem-quote.gem-quote-style-4,
	.gem-quote.gem-quote-style-5,
	.gem-teams-phone,
	blockquote.wp-block-quote.is-large,
	blockquote.wp-block-quote.is-style-large,
	.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
	.elementor-widget-heading h5.elementor-heading-title,
	.elementor-widget-heading .title-h5.elementor-heading-title {
		line-height: 28px;
	}
}

:root {
	--thegem-to-h5-text-transform: none;
}
h5,
.title-h5,
.gem-table thead th,
.gem-teams-phone,
.shop_table td.product-price,
.shop_table td.product-subtotal,
.cart_totals table .cart-subtotal td,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
.woocommerce table.shop_table.order-details thead tr th.product-name,
.woocommerce table.shop_table.order-details thead tr th.product-total,
.widget-gem-portfolio-item.gem-portfolio-dummy:after,
.resp-tabs-list li,
.gem-quote.gem-quote-style-4,
.gem-quote.gem-quote-style-5,
.gem-teams-phone,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th {
	text-transform: none;
}


:root {
	--thegem-to-h6-font-family: 'Montserrat';
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.project-info-shortcode-style-2 .project-info-shortcode-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.hamburger-minicart .minicart-item-count,
.wpb_toggle,
.vc_toggle_title h4,
.testimonials-style-1-name.gem-testimonial-name,
.testimonials-style-2-name.gem-testimonial-name,
.diagram-wrapper .digram-line-box .skill-amount,
.diagram-wrapper.style-3 .digram-line-box .skill-title,
.row .vc_progress_bar .vc_label,
.woocommerce .shop_table thead tr th,
.pricing-column-top-choice .pricing-column-top-choice-text {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-h6-font-style: normal;
	--thegem-to-h6-font-weight: 600;
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.hamburger-minicart .minicart-item-count,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.testimonials-style-1-name.gem-testimonial-name,
.testimonials-style-2-name.gem-testimonial-name,
.diagram-wrapper .digram-line-box .skill-amount,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label {
	font-style: normal;
	font-weight: 600;
}

:root {
	--thegem-to-h6-font-size: 20px;
	--thegem-to-h6-font-size-small: 17.5px;
	--thegem-to-h6-font-size-tiny: 8.8px;
}
h6,
.title-h6,
body .gem-style-text.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label {
	font-size: 20px;
}

:root {
	--thegem-to-h6-line-height: 30px;
	--thegem-to-h6-line-height-small: 26.25px;
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label,
.elementor-widget-heading h6.elementor-heading-title,
.elementor-widget-heading .title-h6.elementor-heading-title {
	line-height: 30px;
}

.thegem-fullscreen-search .pages-list .page-item article a .title {
	max-height: calc( 30px * 2 );
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-h6-font-size: 18px;
	}
	h6,
	.title-h6,
	body .gem-style-text.title-h6,
	body .woocommerce .shop_table thead tr th,
	table.shop_table_responsive td[data-title]:before,
	.project_info-item-style-1 .project_info-item .title,
	.gem_accordion_header a,
	#wp-calendar caption,
	.wpb_toggle,
	.gem-table-responsive .tabletolist.rh > li > .titles,
	.vc_toggle_title h4,
	.diagram-wrapper.style-3 .digram-line-box  .skill-title,
	.row .vc_progress_bar .vc_label {
		font-size: 18px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-h6-line-height: 28px;
	}
	h6,
	.title-h6,
	body .woocommerce .shop_table thead tr th,
	table.shop_table_responsive td[data-title]:before,
	.project_info-item-style-1 .project_info-item .title,
	.gem_accordion_header a,
	#wp-calendar caption,
	.wpb_toggle,
	.gem-table-responsive .tabletolist.rh > li > .titles,
	.vc_toggle_title h4,
	.diagram-wrapper.style-3 .digram-line-box  .skill-title,
	.row .vc_progress_bar .vc_label,
	.elementor-widget-heading h6.elementor-heading-title,
	.elementor-widget-heading .title-h6.elementor-heading-title {
		line-height: 28px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h6-font-size: 16px;
	}
	h6,
	.title-h6,
	body .gem-style-text.title-h6,
	body .woocommerce .shop_table thead tr th,
	table.shop_table_responsive td[data-title]:before,
	.project_info-item-style-1 .project_info-item .title,
	.gem_accordion_header a,
	#wp-calendar caption,
	.wpb_toggle,
	.gem-table-responsive .tabletolist.rh > li > .titles,
	.vc_toggle_title h4,
	.diagram-wrapper.style-3 .digram-line-box  .skill-title,
	.row .vc_progress_bar .vc_label {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-h6-line-height: 26px;
	}
	h6,
	.title-h6,
	body .woocommerce .shop_table thead tr th,
	table.shop_table_responsive td[data-title]:before,
	.project_info-item-style-1 .project_info-item .title,
	.gem_accordion_header a,
	#wp-calendar caption,
	.wpb_toggle,
	.gem-table-responsive .tabletolist.rh > li > .titles,
	.vc_toggle_title h4,
	.diagram-wrapper.style-3 .digram-line-box  .skill-title,
	.row .vc_progress_bar .vc_label,
	.elementor-widget-heading h6.elementor-heading-title,
	.elementor-widget-heading .title-h6.elementor-heading-title {
		line-height: 26px;
	}
}

:root {
	--thegem-to-h6-text-transform: none;
}
h6,
.title-h6,
body .woocommerce .shop_table thead tr th,
table.shop_table_responsive td[data-title]:before,
.project_info-item-style-1 .project_info-item .title,
.gem_accordion_header a,
#wp-calendar caption,
.wpb_toggle,
.gem-table-responsive .tabletolist.rh > li > .titles,
.vc_toggle_title h4,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.row .vc_progress_bar .vc_label {
	text-transform: none;
}


:root {
	--thegem-to-xlarge-title-font-family: 'Montserrat';
}
.title-xlarge {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-xlarge-title-font-style: normal;
	--thegem-to-xlarge-title-font-weight: normal;
}
.title-xlarge {
	font-style: normal;
	font-weight: normal;
}

:root {
	--thegem-to-xlarge-title-font-size: 120px;
}
.title-xlarge,
body .gem-style-text.title-xlarge {
	font-size: 120px;
}
@media (max-width: 1000px) {
	.title-xlarge,
	body .gem-style-text.title-xlarge {
		font-size: 12vw;
	}
}

:root {
	--thegem-to-xlarge-title-line-height: 120px;
}
.title-xlarge,
.elementor-widget-heading .title-xlarge.elementor-heading-title {
	line-height: 120px;
}
@media (max-width: 1000px) {
	.title-xlarge,
	.elementor-widget-heading .title-xlarge.elementor-heading-title {
		line-height: 12vw;
	}
}

@media (max-width: 1199px) {
	:root {
	    --thegem-to-xlarge-title-font-size: 50px;
	}
	.title-xlarge {
		font-size: 50px;
	}
}
@media (max-width: 1199px) {
	:root {
	    --thegem-to-xlarge-title-line-height: 70px;
	}
	.title-xlarge {
		line-height: 70px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-xlarge-title-font-size: 32px;
	}
	.title-xlarge,
	body .gem-style-text.title-xlarge {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	:root {
	    --thegem-to-xlarge-title-line-height: 42px;
	}
	.title-xlarge,
	.elementor-widget-heading .title-xlarge.elementor-heading-title {
		line-height: 42px;
	}
}

:root {
	--thegem-to-xlarge-title-text-transform: uppercase;
}
.title-xlarge {
	text-transform: uppercase;
}


:root {
	--thegem-to-light-title-font-family: 'Montserrat';
}
h1 .light,
h2 .light,
h3 .light,
h4 .light,
h5 .light,
h6 .light,
.title .light,
.title-h1 .light,
.title-h2 .light,
.title-h3 .light,
.title-h4 .light,
.title-h5 .light,
.title-h6 .light,
.title-xlarge .light,
.main-menu-item .light,
.title-main-menu .light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.title-h1.light,
.title-h2.light,
.title-h3.light,
.title-h4.light,
.title-h5.light,
.title-h6.light,
.title-xlarge.light,
.main-menu-item.light,
.title-main-menu.light,
.widget .gem-teams-name,
.gem-counter-style-2 .gem-counter-number,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-quote.gem-quote-style-3 blockquote,
.row  .vc_pie_wrapper span,
.blog-style-styled_list1 .post-title,
.blog-style-styled_list2 .post-time,
.blog-style-styled_list2 .post-title,
.blog-style-timeline .post-title,
body .pricing-table-style-1 .pricing-price-title,
body .pricing-table-style-1  .pricing-cost,
body .pricing-table-style-2 .pricing-price-title,
body .pricing-table-style-2  .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-5  .pricing-price-title,
body .pricing-table-style-6 .pricing-price-subtitle,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-7 .pricing-cost,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item > span,
.gem-media-grid .vc_gitem-post-data-source-post_title a,
.gem-media-grid-2 .vc_gitem-post-data-source-post_title a,
body.woocommerce-cart-layout-modern .woocommerce .shop_table thead tr th,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-light-title-font-style: normal;
	--thegem-to-light-title-font-weight: normal;
}
h1 .light,
h2 .light,
h3 .light,
h4 .light,
h5 .light,
h6 .light,
.title .light,
.title-h1 .light,
.title-h2 .light,
.title-h3 .light,
.title-h4 .light,
.title-h5 .light,
.title-h6 .light,
.title-xlarge .light,
.main-menu-item .light,
.title-main-menu .light,
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.title-h1.light,
.title-h2.light,
.title-h3.light,
.title-h4.light,
.title-h5.light,
.title-h6.light,
.title-xlarge.light,
.main-menu-item.light,
.title-main-menu.light,
.widget .gem-teams-name,
.gem-counter-style-2 .gem-counter-number,
.gem-quote.gem-quote-style-3 blockquote,
.row  .vc_pie_wrapper span,
.blog-style-styled_list1 .post-title,
.blog-style-styled_list2 .post-time,
.blog-style-timeline .post-title,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item > span,
.gem-media-grid .vc_gitem-post-data-source-post_title a,
body .pricing-table-style-1 .pricing-price-title,
body .pricing-table-style-1 .pricing-cost,
body .pricing-table-style-2 .pricing-price-title,
body .pricing-table-style-2 .pricing-cost,
body .pricing-table-style-2 .time,
body .pricing-table-style-5 .pricing-price-title,
body .pricing-table-style-6 .pricing-price-subtitle,
body .pricing-table-style-7 .pricing-price-title,
body .pricing-table-style-7 .pricing-cost,
.gem-media-grid-2 .vc_gitem-post-data-source-post_title a,
body.woocommerce-cart-layout-modern .woocommerce .shop_table thead tr th,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input {
	font-style: normal;
	font-weight: normal;
}

:root {
	--thegem-to-body-font-family: Montserrat;
	--thegem-to-body-tiny-font-family: Montserrat;
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
option,
.gem-table thead th,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.widget_archive li,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.page-breadcrumbs ul li,
#primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.thegem-combobox-wrap .thegem-combobox,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
	font-family: 'Montserrat';
}

:root {
	--thegem-to-body-font-style: normal;
	--thegem-to-body-font-weight: 300;
	--thegem-to-body-tiny-font-style: normal;
	--thegem-to-body-tiny-font-weight: 300;
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
option,
.gem-table thead th,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.page-breadcrumbs ul li,
#primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.thegem-combobox-wrap .thegem-combobox,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
	font-style: normal;
	font-weight: 300;
}

:root {
	--thegem-to-body-font-size: 16px;
	--thegem-to-body-tiny-font-size: 14px;
	--thegem-to-body-sup-font-size: 11px;
}
body,
.text-body,
.title-text-body,
.gem-table thead th,
.inline-column,
.inline-inside > *,
option,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.page-breadcrumbs ul li:not(:last-child):after,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info del,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
	font-size: 16px;
}

.text-body-tiny,
.title-text-body-tiny{
	font-size: 14px;
}

.page-breadcrumbs ul li,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .woocommerce-review__author{
	font-size: 14px;
}

.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup{
	font-size: 11px;
}

:root {
	--thegem-to-body-line-height: 24px;
	--thegem-to-body-tiny-line-height: 21px;
}
body,
.text-body,
.title-text-body,
option,
.inline-column,
.inline-inside > *,
.related-element-info > a,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-combobox-wrap .thegem-combobox,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
	line-height: 24px;
}

.text-body-tiny,
.title-text-body-tiny{
	line-height: 21px;
}

.page-breadcrumbs ul li,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide{
	line-height: 21px;
}

	@media (max-width: 1199px) {
		body,
		.text-body,
		.title-text-body,
		option,
		.inline-column,
		.inline-inside > *,
		.related-element-info > a,
		.gallery-item .overlay .subtitle,
		.cart_totals table .shipping td label,
		.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
		.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
		body .hamburger-minicart > .minicart .total strong,
		body .hamburger-minicart > .minicart ul li .quantity,
		.thegem-combobox-wrap .thegem-combobox,
		.single-product-content-right .compare,
		.single-product-content-right .yith-ywraq-add-to-quote{
			font-size: 16px;
		}
	}
	@media (max-width: 1199px) {
		body,
		.text-body,
		.title-text-body,
		option,
		.inline-column,
		.inline-inside > *,
		.related-element-info > a,
		.gallery-item .overlay .subtitle,
		.cart_totals table .shipping td label,
		.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
		.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
		body .hamburger-minicart > .minicart .total strong,
		body .hamburger-minicart > .minicart ul li .quantity,
		.thegem-combobox-wrap .thegem-combobox,
		.single-product-content-right .compare,
		.single-product-content-right .yith-ywraq-add-to-quote{
			line-height: 24px;
		}
	}
	@media (max-width: 767px) {
		body,
		.text-body,
		.title-text-body,
		option,
		.inline-column,
		.inline-inside > *,
		.related-element-info > a,
		.gallery-item .overlay .subtitle,
		.cart_totals table .shipping td label,
		.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
		.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
		body .hamburger-minicart > .minicart .total strong,
		body .hamburger-minicart > .minicart ul li .quantity,
		.thegem-combobox-wrap .thegem-combobox,
		.single-product-content-right .compare,
		.single-product-content-right .yith-ywraq-add-to-quote{
			font-size: 16px;
		}
	}
	@media (max-width: 767px) {
		body,
		.text-body,
		.title-text-body,
		option,
		.inline-column,
		.inline-inside > *,
		.related-element-info > a,
		.gallery-item .overlay .subtitle,
		.cart_totals table .shipping td label,
		.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
		.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
		body .hamburger-minicart > .minicart .total strong,
		body .hamburger-minicart > .minicart ul li .quantity,
		.thegem-combobox-wrap .thegem-combobox,
		.single-product-content-right .compare,
		.single-product-content-right .yith-ywraq-add-to-quote{
			line-height: 24px;
		}
	}

:root {
	--thegem-to-body-text-transform: none;
	--thegem-to-body-tiny-text-transform: none;
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
option,
.portfolio.columns-1 .portfolio-item .caption .subtitle,
.gallery-item .overlay .subtitle,
.cart_totals table .shipping td label,
.woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.thegem-combobox-wrap .thegem-combobox,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide,
.single-product-content-right .compare,
.single-product-content-right .yith-ywraq-add-to-quote{
	text-transform: none;
}


.page-title-excerpt,
.custom-title-excerpt {
	font-family: 'Montserrat';
}

.page-title-excerpt,
.custom-title-excerpt {
	font-style: normal;
	font-weight: 300;
}

.page-title-excerpt,
.custom-title-excerpt {
	font-size: 20px;
}
@media (max-width: 600px) {
	.page-title-excerpt,
	.custom-title-excerpt {
		font-size: 3.3333333333333vw;
	}
}

.page-title-excerpt,
.custom-title-excerpt {
	line-height: 30px;
}
@media (max-width: 600px) {
	.page-title-excerpt,
	.custom-title-excerpt {
		line-height: 5vw;
	}
}

@media (max-width: 1199px) {
	.page-title-excerpt,
	.custom-title-excerpt {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.page-title-excerpt,
	.custom-title-excerpt {
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	.page-title-excerpt,
	.custom-title-excerpt {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.page-title-excerpt,
	.custom-title-excerpt {
		line-height: 30px;
	}
}

.page-title-excerpt,
.custom-title-excerpt {
	text-transform: none;
}


.widget-title {
	font-family: 'Montserrat';
}

.widget-title {
	font-style: normal;
	font-weight: normal;
}

.widget-title {
	font-size: 36px;
}

.widget-title {
	line-height: 60px;
}

.widget-title {
	text-transform: none;
}


:root {
	--thegem-to-button-font-family: 'Montserrat';
}
.gem-button,
input[type='submit'],
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots,
.blog-load-more button,
body .wp-block-button .wp-block-button__link,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
	font-family: 'Montserrat';
}

:root {
	--thegem-to-button-font-style: normal;
	--thegem-to-button-font-weight: 600;
}
.gem-button,
input[type='submit'],
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots,
.blog-load-more button,
body .wp-block-button .wp-block-button__link,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
	font-style: normal;
	font-weight: 600;
}

:root {
	--thegem-to-button-text-transform: uppercase;
}
.gem-button,
input[type='submit'],
.gem-pagination a,
.gem-pagination .current,
.blog-load-more button,
body .wp-block-button .wp-block-button__link,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
	text-transform: uppercase;
}


.gem-button.gem-button-text-weight-thin {
	font-family: 'Montserrat';
}

.gem-button.gem-button-text-weight-thin {
	font-style: normal;
	font-weight: normal;
}

.gem-button.gem-button-text-weight-thin {
	text-transform: uppercase;
}



.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
	font-family: 'Montserrat';
}

.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
	font-style: normal;
	font-weight: normal;
}

.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
	font-size: 16px;
}

.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
	line-height: 24px;
}


.portfolio-item-title,
.portfolio-item .wrap > .caption .title,
.fancybox-title .slide-info-title,
.blog.blog-style-masonry article .description .title {
	letter-spacing: 0px;
}

.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
	font-family: 'Montserrat';
}

.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
	font-style: normal;
	font-weight: normal;
}

.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
	font-size: 17px;
}

.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
	line-height: 27px;
}
.portfolio:not(.columns-1):not(.portfolio-style-masonry):not(.list-style) .portfolio-item .wrap > .caption .subtitle {
	max-height: 27px;
}


.portfolio-item-description,
.portfolio-item .caption .subtitle,
.fancybox-title .slide-info-summary,
.blog.blog-style-masonry article .description .summary {
	letter-spacing: 0px;
}

.quickfinder-item-title {
	font-family: 'Big Shoulders Display';
}

.quickfinder-item-title {
	font-style: normal;
	font-weight: 600;
}

.quickfinder-item-title {
	font-size: 20px;
}

.quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder-item.col-md-3 .quickfinder-item-title {
	font-size: 16px;
}

.quickfinder-item-title {
	line-height: 50px;
}

.quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder-item.col-md-3 .quickfinder-item-title {
	line-height: 40px;
}

.quickfinder-item-title {
	text-transform: none;
}


.quickfinder.quickfinder-title-thin .quickfinder-item-title {
	font-family: 'Big Shoulders Display';
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
	font-style: normal;
	font-weight: normal;
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
	font-size: 24px;
}

.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-item-title {
	font-size: 19.2px;
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
	line-height: 38px;
}

.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-2 .quickfinder-item-title,
.quickfinder.quickfinder-title-thin .quickfinder-item.col-md-3 .quickfinder-item-title {
	line-height: 30.4px;
}

.quickfinder.quickfinder-title-thin .quickfinder-item-title {
	text-transform: none;
}


.quickfinder-item-text {
	font-family: 'Roboto Condensed';
}

.quickfinder-item-text {
	font-style: normal;
	font-weight: 300;
}

.quickfinder-item-text {
	font-size: 17px;
}

.quickfinder-item-text {
	line-height: 27px;
}

.quickfinder-item-text {
	text-transform: none;
}


.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title{
	font-family: 'Montserrat';
}

.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title{
	font-style: normal;
	font-weight: normal;
}

.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title{
	font-size: 24px;
}

.gem-gallery-hover-zooming-blur .gem-gallery-item-title,
.gem-gallery-grid .gallery-item .overlay .title,
.gem-gallery .gem-gallery-caption .gem-gallery-item-title {
	line-height: 30px;
}

body .gem-gallery-hover-zooming-blur .gem-gallery-item-title,
body .gem-gallery-grid .gallery-item .overlay .title,
body .gem-gallery .gem-gallery-caption .gem-gallery-item-title{
	text-transform: uppercase;
}


.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title{
	font-family: 'Montserrat';
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
	font-weight: 600;
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
	font-size: 24px;
}

.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
	line-height: 31px;
}


.gem-gallery-grid.hover-default .gallery-item .overlay .title,
.gem-gallery-hover-default .gem-gallery-item .gem-gallery-item-title {
	letter-spacing: 0px;
}


.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
	font-family: 'Montserrat';
}

.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
	font-style: normal;
	font-weight: 300;
}

.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
	font-size: 17px;
}

.gallery-description,
.gem-gallery-item-description,
.gallery-item .overlay .subtitle{
	line-height: 27px;
}




body .gem-testimonial-text,
body .testimonials-style-1-text {
	font-family: 'Montserrat';
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
	font-style: normal;
	font-weight: 300;
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
	font-size: 24px;
}
@media (max-width: 600px) {
	body .gem-testimonial-text,
	body .testimonials-style-1-text {
		font-size: 4vw;
	}
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
	line-height: 37px;
}
@media (max-width: 600px) {
	body .gem-testimonial-text,
	body .testimonials-style-1-text {
		line-height: 6.1666666666667vw;
	}
}
body .gem-testimonial-text,
body .testimonials-style-1-text {
	text-transform: none;
}

body .gem-testimonial-content .gem-testimonial-name{
	font-family: 'Montserrat';
}
body .gem-testimonial-content .gem-testimonial-name{
	font-style: normal;
	font-weight: 700;
}
body .gem-testimonial-content .gem-testimonial-name{
	font-size: 14px;
}
body .gem-testimonial-content .gem-testimonial-name{
	line-height: 25px;
}
body .gem-testimonial-content .gem-testimonial-name{
	text-transform: uppercase;
}

body .gem-testimonial-company{
	font-family: 'Montserrat';
}
body .gem-testimonial-company{
	font-style: normal;
	font-weight: 300;
}
body .gem-testimonial-company{
	font-size: 14px;
}
body .gem-testimonial-company{
	line-height: 25px;
}
body .gem-testimonial-company{
	text-transform: none;
}

body .gem-testimonial-position{
	font-family: 'Montserrat';
}
body .gem-testimonial-position{
	font-style: normal;
	font-weight: 300;
}
body .gem-testimonial-position{
	font-size: 14px;
}
body .gem-testimonial-position{
	line-height: 25px;
}
body .gem-testimonial-position{
	text-transform: none;
}


.gem-counter-number,
.diagram-circle .text div span {
	font-family: 'Montserrat';
}

.gem-counter-number,
.diagram-circle .text div span {
	font-style: normal;
	font-weight: 700;
}

.gem-counter-number {
	font-size: 50px;
}

.gem-counter-number {
	line-height: 50px;
}

.gem-counter-number {
	text-transform: uppercase;
}



.gem-counter-number.thin-font {
	font-family: 'Montserrat';
}

.gem-counter-number.thin-font {
	font-style: normal;
	font-weight: normal;
}

.gem-counter-number.thin-font {
	font-size: 50px;
}

.gem-counter-number.thin-font {
	line-height: 69px;
}


.gem-counter-number.thin-font {
	letter-spacing: px;
}


:root {
	--thegem-to-tabs-title-font-family: Montserrat;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-tabs-title-font-style: normal;
	--thegem-to-tabs-title-font-weight: 600;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
	font-style: normal;
	font-weight: 600;
}

:root {
	--thegem-to-tabs-title-font-size: 20px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
	font-size: 20px;
}

:root {
	--thegem-to-tabs-title-line-height: 30px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
	line-height: 30px;
}

:root {
	--thegem-to-tabs-title-text-transform: uppercase;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-tab a,
body .gem-tta.gem-tta-tabs.gem-tta-style-modern .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel.gem-tta-active .gem-tta-panel-title,
body .gem-tta.gem-tta-tabs.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-outline .gem-tta-panel .gem-tta-panel-title
body .gem-tta.gem-tta-tabs .gem-tta-panel.gem-tta-style-modern .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-modern .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion.gem-tta-style-simple_dashed .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item.thegem-tabs__nav-item--active,
.thegem-accordion__item-title.thegem-accordion__item--active,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li.active {
	text-transform: uppercase;
}


:root {
	--thegem-to-tabs-title-thin-font-family: 'Montserrat';
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-tabs-title-thin-font-style: normal;
	--thegem-to-tabs-title-thin-font-weight: 300;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
	font-style: normal;
	font-weight: 300;
}

:root {
	--thegem-to-tabs-title-thin-font-size: 24px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
	font-size: 24px;
}

:root {
	--thegem-to-tabs-title-thin-line-height: 37px;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
	line-height: 37px;
}

:root {
	--thegem-to-tabs-title-thin-text-transform: uppercase;
}
body .gem-tta.gem-tta-tabs .gem-tta-tab a,
body .gem-tta.gem-tta-tabs .gem-tta-panel .gem-tta-panel-title,
body .gem-tta.gem-tta-accordion .gem-tta-panel .gem-tta-panel-title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li:not(.active) {
	text-transform: uppercase;
}




:root {
	--thegem-to-main-bg-color: #ffffff;
	--main-bg-color: #ffffff;
	--main-bg-color-08: rgba(255, 255, 255, 0.8);
}
.combobox-wrapper,
#page .woocommerce .select2-container .select2-selection--single,
.select2-container .select2-dropdown,
.gem-team-style-5 .team-person:hover .team-person-hover,
.gem-table td,
body .gem-table-style-2 thead,
body .gem-table-style-2 tr:nth-child(2n) td,
.gem-table .tabletolist.nrh > li > ul > li,
.resp-tabs-container,
.resp-tab-content,
.resp-tab-active,
.gem-clients-type-carousel-grid .gem-client-item a:hover,
.gem_client-carousel .gem-client-item a:hover,
.products .product-inner,
.gem-table .shop_table tbody tr,
.widget_product_search input.search-field,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce table.shop_table.order-details tr.cart_item,
.woocommerce table.shop_table.order-details tr.order_item,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page-modern #order_review .woocommerce-checkout-payment .payment_methods .woocommerce-notice,
.woocommerce-checkout-one-page-modern .woocommerce-terms-and-conditions,
.triangle-with-shadow:after,
.blog-style-default article .post-image .gem-dummy,
.blog-style-default article.sticky .post-image .gem-dummy:after,
.blog-style-timeline.blog-style-styled_list1 .item-post .post-text,
.blog-style-default article.no-image .post-image .gem-dummy,
.wpb_toggle,
.vc_toggle_title,
.page-title-style-2,
.post-tags-list a:after,
.portfolio .portfolio-item .overlay-line,
.portfolio-item .wrap > .caption,
.portfolio.portfolio-grid.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption,
.portfolio.portfolio-grid.background-style-dark:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover,
.portfolio.background-style-dark .caption-bottom-line .project-button .gem-button,
.quickfinder-item .quickfinder-animation,
.gem-counter .gem-counter-animation,
.mc4wp-form input[type='email'],
.page-title-block.page-title-style-2,
.page-title-block.has-background-image,
body .widget .tagcloud a,
.wpcf7-form.gem-contact-form-white .combobox-wrapper,
.wpcf7-form.gem-contact-form-white  input:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-button,
.wpcf7-form.gem-contact-form-white .combobox-wrapper .combobox-text,
.wpcf7-form.gem-contact-form-white .checkbox-sign,
.wpcf7-form.gem-contact-form-white  span.radio-sign,
.wpcf7-form.gem-contact-form-white textarea,
.diagram-wrapper.style-1 .digram-line-box .skill-line,
.blog-style-styled_list1 .post-item,
.blog-style-styled_list2 article,
.blog-style-styled_list2 .post-item,
.blog-style-styled_list2 .sticky,
.blog-style-timeline .post-item,
.blog-style-timeline .post-img,
.blog-style-timeline .post-img a .dummy,
.gem-basic-grid .vc_grid-item-mini,
.gem-basic-grid .vc_gitem-zone-c,
.shop-widget-area .widget .gem-products-content,
.blog-style-compact article,
.gem-search-form.gem-search-form-style-light .search-field,
.page-title-block.custom-page-title,
.custom-footer,
.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form,
.portfolio-filters-list.style-standard:not(.single-filter, .style-standard-mobile) .portfolio-filter-item .portfolio-filter-item-list,
.portfolio-sorting-select ul,
.thegem-popup-notification .notification-message,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a:focus,
.thegem-combobox-wrap .thegem-combobox__trigger,
.thegem-combobox-wrap .thegem-combobox__options,
.thegem-combobox-wrap .thegem-combobox__options-item,
.product-page__wrapper .product-page__nav .product-page__nav-preview,
.product-page__wrapper form.cart .quantity,
.thegem-fullscreen-search,
.thegem-fullscreen-search .search-results-section:nth-child(even) .pages-list .page-item article a,
table.variations .thegem-select {
	background-color: #ffffff;
}
.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before,
.gem-gallery-grid.hover-gradient .gallery-item .overlay a.icon::before,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after {
	background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-item .wrap > .caption .caption-sizable-content:after,
.portfolio.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .caption-sizable-content:after,
.portfolio.background-style-dark:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .caption-sizable-content:after {
	box-shadow: 0 0 30px 45px #ffffff;
}
.blog-style-compact article .gem-compact-item-content:after {
	box-shadow: 0 5px 15px 15px #ffffff;
}
.fullwidth-block .marker-direction-inside svg,
.blog-style-styled_list1 .wrap-style,
.blog-style-styled_list2 .wrap-style,
.blog-style-timeline .wrap-style {
	fill: #ffffff;
}
.gem-image a:after,
.gem-textbox-picture a:after,
.blog-style-default article.sticky .sticky-label,
.blog-style-masonry article.sticky .sticky-label,
.blog-style-styled_list1 article.sticky .sticky-label,
.blog-style-styled_list2 article.sticky .sticky-label,
.blog-style-timeline article.sticky .sticky-label,
.justified-style-1 article.sticky .sticky-label,
.justified-style-2 article.sticky .sticky-label,
.blog-style-multi-author article.sticky .sticky-label,
.blog article .post-featured-content > a:after,
.blog .gem-simple-gallery .gem-gallery-item a:after,
.blog-style-styled_list1 .wrap-style,
.blog-style-styled_list2 .wrap-style,
.blog-style-styled_list1 article a.default:after,
.blog-style-styled_list2 article a.default:after,
.blog-style-compact article a.default:after,
.blog-style-compact-tiny-1 article a.default:after,
.blog-style-timeline .wrap-style,
#primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count,
.mobile-cart-position-top #site-header .mobile-cart .minicart-item-count,
body .hamburger-minicart > a .minicart-item-count,
body #primary-navigation #primary-menu > li.menu-item-cart > a.circle-count .minicart-item-count,
.woocommerce ul.woocommerce-error li:before,
.pricing-column-top-choice .pricing-column-top-choice-text,
.widget .onsale:after,
.widget_shopping_cart ul li.sale .minicart-image:before,
#wp-calendar caption,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
.widget.widget_calendar a:hover,
.shop-widget-area .onsale,
.socials-sharing li a:hover:after,
.wpb_wrapper .vc_progress_bar .vc_label_units,
.portfolio-item .image .overlay .links a.icon:before,
.portfolio.hover-title .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .details,
.portfolio.hover-title.columns-4 .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .subtitle,
.portfolio.hover-title .portfolio-item .caption .info,
.portfolio.hover-title .portfolio-item .caption .info a,
.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info a,
.portfolio .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a,
.news-grid.portfolio.hover-title .portfolio-item .caption .title > *,
.news-grid.portfolio.hover-default .comments-link a,
.news-grid.portfolio.hover-vertical-sliding .comments-link a,
.news-grid.portfolio.hover-gradient .comments-link a,
.news-grid.portfolio.hover-circular .comments-link a,
.news-grid.portfolio.hover-default .zilla-likes,
.news-grid.portfolio.hover-vertical-sliding .zilla-likes,
.news-grid.portfolio.hover-gradient .zilla-likes,
.news-grid.portfolio.hover-circular .zilla-likes,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-default .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-gradient .portfolio-item .image .links .caption .post-date,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info a,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .title > *,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info a,
.portfolio-filters a:hover,
.portfolio-filters a.active,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.portfolio.background-style-dark .portfolio-item .wrap > .caption .title,
.gallery-item .overlay .title,
.gallery-item .overlay .subtitle,
.gallery-item .overlay a.icon:before,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev:after,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-simple-gallery .gem-gallery-item a:after,
.post-tags-list a:hover,
div.blog article a.youtube:after,
div.blog article a.vimeo:after,
div.blog article a.self_video:after,
#colophon  .recentcomments .comment-author-link a:hover,
#colophon .project_info-item-style-1 .project_info-item-title,
#colophon .gem-contacts-item a:hover,
#colophon .widget_calendar td a,
#colophon .widget.widget_search .gem-button:hover,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
#colophon #mc4wp_submit:hover,
body .widget .tagcloud a:hover,
.gem-table-responsive.gem-table-style-3 .tabletolist > li .titles,
.gem-table-style-3 thead tr th,
.gem-table-style-3 thead h6,
.breadcrumbs a,
.bc-devider:before,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active > span,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover > span,
.vc_grid-item.gem-media-grid .vc_gitem-post-data-source-post_title a,
.gem-media-grid-2 .midia-grid-item-post-author,
.gem-media-grid-2 .midia-grid-item-post-author span a,
.widget .gem-dummy:after,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.diagram-wrapper.style-3 .digram-line-box  .skill-title,
.gem-blog-slider .post-title a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li .mega-label,
.gem-search-form.gem-search-form-style-dark .search-submit,
.gem-attribute-selector .gem-attribute-options li .text,
.gem-attribute-selector.type-label .gem-attribute-options li.selected .label,
.gem-attribute-selector.type-label .gem-attribute-options li.selected:hover .label,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active:hover,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label {
	color: #ffffff;
}
.news-grid.portfolio.hover-default .portfolio-item .grid-post-meta .comments-link,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .grid-post-meta .comments-link,
.news-grid.portfolio.hover-gradient .portfolio-item .grid-post-meta .comments-link,
.news-grid.portfolio.hover-circular .portfolio-item .grid-post-meta .comments-link {
	border-right-color: #ffffff;
}
.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info span.sep,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info span.sep,
.news-grid.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info span.sep {
	border-left-color: #ffffff;
}
@media (min-width: 768px) {
	.blog-style-timeline .item-post .post-text:after {
		border-right: 20px solid #ffffff;
	}
}
@media (max-width: 768px) {
	.blog-style-timeline .item-post .post-text:after {
		border-bottom: 30px solid #ffffff;
	}
}
@media (max-width: 768px) {
	.blog-style-timeline .post-text:after,
	.blog-style-timeline.blog-style-styled_list1 .post-text:after,
	.blog-style-timeline.blog-style-styled_list2 .post-text:after {
		border-bottom: 30px solid #ffffff;
	}
}
.blog-style-styled_list1 .post-img a,
.blog-style-styled_list2 .post-img a,
.blog-style-timeline .post-img a {
	border: 3px solid #ffffff;
}
@media (min-width: 768px) {
	body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels {
		background-color: #ffffff;
	}
}
.preloader .skeleton .widget:after,
.preloader .skeleton .portfolio-item:after,
.preloader .skeleton .skeleton-sorting:after,
.preloader .skeleton .products-category-item:after {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 80%);
}


#colophon .gem-custom-mailchimp input[type="email"] {
	background-color: #0B1215FF;
}

:root {
	--styled-bg-color: #f4f6f7;
}
.gem-dummy,
.default-background,
.gem-table thead,
.pricing-title-new,
.highlighted .pricing-title,
.gem-clients-type-carousel-grid .gem-client-item a,
.gem_client-carousel .gem-client-item a,
.before-products-list,
.shipping-calculator-form-wrap,
.woocommerce-message,
.woocommerce-info,
ul.woocommerce-error li,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .minicart-bottom,
.hamburger-minicart .widget_shopping_cart_content .minicart-bottom,
.woocommerce .checkout #payment .payment_methods li .payment_box,
.checkout-cart-info > td,
.woocommerce table.shop_table.order-details thead tr th,
.woocommerce #customer_login .col .login-box,
.widget_recently_viewed_products ul.product_list_widget,
.widget .searchform,
.gem-tabs-style-1 .gem_tabs_nav li,
.gem-tour-style-1 .gem_tabs_nav li,
.gem-tabs-style-1 .resp-accordion.resp-tab-active,
.gem-tour-style-1 .resp-accordion.resp-tab-active,
.gem-tabs-style-2 .resp-accordion.resp-tab-active,
.blog-style-timeline.blog-style-styled_list1 .item-post,
.blog-style-default article .post-image .gem-dummy:after,
.blog-style-default article.sticky .post-image .gem-dummy,
.widget_recent_reviews .product_list_widget .wp-post-image,
.price_slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all,
.post-author-block,
.digram-line-box,
#calendar_wrap,
.widget_recent_comments li,
.project_info-item-style-1,
.widget_mc4wp_widget form,
.widget_submenu  ul ul,
.widget_nav_menu  ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul,
body .testimonials-style-2-text.gem-testimonial-text,
.gem-teams-item-wrap,
.gem-picturebox-text,
body .testimonials-style-1-image,
body .testimonials-style-1-text.gem-testimonial-text,
body .testimonials-style-1-name,
body .testimonials-style-1-post,
body .testimonials-style-1-teg,
body .gem-table-style-3 tr:nth-child(odd) td:nth-child(odd),
.blog-style-masonry  .description,
.style2.gem-testimonials,
.style2.gem-testimonials.fullwidth-block  .container,
.diagram-wrapper.style-3 .digram-line-box .skill-line,
.blog-style-styled_list1 article,
.blog-style-styled_list1 .post-img a .dummy,
.blog-style-styled_list1 .sticky .post-item,
.blog-style-styled_list2 .sticky .post-item,
.blog-style-timeline .sticky .post-item,
.project-info-shortcode-style-default .project-info-shortcode-item,
.project_info-item-style-2 .project_info-item,
.gem-basic-grid-2 .vc_gitem-zone-c .vc_gitem-col,
.quickfinder-style-vertical-1 .quickfinder-item-info,
.quickfinder-style-vertical-2 .quickfinder-item-info,
.justified-style-2 .post-content-wrapper,
.blog-style-multi-author .post-item,
.project-info-shortcode-style-2 .project-info-shortcode-item,
.portfolio:not(.background-style-transparent):not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption,
.portfolio:not(.background-style-transparent):not(.disabled-hover):not(.background-style-transparent).list-style .portfolio-item .wrap > .caption:hover,
.portfolio.background-style-gray .portfolio-item .wrap > .caption,
.products .product-inner:hover,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li span.count,
.portfolio-filters-list .widget ul li span.count,
.portfolio-selected-filters .portfolio-selected-filter-item,
.portfolio-filters-list .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-filters-list .widget_product_search input,
.portfolio-filters-list.style-standard:not(.style-standard-mobile) .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:hover,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading:focus,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:hover,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a:focus,
body .woocommerce .shop_table tr.cart_item:nth-child(2n) td,
body .woocommerce .cart_totals table th,
body .woocommerce-checkout-one-page .checkout-payment,
#page-title.woocommerce-cart-checkout,
body .gem-woocommerce-tabs #tab-additional_information .shop_attributes tr:nth-child(odd) th,
body .mobile-cart-position-top #site-header .mobile-cart > .minicart,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .buttons,
body .hamburger-minicart > .minicart .total,
body .hamburger-minicart > .minicart .buttons,
body .mobile-cart-position-top #site-header .mobile-cart .total,
body .mobile-cart-position-top #site-header .mobile-cart .buttons,
body .gdpr-privacy-preferences-footer,
body .btn-gdpr-privacy-save-preferences,
.thegem-fullscreen-search .top-searches .top-search-item,
.thegem-fullscreen-search .search-results-section:nth-child(even),
.thegem-fullscreen-search .search-results-section:nth-child(odd) .pages-list .page-item article a,
.thegem-fullscreen-search .search-results-section:nth-child(odd).search-results-post .portfolio-item .wrap > .caption {
	background-color: #f4f6f7;
}
.portfolio-item:hover .wrap,
.portfolio-items-masonry .portfolio-item:hover .caption {
	border-bottom-color: #f4f6f7;
}
.default-fill,
.default-fill svg,
.testimonials_svg svg,
.blog-style-styled_list1 .sticky .wrap-style,
.blog-style-styled_list2 .sticky .wrap-style,
body .blog-style-timeline .sticky .wrap-style,
body .testimonials-style-2-item .wrap-style,
body .testimonials-style-1-item .wrap-style,
.qf-svg-arrow-left,
.qf-svg-arrow-right,
body .blog-style-multi-author .wrap-style {
	fill: #f4f6f7;
}
.blog-style-styled_list2 .sticky .wrap-style {
	stroke: #f4f6f7;
}
.default-background-border,
.gem-team-style-1 .team-person,
.gem-team-style-6 .team-person,
.gem-wrapbox.gem-wrapbox-style-2,
.gem-team-style-5 .team-person:hover .image-hover,
.products .product-inner:hover {
	border-color: #f4f6f7;
}
.portfolio:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .caption-sizable-content:after,
.portfolio:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .caption-sizable-content:after,
.portfolio.background-style-gray .portfolio-item .wrap > .caption .caption-sizable-content:after {
	box-shadow: 0 0 30px 45px #f4f6f7;
}

:root {
	--thegem-to-styled-color1: #3F7D20FF;
	--thegem-to-styled-color1-03: #3F7D20FF4d;
}
.gem-styled-color-1,
.gem-date-color,
.gem-table thead th,
.woocommerce table.shop_table.order-details thead tr th,
.gem_accordion_header a,
.gem-testimonial-name,
.post-author-avatar:after,
.comments-link a:hover,
.shipping_calculator .shipping-calculator-button:before,
.widget_calendar caption,
.widget.widget_search .gem-button,
#wp-calendar thead tr th,
.widget.widget_calendar a:hover,
.gem-teams-phone,
.resp-tab-active,
.wpb_toggle,
.vc_toggle_title h4,
.account-tittle,
.blog-style-timeline .post-time span,
.blog.blog-style-masonry article .description .tags a.active,
.widget_tweets .twitter-box .jtwt_tweet:before,
.jtwt_tweet_text.icon-twitter a,
.gem-pp-posts-date,
.gem-latest-news-title span,
.widget.widget_search .gem-button:hover,
.mc-text span,
.blog-style-styled_list1 .post-time,
.blog-style-styled_list2 .post-time,
.blog-style-multi-author .post-date,
.comment-form label em,
.comment-awaiting-moderation,
.woocommerce-before-cart .cart-short-info .items-count,
.shop_table td.product-remove .remove,
.products .product-info .price ins,
.products .product-info .price .amount,
.comment-form-rating .stars a.active,
.comment-form-rating .stars a:hover,
.woocommerce .checkout .woocommerce-billing-collumn .form-row label abbr,
.woocommerce .edit-address-form .woocommerce-billing-collumn .form-row label abbr,
.woocommerce ul.woocommerce-error li,
.woocommerce .checkout-login-box .login .form-row label .required,
.woocommerce .checkout-lost-password-box .form-row label .required,
.woocommerce #customer_login .col .login-box .form-row label .required,
body .mobile-cart .mobile-cart-header .mobile-cart-header-title:before,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total .order-total td .amount,
body .woocommerce ul.order_details li:before,
.read-more-link:before,
.post-related-posts h2:before,
.gem_accordion_header.ui-accordion-header-active .ui-accordion-header-icon:before,
.form-edit-adress abbr,
.post-author-info .categories a,
.post-author-info .categories,
.block-navigation-prev a:before,
.block-navigation-next a:after,
h4.wpb_toggle_title_active:after,
.vc_toggle_active .vc_toggle_title:after,
.resp-accordion.resp-tab-active:after,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info span.sep,
.blog.blog-style-masonry article .description .info .more-link:before,
.portfolio.hover-new-horizontal-sliding .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-new-horizontal-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.version-new.news-grid.hover-new-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a,
.portfolio.hover-default-horizontal-sliding .portfolio-item .image .overlay .links .caption .info a,
#colophon .widget_nav_menu ul.menu li.menu-item-current > a,
#colophon .widget_submenu > div > ul li.menu-item-current > a,
#colophon .widget_nav_menu ul.menu li.menu-item-active > a,
#colophon .widget_submenu > div > ul li.menu-item-active > a {
	color: #3F7D20FF;
}

.portfolio.hover-default-horizontal-sliding .portfolio-item .image .overlay .links .caption .info span.sep {
	border-left-color: #3F7D20FF;
}

.portfolio-filters a.active,
.post-tags-list a:hover,
.portfolio .portfolio-item .caption .caption-separator,
.portfolio .portfolio-item .caption .caption-separator-line:after,
.portfolio .portfolio-item .caption .caption-separator-line-hover:after,
.widget_pages > ul li.current_page_item  > a:before,
.widget_pages > ul  li li .current_page_item > a:before,
.widget_nav_menu li li .current-menu-item  > a:before,
.widget_submenu li li .menu-item-active  > a:before,
.widget_nav_menu .current-menu-ancestor > a:before,
.widget_submenu .menu-item-active> a:before,
.widget_submenu .current-menu-ancestor > a:before,
.widget_nav_menu li li a:hover:before,
.widget_submenu li li a:hover:before,
.widget_categories li li a:hover:before,
.widget_categories .current-cat a:before,
.widget_categories > ul li.current-cat-parent > a:before,
.widget_product_categories li li a:hover:before,
.widget_product_categories .current-cat a:before,
.widget_product_categories > ul li.current-cat-parent > a:before,
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:before,
.widget_pages  ul li li a:hover:before,
#colophon .widget_calendar td a,
body .widget .tagcloud a:hover,
.gem-table-responsive.gem-table-style-3 .tabletolist > li:nth-child(odd) .titles,
.gem-table-style-3 thead tr th:nth-child(odd),
.site-footer .widget_text ul li:before,
.page-content.content-none .searchform .searchform-submit .gem-button,
.wpcf7-form .gem-button:not(.gem-button-wpcf-custom),
.wpcf7-form input[type='submit']:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-white input[type='submit']:not(.gem-button-wpcf-custom),
.wpcf7-form.gem-contact-form-dark input[type='submit']:not(.gem-button-wpcf-custom),
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item.vc_active,
.gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b,
.ui-slider-handle.ui-state-default.ui-corner-all,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li.sale .minicart-image:before,
body .hamburger-minicart > .minicart ul li.sale .minicart-image:before,
body.mobile-cart-position-top #site-header .mobile-cart ul li.sale .minicart-image:before,
.products .product-info .rating-empty,
.woocommerce-cart-form .actions .checkout-button,
.wc-proceed-to-checkout .checkout-button,
.widget_shopping_cart_content .buttons a.checkout,
body .products .category-overlay-separator,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout,
.hamburger-minicart .widget_shopping_cart_content .buttons a.checkout,
.woocommerce ul.woocommerce-error li:before,
.widget .product_list_widget .onsale,
.shop-widget-area .onsale,
.widget_shopping_cart ul li.sale .minicart-image:before,
.gem-team-style-5 .team-person:hover .image-hover,
.blog-style-default article.sticky .sticky-label,
.blog-style-default article.sticky .sticky-label:after,
.blog-style-masonry article.sticky .sticky-label,
.blog-style-masonry article.sticky .sticky-label:before,
.blog-style-masonry article.sticky .sticky-label:after,
.blog-style-styled_list1 article.sticky .sticky-label,
.blog-style-styled_list1 article.sticky .sticky-label:before,
.blog-style-styled_list1 article.sticky .sticky-label:after,
.blog-style-styled_list2 article.sticky .sticky-label,
.blog-style-styled_list2 article.sticky .sticky-label:before,
.blog-style-styled_list2 article.sticky .sticky-label:after,
.blog-style-timeline article.sticky .sticky-label,
.blog-style-timeline article.sticky .sticky-label:before,
.blog-style-timeline article.sticky .sticky-label:after,
.justified-style-1 article.sticky .sticky-label,
.justified-style-2 article.sticky .sticky-label,
.justified-style-1 article.sticky .sticky-label:before,
.justified-style-2 article.sticky .sticky-label:before,
.justified-style-1 article.sticky .sticky-label:after,
.justified-style-2 article.sticky .sticky-label:after,
.blog-style-multi-author article.sticky .sticky-label,
.blog-style-multi-author article.sticky .sticky-label:before,
.blog-style-multi-author article.sticky .sticky-label:after,
.mc-form #mc4wp_submit:hover,
#primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count,
#primary-navigation #primary-menu > li.menu-item-cart > a .minicart-item-count:after,
body.mobile-cart-position-top #site-header .mobile-cart .minicart-item-count,
.hamburger-minicart > a .minicart-item-count,
body .woocommerce .checkout-signin .checkout-create-account button,
.gem-featured-posts-slider-dots a.selected > span,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup,
.thegem-combobox-wrap .thegem-combobox__options-item:hover,
.thegem-combobox-wrap .thegem-combobox__options-item.selection,
.gem-attribute-selector.type-label .gem-attribute-options li.selected,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label {
	background-color: #3F7D20FF;
}
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-style-2 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-style-3 #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.header-style-2 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.header-style-3 #primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-right #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-left #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-current > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li.menu-item-active > a,
#thegem-perspective .perspective-navigation #primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li:hover > a,
.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item-current > a,
.mobile-menu-layout-default .primary-navigation.responsive ul > li.menu-item.menu-item-active a,
body .widget .tagcloud a:hover,
.gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_separator .vc_sep_holder .vc_sep_line,
.products .product .product-info .product-rating .empty-rating:before,
.gem-attribute-selector.type-label .gem-attribute-options li.selected,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a.active,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-label,
.thegem-fullscreen-search .pages-list .page-item article:hover a {
	border-color: #3F7D20FF;
}
body .woocommerce-checkout-one-page #customer_details > div:after {
	border-bottom-color: #3F7D20FF;
}


:root {
	--thegem-to-styled-color2: #3F7D20FF;
}
.gallery-item .overlay .subtitle a,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .zilla-likes:hover,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .zilla-likes:hover,
.single-product-content .price del,
.shop_table td.product-subtotal,
.page-content.content-none .searchform input,
.woocommerce table.shop_table.order-details tr.cart_item td.product-name .product-info .styled-subtitle,
.woocommerce table.shop_table.order-details tr.order_item td.product-name .product-info .styled-subtitle,
.woocommerce table.shop_table.order-details tr.cart_item td.product-name .product-info h4 a,
.woocommerce table.shop_table.order-details tr.order_item td.product-name .product-info h4 a,
.widget_shopping_cart_content .quantity,
.woocommerce .checkout_coupon .styled-subtitle,
.woocommerce table.shop_table.order-details tr.cart_item td.product-total .amount,
.woocommerce table.shop_table.order-details tr.order_item td.product-total .amount,
.woocommerce .gem-products-price ins,
.gem-products-price > span,
.widget-area .reviewer,
.widget_shopping_cart_content .quantity,
.widget_shopping_cart_content .total .amount,
.zilla-likes.active,
.zilla-likes.active:hover,
body .pricing-table-style-1 .pricing-price-subtitle,
.post-tags-list a,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta a.icon.share:before,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .comments-link a,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .portfolio-sharing-pane .socials-item,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .grid-post-meta a.icon.share:before,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .links .caption .grid-post-meta .comments-link a {
	color: #3F7D20FF;
}
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes {
	border-left-color: #3F7D20FF;
}
.widget.widget_search .gem-button,
.widget_nav_menu li li a:before,
.widget_submenu li li a:before,
.widget_pages li li a:before,
.widget_categories li li a:before,
.widget_product_categories li li a:before,
#wp-calendar caption,
body .vc_grid-container ul.vc_grid-filter li.vc_grid-filter-item:hover {
	background-color: #3F7D20FF;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
	border: 2px solid #3F7D20FF;
}
body .widget .tagcloud a{
	border: 1px solid #3F7D20FF;
}

:root {
	--thegem-to-styled-color3: #3F7D20FF;
	--thegem-to-styled-color3-03: #3F7D20FF4d;
}

.zilla-likes,
span.req,
#wp-calendar thead tr th:last-child,
.widget_pages > ul  li li li.current_page_item > a,
.widget_nav_menu li li li a:hover,
.widget_nav_menu li li li.current-menu-item > a,
.widget_submenu li li li.menu-item-active > a,
.widget_submenu li li li a:hover,
.widget_pages ul li li li a:hover,
.widget_categories li li li a:hover,
.widget.widget_categories > ul li li.current-cat > a,
.widget_product_categories li li li a:hover,
.widget.widget_product_categories > ul li li.current-cat > a,
.products .product-bottom .yith-wcwl-wishlistexistsbrowse a:before,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistexistsbrowse a:before,
.news-grid.portfolio.hover-zooming-blur .zilla-likes.active,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .links .caption .grid-post-meta .post-meta-likes a,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .links .caption .grid-post-meta .post-meta-likes a,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .zilla-likes:before,
.version-default.news-grid.hover-default-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes .zilla-likes {
	color: #3F7D20FF;
}
.widget_pages > ul  li li li.current_page_item > a:before,
.widget_nav_menu li li li.current-menu-item > a:before,
.widget_submenu li li li.menu-item-active > a:before,
.widget_nav_menu li li li a:hover:before,
.widget_submenu li li li a:hover:before,
.widget_pages li li li a:hover:before,
.widget_categories li li li a:hover:before,
.widget_product_categories li li li a:hover:before,
.widget_nav_menu div ul li li li a:hover:before,
.widget_submenu div ul li li li a:hover:before,
.widget_pages  ul li li li a:hover:before,
.widget_categories ul li li li a:hover:before,
.widget.widget_categories > ul li.current-cat > a:before,
.widget_product_categories ul li li li a:hover:before,
.widget.widget_product_categories > ul li.current-cat > a:before,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li .mega-label {
	background-color: #3F7D20FF;
}

:root {
	--thegem-to-styled-color4: #3F7D20FF;
}

#primary-menu.no-responsive .vertical-minisearch .sf-submit-icon:after,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button,
body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button,
body .woocommerce .payment_methods .radio-sign:before,
body .products .product-category a:hover .category-overlay,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-next:hover,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover,
.portfolio.background-style-dark .portfolio-item .wrap > .caption,
.gem-attribute-selector .gem-attribute-options li .text,
.gem-attribute-selector .gem-attribute-options li .image-hover {
	background-color: #3F7D20FF;
}
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button:hover,
body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button:hover,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-prev:hover,
.related-posts-carousel .related-posts-navigation .gem-button.related-posts-next:hover,
body .woocommerce-cart-checkout-steps-content .step.active,
body .gem-attribute-selector.type-color .gem-attribute-options li.selected,
body .gem-attribute-selector.type-image .gem-attribute-options li.selected,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a.active .color:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a:hover .color:before,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-color .color:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-color:hover .color:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-image ul li a.active .image:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-image ul li a:hover .image:before,
body .portfolio-filters-list .widget_layered_nav ul li.chosen a.attribute-type-image .image:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-image:hover .image:before {
	border-color: #3F7D20FF;
}
.zilla-likes:hover,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .checkout-button-button .checkout-button:hover,
body .woocommerce .wc-proceed-to-checkout .checkout-button-button .checkout-button:hover,
body.woocommerce-cart-layout-modern .woocommerce .woocommerce-order .woocommerce-order-overview li strong,
.news-grid.portfolio.hover-default .zilla-likes:hover,
.news-grid.portfolio.hover-vertical-sliding .zilla-likes:hover,
.news-grid.portfolio.hover-gradient .zilla-likes:hover,
.news-grid.portfolio.hover-circular .zilla-likes:hover,
.news-grid.portfolio.hover-default .comments-link a:hover,
.news-grid.portfolio.hover-vertical-sliding .comments-link a:hover,
.news-grid.portfolio.hover-gradient .comments-link a:hover,
.news-grid.portfolio.hover-circular .comments-link a:hover,
.version-new.news-grid .portfolio-item .wrap > .caption .author,
.gem-featured-posts-slider-nav.style-icon-1 a:hover,
.gem-featured-posts-slider-nav.style-icon-2 a:hover,
.gem-featured-posts-slider-nav.style-icon-3 a:hover,
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-submit-icon:after,
#primary-menu.no-responsive .vertical-minisearch.menu-item-ajax-search .sf-input,
.vertical-menu-item-widgets .vertical-minisearch.menu-item-ajax-search .sf-input {
	color: #3F7D20FF;
}
body .gem-attribute-selector .gem-attribute-options li .text:after,
body .gem-attribute-selector .gem-attribute-options li .image-hover:after {
	border-top-color: #3F7D20FF;
}


:root {
	--thegem-to-divider-color: #e3e3e3;
}

.gem-default-divider,
.portfolio-filters-list.style-hidden .portfolio-filters-area-scrollable .portfolio-filter-item,
.portfolio-filters-list.style-sidebar .portfolio-filters-area-scrollable .portfolio-filter-item,
.portfolio-filters-list .widget-area .widget,
.thegem-accordion__item{
	border-top: 1px solid #e3e3e3;
}
.portfolio-filters-list.style-standard-mobile .portfolio-filters-area-scrollable .portfolio-filter-item {
	border-top: 1px solid #e3e3e3;
}
.blog-style-default article:not(.sticky),
.thegem-accordion__item:last-child,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input,
.ajax-minisearch-results .search-results-section {
	border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 992px) {
	.portfolio-filter-tabs.style-alternative.separator {
		border-bottom: 1px solid #e3e3e3;
	}
}
@media (max-width: 991px) {
	.portfolio-filter-tabs.style-alternative.separator .portfolio-filter-tabs-list {
	border-top: 1px solid #e3e3e3;
	}
}
.skill-line,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range,
.thegem-tabs__nav-line,
.ajax-minisearch-results::-webkit-scrollbar-thumb {
	background-color: #e3e3e3;
}

:root {
	--thegem-to-box-border-color: #a8b2b8;
}
.bordered-box,
.portfolio.columns-1.background-style-white .portfolio-item .wrap > .caption,
.gem-table-responsive .tabletolist.nrh > li > ul,
*:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) td,
*:not(.gem-table):not(.cart_totals) > table:not(.shop_table):not(.group_table):not(.variations) th,
.products .product-inner,
.widget_recent_reviews ul.product_list_widget li,
.widget_shopping_cart_content ul.product_list_widget li,
form.cart .quantity .minus,
form.cart .quantity .plus,
.shop_table .quantity .minus,
.shop_table .quantity .plus,
.woocommerce-cart-form.responsive .cart-item,
.form-edit-adress-fields,
.woocommerce .checkout_coupon,
.woocommerce .checkout-login-box .login-message-box,
.triangle-with-shadow:after,
.gem-tabs-style-1 .resp-tabs-container,
.gem-tabs-style-1 .gem_tabs_nav li,
.gem-tour-style-1 > .gem_tour_tabs_wrapper,
.gem-tour-style-1 .gem_tabs_nav li,
.gem-tabs-style-2 .resp-accordion,
.blog-style-timeline .post-text,
.widget_layered_nav ul,
.gem-table,
.gem-table-style-1 td,
.blog-style-styled_list1 .post-item,
.blog-style-styled_list2 .post-item,
.blog-style-timeline .post-item,
.gem-basic-grid .vc_grid-item-mini,
.gem-media-grid-2 .vc_grid-item-mini,
.justified-style-1 .post-content-wrapper,
.widget-area .widget_recently_viewed_products .gem-products-image,
form.cart .quantity .qty,
body.woocommerce-cart-layout-modern .woocommerce .shop_table .product-quantity .quantity {
	border: 1px solid #a8b2b8;
}
.blog-style-styled_list1 .wrap-style,
.blog-style-styled_list1 .sticky .wrap-style,
.blog-style-styled_list2 .wrap-style,
.blog-style-timeline .wrap-style {
	stroke: #a8b2b8;
}
.gem-wrapbox.gem-wrapbox-style-1,
.gem-wrapbox.gem-wrapbox-style-4,
.gem-wrapbox.gem-wrapbox-style-5,
.gem-wrapbox.gem-wrapbox-style-6,
.gem-wrapbox.gem-wrapbox-style-7,
.gem-wrapbox.gem-wrapbox-style-8,
.gem-wrapbox.gem-wrapbox-style-11,
.gem-wrapbox.gem-wrapbox-style-10,
.gem-wrapbox.gem-wrapbox-style-3,
body .woocommerce-cart-checkout-steps-content .step,
body .woocommerce .shop_table tbody tr td,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total th,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total td,
body .woocommerce .woocommerce-checkout .shop_table tfoot > tr > td,
body .woocommerce .cart_totals table th,
body .woocommerce .cart_totals table td,
body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods li,
body .woocommerce .woocommerce-checkout .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods li,
body .woocommerce-checkout-one-page #order_review table tbody th,
body .woocommerce-checkout-one-page #order_review table tbody td,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart,
body .hamburger-minicart > .minicart,
.portfolio.extended-products-grid .portfolio-item.product .wrap > .image,
.portfolio.extended-products-grid .portfolio-item.product .wrap > .caption,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-heading,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-body::after,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::after,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-active .gem-tta-panel-heading .gem-tta-controls-icon::after,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-color ul li a .color:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-color .color:before,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-label ul li a,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-label,
body .portfolio-filters-list .portfolio-filter-item.attribute-type-image ul li a .image:before,
body .portfolio-filters-list .widget_layered_nav ul li a.attribute-type-image .image:before {
	border-color: #a8b2b8;
}
.gem-table-style-2 td,
.gem-table-style-2 thead {
	border: 2px solid #a8b2b8;
}
.shop_table .quantity .qty,
.woocommerce table.shop_table.order-details,
.woocommerce table.shop_table.order-details tr.cart_item,
.woocommerce table.shop_table.order-details tr.order_item,
.widget .product-dummy-wrapper,
.post-related-posts,
.sidebar .widget .gem-contacts-item.gem-contacts-address,
.gem-tabs-style-2 .resp-tabs-container,
.gem-tabs-style-1 .resp-accordion.resp-tab-active,
.gem-tour-style-1 .resp-accordion.resp-tab-active,
.widget_submenu > div > ul,
.widget_nav_menu > div > ul,
.widget.widget_pages > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget_nav_menu ul.menu,
.portfolio-item .wrap,
.Custom_Recent_Posts ul li,
.Custom_Popular_Posts ul li,
.widget_recent_entries li,
.widget_meta li,
.gem-latest-news,
.gem-latest-news ul,
.widget .gem-products-content,
.widget-area .gem-products-image,
.widget.widget_shopping_cart ul li .minicart-image,
.project_info-item-style-1  .project_info-item.iconed,
.widget_tweets .twitter-box .jtwt_tweet,
.blog-style-default article:not(.sticky),
.project-info-shortcode-style-2 .project-info-shortcode-item,
.single-product-content .rating-divider {
	border-bottom: 1px solid #a8b2b8;
}

.gem_accordion_section + .gem_accordion_section,
.shop_table .quantity .qty,
.gem-table .shop_table tr + tr td,
body.woocommerce-cart-layout-modern .gem-table .shop_table tr td,
.cart_totals table tr + tr td,
.cart_totals table tr + tr th,
.order-totals table tr + tr td,
.order-totals table tr + tr th,
.woocommerce table.checkout-cart-info-table tr,
.mobile-cart-position-top #site-header .mobile-cart .widget_shopping_cart_content ul.cart_list > li,
.gem-tabs-style-2 .resp-tabs-container,
.gem-tour-style-2 .gem_tabs_nav li + li,
.gem-tour-style-1 .resp-accordion,
.gem-tour-style-2 .resp-accordion,
.gem-tabs-style-1 .resp-accordion,
.wpb_toggle_content + .wpb_toggle,
.vc_toggle + .vc_toggle .vc_toggle_title,
.widget .product-dummy-wrapper,
.widget_layered_nav ul li,
.widget_submenu li,
.widget_nav_menu li,
.widget.widget_pages li,
.widget_categories li,
.widget_product_categories li,
.widget_recently_viewed_products ul.product_list_widget li + li,
.widget .gem-products-content,
.widget-area .gem-products-image,
.widget.widget_shopping_cart ul li .minicart-image,
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_submenu > div > ul > li > ul,
.single-product-content .rating-divider {
	border-top: 1px solid #a8b2b8;
}
.widget_submenu > div > ul,
.widget_nav_menu > div > ul,
.widget.widget_pages > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.gem-tour-style-2 .resp-tabs-container,
.gem-tabs-style-2 .gem_tabs_nav li + li,
.widget-area .gem-products-image,
.widget.widget_shopping_cart ul li .minicart-image,
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_submenu > div > ul > li > ul {
	border-left: 1px solid #a8b2b8;
}
.widget_submenu > div > ul,
.widget_nav_menu > div > ul,
.widget.widget_pages > ul,
.widget_categories > ul,
.widget_product_categories > ul,
.widget .gem-products-content,
.gem-table-style-2 .tabletolist .row_headers,
#colophon .widget_nav_menu ul.menu > li > ul,
#colophon .widget_submenu > div > ul > li > ul {
	border-right: 1px solid #a8b2b8;
}
.portfolio-filters a,
body .testimonials-style-2-item,
.widget_calendar td a,
.widget-area .widget.widget_search form,
form.cart .quantity .minus,
form.cart .quantity .plus,
.shop_table .quantity .minus,
.shop_table .quantity .plus,
body.woocommerce-cart-layout-modern .woocommerce .shop_table .product-quantity .quantity button:before,
body .woocommerce-checkout-one-page.woocommerce-checkout-one-page-modern .shop_table .product-name .product-quantity,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart:before,
.blog-style-timeline article:after,
#colophon .widget_calendar td a:hover,
.diagram-wrapper.style-2 .digram-line-box .skill-line,
.blog-style-styled_list1 .sticky,
.blog-style-styled_list1 .sticky .post-img a .dummy,
.widget .gem-dummy,
.quickfinder-style-vertical .quickfinder-item:first-child .quickfinder-item-connector.connector-bot,
body .quickfinder-item .quickfinder-item-connector,
.sharing-popup,
.widget-gem-portfolio-item.gem-portfolio-dummy,
.blog-style-timeline article:before,
.post-tags-list a {
	background-color: #a8b2b8;
}
.sharing-popup .sharing-styled-arrow {
	fill: #a8b2b8;
}
@media (min-width: 768px) {
	.blog-style-timeline .item-post .post-text:before {
		border-right: 20px solid #a8b2b8;
	}
}
.blog-style-styled_list1 .post-img,
.blog-style-styled_list2 .post-img,
.blog-style-timeline .post-img {
	border: 3px solid #a8b2b8;
}
@media (max-width: 768px) {
	.gem-table-responsive .tabletolist > li span {
		border-top: 1px solid #a8b2b8;
	}
	.gem-table-responsive .tabletolist > li {
		border: 1px solid #a8b2b8;
	}
	.gem-table-responsive .tabletolist .row_headers {
		border-right: 1px solid #a8b2b8;
	}
	.gem-table-responsive.gem-table-style-2 .tabletolist > li {
		border: 2px solid #a8b2b8;
	}
	.gem-table-responsive.gem-table-style-2 .tabletolist > li span {
		border-top: 2px solid #a8b2b8;
	}
	.gem-table-responsive.gem-table-style-2 .tabletolist .row_headers,
	.gem-table-responsive.gem-table-style-2 .tabletolist .row_headers {
		border-right: 2px solid #a8b2b8;
	}
	.blog-style-timeline .item-post .post-text:before,
	.blog-style-timeline .post-text:before,
	.blog-style-timeline.blog-style-styled_list1 .post-text:before,
	.blog-style-timeline.blog-style-styled_list2 .post-text:before {
		border-bottom: 30px solid #a8b2b8;
	}
}
.comments-title:before,
.comment-reply-title:before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::before,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-controls-icon::after {
	color: #a8b2b8;
}
@media (min-width: 768px) {
	body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels,
	body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::before,
	body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic.gem-tta-tabs .gem-tta-panels::after {
		border-color: #a8b2b8;
	}
}

@media (max-width: 992px) {
	body:not(.woocommerce-cart-layout-modern) .woocommerce table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr {
		border: 1px solid #a8b2b8;
	}
}
body.woocommerce-cart-layout-modern .woocommerce form.woocommerce-cart-form.compact table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr + tr {
	border-top: 1px solid #a8b2b8;
}
@media (max-width: 768px) {
	body.woocommerce-cart-layout-modern .woocommerce table.shop_table_responsive.shop_table.woocommerce-cart-form__contents tbody tr + tr {
		border-top: 1px solid #a8b2b8;
	}
}


:root {
	--thegem-to-mobile-menu-font-family: Montserrat;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
	font-family: 'Montserrat';
}

:root {
	--thegem-to-mobile-menu-font-style: normal;
	--thegem-to-mobile-menu-font-weight:normal;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
	font-style: normal;
	font-weight: normal;
}

:root {
	--thegem-to-mobile-menu-font-size: 16px;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
	font-size: 16px;
}

:root {
	--thegem-to-mobile-menu-line-height: 20px;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
	line-height: 20px;
}

:root {
	--thegem-to-mobile-menu-text-transform: none;
}
#primary-navigation.responsive #primary-menu li > a,
#primary-navigation.responsive #primary-menu li > span.megamenu-column-header > a {
	text-transform: none;
}


:root {
	--thegem-to-mobile-menu-bg-color: #ffffff;
}
body .menu-overlay.mobile {
	background-color: #ffffff;
}

:root {
	--thegem-to-mobile-menu-level1-color: #1c1c24;
}
#primary-navigation.responsive #primary-menu > li > a,
#primary-navigation.responsive #primary-menu > li > .menu-item-parent-toggle,
#primary-navigation.responsive ul.dl-submenu.level1 > li > a,
.primary-navigation.responsive .minisearch .sf-input,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"],
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch .sf-submit-icon:before,
.mobile-cart-position-top .menu-overlay.mobile.active + #site-header .mobile-cart > a:before {
	color: #1c1c24;
}
.primary-navigation.responsive .minisearch .sf-input::placeholder,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"]::placeholder {
	color: #1c1c24;
}
.primary-navigation.responsive .minisearch .sf-input::-webkit-input-placeholder,
.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"]::-webkit-input-placeholder{
	color: #1c1c24;
}

#page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-1,
#page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-2,
#page #site-header.mobile-menu-layout-overlay .header-main #primary-navigation.overlay-active:not(.close) .menu-toggle .menu-line-3,
#page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-1,
#page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-2,
#page #site-header.mobile-menu-layout-overlay .header-main #perspective-menu-buttons.overlay-active:not(.close) .menu-toggle .menu-line-3 {
	background-color: #1c1c24;
}

.mobile-menu-layout-overlay #primary-navigation.responsive #primary-menu > li.menu-item-search > .minisearch input[type="text"] {
	border-color: #1c1c24;
}

:root {
	--thegem-to-mobile-menu-level1-bg-color: #FFFFFFFF;
}
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive .mobile-menu-slide-wrapper,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu,
#primary-navigation.responsive #primary-menu > li > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li > a,
#primary-navigation.responsive #primary-menu li.menu-item-search,
#primary-navigation.responsive #primary-menu li.menu-item-search .minisearch {
	background-color: #FFFFFFFF;
}

:root {
	--thegem-to-mobile-menu-level1-active-color: #1C1C24FF;
}
#primary-navigation.responsive #primary-menu > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li.opened > a,
#primary-navigation.responsive #primary-menu > li.menu-item-current > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li.menu-item-active > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li.opened > .menu-item-parent-toggle,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li.menu-overlay-item-open > a,
#primary-navigation.responsive #primary-menu > li.menu-overlay-item-open > .menu-item-parent-toggle {
	color: #1C1C24FF;
}

:root {
	--thegem-to-mobile-menu-level1-active-bg-color: #FFFFFFFF;
}
#primary-navigation.responsive #primary-menu > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li.opened > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level1 > li.menu-item-active > a {
	background-color: #FFFFFFFF;
}

:root {
	--thegem-to-mobile-menu-level2-color: #1c1c24;
}
#primary-navigation.responsive #primary-menu > li > ul > li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > span.megamenu-column-header > a,
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back > a,
.mobile-menu-layout-default .primary-navigation.responsive li.dl-back:after{
	color: #1c1c24;
}

:root {
	--thegem-to-mobile-menu-level2-bg-color: #F3F4F6FF;
}
#primary-navigation.responsive #primary-menu > li > ul > li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li > span.megamenu-column-header > a,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"],
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"] {
	background-color: #F3F4F6FF;
}

:root {
	--thegem-to-mobile-menu-level2-active-color: #1C1C24FF;
}
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-overlay-item-open > .menu-item-parent-toggle {
	color: #1C1C24FF;
}

:root {
	--thegem-to-mobile-menu-level2-active-bg-color: #F3F4F6FF;
}
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level2 > li.menu-item-active > span.megamenu-column-header > a {
	background-color: #F3F4F6FF;
}

:root {
	--thegem-to-mobile-menu-level3-color: #1c1c24;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li > a {
	color: #1c1c24;
}

:root {
	--thegem-to-mobile-menu-level3-bg-color: #D4D9DEFF;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li > a {
	background-color: #D4D9DEFF;
}

:root {
	--thegem-to-mobile-menu-level3-active-color: #FFFFFFFF;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > .menu-item-parent-toggle,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-overlay-item-open > .menu-item-parent-toggle {
	color: #FFFFFFFF;
}

:root {
	--thegem-to-mobile-menu-level3-active-bg-color: #0B1215FF;
}
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-current > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.menu-item-active > span.megamenu-column-header > a,
#primary-navigation.responsive #primary-menu > li > ul > li > ul li.opened > span.megamenu-column-header > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-current > a,
#primary-navigation.responsive ul.dl-submenu.level3 > li.menu-item-active > a {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-mobile-menu-border-color: #0B1215FF;
}
.mobile-menu-layout-default #primary-navigation.responsive ul li.menu-item,
.mobile-menu-layout-default #primary-navigation.responsive ul li.dl-back,
.mobile-menu-layout-default #primary-navigation.responsive ul,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li,
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li,
.mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"],
.mobile-menu-layout-slide-vertical #primary-navigation.responsive #primary-menu li.menu-item-search .minisearch input[type="text"] {
	border-color: #0B1215FF;
}

:root {
	--thegem-to-mobile-menu-socials-color: #0B1215FF;
}
#primary-navigation.responsive #primary-menu li.menu-item-widgets .menu-item-socials a {
	color: #0B1215FF;
}

#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:before,
#primary-navigation.responsive .mobile-menu-slide-wrapper .mobile-menu-slide-close:after {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-mobile-menu-hide-color: #0B1215FF;
}
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li a.remove,
body .hamburger-minicart > .minicart ul li a.remove,
body.mobile-cart-position-top #site-header .mobile-cart ul li a.remove {
	color: #0B1215FF;
}

:root {
	--thegem-to-menu-level1-color: #ffffff;
}
.main-menu-item,
.main-menu-item a,
.title-main-menu,
#primary-menu.no-responsive > li > a {
	color: #ffffff;
}


:root {
	--thegem-to-menu-level1-color-hover: #3F7D20FF;
}
.main-menu-item:hover a,
a.main-menu-item:hover,
#primary-menu.no-responsive > li:hover > a {
	color: #3F7D20FF;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li > a:hover,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
	background-color: #3F7D20FF;
}


:root {
	--thegem-to-menu-level1-active-color: #3F7D20FF;
}
.main-menu-item.active,
#primary-menu.no-responsive > li.menu-item-current > a,
#primary-menu.no-responsive > li.menu-item-active > a {
	color: #3F7D20FF;
}


:root {
	--thegem-to-menu-level2-color: #ffffff;
}
.submenu-item,
#primary-menu.no-responsive > li > ul > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > a {
	color: #ffffff;
}

:root {
	--thegem-to-menu-level2-bg-color: #0B1215FF;
}
#primary-menu.no-responsive > li > ul > li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li > span.megamenu-column-header > a,
.header-style-2 .minisearch .sf-input,
.header-style-3 .minisearch .sf-input,
.header-style-1 .minisearch,
.header-style-4 .minisearch {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-menu-level2-hover-color: #FFFFFFFF;
}
.submenu-item:hover a,
#primary-menu.no-responsive > li > ul > li:hover > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li:hover > a {
	color: #FFFFFFFF;
}

:root {
	--thegem-to-menu-level2-hover-bg-color: #0B1215FF;
}
#primary-menu.no-responsive > li > ul > li:hover > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li:hover > a {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-menu-level2-active-color: #FFFFFFFF;
}
.submenu-item.active a,
#primary-menu.no-responsive > li > ul > li.menu-item-current > a,
#primary-menu.no-responsive > li > ul > li.menu-item-active > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.minisearch .sf-submit-icon:before,
.minisearch .sf-input {
	color: #FFFFFFFF;
}

:root {
	--thegem-to-menu-level2-active-bg-color: #0B1215FF;
}
#primary-menu.no-responsive > li > ul > li.menu-item-current > a,
#primary-menu.no-responsive > li > ul > li.menu-item-active > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.header-style-2 .minisearch,
.header-style-3 .minisearch,
.header-style-1 .minisearch .sf-input,
.header-style-4 .minisearch .sf-input {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-mega-menu-column-title-color: #ffffff;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
	color: #ffffff;
}

:root {
	--thegem-to-mega-menu-column-title-hover-color: #3F7D20FF;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a:hover {
	color: #3F7D20FF;
}

:root {
	--thegem-to-mega-menu-column-title-active-color: #3F7D20FF;
}
#primary-menu.nav-menu.no-responsive > li.megamenu-enable > ul > li.menu-item-active > span.megamenu-column-header a {
	color: #3F7D20FF;
}

:root {
	--thegem-to-menu-level3-color: #ffffff;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li > a {
	color: #ffffff;
}

:root {
	--thegem-to-menu-level3-bg-color: #0B1215FF;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li > a {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-menu-level3-hover-color: #FFFFFFFF;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li:hover > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a,
#primary-menu.nav-menu.no-responsive > li.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
	color: #FFFFFFFF;
}

:root {
	--thegem-to-menu-level3-hover-bg-color: #0B1215FF;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li:hover > a {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-menu-level3-active-color: #FFFFFFFF;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-current > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-active > a {
	color: #FFFFFFFF;
}

:root {
	--thegem-to-menu-level3-active-bg-color: #0B1215FF;
}
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-current > a,
#primary-menu.no-responsive > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li.menu-item-active > a {
	background-color: #0B1215FF;
}



:root {
	--thegem-to-menu-level1-light-color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li > a {
	color: #ffffff;
}

:root {
	--thegem-to-menu-level1-light-hover-color: #0261d4;
}
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger) #primary-menu.no-responsive > li:hover > a {
	color: #0261d4;
}

:root {
	--thegem-to-menu-level1-light-active-color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a,
#site-header:not(.shrink) .header-colors-light:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {
	color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a,
#site-header:not(.shrink) .header-colors-light.header-style-3:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a,
#site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-current > a,
#site-header:not(.shrink) .header-colors-light.header-style-4:not(.header-layout-overlay) #primary-menu.no-responsive > li.menu-item-active > a {
	border: 2px solid #ffffff;
}


:root {
	--thegem-to-overlay-menu-bg-color: #ffffff;
}
body .menu-overlay {
	background-color: #ffffff;
}

:root {
	--thegem-to-overlay-menu-color: #0B1215FF;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li > a,
.page-additional-menu.header-layout-overlay .nav-menu.no-responsive > li:not(.menu-item-type-template) li > li > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:before,
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"],
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch .sf-submit-icon:before {
	color: #0B1215FF;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"]::placeholder {
	color: #0B1215FF;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"]::-webkit-input-placeholder {
	color: #0B1215FF;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li.menu-item-search > .minisearch input[type="text"] {
	border-color: #0B1215FF;
}
#primary-navigation.overlay-active .overlay-toggle > span {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-overlay-menu-hover-color: #3F7D20FF;
}
.header-layout-overlay #primary-menu.nav-menu.no-responsive > li > a:hover,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li > a:hover,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive li > a:hover,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:hover:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li .menu-item-parent-toggle:hover:before {
	color: #3F7D20FF;
}

:root {
	--thegem-to-overlay-menu-active-color: #3F7D20FF;
}
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-current > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-item-active > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li.menu-overlay-item-open > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-current > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-item-active > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive > li:not(.menu-item-type-template) li.menu-overlay-item-open > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-item-current > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-item-active > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li.menu-overlay-item-open > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-item-current > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-item-active > a,
.page-additional-menu.header-layout-overlay .primary-navigation .nav-menu.no-responsive > li li.menu-overlay-item-open > a,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-current > .menu-item-parent-toggle:before,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-active > .menu-item-parent-toggle:before,
.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-current > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-item-active > .menu-item-parent-toggle:before,
.page-additional-menu.header-layout-overlay #primary-navigation #primary-menu.no-responsive li.menu-overlay-item-open > .menu-item-parent-toggle:before {
	color: #3F7D20FF;
}

:root {
	--thegem-to-hamburger-menu-icon-color: #0B1215FF;
}
.hamburger-minicart > a,
.hamburger-minicart:hover > a {
	color: #0B1215FF;
}
#primary-navigation .hamburger-toggle > span,
#primary-navigation .overlay-toggle > span,
#primary-navigation.overlay-active.close .overlay-toggle > span,
#perspective-menu-buttons.primary-navigation .perspective-toggle span,
#page.vertical-header .vertical-toggle > span,
#thegem-perspective #primary-navigation .perspective-menu-close:before,
#thegem-perspective #primary-navigation .perspective-menu-close:after {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-hamburger-menu-icon-light-color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light .hamburger-minicart > a,
#site-header:not(.shrink) .header-colors-light .hamburger-minicart:hover > a {
	color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light #primary-navigation .hamburger-toggle > span,
#site-header:not(.shrink) .header-colors-light #primary-navigation:not(.overlay-active) .overlay-toggle > span,
#site-header:not(.shrink) .header-colors-light #primary-navigation.overlay-active.close .overlay-toggle > span,
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .perspective-toggle span {
	background-color: #ffffff;
}

:root {
	--thegem-to-mobile-menu-btn-color: #ffffff;
}
#primary-navigation .menu-toggle .menu-line-1,
#primary-navigation .menu-toggle .menu-line-2,
#primary-navigation .menu-toggle .menu-line-3,
#perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-1,
#perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-2,
#perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-3 {
	background-color: #ffffff;
}
body.mobile-cart-position-top #site-header .mobile-cart > a:before {
	background-color: #ffffff;
}

:root {
	--thegem-to-mobile-menu-btn-light-color: #ffffff;
}
#site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-1,
#site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-2,
#site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-3,
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-1,
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-2,
#site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-3 {
	background-color: #ffffff;
}
body.mobile-cart-position-top #site-header:not(.shrink) .header-colors-light .mobile-cart > a:before {
	background-color: #ffffff;
}


:root {
	--thegem-to-body-color: #0B1215FF;
	--thegem-to-body-color-07: rgba(11, 18, 21, 0.7);
}
body,
.text-body,
.text-body-tiny,
.title-text-body,
.title-text-body-tiny,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .info,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .info,
.portfolio.background-style-dark .portfolio-item .wrap > .caption .info,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay .title,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay .subtitle,
.widget.widget_contacts a:hover,
.widget_recent_comments a,
.digram-line-box  .skill-title,
.shipping_calculator .shipping-calculator-button,
.widget_shopping_cart_content ul.cart_list li a,
.shop-widget-area .gem-products-title a,
.woocommerce-page ul.product_list_widget li a,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .details,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-horizontal-sliding .overlay .links .caption .info span.sep,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .details,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .post-date,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .caption .grid-post-meta a.icon.share:before,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .links .caption .grid-post-meta .comments-link a,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .subtitle,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .details,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .post-date,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .comments-link a,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .zilla-likes,
.version-new.news-grid .portfolio-item .wrap > .caption .grid-post-meta .grid-post-share .icon,
#colophon .jtwt_tweet:before,
#colophon .project_info-item-style-1 .project_info-item .icon,
#colophon .widget_recent_comments li:before,
#colophon .widget_recent_entries ul li:before,
#colophon .portfolio-filters a .icon,
#colophon .comment-form label:before,
#colophon .socials-sharing a:after,
#colophon .widget_archive li:before,
#colophon .widget_nav_menu ul.menu li > a:before,
#colophon .widget_submenu > div > ul li > a:before,
#colophon .widget_categories > ul li > a:before,
#colophon .widget_product_categories > ul li > a:before,
#colophon .widget_product_categories > ul li:before,
#colophon .widget_pages > ul li > a:before,
#colophon .widget_meta li:before,
#colophon .widget_rss li:before,
#colophon .project_info-item-style-2 .icon,
#colophon .gem_accordion_header,
#colophon .widget_layered_nav ul li a:before,
#colophon .widget .gem-contacts-address:before,
#colophon .widget .gem-contacts-phone:before,
#colophon .widget .gem-contacts-fax:before,
#colophon .widget .gem-contacts-email:before,
#colophon .widget .gem-contacts-website:before,
#colophon .widget_meta li:before,
#colophon .widget .mc-text.small-body,
#colophon .widget.widget_search input, #colophon #mc4wp_email,
blockquote,
.widget_price_filter .price_label span,
.gem-quote.gem-quote-style-default blockquote,
.gem-quote.gem-quote-style-1,
.wpcf7-form.gem-contact-form-white span,
.wpcf7-form.gem-contact-form-white .wpcf7-list-item-label,
.wpcf7-form.gem-contact-form-dark span,
.wpcf7-form.gem-contact-form-dark .wpcf7-list-item-label,
.blog-style-styled_list1 .post-content,
.blog-style-styled_list2 .post-content,
.blog-style-timeline .post-content,
body .thegem_testimonial a .gem-testimonial-text,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel .gem-tta-panel-title > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-panel.gem-tta-active .gem-tta-panel-title > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab > a,
body .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
body .widget .gem-tta.gem-tta-color-thegem.gem-tta-style-classic .gem-tta-tab.gem-tta-active > a,
.thegem-tabs__nav-item,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-title,
.product-page__wrapper .reset_variations,
.product-page__wrapper .size-guide a,
.ajax-minisearch-results .ajax-search-item {
	color: #0B1215FF;
}
#colophon .widget.widget_search .gem-button:hover,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
.wpcf7-form.gem-contact-form-dark input[type='submit']:hover {
	background-color: #0B1215FF;
}
.wpcf7-form.gem-contact-form-dark input[type='submit']:hover {
	border-color: #0B1215FF;
}

:root {
	--thegem-to-h1-color: #0B1215FF;
}
h1,
.title-h1,
.title-xlarge,
.gem-counter-number,
body .gem-testimonial-item:after,
blockquote p:after,
body .testimonials-style-1-teg,
body .testimonials-style-2-teg,
.pricing-title {
	color: #0B1215FF;
}

:root {
	--thegem-to-h2-color: #0B1215FF;
}
h2,
.title-h2,
.blog-style-multi-author .post-title a,
.single-product-content .price {
	color: #0B1215FF;
}
.skill-line > div {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-h3-color: #0B1215FF;
}
h3,
.title-h3,
.blog-style-styled_list1 .post-title a,
.blog-style-styled_list2 .post-title a,
.blog-style-timeline .post-title a,
.woocommerce .woocommerce-checkout-one-page #order_review table thead th,
.thegem-fullscreen-search .sf-input.thegem-fullscreen-searchform-input,
.thegem-fullscreen-search .sf-close {
	color: #0B1215FF;
}

:root {
	--thegem-to-h4-color: #0B1215FF;
}
h4,
.title-h4,
.team-person-name,
.widget .gem-teams-name,
body .testimonials-style-2-item .testimonials-style-2-text.gem-testimonial-text,
.diagram-wrapper.style-3 .digram-line-box .skill-title span,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .caption .product-variations,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.blog-style-masonry .entry-title.title-h4 a,
.gem-basic-grid .post-title h4.entry-title a,
.gem-basic-grid-2 .vc_gitem-zone-c .post-title a,
.justified-style-1 .entry-title.title-h4 a,
.justified-style-2 .entry-title.title-h4 a,
.portfolio.hover-gradient .portfolio-item .image .overlay .links a.icon:before,
.gem-gallery-grid.hover-gradient .gallery-item .overlay a.icon::before,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.news-grid.portfolio.hover-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.news-grid.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .links .caption .author,
.news-grid.portfolio.hover-default-zooming-blur .portfolio-item.double-item-squared:hover .image .overlay .caption .title > *,
.version-new.news-grid .portfolio-item .wrap > .caption .title a,
.product-page__wrapper #thegem-reviews .woocommerce-Reviews .comment-reply-title{
	color: #0B1215FF;
}
.portfolio.hover-zooming-blur .portfolio-item .image .overlay .links a.icon:before,
.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons a.icon:before,
.portfolio.hover-new-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after,
.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .links .portfolio-icons a.icon:before,
.portfolio.hover-default-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.portfolio.news-grid.hover-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:after,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay a.icon:before,
.blog article .post-featured-content > a:after,
.blog .gem-simple-gallery .gem-gallery-item a:after,
body .blog-style-styled_list1 article a.default:after,
body .blog-style-styled_list2 article a.default:after,
body .blog-style-compact article a.default:after,
body .blog-style-compact-tiny-1 article a.default:after {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-h5-color: #0B1215FF;
}
h5,
.title-h5,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large,
.woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total th,
.news-grid.hover-default .portfolio-item .image .links .caption .post-date,
.news-grid.portfolio.hover-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.news-grid.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.news-grid.portfolio.hover-default-zooming-blur .portfolio-item:hover .image .overlay .caption .title > *,
.news-grid.version-default.portfolio.hover-default-zooming-blur .portfolio-item:hover .image .overlay .caption .title > *,
.news-grid.version-default.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .links .caption .post-date,
.news-grid.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a,
.version-new.news-grid.hover-new-zooming-blur .portfolio-item .image .links .caption .author,
.version-default.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .links .caption .info a {
	color: #0B1215FF;
}
.news-grid.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.version-default.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .links .caption .info .sep {
	border-left-color: #0B1215FF;
}

:root {
	--thegem-to-h6-color: #0B1215FF;
}
h6,
.title-h6,
.widget_nav_menu > div > ul > li > a,
.widget_submenu > div > ul > li > a,
.widget_pages > ul > li > a,
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a,
.project_info-item-style-1 .project_info-item .title,
.portfolio:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.portfolio:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.thegem-tabs__nav-item,
.thegem-accordion__item-title,
.product-page__wrapper #thegem-additional_information table th,
.portfolio-filter-tabs ul.portfolio-filter-tabs-list li {
	color: #0B1215FF;
}

.thegem-tabs__nav-slide {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-link-color: #3F7D20FF;
}
a,
.widget_recent_comments .comment-author-link a,
.widget .team-person-email a:hover:before,
.gem-team-style-5 .team-person:hover .team-person-name,
.portfolio.hover-vertical-sliding .overlay .links .caption .info a,
.portfolio.hover-horizontal-sliding .overlay .links .caption .info a,
.portfolio-set-comma,
.blog-style-masonry .entry-title.title-h4 a:hover,
.portfolio-item .caption .title a:hover,
.version-new.news-grid:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title a,
.version-new.news-grid:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title a,
.version-new.news-grid .portfolio-item .wrap > .caption .title a:hover,
.news-grid.portfolio.background-style-dark:not(.disabled-hover) .portfolio-item:hover .wrap > .caption .title a,
.version-default.news-grid .portfolio-item:hover .wrap > .caption .title a,
.blog-style-styled_list1 .post-title a:hover,
.blog-style-styled_list2 .post-title a:hover,
.blog-style-timeline .post-title a:hover,
.products .product-info .product-title a:hover,
.products .portfolio-item .wrap > .caption .title a:hover,
.gem-basic-grid .post-title h4.entry-title a:hover,
.gem-basic-grid-2 .vc_gitem-zone-c .post-title a:hover,
.gem-media-grid .midia-grid-item-post-author span a:hover,
.justified-style-1 .entry-title.title-h4 a:hover,
.justified-style-2 .entry-title.title-h4 a:hover,
.blog-style-multi-author .post-title a:hover,
.reverse-link-color a:hover,
a.reverse-link-color:hover,
.gem-blog-slider .post-title a:hover,
.socials-list.socials-colored a:hover .socials-item-icon,
#footer-navigation li a:hover,
.custom-footer li a:hover,
body.woocommerce-cart .custom-header .breadcrumbs span a,
body.woocommerce-checkout .custom-header .breadcrumbs span a,
body.woocommerce-wishlist .custom-header .breadcrumbs span a,
body.woocommerce-account .page-title-block .breadcrumbs span a,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li a:hover,
body .hamburger-minicart > .minicart ul li a:hover,
.news-grid.portfolio.background-style-dark .portfolio-item .wrap > .caption .title a:hover,
.version-default.news-grid.hover-default-vertical-sliding .portfolio-item .image .links .caption .info a,
.product-page__wrapper .product-page__nav .product-page__nav-preview:hover .nav-preview__info-title,
.product-quick-view__wrapper .product-page__right-column .woocommerce-review-link:hover{
	color: #3F7D20FF;
}
.version-default.news-grid.hover-default-vertical-sliding .portfolio-item .image .links .caption .info .sep {
	border-left-color: #3F7D20FF;
}

:root {
	--thegem-to-link-color-hover: #3F7D20FF;
}
a:hover,
body.woocommerce-cart .custom-header .breadcrumbs span a:hover,
body.woocommerce-checkout .custom-header .breadcrumbs span a:hover,
body.woocommerce-wishlist .custom-header .breadcrumbs span a:hover,
body.woocommerce-account .page-title-block .breadcrumbs span a:hover,
body .shop_table.cart .product-name .product-title a:hover,
body .checkout .shop_table .product-name .product-title a:hover,
.product-page__wrapper .reset_variations:hover,
.product-page__wrapper .size-guide a:hover,
.product-page__wrapper .product-page__nav .product-page__nav-list a:hover:before,
.gem-pagination.gem-pagination-arrows a.prev:not(.disabled):hover,
.gem-pagination.gem-pagination-arrows a.next:not(.disabled):hover {
	color: #3F7D20FF;
}

:root {
	--thegem-to-link-color-active: #3F7D20FF;
}
a:active {
	color: #3F7D20FF;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
	color: #0B1215FF;
}

.footer-site-info {
	color: #0B1215FF;
}

.footer-site-info a {
	color: #3F7D20FF;
}

.elementor-widget-sidebar .mc4wp-form-fields,
.sidebar .mc4wp-form-fields {
	background-color: #f4f6f7;
}

.top-area {
	border-top: 5px solid #00bcd4;
}

.top-area {
	border-bottom: 1px solid #dfe5e8;
}
.top-area-contacts:after,
.top-area-socials:after {
	border-right: 1px solid #dfe5e8;
}

.top-area {
	color: #5f727f;
}


:root {
	--thegem-to-top-area-link-color: #5f727f;
}
.top-area a,
.top-area .gem-contacts .gem-contacts-item a {
	color: #5f727f;
}

.top-area a:hover,
.top-area .gem-contacts .gem-contacts-item a:hover {
	color: #00bcd4;
}

.top-area .gem-button {
	color: #ffffff;
}

.top-area .gem-button {
	background-color: #494c64;
}


.top-area .gem-button:hover {
	color: #ffffff;
}

.top-area .gem-button:hover {
	background-color: #00bcd4;
}


#footer-navigation li a {
	color: #0B1215FF;
}

#footer-navigation li a:hover {
	color: #3F7D20FF;
}

#footer-menu li + li:before {
	border-right-color: #8e96a6;
}

#footer-nav {
	border-top-color: #0B1215FF;
}

:root {
	--thegem-to-date-filter-subtitle-color: #818a94;
}
.gem-news-item-date,
.related-element-info .gem-post-date,
.date-color,
.combobox-wrapper .combobox-text,
.socials-sharing a.socials-item,
body .gem-testimonial-position,
.gem-testimonial-company,
.jtwt_date,
.blog.blog-style-timeline .comments,
.entry-date,
.portfolio-filters a,
.comments-link a,
.widget_recent_entries .post-date,
.post-author-info .date,
.block-date,
.block-tags .sep,
.styled-blog-meta .comments:after,
.related-element-info .date,
.login label,
.register label,
.woocommerce-password-hint,
body .woocommerce .shop_table.wishlist_table td.product-price del,
body .woocommerce .wishlist_table .product-info .product-info-content .product-price del,
body .woocommerce .woocommerce-checkout .checkout-payment .shop_table td.product-total .amount,
body .checkout-login .woocommerce-form-login.login .form-row .checkout-login-remember label,
body .shop_table .product-name dl.variation,
body.woocommerce-cart .custom-header .breadcrumbs .current,
body.woocommerce-checkout .custom-header .breadcrumbs .current,
body.woocommerce-wishlist .custom-header .breadcrumbs .current,
body.woocommerce-account .page-title-block .breadcrumbs .current,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page #order_review .woocommerce-checkout-payment .payment_methods .payment_box,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .payment_box,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .quantity,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li.empty,
body .hamburger-minicart > .minicart .total,
body .hamburger-minicart > .minicart ul li.empty,
body .hamburger-minicart > .minicart .total strong,
body .hamburger-minicart > .minicart ul li .quantity,
body.mobile-cart-position-top #site-header .mobile-cart ul li .quantity,
body.mobile-cart-position-top #site-header .mobile-cart .total,
body.mobile-cart-position-top #site-header .mobile-cart ul li.empty,
.form-edit-adress label,
.teaser_grid_container .gem-post-date,
.gem-post-grid-item-date,
.page-title-style-2 .page-title-excerpt,
.blog.blog-style-masonry article .description .info .date,
.blog.blog-style-masonry article .description .info .sep,
.blog.blog-style-masonry article .description .info .comments,
.widget_categories > ul li,
.widget_product_categories > ul li,
.widget_pages > ul,
.gem-teams-position.body-small,
.widget .mc-text.small-body,
.widget .team-person-email,
.widget .jtwt_date,
.widget_recent_comments li,
.widget_price_filter .price_label,
.project_info-item-style-2 .project_info-item .title,
.mc4wp-form input[type='email'],
.gallery-caption,
#colophon .widget_tweets .jtwt_tweet a:hover,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-website a:hover,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-email a:hover,
#colophon .widget_calendar td a:hover,
.widget_meta li:before,
#colophon .skill-title,
#colophon .widget.widget_search .gem-button,
#colophon .wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit,
#colophon #mc4wp_submit,
#colophon .widget_meta li:before,
.gem-quote.gem-quote-style-5 blockquote,
.blog-style-masonry .post-meta-likes:hover,
.wpcf7-form .combobox-wrapper .combobox-text,
.blog-style-styled_list1 .post-date,
.blog-style-styled_list1 .post-author,
.blog-style-styled_list2 .post-date,
.blog-style-styled_list2 .post-author,
.gem-media-grid .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div,
.midia-grid-item-post-author,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a,
.project-info-shortcode-style-default .project-info-shortcode-item .title,
.woocommerce-variation-availability,
.gem-search-form.gem-search-form-style-dark .search-field,
.version-new.news-grid .portfolio-item .wrap > .caption .post-date,
.version-new.news-grid .portfolio-item .wrap > .caption .post-author-date-separator,
.portfolio-selected-filters .portfolio-selected-filter-item,
.portfolio-filters-list .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-form input,
.portfolio-filters-list .widget_product_search input,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount .text,
.product-page__wrapper .product-page__attribute,
.product-page__wrapper .product-meta .date-color,
.product-page__wrapper .socials-sharing .socials-item-title,
.thegem-combobox-wrap .thegem-combobox__trigger,
.thegem-combobox-wrap .thegem-combobox__options-item,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-amount .slider-amount-text,
table.variations .thegem-select {
	color: #818a94;
}

.version-default.news-grid.title-on-page.hover-horizontal-sliding .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid.title-on-page.hover-zooming-blur .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes {
	border-left-color: #818a94;
}
body .woocommerce input[type="text"].coupon-code::placeholder,
body .woocommerce .woocommerce-shipping-calculator .form-row input.input-text::placeholder,
body .woocommerce .checkout .form-row .input-text::placeholder,
body .woocommerce .edit-address-form .form-row .input-text::placeholder,
body .woocommerce .checkout .form-row textarea.input-text::placeholder,
body .woocommerce .edit-address-form .form-row textarea.input-text::placeholder {
	color: #818a94;
}
body .woocommerce input[type="text"].coupon-code::-webkit-input-placeholder,
body .woocommerce .woocommerce-shipping-calculator .form-row input.input-text::-webkit-input-placeholder,
body .woocommerce .checkout .form-row .input-text::-webkit-input-placeholder,
body .woocommerce .edit-address-form .form-row .input-text::-webkit-input-placeholder,
body .woocommerce .checkout .form-row textarea.input-text::-webkit-input-placeholder,
body .woocommerce .edit-address-form .form-row textarea.input-text::-webkit-input-placeholder {
	color: #818a94;
}

:root {
	--thegem-to-system-icons-font-color: #0B1215FF;
}
.blog.blog-style-timeline article .comments:before,
.widget .gem-contacts-email:before,
.widget .gem-contacts-phone:before,
.widget .gem-contacts-address:before,
.widget .gem-contacts-fax:before,
.top-area-search .searchform button:before,
.blog.blog-style-masonry article .description .info .comments:before,
.blog-style-default .post-image .gem-dummy:after,
.widget_product_search button,
.products .product-bottom .bottom-product-link,
.products .product-bottom .add_to_cart_button,
.products .product-bottom .added_to_cart,
.products .product-bottom .add_to_wishlist,
.products .product-bottom .button:is(.product_type_grouped, .product_type_external),
.products .product-bottom .yith-wcwl-wishlistaddedbrowse a,
.combobox-wrapper .combobox-button:before {
	color: #0B1215FF;
}

.thegem-combobox-wrap .thegem-combobox__trigger:after {
	border-color: #0B1215FF;
}

:root {
	--thegem-to-system-icons-font2-color: #0B1215FF;
}
.project_info-item-style-1 .project_info-item .icon,
.widget_recent_comments li:before,
.widget_recent_entries ul li:before,
.portfolio-filters a .icon,
.comment-form label:before,
.jtwt_tweet:before,
.post-related-posts .gem-dummy:after,
.socials-sharing a:after,
.product-page__wrapper .product-page__nav .product-page__nav-list a:before,
.gem-pagination.gem-pagination-arrows a.prev,
.gem-pagination.gem-pagination-arrows a.next {
	color: #0B1215FF;
}

:root {
	--thegem-to-button-basic-color: #ffffff;
}
.gem-button,
body .wp-block-button .wp-block-button__link,
.caption-bottom-line .post-footer-sharing .gem-button,
input[type='submit'],
.page-links a,
.blog-load-more button span,
.blog-load-more button span:before,
.widget a.gem-button,
#wp-calendar #prev a:after,
#wp-calendar #next a:after,
#wp-calendar caption:after,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout,
.hamburger-minicart .widget_shopping_cart_content .buttons a.checkout {
	color: #ffffff;
}
.gem-button svg {
	fill:  #ffffff;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
	color: #ffffff !important;
}

:root {
	--thegem-to-button-basic-color-hover: #ffffff;
}
.gem-button:hover,
body .wp-block-button .wp-block-button__link:hover,
input[type='submit']:hover,
.caption-bottom-line .project-button .gem-button,
.portfolio.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .caption-bottom-line .project-button .gem-button,
.page-links a,
.blog-load-more button span:hover,
.widget a.gem-button:hover,
#wp-calendar #prev a:hover:after,
#wp-calendar #next a:hover:after,
#primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a:hover,
.hamburger-minicart .widget_shopping_cart_content .buttons a:hover {
	color: #ffffff;
}
.gem-button:hover svg {
	fill: #ffffff;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button:hover,
.single-product-content-right .compare.button:hover{
	color: #ffffff !important;
}

:root {
	--thegem-to-button-basic-background-color: #3F7D20FF;
}
.gem-button,
body .wp-block-button .wp-block-button__link,
.caption-bottom-line .post-footer-sharing .gem-button,
.portfolio-filters a:hover,
input[type='submit'],
.radio-sign.checked:before,
.page-links a,
.widget a.gem-button,
#wp-calendar #prev a,
#wp-calendar #next a,
.blog-load-more button,
.ui-slider-range.ui-widget-header.ui-corner-all,
.gem-blog-slider .gem-blog-slider-prev:hover,
.gem-blog-slider .gem-blog-slider-next:hover {
	background-color: #3F7D20FF;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button,
.single-product-content-right .compare.button{
	background-color: #3F7D20FF !important;
}
.comment-form .comment-author-input:after,
.comment-form .comment-email-input:after,
.comment-form .comment-url-input:after,
.team-person-socials .socials-item,
.checkbox-sign.checked:before,
body .wpcf7-form .combobox-button:before,
.wpcf7-form .phone:after,
.wpcf7-form .website:after,
.wpcf7-form .email:after,
.wpcf7-form  .name:after,
.wpcf7-form .gem-form-icon-phone:after,
.wpcf7-form .gem-form-icon-website:after,
.wpcf7-form .gem-form-icon-email:after,
.wpcf7-form .gem-form-icon-name:after,
.blog-style-styled_list1 .post-img a .dummy,
.blog-style-styled_list2 .post-img a .dummy,
.blog-style-timeline article:before,
.blog-style-timeline .post-img a .dummy {
	color: #3F7D20FF;
}
.checkbox-sign,
.radio-sign {
	border: 1px solid #3F7D20FF;
}

:root {
	--thegem-to-button-basic-background-color-hover: #3F7D20FF;
}
.gem-button:hover,
body .wp-block-button .wp-block-button__link:hover,
input[type='submit']:hover,
.comment-form .form-submit .gem-button.submit:hover,
.caption-bottom-line .project-button .gem-button,
.portfolio.background-style-dark:not(.disabled-hover):not(.list-style) .portfolio-item:hover .caption-bottom-line .project-button .gem-button,
.page-links a,
.widget a.gem-button:hover,
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.widget_calendar .wp-calendar-nav .wp-calendar-nav-next a:hover,
.blog-load-more button:hover,
.page-content.content-none .searchform .searchform-submit .gem-button:hover,
.wpcf7-form.gem-contact-form-white input[type='submit']:hover,
.wpcf7-form .gem-button:not(.gem-button-wpcf-custom):hover,
.wpcf7-form input[type='submit']:not(.gem-button-wpcf-custom):hover,
.wpcf7-form.gem-contact-form-white input[type='submit']:not(.gem-button-wpcf-custom):hover,
.wpcf7-form.gem-contact-form-dark input[type='submit']:not(.gem-button-wpcf-custom):hover,
.gem-blog-slider .gem-blog-slider-prev,
.gem-blog-slider .gem-blog-slider-next,
.gem-search-form.gem-search-form-style-dark .search-field,
body .woocommerce .checkout-signin .checkout-create-account button:hover {
	background-color: #3F7D20FF;
}
.single-product-content-right .yith-ywraq-add-to-quote a.button:hover,
.single-product-content-right .compare.button:hover{
	background-color: #3F7D20FF !important;
}
.portfolio.background-style-dark .caption-bottom-line .project-button .gem-button {
	color: #3F7D20FF;
}

.gem-button.gem-button-style-outline,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:not([aria-disabled="true"]):hover,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button:hover,
body .checkout-navigation-buttons .checkout-place-order button:hover,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button:hover {
	color: #3F7D20FF;
}
.gem-button.gem-button-style-outline svg {
	fill: #3F7D20FF;
}

.gem-button.gem-button-style-outline:hover,
#colophon.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
body #colophon .tagcloud a:hover,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button,
body .checkout-navigation-buttons .checkout-place-order button,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
	color: #ffffff;
}
.gem-button.gem-button-style-outline:hover svg {
	fill: #ffffff;
}

.gem-button.gem-button-style-outline,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:hover,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button:not([aria-disabled="true"]):hover,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button:hover,
body .checkout-navigation-buttons .checkout-place-order button:hover,
body .checkout-navigation-buttons .checkout-place-order button,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button:hover,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
	border-color: #3F7D20FF;
}
.gem-button.gem-button-style-outline:hover,
.comment-form .form-submit .gem-button.submit,
.portfolio-item:hover .caption-bottom-line .project-button .gem-button,
#colophon #mc4wp_submit:hover,
#colophon.wpcf7 .wpcf7-form .contact-form-footer .wpcf7-submit:hover,
body #colophon .tagcloud a:hover,
.portfolio-item-page-bottom .project-button .gem-button,
body .woocommerce .woocommerce-cart-form .actions .submit-buttons .update-cart button,
body.woocommerce-cart-layout-modern .woocommerce-empty-cart .return-to-shop .gem-button,
body .checkout-navigation-buttons .checkout-place-order button,
.woocommerce-checkout-layout-one-page-modern #checkout-login-popup .checkout-login .checkout-login-button button {
	background-color: #3F7D20FF;
}

.top-area .gem-button.gem-button-style-outline{
	color: #ffffff;
}

.top-area .gem-button.gem-button-style-outline{
	background-color: #494c64;
}


.top-area .gem-button.gem-button-style-outline:hover {
	color: #ffffff;
}

.top-area .gem-button.gem-button-style-outline:hover {
	background-color: #00bcd4;
}


.widget-title,
.woocommerce .widget .gem-products-price ins,
.woocommerce .widget .gem-products-price .amount,
.widget_shopping_cart ul li .quantity,
.widget_shopping_cart .total span.amount {
	color: #0B1215FF;
}

.widget a {
	color: #5f727f;
}

:root {
	--thegem-to-widget-hover-link_color: #3F7D20FF;
}

.widget a:hover,
.gem-contacts-item.gem-contacts-email a,
.gem-contacts-item.gem-contacts-website a,
.widget_nav_menu li a:hover,
.widget_submenu li a:hover,
.widget_pages ul li a:hover,
.widget_categories > ul > li > a:hover,
.widget_product_categories > ul > li > a:hover,
.widget_nav_menu .current-menu-ancestor > a,
.widget_submenu .menu-item-active> a,
.widget_submenu .current-menu-ancestor > a,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_categories > ul > li.cat-parent.current-cat:after,
.widget_categories > ul li.cat-parent.current-cat-ancestor > a,
.widget_categories > ul li.cat-parent.current-cat-parent > a,
.widget_product_categories > ul li.current-cat > a,
.widget_product_categories > ul > li.cat-parent.current-cat-ancestor:after,
.widget_product_categories > ul > li.cat-parent.current-cat-parent:after,
.widget_product_categories > ul > li.cat-parent.current-cat:after,
.widget_product_categories > ul li.cat-parent.current-cat-ancestor > a,
.widget_product_categories > ul li.cat-parent.current-cat-parent > a,
.widget_pages > ul li li.current_page_item > a,
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a,
.widget_pages > ul li li.page_item_has_children.current_page_ancestor > a:after,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a:not(.disable):hover,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a.active,
.portfolio-filters-list .widget.widget_product_categories ul li a:hover,
.portfolio-filters-list .widget.widget_product_categories ul li.chosen > a,
.portfolio-filters-list .widget.widget_product_categories ul li.current-cat > a,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li a:hover,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.chosen > a,
.portfolio-filters-list .widget.woocommerce-widget-layered-nav ul li.current-cat > a,
.portfolio-sorting-select ul li:hover,
.portfolio-sorting-select ul li.portfolio-sorting-select-current,
.thegem-popup-notification .notification-message:before,
.portfolio-filters-list .widget_recently_viewed_products ul.product_list_widget li .gem-products-title a:hover,
.portfolio-filters-list .widget_products ul.product_list_widget li .gem-products-title a:hover,
.portfolio-filters-list .widget_top_rated_products ul.product_list_widget li .gem-products-title a:hover,
body .gem-attribute-selector.type-label .gem-attribute-options li:hover .label,
.ajax-minisearch-results .ajax-search-item a:hover {
	color: #3F7D20FF;
}
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a:not(.disable):hover .count,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list ul li a.active .count,
.portfolio-filters-list .widget ul li a:hover .count,
.portfolio-filters-list .widget ul li a:hover + .count,
.portfolio-filters-list .widget ul li.chosen .count,
.portfolio-filters-list .widget ul li.current-cat > .count,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-range,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle,
.portfolio-filters-list .portfolio-filter-item .portfolio-filter-item-list .price-range-slider .slider-range .ui-slider-handle + span,
.portfolio-filters-list .widget .price_slider .ui-slider-range,
.portfolio-filters-list .widget .price_slider .ui-slider-handle,
.portfolio-filters-list .widget .price_slider .ui-slider-handle + span,
.thegem-fullscreen-search .top-searches .top-search-item:hover {
	background: #3F7D20FF;
}

.widget a:active {
	color: #3F7D20FF;
}

#colophon .widget-title {
	color: #0B1215FF;
}

#colophon .widget,
body #colophon .widget .gem-testimonial-position,
#colophon .widget.widget_recent_entries .post-date {
	color: #0B1215FF;
}

#colophon .widget a,
#colophon .gem-contacts .gem-contacts-item:before {
	color: #0B1215FF;
}

#colophon .widget a:hover,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-website a,
#colophon .gem-contacts .gem-contacts-item.gem-contacts-email a,
#colophon #wp-calendar #prev a:hover:after,
#colophon #wp-calendar #next a:hover:after,
#colophon  .widget_tweets .jtwt_tweet a,
#colophon  .recentcomments .comment-author-link a,
#colophon .widget .jtwt_date,
#colophon  .widget_tweets .twitter-box .jtwt_tweet:before,
#colophon .recentcomments .comment-author-link,
#colophon .comment-author-link,
#colophon .gem-latest-news-title span,
#colophon .gem-pp-posts-date,
#colophon .gem-contacts a:before {
	color: #3F7D20FF;
}

#colophon .widget a:active {
	color: #3F7D20FF;
}



.portfolio-item .caption .title,
.portfolio-item .caption .title a {
	color: #0B1215FF;
}

.portfolio-item .caption .subtitle {
	color: #0B1215FF;
}

:root {
	--thegem-to-portfolio-date-color: #a8b2b8;
}
.portfolio-item .caption .info,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .subtitle,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .subtitle,
.portfolio.background-style-gray.version-alternative:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .zilla-likes,
.portfolio.background-style-dark:not(.list-style) .portfolio-item:not(:hover) .wrap > .caption .subtitle,
.portfolio.background-style-dark.list-style .portfolio-item .wrap > .caption:not(:hover) .subtitle,
.portfolio.background-style-dark.version-alternative:not(.list-style) .portfolio-item:not(:hover) .wrap > .caption .zilla-likes,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .author .author-name a {
	color: #a8b2b8;
}





.portfolio .portfolio-filters a,
.portfolio-top-panel-row.filter-style-buttons .portfolio-filters-more-button {
	color: #ffffff;
}

.portfolio .portfolio-filters a,
.portfolio-top-panel-row.filter-style-buttons .portfolio-filters-more-button {
	background-color: #3F7D20FF;
}

.portfolio .portfolio-filters a:hover,
.portfolio-top-panel-row.filter-style-buttons .portfolio-filters-more-button:hover {
	color: #ffffff;
}

.portfolio .portfolio-filters a:hover,
.portfolio-top-panel-row.filter-style-buttons .portfolio-filters-more-button:hover {
	background-color: #3F7D20FF;
}



.slideinfo .fancybox-title {
	background-color: #0B1215FF;
	background-color: rgba(11, 18, 21, 0.8);
}

.fancybox-title .slide-info-title,
.fancybox-title .gem-gallery-item-title {
	color: #ffffff;
}

.fancybox-title .slide-info-summary,
.fancybox-title .gem-gallery-item-description {
	color: #ffffff;
}

.nivo-directionNav .gem-prev:after,
.nivo-directionNav .gem-next:after,
.ls-thegem a.ls-nav-prev:after,
.ls-thegem a.ls-nav-next:after {
	background-color: #1c1c24;
	font-size: 27px;
}

.vc_images_carousel .vc_carousel-control .icon-prev:before,
.vc_images_carousel .vc_carousel-control .icon-next:before,
.nivo-directionNav .gem-prev:after,
.nivo-directionNav .gem-next:after,
.ls-thegem a.ls-nav-prev:after,
.ls-thegem a.ls-nav-next:after {
	color: #ffffff;
}

.gem-prev:after,
.gem-next:after,
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a,
.row .theme-default .nivo-directionNav a,
.row .vc_carousel-control .icon-next,
.row .vc_carousel-control .icon-prev,
.thegem_pf_item .post-meta-navigation a,
.thegem_pf_item .post-meta-left .post-meta-date:before,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev div,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next div {
	color: #0B1215FF;
}

.gem-prev:after,
.gem-next:after,
.row .theme-default .nivo-directionNav a,
.row .vc_images_carousel .vc_carousel-control .icon-prev,
.row .vc_images_carousel .vc_carousel-control .icon-next,
.portfolio.portfolio-slider .portolio-slider-prev span,
.portfolio.portfolio-slider .portolio-slider-next span,
.gem-gallery .gem-gallery-thumbs-navigation .gem-prev:not(:hover):after,
.gem-gallery .gem-gallery-thumbs-navigation .gem-next:not(:hover):after,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev div.position-on,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next div.position-on {
	background-color: #b6c6c9;
}

.gem-prev:hover:after,
.gem-next:hover:after,
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.row .theme-default .nivo-directionNav a:hover,
.row .vc_images_carousel .vc_carousel-control .icon-prev:hover,
.row .vc_images_carousel .vc_carousel-control .icon-next:hover,
.row .vc_images_carousel .vc_carousel-control .icon-prev:hover:before,
.row .vc_images_carousel .vc_carousel-control .icon-next:hover:before,
.portfolio.portfolio-slider .portolio-slider-prev span,
.portfolio.portfolio-slider .portolio-slider-next span,
.portfolio.portfolio-slider .portolio-slider-prev:hover span,
.portfolio.portfolio-slider .portolio-slider-next:hover span,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev:hover div.position-on,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next:hover div.position-on {
	color: #ffffff;
}

.gem-prev:hover:after,
.gem-next:hover:after,
.gem-testimonials.fullwidth-block .gem-prev:hover:after,
.gem-testimonials.fullwidth-block .gem-next:hover:after,
.row .wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.row .theme-default .nivo-directionNav a:hover,
.row .vc_images_carousel .vc_carousel-control .icon-prev:hover,
.row .vc_images_carousel .vc_carousel-control .icon-next:hover,
.portfolio.portfolio-slider .portolio-slider-prev:hover span,
.portfolio.portfolio-slider .portolio-slider-next:hover span,
.extended-carousel-grid .owl-carousel .owl-nav .owl-prev:hover div.position-on,
.extended-carousel-grid .owl-carousel .owl-nav .owl-next:hover div.position-on {
	background-color: #3F7D20FF;
}

.portfolio.portfolio-slider .portolio-slider-next span,
.portfolio.portfolio-slider .portolio-slider-prev span {
	color: c;
}

.portfolio.portfolio-slider .portolio-slider-next:hover span,
.portfolio.portfolio-slider .portolio-slider-prev:hover span {
	color: #3F7D20FF;
}

.portfolio.portfolio-slider .portolio-slider-next span,
.portfolio.portfolio-slider .portolio-slider-prev span {
	background-color: #3F7D20FF;
}

.portfolio.portfolio-slider .portolio-slider-next:hover span,
.portfolio.portfolio-slider .portolio-slider-prev:hover span {
	background-color: #3F7D20FF;
}

:root {
	--thegem-to-hover-default-color: #3F7D20FF;
	--thegem-to-hover-default-color-03: rgba(63, 125, 32, 0.3);
	--thegem-to-hover-default-color-08: rgba(63, 125, 32, 0.8);
}
.gem-image a:before,
.gem-textbox-picture a:before,
.team-person-image a:before,
.team-person-image span:before,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before,
.gem-simple-gallery .gem-gallery-item a:before,
.portfolio-item .image .overlay:before,
.gallery-item .overlay:before,
.widget .flickr-item a:before,
.widget-gem-portfolio-item .widget-gem-portfolio-item-hover,
div.blog article a.youtube:before,
div.blog article a.vimeo:before,
div.blog article a.self_video:before,
div.blog article a.default:before,
.widget .gem-pp-posts a:before,
.widget .gem-latest-news-image a:before {
		background-color: rgba(63, 125, 32, 0.8);
	}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item a:before,
.gem-gallery-hover-default .active .gem-gallery-item-image:after {
	background-color: #3F7D20FF;
}
.gem-gallery .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg {
	fill: #3F7D20FF;
}
.gem-gallery-hover-default .active .gem-gallery-item-image:after {
	background-color: #3F7D20FF;
}
.portfolio.products.hover-zooming-blur .portfolio-item .overlay .product-rating .star-rating > span:before,
.portfolio.products.hover-zooming-blur .portfolio-item .image .links .caption .product-price .amount,
.portfolio.products.hover-zooming-blur .portfolio-item .image .links .caption .product-price,
.portfolio.products.hover-zooming-blur .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart,
.portfolio.products.hover-zooming-blur .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a {
	color: #3F7D20FF;
}
body .products .product-image .woo-product-overlay,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .minicart-image:after,
body .hamburger-minicart > .minicart ul li .minicart-image:after,
body.mobile-cart-position-top #site-header .mobile-cart ul li .minicart-image:after,
body .widget_shopping_cart ul li .minicart-image:after,
body ul.product_list_widget .gem-products-image a:before,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__image:after{
	background-color: rgba(63, 125, 32, 0.3);
}

.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:before,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap:hover .gem-gallery-item a:before,
.portfolio.hover-zooming-blur .portfolio-item .image .overlay:before,
.portfolio.hover-new-zooming-blur .portfolio-item .image .overlay:before,
.hover-new-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay:before,
.hover-default-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-zooming-blur .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.gem-gallery-grid.hover-zooming-blur .gallery-item .overlay:before,
.gem-gallery-hover-zooming-blur .gem-gallery-item .gem-gallery-item-image a:before,
body .blog-style-styled_list1 article a.default:before,
body .blog-style-styled_list2 article a.default:before,
body .blog-style-compact article a.default:before,
body .blog-style-compact-tiny-1 article a.default:before,
.blog article .post-featured-content > a:before,
.blog .gem-simple-gallery .gem-gallery-item a:before {
		background-color: rgba(255, 255, 255, 0.8);
	}
.gem-gallery.gem-gallery-hover-zooming-blur .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg,
.gem-gallery.gem-gallery-hover-gradient .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg{
	fill: #ffffff;
}
.gem-gallery.gem-gallery-hover-zooming-blur .active .gem-gallery-item-image:after,
.gem-gallery.gem-gallery-hover-gradient .active .gem-gallery-item-image:after
{
	background-color: #ffffff;
}
.portfolio.products.hover-zooming-blur .portfolio-item .overlay .product-rating .star-rating:before {
	color: #ffffff;
}

.gem-gallery-hover-horizontal-sliding .gem-gallery-item .gem-gallery-item-image a:before,
.portfolio.hover-horizontal-sliding .overlay:before,
.gem-gallery-grid.hover-horizontal-sliding .gallery-item .overlay:before,
.hover-new-horizontal-sliding .portfolio-item .image .overlay:before,
.hover-new-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-default-horizontal-sliding .portfolio-item .image .overlay:before,
.hover-default-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-horizontal-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before {
		background-color: rgba(11, 18, 21, 0.8);
	}
.gem-gallery-hover-horizontal-sliding .active .gem-gallery-item-image:after {
	background-color: #0B1215FF;
}
.gem-gallery.gem-gallery-hover-horizontal-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg{
	fill: #0B1215FF;
}
.team-person-image span:before,
.gem-team-style-5 .team-person-image a:before,
.gem-team-style-5 .team-person-image span:before {
		background-color: rgba(11, 18, 21, 0.7);
	}



.gem-gallery-hover-vertical-sliding .gem-gallery-item .gem-gallery-item-image a:before,
.portfolio.hover-vertical-sliding .overlay:before,
.portfolio.hover-new-vertical-sliding .overlay:before,
.portfolio.hover-new-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.portfolio.hover-default-vertical-sliding .overlay:before,
.portfolio.hover-default-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.hover-vertical-sliding .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
.gem-gallery-grid.hover-vertical-sliding .gallery-item .overlay:before {
		background-color: rgba(63, 125, 32, 0.8);
	}
.gem-gallery-hover-vertical-sliding .active .gem-gallery-item-image:after {
	background-color: #3F7D20FF;
}
.gem-gallery.gem-gallery-hover-vertical-sliding .gem-gallery-thumbs-carousel-wrap .gem-gallery-item svg{
	fill: #3F7D20FF;
}

.quickfinder-item-title,
.quickfinder-item-title a,
.project_info-item-style-2 .title {
	color: #252931;
}

.quickfinder-item-text,
.quickfinder-item-text a {
	color: #818a94;
}

.gem-testimonials .gem-prev:after,
.gem-testimonials .gem-next:after {
	color: #3F7D20FF;
}

.gem-testimonials .gem-prev:hover:after,
.gem-testimonials .gem-next:hover:after {
	color: #3F7D20FF;
}

body .gem-testimonials .gem-prev:after,
body .gem-testimonials.fullwidth-block .gem-prev:after,
body .gem-testimonials .gem-next:after,
body .gem-testimonials.fullwidth-block .gem-next:after {
	background-color: #3F7D20FF;
}

body .gem-testimonials .gem-prev:hover:after,
body .gem-testimonials.fullwidth-block .gem-prev:hover:after,
body .gem-testimonials .gem-next:hover:after,
body .gem-testimonials.fullwidth-block .gem-next:hover:after {
	background-color: #3F7D20FF;
}

.widget_archive li:before,
.widget_nav_menu ul.menu li > a:before,
.widget_submenu > div > ul li > a:before,
.widget_categories > ul li > a:before,
.widget_product_categories > ul li > a:before,
.widget_pages > ul li > a:before,
.widget_meta li:before,
.widget_rss li:before,
.project_info-item-style-2 .icon,
.gem_accordion_header .ui-accordion-header-icon:before,
.wpb_toggle:after,
.vc_toggle_title:after,
.widget_layered_nav ul li a:before,
.widget .gem-contacts-address:before,
.widget .gem-contacts-phone:before,
.widget .gem-contacts-fax:before,
.widget .gem-contacts-email:before,
.widget .gem-contacts-website:before,
.resp-accordion:after {
	color: #d4d9de;
}

.gem-icon,
.widget .team-person-email a:before,
.woocommerce-message:before,
.woocommerce-info:before {
	color: #0B1215FF;
}

:root {
	--thegem-to-icons-portfolio-gallery-color-hover: #ffffff;
}
.gem-image a:after,
.gem-image a i,
.portfolio-item .image .overlay .links a.icon:before,
.portfolio-item .image .overlay .links a.icon i,
.portfolio.hover-title .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .product-variations,
.portfolio.hover-title.columns-4 .portfolio-item .caption .title,
.portfolio.hover-title .portfolio-item .caption .subtitle,
.portfolio.hover-title .portfolio-item .caption .info,
.portfolio.hover-title .portfolio-item .caption .info a,
.portfolio.hover-default .portfolio-item .image .overlay .links .caption .info a,
.portfolio .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart,
.portfolio.products .portfolio-item .image .overlay .portfolio-icons.product-bottom .yith-wcwl-wishlistaddedbrowse a,
.news-grid.portfolio.hover-title .portfolio-item .caption .title > *,
.news-grid.portfolio.hover-default .comments-link a,
.news-grid.portfolio.hover-vertical-sliding .comments-link a,
.news-grid.portfolio.hover-gradient .comments-link a,
.news-grid.portfolio.hover-circular .comments-link a,
.news-grid.portfolio.hover-default .zilla-likes,
.news-grid.portfolio.hover-vertical-sliding .zilla-likes,
.news-grid.portfolio.hover-gradient .zilla-likes,
.news-grid.portfolio.hover-circular .zilla-likes,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-default .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-default .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .description .subtitle,
.news-grid.hover-vertical-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-horizontal-sliding .portfolio-item .image .links .caption .post-date,
.news-grid.hover-gradient .portfolio-item .image .links .caption .post-date,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info a,
.news-grid.portfolio.hover-vertical-sliding .portfolio-item .image .overlay .links .caption .info span.sep,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-gradient .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name,
.news-grid.hover-circular .portfolio-item .image .links .caption .author .author-name a,
.news-grid.hover-gradient.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular.title-on-page.title-style-dark .portfolio-item .image .overlay .links .caption .subtitle,
.news-grid.hover-circular .portfolio-item .image .links .caption .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .post-date,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .title > *,
.news-grid .portfolio-item.double-item-style-alternative .highlight-item-alternate-box .info a,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .product-variations,
.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .product-variations,
.portfolio.background-style-dark .portfolio-item .wrap > .caption .title,
.news-grid.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title,
.news-grid.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title,
.news-grid.portfolio.background-style-gray:not(.disabled-hover):not(.list-style) .portfolio-item:hover .wrap > .caption .title a,
.news-grid.portfolio.background-style-gray:not(.disabled-hover).list-style .portfolio-item .wrap > .caption:hover .title a,
.news-grid.portfolio.background-style-dark .portfolio-item .wrap > .caption .title,
.news-grid.portfolio.background-style-dark .portfolio-item .wrap > .caption .title a,
.gallery-item .overlay .title,
.gallery-item .overlay .subtitle,
.gallery-item .overlay a.icon:before,
.gallery-item .overlay a.icon i,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-prev:after,
.gem-gallery .gem-gallery-preview-carousel-wrap:hover .gem-next:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item a i,
.gem-gallery .gem-gallery-preview-carousel-wrap .gem-gallery-item .gem-gallery-caption,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery-hover-zooming-blur .gem-gallery-preview-carousel-wrap .gem-gallery-item a i,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a:after,
.gem-gallery-hover-gradient .gem-gallery-preview-carousel-wrap .gem-gallery-item a i,
.gem-simple-gallery .gem-gallery-item a:after,
.gem-simple-gallery .gem-gallery-item a i,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info a,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info span.sep,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .subtitle,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .info,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .title,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .caption .product-variations,
.portfolio.hover-circular .portfolio-item .image .overlay .links .caption .product-variations,
.portfolio.hover-gradient .portfolio-item .image .overlay .links .portfolio-sharing-pane .socials-item,
.version-new.news-grid .portfolio-item .image .links .caption .post-date,
.version-new.news-grid .portfolio-item .image .links .caption .author,
.version-new.news-grid .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a,
.version-new.news-grid.hover-new-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a:before,
.version-new.news-grid.hover-new-horizontal-sliding .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a i,
.version-default.news-grid .portfolio-item .image .links .caption .post-date,
.version-default.news-grid.title-on-hover .portfolio-item .image .links .caption .author,
.version-default.news-grid .portfolio-item .links .caption .grid-post-meta .grid-post-meta-comments-likes a,
.version-new.news-grid.portfolio.title-on-page .portfolio-item .image .links .caption .info a,
.version-new.news-grid.portfolio.title-on-page .portfolio-item .image .links .caption .info span,
.version-new.news-grid.portfolio.title-on-page .portfolio-item .image .links .caption .info .sep,
.news-grid.portfolio.hover-default-zooming-blur .portfolio-item .image .overlay .caption .title > *,
.version-default.news-grid.hover-default-zooming-blur .portfolio-item .image .links .caption .author,
.thegem-tabs__nav-item sup,
.thegem-accordion__item-title sup{
	color: #ffffff;
}

.version-default.news-grid .portfolio-item .image .links .caption .grid-post-meta .comments-link + .post-meta-likes,
.version-default.news-grid .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .comments-link,
.version-default.news-grid .portfolio-item .image .links .caption .grid-post-meta .grid-post-share + .grid-post-meta-comments-likes .post-meta-likes,
.version-default.news-grid .portfolio-item .image .links .caption .sep {
	border-left-color: #ffffff;
}

:root {
	--thegem-to-pagination-color: #d4d9de;
}
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots {
	color: #d4d9de;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
	border: 2px solid #d4d9de !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a {
	background-color: #d4d9de !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
	color: #d4d9de !important;
}

:root {
	--thegem-to-pagination-background-color: #ffffff;
}
.gem-pagination a,
.gem-pagination .current,
.gem-pagination .dots {
	background-color: #ffffff;
}
.gem-pagination a:hover,
.gem-pagination .current {
	color: #ffffff;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a {
	background-color: #ffffff !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
	color: #ffffff !important;
}

:root {
	--thegem-to-pagination-color-hover: #3F7D20FF;
}
.gem-pagination a:hover {
	background-color: #3F7D20FF;
}
.gem-pagination a:hover {
	border-color: #3F7D20FF;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-prev a:hover,
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-next a:hover {
	background-color: #3F7D20FF;
}

:root {
	--thegem-to-pagination-color-active: #3F7D20FF;
}
.gem-pagination .current {
	background-color: #3F7D20FF;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a {
	background-color: #3F7D20FF !important;
}
body .vc_grid-pagination .vc_grid-pagination-list li.vc_grid-page.vc_grid-active a{
	background-color: #3F7D20FF !important;
}

.gem-mini-pagination a,
.flexslider .flex-control-paging li a,
.flexslider .flex-control-paging li a:hover,
.vc_carousel-indicators li,
.row .gem-mini-pagination a,
.row .flexslider .flex-control-paging li a,
.row .flexslider .flex-control-paging li a:hover,
.row .vc_carousel-indicators li,
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger,
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_pagination-trigger:hover,
.row .theme-default .nivo-controlNav a,
.product-gallery .owl-dots .owl-dot span,
.extended-carousel-grid .owl-carousel .owl-dots .owl-dot span {
	background-color: #d4d9de;
}
.portfolio-filters-list .portfolio-filter-item.single .portfolio-filter-item-list ul li a:before {
	border-color: #d4d9de;
}

.gem-mini-pagination a.selected,
.gem-mini-pagination a.active,
.flexslider .flex-control-paging li a.flex-active,
.flexslider .flex-control-paging li a.flex-active:hover,
.vc_carousel-indicators .vc_active,
.row .flexslider .flex-control-paging li a.flex-active,
.row .flexslider .flex-control-paging li a.flex-active:hover,
.row .vc_carousel-indicators .vc_active,
.vc_pagination.vc_pagination-style-thegem.vc_pagination-shape-circle .vc_active .vc_pagination-trigger,
.row .theme-default .nivo-controlNav a.active,
.product-gallery .owl-dots .owl-dot.active span,
.extended-carousel-grid .owl-carousel .owl-dots .owl-dot.active span {
	background-color: #3F7D20FF;
}




#footer-socials a.socials-item {
	color: #ffffff;
}

:root {
	--thegem-to-socials-sharing-color: #0B1215FF;
}
.socials-sharing a.socials-item {
	color: #0B1215FF;
}


:root {
	--thegem-to-form-elements-background-color: transparent;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
.chosen-container,
.select2-container,
.checkbox-sign,
.radio-sign {
	background-color: transparent;
}
.chosen-container-single .chosen-single div:before,
.select2-container .select2-choice .select2-arrow:before {
	color: transparent;
}

:root {
	--thegem-to-form-elements-text-color: #0B1215FF;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
select,
.chosen-container-single .chosen-single,
.select2-container .select2-choice,
.widget_product_search form:before {
	color: #0B1215FF;
}

:root {
	--thegem-to-form-elements-border-color: #1c1c24;
}
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
.combobox-wrapper,
#page .woocommerce .select2-container .select2-selection--single,
.select2-container .select2-dropdown,
.chosen-container-single .chosen-single,
.select2-container .select2-choice,
select.wpcf7-form-control.wpcf7-select,
.thegem-combobox-wrap .thegem-combobox__trigger,
.thegem-combobox-wrap .thegem-combobox__options,
.product-page__wrapper .product-page__nav .product-page__nav-preview,
.product-page__wrapper form.cart .quantity,
.gem-attribute-selector .gem-attribute-options li,
table.variations .thegem-select {
	border: 1px solid #1c1c24;
}
.chosen-container-single .chosen-single div,
.edit-address-form .form-row .chosen-container-single .chosen-single div,
.select2-container .select2-choice .select2-arrow,
.product-page__wrapper form.cart .quantity button:before{
	background-color: #1c1c24;
}




.products .product .product-inner:not(:hover) .product-info .product-title,
.products .portfolio-item:not(:hover) .wrap > .caption .title {
	color: #5f727f;
}

:root {
	--thegem-to-product-title-color: #3c3950;
}
.single-product-content .product_title {
	color: #3c3950;
}

.widget .gem-products-content .gem-products-title,
.widget .gem-products-content .gem-products-title a {
	color: #5f727f;
}

:root {
	--thegem-to-product-title-cart-color: #00bcd4;
}
body .shop_table.cart .product-name .product-title,
body .shop_table.cart .product-name .product-title a {
	color: #00bcd4;
}

body .checkout .shop_table .product-name .product-title,
body .checkout .shop_table .product-name .product-title a {
	color: #0261d4;
}

.products .product-info .price ins,
.products .product-info .price .amount {
	color: #00bcd4;
}

:root {
	--thegem-to-product-price-color: #3c3950;
}
.single-product-content .price,
.single-product-content .price del{
	color: #3c3950;
}

.product-page__wrapper .price del:before{
	background-color: #3c3950;
}

.widget .gem-products-content .gem-products-price ins,
.widget .gem-products-content .gem-products-price .amount {
	color: #3c3950;
}

:root {
	--thegem-to-product-price-cart-color: #3c3950;
}
.woocommerce .shop_table tr td.product-price,
.woocommerce .shop_table tr td.product-subtotal,
.woocommerce .wishlist_table .product-info .product-info-content .product-price,
body .woocommerce .shop_table td.product-price,
body .woocommerce .shop_table td.product-subtotal,
body .woocommerce .wishlist_table .product-info .product-info-content .product-price,
body .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price,
body .woocommerce .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-subtotal,
body .woocommerce .cart_totals table td .amount,
body .woocommerce .cart_totals table tr.order-total td .amount,
body .woocommerce .cart_totals table tr td,
body .woocommerce .woocommerce-checkout .shop_table.woocommerce-checkout-payment-total .cart-subtotal td .amount,
body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box,
body .woocommerce .woocommerce-checkout #order_review .woocommerce-checkout-payment .payment_methods .payment_box:before,
body .woocommerce .woocommerce-checkout .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .payment_box,
body .woocommerce .woocommerce-checkout .thegem-te-checkout-payment .woocommerce-checkout-payment .payment_methods .payment_box:before,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .checkout-payment .shop_table td.product-total .amount,
body .woocommerce .woocommerce-checkout.woocommerce-checkout-one-page .shop_table.woocommerce-checkout-payment-total .order-total td .amount,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart ul li .quantity span.amount,
body #primary-menu.no-responsive > li.menu-item-cart > .minicart .total span.amount,
body .hamburger-minicart > .minicart ul li .quantity span.amount,
body .hamburger-minicart > .minicart .total span.amount,
body.mobile-cart-position-top #site-header .mobile-cart .total span.amount,
.product-page__wrapper .product-page__nav .product-page__nav-preview .nav-preview__info-price{
	color: #3c3950;
}


.portfolio.item-separator .portfolio-item:before,
.portfolio.item-separator .portfolio-item:after,
.portfolio.item-separator .portfolio-item .item-separator-box:before,
.portfolio.item-separator .portfolio-item .item-separator-box:after,
.products-categories-widget.item-separator .products-category-item:before,
.products-categories-widget.item-separator .products-category-item:after,
.products-categories-widget.item-separator .products-category-item .item-separator-box:before,
.products-categories-widget.item-separator .products-category-item .item-separator-box:after {
	border-color: #000000;
}











































#colophon .widget .yikes-mailchimp-container,
#colophon .widget .mc4wp-form-fields {
	background-color: transparent;
}

#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="text"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="email"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="number"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="url"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form textarea,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form .combobox-wrapper .combobox-text,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form select,
#colophon .widget form.mc4wp-form input[type="text"],
#colophon .widget form.mc4wp-form input[type="email"],
#colophon .widget form.mc4wp-form input[type="tel"],
#colophon .widget form.mc4wp-form input[type="number"],
#colophon .widget form.mc4wp-form input[type="url"],
#colophon .widget form.mc4wp-form input[type="date"],
#colophon .widget form.mc4wp-form textarea,
#colophon .widget form.mc4wp-form .combobox-wrapper .combobox-text,
#colophon .widget form.mc4wp-form select,
#colophon .widget #mc4wp_email {
	color: #0B1215FF;
}

#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="text"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="email"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="number"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="url"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form textarea,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form .combobox-wrapper,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form .combobox-wrapper .combobox-button,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form .combobox-wrapper .combobox-text,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form select,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form .checkbox-sign,
#colophon .widget form.mc4wp-form input[type="text"],
#colophon .widget form.mc4wp-form input[type="email"],
#colophon .widget form.mc4wp-form input[type="tel"],
#colophon .widget form.mc4wp-form input[type="number"],
#colophon .widget form.mc4wp-form input[type="url"],
#colophon .widget form.mc4wp-form input[type="date"],
#colophon .widget form.mc4wp-form textarea,
#colophon .widget form.mc4wp-form .combobox-wrapper,
#colophon .widget form.mc4wp-form .combobox-wrapper .combobox-button,
#colophon .widget form.mc4wp-form .combobox-wrapper .combobox-text,
#colophon .widget form.mc4wp-form select,
#colophon .widget form.mc4wp-form .checkbox-sign,
#colophon .widget #mc4wp_email {
	background-color: transparent;
}

#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="text"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="email"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="number"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="url"],
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form textarea,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form .combobox-wrapper,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form select,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form .checkbox-sign,
#colophon .widget form.mc4wp-form input[type="text"],
#colophon .widget form.mc4wp-form input[type="email"],
#colophon .widget form.mc4wp-form input[type="tel"],
#colophon .widget form.mc4wp-form input[type="number"],
#colophon .widget form.mc4wp-form input[type="url"],
#colophon .widget form.mc4wp-form input[type="date"],
#colophon .widget form.mc4wp-form textarea,
#colophon .widget form.mc4wp-form .combobox-wrapper,
#colophon .widget form.mc4wp-form select,
#colophon .widget form.mc4wp-form .checkbox-sign,
#colophon .widget #mc4wp_email {
	border: 1px solid #0B1215FF;
}

#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="text"]::placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="email"]::placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="number"]::placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="url"]::placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form textarea::placeholder,
#colophon .widget form.mc4wp-form input[type="text"]::placeholder,
#colophon .widget form.mc4wp-form input[type="email"]::placeholder,
#colophon .widget form.mc4wp-form input[type="tel"]::placeholder,
#colophon .widget form.mc4wp-form input[type="number"]::placeholder,
#colophon .widget form.mc4wp-form input[type="url"]::placeholder,
#colophon .widget form.mc4wp-form input[type="date"]::placeholder,
#colophon .widget form.mc4wp-form textarea::placeholder,
#colophon .widget #mc4wp_email::placeholder {
	color: #0B1215FF;
}
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="text"]::-webkit-input-placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="email"]::-webkit-input-placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="number"]::-webkit-input-placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form input[type="url"]::-webkit-input-placeholder,
#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form textarea::-webkit-input-placeholder,
#colophon .widget form.mc4wp-form input[type="text"]::-webkit-input-placeholder,
#colophon .widget form.mc4wp-form input[type="email"]::-webkit-input-placeholder,
#colophon .widget form.mc4wp-form input[type="tel"]::-webkit-input-placeholder,
#colophon .widget form.mc4wp-form input[type="number"]::-webkit-input-placeholder,
#colophon .widget form.mc4wp-form input[type="url"]::-webkit-input-placeholder,
#colophon .widget form.mc4wp-form input[type="date"]::-webkit-input-placeholder,
#colophon .widget form.mc4wp-form textarea::-webkit-input-placeholder,
#colophon .widget #mc4wp_email::-webkit-input-placeholder {
	color: #0B1215FF;
}

#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form,
#colophon .widget form.mc4wp-form {
	color: #0B1215FF;
}

#colophon .widget .yikes-mailchimp-container form.yikes-easy-mc-form label,
#colophon .widget form.mc4wp-form label {
	color: #0B1215FF;
}

#colophon .widget .yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button,
#colophon .widget form.mc4wp-form input[type="submit"],
#colophon .widget #mc4wp_submit {
	color: #ffffff;
}

#colophon .widget .yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button:hover,
#colophon .widget form.mc4wp-form input[type="submit"]:hover,
#colophon .widget #mc4wp_submit:hover {
	color: #ffffff;
}

#colophon .widget .yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button,
#colophon .widget form.mc4wp-form input[type="submit"],
#colophon .widget #mc4wp_submit {
	background-color: #3F7D20FF;
}

#colophon .widget .yikes-easy-mc-form .yikes-easy-mc-submit-button.gem-button:hover,
#colophon .widget form.mc4wp-form input[type="submit"]:hover,
#colophon .widget #mc4wp_submit:hover {
	background-color: #3F7D20FF;
}

body {
	background-color: transparent;
}

body {
	background-color: #ffffff;
}



.header-background:before {
	background-color: #0B1215FF;
}
#site-header-wrapper {
	background-color: #0B1215FF;
}

:root {
	--thegem-to-navigation-background-image: none;
	--thegem-to-navigation-background-color: #0B1215FF;
}
.header-layout-fullwidth_hamburger #primary-menu.no-responsive,
#thegem-perspective .perspective-navigation:not(.responsive),
#page.vertical-header #site-header-wrapper,
.vertical-minisearch.menu-item-ajax-search .vertical-minisearch-shadow {
	background-color: #0B1215FF;
}


.top-area-background:before {
	background-color: #f4f6f7;
}

.block-content,
.gem-slideshow,
.slideshow-preloader {
	background-color: #ffffff;
}

#footer-nav {
	background-color: #0B1215FF;
}

#colophon {
	background-color: #0B1215FF;
}

	

#page-preloader .page-preloader-spin,
.block-preloader .page-preloader-spin,
.preloader-spin {
	border-top-color: #d4d9dd;
}

#page-preloader .page-preloader-spin:before,
.block-preloader .page-preloader-spin:before,
.preloader-spin:before {
	border-top-color: #3F7D20FF;
}
.preloader-spin-new {
	border-color: #3F7D20FF;
}

#page-preloader .page-preloader-spin:after,
.block-preloader .page-preloader-spin:after,
.preloader-spin:after,
.gem-fancybox-preloader .preloader-spin:after {
	border-top-color: #6BD038FF;
}


.preloader:after,
.loading:after {
	display: none;
}
.preloader .preloader-spin,
.loading .preloader-spin {
	display: block;
}













	.widget-title:after{
		color: #3F7D20FF;
		display: inline-block;
	}

	body .hover-gradient .portfolio-item .image .overlay:before,
	body .hover-gradient .gallery-item .overlay-wrap .overlay:before,
	body .hover-new-gradient .portfolio-item .image .overlay:before,
	body .portfolio.hover-new-gradient .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
	body .hover-default-gradient .portfolio-item .image .overlay:before,
	body .portfolio.hover-default-gradient .portfolio-item .gem-simple-gallery .gem-gallery-item a:before{
			background: linear-gradient(
			90deg,
			rgba(255,43,88,0.8) 0%,
			rgba(255,216,0,0.8) 100%
		) !important;
	
	}

	body .hover-circular .portfolio-item .image .overlay .overlay-circle,
	body .hover-circular .gallery-item .overlay-wrap .overlay .overlay-circle,
	body .hover-new-circular .portfolio-item .image .overlay .overlay-circle,
	body .portfolio.hover-new-circular .portfolio-item .gem-simple-gallery .gem-gallery-item a:before,
	body .hover-default-circular .portfolio-item .image .overlay .overlay-circle,
	body .portfolio.hover-default-circular .portfolio-item .gem-simple-gallery .gem-gallery-item a:before{
			background: linear-gradient(
		90deg,
		rgba(0, 188, 212,0.75) 0%,
		rgba(53, 64, 147,0.75) 100%
		) !important;
	
		}


	:root {
	--thegem-to-product-grid-title-color: #5F727FFF;
	}
	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .title {
	color: #5F727FFF;
	}

	:root {
	--thegem-to-product-grid-title-hover-color: #3C3950FF;
	}
	.portfolio.extended-products-grid.caption-position-page:not(.disabled-hover) .portfolio-item:hover .caption .title,
	.portfolio.extended-products-grid.caption-position-page.disabled-hover .portfolio-item .caption .title:hover {
	color: #3C3950FF;
	}

	:root {
	--thegem-to-product-grid-title-on-image-color: #212227FF;
	}
	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .overlay .links .caption .title,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .overlay .links .caption .title,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .overlay .links .caption .title,
	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.variable-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.variable-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.variable-type-button .button {
	color: #212227FF;
	}

	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .caption .cart.type_button.variable-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .caption .cart.type_button.variable-type-button .button,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .caption .cart.type_button.variable-type-button .button {
	border-color: #212227FF;
	}

	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .categories,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .categories,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .categories {
	background-color: #212227FF;
	}


	:root {
	--thegem-to-product-grid-category-color: #99A9B5FF;
	}
	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories {
	color: #99A9B5FF;
	}

	:root {
	--thegem-to-product-grid-category-hover-color: #00BCD4FF;
	}
	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .categories a:hover {
	color: #00BCD4FF;
	}

	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .categories,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .categories,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .categories {
	color: #FFFFFFFF;
	}

	:root {
	--thegem-to-product-grid-price-font-family: 'Source Sans Pro';
	}
	.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
	font-family: 'Source Sans Pro';
	}

	:root {
	--thegem-to-product-grid-price-font-style: normal;
	--thegem-to-product-grid-price-font-weight: normal;
	}
	.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
	font-style: normal;
	font-weight: normal;
	}
		
	:root {
	--thegem-to-product-grid-price-font-size: 16px;
	}
	.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
	font-size: 16px;
	}
	@media (min-width: 992px) {
		.portfolio.extended-products-grid .portfolio-item.bigger .caption .price-wrap.default .product-price .price {
		font-size: calc(16px * 1.2);
		}
	}

	:root {
	--thegem-to-product-grid-price-line-height: 25px;
	}
	.portfolio.extended-products-grid .portfolio-item .caption .price-wrap.default .product-price .price {
	line-height: 25px;
	}
	@media (min-width: 992px) {
		.portfolio.extended-products-grid .portfolio-item.bigger .caption .price-wrap.default .product-price .price {
		line-height: calc(25px * 1.2);
		}
	}



	:root {
	--thegem-to-product-grid-price-color: #5F727FFF;
	}
	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .product-price .price,
	.portfolio-filters-list .widget_products .gem-products-price .amount,
	.portfolio-filters-list .widget_top_rated_products .gem-products-price .amount,
	.portfolio-filters-list .widget_recently_viewed_products .gem-products-price .amount {
	color: #5F727FFF;
	}

	.portfolio.extended-products-grid.caption-container-preset-light .portfolio-item .image .caption .product-price .price,
	.portfolio.extended-products-grid.caption-container-preset-solid .portfolio-item .image .caption .product-price .price,
	.portfolio.extended-products-grid.caption-container-preset-transparent .portfolio-item .image .caption .product-price .price {
	color: #212227FF;
	}

	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button .button,
	.thegem-te-loop-product-add-to-cart .cart.type_button .button,
	.thegem-popup-notification .notification-message a.button {
	border-width: 1px;
	border-style: solid;
	}

	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button .button,
	.thegem-te-loop-product-add-to-cart .cart.type_button .button,
	.thegem-popup-notification .notification-message a.button {
	border-radius: 30px;
	}

	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button {
	color: #5F727FFF;
	}

	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.simple-type-button .button:hover,
	.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button:hover {
	color: #FFFFFFFF;
	}

	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button {
	background-color: #DFE5E8FF;
	}

	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.simple-type-button .button:hover,
	.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button:hover {
	background-color: #00BCD4FF;
	}

	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.simple-type-button .button,
	.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button {
	border-color: #DFE5E8FF;
	}

	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.simple-type-button .button:hover,
	.thegem-te-loop-product-add-to-cart .cart.type_button.simple-type-button .button:hover {
	border-color: #00BCD4FF;
	}

	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.variable-type-button .button,
	.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button,
	.thegem-popup-notification .notification-message a.button {
	color: #5F727FFF;
	}

	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.variable-type-button .button:hover,
	.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button:hover,
	.thegem-popup-notification .notification-message a.button:hover {
	color: #FFFFFFFF;
	}


	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.variable-type-button .button:hover,
	.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button:hover,
	.thegem-popup-notification .notification-message a.button:hover {
	background-color: #00BCD4FF;
	}

	.portfolio.extended-products-grid.caption-position-page .portfolio-item .caption .cart.type_button.variable-type-button .button,
	.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button,
	.thegem-popup-notification .notification-message a.button {
	border-color: #5F727FFF;
	}

	.portfolio.extended-products-grid .portfolio-item .caption .cart.type_button.variable-type-button .button:hover,
	.thegem-te-loop-product-add-to-cart .cart.type_button.variable-type-button .button:hover,
	.thegem-popup-notification .notification-message a.button:hover {
	border-color: #00BCD4FF;
	}



	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon,
	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a,
	.thegem-te-loop-product-add-to-cart .cart.icon a,
	.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon,
	.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a,
	.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
	border-radius: 20px;
	}

:root {
	--thegem-to-product-grid-icon-color: #5F727FFF;
}
	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon,
	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a,
	.thegem-te-loop-product-add-to-cart .cart.icon a,
	.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon,
	.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a,
	.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
	color: #5F727FFF;
	}

	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon:hover,
	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a:hover,
	.thegem-te-loop-product-add-to-cart .cart.icon a:hover,
	.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover,
	.portfolio.extended-products-grid.caption-position-hover:is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a:hover,
	.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button:hover {
	color: #FFFFFFFF;
	}

	.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons a.icon,
	.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons .icon a {
	color: #212227FF;
	}

	.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover,
	.portfolio.extended-products-grid.caption-position-image .portfolio-item .image .overlay .links .portfolio-icons .icon a:hover {
	color: #FFFFFFFF;
	}

	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon,
	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a,
	.thegem-te-loop-product-add-to-cart .cart.icon a,
	.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon,
	.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a,
	.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button {
	background-color: #DFE5E8FF;
	}

	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption a.icon:hover,
	.portfolio.extended-products-grid .portfolio-item .wrap .product-bottom.on-page-caption .icon a:hover,
	.thegem-te-loop-product-add-to-cart .cart.icon a:hover,
	.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons a.icon:hover,
	.portfolio.extended-products-grid:is(.caption-position-hover, .caption-position-image):is(.hover-slide, .hover-fade) .portfolio-item .image .overlay .links .portfolio-icons .icon a:hover,
	.portfolio-top-panel .portfolio-top-panel-right .portfolio-search-filter .portfolio-search-filter-button:hover {
	background-color: #00BCD4FF;
	}




	.product .onsale,
	.product .new-label,
	.product .out-of-stock-label,
	.product-gallery-labels .product-labels .onsale,
	.product-gallery-labels .product-labels .new-label,
	.product-gallery-labels .product-labels .out-of-stock-label{
		color: #ffffff;
	}

	.product .onsale,
	.product-gallery-labels .product-labels .onsale{
		background-color: #0261d4;
	}
	.product .onsale:after,
	.product-gallery-labels .product-labels .onsale:after{
		border-left-color: #0261d4;
		border-right-color: #0261d4	}
	.product .onsale svg,
	.product-gallery-labels .product-labels .onsale svg{
		fill: #0261d4;
	}

	.product .new-label,
	.product-gallery-labels .product-labels .new-label{
		background-color: #0261d4;
	}
	.product .new-label:after,
	.product-gallery-labels .product-labels .new-label:after{
		border-left-color: #0261d4;
		border-right-color: #0261d4	}
	.product .new-label svg,
	.product-gallery-labels .product-labels .new-label svg{
		fill: #0261d4;
	}

	.product .out-of-stock-label,
	.product-gallery-labels .product-labels .out-of-stock-label{
		background-color: #F44336FF;
	}
	.product .out-of-stock-label:after,
	.product-gallery-labels .product-labels .out-of-stock-label:after{
		border-left-color: #F44336FF;
		border-right-color: #F44336FF;
	}
	.product .out-of-stock-label svg,
	.product-gallery-labels .product-labels .out-of-stock-label svg{
		fill: #F44336FF;
	}

	.quick-view-button {
	color: #FFFFFFFF;
	}

	.quick-view-button {
	background-color: #00BCD4A6;
	}

.product-page__wrapper .gem-button-style-outline.single_add_to_cart_button {
	background-color: #3F7D20FF !important;
}
.product-page__wrapper .gem-button-style-outline.single_add_to_cart_button:hover {
	background-color: #3F7D20FF !important;
}

	.products-categories-widget .category-title {
	font-family: 'Montserrat';
	}

	.products-categories-widget .category-title {
	font-size: 14px;
	}

	.products-categories-widget .category-title {
	font-style: normal;
	font-weight: 700;
	}
		
	.products-categories-widget .category-title {
	line-height: 19.6px;
	}

	.products-categories-widget .category-title {
	text-transform: uppercase;
	}

	.products-categories-widget .category-title {
	letter-spacing: 0.7px;
	}

	.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-light .category-title,
	.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-dark .category-title,
	.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-title {
	color: #212227FF;
	}
	.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-title {
	background-color: #212227FF;
	}

	.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-dark .category-title,
	.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-light .category-title,
	.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-title {
	color: #FFFFFFFF;
	}
	.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-title {
	background-color: #FFFFFFFF;
	}

	.products-categories-widget.caption-position-below .category-title {
	color: #5F727FFF;
	}


	.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-light  .category-count,
	.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-dark .category-count,
	.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-dark .category-count {
	color: #212227FF;
	}

	.products-categories-widget.caption-container-preset-solid.caption-container-preset-color-dark .category-count,
	.products-categories-widget.caption-container-preset-transparent.caption-container-preset-color-light .category-count,
	.products-categories-widget.caption-container-preset-bold.caption-container-preset-color-light .category-count {
	color: #FFFFFFB3;
	}

	.products-categories-widget.caption-position-below .category-count {
	color: #5F727FB3;
	}


:root {
	--thegem-to-cart-icon-font: 'thegem-icons';
	--thegem-to-cart-icon-icon: '\e67d';
}
body .woocommerce-wishlist .wishlist_table .product-add-to-cart .add_to_cart_button.simple a.gem-button:before,
body .portfolio.products-grid .portfolio-item .portfolio-icons.product-bottom .add_to_cart_button:before,
body #primary-navigation #primary-menu > li.menu-item-cart > a:before,
body .hamburger-minicart > a:before,
body .mobile-cart-position-top #site-header .mobile-cart > a:before,
body .mobile-cart .mobile-cart-header .mobile-cart-header-title:before,
body .single-product-content form.cart .gem-button .gem-icon-cart:before,
body .woocommerce-wishlist .wishlist_table .product-add-to-cart .add_to_cart_button.simple a.gem-button:before {
	content: '\e67d';
}
body .products .product-bottom .add_to_cart_button:before,
body .portfolio.extended-products-grid .product-bottom .cart i.default:before,
body .portfolio.extended-products-grid.hover-default .portfolio-item .caption .cart i.default:before,
body .portfolio.extended-products-grid.hover-default .image .portfolio-icons.product-bottom .cart i.default:before,
body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .caption .cart i.default:before,
body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .image .portfolio-icons.product-bottom .cart i.default:before,
body .portfolio.extended-products-grid:not(.hover-default) .portfolio-item .image .portfolio-icons.product-bottom .cart i.default:before {
	content: '\e67e';
}
body.mobile-cart-position-top #site-header .mobile-cart > a:before {
	-webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8,18c-0.6,0-1,0.2-1.4,0.6S6,19.4,6,20s0.2,1.1,0.6,1.4S7.4,22,8,22s1-0.2,1.4-0.6S10,20.6,10,20s-0.2-1-0.6-1.4 S8.6,18,8,18z'/%3E%3Cpath d='M18,18c-0.6,0-1.1,0.2-1.5,0.6S16,19.4,16,20s0.2,1.1,0.6,1.4S17.4,22,18,22s1.1-0.2,1.4-0.6S20,20.6,20,20s-0.2-1-0.6-1.4 S18.6,18,18,18z'/%3E%3Cpath d='M21.8,6.4C21.6,6.2,21.3,6,21,6H10v2h9.6l-2.3,6H8.8L6,2.8C5.9,2.3,5.5,2,5,2H2v2h2.2L7,15.3C7.1,15.7,7.5,16,8,16h10 c0.4,0,0.8-0.3,0.9-0.6l3-8C22.1,7.1,22,6.7,21.8,6.4z'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M8,18c-0.6,0-1,0.2-1.4,0.6S6,19.4,6,20s0.2,1.1,0.6,1.4S7.4,22,8,22s1-0.2,1.4-0.6S10,20.6,10,20s-0.2-1-0.6-1.4 S8.6,18,8,18z'/%3E%3Cpath d='M18,18c-0.6,0-1.1,0.2-1.5,0.6S16,19.4,16,20s0.2,1.1,0.6,1.4S17.4,22,18,22s1.1-0.2,1.4-0.6S20,20.6,20,20s-0.2-1-0.6-1.4 S18.6,18,18,18z'/%3E%3Cpath d='M21.8,6.4C21.6,6.2,21.3,6,21,6H10v2h9.6l-2.3,6H8.8L6,2.8C5.9,2.3,5.5,2,5,2H2v2h2.2L7,15.3C7.1,15.7,7.5,16,8,16h10 c0.4,0,0.8-0.3,0.9-0.6l3-8C22.1,7.1,22,6.7,21.8,6.4z'/%3E%3C/g%3E%3C/svg%3E");
}



	.preloader .skeleton .widget:before {
	background-image: linear-gradient(#f4f6f7 20px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0);
	}
	.preloader .skeleton .portfolio-item:before {
	background-image: linear-gradient(#f4f6f7 100%, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0);
	}
	.preloader .skeleton .caption-position-image .products-category-item:before {
	background-image: linear-gradient(#f4f6f7 100%, transparent 0);
	}
	.preloader .skeleton .caption-position-below .products-category-item:before {
	background-image: linear-gradient(#f4f6f7 100%, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0), linear-gradient(#f4f6f7 12px, transparent 0);
	}

:root {
	--header-builder-light-color: #FFFFFF;
}
:root {
	--header-builder-light-color-hover: #0261d4;
}

:root {
	--thegem-to-breadcrumbs-color: #99A9B5FF;
}
:root {
	--thegem-to-breadcrumbs-color-hover: #3C3950FF;
}
:root {
	--thegem-to-breadcrumbs-color-active: #3C3950FF;
}






#primary-menu.no-responsive > li > a,
h5, .title-h5,
input[type='submit'],
.gem-button {
	letter-spacing: 1.5px;
}
.team-person-name {
	font-family: "Big Shoulders Display";
	font-size: 20px;
	font-weight: 600;
}
/*header*/
body .header-style-3 #primary-menu.no-responsive > li.menu-item-active > a,
body .header-style-3 #primary-menu.no-responsive > li.menu-item-current > a {border-color: transparent;}

/*Single-post*/
body #commentform input[type="text"], body #commentform #comment {
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
}
body .wpcf7-form input[type="text"], body .wpcf7-form input[type="email"], body .wpcf7-form textarea, body #commentform input[type="text"], body #commentform #comment {
    border-color: #e6e8ec;
    padding-left: 0;
    padding-right: 0;
}
.single-post .form-submit.gem-button-position-inline {
    display: block;
    text-align: center;
}
.single-post .form-submit.gem-button-position-inline .gem-button {
    border: 2px solid #1c1c24;
    color: #1c1c24;
    background: transparent;
    border-radius: 0;
}
.single-post .form-submit.gem-button-position-inline .gem-button:hover {
	color: #ffffff;
	background: #004799;
	border-color: #004799;
}
.comment-reply-title {
    text-transform: none;
}
body.category #page h1.page-title{color: #1c1c24!important;}
body.tag #page h1.page-title{color: #1c1c24!important;}.thegem-te-logo.desktop-view .logo.desktop {
    display: block;
}
.thegem-te-logo.desktop-view .logo.mobile {
    display: none;
}
.thegem-te-logo.mobile-view .logo.desktop {
    display: none;
}
.thegem-te-logo.mobile-view .logo.mobile {
    display: block;
}

@media screen and (max-width: 767px) {
    .thegem-te-logo.desktop-view .logo.desktop {
        display: none;
    }
    .thegem-te-logo.desktop-view .logo.mobile {
        display: block;
    }
}.thegem-te-menu {
    position: relative;
    width: fit-content;
}

/* Menu toggle button style */
.thegem-te-menu .menu-toggle,
.thegem-te-menu__hamburger.desktop-view .menu-toggle,
.thegem-te-menu__overlay.desktop-view .menu-toggle{
    position: relative;
    width: 36px;
    height: 30px;
    display: flex;
    border: none;
    cursor: pointer;
    outline: none;
    background: transparent;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.thegem-te-menu .menu-toggle.small,
.thegem-te-menu .menu-toggle.dl-trigger,
.thegem-te-menu-mobile__overlay.mobile-view .menu-toggle{
    width: 18px;
}
@media (max-width: 767px) {
    .thegem-te-menu-mobile__overlay .menu-toggle{
        width: 18px;
    }
}
.thegem-te-menu .menu-toggle .menu-line-1,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-1,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-1,
.thegem-te-menu .menu-toggle .menu-line-2,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-2,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-2,
.thegem-te-menu .menu-toggle .menu-line-3,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-3,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-3{
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.5s, top .3s, height .3s;
    transition: all 0.5s, top .3s, height .3s;
}
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-1,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-1,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-2,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-2,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-3,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-3{
    background: var(--thegem-to-hamburger-menu-icon-color, #3C3950);
}
.thegem-te-menu .menu-toggle .menu-line-1,
.thegem-te-menu .menu-toggle .menu-line-2,
.thegem-te-menu .menu-toggle .menu-line-3 {
    background: var(--thegem-to-mobile-menu-btn-color, #3C3950);
}
.thegem-te-menu .menu-toggle.small .menu-line-1,
.thegem-te-menu .menu-toggle.dl-trigger .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-1,
.thegem-te-menu .menu-toggle.small .menu-line-2,
.thegem-te-menu .menu-toggle.dl-trigger .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-2,
.thegem-te-menu .menu-toggle.small .menu-line-3,
.thegem-te-menu .menu-toggle.dl-trigger .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-3{
    height: 2px;
    width: 18px;
}
@media (max-width: 767px) {
    .thegem-te-menu-mobile__overlay .menu-toggle .menu-line-1,
    .thegem-te-menu-mobile__overlay .menu-toggle .menu-line-2,
    .thegem-te-menu-mobile__overlay .menu-toggle .menu-line-3{
        height: 2px;
        width: 18px;
    }
}
.thegem-te-menu .menu-toggle .menu-line-1,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-1,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-1{
    top: 3px;
}
.thegem-te-menu .menu-toggle.small .menu-line-1,
.thegem-te-menu .menu-toggle.dl-trigger .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-1{
    top: 9px;
}
@media (max-width: 767px) {
    .thegem-te-menu-mobile__overlay .menu-toggle .menu-line-1{
        top: 9px;
    }
}
.thegem-te-menu .menu-toggle .menu-line-2,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-2,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-2{
    top: 13px;
}
.thegem-te-menu .menu-toggle.small .menu-line-2,
.thegem-te-menu .menu-toggle.dl-trigger .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-2{
    top: 14px;
}
@media (max-width: 767px) {
    .thegem-te-menu-mobile__overlay .menu-toggle .menu-line-2{
        top: 14px;
    }
}
.thegem-te-menu .menu-toggle .menu-line-3,
.thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-3,
.thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-3{
    top: 23px;
}
.thegem-te-menu .menu-toggle.small .menu-line-3,
.thegem-te-menu .menu-toggle.dl-trigger .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-3{
    top: 19px;
}
@media (max-width: 767px) {
    .thegem-te-menu-mobile__overlay .menu-toggle .menu-line-3{
        top: 19px;
    }
}
@media (-webkit-device-pixel-ratio: 1.25) {
    .thegem-te-menu .menu-toggle.small .menu-line-1,
    .thegem-te-menu .menu-toggle.dl-trigger .menu-line-1,
    .thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-1,
    .thegem-te-menu .menu-toggle.small .menu-line-2,
    .thegem-te-menu .menu-toggle.dl-trigger .menu-line-2,
    .thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-2,
    .thegem-te-menu .menu-toggle.small .menu-line-3,
    .thegem-te-menu .menu-toggle.dl-trigger .menu-line-3,
    .thegem-te-menu-mobile__overlay.mobile-view .menu-toggle .menu-line-3{
        height: 1.6px;
    }
}

.thegem-te-menu .nav-menu > li > a {
    position: relative;
}

/* Mega Menu Styles*/
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a {
    font-family: var(--thegem-to-menu-font-family, 'Montserrat');
    font-style: var(--thegem-to-menu-font-style, normal);
    font-weight: var(--thegem-to-menu-font-weight, 700);
    font-size: var(--thegem-to-menu-font-size, 14px);
    line-height: var(--thegem-to-menu-line-height, 25px);
    letter-spacing: var(--thegem-to-menu-letter-spacing, 0);
    text-transform: var(--thegem-to-menu-text-transform, uppercase);
    text-decoration: none;
    color: var(--thegem-to-menu-level1-color, #3C3950);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul li > a {
    font-family: var(--thegem-to-submenu-font-family, 'Source Sans Pro');
    font-style: var(--thegem-to-submenu-font-style, normal);
    font-weight: var(--thegem-to-submenu-font-weight, normal);
    font-size: var(--thegem-to-submenu-font-size, 16px);
    line-height: var(--thegem-to-submenu-line-height, 20px);
    letter-spacing: var(--thegem-to-submenu-letter-spacing, 0);
    text-transform: var(--thegem-to-submenu-text-transform, none);
}
.thegem-te-menu nav.mobile-view .mega-label {
    display: none;
}
@media (max-width: 767px) {
    .thegem-te-menu .mega-label {
        display: none;
    }
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li .mega-label {
    color: var(--thegem-to-main-bg-color, #FFFFFF)
}
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a,
.thegem-te-menu.menu--light-submenu.desktop-view .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.thegem-te-menu.menu--light-submenu.desktop-view .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.thegem-te-menu.menu--light-submenu.desktop-view .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a {
    border-color: var(--thegem-to-styled-color1, #00BCD4);
}
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a {
    /*border-color: var(--thegem-to-submenu-highlighter-color);*/
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li .mega-label {
    background-color: var(--thegem-to-styled-color3, #f44336);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul li > a:hover,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
    background-color: var(--thegem-to-menu-level1-color-hover, #00bcd4);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li > a {
    color: var(--thegem-to-menu-level2-color, #5f727f);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu> li.megamenu-enable.megamenu-style-grid > ul li > span.megamenu-column-header > a {
    background-color: var(--thegem-to-menu-level2-bg-color, #f4f6f7);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li:hover > a {
    color: var(--thegem-to-menu-level2-hover-color, #3c3950);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li:hover > a {
    background-color: var(--thegem-to-menu-level2-hover-bg-color, #ffffff);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a {
    color: var(--thegem-to-menu-level2-active-color, #3c3950);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-current > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul li.menu-item-active > a {
    background-color: var(--thegem-to-menu-level2-active-bg-color, #ffffff);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
    color: var(--thegem-to-mega-menu-column-title-color, #3c3950);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a:hover {
    color: var(--thegem-to-mega-menu-column-title-hover-color, #00bcd4);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li.menu-item-active > span.megamenu-column-header a {
    color: var(--thegem-to-mega-menu-column-title-active-color, #00bcd4);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li:not(.megamenu-template-enable):not(.menu-item-type-template) li li:hover > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul li.menu-item-current > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul li.menu-item-active > a {
    color: var(--thegem-to-menu-level3-hover-color, #ffffff);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header {
    border-top: 1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li {
    border-bottom: 1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);
    border-left: 1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);
    border-right: 1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header:not(:last-child) {
    border-bottom: 1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul {
    border: 1px solid var(--thegem-to-menu-level2-border-color, #dfe5e8);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li > ul > li > a:before {
    color: var(--thegem-to-mega-menu-icons-color, #5F727FFF);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a:hover.megamenu-has-icon:before,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li > ul > li > a:hover:before {
    color: inherit;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul:not(.megamenu-item-inited) {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    -o-transform: translateY(20px) !important;
    -ms-transform: translateY(20px) !important;
    -moz-transform: translateY(20px) !important;
    -webkit-transform: translateY(20px) !important;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li > ul ul {
    display: none;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul {
    width: auto;
    white-space: nowrap;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 1;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul.megamenu-masonry.megamenu-masonry-inited > li {
    position: absolute;
}
#site-header.without-transition *,
.thegem-te-menu nav:not(.mobile-view) .nav-menu li > ul.without-transition,
#primary-navigation.without-transition ul {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable ul {
    width: auto;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul ul {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-left: 0 !important;
    border-right: 0 !important;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul:not(.megamenu-masonry) > li.megamenu-no-right-border,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul:not(.megamenu-masonry) > li.megamenu-no-right-border span.megamenu-column-header {
    border-right: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li {
    display: inline-block;
    vertical-align: top;
    border: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li {
    margin: 0 0 -1px -1px;
    border-top: 0 !important;
    /*border-bottom: 0 !important;*/
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul.megamenu-masonry > li {
    /*margin: -1px 0 -1px -1px;*/
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li {
    margin: 0 0 0 31px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li.megamenu-first-element {
    margin-left: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li.megamenu-new-row {
    display: block;
    font-size: 0;
    line-height: 1;
    height: 0;
    padding: 0 !important;
    margin: 0 0 1px 0;
    border: none;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul.megamenu-masonry > li.megamenu-new-row {
    /*margin-bottom: 0;*/
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li.megamenu-new-row {
    margin: 0 0 7px 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default ul ul {
    border: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default li,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default li.menu-item-current,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default li.menu-item-active {
    background: none;
    border: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header {
    display: block;
    border-top: 0;
    position: relative;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header {
    padding-top: 8px;
    padding-bottom: 12px;
    margin-bottom: 11px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li a {
    display: block;
    background: none;
    padding: 0;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul li:hover > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default li.menu-item-current > a,
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default li.menu-item-active > a {
    border: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default li.menu-item-parent > a:after {
    display: none;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a {
    text-transform: uppercase;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header a {
    padding: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
    pointer-events: none;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header.mega-not-show {
    display: none;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li span.megamenu-column-header a.megamenu-has-icon {
    padding-left: 26px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a.megamenu-has-icon {
    padding-left: 56px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before {
    position: absolute;
    left: 0;
    display: inline-block;
    font-weight: normal;
    font-family: 'FontAwesome';
    content: attr(data-icon);
    font-size: 14px;
    vertical-align: baseline;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li span.megamenu-column-header a.megamenu-has-icon:before {
    left: 30px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li .mega-label {
    display: inline;
    font-size: 65%;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 4px 0px 4px;
    margin: 0 0 0 10px;

}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
#thegem-perspective .perspective-navigation .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a {
    padding-left: 55px;
}
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li > a {
    padding-left: 52px;
}
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a {
    padding-left: 52px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li > ul li > a {
    position: relative;
    padding: 8px 12px 8px 47px;
    vertical-align: middle;
    margin-left: -20px;
    border-left: 0 none;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li > ul > li > a:before {
    display: inline-block;
    font-weight: normal;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 14px;
    vertical-align: baseline;
    width: 25px;
    text-align: left;
    margin-left: -13px;
    padding-left: 4px;
    position: absolute;
    left: 34px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul > li > a:before {
    margin: 0;
    left: 27px;
}
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before,
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before,
.header-layout-fullwidth_hamburger.logo-position-right .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before,
.header-style-2 .thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-current > a:before,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li.menu-item-active > a:before,
.thegem-te-menu.menu--light-submenu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-grid > ul > li > ul li:hover > a:before {
    left: 27px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li > ul > li.megamenu-has-icon > a::before {
    content: attr(data-icon);
    padding: 0;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li > ul > li > a:before {
    margin-right: 0;
    font-size: 14px;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable.megamenu-style-default > ul > li > ul > li.megamenu-has-icon > a::before {
    font-family: 'FontAwesome';
    content: attr(data-icon);
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable > ul > li > ul {
    position: static !important;
    transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0)!important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}
.thegem-te-menu nav:not(.mobile-view) .nav-menu > li.menu-item.megamenu-enable:hover > ul > li > ul {
    visibility: visible;
    opacity: 1;
}

.thegem-te-menu .nav-menu.submenu-icon > li:not(.menu-item-has-children):not(.menu-item-type-socials-widget) > a i,
.thegem-te-menu .nav-menu.submenu-icon > li.menu-item-has-children:not(.menu-item-type-socials-widget) li a i,
.thegem-te-menu .nav-menu.submenu-icon > li:not(.menu-item-has-children):not(.menu-item-type-socials-widget) > a svg,
.thegem-te-menu .nav-menu.submenu-icon > li.menu-item-has-children:not(.menu-item-type-socials-widget) li a svg {
    display: none;
}
@media screen and (max-width: 979px) {
    .thegem-te-menu .nav-menu.submenu-icon li:not(.menu-item-type-socials-widget) a i,
    .thegem-te-menu .nav-menu.submenu-icon li:not(.menu-item-type-socials-widget) a svg {
        display: none !important;
    }
}
.thegem-te-menu .nav-menu.submenu-icon > li.menu-item-has-children:not(.menu-item-type-socials-widget) > a i,
.thegem-te-menu .nav-menu.submenu-icon > li.menu-item-has-children:not(.menu-item-type-socials-widget) > a svg {
    display: inline-block;
    font-style: normal;
    font-size: var(--thegem-to-body-tiny-font-size);
    line-height: 1;
    font-weight: normal;
    vertical-align: middle;
}
.thegem-te-menu .nav-menu.submenu-icon > li.menu-item-has-children:not(.menu-item-type-socials-widget) > a svg {
    max-width: var(--thegem-to-body-tiny-font-size);
    max-height: var(--thegem-to-body-tiny-font-size);
}
.thegem-te-menu .nav-menu.submenu-icon > li.menu-item-has-children:not(.menu-item-type-socials-widget) > a i.default:before {
    content: '\e602';
    font-family: 'thegem-icons';
}
.thegem-te-menu nav.desktop-view .nav-menu.submenu-hide-border > li ul,
.thegem-te-menu nav.desktop-view .nav-menu.submenu-hide-border > li ul li {
    border: none !important;
}
.thegem-te-menu nav.desktop-view .nav-menu.submenu-hide-border > li.megamenu-enable.megamenu-style-grid ul li {
    margin: 0 !important;
}

/*Use Light Color Scheme*/
#site-header.header-light .thegem-te-menu__default.desktop-view ul.nav-menu > li > a{
    color: var(--header-builder-light-color, #FFFFFF);
}
#site-header.header-light .thegem-te-menu__default.desktop-view ul.nav-menu > li:hover > a{
    color: var(--header-builder-light-color-hover, var(--thegem-to-menu-level1-color-hover));
}
#site-header.header-light .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
#site-header.header-light .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a:hover,
#site-header.header-light .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a,
#site-header.header-light .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a:hover{
    color: var(--header-builder-light-color, #FFFFFF);
}
#site-header.header-light .thegem-te-menu .menu-toggle .menu-line-1,
#site-header.header-light .thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-1,
#site-header.header-light .thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-1,
#site-header.header-light .thegem-te-menu .menu-toggle .menu-line-2,
#site-header.header-light .thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-2,
#site-header.header-light .thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-2,
#site-header.header-light .thegem-te-menu .menu-toggle .menu-line-3,
#site-header.header-light .thegem-te-menu__hamburger.desktop-view .menu-toggle .menu-line-3,
#site-header.header-light .thegem-te-menu__overlay.desktop-view .menu-toggle .menu-line-3{
    background: var(--header-builder-light-color);
}

.thegem-te-menu nav.different-source-mobile.desktop-view ul.nav-menu.mobile-menu-source,
.thegem-te-menu nav.different-source-mobile.mobile-view ul.nav-menu:not(.mobile-menu-source) {
    display: none;
}


/* Hover and Active Pointers */

.thegem-te-menu nav.desktop-view ul.nav-menu > li > a:after,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a: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);
}

.thegem-te-menu nav.desktop-view ul.nav-menu > li > a:before {
    z-index: -1;
}

.thegem-te-menu nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after,
.thegem-te-menu nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before {
    opacity: 0;
}

/* Style Hover Framed */

.style-hover-framed.style-hover-type-frame-rounded nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-active-framed.style-active-type-frame-rounded nav.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-framed.style-active-type-frame-rounded nav.desktop-view ul.nav-menu > li.menu-item-current > a,
.style-hover-framed.style-hover-type-frame-rounded nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-framed.style-active-type-frame-rounded nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-framed.style-active-type-frame-rounded nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
.style-hover-framed.style-hover-type-frame-rounded nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-framed.style-active-type-frame-rounded nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-framed.style-active-type-frame-rounded nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    border-radius: 20px;
}

.style-hover-framed nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
.style-hover-framed nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    background: transparent;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid var(--thegem-to-menu-level1-active-bg-color, #3c3950);
}

#site-header.header-light .style-hover-framed nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
#site-header.header-light .style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
#site-header.header-light .style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
#site-header.header-light .style-hover-framed nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
#site-header.header-light .style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
#site-header.header-light .style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    border-color: var(--header-builder-light-color, #FFFFFF);
}

.style-hover-framed nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-framed nav.desktop-view ul.nav-menu > li.menu-item-current > a:before {
    content: '';
}

.style-hover-framed.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before {
    transform: scale(0.75);
}

.style-hover-framed.style-hover-animation-shrink nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before {
    transform: scale(1.25);
}

.style-hover-framed.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-framed.style-hover-animation-shrink nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before {
    transition: opacity 0.2s, transform 0.4s;
}

.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after {
    width: 2px;
    height: 2px;
}

.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before {
    border-width: 0 0 2px 2px;
    transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}

.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 2px 2px 0 0;
    transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}

.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:before,
.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:after {
    width: 100% !important;
    height: 100% !important;
}

.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:before {
    transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}

.style-hover-framed.style-hover-animation-draw nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:after {
    transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}

.style-hover-framed.style-hover-animation-corners nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-framed.style-hover-animation-corners nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after {
    width: 2px;
    height: 2px;
}

.style-hover-framed.style-hover-animation-corners nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before {
    border-width: 2px 0 0 2px;
}

.style-hover-framed.style-hover-animation-corners nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 2px 2px 0;
}

.style-hover-framed.style-hover-animation-corners nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:before,
.style-hover-framed.style-hover-animation-corners nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:after {
    width: 100% !important;
    height: 100% !important;
    transition: opacity 0.002s, width 0.4s, height 0.4s;
}

.style-hover-framed.style-hover-animation-none,
.style-hover-framed.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a {
    transition-duration: 0s;
}

.style-hover-framed.style-hover-animation-none:before,
.style-hover-framed.style-hover-animation-none:after,
.style-hover-framed.style-hover-animation-none:hover,
.style-hover-framed.style-hover-animation-none:focus,
.style-hover-framed.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-framed.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-hover-framed.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a {
    transition-duration: 0s;
}


/* Style Hover Lined */

.style-hover-lined nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-current > a:before {
    content: '';
    top: 0;
}

.style-hover-lined nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    content: '';
    bottom: 0;
}

.style-hover-lined.style-hover-type-line-underline-1 nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-lined.style-hover-type-line-underline-2 nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-lined.style-hover-type-line-overline-1 nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-hover-lined.style-hover-type-line-overline-2 nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-lined.style-active-type-line-underline-1 nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-lined.style-active-type-line-underline-2 nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-lined.style-active-type-line-overline-1 nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-lined.style-active-type-line-overline-2 nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-lined.style-active-type-line-underline-1 nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
.style-active-lined.style-active-type-line-underline-2 nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
.style-active-lined.style-active-type-line-overline-1 nav.desktop-view ul.nav-menu > li.menu-item-current > a:after,
.style-active-lined.style-active-type-line-overline-2 nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    content: none;
}

.style-hover-lined nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
.style-hover-lined nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-lined nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    height: 2px;
    width: 100%;
    left: 0;
    background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
    z-index: 2;
}

.style-hover-lined.style-hover-type-line-top-bottom nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
.style-hover-lined.style-hover-type-line-top-bottom nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    background-color: var(--thegem-to-menu-level1-active-bg-color, #3c3950);
}

#site-header.header-light .style-hover-lined.style-hover-type-line-top-bottom nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
#site-header.header-light .style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
#site-header.header-light .style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
#site-header.header-light .style-hover-lined.style-hover-type-line-top-bottom nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
#site-header.header-light .style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
#site-header.header-light .style-active-lined.style-active-type-line-top-bottom nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    background-color: var(--header-builder-light-color, #FFFFFF);
}

.style-hover-lined.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-lined.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    height: 0;
    width: 0;
    left: 50%;
}

.style-hover-lined.style-hover-animation-drop-out nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before {
    top: 10px;
}

.style-hover-lined.style-hover-animation-drop-out nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    bottom: 10px;
}

.style-hover-lined.style-hover-animation-drop-in nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before {
    top: -10px;
}

.style-hover-lined.style-hover-animation-drop-in nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    bottom: -10px;
}

.style-hover-lined.style-hover-animation-none,
.style-hover-lined.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a {
    transition-duration: 0s;
}

.style-hover-lined.style-hover-animation-none:before,
.style-hover-lined.style-hover-animation-none:after,
.style-hover-lined.style-hover-animation-none:hover,
.style-hover-lined.style-hover-animation-none:focus,
.style-hover-lined.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-lined.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-hover-lined.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:hover,
.style-hover-lined.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:focus {
    transition-duration: 0s;
}

.style-hover-lined.style-hover-animation-slide-right nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-lined.style-hover-animation-slide-right nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    width: 10px;
    left: -20px;
}

.style-hover-lined.style-hover-animation-slide-left nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-lined.style-hover-animation-slide-left nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    width: 10px;
    left: calc(100% + 20px);
}

/* Style Hover Background */

.style-hover-background nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-background nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-background nav.desktop-view ul.nav-menu > li.menu-item-current > a:before,
.style-hover-background nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-background nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-background nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    content: '';
    transition: 0.3s;
}

.style-hover-background nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-background nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-background nav.desktop-view ul.nav-menu > li.menu-item-current > a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--thegem-to-menu-level1-hover-bg-color, #F4F6F7);
    z-index: -1;
}

.style-hover-background.style-hover-type-background-underline nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after,
.style-active-background.style-active-type-background-underline nav.desktop-view ul.nav-menu > li.menu-item-active > a:after,
.style-active-background.style-active-type-background-underline nav.desktop-view ul.nav-menu > li.menu-item-current > a:after {
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thegem-to-menu-level2-border-color, #DFE5E8);
    z-index: 2;
}

.style-hover-background.style-hover-type-background-underline nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a,
.style-active-background.style-active-type-background-underline nav.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-background.style-active-type-background-underline nav.desktop-view ul.nav-menu > li.menu-item-current > a {
    color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}

.style-hover-background.style-hover-type-background-rounded nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a,
.style-active-background.style-active-type-background-rounded nav.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-background.style-active-type-background-rounded nav.desktop-view ul.nav-menu > li.menu-item-current > a {
    color: #fff;
}

.style-hover-background.style-hover-type-background-rounded nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:before,
.style-active-background.style-active-type-background-rounded nav.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-background.style-active-type-background-rounded nav.desktop-view ul.nav-menu > li.menu-item-current > a:before {
    background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
    border-radius: 20px;
}

.style-hover-background.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-background.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after {
    transform: scale(0.5);
}

.style-hover-background.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:before,
.style-hover-background.style-hover-animation-grow nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:after {
    transform: scale(1);
    opacity: 1;
}

.style-hover-background.style-hover-animation-shrink nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-background.style-hover-animation-shrink nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    transform: scale(1.2);
    transition: 0.3s;
}

.style-hover-background.style-hover-animation-shrink nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:before,
.style-hover-background.style-hover-animation-shrink nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a:after {
    transition: opacity 0.15s, transform 0.4s;
}

.style-hover-background.style-hover-animation-sweep-left nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-background.style-hover-animation-sweep-left nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    left: 100%;
}

.style-hover-background.style-hover-animation-sweep-right nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-background.style-hover-animation-sweep-right nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    right: 100%;
}

.style-hover-background.style-hover-animation-sweep-up nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-background.style-hover-animation-sweep-up nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    top: 100%;
}

.style-hover-background.style-hover-animation-sweep-down nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-background.style-hover-animation-sweep-down nav.desktop-view ul.nav-menu > li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current) > a:after {
    bottom: 100%;
}

.style-hover-background.style-hover-animation-none,
.style-hover-background.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a {
    transition-duration: 0s;
}

.style-hover-background.style-hover-animation-none:before,
.style-hover-background.style-hover-animation-none:after,
.style-hover-background.style-hover-animation-none:hover,
.style-hover-background.style-hover-animation-none:focus,
.style-hover-background.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-hover-background.style-hover-animation-none nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:after {
    transition-duration: 0s;
}

/* Style Hover Text Color */

.style-hover-text nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a {
    color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}

.style-active-text nav.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-text nav.desktop-view ul.nav-menu > li.menu-item-current > a {
    color: var(--thegem-to-menu-level1-active-color, #3C3950);
}

.thegem-te-menu nav.mobile-view .megamenu-template {
    display: none;
}

.thegem-te-menu nav.desktop-view ul.nav-menu > li.megamenu-template-enable .sub-menu {
    display: none !important;
}

.thegem-te-menu ul.nav-menu .megamenu-template {
    background-color: var(--thegem-to-main-bg-color, #FFFFFF);
    font-size: initial;
}

.thegem-te-menu ul.nav-menu .megamenu-template .container {
    max-width: 100%;
}

.thegem-te-menu ul.nav-menu .megamenu-template .wpb_row {
    margin-bottom: 0;
}

.thegem-te-menu ul.nav-menu .megamenu-template .vc_row {
    margin-left: -21px;
    margin-right: -21px;
}

.thegem-te-menu ul.nav-menu .megamenu-template.template-width-custom .container {
    width: 100%;
}

.thegem-te-menu ul.nav-menu .megamenu-template > .container > p:empty {
    display: none;
}

.thegem-te-menu nav.desktop-view ul.nav-menu > li.megamenu-template-enable:not(:hover) .megamenu-template * {
    transition: none !important;
}

.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h3,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h4,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h5,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h6,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.styled-subtitle,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body-tiny {
    margin-top: 0;
    margin-bottom: 0;
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h3,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h3 ~ span{
    font-family: var(--thegem-to-h3-font-family);
    font-style: var(--thegem-to-h3-font-style);
    font-weight: var(--thegem-to-h3-font-weight);
    text-transform: var(--thegem-to-h3-text-transform);
    font-size: var(--thegem-to-h3-font-size);
    line-height: var(--thegem-to-h3-line-height);
    letter-spacing: var(--thegem-to-h3-letter-spacing);
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h3.light,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h3.light ~ span{
    font-family: var(--thegem-to-light-title-font-family);
    font-style: normal;
    font-weight: normal;
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h4,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h4 ~ span{
    font-family: var(--thegem-to-h4-font-family);
    font-style: var(--thegem-to-h4-font-style);
    font-weight: var(--thegem-to-h4-font-weight);
    text-transform: var(--thegem-to-h4-text-transform);
    font-size: var(--thegem-to-h4-font-size);
    line-height: var(--thegem-to-h4-line-height);
    letter-spacing: var(--thegem-to-h4-letter-spacing);
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h4.light,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h4.light ~ span{
    font-family: var(--thegem-to-light-title-font-family);
    font-style: normal;
    font-weight: normal;
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h5,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h5 ~ span{
    font-family: var(--thegem-to-h5-font-family);
    font-style: var(--thegem-to-h5-font-style);
    font-weight: var(--thegem-to-h5-font-weight);
    text-transform: var(--thegem-to-h5-text-transform);
    font-size: var(--thegem-to-h5-font-size);
    line-height: var(--thegem-to-h5-line-height);
    letter-spacing: var(--thegem-to-h5-letter-spacing);
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h5.light,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h5.light ~ span{
    font-family: var(--thegem-to-light-title-font-family);
    font-style: normal;
    font-weight: normal;
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h6,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h6 ~ span{
    font-family: var(--thegem-to-h6-font-family);
    font-style: var(--thegem-to-h6-font-style);
    font-weight: var(--thegem-to-h6-font-weight);
    text-transform: var(--thegem-to-h6-text-transform);
    font-size: var(--thegem-to-h6-font-size);
    line-height: var(--thegem-to-h6-line-height);
    letter-spacing: var(--thegem-to-h6-letter-spacing);
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h6.light,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-h6.light ~ span{
    font-family: var(--thegem-to-light-title-font-family);
    font-style: normal;
    font-weight: normal;
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.styled-subtitle,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.styled-subtitle ~ span{
    font-family: var(--thegem-to-styled-subtitle-font-family);
    font-style: var(--thegem-to-styled-subtitle-font-style);
    font-weight: var(--thegem-to-styled-subtitle-font-weight);
    text-transform: var(--thegem-to-styled-subtitle-text-transform);
    font-size: var(--thegem-to-styled-subtitle-font-size);
    line-height: var(--thegem-to-styled-subtitle-line-height);
    letter-spacing: var(--thegem-to-styled-subtitle-letter-spacing);
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.styled-subtitle.light,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.styled-subtitle.light ~ span{
    font-family: var(--thegem-to-light-title-font-family);
    font-style: normal;
    font-weight: normal;
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body ~ span{
    font-family: var(--thegem-to-body-font-family);
    font-style: var(--thegem-to-body-font-style);
    font-weight: var(--thegem-to-body-font-weight);
    text-transform: var(--thegem-to-body-text-transform);
    font-size: var(--thegem-to-body-font-size);
    line-height: var(--thegem-to-body-line-height);
    letter-spacing: var(--thegem-to-body-letter-spacing);
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body.light,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body.light ~ span{
    font-family: var(--thegem-to-light-title-font-family);
    font-style: normal;
    font-weight: normal;
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body-tiny,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body-tiny ~ span{
    font-family: var(--thegem-to-body-tiny-font-family);
    font-style: var(--thegem-to-body-tiny-font-style);
    font-weight: var(--thegem-to-body-tiny-font-weight);
    text-transform: var(--thegem-to-body-tiny-text-transform);
    font-size: var(--thegem-to-body-tiny-font-size);
    line-height: var(--thegem-to-body-tiny-line-height);
    letter-spacing: var(--thegem-to-body-tiny-letter-spacing);
}
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body-tiny.light,
.thegem-te-menu nav.desktop-view ul.nav-menu > li > a.title-text-body-tiny.light ~ span{
    font-family: var(--thegem-to-light-title-font-family);
    font-style: normal;
    font-weight: normal;
}/* Hide toggle buttons */
@media (min-width: 768px) {
    .thegem-te-menu__default.desktop-view .menu-toggle,
    .thegem-te-menu__default.desktop-view .overlay-menu-back,
    .thegem-te-menu__default.desktop-view .mobile-menu-slide-close{
        display: none;
    }
    /* Hide back item */
    .thegem-te-menu__default.desktop-view ul.nav-menu li.dl-back,
    .thegem-te-menu__default.desktop-view ul.nav-menu li.dl-parent{
        display: none !important;
    }
    /* Menu style default level1 */
    .thegem-te-menu__default.desktop-view ul.nav-menu{
        position: relative;
        display: flex;
        align-items: baseline;
        flex-wrap: wrap;
        width: auto !important;
        left: inherit !important;
        padding: 0;
        margin: 0 -16px;
    }
}
.thegem-te-menu__default.desktop-view ul.nav-menu.nav-menu--stretch {
    justify-content: space-between;
}
.thegem-te-menu__default.desktop-view ul.nav-menu li ul {
    margin-top: -1px;
}
.thegem-te-menu__default.desktop-view ul.nav-menu li {
    position: relative;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li{
    position: relative;
    display: flex;
    align-items: center;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-type-split-logo) {
    flex: none;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > a{
    position: relative;
    display: block;
    padding: 2px 16px;
    font-family: var(--thegem-to-menu-font-family, 'Montserrat');
    font-style: var(--thegem-to-menu-font-style, normal);
    font-weight: var(--thegem-to-menu-font-weight, 700);
    font-size: var(--thegem-to-menu-font-size, 14px);
    line-height: var(--thegem-to-menu-line-height, 25px);
    letter-spacing: var(--thegem-to-menu-letter-spacing, 0);
    text-transform: var(--thegem-to-menu-text-transform, uppercase);
    text-decoration: none;
    color: var(--thegem-to-menu-level1-color, #3C3950);
    background-color: var(--thegem-to-menu-level1-bg-color);
    z-index: 1;
}

/* Menu style default level2 */
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-template-enable) ul,
.thegem-te-menu__default.desktop-view ul.nav-menu > li .megamenu-template {
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
    z-index: 1;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-enable):not(.megamenu-template-enable) ul {
    left: 0 !important;
    width: 280px !important;
    border: 1px solid var(--thegem-to-menu-level2-border-color, #DFE5E8);
    border-top: 0;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-enable):not(.megamenu-template-enable) ul.invert {
    right: 0 !important;
    left: initial !important;
}
@media (-webkit-device-pixel-ratio: 1.25) {
    .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-enable):not(.megamenu-template-enable) ul {
        border: 0.8px solid var(--thegem-to-menu-level2-border-color, #DFE5E8);
        border-top: 0;
    }
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-template-enable) > ul,
.thegem-te-menu__default.desktop-view ul.nav-menu > li .megamenu-template {
    transform: translateY(20px);
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!1 */
.thegem-te-menu__default.desktop-view ul.nav-menu > li .megamenu-template.template-width-fullwidth:not(.megamenu-template-inited) {
	visibility: hidden !important;
}
.thegem-te-menu__default.desktop-view ul.nav-menu:hover > li:not(.megamenu-template-enable) ul,
.thegem-te-menu__default.desktop-view ul.nav-menu:hover > li.megamenu-template-enable > .megamenu-template {
    visibility: hidden;
    transition: transform 0.1s linear, opacity 0.1s linear, visibility 0.1s linear;
    opacity: 0;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-template-enable):hover > ul,
.thegem-te-menu__default.desktop-view ul.nav-menu > li:hover > .megamenu-template {
    visibility: visible;
    opacity: 1;
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
    transform: translateY(0);
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li{
    border-top: 1px solid var(--thegem-to-menu-level2-border-color, #DFE5E8);
}
@media (-webkit-device-pixel-ratio: 1.25) {
    .thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li{
        border-top: 0.8px solid var(--thegem-to-menu-level2-border-color, #DFE5E8);
    }
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li a{
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 27px;
    font-family: var(--thegem-to-submenu-font-family, 'Source Sans Pro');
    font-style: var(--thegem-to-submenu-font-style, normal);
    font-weight: var(--thegem-to-submenu-font-weight, normal);
    font-size: var(--thegem-to-submenu-font-size, 16px);
    line-height: var(--thegem-to-submenu-line-height, 20px);
    letter-spacing: var(--thegem-to-submenu-letter-spacing, 0);
    text-transform: var(--thegem-to-submenu-text-transform, none);
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: color 0.3s, background-color 0.3s, border-left-color 0.3s;
    color: var(--thegem-to-menu-level2-color, #5F727F);
    background-color: var(--thegem-to-menu-level2-bg-color, #F4F6F7);
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-template-enable) li:hover > a{
    border-color: var(--thegem-to-styled-color1, #00BCD4);
    background-color: var(--thegem-to-menu-level2-hover-bg-color, #FFFFFF);
    color: var(--thegem-to-menu-level2-hover-color, #3C3950);
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-template-enable) li.menu-item-active > a,
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-template-enable) li.menu-item-current > a{
    border-color: var(--thegem-to-styled-color1, #00BCD4);
    background-color: var(--thegem-to-menu-level2-active-bg-color, #FFFFFF);
    color: var(--thegem-to-menu-level2-active-color, #3C3950);
}
.menu--dark-submenu .thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li a,
.menu--white-mainmenu .thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li a{
    border-left: 0;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-template-enable) li.menu-item-parent > a:after{
    content: '\e601';
    font-family: 'thegem-icons';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
    color: var(--thegem-to-menu-submenu-highlighter-color);
}
/* Menu style default level3+ */
.thegem-te-menu__default.desktop-view ul.nav-menu:hover li:hover > ul,
.thegem-te-menu__default.desktop-view ul.nav-menu:hover li.megamenu-template-enable:hover > .megamenu-template {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li ul ul{
    position: absolute;
    top: 0;
    transform: translateX(20px);
    z-index: 1;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-enable):not(.megamenu-template-enable) ul ul {
    left: 100% !important;
    top: 0;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.megamenu-enable):not(.megamenu-template-enable) ul ul.invert {
    right: 100% !important;
    left: initial !important;
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li > ul li{
    border-top: 1px solid var(--thegem-to-menu-level2-border-color, #DFE5E8);
}
@media (-webkit-device-pixel-ratio: 1.25) {
    .thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li > ul li{
        border-top: 0.8px solid var(--thegem-to-menu-level2-border-color, #DFE5E8);
    }
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li > ul li a{
    background-color: var(--thegem-to-menu-level3-bg-color, #FFFFFF);
    color: var(--thegem-to-menu-level3-color, #5F727F);
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li li.menu-item:hover > a{
    border-color: var(--thegem-to-styled-color1, #00BCD4);
    background-color: var(--thegem-to-menu-level3-hover-bg-color, #FFFFFF);
    color: var(--thegem-to-menu-level3-hover-color, #5F727F);
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li li.menu-item-active > a,
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul > li li.menu-item-current > a{
    border-color: var(--thegem-to-styled-color1, #00BCD4);
    background-color: var(--thegem-to-menu-level3-active-bg-color, #FFFFFF);
    color: var(--thegem-to-menu-level3-active-color, #5F727F);
}

/* Menu style default invert */
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul.invert{
    left: auto !important;
    right: 0 !important;
    /*transform: translateX(-20px);*/
}
.thegem-te-menu__default.desktop-view ul.nav-menu > li > ul ul.invert{
    top: 0;
    left: auto !important;
    right: 100% !important;
    transform: translateX(-20px);
    z-index: 2;
}

/* Menu split logo */
.thegem-te-menu__default:not(.desktop-view) ul.nav-menu .menu-item-type-split-logo{
    display: none;
}
.thegem-te-menu__default.desktop-view ul.nav-menu.nav-menu--split {
    flex-wrap: nowrap;
}
.thegem-te-menu__default.desktop-view ul.nav-menu .menu-item-type-split-logo .site-logo{
    padding: 0 15px;
}
.thegem-te-menu__default.desktop-view ul.nav-menu .menu-item-type-split-logo .site-logo a{
    display: block;
}
.thegem-te-menu__default.desktop-view ul.nav-menu.nav-menu--split.fullwidth-logo .menu-item-type-split-logo{
    flex: 1;
    justify-content: center;
}
.thegem-te-menu__default.desktop-view ul.nav-menu.absolute.nav-menu--split.fullwidth-logo .menu-item-type-split-logo{
    z-index: -1;
}
.thegem-te-menu__default.desktop-view ul.nav-menu.absolute .menu-item-type-split-logo {
    margin-left: 150px;
    margin-right: 150px;
}
.elementor-widget-wrap > .logo-fullwidth-block {
    position: absolute !important;
    width: 100%;
    left: 0;
}
.elementor-widget-wrap > .logo-fullwidth-block:not(.desktop-view) {
    display: none !important;
}
.thegem-te-menu__default.desktop-view ul.nav-menu.absolute .menu-item-type-split-logo > .logo-fullwidth-block{
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
}
.thegem-te-menu__default ul.nav-menu.nav-menu--split:not(.absolute) .logo-fullwidth-block{
    width: auto !important;
    left: auto !important;
}

/* Hover Styles */

.style-hover-framed .thegem-te-menu__default.desktop-view ul.nav-menu,
.style-hover-lined.style-hover-type-line-top-bottom .thegem-te-menu__default.desktop-view ul.nav-menu,
.style-hover-background.style-hover-type-background-color .thegem-te-menu__default.desktop-view ul.nav-menu,
.style-hover-background.style-hover-type-background-rounded .thegem-te-menu__default.desktop-view ul.nav-menu {
    margin-left: -5px;
    margin-right: -5px;
}
.style-hover-framed .thegem-te-menu__default.desktop-view ul.nav-menu > li,
.style-hover-lined.style-hover-type-line-top-bottom .thegem-te-menu__default.desktop-view ul.nav-menu > li,
.style-hover-background.style-hover-type-background-color .thegem-te-menu__default.desktop-view ul.nav-menu > li,
.style-hover-background.style-hover-type-background-rounded .thegem-te-menu__default.desktop-view ul.nav-menu > li {
    margin-left: 5px;
    margin-right: 5px;
}

.style-hover-lined.style-hover-type-line-underline-1 .thegem-te-menu__default.desktop-view ul.nav-menu,
.style-hover-lined.style-hover-type-line-underline-2 .thegem-te-menu__default.desktop-view ul.nav-menu,
.style-hover-lined.style-hover-type-line-overline-1 .thegem-te-menu__default.desktop-view ul.nav-menu,
.style-hover-lined.style-hover-type-line-overline-2 .thegem-te-menu__default.desktop-view ul.nav-menu {
    margin-left: -15px;
    margin-right: -15px;
}

.style-hover-lined.style-hover-type-line-underline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li,
.style-hover-lined.style-hover-type-line-underline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li,
.style-hover-lined.style-hover-type-line-overline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li,
.style-hover-lined.style-hover-type-line-overline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li {
    margin-left: 15px;
    margin-right: 15px;
}

.style-hover-lined.style-hover-type-line-underline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-hover-lined.style-hover-type-line-overline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-active-lined.style-active-type-line-underline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-lined.style-active-type-line-underline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a,
.style-active-lined.style-active-type-line-overline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-lined.style-active-type-line-overline-1 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a,
.style-hover-lined.style-hover-type-line-underline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-hover-lined.style-hover-type-line-overline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-active-lined.style-active-type-line-underline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-lined.style-active-type-line-underline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a,
.style-active-lined.style-active-type-line-overline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-lined.style-active-type-line-overline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a {
    padding-left: 0;
    padding-right: 0;
}

.style-hover-lined.style-hover-type-line-top-bottom .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-active-lined.style-active-type-line-top-bottom .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-lined.style-active-type-line-top-bottom .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a,
.style-hover-background.style-hover-type-background-color .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-active-background.style-active-type-background-color .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-background.style-active-type-background-color .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a {
    padding-left: 10px;
    padding-right: 10px;
}

.style-hover-background.style-hover-type-background-underline .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-hover-background.style-hover-type-background-extra-paddings .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a,
.style-active-background.style-active-type-background-underline .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-background.style-active-type-background-underline .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a,
.style-active-background.style-active-type-background-extra-paddings .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a,
.style-active-background.style-active-type-background-extra-paddings .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a {
    padding-left: 15px;
    padding-right: 15px;
}

.style-hover-lined.style-hover-type-line-underline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li > a,
.style-hover-lined.style-hover-type-line-overline-2 .thegem-te-menu__default.desktop-view ul.nav-menu > li > a,
.style-hover-background.style-hover-type-background-underline .thegem-te-menu__default.desktop-view ul.nav-menu > li > a,
.style-hover-background.style-hover-type-background-extra-paddings .thegem-te-menu__default.desktop-view ul.nav-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.style-hover-background.style-hover-type-background-extra-paddings .thegem-te-menu__default.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current) > a:before,
.style-active-background.style-active-type-background-extra-paddings .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-active > a:before,
.style-active-background.style-active-type-background-extra-paddings .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-current > a:before {
    border-radius: 3px;
}
/* Hide toggle buttons */
.thegem-te-menu-mobile__overlay.mobile-view .hamburger-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .hamburger-menu-back,
.thegem-te-menu__overlay.desktop-view .mobile-menu-slide-close,
.thegem-te-menu__overlay.desktop-view .dl-trigger,
.thegem-te-menu-mobile__overlay.mobile-view .dl-trigger{
    display: none;
}
/* Hide back item */
.thegem-te-menu__overlay.desktop-view ul.nav-menu li.dl-back,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.dl-back,
.thegem-te-menu__overlay.desktop-view ul.nav-menu li.dl-parent,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.dl-parent{
    display: none;
}

.thegem-te-menu__overlay.desktop-view .overlay-menu-wrapper,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-wrapper{
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 60px;
    bottom: auto;
    width: 100%;
    height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
}
@media (max-width: 767px) {
    .thegem-te-menu-mobile__overlay .overlay-menu-wrapper {
        position: fixed;
        visibility: hidden;
        left: 0;
        top: 60px;
        bottom: auto;
        width: 100%;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 2;
    }
}
.thegem-te-menu__overlay.desktop-view .overlay-menu-wrapper::-webkit-scrollbar,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-wrapper::-webkit-scrollbar{
    width: 2px;
}
.thegem-te-menu__overlay.desktop-view .overlay-menu-wrapper.active,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-wrapper.active{
    visibility: visible;
    height: auto;
    bottom: 0;
}
.thegem-te-menu__overlay.desktop-view .overlay-menu-table,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-table{
    display: table;
    width: 100%;
    height: 100%;
}
.thegem-te-menu__overlay.desktop-view .overlay-menu-row,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-row{
    display: table-row;
}
.thegem-te-menu__overlay.desktop-view .overlay-menu-cell,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-cell{
    display: table-cell;
    vertical-align: middle;
}
.thegem-te-menu__overlay.desktop-view .nav-menu,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu{
    position: relative;
    padding: 20px;
    text-align: center;
    width: 100%;
    left: inherit !important;
    max-height: none !important;
    opacity: 0.4;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-10%) rotateX(35deg);
    transform: translateY(-10%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    margin: 0;
    display: block;
    visibility: hidden;
}
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu{
    background: transparent;
}
.thegem-te-menu__overlay.desktop-view.overlay-active .nav-menu,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active .nav-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.thegem-te-menu__overlay.desktop-view.overlay-active.close .nav-menu,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active.close .nav-menu{
    opacity: 0;
    -webkit-transform: translateY(10%) rotateX(0);
    transform: translateY(10%) rotateX(0);
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li{
    display: block;
    padding: 0;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li > a{
    padding: 0 !important;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li > a{
    background-color: transparent !important;
    border: 0 none !important;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-current,
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-active,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-item-current,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-item-active{
    padding: 0;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-current > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-active > a{
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li > ul,
.thegem-te-menu__overlay.desktop-view .nav-menu > li > ul ul,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li > ul,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li > ul ul{
    position: relative;
    width: auto;
    top: auto;
    bottom: auto;
    left: auto !important;
    max-height: none !important;
    right: auto;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: hidden;
}
.thegem-te-menu__overlay.desktop-view:not(.overlay-active) .nav-menu ul,
.thegem-te-menu-mobile__overlay.mobile-view:not(.overlay-active) .nav-menu ul{
    display: none;
}
.thegem-te-menu__overlay.desktop-view .nav-menu li.menu-overlay-item-open > ul,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.menu-overlay-item-open > ul{
    opacity: 1;
    height: auto;
    visibility: visible;
    margin-top: 40px;
}
.thegem-te-menu__overlay.desktop-view .nav-menu li.menu-overlay-item-open:not(:last-child) > ul,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.menu-overlay-item-open:not(:last-child) > ul{
    margin-bottom: 40px;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li > a{
    padding: 0;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) ul,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) ul,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li{
    border: 0 none;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li > a{
    background-color: transparent;
    border: 0 none;
}
.thegem-te-menu__overlay.desktop-view .nav-menu li li.menu-item-current > a,
.thegem-te-menu__overlay.desktop-view .nav-menu li li.menu-item-active > a,
.thegem-te-menu__overlay.desktop-view .nav-menu li li:hover > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li li.menu-item-current > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li li.menu-item-active > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li li:hover > a{
    border: 0 none;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li > a:after,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li > a:after{
    display: none;
}
.thegem-te-menu__overlay.desktop-view .nav-menu li.menu-item-has-children > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.menu-item-has-children > .menu-item-parent-toggle{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.thegem-te-menu__overlay.desktop-view .nav-menu li.menu-item-has-children > .menu-item-parent-toggle:before,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.menu-item-has-children > .menu-item-parent-toggle:before{
    content: '\e635';
    display: inline-block;
    font-family: 'thegem-icons';
    font-style: normal;
    cursor: pointer;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 49%;
    position: absolute;
    left: 5px;
    top: 0;
}
.thegem-te-menu__overlay.desktop-view .nav-menu li.menu-overlay-item-open > .menu-item-parent-toggle:before,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.menu-overlay-item-open > .menu-item-parent-toggle:before{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/* Overlay styled fonts/colors */
.thegem-te-menu__overlay.desktop-view .nav-menu > li > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li > .menu-item-parent-toggle,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li > .menu-item-parent-toggle,
.thegem-te-menu__overlay.desktop-view .nav-menu li.megamenu-first-element a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.megamenu-first-element a {
    font-family: var(--thegem-to-overlay-menu-font-family, 'Montserrat');
    font-style: var(--thegem-to-overlay-menu-font-style, normal);
    font-weight: var(--thegem-to-overlay-menu-font-weight, 700);
    font-size: var(--thegem-to-overlay-menu-font-size, 32px);
    line-height: var(--thegem-to-overlay-menu-line-height, 64px);
    letter-spacing: var(--thegem-to-overlay-menu-letter-spacing, 0);
    text-transform: var(--thegem-to-overlay-menu-text-transform, uppercase);
    text-decoration: none;
    color: var(--thegem-to-overlay-menu-color, #FFFFFF);
}
.thegem-te-menu__overlay.desktop-view .nav-menu li.megamenu-first-element ul,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.megamenu-first-element ul {
    background: none !important;
    padding: 0 !important;
}
.thegem-te-menu__overlay.desktop-view .nav-menu li.megamenu-first-element li,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu li.megamenu-first-element li {
    width: auto !important;
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li a:hover,
.thegem-te-menu__overlay.desktop-view .nav-menu > li .menu-item-parent-toggle:hover {
    color: var(--thegem-to-overlay-menu-hover-color, #00bcd4);
}
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-current > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-active > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-overlay-item-open > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-current > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-active > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li.menu-overlay-item-open > a,
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-current > .menu-item-parent-toggle,
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-item-active > .menu-item-parent-toggle,
.thegem-te-menu__overlay.desktop-view .nav-menu > li.menu-overlay-item-open > .menu-item-parent-toggle,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-current > .menu-item-parent-toggle,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-active > .menu-item-parent-toggle,
.thegem-te-menu__overlay.desktop-view .nav-menu > li:not(.menu-item-type-template) li.menu-overlay-item-open > .menu-item-parent-toggle{
    color: var(--thegem-to-overlay-menu-active-color, #00bcd4);
}
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-item-current > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-item-active > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-overlay-item-open > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-current > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-active > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li.menu-overlay-item-open > a,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-item-current > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-item-active > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li.menu-overlay-item-open > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-current > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li.menu-item-active > .menu-item-parent-toggle,
.thegem-te-menu-mobile__overlay.mobile-view .nav-menu > li:not(.menu-item-type-template) li.menu-overlay-item-open > .menu-item-parent-toggle{
    color: var(--thegem-to-mobile-menu-level1-active-color, #00bcd4);
}
/* Overlay background */
.thegem-te-menu__overlay.desktop-view .overlay-menu-back,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--thegem-to-overlay-menu-bg-color, #212331);
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 767px) {
    .thegem-te-menu-mobile__overlay .overlay-menu-back{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--thegem-to-overlay-menu-bg-color, #212331);
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        visibility: hidden;
        opacity: 0;
    }
}
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-back{
    background-color: var(--thegem-to-mobile-menu-bg-color);
}
.thegem-te-menu__overlay.desktop-view .overlay-menu-back.active,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-back.active{
    visibility: visible;
    opacity: 0.96;
    pointer-events: none;
}
/* Overlay toggle button */
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close{
    position: fixed;
    right: 0;
    top: 0;
    width: 36px;
    height: 30px;
    padding: 0;
    margin: 35px;
    -o-transition: width .3s, height .2s;
    -webkit-transition: width .3s, height .2s;
    transition: width .3s, height .2s;
    z-index: 2;
    background: transparent;
    border: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    pointer-events: auto;
    font-size: 0;
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close .menu-line-1,
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close .menu-line-2,
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-3{
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    background-color: var(--thegem-to-overlay-menu-color, #FFFFFF);
    -o-transition: all 0.5s, top .3s, height .3s;
    -webkit-transition: all 0.5s, top .3s, height .3s;
    transition: all 0.5s, top .3s, height .3s;
}
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-3{
    background-color: var(--thegem-to-mobile-menu-level1-color, #FFFFFF);
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-1,
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-2,
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-3{
    height: 2px;
    width: 18px;
    left: 9px;
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close .menu-line-1,
.thegem-te-menu__overlay.desktop-view.overlay-active.close .overlay-toggle-close .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active.close .overlay-toggle-close .menu-line-1{
    top: 3px;
    transform: rotate(0);
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-1,
.thegem-te-menu__overlay.desktop-view.overlay-active.close .overlay-toggle-close.small .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active.close .overlay-toggle-close .menu-line-1{
    top: 8px;
}
.thegem-te-menu__overlay.desktop-view.overlay-active .overlay-toggle-close .menu-line-1,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active .overlay-toggle-close .menu-line-1{
    transform: rotate(45deg);
    top: 13px;
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close .menu-line-2,
.thegem-te-menu__overlay.desktop-view.overlay-active.close .overlay-toggle-close .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active.close .overlay-toggle-close .menu-line-2{
    top: 13px;
    opacity: 1;
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-2{
    top: 13px;
}
.thegem-te-menu__overlay.desktop-view.overlay-active .overlay-toggle-close .menu-line-2,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active .overlay-toggle-close .menu-line-2{
    opacity: 0;
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close .menu-line-3,
.thegem-te-menu__overlay.desktop-view.overlay-active.close .overlay-toggle-close .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active.close .overlay-toggle-close .menu-line-3{
    top: 23px;
    transform: rotate(0);
}
.thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-3,
.thegem-te-menu__overlay.desktop-view.overlay-active.close .overlay-toggle-close.small .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active.close .overlay-toggle-close .menu-line-3{
    top: 18px;
}
.thegem-te-menu__overlay.desktop-view.overlay-active .overlay-toggle-close .menu-line-3,
.thegem-te-menu-mobile__overlay.mobile-view.overlay-active .overlay-toggle-close .menu-line-3{
    top: 13px;
    transform: rotate(-45deg);
}
@media (-webkit-device-pixel-ratio: 1.25) {
    .thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-1,
    .thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-2,
    .thegem-te-menu__overlay.desktop-view .overlay-toggle-close.small .menu-line-3{
        height: 1.6px;
    }
}
/* If admin bar show */
body.admin-bar .thegem-te-menu__overlay.desktop-view .overlay-menu-wrapper,
body.admin-bar .thegem-te-menu-mobile__overlay.mobile-view .overlay-menu-wrapper{
    top: 90px;
}
body.admin-bar .thegem-te-menu__overlay.desktop-view .overlay-toggle-close,
body.admin-bar .thegem-te-menu-mobile__overlay.mobile-view .overlay-toggle-close{
    top: 20px;
}

/* Search Widget */
.thegem-te-menu__overlay.desktop-view.show-desktop-search li.menu-item-type-search-widget,
.thegem-te-menu-mobile__overlay.mobile-view.show-mobile-search li.menu-item-type-search-widget{
    display: inline-block !important;
    position: static;
    width: 70px;
    margin-top: 40px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in, visibility 0s linear 0s, color 0.3s ease;
}
.thegem-te-menu__overlay.desktop-view li.menu-item-type-search-widget a,
.thegem-te-menu-mobile__overlay.mobile-view li.menu-item-type-search-widget a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.thegem-te-menu__overlay.desktop-view li.menu-item-type-search-widget a:before,
.thegem-te-menu-mobile__overlay.mobile-view li.menu-item-type-search-widget a:before{
    content: "\e612";
    font-family: "thegem-icons";
    font-style: normal;
    font-weight: normal !important;
    text-align: center;
    font-size: 40px;
    padding: 0 3px 0 7px;
}

.thegem-te-menu__overlay.desktop-view ul.nav-menu > li,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in, visibility 0s linear 0s;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu.overlay-search-form-show > li,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu.overlay-search-form-show > li {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu.overlay-search-form-show > li li,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu.overlay-search-form-show > li li {
    visibility: hidden;
    transition: visibility 0s linear 0s;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu.overlay-search-form-show > li.menu-item-type-search-widget,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu.overlay-search-form-show > li.menu-item-type-search-widget {
    visibility: visible;
    opacity: 1;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu.overlay-search-form-show > li.menu-item-type-search-widget > a,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu.overlay-search-form-show > li.menu-item-type-search-widget > a {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;
}
.thegem-te-menu__overlay.desktop-view li.menu-item-type-search-widget .minisearch,
.thegem-te-menu-mobile__overlay.mobile-view li.menu-item-type-search-widget .minisearch {
    position: absolute;
    width: 100%;
    left: 50%;
    padding: 40px;
    background: transparent;
    transform: translateX(-50%) translateY(-50%);
    border: 0 none;
    transition: opacity 0.3s ease-out, visibility 0s linear 0.3s;

    opacity: 0;
    visibility: hidden;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch {
    top: auto;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s .7s, visibility .7s, bottom .5s .3s;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch form,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-input,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-input {
    width: 50px;
    height: 50px;
    border: 3px solid;
    background: transparent;
    border-radius: 25px;

    font-size: 0;
    font-family: var(--thegem-to-overlay-menu-font-family);
    font-style: var(--thegem-to-overlay-menu-font-style);
    font-weight: var(--thegem-to-overlay-menu-font-weight);
    letter-spacing: var(--thegem-to-overlay-menu-letter-spacing);
    text-transform: var(--thegem-to-overlay-menu-text-transform);
    text-decoration: none;
    color: var(--thegem-to-overlay-menu-color);
    border-color: var(--thegem-to-overlay-menu-color);

    transition: width .5s, font-size .5s, padding .3s;
}
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-input {
    color: var(--thegem-to-mobile-menu-level1-color);
    border-color: var(--thegem-to-mobile-menu-level1-color);
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-input::placeholder {
    color: var(--thegem-to-overlay-menu-color);
}
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-input::placeholder {
    color: var(--thegem-to-mobile-menu-level1-color);
}
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon:before {
    color: var(--thegem-to-mobile-menu-level1-color);
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit,
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon {
    position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon{
    top: 4px;
    right: 4px;
    height: 44px;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon:before,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon:before {
    content: "\e612";
    display: block;
    font-family: "thegem-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    font-size: 40px;
    margin-right: 5px;
    padding-right: 3px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    height: 40px;
    color: var(--thegem-to-overlay-menu-color);
    border-color: var(--thegem-to-overlay-menu-color);
}
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch .sf-submit-icon:before {
    color: var(--thegem-to-mobile-menu-level1-color);
    border-color: var(--thegem-to-mobile-menu-level1-color);
}
/* Search Widget animate minisearch*/
.thegem-te-menu__overlay.desktop-view ul.nav-menu.overlay-search-form-show.animated-minisearch > li.menu-item-type-search-widget > .minisearch,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu.overlay-search-form-show.animated-minisearch > li.menu-item-type-search-widget > .minisearch {
    visibility: visible;
    opacity: 1;
    bottom: 200px;
    transition: opacity .5s, visibility .5s, bottom .3s .2s;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu.overlay-search-form-show.animated-minisearch > li.menu-item-type-search-widget > .minisearch .sf-input,
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu.overlay-search-form-show.animated-minisearch > li.menu-item-type-search-widget > .minisearch .sf-input{
    padding: 0 50px 0 25px;
    width: 400px;

    font-size: var(--thegem-to-h5-font-size);
    line-height: var(--thegem-to-h5-line-height);
    transition: width .5s .5s, padding .3s .5s, font-size .5s .4s;
}
.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu.overlay-search-form-show.animated-minisearch > li.menu-item-type-search-widget > .minisearch .sf-input{
    width: calc(100vw - 50px);
}

.thegem-te-menu__overlay.desktop-view ul.nav-menu.hamburger-with-template {
	padding: 0;
	overflow-y: auto;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu.hamburger-with-template > li {
	display: none;
}
.thegem-te-menu__overlay.desktop-view ul.nav-menu.hamburger-with-template > li.menu-item-type-template {
	display: block !important;
	padding: 0 21px;
	text-align: left;
}
/*! elementor - v3.18.0 - 20-12-2023 */
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{align-items:flex-end}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{padding:30px}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),.elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10){order:1}.elementor-column{width:100%}}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:not(.e-div-block-base){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:not(.e-div-block-base) .elementor-widget-container,.elementor-element:not(.e-div-block-base):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-1451 .elementor-element.elementor-element-b9c07b0{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:20px;--padding-bottom:20px;--padding-left:21px;--padding-right:21px;}.elementor-1451 .elementor-element.elementor-element-b9c07b0:not(.elementor-motion-effects-element-type-background), .elementor-1451 .elementor-element.elementor-element-b9c07b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.thegem-template-header .elementor-1451 .elementor-element.elementor-element-5a549fb{padding:0px 5px 0px 5px;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view ul.nav-menu > li,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view ul.nav-menu > li > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu-mobile__default.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch{border:none !important;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view > ul.sub-menu.level3 > li a{border:none !important;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li > ul li,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li > ul li a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view > ul.sub-menu.level4 > li a{border:none !important;}.thegem-template-header .elementor-1451 .elementor-element.elementor-element-c69ee67{padding:0px 15px 0px 15px;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu-mobile__default.mobile-view .dl-menu,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu-mobile__default.mobile-view > .dl-submenu{top:calc(100% + 29px);}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-has-children,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu__default.desktop-view ul.nav-menu > li.megamenu-template-enable{margin-bottom:-29px;padding-bottom:29px;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu nav.desktop-view ul.nav-menu > li > a{text-transform:none;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu nav.desktop-view ul.nav-menu > li > a ~ span{text-transform:none;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu__overlay.desktop-view ul.nav-menu li a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu__overlay.desktop-view ul.nav-menu li .menu-item-parent-toggle{color:#000000;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a{color:#000000;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-active > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-active > a:hover,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-current > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-current > a:hover{color:#000000;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li:not(.megamenu-enable):not(.megamenu-template-enable):not(.menu-item-type-template) ul,
				.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.desktop-view ul.nav-menu > li.megamenu-enable > ul{box-shadow:0px 5px 5px -5px rgba(0, 0, 0, 0.09);}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view .menu-toggle .menu-line-1, 
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view .menu-toggle .menu-line-2, 
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view .menu-toggle .menu-line-3{background-color:#000000;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view .overlay-toggle-close .menu-line-1, 
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view .overlay-toggle-close .menu-line-2, 
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.mobile-view .overlay-toggle-close .menu-line-3{background-color:#000000;}.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-active > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-active > span > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-active .menu-item-parent-toggle,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-current > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-current > span > a,
					.elementor-1451 .elementor-element.elementor-element-c69ee67 .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-current .menu-item-parent-toggle{color:var( --e-global-color-primary );}@media(max-width:1024px){.thegem-template-header .elementor-1451 .elementor-element.elementor-element-5a549fb{order:1;}.thegem-template-header .elementor-1451 .elementor-element.elementor-element-c69ee67{order:4;padding:0px 8px 0px 8px;}}@media(max-width:767px){.thegem-template-header .elementor-1451 .elementor-element.elementor-element-c69ee67{order:3;}}.elementor-1468 .elementor-element.elementor-element-f1325c1{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:10px;--padding-bottom:10px;--padding-left:21px;--padding-right:21px;}.elementor-1468 .elementor-element.elementor-element-f1325c1:not(.elementor-motion-effects-element-type-background), .elementor-1468 .elementor-element.elementor-element-f1325c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.thegem-template-header .elementor-1468 .elementor-element.elementor-element-abda210{padding:0px 5px 0px 5px;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view ul.nav-menu > li,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view ul.nav-menu > li > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu-mobile__default.mobile-view ul.nav-menu > li.menu-item-type-search-widget > .minisearch{border:none !important;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view > ul.sub-menu.level3 > li a{border:none !important;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li > ul li,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view ul.nav-menu > li > ul > li > ul li a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view > ul.sub-menu.level4 > li a{border:none !important;}.thegem-template-header .elementor-1468 .elementor-element.elementor-element-af9bd5b{padding:0px 15px 0px 15px;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu-mobile__default.mobile-view .dl-menu,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu-mobile__default.mobile-view > .dl-submenu{top:calc(100% + 15px);}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu__default.desktop-view ul.nav-menu > li.menu-item-has-children,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu__default.desktop-view ul.nav-menu > li.megamenu-template-enable{margin-bottom:-15px;padding-bottom:15px;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu nav.desktop-view ul.nav-menu > li > a{text-transform:none;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu nav.desktop-view ul.nav-menu > li > a ~ span{text-transform:none;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu__overlay.desktop-view ul.nav-menu li a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu__overlay.desktop-view ul.nav-menu li .menu-item-parent-toggle{color:#000000;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li:not(.menu-item-active):not(.menu-item-current):hover > a{color:#000000;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-active > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-active > a:hover,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-current > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li.menu-item-current > a:hover{color:#000000;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li:not(.megamenu-enable):not(.megamenu-template-enable):not(.menu-item-type-template) ul,
				.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.desktop-view ul.nav-menu > li.megamenu-enable > ul{box-shadow:0px 5px 5px -5px rgba(0, 0, 0, 0.09);}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view .menu-toggle .menu-line-1, 
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view .menu-toggle .menu-line-2, 
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view .menu-toggle .menu-line-3{background-color:#000000;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view .overlay-toggle-close .menu-line-1, 
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view .overlay-toggle-close .menu-line-2, 
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.mobile-view .overlay-toggle-close .menu-line-3{background-color:#000000;}.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-active > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-active > span > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-active .menu-item-parent-toggle,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-current > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-current > span > a,
					.elementor-1468 .elementor-element.elementor-element-af9bd5b .thegem-te-menu > nav.thegem-te-menu-mobile__overlay.mobile-view ul.nav-menu li.menu-item-current .menu-item-parent-toggle{color:var( --e-global-color-primary );}@media(max-width:1024px){.thegem-template-header .elementor-1468 .elementor-element.elementor-element-abda210{order:1;}.thegem-template-header .elementor-1468 .elementor-element.elementor-element-af9bd5b{order:4;padding:0px 8px 0px 8px;}}@media(max-width:767px){.thegem-template-header .elementor-1468 .elementor-element.elementor-element-af9bd5b{order:3;}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.thegem-menu-custom .menu-custom-header {
	margin-top: 0;
	margin-bottom: 11px;
}
.thegem-menu-custom .menu-custom-header.main-menu-item {
	color: var(--thegem-to-h6-color);
}
.thegem-menu-custom .menu-custom-header a, .thegem-menu-custom .menu-custom-header > span {
	display: flex;
	align-items: center;
}
.thegem-menu-custom .menu-custom-header:not(:hover) a {
	color: inherit;
}
.thegem-menu-custom .menu-custom-header .separator {
	display: flex;
	font-size: 0;
	line-height: 0;
	margin-top: 14px;
}
.thegem-menu-custom .menu-custom-header .separator span {
	width: 200px;
	display: block;
	background-color: var(--thegem-to-divider-color, #dfe5e8);
}
.thegem-menu-custom ul.nav-menu-custom,
.thegem-menu-custom ul.nav-menu-custom ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.thegem-menu-custom.thegem-menu-custom--vertical.thegem-menu-custom--left ul.nav-menu-custom ul {
	padding-left: 30px;
}
.thegem-menu-custom.thegem-menu-custom--vertical.thegem-menu-custom--right ul.nav-menu-custom ul {
	padding-right: 30px;
}
.thegem-menu-custom.thegem-menu-custom--vertical.thegem-menu-custom--center ul.nav-menu-custom ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
.thegem-menu-custom ul.nav-menu-custom li {
	margin: 0;
}
.thegem-menu-custom ul.nav-menu-custom li.default-colors {
	color: #3c3950;
}
.thegem-menu-custom ul.nav-menu-custom li a,
.thegem-menu-custom ul.nav-menu-custom li > span {
	display: flex !important;
	align-items: center;
	padding: 0.5em 0.7em;
	margin-left: -0.7em;
	margin-right: -0.7em;
	transition: all 0.3s;
}
.thegem-menu-custom ul.nav-menu-custom li:not(:hover) a {
	color: inherit;
}
.thegem-menu-custom .icon {
	display: block;
	width: 16px;
	margin-right: 12px;
	text-align: center;
	flex: none;
}
.thegem-menu-custom .icon i {
	display: block;
	font-size: inherit;
}
.thegem-menu-custom .label {
	color: #ffffff;
	background-color: var(--thegem-to-styled-color1, #00BCD4);
	font-size: var(--thegem-to-h6-font-size-tiny, 7px);
	line-height: 1;
	padding: 0.3em 0.5em;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
/* Custom Menu */
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--left ul.nav-menu-custom li > span{
	justify-content: flex-start;
}
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--center ul.nav-menu-custom li > span{
	justify-content: center;
}
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--right ul.nav-menu-custom li > span{
	justify-content: flex-end;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom{
	display: flex;
	flex-wrap: wrap;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom{
	justify-content: flex-start;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--center ul.nav-menu-custom{
	justify-content: center;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom{
	justify-content: flex-end;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li{
	position: relative;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.menu-separator ul.nav-menu-custom li:not(:last-child):before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 100%;
	background-color: var(--thegem-to-box-border-color);
	z-index: 2;
}
.thegem-menu-custom.thegem-menu-custom--vertical.menu-separator ul.nav-menu-custom > li {
	position: relative;
}
.thegem-menu-custom.thegem-menu-custom--vertical.menu-separator ul.nav-menu-custom > li:not(:last-child):before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: var(--thegem-to-box-border-color);
	z-index: 2;
}
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li a,
.thegem-menu-custom.thegem-menu-custom--horizontal ul.nav-menu-custom li > span {
	margin: 0;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom li:first-child a,
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--left ul.nav-menu-custom li:first-child > span {
	margin-left: -0.7em;
}
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom li:last-child a,
.thegem-menu-custom.thegem-menu-custom--horizontal.thegem-menu-custom--right ul.nav-menu-custom li:last-child > span {
	margin-right: -0.7em;
}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator{
	position: relative;
	display: flex;
	align-items: center;
}
.thegem-menu-custom.menu-indicator ul.nav-menu-custom li a i.indicator:before{
	content: "\e601";
	font-family: "thegem-icons";
	font-weight: normal;
	font-style: normal;
	line-height: inherit;
	font-size: inherit;
}
.thegem-menu-custom .menu-custom-header .icon{
	width: auto;
}

/* Custom Menu Hover and Active Pointers */
.thegem-menu-custom ul.nav-menu-custom li > a{
	position: relative;
	z-index: 1;
}
.thegem-menu-custom ul.nav-menu-custom li > a .text{
	position: relative;
	display: inline-flex;
}
.thegem-menu-custom ul.nav-menu-custom li > a:after,
.thegem-menu-custom ul.nav-menu-custom li > a:before,
.thegem-menu-custom ul.nav-menu-custom li > a .text:before,
.thegem-menu-custom ul.nav-menu-custom li > a .text: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);
}
.thegem-menu-custom ul.nav-menu-custom li > a:before {
	z-index: -1;
}
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after{
	opacity: 0;
}
.thegem-menu-custom ul.nav-menu-custom li:hover > a{
	background-color: transparent;
}

/* Custom Menu Style Hover Background */
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a:before,
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a:after {
	content: '';
	transition: 0.3s;
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a {
	color: var(--thegem-to-menu-level1-light-active-color);
}
.thegem-menu-custom.style-hover-background ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thegem-to-menu-level1-color-hover);
	z-index: -1;
}
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background ul.nav-menu-custom li.collapsed > a:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--thegem-to-menu-level1-color-hover);
	z-index: -1;
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.collapsed > a:after {
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thegem-to-menu-level2-border-color, #DFE5E8);
	z-index: 2;
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-underline ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-underline ul.nav-menu-custom li.collapsed > a {
	color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.collapsed > a {
	color: var(--thegem-to-menu-level1-light-active-color);
}
.thegem-menu-custom.style-hover-background.style-hover-type-background-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-background.style-active-type-background-rounded ul.nav-menu-custom li.collapsed > a:before {
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
	border-radius: 20px;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	transform: scale(0.5);
}
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	transform: scale(1);
	opacity: 1;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	transform: scale(1.2);
	transition: 0.3s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-shrink ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	transition: opacity 0.15s, transform 0.4s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	left: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	right: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-up ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	top: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-sweep-down ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	bottom: 100%;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-none,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-background.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-background.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-background.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	transition-duration: 0s;
}

/* Custom Menu Style Hover Text Color */
.thegem-menu-custom.style-hover-text ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a {
	color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-active-text ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-text ul.nav-menu-custom li.collapsed > a {
	color: var(--thegem-to-menu-level1-color-hover);
}

/* Style Hover Lined */
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:before {
	content: '';
	top: 0;
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:after {
	content: '';
	bottom: 0;
}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-1 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-underline-2 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-1 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-overline-2 ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-1 ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-underline-2 ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-1 ul.nav-menu-custom li.collapsed > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-overline-2 ul.nav-menu-custom li.collapsed > a .text:after {
	content: none;
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a{
	color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a {
	color: var(--thegem-to-menu-level1-color-hover);
}
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:before,
.thegem-menu-custom.style-hover-lined ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a .text:after{
	height: 2px;
	width: 100%;
	left: 0;
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
	z-index: 2;
}
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined ul.nav-menu-custom li.collapsed > a .text:after {
	height: 2px;
	width: 100%;
	left: 0;
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
	z-index: 2;
}
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-active > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-current > a .text:before,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.collapsed > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-type-line-top-bottom ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-active > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.menu-item-current > a .text:after,
.thegem-menu-custom.style-active-lined.style-active-type-line-top-bottom ul.nav-menu-custom li.collapsed > a .text:after {
	background-color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-grow ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	height: 0;
	width: 0;
	left: 50%;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before {
	top: 10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-out ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	bottom: 10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before {
	top: -10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-drop-in ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	bottom: -10px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:hover,
.thegem-menu-custom.style-hover-lined.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:focus {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-right ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	width: 10px;
	left: -20px;
}
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:before,
.thegem-menu-custom.style-hover-lined.style-hover-animation-slide-left ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a .text:after {
	width: 10px;
	left: calc(100% + 20px);
}

/* Style Hover Framed */
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-current > a,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.collapsed > a,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-type-frame-rounded ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed.style-active-type-frame-rounded ul.nav-menu-custom li.collapsed > a:after {
	border-radius: 20px;
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a {
	color: var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.collapsed > a:before,
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a:after,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.collapsed > a:after {
	background: transparent;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 2px solid var(--thegem-to-menu-level1-color-hover, #00BCD4);
}
.thegem-menu-custom.style-hover-framed ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-active > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.menu-item-current > a:before,
.thegem-menu-custom.style-active-framed ul.nav-menu-custom li.collapsed > a:before {
	content: '';
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	transform: scale(0.75);
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom li:not(:hover):not(:focus):not(.highlighted):not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	transform: scale(1.25);
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-grow ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-shrink ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	transition: opacity 0.2s, transform 0.4s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	width: 2px;
	height: 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	border-width: 0 0 2px 2px;
	transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 2px 2px 0 0;
	transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	width: 100% !important;
	height: 100% !important;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before {
	transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-draw ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	width: 2px;
	height: 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before {
	border-width: 2px 0 0 2px;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after {
	content: '';
	top: initial;
	bottom: 0;
	left: initial;
	right: 0;
	border-width: 0 2px 2px 0;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-corners ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a:after {
	width: 100% !important;
	height: 100% !important;
	transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a {
	transition-duration: 0s;
}
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:hover,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none:focus,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:before,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed) > a:after,
.thegem-menu-custom.style-hover-framed.style-hover-animation-none ul.nav-menu-custom li:not(.menu-item-active):not(.menu-item-current):not(.collapsed):hover > a {
	transition-duration: 0s;
}

/* Clickable */
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom ul {
	display: none;
	list-style-type: none;
}
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom a .text{
	position: relative;
	display: inline-flex;
	align-items: center;
}
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom li.menu-item-has-children > a .indicator,
.thegem-menu-custom.thegem-menu-custom--clickable ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent > a .indicator {
	position: relative;
	display: flex;
	align-items: center;
}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > a .indicator:before,
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent > a .indicator:before {
	content: "\e602";
	font-family: "thegem-icons";
	font-weight: normal;
	font-style: normal;
	line-height: inherit;
	font-size: inherit;
	width: 1em;
}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent > a .indicator:before {
	content: "\e601";
}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator).submenu-inlicator-alignment-before ul.nav-menu-custom li > a .indicator,
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator).thegem-menu-custom--right.submenu-inlicator-alignment-stretch ul li > a .indicator {
	order: -1;
}
.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator).submenu-inlicator-alignment-stretch ul.nav-menu-custom li > a .text {
	width: 100%;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.thegem-menu-custom.thegem-menu-custom--clickable:not(.hide-indicator) ul.nav-menu-custom li.menu-item-has-children > ul > li.show-parent {
		display: none;
	}
}.elementor-272 .elementor-element.elementor-element-e01910e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-e01910e:not(.elementor-motion-effects-element-type-background), .elementor-272 .elementor-element.elementor-element-e01910e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-272 .elementor-element.elementor-element-9c21739{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-272 .elementor-element.elementor-element-4977017{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:3px;}.elementor-272 .elementor-element.elementor-element-4977017 .elementor-divider-separator{width:100px;}.elementor-272 .elementor-element.elementor-element-4977017 .elementor-divider{padding-block-start:20px;padding-block-end:20px;}.elementor-272 .elementor-element.elementor-element-5895ffe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-272 .elementor-element.elementor-element-f7ea755{--divider-border-style:solid;--divider-color:var( --e-global-color-primary );--divider-border-width:3px;}.elementor-272 .elementor-element.elementor-element-f7ea755 .elementor-divider-separator{width:100px;}.elementor-272 .elementor-element.elementor-element-f7ea755 .elementor-divider{padding-block-start:20px;padding-block-end:20px;}.elementor-272 .elementor-element.elementor-element-a8500b0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-a8500b0:not(.elementor-motion-effects-element-type-background), .elementor-272 .elementor-element.elementor-element-a8500b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-272 .elementor-element.elementor-element-71c8baa{--display:flex;}.elementor-272 .elementor-element.elementor-element-7681e35 img{width:400px;}.elementor-272 .elementor-element.elementor-element-ca6bff9{text-align:center;}.elementor-272 .elementor-element.elementor-element-ca6bff9 .elementor-heading-title{text-transform:uppercase;letter-spacing:1.9px;}.elementor-272 .elementor-element.elementor-element-c0b1db1{--display:flex;}.elementor-272 .elementor-element.elementor-element-f52679b .menu-custom-header a,
					.elementor-272 .elementor-element.elementor-element-f52679b .menu-custom-header > span,
					.elementor-272 .elementor-element.elementor-element-f52679b .menu-custom-header .separator{justify-content:center;}.elementor-272 .elementor-element.elementor-element-07138fa{--display:flex;}.elementor-272 .elementor-element.elementor-element-f5840cc .menu-custom-header a,
					.elementor-272 .elementor-element.elementor-element-f5840cc .menu-custom-header > span,
					.elementor-272 .elementor-element.elementor-element-f5840cc .menu-custom-header .separator{justify-content:center;}.elementor-272 .elementor-element.elementor-element-23577db{--display:flex;}.elementor-272 .elementor-element.elementor-element-0542ae3 .menu-custom-header a,
					.elementor-272 .elementor-element.elementor-element-0542ae3 .menu-custom-header > span,
					.elementor-272 .elementor-element.elementor-element-0542ae3 .menu-custom-header .separator{justify-content:center;}.elementor-272 .elementor-element.elementor-element-5161d43{--display:flex;}.elementor-272 .elementor-element.elementor-element-27ba78a img{width:100px;}.elementor-272 .elementor-element.elementor-element-8912217{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-8912217:not(.elementor-motion-effects-element-type-background), .elementor-272 .elementor-element.elementor-element-8912217 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3F7D20;}.elementor-272 .elementor-element.elementor-element-0b54ace{--display:flex;}.elementor-272 .elementor-element.elementor-element-98dc7c5{text-align:center;}.elementor-272 .elementor-element.elementor-element-98dc7c5, .elementor-272 .elementor-element.elementor-element-98dc7c5 .elementor-text-editor *:not(.elementor-drop-cap-letter){color:#FFFFFF;}@media(max-width:1024px){.elementor-272 .elementor-element.elementor-element-e01910e{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-6c99a62{text-align:center;}.elementor-272 .elementor-element.elementor-element-4977017 .elementor-divider{text-align:center;}.elementor-272 .elementor-element.elementor-element-4977017 .elementor-divider-separator{margin:0 auto;margin-center:0;}.elementor-272 .elementor-element.elementor-element-e0412f8{text-align:center;}.elementor-272 .elementor-element.elementor-element-01a3697{text-align:center;}.elementor-272 .elementor-element.elementor-element-f7ea755 .elementor-divider{text-align:center;}.elementor-272 .elementor-element.elementor-element-f7ea755 .elementor-divider-separator{margin:0 auto;margin-center:0;}.elementor-272 .elementor-element.elementor-element-e3af0e2{text-align:center;}.elementor-272 .elementor-element.elementor-element-a8500b0{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-7681e35 img{width:350px;}.elementor-272 .elementor-element.elementor-element-27ba78a img{width:100px;}.elementor-272 .elementor-element.elementor-element-8912217{--padding-top:6px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-98dc7c5, .elementor-272 .elementor-element.elementor-element-98dc7c5 .elementor-text-editor *{font-size:1.3rem;}}@media(max-width:767px){.elementor-272 .elementor-element.elementor-element-e01910e{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-a8500b0{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-272 .elementor-element.elementor-element-7681e35 img{width:200px;}.elementor-272 .elementor-element.elementor-element-ca6bff9 .elementor-heading-title{letter-spacing:1px;}.elementor-272 .elementor-element.elementor-element-27ba78a img{width:70px;}.elementor-272 .elementor-element.elementor-element-8912217{--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-272 .elementor-element.elementor-element-9c21739{--width:50%;}.elementor-272 .elementor-element.elementor-element-5895ffe{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-272 .elementor-element.elementor-element-9c21739{--width:100%;}.elementor-272 .elementor-element.elementor-element-5895ffe{--width:100%;}}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*!
  ========= INFORMATION ============================
  - document:  Float Menu Pro
  - brand:     Wow-Company
  - brand-url: https://wow-company.com/
  - store-url: https://wow-estore.com/
  - author:    Dmytro Lobov
  - url:       https://wow-estore.com/item/float-menu-pro/
  ====================================================== */.floating-menu{--fm-z-index:9999;--fm-offset:0;--fm-color:#e86e2c;--fm-hover-color:#fff;--fm-border-radius:0;--fm-icon-size:24;--fm-icon-box:calc(var(--fm-icon-size)*2);--fm-icon-radius:0;--fm-icon-text:12;--fm-label-radius:0;--fm-text-radius:0;box-sizing:border-box;pointer-events:none;position:fixed;visibility:hidden;z-index:var(--fm-z-index)}.floating-menu.-left{left:var(--fm-offset)}.floating-menu.-right{right:var(--fm-offset)}.floating-menu.-top{top:var(--fm-offset)}.floating-menu.-bottom{bottom:var(--fm-offset)}.floating-menu.-center{top:50%}.floating-menu.-round{--fm-border-radius:calc(var(--fm-icon-box)/2*1px);--fm-icon-radius:var(--fm-border-radius);--fm-label-radius:var(--fm-border-radius);--fm-text-radius:5px}.floating-menu.-rounded{--_radius:5px;--fm-border-radius:var(--_radius);--fm-icon-radius:var(--fm-border-radius);--fm-label-radius:var(--fm-border-radius);--fm-text-radius:5px}.floating-menu.-rounded-out{--_radius:5px;--fm-border-radius:0 var(--_radius) var(--_radius) 0;--fm-icon-radius:var(--fm-border-radius);--fm-label-radius:var(--_radius);--fm-text-radius:5px}.floating-menu.-right.-rounded-out{--fm-border-radius:var(--_radius) 0 0 var(--_radius)}.floating-menu.-side-space{--fm-offset:2px}@media print{.floating-menu{display:none}}.floating-menu *{box-sizing:border-box}.floating-menu.fm-ready{pointer-events:auto;visibility:visible}.floating-menu.fm-hidden{display:none}.floating-menu{--fm-button-space:0}.floating-menu.-button-space{--fm-button-space:2}.floating-menu ul.fm-bar{display:flex;flex-direction:column;gap:calc(var(--fm-button-space)*1px);list-style:none;margin:0;padding:0}.floating-menu ul.fm-bar.is-horizontal{flex-direction:row}.floating-menu .fm-item{--item_width:calc(var(--fm-icon-box)*1px);border-radius:var(--fm-border-radius);position:relative}.floating-menu .fm-item.-hidden{visibility:hidden}.floating-menu{--fm-background:#1b094f;--fm-hover-background:#e86e2c;--fm-link-duration:400;--fm-link-transition-duration:calc(var(--fm-link-duration)*1ms);--fm-link-function:cubic-bezier(0.25,1,0.5,1);--fm-link-width:calc(var(--fm-icon-box)*1px);--_width:0;--fm-margin-inline:0 var(--fm-link-width)}.floating-menu.-label-connect a.fm-link.-active,.floating-menu.-label-connect a.fm-link:focus-visible,.floating-menu.-label-connect a.fm-link:hover,.floating-menu.-label-connect form.fm-link.-active,.floating-menu.-label-connect form.fm-link:focus-visible,.floating-menu.-label-connect form.fm-link:hover{z-index:4}.floating-menu.-label-connect a.fm-link.-active .fm-label,.floating-menu.-label-connect a.fm-link:focus-visible .fm-label,.floating-menu.-label-connect a.fm-link:hover .fm-label,.floating-menu.-label-connect form.fm-link.-active .fm-label,.floating-menu.-label-connect form.fm-link:focus-visible .fm-label,.floating-menu.-label-connect form.fm-link:hover .fm-label{padding-inline:100% 12px}.floating-menu.-label-connect.-right a.fm-link.-active .fm-label,.floating-menu.-label-connect.-right a.fm-link:focus-visible .fm-label,.floating-menu.-label-connect.-right a.fm-link:hover .fm-label,.floating-menu.-label-connect.-right form.fm-link.-active .fm-label,.floating-menu.-label-connect.-right form.fm-link:focus-visible .fm-label,.floating-menu.-label-connect.-right form.fm-link:hover .fm-label{padding-inline:12px 100%}.floating-menu.-label-connect.-right a.fm-link.-active+.fm-extra-text,.floating-menu.-label-connect.-right a.fm-link:focus-visible+.fm-extra-text,.floating-menu.-label-connect.-right a.fm-link:hover+.fm-extra-text,.floating-menu.-label-connect.-right form.fm-link.-active+.fm-extra-text,.floating-menu.-label-connect.-right form.fm-link:focus-visible+.fm-extra-text,.floating-menu.-label-connect.-right form.fm-link:hover+.fm-extra-text{left:unset;right:100%}.floating-menu.-right a.fm-link,.floating-menu.-right form.fm-link{--link-transforn:calc(-100% + var(--fm-link-width));flex-direction:row-reverse;transform:translateX(var(--link-transforn))}.floating-menu.-right a.fm-link .fm-label,.floating-menu.-right form.fm-link .fm-label{left:0;right:auto}.floating-menu.-right a.fm-link .fm-label.fm-empty-icon,.floating-menu.-right form.fm-link .fm-label.fm-empty-icon{background-color:var(--fm-background);color:var(--fm-color);left:calc(var(--fm-link-width) + 12px);right:unset!important;z-index:2}.floating-menu.-right a.fm-link .fm-label.fm-empty-icon:hover,.floating-menu.-right form.fm-link .fm-label.fm-empty-icon:hover{background-color:var(--fm-hover-background);color:var(--fm-hover-color)}.floating-menu.-right a.fm-link.-slide-out .fm-label,.floating-menu.-right a.fm-link.-slide-out-fade .fm-label,.floating-menu.-right form.fm-link.-slide-out .fm-label,.floating-menu.-right form.fm-link.-slide-out-fade .fm-label{transform:translateX(100%)}.floating-menu.-right a.fm-link.-slide-in,.floating-menu.-right form.fm-link.-slide-in{--fm-margin-inline:var(--fm-link-width) 0}.floating-menu.-right a.fm-link.-slide-in .fm-label,.floating-menu.-right form.fm-link.-slide-in .fm-label{--_translate:calc(var(--fm-link-width)*-1);transform:translateX(var(--_translate))}.floating-menu.-right a.fm-link.-slide-in-in,.floating-menu.-right a.fm-link.-slide-out-out,.floating-menu.-right form.fm-link.-slide-in-in,.floating-menu.-right form.fm-link.-slide-out-out{--fm-margin-inline:var(--fm-link-width) 0}.floating-menu a.fm-link,.floating-menu form.fm-link{align-items:center;border-radius:var(--fm-border-radius);cursor:pointer;display:flex;margin:0;max-width:none;outline:none;overflow:hidden;padding:0;position:relative;text-decoration:none;width:var(--fm-link-width);z-index:3}.floating-menu a.fm-link.-label-hidden .fm-label,.floating-menu form.fm-link.-label-hidden .fm-label{display:none}.floating-menu a.fm-link .fm-label,.floating-menu form.fm-link .fm-label{position:absolute;right:0;top:0}.floating-menu a.fm-link.-active,.floating-menu a.fm-link:focus-visible,.floating-menu a.fm-link:hover,.floating-menu form.fm-link.-active,.floating-menu form.fm-link:focus-visible,.floating-menu form.fm-link:hover{width:calc(100% + var(--_width)*1px)}.floating-menu a.fm-link.-active .fm-icon,.floating-menu a.fm-link.-active .fm-label,.floating-menu a.fm-link:focus-visible .fm-icon,.floating-menu a.fm-link:focus-visible .fm-label,.floating-menu a.fm-link:hover .fm-icon,.floating-menu a.fm-link:hover .fm-label,.floating-menu form.fm-link.-active .fm-icon,.floating-menu form.fm-link.-active .fm-label,.floating-menu form.fm-link:focus-visible .fm-icon,.floating-menu form.fm-link:focus-visible .fm-label,.floating-menu form.fm-link:hover .fm-icon,.floating-menu form.fm-link:hover .fm-label{background-color:var(--fm-hover-background);color:var(--fm-hover-color)}.floating-menu a.fm-link.-active .fm-label,.floating-menu a.fm-link:focus-visible .fm-label,.floating-menu a.fm-link:hover .fm-label,.floating-menu form.fm-link.-active .fm-label,.floating-menu form.fm-link:focus-visible .fm-label,.floating-menu form.fm-link:hover .fm-label{opacity:1}.floating-menu a.fm-link.-active .fm-label.fm-empty-icon,.floating-menu a.fm-link:focus-visible .fm-label.fm-empty-icon,.floating-menu a.fm-link:hover .fm-label.fm-empty-icon,.floating-menu form.fm-link.-active .fm-label.fm-empty-icon,.floating-menu form.fm-link:focus-visible .fm-label.fm-empty-icon,.floating-menu form.fm-link:hover .fm-label.fm-empty-icon{background-color:var(--fm-background);color:var(--fm-color);right:calc(var(--fm-link-width)*2 - 12px);z-index:2}.floating-menu a.fm-link.-active .fm-label.fm-empty-icon:hover,.floating-menu a.fm-link:focus-visible .fm-label.fm-empty-icon:hover,.floating-menu a.fm-link:hover .fm-label.fm-empty-icon:hover,.floating-menu form.fm-link.-active .fm-label.fm-empty-icon:hover,.floating-menu form.fm-link:focus-visible .fm-label.fm-empty-icon:hover,.floating-menu form.fm-link:hover .fm-label.fm-empty-icon:hover{background-color:var(--fm-hover-background);color:var(--fm-hover-color)}.floating-menu a.fm-link.-active .fm-icon img,.floating-menu a.fm-link.-active .fm-icon span,.floating-menu a.fm-link:focus-visible .fm-icon img,.floating-menu a.fm-link:focus-visible .fm-icon span,.floating-menu a.fm-link:hover .fm-icon img,.floating-menu a.fm-link:hover .fm-icon span,.floating-menu form.fm-link.-active .fm-icon img,.floating-menu form.fm-link.-active .fm-icon span,.floating-menu form.fm-link:focus-visible .fm-icon img,.floating-menu form.fm-link:focus-visible .fm-icon span,.floating-menu form.fm-link:hover .fm-icon img,.floating-menu form.fm-link:hover .fm-icon span{animation-play-state:paused;animation:none}.floating-menu a.fm-link.-active+.fm-extra-text,.floating-menu a.fm-link:focus-visible+.fm-extra-text,.floating-menu a.fm-link:hover+.fm-extra-text,.floating-menu form.fm-link.-active+.fm-extra-text,.floating-menu form.fm-link:focus-visible+.fm-extra-text,.floating-menu form.fm-link:hover+.fm-extra-text{background-color:var(--fm-hover-background);color:var(--fm-hover-color);left:100%;opacity:1;top:0;visibility:visible}.floating-menu a.fm-link.-fade,.floating-menu a.fm-link.-slide-in,.floating-menu a.fm-link.-slide-in-in,.floating-menu a.fm-link.-slide-out,.floating-menu a.fm-link.-slide-out-fade,.floating-menu a.fm-link.-slide-out-out,.floating-menu form.fm-link.-fade,.floating-menu form.fm-link.-slide-in,.floating-menu form.fm-link.-slide-in-in,.floating-menu form.fm-link.-slide-out,.floating-menu form.fm-link.-slide-out-fade,.floating-menu form.fm-link.-slide-out-out{transition:width 0s ease var(--fm-link-transition-duration)}.floating-menu a.fm-link.-fade.-active,.floating-menu a.fm-link.-fade:focus-visible,.floating-menu a.fm-link.-fade:hover,.floating-menu a.fm-link.-slide-in-in.-active,.floating-menu a.fm-link.-slide-in-in:focus-visible,.floating-menu a.fm-link.-slide-in-in:hover,.floating-menu a.fm-link.-slide-in.-active,.floating-menu a.fm-link.-slide-in:focus-visible,.floating-menu a.fm-link.-slide-in:hover,.floating-menu a.fm-link.-slide-out-fade.-active,.floating-menu a.fm-link.-slide-out-fade:focus-visible,.floating-menu a.fm-link.-slide-out-fade:hover,.floating-menu a.fm-link.-slide-out-out.-active,.floating-menu a.fm-link.-slide-out-out:focus-visible,.floating-menu a.fm-link.-slide-out-out:hover,.floating-menu a.fm-link.-slide-out.-active,.floating-menu a.fm-link.-slide-out:focus-visible,.floating-menu a.fm-link.-slide-out:hover,.floating-menu form.fm-link.-fade.-active,.floating-menu form.fm-link.-fade:focus-visible,.floating-menu form.fm-link.-fade:hover,.floating-menu form.fm-link.-slide-in-in.-active,.floating-menu form.fm-link.-slide-in-in:focus-visible,.floating-menu form.fm-link.-slide-in-in:hover,.floating-menu form.fm-link.-slide-in.-active,.floating-menu form.fm-link.-slide-in:focus-visible,.floating-menu form.fm-link.-slide-in:hover,.floating-menu form.fm-link.-slide-out-fade.-active,.floating-menu form.fm-link.-slide-out-fade:focus-visible,.floating-menu form.fm-link.-slide-out-fade:hover,.floating-menu form.fm-link.-slide-out-out.-active,.floating-menu form.fm-link.-slide-out-out:focus-visible,.floating-menu form.fm-link.-slide-out-out:hover,.floating-menu form.fm-link.-slide-out.-active,.floating-menu form.fm-link.-slide-out:focus-visible,.floating-menu form.fm-link.-slide-out:hover{transition:width 0s ease}.floating-menu a.fm-link.-fade .fm-label,.floating-menu form.fm-link.-fade .fm-label{transition:opacity var(--fm-link-transition-duration) var(--fm-link-function)}.floating-menu a.fm-link.-slide-out .fm-label,.floating-menu form.fm-link.-slide-out .fm-label{transform:translateX(-100%);transition-delay:var(--fm-link-transition-duration),0s;transition-duration:0s,var(--fm-link-transition-duration);transition-property:opacity,transform;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-out.-active .fm-label,.floating-menu a.fm-link.-slide-out:focus-visible .fm-label,.floating-menu a.fm-link.-slide-out:hover .fm-label,.floating-menu form.fm-link.-slide-out.-active .fm-label,.floating-menu form.fm-link.-slide-out:focus-visible .fm-label,.floating-menu form.fm-link.-slide-out:hover .fm-label{transform:translateX(0);transition-delay:0s,0s}.floating-menu a.fm-link.-slide-out-fade .fm-label,.floating-menu form.fm-link.-slide-out-fade .fm-label{transform:translateX(-100%);transition-duration:var(--fm-link-transition-duration);transition-property:opacity,transform;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-out-fade.-active .fm-label,.floating-menu a.fm-link.-slide-out-fade:focus-visible .fm-label,.floating-menu a.fm-link.-slide-out-fade:hover .fm-label,.floating-menu form.fm-link.-slide-out-fade.-active .fm-label,.floating-menu form.fm-link.-slide-out-fade:focus-visible .fm-label,.floating-menu form.fm-link.-slide-out-fade:hover .fm-label{transform:translateX(0)}.floating-menu a.fm-link.-slide-in.-active,.floating-menu a.fm-link.-slide-in:focus-visible,.floating-menu a.fm-link.-slide-in:hover,.floating-menu form.fm-link.-slide-in.-active,.floating-menu form.fm-link.-slide-in:focus-visible,.floating-menu form.fm-link.-slide-in:hover{width:calc(100% + var(--_width)*1px + var(--fm-link-width))}.floating-menu a.fm-link.-slide-in .fm-label,.floating-menu form.fm-link.-slide-in .fm-label{margin-inline:var(--fm-margin-inline);transform:translateX(var(--fm-link-width));transition-duration:var(--fm-link-transition-duration);transition-property:transform,opacity;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-in.-active .fm-label,.floating-menu a.fm-link.-slide-in:focus-visible .fm-label,.floating-menu a.fm-link.-slide-in:hover .fm-label,.floating-menu form.fm-link.-slide-in.-active .fm-label,.floating-menu form.fm-link.-slide-in:focus-visible .fm-label,.floating-menu form.fm-link.-slide-in:hover .fm-label{transform:translateX(0);transition-duration:var(--fm-link-transition-duration);transition-property:transform,opacity;transition-timing-function:var(--fm-link-function)}.floating-menu a.fm-link.-slide-out-out.-active,.floating-menu a.fm-link.-slide-out-out:focus-visible,.floating-menu a.fm-link.-slide-out-out:hover,.floating-menu form.fm-link.-slide-out-out.-active,.floating-menu form.fm-link.-slide-out-out:focus-visible,.floating-menu form.fm-link.-slide-out-out:hover{width:calc(100% + var(--_width)*1px + var(--fm-link-width))}.floating-menu a.fm-link.-slide-out-out .fm-label,.floating-menu form.fm-link.-slide-out-out .fm-label{animation:fmSlideOutFirst var(--fm-link-transition-duration) var(--fm-link-function) forwards;margin-inline:var(--fm-margin-inline)}.floating-menu a.fm-link.-slide-out-out.-active .fm-label,.floating-menu a.fm-link.-slide-out-out:focus-visible .fm-label,.floating-menu a.fm-link.-slide-out-out:hover .fm-label,.floating-menu form.fm-link.-slide-out-out.-active .fm-label,.floating-menu form.fm-link.-slide-out-out:focus-visible .fm-label,.floating-menu form.fm-link.-slide-out-out:hover .fm-label{animation:fmSlideOutSecond var(--fm-link-transition-duration) var(--fm-link-function) forwards}.floating-menu a.fm-link.-slide-in-in.-active,.floating-menu a.fm-link.-slide-in-in:focus-visible,.floating-menu a.fm-link.-slide-in-in:hover,.floating-menu form.fm-link.-slide-in-in.-active,.floating-menu form.fm-link.-slide-in-in:focus-visible,.floating-menu form.fm-link.-slide-in-in:hover{width:calc(100% + var(--_width)*1px + var(--fm-link-width))}.floating-menu a.fm-link.-slide-in-in .fm-label,.floating-menu form.fm-link.-slide-in-in .fm-label{animation:fmSlideInFirst var(--fm-link-transition-duration) var(--fm-link-function) forwards;margin-inline:var(--fm-margin-inline)}.floating-menu a.fm-link.-slide-in-in.-active .fm-label,.floating-menu a.fm-link.-slide-in-in:focus-visible .fm-label,.floating-menu a.fm-link.-slide-in-in:hover .fm-label,.floating-menu form.fm-link.-slide-in-in.-active .fm-label,.floating-menu form.fm-link.-slide-in-in:focus-visible .fm-label,.floating-menu form.fm-link.-slide-in-in:hover .fm-label{animation:fmSlideInSecond var(--fm-link-transition-duration) var(--fm-link-function) forwards}.floating-menu:hover a.fm-link.fm-hovering-hide:not(:hover) .fm-label{visibility:hidden}@keyframes fmSlideOutSecond{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes fmSlideOutFirst{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(var(--fm-link-width))}}@keyframes fmSlideInSecond{0%{opacity:0;transform:translateX(var(--fm-link-width))}to{opacity:1;transform:translateX(0)}}@keyframes fmSlideInFirst{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}.floating-menu .fm-icon{--_flip:1;--_rotate:0;--fm-icon-text-weight:normal;align-items:center;background-color:var(--fm-background);border-radius:var(--fm-icon-radius);color:var(--fm-color);display:flex;flex-direction:column;font-size:calc(var(--fm-icon-size)*1px);height:calc(var(--fm-icon-box)*1px);justify-content:center;margin:0;padding:0;row-gap:5px;transform-origin:center;width:calc(var(--fm-icon-box)*1px);z-index:1}.floating-menu .fm-icon .icon-text{font-size:calc(var(--fm-icon-text)*1px);font-weight:var(--fm-icon-text-weight);line-height:1;text-align:center}.floating-menu .fm-icon.-full img{border-radius:var(--fm-icon-radius);height:calc(var(--fm-icon-box)*1px);width:calc(var(--fm-icon-box)*1px)}.floating-menu .fm-icon img{height:calc(var(--fm-icon-size)*1px);-o-object-fit:cover;object-fit:cover;width:calc(var(--fm-icon-size)*1px)}.floating-menu .fm-icon img,.floating-menu .fm-icon span{rotate:calc(var(--_rotate)*1deg);scale:var(--_flip)}.floating-menu .fm-icon.-flip-horizontal{--_flip:-1 1}.floating-menu .fm-icon.-flip-vertical{--_flip:1 -1}.floating-menu .fm-icon.-flip-both{--_flip:-1 -1}.floating-menu .fm-icon.-beat,.floating-menu .fm-icon.-beat-fade,.floating-menu .fm-icon.-bounce,.floating-menu .fm-icon.-fade,.floating-menu .fm-icon.-flip,.floating-menu .fm-icon.-shake,.floating-menu .fm-icon.-spin{--icon-delay:0s;--icon-duration:1s;--icon-count:infinite}.floating-menu .fm-icon.-beat img,.floating-menu .fm-icon.-beat span,.floating-menu .fm-icon.-beat-fade img,.floating-menu .fm-icon.-beat-fade span,.floating-menu .fm-icon.-bounce img,.floating-menu .fm-icon.-bounce span,.floating-menu .fm-icon.-fade img,.floating-menu .fm-icon.-fade span,.floating-menu .fm-icon.-flip img,.floating-menu .fm-icon.-flip span,.floating-menu .fm-icon.-shake img,.floating-menu .fm-icon.-shake span,.floating-menu .fm-icon.-spin img,.floating-menu .fm-icon.-spin span{animation-delay:var(--icon-delay);animation-direction:normal;animation-duration:var(--icon-duration);animation-iteration-count:var(--icon-count)}.floating-menu .fm-icon.-beat img,.floating-menu .fm-icon.-beat span{animation-name:wowp-icon-beat;animation-timing-function:ease-in-out}.floating-menu .fm-icon.-bounce img,.floating-menu .fm-icon.-bounce span{animation-name:wowp-icon-bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1)}.floating-menu .fm-icon.-fade img,.floating-menu .fm-icon.-fade span{animation-name:wowp-icon-fade;animation-timing-function:cubic-bezier(.4,0,.6,1)}.floating-menu .fm-icon.-beat-fade img,.floating-menu .fm-icon.-beat-fade span{animation-name:wowp-icon-beat-fade;animation-timing-function:cubic-bezier(.4,0,.6,1)}.floating-menu .fm-icon.-flip img,.floating-menu .fm-icon.-flip span{animation-name:wowp-icon-flip;animation-timing-function:ease-in-out}.floating-menu .fm-icon.-shake img,.floating-menu .fm-icon.-shake span{animation-name:wowp-icon-shake;animation-timing-function:linear}.floating-menu .fm-icon.-spin img,.floating-menu .fm-icon.-spin span{animation-name:wowp-icon-spin;animation-timing-function:linear}@keyframes wowp-icon-beat{0%,90%{transform:scale(1)}45%{transform:scale(1.25)}}@keyframes wowp-icon-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.25em)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-.125em)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes wowp-icon-fade{50%{opacity:.4}}@keyframes wowp-icon-beat-fade{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.125)}}@keyframes wowp-icon-flip{50%{transform:rotateY(-180deg)}}@keyframes wowp-icon-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes wowp-icon-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.floating-menu{--fm-label-size:15;--fm-label-font:inherit;--fm-label-font-style:normal;--fm-label-weight:normal}.floating-menu.fm-label-ready .fm-label{visibility:visible}.floating-menu .fm-label{align-items:center;background-color:var(--fm-background);border-radius:var(--fm-label-radius);color:var(--fm-color);display:flex;font-family:var(--fm-label-font);font-size:calc(var(--fm-label-size)*1px);font-style:var(--fm-label-font-style);font-weight:var(--fm-label-weight);height:calc(var(--fm-icon-box)*1px);opacity:0;padding-inline:12px;white-space:nowrap}.floating-menu{--fm-text_width:max-content;--fm-text_size:16px}.floating-menu .fm-extra-text{--text_margin:0;background-color:var(--fm-background);border-radius:var(--fm-text-radius);color:var(--fm-color);font-size:var(--fm-text_size);left:-9999px;margin-inline:calc(var(--text_margin)*1px);opacity:0;padding:calc(var(--fm-icon-box)*1px + 5px) 12px 12px 12px;position:absolute;top:-9999px;transition:opacity var(--fm-link-transition-duration) var(--fm-link-function);visibility:hidden;width:var(--fm-text_width)}.floating-menu .fm-extra-text p{line-height:1.125;margin:0}.floating-menu .fm-extra-text p+p{margin-top:12px}.floating-menu{--fm-sub-space:0px;--fm-sub-box:calc(var(--fm-icon-box)*1px);--fm-sub-duration:400;--fm-sub-transition-duration:calc(var(--fm-sub-duration)*1ms);--fm-sub-function:cubic-bezier(0.25,1,0.5,1)}.floating-menu.-right .fm-has-sub.fm-sub-side.-active .fm-sub,.floating-menu.-right .fm-has-sub.fm-sub-side:has(.fm-link:focus-within) .fm-sub{left:calc((var(--fm-sub-box) + var(--fm-sub-space))*-1);top:calc(var(--fm-sub-box) + var(--fm-sub-space))}.floating-menu.-right .fm-has-sub.fm-sub-side.-sub-slide .fm-sub{--_box:calc(var(--fm-icon-box)*1px + var(--fm-sub-space))}.floating-menu.-sub-space{--fm-sub-space:2px}.floating-menu .fm-sub{left:-9999px;opacity:0;position:absolute;top:-9999px;visibility:hidden;z-index:9}.floating-menu .fm-sub:after{content:"";height:calc(100% + var(--fm-sub-space)*2);left:calc(var(--fm-sub-space)*-1);position:absolute;top:calc(var(--fm-sub-space)*-1);width:calc(100% + var(--fm-sub-space)*2)}.floating-menu .fm-has-sub{position:relative;width:var(--fm-sub-box)}.floating-menu .fm-has-sub>.fm-link.-label-hidden{z-index:2}.floating-menu .fm-has-sub>.fm-link.-label-hidden .fm-label{visibility:hidden}.floating-menu .fm-has-sub.fm-sub-circular{--_offset:0}.floating-menu .fm-has-sub.fm-sub-circular .fm-item{left:0;position:absolute;top:0}.floating-menu .fm-has-sub.fm-sub-circular .fm-item:has(.fm-link:focus-visible),.floating-menu .fm-has-sub.fm-sub-circular .fm-item:hover{z-index:9}.floating-menu .fm-has-sub.fm-sub-circular.-active{margin-bottom:calc(var(--_offset)*1px + var(--fm-sub-space))}.floating-menu .fm-has-sub.fm-sub-circular.-active:after{content:"";height:calc(var(--_box)*1px*2 + var(--fm-sub-box));position:absolute;top:calc(var(--_box)*1px*-1);width:calc(var(--_box)*1px + var(--fm-sub-box))}.floating-menu .fm-has-sub.fm-sub-circular.-active .fm-sub{left:0;opacity:1;top:0;visibility:visible}.floating-menu .fm-has-sub.fm-sub-circular.-active .fm-item{--x:0px;--y:0px;transform:translate(var(--x),var(--y))}.floating-menu .fm-has-sub.fm-sub-circular.-sub-slide .fm-sub{--_box:0}.floating-menu .fm-has-sub.fm-sub-circular.-sub-slide .fm-sub .fm-item{transition:transform var(--_duration) var(--_function)}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-fade .fm-sub .fm-item{transition:opacity var(--_duration) var(--_function) calc(var(--_close_delay)*1ms),transform 0s linear var(--_duration)}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-fade.-active .fm-sub .fm-item{--_delay:0;--_close_delay:0;transition:opacity var(--_duration) var(--_function) calc(var(--_delay)*1ms),transform 0s linear}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-slide .fm-sub .fm-item{position:absolute;top:0}.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-slide .fm-sub .fm-item,.floating-menu .fm-has-sub.fm-sub-circular.-sub-linear-slide.-active .fm-sub .fm-item{transition-delay:calc(var(--_delay)*1ms);transition-duration:var(--_duration);transition-property:opacity,transform;transition-timing-function:var(--_function)}.floating-menu .fm-has-sub.fm-sub-side.-active .fm-sub{left:calc(var(--fm-sub-box) + var(--fm-sub-space));opacity:1;top:calc(var(--fm-sub-box) + var(--fm-sub-space));visibility:visible}.floating-menu .fm-has-sub.fm-sub-side.-active>.fm-link.-label-hidden+.fm-sub{top:0}.floating-menu .fm-has-sub.fm-sub-under{--_offset:0}.floating-menu .fm-has-sub.fm-sub-under.-active{margin-bottom:calc(var(--_offset)*1px + var(--fm-sub-space))}.floating-menu .fm-has-sub.fm-sub-under.-active .fm-sub{left:0;opacity:1;position:absolute;top:calc(100% + var(--fm-sub-space));visibility:visible}.floating-menu .fm-has-sub.fm-sub-above{--_offset:0}.floating-menu .fm-has-sub.fm-sub-above.-active{margin:0}.floating-menu .fm-has-sub.fm-sub-above.-active .fm-sub{left:0;opacity:1;position:absolute;top:calc(var(--fm-sub-space)*-1);transform:translateY(-100%);visibility:visible}.floating-menu .fm-has-sub.-sub-fade{--_duration:var(--fm-sub-transition-duration);--_function:var(--fm-sub-function);transition:margin calc(var(--_duration)/2) var(--_function)}.floating-menu .fm-has-sub.-sub-fade .fm-sub{transition:opacity var(--_duration) var(--_function),visibility 0s linear var(--_duration),top 0s linear var(--_duration),left 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-fade.-active .fm-sub{transition:opacity var(--_duration) var(--_function),visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-fade.fm-sub-above .fm-sub{transition:opacity var(--_duration) var(--_function),transform 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-slide{--_duration:calc(var(--fm-sub-transition-duration)/2);--_function:var(--fm-sub-function);transition:margin var(--fm-sub-transition-duration) var(--_function)}.floating-menu .fm-has-sub.-sub-slide .fm-sub{--_box:calc((var(--fm-icon-box)*1px + var(--fm-sub-space))*-1);transform:translateX(var(--_box));transition:opacity var(--_duration) var(--_function),transform var(--_duration) var(--_function),visibility 0s linear var(--_duration),top 0s linear var(--_duration),left 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-slide.-active .fm-sub{transform:translateX(0);transition:opacity var(--_duration) var(--_function),transform var(--_duration) var(--_function),visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-slide.fm-sub-under .fm-sub{transform:translateY(var(--_box))}.floating-menu .fm-has-sub.-sub-slide.fm-sub-above .fm-sub,.floating-menu .fm-has-sub.-sub-slide.fm-sub-under.-active .fm-sub{transform:translateY(0)}.floating-menu .fm-has-sub.-sub-slide.fm-sub-above.-active .fm-sub{transform:translateY(-100%)}.floating-menu .fm-has-sub.-sub-linear-fade{--_duration:var(--fm-sub-transition-duration);--_function:var(--fm-sub-function);transition:margin var(--_duration) var(--_function)}.floating-menu .fm-has-sub.-sub-linear-fade .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-linear-fade .fm-sub .fm-item{--_delay:0;--_close_delay:0;opacity:0;transition:opacity var(--_duration) var(--_function) calc(var(--_close_delay)*1ms)}.floating-menu .fm-has-sub.-sub-linear-fade.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-linear-fade.-active .fm-sub .fm-item{opacity:1;transition:opacity var(--_duration) var(--_function) calc(var(--_delay)*1ms)}.floating-menu .fm-has-sub.-sub-linear-fade.fm-sub-above .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),transform 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-linear-fade.fm-sub-above.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,transform 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-linear-slide{--_duration:var(--fm-sub-transition-duration);--_function:var(--fm-sub-function);transition:margin var(--_duration) var(--_function)}.floating-menu .fm-has-sub.-sub-linear-slide .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.-sub-linear-slide .fm-sub .fm-item{--_delay:0;--_close_delay:0;--_top:-100%;opacity:0;position:relative;top:var(--_top);transition-duration:var(--_duration);transition-property:top,opacity,left;transition-timing-function:var(--_function)}.floating-menu .fm-has-sub.-sub-linear-slide.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,top 0s linear 0s}.floating-menu .fm-has-sub.-sub-linear-slide.-active .fm-sub .fm-item{opacity:1;top:0;transition-duration:var(--_duration);transition-property:top,opacity,left;transition-timing-function:var(--_function)}.floating-menu .fm-has-sub.fm-sub-above .fm-sub{transition:opacity 0s linear var(--_duration),visibility 0s linear var(--_duration),left 0s linear var(--_duration),transform 0s linear var(--_duration),top 0s linear var(--_duration)}.floating-menu .fm-has-sub.fm-sub-above.-active .fm-sub{transition:opacity 0s linear 0s,visibility 0s linear 0s,left 0s linear 0s,transform 0s linear 0s,top 0s linear 0s}@keyframes fmItemSub{0%{overflow:unset}90%{overflow:unset}to{overflow:hidden}}body:has(.floating-menu .fm-window[open]),html:has(.floating-menu .fm-window[open]){overflow:hidden}.floating-menu{--fm-window-width:500;--fm-window-backdrop:rgba(0,0,0,.4);--fm-window-bg:#f0f0f0;--fm-window-close-color:#fff;--fm-window-head-color:#fff;--fm-window-head-bg:hsla(0,0%,100%,0);--fm-window-body-color:#707070}.floating-menu .fm-window{background-color:var(--fm-window-bg);border:none;border-radius:var(--fm-text-radius);box-shadow:0 8px 16px rgba(0,0,0,.2),0 4px 6px rgba(0,0,0,.1);max-width:calc(var(--fm-window-width)*1px);padding:1px;width:100%}.floating-menu .fm-window.-left{margin-left:0}.floating-menu .fm-window.-right{margin-right:0}.floating-menu .fm-window.-top{margin-top:0}.floating-menu .fm-window.-bottom{margin-bottom:0}.floating-menu .fm-window::backdrop{background:var(--fm-window-backdrop)}.floating-menu .fm-panel{position:relative}.floating-menu .fm-close{align-items:center;background:transparent;border:none;color:var(--fm-window-close-color);cursor:pointer;display:flex;font-size:20px;height:25px;justify-content:center;left:calc(100% + 8px);position:sticky;top:0;width:25px}.floating-menu .fm-head{background-color:var(--fm-window-head-bg);color:var(--fm-window-head-color);margin-top:-25px;padding:18px 17px}.floating-menu .fm-title{display:inline;font-size:22px}.floating-menu .fm-body{--fm_margin:0;color:var(--fm-window-body-color);font-size:15px;margin-top:var(--fm_margin);padding:15px}.floating-menu .fm-body p{line-height:1.125;margin:0}.floating-menu .fm-body p+p{margin-top:12px}/*!
 * Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0{--fa:"\30";--fa--fa:"\30\30"}.fa-1{--fa:"\31";--fa--fa:"\31\31"}.fa-2{--fa:"\32";--fa--fa:"\32\32"}.fa-3{--fa:"\33";--fa--fa:"\33\33"}.fa-4{--fa:"\34";--fa--fa:"\34\34"}.fa-5{--fa:"\35";--fa--fa:"\35\35"}.fa-6{--fa:"\36";--fa--fa:"\36\36"}.fa-7{--fa:"\37";--fa--fa:"\37\37"}.fa-8{--fa:"\38";--fa--fa:"\38\38"}.fa-9{--fa:"\39";--fa--fa:"\39\39"}.fa-fill-drip{--fa:"\f576";--fa--fa:"\f576\f576"}.fa-arrows-to-circle{--fa:"\e4bd";--fa--fa:"\e4bd\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138";--fa--fa:"\f138\f138"}.fa-at{--fa:"\40";--fa--fa:"\40\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed";--fa--fa:"\f2ed\f2ed"}.fa-text-height{--fa:"\f034";--fa--fa:"\f034\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235";--fa--fa:"\f235\f235"}.fa-stethoscope{--fa:"\f0f1";--fa--fa:"\f0f1\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a";--fa--fa:"\f27a\f27a"}.fa-info{--fa:"\f129";--fa--fa:"\f129\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422";--fa--fa:"\f422\f422"}.fa-explosion{--fa:"\e4e9";--fa--fa:"\e4e9\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c";--fa--fa:"\f15c\f15c"}.fa-wave-square{--fa:"\f83e";--fa--fa:"\f83e\f83e"}.fa-ring{--fa:"\f70b";--fa--fa:"\f70b\f70b"}.fa-building-un{--fa:"\e4d9";--fa--fa:"\e4d9\e4d9"}.fa-dice-three{--fa:"\f527";--fa--fa:"\f527\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073";--fa--fa:"\f073\f073"}.fa-anchor-circle-check{--fa:"\e4aa";--fa--fa:"\e4aa\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1";--fa--fa:"\e4d1\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f";--fa--fa:"\f45f\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2";--fa--fa:"\e4c2\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd";--fa--fa:"\f0dd\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056";--fa--fa:"\f056\f056"}.fa-door-open{--fa:"\f52b";--fa--fa:"\f52b\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5";--fa--fa:"\f2f5\f2f5"}.fa-atom{--fa:"\f5d2";--fa--fa:"\f5d2\f5d2"}.fa-soap{--fa:"\e06e";--fa--fa:"\e06e\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d";--fa--fa:"\f86d\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539";--fa--fa:"\f539\f539"}.fa-bridge-circle-check{--fa:"\e4c9";--fa--fa:"\e4c9\e4c9"}.fa-pump-medical{--fa:"\e06a";--fa--fa:"\e06a\e06a"}.fa-fingerprint{--fa:"\f577";--fa--fa:"\f577\f577"}.fa-hand-point-right{--fa:"\f0a4";--fa--fa:"\f0a4\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689";--fa--fa:"\f689\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051";--fa--fa:"\f051\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8";--fa--fa:"\f5b8\f5b8"}.fa-flag-checkered{--fa:"\f11e";--fa--fa:"\f11e\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e";--fa--fa:"\f44e\f44e"}.fa-school-circle-exclamation{--fa:"\e56c";--fa--fa:"\e56c\e56c"}.fa-crop{--fa:"\f125";--fa--fa:"\f125\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103";--fa--fa:"\f103\f103"}.fa-users-rectangle{--fa:"\e594";--fa--fa:"\e594\e594"}.fa-people-roof{--fa:"\e537";--fa--fa:"\e537\e537"}.fa-people-line{--fa:"\e534";--fa--fa:"\e534\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc";--fa--fa:"\f0fc\f0fc"}.fa-diagram-predecessor{--fa:"\e477";--fa--fa:"\e477\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176";--fa--fa:"\f176\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a";--fa--fa:"\f46a\f46a"}.fa-male,.fa-person{--fa:"\f183";--fa--fa:"\f183\f183"}.fa-laptop{--fa:"\f109";--fa--fa:"\f109\f109"}.fa-file-csv{--fa:"\f6dd";--fa--fa:"\f6dd\f6dd"}.fa-menorah{--fa:"\f676";--fa--fa:"\f676\f676"}.fa-truck-plane{--fa:"\e58f";--fa--fa:"\e58f\e58f"}.fa-record-vinyl{--fa:"\f8d9";--fa--fa:"\f8d9\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587";--fa--fa:"\f587\f587"}.fa-bong{--fa:"\f55c";--fa--fa:"\f55c\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b";--fa--fa:"\f67b\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af";--fa--fa:"\e4af\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5";--fa--fa:"\f2e5\f2e5"}.fa-jar-wheat{--fa:"\e517";--fa--fa:"\e517\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674";--fa--fa:"\f674\f674"}.fa-file-circle-exclamation{--fa:"\e4eb";--fa--fa:"\e4eb\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e";--fa--fa:"\f47e\f47e"}.fa-pager{--fa:"\f815";--fa--fa:"\f815\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9";--fa--fa:"\f2b9\f2b9"}.fa-strikethrough{--fa:"\f0cc";--fa--fa:"\f0cc\f0cc"}.fa-k{--fa:"\4b";--fa--fa:"\4b\4b"}.fa-landmark-flag{--fa:"\e51c";--fa--fa:"\e51c\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303";--fa--fa:"\f303\f303"}.fa-backward{--fa:"\f04a";--fa--fa:"\f04a\f04a"}.fa-caret-right{--fa:"\f0da";--fa--fa:"\f0da\f0da"}.fa-comments{--fa:"\f086";--fa--fa:"\f086\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea";--fa--fa:"\f0ea\f0ea"}.fa-code-pull-request{--fa:"\e13c";--fa--fa:"\e13c\e13c"}.fa-clipboard-list{--fa:"\f46d";--fa--fa:"\f46d\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de";--fa--fa:"\f4de\f4de"}.fa-user-check{--fa:"\f4fc";--fa--fa:"\f4fc\f4fc"}.fa-vial-virus{--fa:"\e597";--fa--fa:"\e597\e597"}.fa-sheet-plastic{--fa:"\e571";--fa--fa:"\e571\e571"}.fa-blog{--fa:"\f781";--fa--fa:"\f781\f781"}.fa-user-ninja{--fa:"\f504";--fa--fa:"\f504\f504"}.fa-person-arrow-up-from-line{--fa:"\e539";--fa--fa:"\e539\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0";--fa--fa:"\f6a0\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458";--fa--fa:"\f458\f458"}.fa-toggle-off{--fa:"\f204";--fa--fa:"\f204\f204"}.fa-archive,.fa-box-archive{--fa:"\f187";--fa--fa:"\f187\f187"}.fa-person-drowning{--fa:"\e545";--fa--fa:"\e545\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886";--fa--fa:"\f886\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a";--fa--fa:"\f58a\f58a"}.fa-spray-can{--fa:"\f5bd";--fa--fa:"\f5bd\f5bd"}.fa-truck-monster{--fa:"\f63b";--fa--fa:"\f63b\f63b"}.fa-w{--fa:"\57";--fa--fa:"\57\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c";--fa--fa:"\f57c\f57c"}.fa-rainbow{--fa:"\f75b";--fa--fa:"\f75b\f75b"}.fa-circle-notch{--fa:"\f1ce";--fa--fa:"\f1ce\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa";--fa--fa:"\f3fa\f3fa"}.fa-paw{--fa:"\f1b0";--fa--fa:"\f1b0\f1b0"}.fa-cloud{--fa:"\f0c2";--fa--fa:"\f0c2\f0c2"}.fa-trowel-bricks{--fa:"\e58a";--fa--fa:"\e58a\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579";--fa--fa:"\f579\f579"}.fa-hospital-user{--fa:"\f80d";--fa--fa:"\f80d\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f";--fa--fa:"\e57f\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3";--fa--fa:"\f0e3\f0e3"}.fa-binoculars{--fa:"\f1e5";--fa--fa:"\f1e5\f1e5"}.fa-microphone-slash{--fa:"\f131";--fa--fa:"\f131\f131"}.fa-box-tissue{--fa:"\e05b";--fa--fa:"\e05b\e05b"}.fa-motorcycle{--fa:"\f21c";--fa--fa:"\f21c\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562";--fa--fa:"\f562\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae";--fa--fa:"\f5ae\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068";--fa--fa:"\e068\e068"}.fa-mars-and-venus-burst{--fa:"\e523";--fa--fa:"\e523\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152";--fa--fa:"\f152\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4";--fa--fa:"\f0c4\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a";--fa--fa:"\e57a\e57a"}.fa-toilets-portable{--fa:"\e584";--fa--fa:"\e584\e584"}.fa-hockey-puck{--fa:"\f453";--fa--fa:"\f453\f453"}.fa-table{--fa:"\f0ce";--fa--fa:"\f0ce\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521";--fa--fa:"\e521\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566";--fa--fa:"\f566\f566"}.fa-users-slash{--fa:"\e073";--fa--fa:"\e073\e073"}.fa-clover{--fa:"\e139";--fa--fa:"\e139\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5";--fa--fa:"\f3e5\f3e5"}.fa-star-and-crescent{--fa:"\f699";--fa--fa:"\f699\f699"}.fa-house-fire{--fa:"\e50c";--fa--fa:"\e50c\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146";--fa--fa:"\f146\f146"}.fa-helicopter{--fa:"\f533";--fa--fa:"\f533\f533"}.fa-compass{--fa:"\f14e";--fa--fa:"\f14e\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150";--fa--fa:"\f150\f150"}.fa-file-circle-question{--fa:"\e4ef";--fa--fa:"\e4ef\e4ef"}.fa-laptop-code{--fa:"\f5fc";--fa--fa:"\f5fc\f5fc"}.fa-swatchbook{--fa:"\f5c3";--fa--fa:"\f5c3\f5c3"}.fa-prescription-bottle{--fa:"\f485";--fa--fa:"\f485\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9";--fa--fa:"\f0c9\f0c9"}.fa-people-group{--fa:"\e533";--fa--fa:"\e533\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253";--fa--fa:"\f253\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9";--fa--fa:"\f7a9\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360";--fa--fa:"\f360\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597";--fa--fa:"\f597\f597"}.fa-film{--fa:"\f008";--fa--fa:"\f008\f008"}.fa-ruler-horizontal{--fa:"\f547";--fa--fa:"\f547\f547"}.fa-people-robbery{--fa:"\e536";--fa--fa:"\e536\e536"}.fa-lightbulb{--fa:"\f0eb";--fa--fa:"\f0eb\f0eb"}.fa-caret-left{--fa:"\f0d9";--fa--fa:"\f0d9\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a";--fa--fa:"\f06a\f06a"}.fa-school-circle-xmark{--fa:"\e56d";--fa--fa:"\e56d\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b";--fa--fa:"\f08b\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a";--fa--fa:"\f13a\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e";--fa--fa:"\f13e\f13e"}.fa-cloud-showers-heavy{--fa:"\f740";--fa--fa:"\f740\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f";--fa--fa:"\f58f\f58f"}.fa-sitemap{--fa:"\f0e8";--fa--fa:"\f0e8\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9";--fa--fa:"\f4b9\f4b9"}.fa-memory{--fa:"\f538";--fa--fa:"\f538\f538"}.fa-road-spikes{--fa:"\e568";--fa--fa:"\e568\e568"}.fa-fire-burner{--fa:"\e4f1";--fa--fa:"\e4f1\e4f1"}.fa-flag{--fa:"\f024";--fa--fa:"\f024\f024"}.fa-hanukiah{--fa:"\f6e6";--fa--fa:"\f6e6\f6e6"}.fa-feather{--fa:"\f52d";--fa--fa:"\f52d\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027";--fa--fa:"\f027\f027"}.fa-comment-slash{--fa:"\f4b3";--fa--fa:"\f4b3\f4b3"}.fa-cloud-sun-rain{--fa:"\f743";--fa--fa:"\f743\f743"}.fa-compress{--fa:"\f066";--fa--fa:"\f066\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd";--fa--fa:"\e2cd\e2cd"}.fa-ankh{--fa:"\f644";--fa--fa:"\f644\f644"}.fa-hands-holding-child{--fa:"\e4fa";--fa--fa:"\e4fa\e4fa"}.fa-asterisk{--fa:"\2a";--fa--fa:"\2a\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a";--fa--fa:"\f14a\f14a"}.fa-peseta-sign{--fa:"\e221";--fa--fa:"\e221\e221"}.fa-header,.fa-heading{--fa:"\f1dc";--fa--fa:"\f1dc\f1dc"}.fa-ghost{--fa:"\f6e2";--fa--fa:"\f6e2\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a";--fa--fa:"\f03a\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b";--fa--fa:"\f87b\f87b"}.fa-cart-plus{--fa:"\f217";--fa--fa:"\f217\f217"}.fa-gamepad{--fa:"\f11b";--fa--fa:"\f11b\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192";--fa--fa:"\f192\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567";--fa--fa:"\f567\f567"}.fa-egg{--fa:"\f7fb";--fa--fa:"\f7fb\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513";--fa--fa:"\e513\e513"}.fa-campground{--fa:"\f6bb";--fa--fa:"\f6bb\f6bb"}.fa-folder-plus{--fa:"\f65e";--fa--fa:"\f65e\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3";--fa--fa:"\f1e3\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc";--fa--fa:"\f1fc\f1fc"}.fa-lock{--fa:"\f023";--fa--fa:"\f023\f023"}.fa-gas-pump{--fa:"\f52f";--fa--fa:"\f52f\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593";--fa--fa:"\f593\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f";--fa--fa:"\f59f\f59f"}.fa-house-flood-water{--fa:"\e50e";--fa--fa:"\e50e\e50e"}.fa-tree{--fa:"\f1bb";--fa--fa:"\f1bb\f1bb"}.fa-bridge-lock{--fa:"\e4cc";--fa--fa:"\e4cc\e4cc"}.fa-sack-dollar{--fa:"\f81d";--fa--fa:"\f81d\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044";--fa--fa:"\f044\f044"}.fa-car-side{--fa:"\f5e4";--fa--fa:"\f5e4\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0";--fa--fa:"\f1e0\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff";--fa--fa:"\e4ff\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252";--fa--fa:"\f252\f252"}.fa-microscope{--fa:"\f610";--fa--fa:"\f610\f610"}.fa-sink{--fa:"\e06d";--fa--fa:"\e06d\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290";--fa--fa:"\f290\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881";--fa--fa:"\f881\f881"}.fa-mitten{--fa:"\f7b5";--fa--fa:"\f7b5\f7b5"}.fa-person-rays{--fa:"\e54d";--fa--fa:"\e54d\e54d"}.fa-users{--fa:"\f0c0";--fa--fa:"\f0c0\f0c0"}.fa-eye-slash{--fa:"\f070";--fa--fa:"\f070\f070"}.fa-flask-vial{--fa:"\e4f3";--fa--fa:"\e4f3\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256";--fa--fa:"\f256\f256"}.fa-om{--fa:"\f679";--fa--fa:"\f679\f679"}.fa-worm{--fa:"\e599";--fa--fa:"\e599\e599"}.fa-house-circle-xmark{--fa:"\e50b";--fa--fa:"\e50b\e50b"}.fa-plug{--fa:"\f1e6";--fa--fa:"\f1e6\f1e6"}.fa-chevron-up{--fa:"\f077";--fa--fa:"\f077\f077"}.fa-hand-spock{--fa:"\f259";--fa--fa:"\f259\f259"}.fa-stopwatch{--fa:"\f2f2";--fa--fa:"\f2f2\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596";--fa--fa:"\f596\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb";--fa--fa:"\e4cb\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589";--fa--fa:"\f589\f589"}.fa-chess-bishop{--fa:"\f43a";--fa--fa:"\f43a\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c";--fa--fa:"\f58c\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4";--fa--fa:"\f2a4\f2a4"}.fa-road-circle-check{--fa:"\e564";--fa--fa:"\e564\e564"}.fa-dice-five{--fa:"\f523";--fa--fa:"\f523\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143";--fa--fa:"\f143\f143"}.fa-land-mine-on{--fa:"\e51b";--fa--fa:"\e51b\e51b"}.fa-i-cursor{--fa:"\f246";--fa--fa:"\f246\f246"}.fa-stamp{--fa:"\f5bf";--fa--fa:"\f5bf\f5bf"}.fa-stairs{--fa:"\e289";--fa--fa:"\e289\e289"}.fa-i{--fa:"\49";--fa--fa:"\49\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2";--fa--fa:"\f6f2\f6f2"}.fa-pills{--fa:"\f484";--fa--fa:"\f484\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581";--fa--fa:"\f581\f581"}.fa-tooth{--fa:"\f5c9";--fa--fa:"\f5c9\f5c9"}.fa-v{--fa:"\56";--fa--fa:"\56\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6";--fa--fa:"\e2e6\e2e6"}.fa-bicycle{--fa:"\f206";--fa--fa:"\f206\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579";--fa--fa:"\e579\e579"}.fa-head-side-cough-slash{--fa:"\e062";--fa--fa:"\e062\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9";--fa--fa:"\f0f9\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598";--fa--fa:"\e598\e598"}.fa-snowman{--fa:"\f7d0";--fa--fa:"\f7d0\f7d0"}.fa-mortar-pestle{--fa:"\f5a7";--fa--fa:"\f5a7\f5a7"}.fa-road-barrier{--fa:"\e562";--fa--fa:"\e562\e562"}.fa-school{--fa:"\f549";--fa--fa:"\f549\f549"}.fa-igloo{--fa:"\f7ae";--fa--fa:"\f7ae\f7ae"}.fa-joint{--fa:"\f595";--fa--fa:"\f595\f595"}.fa-angle-right{--fa:"\f105";--fa--fa:"\f105\f105"}.fa-horse{--fa:"\f6f0";--fa--fa:"\f6f0\f6f0"}.fa-q{--fa:"\51";--fa--fa:"\51\51"}.fa-g{--fa:"\47";--fa--fa:"\47\47"}.fa-notes-medical{--fa:"\f481";--fa--fa:"\f481\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9";--fa--fa:"\f2c9\f2c9"}.fa-dong-sign{--fa:"\e169";--fa--fa:"\e169\e169"}.fa-capsules{--fa:"\f46b";--fa--fa:"\f46b\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a";--fa--fa:"\f75a\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a";--fa--fa:"\f57a\f57a"}.fa-hand-point-up{--fa:"\f0a6";--fa--fa:"\f0a6\f0a6"}.fa-money-bill{--fa:"\f0d6";--fa--fa:"\f0d6\f0d6"}.fa-bookmark{--fa:"\f02e";--fa--fa:"\f02e\f02e"}.fa-align-justify{--fa:"\f039";--fa--fa:"\f039\f039"}.fa-umbrella-beach{--fa:"\f5ca";--fa--fa:"\f5ca\f5ca"}.fa-helmet-un{--fa:"\e503";--fa--fa:"\e503\e503"}.fa-bullseye{--fa:"\f140";--fa--fa:"\f140\f140"}.fa-bacon{--fa:"\f7e5";--fa--fa:"\f7e5\f7e5"}.fa-hand-point-down{--fa:"\f0a7";--fa--fa:"\f0a7\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a";--fa--fa:"\e09a\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b";--fa--fa:"\f07b\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478";--fa--fa:"\f478\f478"}.fa-radiation{--fa:"\f7b9";--fa--fa:"\f7b9\f7b9"}.fa-chart-simple{--fa:"\e473";--fa--fa:"\e473\e473"}.fa-mars-stroke{--fa:"\f229";--fa--fa:"\f229\f229"}.fa-vial{--fa:"\f492";--fa--fa:"\f492\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624";--fa--fa:"\f624\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca";--fa--fa:"\e2ca\e2ca"}.fa-e{--fa:"\45";--fa--fa:"\45\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305";--fa--fa:"\f305\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca";--fa--fa:"\e4ca\e4ca"}.fa-user{--fa:"\f007";--fa--fa:"\f007\f007"}.fa-school-circle-check{--fa:"\e56b";--fa--fa:"\e56b\e56b"}.fa-dumpster{--fa:"\f793";--fa--fa:"\f793\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6";--fa--fa:"\f5b6\f5b6"}.fa-building-user{--fa:"\e4da";--fa--fa:"\e4da\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191";--fa--fa:"\f191\f191"}.fa-highlighter{--fa:"\f591";--fa--fa:"\f591\f591"}.fa-key{--fa:"\f084";--fa--fa:"\f084\f084"}.fa-bullhorn{--fa:"\f0a1";--fa--fa:"\f0a1\f0a1"}.fa-globe{--fa:"\f0ac";--fa--fa:"\f0ac\f0ac"}.fa-synagogue{--fa:"\f69b";--fa--fa:"\f69b\f69b"}.fa-person-half-dress{--fa:"\e548";--fa--fa:"\e548\e548"}.fa-road-bridge{--fa:"\e563";--fa--fa:"\e563\e563"}.fa-location-arrow{--fa:"\f124";--fa--fa:"\f124\f124"}.fa-c{--fa:"\43";--fa--fa:"\43\43"}.fa-tablet-button{--fa:"\f10a";--fa--fa:"\f10a\f10a"}.fa-building-lock{--fa:"\e4d6";--fa--fa:"\e4d6\e4d6"}.fa-pizza-slice{--fa:"\f818";--fa--fa:"\f818\f818"}.fa-money-bill-wave{--fa:"\f53a";--fa--fa:"\f53a\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe";--fa--fa:"\f1fe\f1fe"}.fa-house-flag{--fa:"\e50d";--fa--fa:"\e50d\e50d"}.fa-person-circle-minus{--fa:"\e540";--fa--fa:"\e540\e540"}.fa-ban,.fa-cancel{--fa:"\f05e";--fa--fa:"\f05e\f05e"}.fa-camera-rotate{--fa:"\e0d8";--fa--fa:"\e0d8\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0";--fa--fa:"\f5d0\f5d0"}.fa-star{--fa:"\f005";--fa--fa:"\f005\f005"}.fa-repeat{--fa:"\f363";--fa--fa:"\f363\f363"}.fa-cross{--fa:"\f654";--fa--fa:"\f654\f654"}.fa-box{--fa:"\f466";--fa--fa:"\f466\f466"}.fa-venus-mars{--fa:"\f228";--fa--fa:"\f228\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245";--fa--fa:"\f245\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e";--fa--fa:"\f31e\f31e"}.fa-charging-station{--fa:"\f5e7";--fa--fa:"\f5e7\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f";--fa--fa:"\f61f\f61f"}.fa-random,.fa-shuffle{--fa:"\f074";--fa--fa:"\f074\f074"}.fa-person-running,.fa-running{--fa:"\f70c";--fa--fa:"\f70c\f70c"}.fa-mobile-retro{--fa:"\e527";--fa--fa:"\e527\e527"}.fa-grip-lines-vertical{--fa:"\f7a5";--fa--fa:"\f7a5\f7a5"}.fa-spider{--fa:"\f717";--fa--fa:"\f717\f717"}.fa-hands-bound{--fa:"\e4f9";--fa--fa:"\e4f9\e4f9"}.fa-file-invoice-dollar{--fa:"\f571";--fa--fa:"\f571\f571"}.fa-plane-circle-exclamation{--fa:"\e556";--fa--fa:"\e556\e556"}.fa-x-ray{--fa:"\f497";--fa--fa:"\f497\f497"}.fa-spell-check{--fa:"\f891";--fa--fa:"\f891\f891"}.fa-slash{--fa:"\f715";--fa--fa:"\f715\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc";--fa--fa:"\f8cc\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090";--fa--fa:"\f090\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070";--fa--fa:"\e070\e070"}.fa-server{--fa:"\f233";--fa--fa:"\f233\f233"}.fa-virus-covid-slash{--fa:"\e4a9";--fa--fa:"\e4a9\e4a9"}.fa-shop-lock{--fa:"\e4a5";--fa--fa:"\e4a5\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251";--fa--fa:"\f251\f251"}.fa-blender-phone{--fa:"\f6b6";--fa--fa:"\f6b6\f6b6"}.fa-building-wheat{--fa:"\e4db";--fa--fa:"\e4db\e4db"}.fa-person-breastfeeding{--fa:"\e53a";--fa--fa:"\e53a\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6";--fa--fa:"\f2f6\f2f6"}.fa-venus{--fa:"\f221";--fa--fa:"\f221\f221"}.fa-passport{--fa:"\f5ab";--fa--fa:"\f5ab\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f";--fa--fa:"\e68f\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e";--fa--fa:"\f21e\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce";--fa--fa:"\f4ce\f4ce"}.fa-temperature-high{--fa:"\f769";--fa--fa:"\f769\f769"}.fa-microchip{--fa:"\f2db";--fa--fa:"\f2db\f2db"}.fa-crown{--fa:"\f521";--fa--fa:"\f521\f521"}.fa-weight-hanging{--fa:"\f5cd";--fa--fa:"\f5cd\f5cd"}.fa-xmarks-lines{--fa:"\e59a";--fa--fa:"\e59a\e59a"}.fa-file-prescription{--fa:"\f572";--fa--fa:"\f572\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496";--fa--fa:"\f496\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500";--fa--fa:"\f500\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e";--fa--fa:"\f15e\f15e"}.fa-chess-knight{--fa:"\f441";--fa--fa:"\f441\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b";--fa--fa:"\f59b\f59b"}.fa-wheelchair{--fa:"\f193";--fa--fa:"\f193\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa";--fa--fa:"\f0aa\f0aa"}.fa-toggle-on{--fa:"\f205";--fa--fa:"\f205\f205"}.fa-person-walking,.fa-walking{--fa:"\f554";--fa--fa:"\f554\f554"}.fa-l{--fa:"\4c";--fa--fa:"\4c\4c"}.fa-fire{--fa:"\f06d";--fa--fa:"\f06d\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487";--fa--fa:"\f487\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197";--fa--fa:"\f197\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599";--fa--fa:"\f599\f599"}.fa-folder-open{--fa:"\f07c";--fa--fa:"\f07c\f07c"}.fa-heart-circle-plus{--fa:"\e500";--fa--fa:"\e500\e500"}.fa-code-fork{--fa:"\e13b";--fa--fa:"\e13b\e13b"}.fa-city{--fa:"\f64f";--fa--fa:"\f64f\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9";--fa--fa:"\f3c9\f3c9"}.fa-pepper-hot{--fa:"\f816";--fa--fa:"\f816\f816"}.fa-unlock{--fa:"\f09c";--fa--fa:"\f09c\f09c"}.fa-colon-sign{--fa:"\e140";--fa--fa:"\e140\e140"}.fa-headset{--fa:"\f590";--fa--fa:"\f590\f590"}.fa-store-slash{--fa:"\e071";--fa--fa:"\e071\e071"}.fa-road-circle-xmark{--fa:"\e566";--fa--fa:"\e566\e566"}.fa-user-minus{--fa:"\f503";--fa--fa:"\f503\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a";--fa--fa:"\f22a\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f";--fa--fa:"\f79f\f79f"}.fa-clipboard{--fa:"\f328";--fa--fa:"\f328\f328"}.fa-house-circle-exclamation{--fa:"\e50a";--fa--fa:"\e50a\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574";--fa--fa:"\f574\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb";--fa--fa:"\f1eb\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd";--fa--fa:"\f2cd\f2cd"}.fa-underline{--fa:"\f0cd";--fa--fa:"\f0cd\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff";--fa--fa:"\f4ff\f4ff"}.fa-signature{--fa:"\f5b7";--fa--fa:"\f5b7\f5b7"}.fa-stroopwafel{--fa:"\f551";--fa--fa:"\f551\f551"}.fa-bold{--fa:"\f032";--fa--fa:"\f032\f032"}.fa-anchor-lock{--fa:"\e4ad";--fa--fa:"\e4ad\e4ad"}.fa-building-ngo{--fa:"\e4d7";--fa--fa:"\e4d7\e4d7"}.fa-manat-sign{--fa:"\e1d5";--fa--fa:"\e1d5\e1d5"}.fa-not-equal{--fa:"\f53e";--fa--fa:"\f53e\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853";--fa--fa:"\f853\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0";--fa--fa:"\f5a0\f5a0"}.fa-jedi{--fa:"\f669";--fa--fa:"\f669\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681";--fa--fa:"\f681\f681"}.fa-mug-hot{--fa:"\f7b6";--fa--fa:"\f7b6\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df";--fa--fa:"\f5df\f5df"}.fa-gift{--fa:"\f06b";--fa--fa:"\f06b\f06b"}.fa-dice-two{--fa:"\f528";--fa--fa:"\f528\f528"}.fa-chess-queen{--fa:"\f445";--fa--fa:"\f445\f445"}.fa-glasses{--fa:"\f530";--fa--fa:"\f530\f530"}.fa-chess-board{--fa:"\f43c";--fa--fa:"\f43c\f43c"}.fa-building-circle-check{--fa:"\e4d2";--fa--fa:"\e4d2\e4d2"}.fa-person-chalkboard{--fa:"\e53d";--fa--fa:"\e53d\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b";--fa--fa:"\f22b\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255";--fa--fa:"\f255\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151";--fa--fa:"\f151\f151"}.fa-cloud-showers-water{--fa:"\e4e4";--fa--fa:"\e4e4\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080";--fa--fa:"\f080\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e";--fa--fa:"\e05e\e05e"}.fa-less-than-equal{--fa:"\f537";--fa--fa:"\f537\f537"}.fa-train{--fa:"\f238";--fa--fa:"\f238\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8";--fa--fa:"\f2a8\f2a8"}.fa-crow{--fa:"\f520";--fa--fa:"\f520\f520"}.fa-sailboat{--fa:"\e445";--fa--fa:"\e445\e445"}.fa-window-restore{--fa:"\f2d2";--fa--fa:"\f2d2\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe";--fa--fa:"\f0fe\f0fe"}.fa-torii-gate{--fa:"\f6a1";--fa--fa:"\f6a1\f6a1"}.fa-frog{--fa:"\f52e";--fa--fa:"\f52e\f52e"}.fa-bucket{--fa:"\e4cf";--fa--fa:"\e4cf\e4cf"}.fa-image{--fa:"\f03e";--fa--fa:"\f03e\f03e"}.fa-microphone{--fa:"\f130";--fa--fa:"\f130\f130"}.fa-cow{--fa:"\f6c8";--fa--fa:"\f6c8\f6c8"}.fa-caret-up{--fa:"\f0d8";--fa--fa:"\f0d8\f0d8"}.fa-screwdriver{--fa:"\f54a";--fa--fa:"\f54a\f54a"}.fa-folder-closed{--fa:"\e185";--fa--fa:"\e185\e185"}.fa-house-tsunami{--fa:"\e515";--fa--fa:"\e515\e515"}.fa-square-nfi{--fa:"\e576";--fa--fa:"\e576\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5";--fa--fa:"\e4b5\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b";--fa--fa:"\f57b\f57b"}.fa-square-binary{--fa:"\e69b";--fa--fa:"\e69b\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea";--fa--fa:"\f2ea\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db";--fa--fa:"\f0db\f0db"}.fa-lemon{--fa:"\f094";--fa--fa:"\f094\f094"}.fa-head-side-mask{--fa:"\e063";--fa--fa:"\e063\e063"}.fa-handshake{--fa:"\f2b5";--fa--fa:"\f2b5\f2b5"}.fa-gem{--fa:"\f3a5";--fa--fa:"\f3a5\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472";--fa--fa:"\f472\f472"}.fa-smoking{--fa:"\f48d";--fa--fa:"\f48d\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c";--fa--fa:"\f78c\f78c"}.fa-monument{--fa:"\f5a6";--fa--fa:"\f5a6\f5a6"}.fa-snowplow{--fa:"\f7d2";--fa--fa:"\f7d2\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101";--fa--fa:"\f101\f101"}.fa-cannabis{--fa:"\f55f";--fa--fa:"\f55f\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144";--fa--fa:"\f144\f144"}.fa-tablets{--fa:"\f490";--fa--fa:"\f490\f490"}.fa-ethernet{--fa:"\f796";--fa--fa:"\f796\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153";--fa--fa:"\f153\f153"}.fa-chair{--fa:"\f6c0";--fa--fa:"\f6c0\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058";--fa--fa:"\f058\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d";--fa--fa:"\f28d\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568";--fa--fa:"\f568\f568"}.fa-plate-wheat{--fa:"\e55a";--fa--fa:"\e55a\e55a"}.fa-icicles{--fa:"\f7ad";--fa--fa:"\f7ad\f7ad"}.fa-person-shelter{--fa:"\e54f";--fa--fa:"\e54f\e54f"}.fa-neuter{--fa:"\f22c";--fa--fa:"\f22c\f22c"}.fa-id-badge{--fa:"\f2c1";--fa--fa:"\f2c1\f2c1"}.fa-marker{--fa:"\f5a1";--fa--fa:"\f5a1\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a";--fa--fa:"\f59a\f59a"}.fa-helicopter-symbol{--fa:"\e502";--fa--fa:"\e502\e502"}.fa-universal-access{--fa:"\f29a";--fa--fa:"\f29a\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139";--fa--fa:"\f139\f139"}.fa-lari-sign{--fa:"\e1c8";--fa--fa:"\e1c8\e1c8"}.fa-volcano{--fa:"\f770";--fa--fa:"\f770\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553";--fa--fa:"\e553\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154";--fa--fa:"\f154\f154"}.fa-viruses{--fa:"\e076";--fa--fa:"\e076\e076"}.fa-square-person-confined{--fa:"\e577";--fa--fa:"\e577\e577"}.fa-user-tie{--fa:"\f508";--fa--fa:"\f508\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175";--fa--fa:"\f175\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e";--fa--fa:"\e57e\e57e"}.fa-certificate{--fa:"\f0a3";--fa--fa:"\f0a3\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122";--fa--fa:"\f122\f122"}.fa-suitcase{--fa:"\f0f2";--fa--fa:"\f0f2\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5";--fa--fa:"\f7c5\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662";--fa--fa:"\f662\f662"}.fa-camera-retro{--fa:"\f083";--fa--fa:"\f083\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab";--fa--fa:"\f0ab\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f";--fa--fa:"\f56f\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c";--fa--fa:"\f14c\f14c"}.fa-box-open{--fa:"\f49e";--fa--fa:"\f49e\f49e"}.fa-scroll{--fa:"\f70e";--fa--fa:"\f70e\f70e"}.fa-spa{--fa:"\f5bb";--fa--fa:"\f5bb\f5bb"}.fa-location-pin-lock{--fa:"\e51f";--fa--fa:"\e51f\e51f"}.fa-pause{--fa:"\f04c";--fa--fa:"\f04c\f04c"}.fa-hill-avalanche{--fa:"\e507";--fa--fa:"\e507\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb";--fa--fa:"\f2cb\f2cb"}.fa-bomb{--fa:"\f1e2";--fa--fa:"\f1e2\f1e2"}.fa-registered{--fa:"\f25d";--fa--fa:"\f25d\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb";--fa--fa:"\f2bb\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516";--fa--fa:"\f516\f516"}.fa-subscript{--fa:"\f12c";--fa--fa:"\f12c\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb";--fa--fa:"\f5eb\f5eb"}.fa-burst{--fa:"\e4dc";--fa--fa:"\e4dc\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066";--fa--fa:"\e066\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8";--fa--fa:"\f5c8\f5c8"}.fa-money-bills{--fa:"\e1f3";--fa--fa:"\e1f3\e1f3"}.fa-smog{--fa:"\f75f";--fa--fa:"\f75f\f75f"}.fa-crutch{--fa:"\f7f7";--fa--fa:"\f7f7\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee";--fa--fa:"\f0ee\f0ee"}.fa-palette{--fa:"\f53f";--fa--fa:"\f53f\f53f"}.fa-arrows-turn-right{--fa:"\e4c0";--fa--fa:"\e4c0\e4c0"}.fa-vest{--fa:"\e085";--fa--fa:"\e085\e085"}.fa-ferry{--fa:"\e4ea";--fa--fa:"\e4ea\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9";--fa--fa:"\e4b9\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8";--fa--fa:"\f4d8\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337";--fa--fa:"\f337\f337"}.fa-boxes-packing{--fa:"\e4c7";--fa--fa:"\e4c7\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8";--fa--fa:"\f0a8\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6";--fa--fa:"\e4f6\e4f6"}.fa-bowl-food{--fa:"\e4c6";--fa--fa:"\e4c6\e4c6"}.fa-candy-cane{--fa:"\f786";--fa--fa:"\f786\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160";--fa--fa:"\f160\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c";--fa--fa:"\f76c\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d";--fa--fa:"\f87d\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da";--fa--fa:"\f4da\f4da"}.fa-file-word{--fa:"\f1c2";--fa--fa:"\f1c2\f1c2"}.fa-file-powerpoint{--fa:"\f1c4";--fa--fa:"\f1c4\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e";--fa--fa:"\f07e\f07e"}.fa-house-lock{--fa:"\e510";--fa--fa:"\e510\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed";--fa--fa:"\f0ed\f0ed"}.fa-children{--fa:"\e4e1";--fa--fa:"\e4e1\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b";--fa--fa:"\f51b\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa";--fa--fa:"\f4fa\f4fa"}.fa-envelope-open{--fa:"\f2b6";--fa--fa:"\f2b6\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f";--fa--fa:"\e05f\e05f"}.fa-mattress-pillow{--fa:"\e525";--fa--fa:"\e525\e525"}.fa-guarani-sign{--fa:"\e19a";--fa--fa:"\e19a\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021";--fa--fa:"\f021\f021"}.fa-fire-extinguisher{--fa:"\f134";--fa--fa:"\f134\f134"}.fa-cruzeiro-sign{--fa:"\e152";--fa--fa:"\e152\e152"}.fa-greater-than-equal{--fa:"\f532";--fa--fa:"\f532\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed";--fa--fa:"\f3ed\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558";--fa--fa:"\f558\f558"}.fa-virus{--fa:"\e074";--fa--fa:"\e074\e074"}.fa-envelope-circle-check{--fa:"\e4e8";--fa--fa:"\e4e8\e4e8"}.fa-layer-group{--fa:"\f5fd";--fa--fa:"\f5fd\f5fd"}.fa-arrows-to-dot{--fa:"\e4be";--fa--fa:"\e4be\e4be"}.fa-archway{--fa:"\f557";--fa--fa:"\f557\f557"}.fa-heart-circle-check{--fa:"\e4fd";--fa--fa:"\e4fd\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1";--fa--fa:"\f6f1\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6";--fa--fa:"\f1c6\f1c6"}.fa-square{--fa:"\f0c8";--fa--fa:"\f0c8\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000";--fa--fa:"\f000\f000"}.fa-couch{--fa:"\f4b8";--fa--fa:"\f4b8\f4b8"}.fa-cedi-sign{--fa:"\e0df";--fa--fa:"\e0df\e0df"}.fa-italic{--fa:"\f033";--fa--fa:"\f033\f033"}.fa-table-cells-column-lock{--fa:"\e678";--fa--fa:"\e678\e678"}.fa-church{--fa:"\f51d";--fa--fa:"\f51d\f51d"}.fa-comments-dollar{--fa:"\f653";--fa--fa:"\f653\f653"}.fa-democrat{--fa:"\f747";--fa--fa:"\f747\f747"}.fa-z{--fa:"\5a";--fa--fa:"\5a\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9";--fa--fa:"\f7c9\f7c9"}.fa-road-lock{--fa:"\e567";--fa--fa:"\e567\e567"}.fa-a{--fa:"\41";--fa--fa:"\41\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f";--fa--fa:"\e03f\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b";--fa--fa:"\f56b\f56b"}.fa-p{--fa:"\50";--fa--fa:"\50\50"}.fa-snowflake{--fa:"\f2dc";--fa--fa:"\f2dc\f2dc"}.fa-newspaper{--fa:"\f1ea";--fa--fa:"\f1ea\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641";--fa--fa:"\f641\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9";--fa--fa:"\f0a9\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b";--fa--fa:"\e17b\e17b"}.fa-locust{--fa:"\e520";--fa--fa:"\e520\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc";--fa--fa:"\f0dc\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb";--fa--fa:"\f0cb\f0cb"}.fa-person-dress-burst{--fa:"\e544";--fa--fa:"\e544\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d";--fa--fa:"\f53d\f53d"}.fa-vector-square{--fa:"\f5cb";--fa--fa:"\f5cb\f5cb"}.fa-bread-slice{--fa:"\f7ec";--fa--fa:"\f7ec\f7ec"}.fa-language{--fa:"\f1ab";--fa--fa:"\f1ab\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598";--fa--fa:"\f598\f598"}.fa-filter{--fa:"\f0b0";--fa--fa:"\f0b0\f0b0"}.fa-question{--fa:"\3f";--fa--fa:"\3f\3f"}.fa-file-signature{--fa:"\f573";--fa--fa:"\f573\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2";--fa--fa:"\f0b2\f0b2"}.fa-house-chimney-user{--fa:"\e065";--fa--fa:"\e065\e065"}.fa-hand-holding-heart{--fa:"\f4be";--fa--fa:"\f4be\f4be"}.fa-puzzle-piece{--fa:"\f12e";--fa--fa:"\f12e\f12e"}.fa-money-check{--fa:"\f53c";--fa--fa:"\f53c\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0";--fa--fa:"\f5c0\f5c0"}.fa-code{--fa:"\f121";--fa--fa:"\f121\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0";--fa--fa:"\f7a0\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3";--fa--fa:"\e4d3\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522";--fa--fa:"\e522\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e";--fa--fa:"\f08e\f08e"}.fa-cubes-stacked{--fa:"\e4e6";--fa--fa:"\e4e6\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159";--fa--fa:"\f159\f159"}.fa-virus-covid{--fa:"\e4a8";--fa--fa:"\e4a8\e4a8"}.fa-austral-sign{--fa:"\e0a9";--fa--fa:"\e0a9\e0a9"}.fa-f{--fa:"\46";--fa--fa:"\46\46"}.fa-leaf{--fa:"\f06c";--fa--fa:"\f06c\f06c"}.fa-road{--fa:"\f018";--fa--fa:"\f018\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba";--fa--fa:"\f1ba\f1ba"}.fa-person-circle-plus{--fa:"\e541";--fa--fa:"\e541\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200";--fa--fa:"\f200\f200"}.fa-bolt-lightning{--fa:"\e0b7";--fa--fa:"\e0b7\e0b7"}.fa-sack-xmark{--fa:"\e56a";--fa--fa:"\e56a\e56a"}.fa-file-excel{--fa:"\f1c3";--fa--fa:"\f1c3\f1c3"}.fa-file-contract{--fa:"\f56c";--fa--fa:"\f56c\f56c"}.fa-fish-fins{--fa:"\e4f2";--fa--fa:"\e4f2\e4f2"}.fa-building-flag{--fa:"\e4d5";--fa--fa:"\e4d5\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582";--fa--fa:"\f582\f582"}.fa-object-ungroup{--fa:"\f248";--fa--fa:"\f248\f248"}.fa-poop{--fa:"\f619";--fa--fa:"\f619\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041";--fa--fa:"\f041\f041"}.fa-kaaba{--fa:"\f66b";--fa--fa:"\f66b\f66b"}.fa-toilet-paper{--fa:"\f71e";--fa--fa:"\f71e\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807";--fa--fa:"\f807\f807"}.fa-eject{--fa:"\f052";--fa--fa:"\f052\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a";--fa--fa:"\f35a\f35a"}.fa-plane-circle-check{--fa:"\e555";--fa--fa:"\e555\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5";--fa--fa:"\f5a5\f5a5"}.fa-object-group{--fa:"\f247";--fa--fa:"\f247\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201";--fa--fa:"\f201\f201"}.fa-mask-ventilator{--fa:"\e524";--fa--fa:"\e524\e524"}.fa-arrow-right{--fa:"\f061";--fa--fa:"\f061\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277";--fa--fa:"\f277\f277"}.fa-cash-register{--fa:"\f788";--fa--fa:"\f788\f788"}.fa-person-circle-question{--fa:"\e542";--fa--fa:"\e542\e542"}.fa-h{--fa:"\48";--fa--fa:"\48\48"}.fa-tarp{--fa:"\e57b";--fa--fa:"\e57b\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9";--fa--fa:"\f7d9\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf";--fa--fa:"\e4bf\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b";--fa--fa:"\e55b\e55b"}.fa-heart{--fa:"\f004";--fa--fa:"\f004\f004"}.fa-mars-and-venus{--fa:"\f224";--fa--fa:"\f224\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0";--fa--fa:"\e1b0\e1b0"}.fa-dumpster-fire{--fa:"\f794";--fa--fa:"\f794\f794"}.fa-house-crack{--fa:"\e3b1";--fa--fa:"\e3b1\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561";--fa--fa:"\f561\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2";--fa--fa:"\f5c2\f5c2"}.fa-bottle-water{--fa:"\e4c5";--fa--fa:"\e4c5\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b";--fa--fa:"\f28b\f28b"}.fa-toilet-paper-slash{--fa:"\e072";--fa--fa:"\e072\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1";--fa--fa:"\f5d1\f5d1"}.fa-kitchen-set{--fa:"\e51a";--fa--fa:"\e51a\e51a"}.fa-r{--fa:"\52";--fa--fa:"\52\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca";--fa--fa:"\f2ca\f2ca"}.fa-cube{--fa:"\f1b2";--fa--fa:"\f1b2\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4";--fa--fa:"\e0b4\e0b4"}.fa-shield-dog{--fa:"\e573";--fa--fa:"\e573\e573"}.fa-solar-panel{--fa:"\f5ba";--fa--fa:"\f5ba\f5ba"}.fa-lock-open{--fa:"\f3c1";--fa--fa:"\f3c1\f3c1"}.fa-elevator{--fa:"\e16d";--fa--fa:"\e16d\e16d"}.fa-money-bill-transfer{--fa:"\e528";--fa--fa:"\e528\e528"}.fa-money-bill-trend-up{--fa:"\e529";--fa--fa:"\e529\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f";--fa--fa:"\e50f\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682";--fa--fa:"\f682\f682"}.fa-circle{--fa:"\f111";--fa--fa:"\f111\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049";--fa--fa:"\f049\f049"}.fa-recycle{--fa:"\f1b8";--fa--fa:"\f1b8\f1b8"}.fa-user-astronaut{--fa:"\f4fb";--fa--fa:"\f4fb\f4fb"}.fa-plane-slash{--fa:"\e069";--fa--fa:"\e069\e069"}.fa-trademark{--fa:"\f25c";--fa--fa:"\f25c\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434";--fa--fa:"\f434\f434"}.fa-satellite-dish{--fa:"\f7c0";--fa--fa:"\f7c0\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b";--fa--fa:"\f35b\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd";--fa--fa:"\f3cd\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028";--fa--fa:"\f028\f028"}.fa-users-rays{--fa:"\e593";--fa--fa:"\e593\e593"}.fa-wallet{--fa:"\f555";--fa--fa:"\f555\f555"}.fa-clipboard-check{--fa:"\f46c";--fa--fa:"\f46c\f46c"}.fa-file-audio{--fa:"\f1c7";--fa--fa:"\f1c7\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805";--fa--fa:"\f805\f805"}.fa-wrench{--fa:"\f0ad";--fa--fa:"\f0ad\f0ad"}.fa-bugs{--fa:"\e4d0";--fa--fa:"\e4d0\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156";--fa--fa:"\f156\f156"}.fa-file-image{--fa:"\f1c5";--fa--fa:"\f1c5\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059";--fa--fa:"\f059\f059"}.fa-plane-departure{--fa:"\f5b0";--fa--fa:"\f5b0\f5b0"}.fa-handshake-slash{--fa:"\e060";--fa--fa:"\e060\e060"}.fa-book-bookmark{--fa:"\e0bb";--fa--fa:"\e0bb\e0bb"}.fa-code-branch{--fa:"\f126";--fa--fa:"\f126\f126"}.fa-hat-cowboy{--fa:"\f8c0";--fa--fa:"\f8c0\f8c0"}.fa-bridge{--fa:"\e4c8";--fa--fa:"\e4c8\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879";--fa--fa:"\f879\f879"}.fa-truck-front{--fa:"\e2b7";--fa--fa:"\e2b7\e2b7"}.fa-cat{--fa:"\f6be";--fa--fa:"\f6be\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab";--fa--fa:"\e4ab\e4ab"}.fa-truck-field{--fa:"\e58d";--fa--fa:"\e58d\e58d"}.fa-route{--fa:"\f4d7";--fa--fa:"\f4d7\f4d7"}.fa-clipboard-question{--fa:"\e4e3";--fa--fa:"\e4e3\e4e3"}.fa-panorama{--fa:"\e209";--fa--fa:"\e209\e209"}.fa-comment-medical{--fa:"\f7f5";--fa--fa:"\f7f5\f7f5"}.fa-teeth-open{--fa:"\f62f";--fa--fa:"\f62f\f62f"}.fa-file-circle-minus{--fa:"\e4ed";--fa--fa:"\e4ed\e4ed"}.fa-tags{--fa:"\f02c";--fa--fa:"\f02c\f02c"}.fa-wine-glass{--fa:"\f4e3";--fa--fa:"\f4e3\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050";--fa--fa:"\f050\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4";--fa--fa:"\f5a4\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540";--fa--fa:"\f540\f540"}.fa-house-signal{--fa:"\e012";--fa--fa:"\e012\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828";--fa--fa:"\f828\f828"}.fa-faucet-drip{--fa:"\e006";--fa--fa:"\e006\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474";--fa--fa:"\f474\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d";--fa--fa:"\f54d\f54d"}.fa-terminal{--fa:"\f120";--fa--fa:"\f120\f120"}.fa-mobile-button{--fa:"\f10b";--fa--fa:"\f10b\f10b"}.fa-house-medical-flag{--fa:"\e514";--fa--fa:"\e514\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291";--fa--fa:"\f291\f291"}.fa-tape{--fa:"\f4db";--fa--fa:"\f4db\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e";--fa--fa:"\f55e\f55e"}.fa-eye{--fa:"\f06e";--fa--fa:"\f06e\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3";--fa--fa:"\f5b3\f5b3"}.fa-audio-description{--fa:"\f29e";--fa--fa:"\f29e\f29e"}.fa-person-military-to-person{--fa:"\e54c";--fa--fa:"\e54c\e54c"}.fa-file-shield{--fa:"\e4f0";--fa--fa:"\e4f0\e4f0"}.fa-user-slash{--fa:"\f506";--fa--fa:"\f506\f506"}.fa-pen{--fa:"\f304";--fa--fa:"\f304\f304"}.fa-tower-observation{--fa:"\e586";--fa--fa:"\e586\e586"}.fa-file-code{--fa:"\f1c9";--fa--fa:"\f1c9\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012";--fa--fa:"\f012\f012"}.fa-bus{--fa:"\f207";--fa--fa:"\f207\f207"}.fa-heart-circle-xmark{--fa:"\e501";--fa--fa:"\e501\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af";--fa--fa:"\e3af\e3af"}.fa-window-maximize{--fa:"\f2d0";--fa--fa:"\f2d0\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119";--fa--fa:"\f119\f119"}.fa-prescription{--fa:"\f5b1";--fa--fa:"\f5b1\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f";--fa--fa:"\f54f\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7";--fa--fa:"\f0c7\f0c7"}.fa-vihara{--fa:"\f6a7";--fa--fa:"\f6a7\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515";--fa--fa:"\f515\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de";--fa--fa:"\f0de\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad";--fa--fa:"\f4ad\f4ad"}.fa-plant-wilt{--fa:"\e5aa";--fa--fa:"\e5aa\e5aa"}.fa-diamond{--fa:"\f219";--fa--fa:"\f219\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585";--fa--fa:"\f585\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0";--fa--fa:"\f4c0\f4c0"}.fa-chart-diagram{--fa:"\e695";--fa--fa:"\e695\e695"}.fa-bacterium{--fa:"\e05a";--fa--fa:"\e05a\e05a"}.fa-hand-pointer{--fa:"\f25a";--fa--fa:"\f25a\f25a"}.fa-drum-steelpan{--fa:"\f56a";--fa--fa:"\f56a\f56a"}.fa-hand-scissors{--fa:"\f257";--fa--fa:"\f257\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684";--fa--fa:"\f684\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e";--fa--fa:"\f01e\f01e"}.fa-biohazard{--fa:"\f780";--fa--fa:"\f780\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601";--fa--fa:"\f601\f601"}.fa-mars-double{--fa:"\f227";--fa--fa:"\f227\f227"}.fa-child-dress{--fa:"\e59c";--fa--fa:"\e59c\e59c"}.fa-users-between-lines{--fa:"\e591";--fa--fa:"\e591\e591"}.fa-lungs-virus{--fa:"\e067";--fa--fa:"\e067\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588";--fa--fa:"\f588\f588"}.fa-phone{--fa:"\f095";--fa--fa:"\f095\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273";--fa--fa:"\f273\f273"}.fa-child-reaching{--fa:"\e59d";--fa--fa:"\e59d\e59d"}.fa-head-side-virus{--fa:"\e064";--fa--fa:"\e064\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe";--fa--fa:"\f4fe\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163";--fa--fa:"\f163\f163"}.fa-door-closed{--fa:"\f52a";--fa--fa:"\f52a\f52a"}.fa-shield-virus{--fa:"\e06c";--fa--fa:"\e06c\e06c"}.fa-dice-six{--fa:"\f526";--fa--fa:"\f526\f526"}.fa-mosquito-net{--fa:"\e52c";--fa--fa:"\e52c\e52c"}.fa-file-fragment{--fa:"\e697";--fa--fa:"\e697\e697"}.fa-bridge-water{--fa:"\e4ce";--fa--fa:"\e4ce\e4ce"}.fa-person-booth{--fa:"\f756";--fa--fa:"\f756\f756"}.fa-text-width{--fa:"\f035";--fa--fa:"\f035\f035"}.fa-hat-wizard{--fa:"\f6e8";--fa--fa:"\f6e8\f6e8"}.fa-pen-fancy{--fa:"\f5ac";--fa--fa:"\f5ac\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e";--fa--fa:"\f85e\f85e"}.fa-trash{--fa:"\f1f8";--fa--fa:"\f1f8\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629";--fa--fa:"\f629\f629"}.fa-book-medical{--fa:"\f7e6";--fa--fa:"\f7e6\f7e6"}.fa-poo{--fa:"\f2fe";--fa--fa:"\f2fe\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e";--fa--fa:"\f10e\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553";--fa--fa:"\f553\f553"}.fa-cubes{--fa:"\f1b3";--fa--fa:"\f1b3\f1b3"}.fa-divide{--fa:"\f529";--fa--fa:"\f529\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7";--fa--fa:"\f7d7\f7d7"}.fa-headphones{--fa:"\f025";--fa--fa:"\f025\f025"}.fa-hands-holding{--fa:"\f4c2";--fa--fa:"\f4c2\f4c2"}.fa-hands-clapping{--fa:"\e1a8";--fa--fa:"\e1a8\e1a8"}.fa-republican{--fa:"\f75e";--fa--fa:"\f75e\f75e"}.fa-arrow-left{--fa:"\f060";--fa--fa:"\f060\f060"}.fa-person-circle-xmark{--fa:"\e543";--fa--fa:"\e543\e543"}.fa-ruler{--fa:"\f545";--fa--fa:"\f545\f545"}.fa-align-left{--fa:"\f036";--fa--fa:"\f036\f036"}.fa-dice-d6{--fa:"\f6d1";--fa--fa:"\f6d1\f6d1"}.fa-restroom{--fa:"\f7bd";--fa--fa:"\f7bd\f7bd"}.fa-j{--fa:"\4a";--fa--fa:"\4a\4a"}.fa-users-viewfinder{--fa:"\e595";--fa--fa:"\e595\e595"}.fa-file-video{--fa:"\f1c8";--fa--fa:"\f1c8\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d";--fa--fa:"\f35d\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a";--fa--fa:"\f00a\f00a"}.fa-file-pdf{--fa:"\f1c1";--fa--fa:"\f1c1\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647";--fa--fa:"\f647\f647"}.fa-o{--fa:"\4f";--fa--fa:"\4f\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa";--fa--fa:"\f0fa\f0fa"}.fa-user-secret{--fa:"\f21b";--fa--fa:"\f21b\f21b"}.fa-otter{--fa:"\f700";--fa--fa:"\f700\f700"}.fa-female,.fa-person-dress{--fa:"\f182";--fa--fa:"\f182\f182"}.fa-comment-dollar{--fa:"\f651";--fa--fa:"\f651\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a";--fa--fa:"\f64a\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009";--fa--fa:"\f009\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827";--fa--fa:"\f827\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0";--fa--fa:"\f2a0\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1";--fa--fa:"\f8c1\f8c1"}.fa-clipboard-user{--fa:"\f7f3";--fa--fa:"\f7f3\f7f3"}.fa-child{--fa:"\f1ae";--fa--fa:"\f1ae\f1ae"}.fa-lira-sign{--fa:"\f195";--fa--fa:"\f195\f195"}.fa-satellite{--fa:"\f7bf";--fa--fa:"\f7bf\f7bf"}.fa-plane-lock{--fa:"\e558";--fa--fa:"\e558\e558"}.fa-tag{--fa:"\f02b";--fa--fa:"\f02b\f02b"}.fa-comment{--fa:"\f075";--fa--fa:"\f075\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd";--fa--fa:"\f1fd\f1fd"}.fa-envelope{--fa:"\f0e0";--fa--fa:"\f0e0\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102";--fa--fa:"\f102\f102"}.fa-paperclip{--fa:"\f0c6";--fa--fa:"\f0c6\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3";--fa--fa:"\e4b3\e4b3"}.fa-ribbon{--fa:"\f4d6";--fa--fa:"\f4d6\f4d6"}.fa-lungs{--fa:"\f604";--fa--fa:"\f604\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887";--fa--fa:"\f887\f887"}.fa-litecoin-sign{--fa:"\e1d3";--fa--fa:"\e1d3\e1d3"}.fa-border-none{--fa:"\f850";--fa--fa:"\f850\f850"}.fa-circle-nodes{--fa:"\e4e2";--fa--fa:"\e4e2\e4e2"}.fa-parachute-box{--fa:"\f4cd";--fa--fa:"\f4cd\f4cd"}.fa-indent{--fa:"\f03c";--fa--fa:"\f03c\f03c"}.fa-truck-field-un{--fa:"\e58e";--fa--fa:"\e58e\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254";--fa--fa:"\f254\f254"}.fa-mountain{--fa:"\f6fc";--fa--fa:"\f6fc\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0";--fa--fa:"\f0f0\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a";--fa--fa:"\f05a\f05a"}.fa-cloud-meatball{--fa:"\f73b";--fa--fa:"\f73b\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030";--fa--fa:"\f030\f030"}.fa-square-virus{--fa:"\e578";--fa--fa:"\e578\e578"}.fa-meteor{--fa:"\f753";--fa--fa:"\f753\f753"}.fa-car-on{--fa:"\e4dd";--fa--fa:"\e4dd\e4dd"}.fa-sleigh{--fa:"\f7cc";--fa--fa:"\f7cc\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162";--fa--fa:"\f162\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1";--fa--fa:"\f4c1\f4c1"}.fa-water{--fa:"\f773";--fa--fa:"\f773\f773"}.fa-calendar-check{--fa:"\f274";--fa--fa:"\f274\f274"}.fa-braille{--fa:"\f2a1";--fa--fa:"\f2a1\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486";--fa--fa:"\f486\f486"}.fa-landmark{--fa:"\f66f";--fa--fa:"\f66f\f66f"}.fa-truck{--fa:"\f0d1";--fa--fa:"\f0d1\f0d1"}.fa-crosshairs{--fa:"\f05b";--fa--fa:"\f05b\f05b"}.fa-person-cane{--fa:"\e53c";--fa--fa:"\e53c\e53c"}.fa-tent{--fa:"\e57d";--fa--fa:"\e57d\e57d"}.fa-vest-patches{--fa:"\e086";--fa--fa:"\e086\e086"}.fa-check-double{--fa:"\f560";--fa--fa:"\f560\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d";--fa--fa:"\f15d\f15d"}.fa-money-bill-wheat{--fa:"\e52a";--fa--fa:"\e52a\e52a"}.fa-cookie{--fa:"\f563";--fa--fa:"\f563\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2";--fa--fa:"\f0e2\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0";--fa--fa:"\f0a0\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586";--fa--fa:"\f586\f586"}.fa-dumbbell{--fa:"\f44b";--fa--fa:"\f44b\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022";--fa--fa:"\f022\f022"}.fa-tarp-droplet{--fa:"\e57c";--fa--fa:"\e57c\e57c"}.fa-house-medical-circle-check{--fa:"\e511";--fa--fa:"\e511\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca";--fa--fa:"\f7ca\f7ca"}.fa-calendar-plus{--fa:"\f271";--fa--fa:"\f271\f271"}.fa-plane-arrival{--fa:"\f5af";--fa--fa:"\f5af\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359";--fa--fa:"\f359\f359"}.fa-subway,.fa-train-subway{--fa:"\f239";--fa--fa:"\f239\f239"}.fa-chart-gantt{--fa:"\e0e4";--fa--fa:"\e0e4\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc";--fa--fa:"\e1bc\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565";--fa--fa:"\f565\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1";--fa--fa:"\f3d1\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a";--fa--fa:"\f30a\f30a"}.fa-dna{--fa:"\f471";--fa--fa:"\f471\f471"}.fa-virus-slash{--fa:"\e075";--fa--fa:"\e075\e075"}.fa-minus,.fa-subtract{--fa:"\f068";--fa--fa:"\f068\f068"}.fa-chess{--fa:"\f439";--fa--fa:"\f439\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177";--fa--fa:"\f177\f177"}.fa-plug-circle-check{--fa:"\e55c";--fa--fa:"\e55c\e55c"}.fa-street-view{--fa:"\f21d";--fa--fa:"\f21d\f21d"}.fa-franc-sign{--fa:"\e18f";--fa--fa:"\e18f\e18f"}.fa-volume-off{--fa:"\f026";--fa--fa:"\f026\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3";--fa--fa:"\f2a3\f2a3"}.fa-cog,.fa-gear{--fa:"\f013";--fa--fa:"\f013\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7";--fa--fa:"\f5c7\f5c7"}.fa-mosque{--fa:"\f678";--fa--fa:"\f678\f678"}.fa-mosquito{--fa:"\e52b";--fa--fa:"\e52b\e52b"}.fa-star-of-david{--fa:"\f69a";--fa--fa:"\f69a\f69a"}.fa-person-military-rifle{--fa:"\e54b";--fa--fa:"\e54b\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a";--fa--fa:"\f07a\f07a"}.fa-vials{--fa:"\f493";--fa--fa:"\f493\f493"}.fa-plug-circle-plus{--fa:"\e55f";--fa--fa:"\e55f\e55f"}.fa-place-of-worship{--fa:"\f67f";--fa--fa:"\f67f\f67f"}.fa-grip-vertical{--fa:"\f58e";--fa--fa:"\f58e\f58e"}.fa-hexagon-nodes{--fa:"\e699";--fa--fa:"\e699\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148";--fa--fa:"\f148\f148"}.fa-u{--fa:"\55";--fa--fa:"\55\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698";--fa--fa:"\f698\f698"}.fa-clock,.fa-clock-four{--fa:"\f017";--fa--fa:"\f017\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048";--fa--fa:"\f048\f048"}.fa-pallet{--fa:"\f482";--fa--fa:"\f482\f482"}.fa-faucet{--fa:"\e005";--fa--fa:"\e005\e005"}.fa-baseball-bat-ball{--fa:"\f432";--fa--fa:"\f432\f432"}.fa-s{--fa:"\53";--fa--fa:"\53\53"}.fa-timeline{--fa:"\e29c";--fa--fa:"\e29c\e29c"}.fa-keyboard{--fa:"\f11c";--fa--fa:"\f11c\f11c"}.fa-caret-down{--fa:"\f0d7";--fa--fa:"\f0d7\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2";--fa--fa:"\f7f2\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8";--fa--fa:"\f2c8\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf";--fa--fa:"\f3cf\f3cf"}.fa-plane-up{--fa:"\e22d";--fa--fa:"\e22d\e22d"}.fa-piggy-bank{--fa:"\f4d3";--fa--fa:"\f4d3\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242";--fa--fa:"\f242\f242"}.fa-mountain-city{--fa:"\e52e";--fa--fa:"\e52e\e52e"}.fa-coins{--fa:"\f51e";--fa--fa:"\f51e\f51e"}.fa-khanda{--fa:"\f66d";--fa--fa:"\f66d\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de";--fa--fa:"\f1de\f1de"}.fa-folder-tree{--fa:"\f802";--fa--fa:"\f802\f802"}.fa-network-wired{--fa:"\f6ff";--fa--fa:"\f6ff\f6ff"}.fa-map-pin{--fa:"\f276";--fa--fa:"\f276\f276"}.fa-hamsa{--fa:"\f665";--fa--fa:"\f665\f665"}.fa-cent-sign{--fa:"\e3f5";--fa--fa:"\e3f5\e3f5"}.fa-flask{--fa:"\f0c3";--fa--fa:"\f0c3\f0c3"}.fa-person-pregnant{--fa:"\e31e";--fa--fa:"\e31e\e31e"}.fa-wand-sparkles{--fa:"\f72b";--fa--fa:"\f72b\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142";--fa--fa:"\f142\f142"}.fa-ticket{--fa:"\f145";--fa--fa:"\f145\f145"}.fa-power-off{--fa:"\f011";--fa--fa:"\f011\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b";--fa--fa:"\f30b\f30b"}.fa-flag-usa{--fa:"\f74d";--fa--fa:"\f74d\f74d"}.fa-laptop-file{--fa:"\e51d";--fa--fa:"\e51d\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4";--fa--fa:"\f1e4\f1e4"}.fa-diagram-next{--fa:"\e476";--fa--fa:"\e476\e476"}.fa-person-rifle{--fa:"\e54e";--fa--fa:"\e54e\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512";--fa--fa:"\e512\e512"}.fa-closed-captioning{--fa:"\f20a";--fa--fa:"\f20a\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec";--fa--fa:"\f6ec\f6ec"}.fa-venus-double{--fa:"\f226";--fa--fa:"\f226\f226"}.fa-images{--fa:"\f302";--fa--fa:"\f302\f302"}.fa-calculator{--fa:"\f1ec";--fa--fa:"\f1ec\f1ec"}.fa-people-pulling{--fa:"\e535";--fa--fa:"\e535\e535"}.fa-n{--fa:"\4e";--fa--fa:"\4e\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da";--fa--fa:"\f7da\f7da"}.fa-cloud-rain{--fa:"\f73d";--fa--fa:"\f73d\f73d"}.fa-building-circle-xmark{--fa:"\e4d4";--fa--fa:"\e4d4\e4d4"}.fa-ship{--fa:"\f21a";--fa--fa:"\f21a\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8";--fa--fa:"\e4b8\e4b8"}.fa-download{--fa:"\f019";--fa--fa:"\f019\f019"}.fa-face-grin,.fa-grin{--fa:"\f580";--fa--fa:"\f580\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a";--fa--fa:"\f55a\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb";--fa--fa:"\f1fb\f1fb"}.fa-file-circle-check{--fa:"\e5a0";--fa--fa:"\e5a0\e5a0"}.fa-forward{--fa:"\f04e";--fa--fa:"\f04e\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce";--fa--fa:"\f3ce\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a";--fa--fa:"\f11a\f11a"}.fa-align-center{--fa:"\f037";--fa--fa:"\f037\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7";--fa--fa:"\f6b7\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2";--fa--fa:"\f2c2\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b";--fa--fa:"\f03b\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe";--fa--fa:"\e4fe\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015";--fa--fa:"\f015\f015"}.fa-calendar-week{--fa:"\f784";--fa--fa:"\f784\f784"}.fa-laptop-medical{--fa:"\f812";--fa--fa:"\f812\f812"}.fa-b{--fa:"\42";--fa--fa:"\42\42"}.fa-file-medical{--fa:"\f477";--fa--fa:"\f477\f477"}.fa-dice-one{--fa:"\f525";--fa--fa:"\f525\f525"}.fa-kiwi-bird{--fa:"\f535";--fa--fa:"\f535\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec";--fa--fa:"\f0ec\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9";--fa--fa:"\f2f9\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7";--fa--fa:"\f2e7\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161";--fa--fa:"\f161\f161"}.fa-mill-sign{--fa:"\e1ed";--fa--fa:"\e1ed\e1ed"}.fa-bowl-rice{--fa:"\e2eb";--fa--fa:"\e2eb\e2eb"}.fa-skull{--fa:"\f54c";--fa--fa:"\f54c\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519";--fa--fa:"\f519\f519"}.fa-truck-pickup{--fa:"\f63c";--fa--fa:"\f63c\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c";--fa--fa:"\f30c\f30c"}.fa-stop{--fa:"\f04d";--fa--fa:"\f04d\f04d"}.fa-code-merge{--fa:"\f387";--fa--fa:"\f387\f387"}.fa-upload{--fa:"\f093";--fa--fa:"\f093\f093"}.fa-hurricane{--fa:"\f751";--fa--fa:"\f751\f751"}.fa-mound{--fa:"\e52d";--fa--fa:"\e52d\e52d"}.fa-toilet-portable{--fa:"\e583";--fa--fa:"\e583\e583"}.fa-compact-disc{--fa:"\f51f";--fa--fa:"\f51f\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d";--fa--fa:"\f56d\f56d"}.fa-caravan{--fa:"\f8ff";--fa--fa:"\f8ff\f8ff"}.fa-shield-cat{--fa:"\e572";--fa--fa:"\e572\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7";--fa--fa:"\f0e7\f0e7"}.fa-glass-water{--fa:"\e4f4";--fa--fa:"\e4f4\e4f4"}.fa-oil-well{--fa:"\e532";--fa--fa:"\e532\e532"}.fa-vault{--fa:"\e2c5";--fa--fa:"\e2c5\e2c5"}.fa-mars{--fa:"\f222";--fa--fa:"\f222\f222"}.fa-toilet{--fa:"\f7d8";--fa--fa:"\f7d8\f7d8"}.fa-plane-circle-xmark{--fa:"\e557";--fa--fa:"\e557\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157";--fa--fa:"\f157\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158";--fa--fa:"\f158\f158"}.fa-sun{--fa:"\f185";--fa--fa:"\f185\f185"}.fa-guitar{--fa:"\f7a6";--fa--fa:"\f7a6\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c";--fa--fa:"\f59c\f59c"}.fa-horse-head{--fa:"\f7ab";--fa--fa:"\f7ab\f7ab"}.fa-bore-hole{--fa:"\e4c3";--fa--fa:"\e4c3\e4c3"}.fa-industry{--fa:"\f275";--fa--fa:"\f275\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358";--fa--fa:"\f358\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1";--fa--fa:"\e4c1\e4c1"}.fa-florin-sign{--fa:"\e184";--fa--fa:"\e184\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884";--fa--fa:"\f884\f884"}.fa-less-than{--fa:"\3c";--fa--fa:"\3c\3c"}.fa-angle-down{--fa:"\f107";--fa--fa:"\f107\f107"}.fa-car-tunnel{--fa:"\e4de";--fa--fa:"\e4de\e4de"}.fa-head-side-cough{--fa:"\e061";--fa--fa:"\e061\e061"}.fa-grip-lines{--fa:"\f7a4";--fa--fa:"\f7a4\f7a4"}.fa-thumbs-down{--fa:"\f165";--fa--fa:"\f165\f165"}.fa-user-lock{--fa:"\f502";--fa--fa:"\f502\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178";--fa--fa:"\f178\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac";--fa--fa:"\e4ac\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141";--fa--fa:"\f141\f141"}.fa-chess-pawn{--fa:"\f443";--fa--fa:"\f443\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479";--fa--fa:"\f479\f479"}.fa-person-through-window{--fa:"\e5a9";--fa--fa:"\e5a9\e5a9"}.fa-toolbox{--fa:"\f552";--fa--fa:"\f552\f552"}.fa-hands-holding-circle{--fa:"\e4fb";--fa--fa:"\e4fb\e4fb"}.fa-bug{--fa:"\f188";--fa--fa:"\f188\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d";--fa--fa:"\f09d\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9";--fa--fa:"\f1b9\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7";--fa--fa:"\e4f7\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da";--fa--fa:"\f5da\f5da"}.fa-mountain-sun{--fa:"\e52f";--fa--fa:"\e52f\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba";--fa--fa:"\e4ba\e4ba"}.fa-dice-d20{--fa:"\f6cf";--fa--fa:"\f6cf\f6cf"}.fa-truck-droplet{--fa:"\e58c";--fa--fa:"\e58c\e58c"}.fa-file-circle-xmark{--fa:"\e5a1";--fa--fa:"\e5a1\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040";--fa--fa:"\e040\e040"}.fa-medal{--fa:"\f5a2";--fa--fa:"\f5a2\f5a2"}.fa-bed{--fa:"\f236";--fa--fa:"\f236\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd";--fa--fa:"\f0fd\f0fd"}.fa-podcast{--fa:"\f2ce";--fa--fa:"\f2ce\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7";--fa--fa:"\f2c7\f2c7"}.fa-bell{--fa:"\f0f3";--fa--fa:"\f0f3\f0f3"}.fa-superscript{--fa:"\f12b";--fa--fa:"\f12b\f12b"}.fa-plug-circle-xmark{--fa:"\e560";--fa--fa:"\e560\e560"}.fa-star-of-life{--fa:"\f621";--fa--fa:"\f621\f621"}.fa-phone-slash{--fa:"\f3dd";--fa--fa:"\f3dd\f3dd"}.fa-paint-roller{--fa:"\f5aa";--fa--fa:"\f5aa\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4";--fa--fa:"\f4c4\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5";--fa--fa:"\f3c5\f3c5"}.fa-file{--fa:"\f15b";--fa--fa:"\f15b\f15b"}.fa-greater-than{--fa:"\3e";--fa--fa:"\3e\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4";--fa--fa:"\f5c4\f5c4"}.fa-arrow-down{--fa:"\f063";--fa--fa:"\f063\f063"}.fa-droplet,.fa-tint{--fa:"\f043";--fa--fa:"\f043\f043"}.fa-eraser{--fa:"\f12d";--fa--fa:"\f12d\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d";--fa--fa:"\f57d\f57d"}.fa-person-burst{--fa:"\e53b";--fa--fa:"\e53b\e53b"}.fa-dove{--fa:"\f4ba";--fa--fa:"\f4ba\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244";--fa--fa:"\f244\f244"}.fa-socks{--fa:"\f696";--fa--fa:"\f696\f696"}.fa-inbox{--fa:"\f01c";--fa--fa:"\f01c\f01c"}.fa-section{--fa:"\e447";--fa--fa:"\e447\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625";--fa--fa:"\f625\f625"}.fa-envelope-open-text{--fa:"\f658";--fa--fa:"\f658\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8";--fa--fa:"\f0f8\f0f8"}.fa-wine-bottle{--fa:"\f72f";--fa--fa:"\f72f\f72f"}.fa-chess-rook{--fa:"\f447";--fa--fa:"\f447\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550";--fa--fa:"\f550\f550"}.fa-dharmachakra{--fa:"\f655";--fa--fa:"\f655\f655"}.fa-hotdog{--fa:"\f80f";--fa--fa:"\f80f\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d";--fa--fa:"\f29d\f29d"}.fa-drum{--fa:"\f569";--fa--fa:"\f569\f569"}.fa-ice-cream{--fa:"\f810";--fa--fa:"\f810\f810"}.fa-heart-circle-bolt{--fa:"\e4fc";--fa--fa:"\e4fc\e4fc"}.fa-fax{--fa:"\f1ac";--fa--fa:"\f1ac\f1ac"}.fa-paragraph{--fa:"\f1dd";--fa--fa:"\f1dd\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772";--fa--fa:"\f772\f772"}.fa-star-half{--fa:"\f089";--fa--fa:"\f089\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468";--fa--fa:"\f468\f468"}.fa-chain,.fa-link{--fa:"\f0c1";--fa--fa:"\f0c1\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2";--fa--fa:"\f2a2\f2a2"}.fa-tree-city{--fa:"\e587";--fa--fa:"\e587\e587"}.fa-play{--fa:"\f04b";--fa--fa:"\f04b\f04b"}.fa-font{--fa:"\f031";--fa--fa:"\f031\f031"}.fa-table-cells-row-lock{--fa:"\e67a";--fa--fa:"\e67a\e67a"}.fa-rupiah-sign{--fa:"\e23d";--fa--fa:"\e23d\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002";--fa--fa:"\f002\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d";--fa--fa:"\f45d\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470";--fa--fa:"\f470\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a";--fa--fa:"\f82a\f82a"}.fa-naira-sign{--fa:"\e1f6";--fa--fa:"\e1f6\e1f6"}.fa-cart-arrow-down{--fa:"\f218";--fa--fa:"\f218\f218"}.fa-walkie-talkie{--fa:"\f8ef";--fa--fa:"\f8ef\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c";--fa--fa:"\f31c\f31c"}.fa-receipt{--fa:"\f543";--fa--fa:"\f543\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b";--fa--fa:"\f14b\f14b"}.fa-suitcase-rolling{--fa:"\f5c1";--fa--fa:"\f5c1\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f";--fa--fa:"\e53f\e53f"}.fa-chevron-down{--fa:"\f078";--fa--fa:"\f078\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240";--fa--fa:"\f240\f240"}.fa-skull-crossbones{--fa:"\f714";--fa--fa:"\f714\f714"}.fa-code-compare{--fa:"\e13a";--fa--fa:"\e13a\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca";--fa--fa:"\f0ca\f0ca"}.fa-school-lock{--fa:"\e56f";--fa--fa:"\e56f\e56f"}.fa-tower-cell{--fa:"\e585";--fa--fa:"\e585\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309";--fa--fa:"\f309\f309"}.fa-ranking-star{--fa:"\e561";--fa--fa:"\e561\e561"}.fa-chess-king{--fa:"\f43f";--fa--fa:"\f43f\f43f"}.fa-person-harassing{--fa:"\e549";--fa--fa:"\e549\e549"}.fa-brazilian-real-sign{--fa:"\e46c";--fa--fa:"\e46c\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752";--fa--fa:"\f752\f752"}.fa-arrow-up{--fa:"\f062";--fa--fa:"\f062\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c";--fa--fa:"\f26c\f26c"}.fa-shrimp{--fa:"\e448";--fa--fa:"\e448\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae";--fa--fa:"\f0ae\f0ae"}.fa-jug-detergent{--fa:"\e519";--fa--fa:"\e519\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd";--fa--fa:"\f2bd\f2bd"}.fa-user-shield{--fa:"\f505";--fa--fa:"\f505\f505"}.fa-wind{--fa:"\f72e";--fa--fa:"\f72e\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1";--fa--fa:"\f5e1\f5e1"}.fa-y{--fa:"\59";--fa--fa:"\59\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce";--fa--fa:"\f7ce\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b";--fa--fa:"\f48b\f48b"}.fa-fish{--fa:"\f578";--fa--fa:"\f578\f578"}.fa-user-graduate{--fa:"\f501";--fa--fa:"\f501\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042";--fa--fa:"\f042\f042"}.fa-clapperboard{--fa:"\e131";--fa--fa:"\e131\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba";--fa--fa:"\f7ba\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433";--fa--fa:"\f433\f433"}.fa-jet-fighter-up{--fa:"\e518";--fa--fa:"\e518\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542";--fa--fa:"\f542\f542"}.fa-copy{--fa:"\f0c5";--fa--fa:"\f0c5\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9";--fa--fa:"\f6a9\f6a9"}.fa-hand-sparkles{--fa:"\e05d";--fa--fa:"\e05d\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d";--fa--fa:"\f58d\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d";--fa--fa:"\f14d\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0";--fa--fa:"\e4e0\e4e0"}.fa-gun{--fa:"\e19b";--fa--fa:"\e19b\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098";--fa--fa:"\f098\f098"}.fa-add,.fa-plus{--fa:"\2b";--fa--fa:"\2b\2b"}.fa-expand{--fa:"\f065";--fa--fa:"\f065\f065"}.fa-computer{--fa:"\e4e5";--fa--fa:"\e4e5\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d";--fa--fa:"\f00d\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047";--fa--fa:"\f047\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c";--fa--fa:"\f51c\f51c"}.fa-peso-sign{--fa:"\e222";--fa--fa:"\e222\e222"}.fa-building-shield{--fa:"\e4d8";--fa--fa:"\e4d8\e4d8"}.fa-baby{--fa:"\f77c";--fa--fa:"\f77c\f77c"}.fa-users-line{--fa:"\e592";--fa--fa:"\e592\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d";--fa--fa:"\f10d\f10d"}.fa-tractor{--fa:"\f722";--fa--fa:"\f722\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829";--fa--fa:"\f829\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0";--fa--fa:"\e4b0\e4b0"}.fa-lines-leaning{--fa:"\e51e";--fa--fa:"\e51e\e51e"}.fa-ruler-combined{--fa:"\f546";--fa--fa:"\f546\f546"}.fa-copyright{--fa:"\f1f9";--fa--fa:"\f1f9\f1f9"}.fa-equals{--fa:"\3d";--fa--fa:"\3d\3d"}.fa-blender{--fa:"\f517";--fa--fa:"\f517\f517"}.fa-teeth{--fa:"\f62e";--fa--fa:"\f62e\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b";--fa--fa:"\f20b\f20b"}.fa-map{--fa:"\f279";--fa--fa:"\f279\f279"}.fa-rocket{--fa:"\f135";--fa--fa:"\f135\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c";--fa--fa:"\f87c\f87c"}.fa-folder-minus{--fa:"\f65d";--fa--fa:"\f65d\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a";--fa--fa:"\e69a\e69a"}.fa-store{--fa:"\f54e";--fa--fa:"\f54e\f54e"}.fa-arrow-trend-up{--fa:"\e098";--fa--fa:"\e098\e098"}.fa-plug-circle-minus{--fa:"\e55e";--fa--fa:"\e55e\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9";--fa--fa:"\f4d9\f4d9"}.fa-bezier-curve{--fa:"\f55b";--fa--fa:"\f55b\f55b"}.fa-bell-slash{--fa:"\f1f6";--fa--fa:"\f1f6\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb";--fa--fa:"\f3fb\f3fb"}.fa-school-flag{--fa:"\e56e";--fa--fa:"\e56e\e56e"}.fa-fill{--fa:"\f575";--fa--fa:"\f575\f575"}.fa-angle-up{--fa:"\f106";--fa--fa:"\f106\f106"}.fa-drumstick-bite{--fa:"\f6d7";--fa--fa:"\f6d7\f6d7"}.fa-holly-berry{--fa:"\f7aa";--fa--fa:"\f7aa\f7aa"}.fa-chevron-left{--fa:"\f053";--fa--fa:"\f053\f053"}.fa-bacteria{--fa:"\e059";--fa--fa:"\e059\e059"}.fa-hand-lizard{--fa:"\f258";--fa--fa:"\f258\f258"}.fa-notdef{--fa:"\e1fe";--fa--fa:"\e1fe\e1fe"}.fa-disease{--fa:"\f7fa";--fa--fa:"\f7fa\f7fa"}.fa-briefcase-medical{--fa:"\f469";--fa--fa:"\f469\f469"}.fa-genderless{--fa:"\f22d";--fa--fa:"\f22d\f22d"}.fa-chevron-right{--fa:"\f054";--fa--fa:"\f054\f054"}.fa-retweet{--fa:"\f079";--fa--fa:"\f079\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de";--fa--fa:"\f5de\f5de"}.fa-pump-soap{--fa:"\e06b";--fa--fa:"\e06b\e06b"}.fa-video-slash{--fa:"\f4e2";--fa--fa:"\f4e2\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243";--fa--fa:"\f243\f243"}.fa-radio{--fa:"\f8d7";--fa--fa:"\f8d7\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d";--fa--fa:"\f77d\f77d"}.fa-traffic-light{--fa:"\f637";--fa--fa:"\f637\f637"}.fa-thermometer{--fa:"\f491";--fa--fa:"\f491\f491"}.fa-vr-cardboard{--fa:"\f729";--fa--fa:"\f729\f729"}.fa-hand-middle-finger{--fa:"\f806";--fa--fa:"\f806\f806"}.fa-percent,.fa-percentage{--fa:"\25";--fa--fa:"\25\25"}.fa-truck-moving{--fa:"\f4df";--fa--fa:"\f4df\f4df"}.fa-glass-water-droplet{--fa:"\e4f5";--fa--fa:"\e4f5\e4f5"}.fa-display{--fa:"\e163";--fa--fa:"\e163\e163"}.fa-face-smile,.fa-smile{--fa:"\f118";--fa--fa:"\f118\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d";--fa--fa:"\f08d\f08d"}.fa-trophy{--fa:"\f091";--fa--fa:"\f091\f091"}.fa-person-praying,.fa-pray{--fa:"\f683";--fa--fa:"\f683\f683"}.fa-hammer{--fa:"\f6e3";--fa--fa:"\f6e3\f6e3"}.fa-hand-peace{--fa:"\f25b";--fa--fa:"\f25b\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1";--fa--fa:"\f2f1\f2f1"}.fa-spinner{--fa:"\f110";--fa--fa:"\f110\f110"}.fa-robot{--fa:"\f544";--fa--fa:"\f544\f544"}.fa-peace{--fa:"\f67c";--fa--fa:"\f67c\f67c"}.fa-cogs,.fa-gears{--fa:"\f085";--fa--fa:"\f085\f085"}.fa-warehouse{--fa:"\f494";--fa--fa:"\f494\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7";--fa--fa:"\e4b7\e4b7"}.fa-splotch{--fa:"\f5bc";--fa--fa:"\f5bc\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584";--fa--fa:"\f584\f584"}.fa-dice-four{--fa:"\f524";--fa--fa:"\f524\f524"}.fa-sim-card{--fa:"\f7c4";--fa--fa:"\f7c4\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225";--fa--fa:"\f225\f225"}.fa-mercury{--fa:"\f223";--fa--fa:"\f223\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149";--fa--fa:"\f149\f149"}.fa-person-falling-burst{--fa:"\e547";--fa--fa:"\e547\e547"}.fa-award{--fa:"\f559";--fa--fa:"\f559\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff";--fa--fa:"\f3ff\f3ff"}.fa-building{--fa:"\f1ad";--fa--fa:"\f1ad\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100";--fa--fa:"\f100\f100"}.fa-qrcode{--fa:"\f029";--fa--fa:"\f029\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da";--fa--fa:"\f1da\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583";--fa--fa:"\f583\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e";--fa--fa:"\f56e\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132";--fa--fa:"\f132\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885";--fa--fa:"\f885\f885"}.fa-comment-nodes{--fa:"\e696";--fa--fa:"\e696\e696"}.fa-house-medical{--fa:"\e3b2";--fa--fa:"\e3b2\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450";--fa--fa:"\f450\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137";--fa--fa:"\f137\f137"}.fa-house-chimney-window{--fa:"\e00d";--fa--fa:"\e00d\e00d"}.fa-pen-nib{--fa:"\f5ad";--fa--fa:"\f5ad\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580";--fa--fa:"\e580\e580"}.fa-tents{--fa:"\e582";--fa--fa:"\e582\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0";--fa--fa:"\f0d0\f0d0"}.fa-dog{--fa:"\f6d3";--fa--fa:"\f6d3\f6d3"}.fa-carrot{--fa:"\f787";--fa--fa:"\f787\f787"}.fa-moon{--fa:"\f186";--fa--fa:"\f186\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce";--fa--fa:"\f5ce\f5ce"}.fa-cheese{--fa:"\f7ef";--fa--fa:"\f7ef\f7ef"}.fa-yin-yang{--fa:"\f6ad";--fa--fa:"\f6ad\f6ad"}.fa-music{--fa:"\f001";--fa--fa:"\f001\f001"}.fa-code-commit{--fa:"\f386";--fa--fa:"\f386\f386"}.fa-temperature-low{--fa:"\f76b";--fa--fa:"\f76b\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a";--fa--fa:"\f84a\f84a"}.fa-broom{--fa:"\f51a";--fa--fa:"\f51a\f51a"}.fa-shield-heart{--fa:"\e574";--fa--fa:"\e574\e574"}.fa-gopuram{--fa:"\f664";--fa--fa:"\f664\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b";--fa--fa:"\e47b\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3";--fa--fa:"\f2d3\f2d3"}.fa-hashtag{--fa:"\23";--fa--fa:"\23\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424";--fa--fa:"\f424\f424"}.fa-oil-can{--fa:"\f613";--fa--fa:"\f613\f613"}.fa-t{--fa:"\54";--fa--fa:"\54\54"}.fa-hippo{--fa:"\f6ed";--fa--fa:"\f6ed\f6ed"}.fa-chart-column{--fa:"\e0e3";--fa--fa:"\e0e3\e0e3"}.fa-infinity{--fa:"\f534";--fa--fa:"\f534\f534"}.fa-vial-circle-check{--fa:"\e596";--fa--fa:"\e596\e596"}.fa-person-arrow-down-to-line{--fa:"\e538";--fa--fa:"\e538\e538"}.fa-voicemail{--fa:"\f897";--fa--fa:"\f897\f897"}.fa-fan{--fa:"\f863";--fa--fa:"\f863\f863"}.fa-person-walking-luggage{--fa:"\e554";--fa--fa:"\e554\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338";--fa--fa:"\f338\f338"}.fa-cloud-moon-rain{--fa:"\f73c";--fa--fa:"\f73c\f73c"}.fa-calendar{--fa:"\f133";--fa--fa:"\f133\f133"}.fa-trailer{--fa:"\e041";--fa--fa:"\e041\e041"}.fa-bahai,.fa-haykal{--fa:"\f666";--fa--fa:"\f666\f666"}.fa-sd-card{--fa:"\f7c2";--fa--fa:"\f7c2\f7c2"}.fa-dragon{--fa:"\f6d5";--fa--fa:"\f6d5\f6d5"}.fa-shoe-prints{--fa:"\f54b";--fa--fa:"\f54b\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055";--fa--fa:"\f055\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b";--fa--fa:"\f58b\f58b"}.fa-hand-holding{--fa:"\f4bd";--fa--fa:"\f4bd\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d";--fa--fa:"\e55d\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127";--fa--fa:"\f127\f127"}.fa-clone{--fa:"\f24d";--fa--fa:"\f24d\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551";--fa--fa:"\e551\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882";--fa--fa:"\f882\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4";--fa--fa:"\f7e4\f7e4"}.fa-tornado{--fa:"\f76f";--fa--fa:"\f76f\f76f"}.fa-file-circle-plus{--fa:"\e494";--fa--fa:"\e494\e494"}.fa-book-quran,.fa-quran{--fa:"\f687";--fa--fa:"\f687\f687"}.fa-anchor{--fa:"\f13d";--fa--fa:"\f13d\f13d"}.fa-border-all{--fa:"\f84c";--fa--fa:"\f84c\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556";--fa--fa:"\f556\f556"}.fa-cookie-bite{--fa:"\f564";--fa--fa:"\f564\f564"}.fa-arrow-trend-down{--fa:"\e097";--fa--fa:"\e097\e097"}.fa-feed,.fa-rss{--fa:"\f09e";--fa--fa:"\f09e\f09e"}.fa-draw-polygon{--fa:"\f5ee";--fa--fa:"\f5ee\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e";--fa--fa:"\f24e\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a";--fa--fa:"\f62a\f62a"}.fa-shower{--fa:"\f2cc";--fa--fa:"\f2cc\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390";--fa--fa:"\f390\f390"}.fa-m{--fa:"\4d";--fa--fa:"\4d\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b";--fa--fa:"\f00b\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd";--fa--fa:"\f7cd\f7cd"}.fa-book{--fa:"\f02d";--fa--fa:"\f02d\f02d"}.fa-user-plus{--fa:"\f234";--fa--fa:"\f234\f234"}.fa-check{--fa:"\f00c";--fa--fa:"\f00c\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241";--fa--fa:"\f241\f241"}.fa-house-circle-check{--fa:"\e509";--fa--fa:"\e509\e509"}.fa-angle-left{--fa:"\f104";--fa--fa:"\f104\f104"}.fa-diagram-successor{--fa:"\e47a";--fa--fa:"\e47a\e47a"}.fa-truck-arrow-right{--fa:"\e58b";--fa--fa:"\e58b\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc";--fa--fa:"\e4bc\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de";--fa--fa:"\f6de\f6de"}.fa-cloud-moon{--fa:"\f6c3";--fa--fa:"\f6c3\f6c3"}.fa-briefcase{--fa:"\f0b1";--fa--fa:"\f0b1\f0b1"}.fa-person-falling{--fa:"\e546";--fa--fa:"\e546\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0";--fa--fa:"\f3e0\f3e0"}.fa-user-tag{--fa:"\f507";--fa--fa:"\f507\f507"}.fa-rug{--fa:"\e569";--fa--fa:"\e569\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2";--fa--fa:"\f7a2\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d";--fa--fa:"\f59d\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410";--fa--fa:"\f410\f410"}.fa-baht-sign{--fa:"\e0ac";--fa--fa:"\e0ac\e0ac"}.fa-book-open{--fa:"\f518";--fa--fa:"\f518\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a";--fa--fa:"\f66a\f66a"}.fa-handcuffs{--fa:"\e4f8";--fa--fa:"\e4f8\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071";--fa--fa:"\f071\f071"}.fa-database{--fa:"\f1c0";--fa--fa:"\f1c0\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064";--fa--fa:"\f064\f064"}.fa-bottle-droplet{--fa:"\e4c4";--fa--fa:"\e4c4\e4c4"}.fa-mask-face{--fa:"\e1d7";--fa--fa:"\e1d7\e1d7"}.fa-hill-rockslide{--fa:"\e508";--fa--fa:"\e508\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362";--fa--fa:"\f362\f362"}.fa-paper-plane{--fa:"\f1d8";--fa--fa:"\f1d8\f1d8"}.fa-road-circle-exclamation{--fa:"\e565";--fa--fa:"\e565\e565"}.fa-dungeon{--fa:"\f6d9";--fa--fa:"\f6d9\f6d9"}.fa-align-right{--fa:"\f038";--fa--fa:"\f038\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b";--fa--fa:"\f53b\f53b"}.fa-life-ring{--fa:"\f1cd";--fa--fa:"\f1cd\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7";--fa--fa:"\f2a7\f2a7"}.fa-calendar-day{--fa:"\f783";--fa--fa:"\f783\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5";--fa--fa:"\f5c5\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d";--fa--fa:"\f07d\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f";--fa--fa:"\f57f\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce";--fa--fa:"\e2ce\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be";--fa--fa:"\f3be\f3be"}.fa-person-walking-arrow-right{--fa:"\e552";--fa--fa:"\e552\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199";--fa--fa:"\f199\f199"}.fa-dice{--fa:"\f522";--fa--fa:"\f522\f522"}.fa-bowling-ball{--fa:"\f436";--fa--fa:"\f436\f436"}.fa-brain{--fa:"\f5dc";--fa--fa:"\f5dc\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462";--fa--fa:"\f462\f462"}.fa-calendar-minus{--fa:"\f272";--fa--fa:"\f272\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057";--fa--fa:"\f057\f057"}.fa-gifts{--fa:"\f79c";--fa--fa:"\f79c\f79c"}.fa-hotel{--fa:"\f594";--fa--fa:"\f594\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e";--fa--fa:"\f57e\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f";--fa--fa:"\f47f\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e";--fa--fa:"\f00e\f00e"}.fa-thumbs-up{--fa:"\f164";--fa--fa:"\f164\f164"}.fa-user-clock{--fa:"\f4fd";--fa--fa:"\f4fd\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461";--fa--fa:"\f461\f461"}.fa-file-invoice{--fa:"\f570";--fa--fa:"\f570\f570"}.fa-window-minimize{--fa:"\f2d1";--fa--fa:"\f2d1\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4";--fa--fa:"\f0f4\f0f4"}.fa-brush{--fa:"\f55d";--fa--fa:"\f55d\f55d"}.fa-file-half-dashed{--fa:"\e698";--fa--fa:"\e698\e698"}.fa-mask{--fa:"\f6fa";--fa--fa:"\f6fa\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010";--fa--fa:"\f010\f010"}.fa-ruler-vertical{--fa:"\f548";--fa--fa:"\f548\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406";--fa--fa:"\f406\f406"}.fa-train-tram{--fa:"\e5b4";--fa--fa:"\e5b4\e5b4"}.fa-user-nurse{--fa:"\f82f";--fa--fa:"\f82f\f82f"}.fa-syringe{--fa:"\f48e";--fa--fa:"\f48e\f48e"}.fa-cloud-sun{--fa:"\f6c4";--fa--fa:"\f6c4\f6c4"}.fa-stopwatch-20{--fa:"\e06f";--fa--fa:"\e06f\e06f"}.fa-square-full{--fa:"\f45c";--fa--fa:"\f45c\f45c"}.fa-magnet{--fa:"\f076";--fa--fa:"\f076\f076"}.fa-jar{--fa:"\e516";--fa--fa:"\e516\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249";--fa--fa:"\f249\f249"}.fa-bug-slash{--fa:"\e490";--fa--fa:"\e490\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6";--fa--fa:"\e4b6\e4b6"}.fa-bone{--fa:"\f5d7";--fa--fa:"\f5d7\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691";--fa--fa:"\e691\e691"}.fa-user-injured{--fa:"\f728";--fa--fa:"\f728\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4";--fa--fa:"\f5b4\f5b4"}.fa-plane{--fa:"\f072";--fa--fa:"\f072\f072"}.fa-tent-arrows-down{--fa:"\e581";--fa--fa:"\e581\e581"}.fa-exclamation{--fa:"\21";--fa--fa:"\21\21"}.fa-arrows-spin{--fa:"\e4bb";--fa--fa:"\e4bb\e4bb"}.fa-print{--fa:"\f02f";--fa--fa:"\f02f\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb";--fa--fa:"\e2bb\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24";--fa--fa:"\24\24"}.fa-x{--fa:"\58";--fa--fa:"\58\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688";--fa--fa:"\f688\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509";--fa--fa:"\f509\f509"}.fa-person-military-pointing{--fa:"\e54a";--fa--fa:"\e54a\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c";--fa--fa:"\f19c\f19c"}.fa-umbrella{--fa:"\f0e9";--fa--fa:"\f0e9\f0e9"}.fa-trowel{--fa:"\e589";--fa--fa:"\e589\e589"}.fa-d{--fa:"\44";--fa--fa:"\44\44"}.fa-stapler{--fa:"\e5af";--fa--fa:"\e5af\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630";--fa--fa:"\f630\f630"}.fa-kip-sign{--fa:"\e1c4";--fa--fa:"\e1c4\e1c4"}.fa-hand-point-left{--fa:"\f0a5";--fa--fa:"\f0a5\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6";--fa--fa:"\f4c6\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb";--fa--fa:"\f0fb\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1";--fa--fa:"\f1e1\f1e1"}.fa-barcode{--fa:"\f02a";--fa--fa:"\f02a\f02a"}.fa-plus-minus{--fa:"\e43c";--fa--fa:"\e43c\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d";--fa--fa:"\f03d\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d";--fa--fa:"\f19d\f19d"}.fa-hand-holding-medical{--fa:"\e05c";--fa--fa:"\e05c\e05c"}.fa-person-circle-check{--fa:"\e53e";--fa--fa:"\e53e\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf";--fa--fa:"\f3bf\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/wp-content/plugins/float-menu/vendors/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }

#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.elementor-kit-8{--e-global-color-primary:#3F7D20;--e-global-color-secondary:#454955;--e-global-color-text:#72B01D;--e-global-color-accent:#F5F5F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}.elementor-1634 .elementor-element.elementor-element-4a0d5c5{--display:flex;}/**
 * Auto Generated by OMGF
 * @author: Daan van den Bergh
 * @url: https://daan.dev
 */

@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:italic;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-italic-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-roboto/roboto-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}/**
 * Auto Generated by OMGF
 * @author: Daan van den Bergh
 * @url: https://daan.dev
 */

@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:100;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:200;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:300;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:500;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:600;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:800;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin-ext.woff2?ver=1740874480')format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:900;font-display:swap;src:url('//quatrol.plus/wp-content/uploads/omgf/elementor-gf-local-robotoslab/roboto-slab-normal-latin.woff2?ver=1740874480')format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}