
.tax-product_brand .brand-description {
	overflow: hidden;
	zoom: 1;
}

.tax-product_brand .brand-description img.brand-thumbnail {
	width: 25%;
	float: right;
}

.tax-product_brand .brand-description .text {
	width: 72%;
	float: left;
}

.widget_brand_description img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

ul.brand-thumbnails {
	margin-left: 0;
	margin-bottom: 0;
	clear: both;
	list-style: none;
}

ul.brand-thumbnails:before {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails:after {
	clear: both;
	content: "";
	display: table;
}

ul.brand-thumbnails li {
	float: left;
	margin: 0 3.8% 1em 0;
	padding: 0;
	position: relative;
	width: 22.05%;
}

ul.brand-thumbnails.fluid-columns li {
	width: auto;
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
	clear: both;
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
	margin-right: 0;
}

ul.brand-thumbnails.columns-1 li {
	width: 100%;
	margin-right: 0;
}

ul.brand-thumbnails.columns-2 li {
	width: 48%;
}

ul.brand-thumbnails.columns-3 li {
	width: 30.75%;
}

ul.brand-thumbnails.columns-5 li {
	width: 16.95%;
}

ul.brand-thumbnails.columns-6 li {
	width: 13.5%;
}

.brand-thumbnails li img {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

@media screen and (max-width:768px) {
	ul.brand-thumbnails:not(.fluid-columns) li {
		width: 48% !important;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.first {
		clear: none;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li.last {
		margin-right: 3.8%;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
		clear: both;
	}
	
	ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
		margin-right: 0;
	}
}

.brand-thumbnails-description li {
	text-align: center;
}

.brand-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.brand-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

#brands_a_z h3:target {
	text-decoration: underline;
}

ul.brands_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}

ul.brands_index li {
	float: left;
	margin: 0 2px 2px 0;
}

ul.brands_index li a, ul.brands_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}

ul.brands_index li span {
	border-color: #eee;
	color: #ddd;
}

ul.brands_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}

ul.brands_index li a.active {
	border-width: 2px;
	padding: 5px;
}

div#brands_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: .8em;
}

.wc-avatax-address-validation-result {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
}

.wc-avatax-address-validation-result:before {
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success {
	color: #0f834d;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-success:before {
	color: #0f834d;
	content: "";
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error {
	color: #e2401c;
}

.wc-avatax-address-validation-result.wc-avatax-address-validation-error:before {
	color: #e2401c;
	content: "";
}

.wc-avatax-message {
	color: #e2401c;
}

.wc-avatax-message:before {
	color: #e2401c;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	margin-right: 10px;
	vertical-align: middle;
}

a.selected {
	background-color: #1f75cc;
	color: #fff;
	z-index: 100;
}

.messagepop {
	background-color: #fff;
	border: 1px solid #999;
	cursor: default;
	display: none;
	margin-top: 15px;
	padding: 25px 25px 20px;
	position: absolute;
	text-align: left;
	width: 394px;
	z-index: 50;
}

.messagepop label {
	display: block;
	margin-bottom: 3px;
	padding-left: 15px;
	text-indent: -15px;
}

.messagepop p, .messagepop.div {
	border-bottom: 1px solid #efefef;
	margin: 8px 0;
	padding-bottom: 8px;
}

.ontop {
	background-color: #ccc;
	color: #aaa;
	display: none;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#overlay, #overlayinvalidate {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.messagepop.container {
	background: #fff !important;
	left: 0;
	margin-left: auto !important;
	margin-right: auto !important;
	max-height: 80%;
	outline: 1px solid #000 !important;
	overflow-y: auto !important;
	padding: 30px !important;
	position: fixed !important;
	right: 0;
	top: 15%;
	width: 50% !important;
}

.messagepop hr {
	border: 1px solid #d3d3d3 !important;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	max-width: 100% !important;
	width: 100% !important;
}

.exemption-zone-select-view {
	overflow: hidden !important;
}

/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.1
	Stable tag: 3.4.1
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/**
 * Loading first in the style.scss & classic-editor.scss
 */

/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/* Sections
 */
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-start: 0;
	margin-block-end: .9rem;
}

/* Grouping content
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: #c36;
}

a:hover, a:active {
	color: #336;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
 */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

/* Interactive
 */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

/* Misc
 */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Print
 */
@media print {
	*, *:before, *:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	pre, blockquote {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}

/**
 * Form styling
 */
label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], select, textarea {
	width: 100%;
	border: solid 1px #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
}

input[type=text]:focus, input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
	width: auto;
	-webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button, [type=submit], [type=button] {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s;
}

button:focus:not(:focus-visible), [type=submit]:focus:not(:focus-visible), [type=button]:focus:not(:focus-visible) {
	outline: none;
}

button:hover, button:focus, [type=submit]:hover, [type=submit]:focus, [type=button]:hover, [type=button]:focus {
	color: #fff;
	background-color: #c36;
	text-decoration: none;
}

button:not(:disabled), [type=submit]:not(:disabled), [type=button]:not(:disabled) {
	cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

/**
 * Table styling
 */
table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table th, table td {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid rgba(128, 128, 128, .5019607843);
}

table th {
	font-weight: bold;
}

table thead th, table tfoot th {
	font-size: 1em;
}

table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
	border-block-start: 1px solid rgba(128, 128, 128, .5019607843);
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
	background-color: rgba(128, 128, 128, .0705882353);
}

table tbody tr:hover > td, table tbody tr:hover > th {
	background-color: rgba(128, 128, 128, .1019607843);
}

table tbody + tbody {
	border-block-start: 2px solid rgba(128, 128, 128, .5019607843);
}

@media (max-width: 767px) {
	table table {
		font-size: .8em;
	}
	
	table table th, table table td {
		padding: 7px;
		line-height: 1.3;
	}
	
	table table th {
		font-weight: 400;
	}
}

/**
 * List styling
 */
dl, dt, dd, ol, ul, li {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*
* Theme Name: Mersive Theme for Elementor
* Author: Networks That Matter
* Author URI: https://ntmatter.com/
* Description: Custom WordPress Theme for Elementor, developed by Networks That Matter.
* Template: hello-elementor
* Version: 1.0.0
* Text Domain: ntmatter
*
* This theme, like WordPress, is licensed under the GPL.
*/
body {
	-webkit-font-smoothing: auto;
}

.icomoon {
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-display: fallback;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-twitter:before {
	content: "" !important;
	background-image: url("https://www.mersive.com/wp-content/uploads/2023/09/Social_Icons_Twitter.svg");
	background-size: contain;
	background-position: center 2px;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.icon-youtube:before {
	content: "";
}

.icon-youtube2:before {
	content: "";
}

.icon-linkedin2:before {
	content: "";
}

.icon-search1:before {
	content: "";
	color: #a4b0c0;
}

.icon-close2:before {
	content: "";
}

.icon-keyboard_arrow_down:before {
	content: "";
}

.icon-cancel:before {
	content: "";
}

.icon-help-with-circle:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-icon-language:before {
	content: "";
}

/* #customer_details input:not([type=checkbox]) {
color: #444 !important;
} */
#customer_details input:not([type=checkbox])::placeholder {
	color: #9a9a9a !important;
}

.container {
	max-width: 1140px;
	margin: 0 auto;
}

.icomoon-arrow:after {
	content: "";
	font-family: icomoon;
	margin-left: 15px;
	width: 15px;
	position: relative;
	top: 2px;
}

.d-none {
	display: none;
}

.woocommerce-page form .show-password-input::after {
	display: none;
}

.page-id-15549.woocommerce-page form .show-password-input {
	height: 100% !important;
	top: 50%;
}

.btn, body .btn.btn-primary {
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
	border-color: #65cc33;
	text-decoration: none !important;
	box-shadow: none !important;
	border-radius: 23.5px;
	padding: 10px 22px;
	min-width: 140px;
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	letter-spacing: .2px;
	transition: all .25s;
	font-weight: 600;
	white-space: nowrap;
	color: #fff;
	background: #65cc33;
	cursor: pointer;
	margin: 0 15px;
}

.custom-cofig a {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background-color: #c54137;
	border: 1px solid #c54137;
	border-radius: 30px;
	padding: 10px;
	width: 240px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.custom-cofig a:hover {
	color: #c54137;
	background-color: rgba(2, 1, 1, 0);
	border-color: #c54137;
	outline: none;
}

body .btn.btn-primary:hover {
	background: #fff;
	color: #65cc33;
}

body .btn.btn-secondary {
	color: #fff;
	border-color: #f8981e;
	background: #f8991f;
}

body .btn.btn-secondary:hover {
	background: #fff;
	color: #f8981e;
}

body .btn.btn-black {
	color: #fff;
	background: #2d394a;
	border-color: #2d394a;
}

body .btn.btn-black:hover {
	border-color: #2987cd;
	background: #2987cd;
	color: #fff;
}

.email-form .blogs-form-hubspot form {
	max-width: 450px;
	margin: 0px auto 35px;
	position: relative;
}

.email-form .blogs-form-hubspot .hs-input {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 23.5px;
	background-clip: inherit;
	background-color: #f4f7fc;
	font-weight: 400;
	border-color: #c5d0de;
	font-size: 18px;
	padding: 8px 150px 8px 22px;
	line-height: initial;
}

.email-form .blogs-form-hubspot .hs-button {
	width: auto;
	min-width: auto;
	background: #f8991f;
	border-radius: 25px;
	font-size: 1rem;
	font-weight: bold;
	color: white;
	border-color: #6fbc44;
	height: 40px;
	margin-top: 0;
	padding: 0 25px;
	font-family: "Poppins", sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.email-form .blogs-form-hubspot label {
	display: none;
}

button#place_order:disabled {
	opacity: .5;
	pointer-events: none;
}

.email-form .blogs-form-hubspot .hs-error-msgs {
	list-style: none;
}

.featured-posts-carousel {
	text-align: center;
}

.featured-posts-carousel .owl-dots {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 100%;
}

.featured-posts-carousel.owl-theme .owl-dots .owl-dot {
	outline: none;
}

.featured-posts-carousel.owl-theme .owl-dots .owl-dot span {
	background: hsla(0, 0%, 100%, .5);
	width: 8px;
	height: 8px;
}

.featured-posts-carousel.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
}

.featured-posts-carousel .slide-item {
	background: var(--bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 310px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featured-posts-carousel .slide-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(30, 30, 30, 10%);
}

.featured-posts-carousel .slide-item > * {
	z-index: 1;
}

.featured-posts-carousel h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-size: 2rem;
	color: #fff;
	max-width: 572px;
	margin: 0 auto 25px;
}

.featured-posts-carousel h4 {
	color: #f8991f;
	font-size: 1.125rem;
	font-weight: 700;
}

.featured-posts-carousel a {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	color: #6c3;
	font-weight: 700;
	-webkit-transition: all .25s;
	-o-transition: .25s all;
	transition: all .25s;
}

.featured-posts-carousel a:hover {
	color: #fff;
}

.elementor-widget-subcategories {
	text-align: center;
}

.elementor-widget-subcategories a {
	display: inline-block;
	font-size: 1.125rem;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #2d394a;
	margin: 0 36px 16px;
}

.elementor-widget-subcategories a:hover, .elementor-widget-subcategories a.active {
	color: #6c3;
}

/* Jobs */
.single-job_listing h2, .single-job_listing h3 {
	font-weight: 800;
}

.single-job_listing h3 {
	font-size: 1.5rem;
}

.single_job_listing .application .application_button, .single_job_listing .application input[type="submit"] {
	color: #000;
	font-weight: 400;
	background-color: buttonface;
	border-color: buttonborder;
}

/* Hubspot */
body ~ div.hbspt-form {
	display: none !important;
}

.elementor-location-popup .elementor-shortcode h3, .elementor-location-popup .elementor-shortcode h2 {
	font-family: "Poppins", sans-serif;
}

.elementor-location-popup .elementor-shortcode h3 {
	font-size: 1.5rem;
}

.hs-content-head {
	text-align: center;
}

.hs-content-head h3 {
	font-size: 1.5rem;
	line-height: 1.42;
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.hs-input {
	width: 100% !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	height: 40px;
}

.hs-form-field {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.hs-form fieldset {
	max-width: none !important;
}

.form-group label, .hs-form-field label {
	display: none;
}

.form-group label, .hs-form-field label {
	padding-left: 10px;
}

.hs-error-msgs {
	list-style: none;
	padding-left: 0;
	font-style: italic;
	color: #dc3545;
	font-size: .875rem;
	font-weight: 400;
	margin-bottom: 0;
}

.hs-error-msgs label {
	display: block;
	margin-top: 5px;
	font-size: 12px !important;
	margin-left: 13px;
}

.form-group input::placeholder {
	color: gray !important;
}

.hs-input::placeholder {
	color: gray !important;
	font-size: 10px !important;
}

input.form-control, input.hs-input, .hs-fieldtype-select .input, select.hs-input {
	background-color: #f4f7fc;
	border-color: black !important;
	border-radius: 5px;
	box-shadow: -1px 20px 0px -16px #6fbc44 !important;
	font-size: 12px;
}

select.hs-input {
	background-color: #f4f7fc;
	background-image: url("https://www.mersive.com/wp-content/uploads/2020/04/arrow-form.png") !important;
	background-repeat: no-repeat !important;
	background-position: 99% !important;
}

textarea.hs-input {
	background: #f4f7fc;
	border-color: black !important;
	border-radius: 5px;
	box-shadow: -1px 20px 0px -16px #6fbc44 !important;
	font-size: 12px;
	height: 70px !important;
}

input.form-control, input.hs-input, .hs-fieldtype-select .input, select.hs-input {
	background: #f4f7fc;
	border-color: black;
	border-radius: 5px;
	box-shadow: -1px 20px 0px -16px #6fbc44 !important;
}

input.hs-input.error, .hs-fieldtype-select .input.error, select.hs-input.error {
	border-color: #dc3545 !important;
}

.form-control:focus, .hs-input:focus, select.hs-input {
	background: #f4f7fc;
	border-color: black;
	border-radius: 5px;
	box-shadow: -1px 20px 0px -16px #6fbc44;
	font-size: 12px;
}

.hs-form fieldset.form-columns-1 div, .hs-form fieldset.form-columns-2 div {
	margin-bottom: 20px !important;
}

.hs-form fieldset.form-columns-1 div.input, .hs-form fieldset.form-columns-2 div.input {
	margin-bottom: 0px !important;
}

.hs-button.primary.large {
	width: 100% !important;
	background: #6fbc44;
	border-radius: 5px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: white !important;
	border-color: #6fbc44 !important;
}

.hbspt-form h2 {
	text-align: center;
	font-size: 22px;
}

.hbspt-form h3 {
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px !important;
	font-weight: normal;
}

.hbspt-form .hs-richtext p {
	font-size: 9px !important;
}

.hbspt-form .hs-richtext p a {
	color: #6fbc44 !important;
}

.hs-fieldtype-select .input:after {
	content: "";
	font-size: 40px;
	color: #6ebc44;
	display: none;
}

select.hs-input.nitro-lazy {
	background-image: none !important;
}

.hs-form .legal-consent-container .hs-richtext p {
	color: #333;
	font-size: 14px !important;
	padding: 0 20px;
	margin-bottom: 0px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.hs-form .hs-button.primary.large {
	background: #f8991f !important;
}

.hs_submit {
	padding: 0 15px;
}

.hs_mersive_blog_opt_in .hs-form-booleancheckbox label {
	display: block !important;
	padding: 0;
	margin: 0;
}

.hs_mersive_blog_opt_in legend {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
}

.hs-form .hs-field-desc {
	line-height: 20px;
	padding-left: 30px;
}

.hs-form .hs-fieldtype-booleancheckbox {
	position: relative;
}

.hs-form .hs-fieldtype-booleancheckbox .input {
	width: 20px;
	top: 1px;
	position: absolute;
	text-align: right;
}

.hs-form fieldset.form-columns-1 div.hs-mersive_blog_opt_in .hs-input {
	height: 20px;
	width: 20px !important;
}

.hs_mersive_blog_opt_in .hs-form-booleancheckbox span {
	display: none !important;
}

.hbspt-form ul {
	list-style: none;
}

.hs_mersive_blog_opt_in ul {
	padding: 0px !important;
}

/* Hubspot Loader */
.hbspt-form:empty {
	position: absolute;
	left: calc(50% - 25px);
	height: 50px;
	width: 50px;
	-webkit-animation: loader-1-1 1s linear infinite;
	animation: loader-1-1 1s linear infinite;
}

@-webkit-keyframes loader-1-1 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes loader-1-1 {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.hbspt-form:empty::after {
	content: "";
	position: absolute;
	display: inline;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 32px;
	width: 32px;
	clip: rect(0, 32px, 32px, 16px);
	border: 3px solid #6c3;
	border-radius: 50%;
}

/* Homepage */
ul.ntm-scroll-sections {
	list-style: none;
	padding: 0;
}

ul.ntm-scroll-sections::-webkit-scrollbar {}

ul.ntm-scroll-sections li > .container {
	display: flex;
	flex-flow: row wrap;
	padding: 70px 0;
	max-height: 600px;
	min-height: 100vh;
}

ul.ntm-scroll-sections li > .container > * {
	display: flex;
	flex-direction: column;
	flex: 4;
	justify-content: center;
	position: relative;
}

ul.ntm-scroll-sections li > .container .image > img {
	max-height: 500px;
	margin-left: 25px;
}

ul.ntm-scroll-sections li > .container .text-content {
	max-width: 450px;
}

ul.ntm-scroll-sections li > .container .text-content h3 {
	font-size: 1.5rem;
	line-height: 1.42;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	margin-bottom: 1rem;
}

ul.ntm-scroll-sections li > .container .text-content p {
	line-height: 1.5;
	letter-spacing: .1px;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-bottom: 1rem;
}

ul.ntm-scroll-sections li > .container .text-content p a {
	color: #2987cd;
}

ul.ntm-scroll-sections li > .container .text-content p a:hover {
	color: #1c5d8d;
	text-decoration: underline;
}

.ntm-scroll-section-mask {
	-webkit-mask-image: var(--var-mask);
	mask-image: var(--var-mask);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	max-height: 500px;
	width: 550px;
	position: absolute;
	display: inline-block;
	top: calc(45vh - 250px);
	right: calc(50% - 550px);
	z-index: -1;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.ntm-scroll-section-mask::-webkit-scrollbar {}

.ntm-scroll-section-mask.mobile {
	display: none;
	top: 0;
	left: 27%;
	width: 125vw;
	max-width: 575px;
	height: 99vw;
	max-height: 500px;
	overflow: hidden;
}

.ntm-scroll-section-mask.mobile img {
	width: 100%;
	height: auto;
}

.ntm-scroll-section-mask.fixed {
	position: fixed;
	top: calc(var(--var-header) + ( 45vh - 250px ));
}

.ntm-scroll-section-mask.bottom {
	top: auto;
	bottom: calc(55vh - 250px);
}

.ntm-scroll-section-mask img.texture {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .25;
}

.ntm-scroll-section-dots {
	position: absolute;
	display: inline-block;
	display: flex;
	top: calc(57vh - 120px);
	left: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 120px;
	flex-direction: column;
	justify-content: space-between;
}

.ntm-scroll-section-dots.fixed {
	position: fixed;
	top: calc(var(--var-header) + ( 50vh - 120px ));
}

.ntm-scroll-section-dots.bottom {
	top: auto;
	bottom: calc(50vh - 60px);
}

.ntm-scroll-section-dots a {
	width: 10px;
	height: 10px;
	background: #b8b8b7;
	display: block;
	border-radius: 100%;
}

.ntm-scroll-section-dots a.active, .ntm-scroll-section-dots a:hover {
	background: #2d394a;
}

section.module.mod-left-right-image.with-image-bg {
	background-position: center;
	background-repeat: no-repeat;
}

section.module.mod-left-right-image.with-image-bg h1 {
	font-weight: 600;
	margin-bottom: 30px;
}

section.module.mod-left-right-image.with-image-bg p {
	font-size: 1rem;
	margin-bottom: 25px;
}

section.module.mod-left-right-image.with-image-bg .form-inline > span:first-child .btn {
	margin-left: 0;
}

section.module.mod-left-right-image.with-image-bg .form-inline .form-shortcode {
	display: inline-block;
}

section.module.mod-left-right-image.with-image-bg .form-inline > span {
	margin: 0;
}

.ntm-blocks-carousel-item {
	margin: 10px;
	text-align: center;
	background: var(--var-bg-color) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	border-radius: 20px;
}

.ntm-blocks-carousel-item:not(.no-link):hover {
	background: var(--var-hover-color) 0% 0% no-repeat padding-box;
}

.ntm-blocks-carousel-item:not(.no-link):hover * {
	color: #fff;
}

.ntm-blocks-carousel-item a, .ntm-blocks-carousel-item.no-link > div {
	display: inline-block;
	padding: 10px 0;
	text-decoration: none;
}

.ntm-blocks-carousel-item .image {
	margin-bottom: 10px;
}

.ntm-blocks-carousel-item .image img {
	height: auto;
}

.ntm-blocks-carousel-item .item-content h4 {
	font-family: "Poppins", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.33;
	color: #2d394a;
	margin: 0;
}

.owl-carousel .owl-item .ntm-logos-carousel-item img {
	display: inline-block;
	max-height: 40px;
	max-width: 145px;
	height: auto;
	width: auto;
	filter: #808080;
	-webkit-filter: grayscale(100%) contrast(0%);
	-webkit-backface-visibility: hidden;
	opacity: .6;
}

.owl-carousel .owl-item .ntm-logos-carousel-item a img:hover {
	filter: none;
	-webkit-filter: none;
	-webkit-backface-visibility: inherit;
	opacity: 1;
}

.owl-carousel .owl-item {
	text-align: center;
}

.ntm-logos-carousel-items.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1920px) {
	.mod-full-text-cta .no-slider .item-slider-full {
		background-size: 150% 135%;
	}
}

@media screen and (max-width: 991px) {
	.form-inline .btn {
		margin-left: 0;
		margin-bottom: 10px;
		font-size: .8rem;
		padding: 6px 10px;
	}
	
	.ntm-blocks-carousel-item {
		min-height: 275px;
	}
	
	ul.ntm-scroll-sections li > .container {
		flex-flow: unset;
		flex-direction: column;
		justify-content: revert;
		max-height: initial;
		height: calc(100vh - var(--var-header));
		overflow: hidden;
	}
	
	ul.ntm-scroll-sections li > .container .text-content {
		padding: 0 25px;
		margin-bottom: 25px;
	}
	
	.ntm-scroll-section-mask {
		display: none;
	}
	
	.ntm-scroll-section-mask.mobile {
		display: inline-block;
	}
	
	.ntm-scroll-section-dots {
		display: none;
	}
	
	.item-slider-full .box-content a {
		font-size: 1rem;
		margin: 0 !important;
		padding: 7px 10px;
	}
	
	.item-slider-full .box-content a:not(:first-child) {
		margin-left: 10px !important;
	}
	
	.ntm-logos-carousel .container {
		padding: 0 15px;
	}
	
	.owl-carousel .owl-item .ntm-logos-carousel-item img {
		max-width: 110px;
	}
}

/* Play Button */
span.btn-play-module {
	background: #f8991f;
	border-radius: 100%;
	width: 10rem;
	height: 10rem;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

a:hover > span.btn-play-module {
	background: #2987cd;
}

span.btn-play-module::after {
	top: inherit;
	left: initial;
	border: none;
	background: url("https://www.mersive.com/wp-content/themes/mersive-theme/images/play.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 5px center;
	content: "";
	width: 5.5rem;
	height: 100%;
}

@media screen and (max-width: 560px) {
	span.btn-play-module {
		height: 6rem;
		width: 6rem;
	}
	
	span.btn-play-module::after {
		width: 3.5rem;
	}
}

/* Megamenu */
.main-menu-ul {
	margin: 0 0 0 5px;
	list-style: none;
	display: flex;
	padding: 0;
}

.main-menu-ul li {
	margin: 0;
	position: relative;
	color: #2d394a;
	line-height: 1.2em;
	font-size: 1em;
	margin-bottom: 0;
	letter-spacing: .2px;
}

.main-menu-ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: 700;
}

.main-menu-ul > li:hover > a {
	position: relative;
	color: #6c3;
}

.main-menu-ul > li:hover > a:before {
	height: 6px;
	border-radius: 25px;
	bottom: -3px;
	z-index: 999999;
	content: "";
	position: absolute;
	background: #6c3;
	left: 25px;
	right: 25px;
}

.main-megamenu .form-inline {
	display: flex;
	align-items: center;
	justify-content: end;
	max-width: 290px;
	column-gap: 5px;
}

.main-megamenu .form-inline a {
	padding: 6px 22px;
	color: #fff;
	margin: 0;
	font-size: 1rem;
	text-align: center;
}

.main-megamenu .form-inline a:first-child {
	color: #f8991f;
	background: #fff;
}

.main-megamenu .form-inline a:first-child:hover {
	color: #fff;
	background: #f8991f;
}

.with-megamenu .main-menu-ul > li > a {
	padding: 26.5px 10.5px 29px;
}

.main-menu-ul .mega-dropdown {
	position: static;
}

.main-menu-dropdown {
	z-index: 2;
	left: 0;
	top: 100%;
	position: absolute;
	display: block;
	min-width: 200px;
	width: 100%;
	margin: 0;
	font-size: 1em;
	border: none;
	padding-top: 3px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	background: #f4f7fc 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, .16), 0px 3px 8px rgba(0, 0, 0, .16);
	padding: 0;
	-webkit-transition: padding .25s cubic-bezier(.73, .32, .34, 1.5), opacity .15s, visibility .15s;
	-o-transition: .25s padding cubic-bezier(.73, .32, .34, 1.5), .15s opacity, .15s visibility;
	transition: padding .25s cubic-bezier(.73, .32, .34, 1.5), opacity .15s, visibility .15s;
}

.main-menu-ul > li:hover .main-menu-dropdown {
	opacity: 1;
	visibility: visible;
	padding: 10px 0;
}

.with-megamenu .main-menu-ul:not(.focused) > li:hover .main-menu-dropdown {
	display: none;
}

.with-megamenu .main-menu-dropdown.with-scroll {
	max-height: calc(90vh - 132px);
	overflow-y: scroll;
}

.main-menu-dropdown li .images.has-bg img {
	max-height: 100%;
}

.main-megamenu .main-menu-ul > li.current-menu-item > a, .main-megamenu .main-menu-ul > li.current-menu-ancestor > a, .main-megamenu .main-menu-ul > li.current-page-ancestor > a {
	color: #6c3;
}

.main-menu-dropdown .container {
	max-width: 900px !important;
}

.main-menu-dropdown .menu-child ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu-dropdown .menu-child li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 100%;
	margin-bottom: 26px;
}

.with-megamenu .main-menu-dropdown.with-boxed .container {
	max-width: 1080px !important;
}

.with-megamenu .main-menu-dropdown li.menu-level-2 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.with-megamenu .main-menu-dropdown li.menu-level-2.align-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.with-megamenu .main-menu-dropdown li.menu-level-2.align-bottom {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.with-megamenu .main-menu-dropdown li:nth-child(2):last-child:not(.is-boxed) {
	flex: 0 0 66.666%;
	max-width: none;
}

.with-megamenu .main-menu-dropdown li.menu-level-2:not(:first-child):not(.is-boxed) {
	border-left: .5px solid rgba(51, 64, 82, 40%);
	padding-left: 50px;
	margin: 0;
}

.with-megamenu .main-menu-dropdown li.menu-level-2:not(:last-child):not(.is-boxed) {
	padding-right: 50px;
}

.with-megamenu .main-menu-dropdown li:nth-child(2):last-child:not(.is-boxed) ul.child-child, .with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child + li + li:last-child ul.child-child {
	display: flex;
	flex-flow: row wrap;
}

.with-megamenu .main-menu-dropdown li:nth-child(2):last-child:not(.is-boxed) ul.child-child li, .with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child + li + li:last-child ul.child-child > li {
	flex: 0 0 50%;
}

.with-megamenu .main-menu-dropdown li:nth-child(2):last-child:not(.is-boxed) ul.child-child li:last-child {
	margin: 0;
}

.with-megamenu .main-menu-dropdown ul.menu-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 0;
	list-style: none;
}

.with-megamenu .main-menu-dropdown .menu-child b.megamenu-title {
	font: normal normal 600 18px/22px "proxima-nova";
	letter-spacing: 0px;
	color: #334052;
	margin-bottom: 10px;
	display: block;
}

.with-megamenu .main-menu-dropdown ul li.is-link a {
	font: normal normal 600 16px/20px "proxima-nova";
	letter-spacing: 0px;
	color: #6c3;
	transition: none;
}

.with-megamenu .main-menu-dropdown ul li.is-link a:hover {
	color: #f8991f;
}

.with-megamenu .main-menu-dropdown ul li.is-link a::before {
	display: none;
}

.with-megamenu .main-menu-dropdown ul li.is-link a::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url("https://www.mersive.com/wp-content/themes/mersive/images/megamenu/Arrow.svg");
	background-size: 100%;
	background-position: center center;
	margin-left: 5px;
}

.with-megamenu .main-menu-dropdown ul li.is-link a:hover::after {
	background-image: url("https://www.mersive.com/wp-content/themes/mersive/images/megamenu/Arrow-o.svg");
}

.with-megamenu .main-menu-dropdown .menu-child .item-withicon {
	display: flex;
}

.with-megamenu .main-menu-dropdown .menu-child .item-withicon .image {
	/* flex: 0 0 25%;
	max-width: 25px;
	max-height: 25px;
	width: 25px;
	height: 25px; */
	margin-right: 10px;
}

.with-megamenu .main-menu-dropdown .menu-child .item-withicon .image img {
	width: 25px;
	height: 25px;
	min-width: 25px;
}

.with-megamenu .main-menu-dropdown *:not(.is-banner) + .container .menu-child .menu-level-2:first-child .item-withicon .image img {
	width: 40px;
	height: auto;
}

.with-megamenu .main-menu-dropdown .menu-child .child-child li .item-withicon a {
	font: normal normal bold 16px/19px Lato;
	letter-spacing: 0px;
	padding: 0;
	color: #334052;
	margin-bottom: 5px;
}

.with-megamenu .main-menu-dropdown .menu-child .child-child li.new .item-content a:after {
	content: "New!";
	background: #6c3;
	font-size: 1rem;
	color: #fff;
	border-radius: 5px;
	padding: 3px 5px;
	margin-left: 7px;
}

.with-megamenu .main-menu-dropdown .menu-child .child-child li .item-withicon a:hover {
	color: #146d9a;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child + li:nth-child(2) .item-withicon a:hover {
	color: #6c3;
}

.with-megamenu .main-menu-dropdown .menu-child .child-child li .item-withicon a::before {
	display: none;
}

.with-megamenu .main-menu-dropdown .menu-child li .sub {
	cursor: default;
	font: normal normal 300 14px/17px Lato;
	letter-spacing: 0px;
	color: #334052;
	margin-bottom: 15px;
}

.with-megamenu .main-menu-dropdown .menu-child li > .sub {
	margin-bottom: 25px;
	font: normal normal 600 14px/17px Lato;
	color: #334052;
}

.with-megamenu .main-menu-dropdown .menu-child li:not(.with-sub):not(.menu-level-2) {
	margin-bottom: 25px;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed li:not(.with-sub):not(.menu-level-2) {
	margin-bottom: 0;
}

.with-megamenu .main-menu-dropdown .menu-child li:not(.with-sub) > .item-withicon .item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.with-megamenu .main-menu-dropdown .menu-child li:not(.with-sub) > .item-withicon .image img {
	width: 40px;
	height: 40px;
}

.with-megamenu .main-menu-dropdown .is-banner {
	background: transparent linear-gradient(97deg, #6c3 0%, #63c732 0%, #33661a 100%) 0% 0% no-repeat padding-box;
}

.with-megamenu .main-menu-dropdown .is-banner .menu-child {
	padding: 8px 100px;
	justify-content: normal;
}

.with-megamenu .main-menu-dropdown .is-banner .menu-child .menu-item {
	max-width: 100%;
	flex: auto;
	margin-bottom: 0;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-withicon .image {
	margin-right: 20px;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-withicon .image a {
	padding: 0;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-withicon .image a::before {
	display: none;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-withicon .image img {
	width: 75px;
	height: 75px;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-content > span, .with-megamenu .main-menu-dropdown .is-banner ul li .item-content > a {
	font: normal normal 600 20px/24px "proxima-nova";
	letter-spacing: 0px;
	color: #f4f7fc;
	margin: 0;
	padding: 0;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-content > a:before {
	display: none;
}

.with-megamenu .main-menu-dropdown .is-banner ul li .item-content > .sub {
	font: normal normal 400 20px/24px Lato;
	letter-spacing: 0px;
	color: #f4f7fc;
	margin-bottom: 0;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed > div {
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	border: 1px solid #c6d0de;
	border-radius: 30px;
	padding: 25px 40px;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed .item-withicon {
	margin-bottom: 25px;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed .item-withicon .image img {
	width: 66px;
	height: 66px;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed .item-withicon .item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed .item-withicon .item-content > span {
	font-size: 1.5rem;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed > div > .sub {
	font: normal normal 600 20px/24px "proxima-nova";
	letter-spacing: 0px;
	color: #334052;
}

.with-megamenu .main-menu-dropdown.with-boxed .container {
	max-width: 1080px;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child {
	flex: 0 0 25%;
	padding: 0;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child > div {
	background: transparent linear-gradient(180deg, #6c3 0%, #63c732 0%, #33661a 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	border: 1px solid #c6d0de;
	padding: 25px;
	position: relative;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child > div a.box-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child > div a.box-link:before {
	display: none;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed:first-child .item-withicon {
	margin: 20px 25px 25px 25px;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed:first-child .item-withicon .image {
	flex: none;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed:first-child .item-withicon .image img {
	width: 66px;
	height: auto;
}

.with-megamenu .main-menu-dropdown .menu-child .is-boxed:first-child .item-withicon .item-content > span {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.7rem;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child > div > .sub {
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.3rem;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child + li:nth-child(2) {
	border: none;
	flex: 0 0 28%;
	max-width: 28%;
	padding: 0 35px;
}

.with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child + li + li:last-child {
	flex: 0 0 47%;
	max-width: 47%;
	padding-top: 0;
	padding-left: 35px;
}

.with-megamenu .main-menu-dropdown ul li.is-button a {
	display: inline-block;
	background: #6c3 0% 0% no-repeat padding-box;
	text-align: center;
	font: normal normal bold 14px/17px "proxima-nova";
	letter-spacing: 0px;
	color: #fff;
	padding: 10px 25px;
	border-radius: 25px;
}

.with-megamenu .main-menu-dropdown ul li.is-button a:hover {
	background: #f8991f 0% 0% no-repeat padding-box;
}

.with-megamenu .main-menu-dropdown ul li.is-button a::before {
	display: none;
}

.main-megamenu .main-menu-dropdown .megamenu-mobile-title {
	display: none;
}

/* Megamenu Mobile */
.main-megamenu .main-menu-dropdown .megamenu-mobile-title {
	display: none;
}

.main-megamenu .sub-menu {
	display: none;
}

.main-megamenu .sub-menu ul {
	display: flex;
	flex-flow: row wrap;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-megamenu .sub-menu ul li {
	padding: 10px;
	text-align: center;
}

.main-megamenu .sub-menu ul li a {
	color: #c5d0de;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	letter-spacing: .2px;
	text-decoration: none;
}

.main-megamenu .form-menu {
	display: none;
}

.with-megamenu .search-in-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -200px !important;
	-webkit-transition: all .5s;
	-o-transition: .5s all;
	transition: all .5s;
	background: #fff;
	display: block;
	z-index: 33;
}

.with-megamenu .search-in-menu.show-search {
	-webkit-transform: translateY(200px) !important;
	-ms-transform: translateY(200px) !important;
	transform: translateY(200px) !important;
}

.with-megamenu .search-in-menu .icon-close-cus {
	display: block;
	width: 30px;
	height: 30px;
	padding-top: 16px;
	cursor: pointer;
}

.with-megamenu .search-in-menu .icon-close-cus:hover span {
	background: #6c3;
}

.with-megamenu .search-in-menu .icon-close-cus span {
	position: relative;
	width: 30px;
	height: 2px;
	background: #2d394a;
	display: block;
}

.with-megamenu .search-in-menu .icon-close-cus span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 2px;
}

.with-megamenu .search-in-menu .icon-close-cus span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -2px;
	left: 2px;
}

.with-megamenu .search-in-menu .icon-search1:hover:before {
	color: #6c3;
}

.with-megamenu .search-in-menu .search-form {
	width: 100%;
}

.with-megamenu .search-in-menu .search {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	min-height: 100px;
	padding: 22px 0;
	display: flex;
}

.with-megamenu .search-in-menu .col-left {
	width: 100%;
	margin-right: -6px;
	display: flex;
	flex-flow: row;
}

.with-megamenu .search-in-menu .align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.with-megamenu .search-in-menu a {
	text-decoration: none;
}

.with-megamenu .search-in-menu input {
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	color: #2d394a;
	font-weight: 500;
	font-style: normal;
	font-display: fallback;
	line-height: 1.25;
	letter-spacing: .2px;
	margin-bottom: 0;
	border: none;
	width: 100%;
	height: auto;
	outline: none;
}

.with-megamenu .search-in-menu input::-webkit-input-placeholder {
	color: #2d394a;
}

.with-megamenu .search-in-menu input::-ms-input-placeholder {
	color: #2d394a;
}

.with-megamenu .search-in-menu input::placeholder {
	color: #2d394a;
}

.with-megamenu .search-in-menu .icon-search1 {
	font-size: 1.875rem;
}

.with-megamenu .search-in-menu .icon-search1:hover:before {
	color: #6c3;
}

.with-megamenu .search-in-menu .icon-close-cus {
	display: block;
	width: 30px;
	height: 30px;
	padding-top: 16px;
	cursor: pointer;
}

.with-megamenu .search-in-menu .icon-close-cus:hover span {
	background: #6c3;
}

.with-megamenu .search-in-menu .icon-close-cus span {
	position: relative;
	width: 30px;
	height: 2px;
	background: #2d394a;
	display: block;
}

.with-megamenu .search-in-menu .icon-close-cus span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
	left: 2px;
}

.with-megamenu .search-in-menu .icon-close-cus span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -2px;
	left: 2px;
}

@media screen and (min-width: 992px) {
	.main-megamenu .box-menu {
		display: flex;
		justify-content: end;
	}
	
	/* 	.with-megamenu .main-menu-dropdown.with-scroll {
	max-height: calc(90vh - 132px);
	overflow-y: scroll;
}
	.with-megamenu .main-menu-dropdown.with-scroll::-webkit-scrollbar {
	width: 4px;
}
	.with-megamenu .main-menu-dropdown.with-scroll::-webkit-scrollbar-track {
	background: transparent;
}
	.with-megamenu .main-menu-dropdown.with-scroll::-webkit-scrollbar-thumb {
	background: #6c3;
	border-radius: 25px;
} */
	#main-menu.main-megamenu ul {
		margin: 0;
	}
	
	#main-menu.main-megamenu .box-menu {
		justify-content: end !important;
	}
	
	.with-megamenu .main-menu-ul:not(.focused) > li:hover .main-menu-dropdown {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	header.megamenu-open {
		height: 100vh;
		overflow: hidden;
	}
	
	.main-megamenu .sub-menu, .main-megamenu .form-menu {
		display: block;
	}
	
	.with-megamenu .search-in-menu {
		display: none;
	}
	
	.with-megamenu nav.container.navbar {
		padding: 0;
	}
	
	.with-megamenu nav.container.navbar .header-mobile {
		padding: 17px 18px;
		background: #f4f7fc;
	}
	
	.with-megamenu .hamburger-menu.is-open-menu .icon-bar {
		height: 5px;
		width: 30px;
		background: #334052;
		border-radius: 25px;
	}
	
	.with-megamenu .hamburger-menu.is-open-menu .icon-bar:first-child {
		top: 3px;
	}
	
	.with-megamenu .hamburger-menu.is-open-menu .icon-bar:nth-child(3) {
		right: -9px;
		top: 0px;
	}
	
	.with-megamenu #main-menu.main-megamenu {
		width: 100%;
		height: calc(100vh - 100px);
		position: absolute;
		left: 0;
		display: block;
		background: #fff;
		visibility: hidden;
		overflow: hidden;
		opacity: 0;
	}
	
	.with-megamenu #main-menu.main-megamenu.is-open-menu {
		visibility: visible;
		overflow-y: auto;
		opacity: 1;
		overflow: inherit;
		z-index: 1;
	}
	
	.with-megamenu #main-menu .main-menu-ul {
		padding: 0;
		flex-direction: column;
	}
	
	.main-megamenu .main-menu-dropdown .megamenu-mobile-title {
		display: block;
		font: normal normal 600 18px/22px "proxima-nova";
		letter-spacing: 0px;
		color: #334052;
		padding: 20px 40px;
		border-bottom: .25px solid rgba(198, 208, 222, .5);
	}
	
	.with-megamenu .main-menu-dropdown ul.menu-child {
		padding: 0;
	}
	
	.main-megamenu {
		background: #fff 0% 0% no-repeat padding-box;
		box-shadow: inset 0px 2px 8px rgba(0, 0, 0, .16);
		padding: 0;
	}
	
	.main-megamenu.is-open-menu .navbar-nav > li {
		position: inherit;
		margin: 0;
	}
	
	#main-menu.main-megamenu.is-open-menu .main-menu-ul > li > a {
		color: #334052;
		padding: 20px 40px;
	}
	
	#main-menu.main-megamenu.is-open-menu .main-menu-ul:not(.navbar-nav-language) > li > a {
		border-bottom: .25px solid rgba(198, 208, 222, .5);
	}
	
	.main-menu-ul > li:hover > a:before {
		display: none;
	}
	
	.with-megamenu #main-menu > .box-menu > *:not(.main-menu-ul) {
		padding: 20px 40px;
		margin: 0;
		max-width: inherit;
		justify-content: center;
	}
	
	.main-megamenu .main-menu-dropdown {
		display: block;
		position: absolute;
		top: -92px;
		left: 100%;
		width: 100%;
		height: calc(100% + 92px);
		overflow-y: scroll;
		transition: .3s all ease;
		-moz-transition: .3s all ease;
		-webkit-transition: .3s all ease;
		-o-transition: .3s all ease;
		-ms-transition: .3s all ease;
		margin-top: 0;
		background: #fff 0% 0% no-repeat padding-box;
		box-shadow: inset 0px 2px 8px rgba(0, 0, 0, .16);
	}
	
	.main-megamenu .is-open-child .main-menu-dropdown, .main-megamenu li.mega-dropdown .main-menu-dropdown.hovered {
		left: 0;
	}
	
	.with-megamenu .main-menu-dropdown li.menu-item.menu-level-2 {
		padding: 20px 40px !important;
		margin-bottom: 0;
		border-bottom: .25px solid rgba(198, 208, 222, .5);
		border-left: none;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	.with-megamenu .main-menu-dropdown li:nth-child(2):last-child:not(.is-boxed) ul.child-child li {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	
	.with-megamenu .main-menu-dropdown li:nth-child(1):first-child:not(.is-boxed) ul.child-child li {
		margin-bottom: 20px;
	}
	
	.with-megamenu .main-menu-dropdown .menu-child b.megamenu-title {
		margin-bottom: 20px;
	}
	
	.with-megamenu #main-menu.is-open-menu .main-menu-ul > li.has-sub > a:after {
		content: "";
		font-family: "FontAwesome";
		font-size: .8rem;
		margin-left: 10px;
	}
	
	.main-megamenu .main-menu-dropdown .megamenu-mobile-title .container:before {
		content: "";
		font-family: "FontAwesome";
		font-size: .8rem;
		margin-right: 10px;
	}
	
	/* .with-megamenu .main-menu-dropdown .menu-child li.megamenu-item-type-0 .item-withicon .image img {
	width: 40px;
	height: 40px;
} */
	.with-megamenu .main-menu-dropdown .menu-child li.megamenu-item-type-0 .item-content > .sub {
		display: none;
	}
	
	.with-megamenu .main-menu-dropdown .menu-child li.megamenu-item-type-0 .item-content > a {
		margin: 0;
	}
	
	.with-megamenu .main-menu-dropdown .menu-child li.megamenu-item-type-0 .item-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.with-megamenu .main-menu-dropdown ul li.is-link a {
		padding: 10px 0;
	}
	
	.with-megamenu .main-menu-dropdown .is-banner .menu-child {
		padding: 15px 40px;
	}
	
	.with-megamenu .main-menu-dropdown .is-banner .menu-child .menu-item {
		padding: 0;
		border: none;
	}
	
	.with-megamenu .main-menu-dropdown .is-banner ul li .item-content > span {
		font: normal normal 600 18px/22px "proxima-nova";
		margin-bottom: 5px;
	}
	
	.with-megamenu .main-menu-dropdown .is-banner ul li .item-content > .sub {
		font: normal normal 400 12px/15px Lato;
	}
	
	.with-megamenu .main-menu-dropdown .menu-child li:not(.with-sub):last-child {
		margin-bottom: 0;
	}
	
	.with-megamenu .main-menu-dropdown .menu-child li:last-child li:not(.is-button):last-child {
		padding-bottom: 60px;
	}
	
	.with-megamenu .main-menu-dropdown li.menu-level-2.align-center {
		display: block;
		border: none;
	}
	
	.with-megamenu .main-menu-dropdown .menu-child li.is-boxed > div {
		/* margin: 0 40px; */
		padding: 25px 40px;
		background: #f4f7fc 0% 0% no-repeat padding-box;
	}
	
	.with-megamenu .main-menu-dropdown li:nth-child(2):last-child:not(.is-boxed) ul.child-child li, .with-megamenu .main-menu-dropdown .menu-child li.is-boxed:first-child + li + li:last-child ul.child-child > li {
		flex: 0 0 100%;
		padding-bottom: 5px;
	}
	
	#main-menu .form-group {
		position: relative;
	}
	
	#main-menu .email-form input {
		box-shadow: none !important;
		border-radius: 23.5px;
		height: 40px;
	}
	
	#main-menu .email-form .btn, #main-menu .email-form .hs-button {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		font-size: 1rem;
		min-width: 100px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 11px;
		margin: 0;
	}
}

/* New Footer US */
.ntm-footer-us {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.ntm-footer-us .column {
	width: 25%;
	display: inline-block;
}

.ntm-footer-us .site-logo.mobile {
	display: none;
	margin-bottom: 27px;
}

.ntm-footer-us .footer-logo {
	text-align: left;
}

.ntm-footer-us .footer-logo img {
	width: calc(100% - 20px);
	max-width: 200px;
}

.ntm-footer-us .site-logo.desktop .footer-logo img {
	margin-bottom: 40px;
}

.ntm-footer-us ul.ntm-footer-items {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
}

.ntm-footer-us ul.ntm-footer-items li {
	margin-bottom: 10px;
}

.ntm-footer-us ul.ntm-footer-items li:first-child, .ntm-footer-us ul.ntm-footer-items li:first-child a {
	font: normal normal 600 1.125rem/1.375rem "proxima-nova";
	letter-spacing: 0px;
	color: #6c3;
}

.ntm-footer-us ul.ntm-footer-items li:not(:first-child) a {
	font: normal normal 400 1rem/1.25rem "proxima-nova";
	letter-spacing: 0px;
	color: #253141;
}

.ntm-footer-us ul.ntm-footer-items li:not(:first-child) a:hover {
	color: #005b88;
}

.ntm-footer-us + .social a {
	color: #005b88;
	font-size: 1.5rem;
}

.ntm-footer-us + .social a:hover {
	color: #2d394a;
}

.ntm-footer-us + .social ul {
	text-align: center;
	max-width: initial;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ntm-footer-us + .social ul li {
	display: inline-block;
	margin: 0 17px 10px;
}

li.careers-footer-item a:after {
	display: none;
	content: "Now Hiring!";
	background: #6c3;
	color: #fff;
	border-radius: 17px;
	padding: 3px 13px;
	margin-left: 10px;
	font-size: .85rem;
	transition: .3s all;
}

li.careers-footer-item a:hover:after {
	background: #005b88;
}

li.careers-footer-item.active a:after {
	display: inline-block;
}

ul.job_listings {}

.careers--open-positions .job_filters .showing_jobs a.rss_link {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.ntm-footer-us .site-logo.mobile {
		display: block;
		width: 100%;
	}
	
	.ntm-footer-us .site-logo.desktop {
		display: none;
	}
	
	.ntm-footer-us .column {
		width: 50%;
	}
	
	.ntm-footer-us ul.ntm-footer-items li {
		margin: 0;
	}
	
	.ntm-footer-us ul.ntm-footer-items li:first-child, .ntm-footer-us ul.ntm-footer-items li:first-child a {
		margin-top: 10px;
	}
	
	.ntm-footer-us + .social li {
		margin-right: 30px;
	}
	
	.ntm-footer-us + .social li:last-child {
		margin-right: 10px;
	}
	
	li.careers-footer-item a:after {
		margin-left: 3px;
		padding: 2px 9px;
	}
}

/* Override Elementor animation durations */
.animated {
	-webkit-animation-duration: .7s;
	animation-duration: .8s;
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		transform: translate3d(0, -15%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown2 !important;
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-15%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft2 !important;
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(15%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight2 !important;
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0, 15%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp2 !important;
}

/* Animated Button */
@-webkit-keyframes d {
	0% {
		-webkit-transform: scale(.25);
		transform: scale(.25);
	}
	
	25% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes d {
	0% {
		-webkit-transform: scale(.25);
		transform: scale(.25);
	}
	
	25% {
		opacity: 1;
	}
	
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.buttonv1 .elementor-button-icon {
	z-index: 1;
	margin: 0;
}

.buttonv1 .elementor-button-text:empty {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: d 2s ease-in-out infinite;
	animation: d 2s ease-in-out infinite;
}

.buttonv1 .elementor-button-text:empty:after, .buttonv1 .elementor-button-text:empty:before {
	content: "";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 1px 0 #fff inset, 0 0 1px #fff;
	box-shadow: inset 0 0 1px 0 #fff, 0 0 1px #fff;
}

.buttonv1 .elementor-button-text:empty:before {
	width: 169px;
	height: 169px;
}

.buttonv1 .elementor-button-text:empty:after {
	width: 119px;
	height: 119px;
}

@media screen and (min-width: 768px) {
	.buttonv1 .elementor-button-text:empty:before {
		width: 193px;
		height: 193px;
	}
	
	.buttonv1 .elementor-button-text:empty:after {
		width: 143px;
		height: 143px;
	}
}

/* WP GOOGLE MAP PRO */
.wpgmp_tabs_container .wpgmp_tabs .wpgmp-tab-0 {
	margin-bottom: 10px !important;
}

.wpgmp_tabs_container #wpgmp_tab_0 {
	padding-left: 10px !important;
}

.wpgmp_tabs_container #wpgmp_tab_0 .wpgmp_tab_item input[type="checkbox"], .wpgmp_tabs_container #wpgmp_tab_3 .wpgmp_tab_item input[type="checkbox"] {
	display: table-cell;
	opacity: 1;
	width: auto;
	margin-left: 0;
}

.wpgmp_location_container li {
	font-size: 15px !important;
	line-height: 16px !important;
	margin-bottom: 0px !important;
}

.wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title span.arrow {
	margin-right: 0px !important;
}

.wpgmp_tabs_container {
	border-radius: 25px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25) !important;
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, .25) !important;
	z-index: 98 !important;
}

.wpgmp_toggle_main_container {
	padding: 10px 10px 15px !important;
}

div.categories_filter select {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.page-id-12242 .mod-banner-home h2 {
	text-align: center;
}

.page-id-12242 .mod-banner-home.mod-banner-img.banner-img-right .banner-content {
	max-width: 100%;
}

.page-id-12242 .mod-banner-home .cuved, .page-id-12242 .mod-banner-home .anima-opacity {
	display: none;
}

.page-id-12242 .mod-banner-home.banner-img-right {
	background: #fff;
}

.wpgmp_filter_wrappers {
	background: #fbfbfb !important;
}

.color_category_Authorized .fc-item-meta {
	background: #f97309 !important;
	color: #fff !important;
	padding: 6px 18px !important;
	font-size: 14px !important;
}

.color_category_Premier .fc-item-meta {
	background: #5c9cd4 !important;
	color: #fff !important;
	padding: 6px 18px !important;
	font-size: 14px !important;
}

.wpgmp_listing_list .fc-item-box {
	margin: 10px 0 15px 0 !important;
	padding: 20px !important;
	border: 1px solid #eee;
}

.fc-item-title.fc-item-primary-text-color a {
	font-size: 20px !important;
}

.categories_filter_reset_btn {
	border: 0px;
}

.fc-item-content {
	font-size: 15px !important;
}

.wpgmp_map_container.wpgmp-map-1, .wpgmp-map-1, .wpgmp_map_container.wpgmp-map-1 {
	min-height: 2420px;
}

.locations_custom-item {
	margin: 10px 0 20px 0 !important;
	height: auto !important;
	padding: 20px !important;
	border: 1px solid #eee;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 14px !important;
	color: #777;
	line-height: 21px !important;
	font-style: normal;
}

.locations_custom-item h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 21px;
	font-size: 20px;
	margin-bottom: 10px;
}

.locations_custom-item h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 21px;
	font-size: 17px;
	margin-bottom: 10px;
}

/* Woocommerce Styles */
body.woocommerce .site-main {
	max-width: 1140px;
	margin: 0 auto;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	display: block;
	width: inherit;
	margin: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 2px solid transparent;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: #f8991f;
}

.woocommerce div.product div.images .flex-viewport {
	max-height: 258px;
}

@media screen and (min-width:1366px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		display: flex;
		flex-direction: row-reverse;
	}
	
	.woocommerce-product-gallery--with-images .woocommerce-product-gallery__trigger + .product-box {
		width: calc(100% - 90px);
	}
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	min-height: 600px;
}

.product-box {
	position: absolute;
	width: 100%;
	min-width: 200px;
	bottom: 0;
	padding: 30px 30px 14px;
	background: #fbfbfb;
	margin: 0 -33px;
}

.product-box h3 {
	font-size: 24px !important;
	line-height: 1.42;
}

.product-box .btn-outline-secondary {
	color: #f8991f;
	background: #fff;
	-webkit-box-shadow: 0 0 1px 0 #f8991f inset, 0 0 1px #f8991f;
	box-shadow: inset 0 0 1px 0 #f8991f, 0 0 1px #f8991f;
	border-color: #f8991f;
}

.product-box .btn-outline-secondary:hover {
	background: #f8991f;
	color: #fff;
}

.product-box .btn-inline {
	padding: 10px 0;
}

.product-box .btn-inline .btn:first-child {
	margin-left: 0;
}

.woo-mobile {
	display: none;
}

.green-arrow {
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	color: #6c3;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: .2px;
	display: inline-block;
}

.green-arrow, .green-arrow:after {
	font-display: fallback;
	position: relative;
}

.green-arrow:after {
	content: "";
	font-family: icomoon;
	top: 2px;
	margin-left: 15px;
	width: 15px;
}

.green-arrow:hover {
	text-decoration: none;
	color: #2987cd;
}

.green-arrow.color-blue {
	color: #2987cd;
}

.green-arrow.color-blue:hover {
	color: #6c3;
}

.woocommerce .fqa-tab-title h3 {
	font-size: 1.5rem;
	line-height: 1.42;
	font-weight: 800;
	letter-spacing: .2px;
	margin: 0 0 1rem 0;
}

.woocommerce .fqa-tab-title .icomoon {
	position: absolute;
	top: 7px;
	right: 0;
	pointer-events: none;
	font-size: 14px;
}

.woocommerce .mod-fqa-onecolumm--custom .fqa-tab-title .icomoon {
	font-size: 14px;
	top: 39px;
}

.woocommerce .fqa-tab-item.active .fqa-tab-title .icomoon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.woocommerce .fqa-tab-item {
	position: relative;
	border-bottom: 2px solid rgba(197, 208, 222, .5);
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.woocommerce .fqa-tab-item:last-child {
	border: none;
}

.woocommerce .fqa-tab-title {
	cursor: pointer;
	position: relative;
}

.woocommerce .fqa-tab-title h5 {
	font-size: 1rem;
	margin-bottom: 0;
}

.woocommerce .fqa-tab-title:hover *, .fqa-tab-item.active .fqa-tab-title * {
	color: #2987cd;
}

.woocommerce .fqa-tab-item:not(.active) .fqa-tab-content-animation {
	max-height: 0 !important;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all .5s;
	-o-transition: .5s all;
	transition: all .5s;
}

.woocommerce .fqa-tab-item .fqa-tab-content-animation {
	max-height: 99999px !important;
	visibility: visible;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: .5s all;
	transition: all .5s;
}

.woocommerce .fqa-block-cta .fqa-block-cta__container {
	min-height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-ms-flex-direction: row;
	flex-direction: column;
	flex-direction: row;
	padding: 30px;
}

.woocommerce .fqa-block-cta .fqa-block-cta__container h3 {
	width: 50%;
	padding-right: 15px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.42;
	letter-spacing: .2px;
	font-weight: 800;
	margin: 0;
}

.woocommerce .fqa-block-cta .fqa-block-cta__button {
	margin: 0 -15px;
	margin-left: auto;
	white-space: nowrap;
}

.ie .wc_payment_method.payment_method_stripe > input[type='radio'] {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}

.ie .woocommerce-checkout #payment ul.payment_methods li label {
	max-width: 202px;
}

.woocommerce-info {
	border: 1px solid #6c3;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
	background-color: #f7f6f7;
	border-radius: 4px;
	padding: .786em 1.15em 1em;
	font-size: 14px !important;
	line-height: 1.5 !important;
	color: #515151;
}

.woocommerce-info a {
	color: #2987cd;
	text-decoration: none;
}

.woocommerce-info a:hover {
	text-decoration: underline;
	color: #1c5d8d;
}

.woocommerce-checkout h3 {
	font-size: 27px;
}

.woocommerce-info:before {
	content: none;
}

#customer_details .col-1, #customer_details .col-2 {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

#customer_details input:not([type='checkbox']) {
	width: 100%;
	margin-bottom: 9px;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: normal;
	color: #555;
	background-color: #fff;
	height: 40px;
	border-radius: 23.5px;
	padding: 6px 20px;
	font-weight: 500;
}

#customer_details label {
	margin-left: 0;
	width: 100%;
}

.woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

#ship-to-different-address-checkbox {
	width: auto;
	margin: 0 9px 2px 0;
	height: 15px;
}

#header .woocommerce button {
	margin-top: 0;
}

.woocommerce-ResetPassword.lost_reset_password label {
	margin-left: 0;
}

.woocommerce-checkout .lost_password a, .woocommerce-LostPassword.lost_password a {
	font-size: 16px;
}

.woocommerce-LostPassword.lost_password {
	margin-left: 3px;
}

.woocommerce:not(.single-product) button.button.alt, .woocommerce:not(.single-product) button[type='submit'] {
	color: #fff;
	border: 1px solid #6c3;
	background-color: #6c3;
	display: block;
	float: none !important;
	margin-top: 15px;
	border-radius: 23.5px;
	padding: 10px 22px !important;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	font-weight: 700;
	letter-spacing: .2px;
	font-size: 18px;
	-webkit-font-smoothing: auto;
	line-height: 18px;
	width: auto;
}

.safari .woocommerce:not(.single-product) button.button.alt, .safari .woocommerce:not(.single-product) button[type='submit'] {
	padding: 11px 22px 9px !important;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 40px;
	margin-top: 9px;
	margin-left: 20px;
}

.woocommerce-account .woocommerce-form-login {
	padding: 20px 20px 8px !important;
	margin-bottom: 0 !important;
}

.woocommerce-form-login label {
	margin-left: 0;
}

.woocommerce-form-login .form-row:not(.woocommerce-form-row) {
	padding-bottom: 11px;
}

.woocommerce-form-login .woocommerce-Button {
	margin-top: 9px !important;
}

.woocommerce button[disabled] {
	color: #fff !important;
}

.woocommerce-Button + .woocommerce-form__label-for-checkbox.inline {
	margin-top: 13px;
}

.woocommerce button[disabled]:hover {
	background-color: #6c3 !important;
}

.woocommerce-terms-and-conditions-wrapper {
	width: 100%;
	margin-left: -4px;
}

.woocommerce button.button.alt:hover, .woocommerce button.button:hover {
	color: #fff;
	background: #f8991f;
	border-color: #f8991f;
}

#billing_country_field, #shipping_country_field {
	margin-bottom: 19px;
}

.select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
	border-radius: 23.5px;
	height: 40px;
}

.select2-container .select2-selection--single {
	height: 40px;
	border-radius: 23.5px !important;
	border: 1px solid #ddd !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	position: relative;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single:before, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single:before {
	content: "";
	position: absolute;
	height: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	top: 20px;
	left: -1px;
	right: -1px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single:before {
	bottom: 20px;
	top: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	right: 10px;
	top: 3px;
}

.order_review {
	border: none;
}

.woocommerce-checkout #payment {
	padding: 20px 20px 10px;
	background: #f5f5f5;
	margin-top: 20px;
	border-radius: 5px;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #c1dea8;
}

.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #c1dea8;
}

#payment .woocommerce-PaymentBox.payment_box p {
	font-size: 18px !important;
}

#payment .woocommerce-PaymentBox.payment_box .wc-payment-form .form-row.form-row-wide .stripe-card-group #stripe-card-element {
	padding: 10px !important;
	border-radius: 5px !important;
}

#payment .woocommerce-PaymentBox.payment_box .wc-payment-form .form-row.form-row-first #stripe-exp-element {
	padding: 10px !important;
	border-radius: 5px !important;
}

#payment .woocommerce-PaymentBox.payment_box .wc-payment-form .form-row.form-row-last #stripe-cvc-element {
	padding: 10px !important;
	border-radius: 5px !important;
}

#payment .woocommerce-PaymentBox.payment_box .wc-payment-form .form-row.form-row-wide .stripe-card-group .stripe-credit-card-brand.stripe-card-brand {
	background: no-repeat url("https://www.mersive.com/wp-content/uploads/2024/05/credit-card.svg") !important;
	background-size: 30px !important;
}

#payment .woocommerce-PaymentBox.payment_box .wc-payment-form .form-row.form-row-wide .stripe-card-group .stripe-credit-card-brand.stripe-card-brand.nitro-lazy {
	background-image: none !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
	margin-left: 0;
	color: #555;
}

#ship-to-different-address span {
	font-size: 1.5rem;
	line-height: 1.42;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
	font-size: 16px;
	border: none;
	background: #fff;
	color: #2d394a;
}

.woocommerce table.shop_table {
	border: none;
	border-collapse: collapse;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th:not(.woocommerce-orders-table__header):not(.woocommerce-PaymentMethod) {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1) !important;
}

.woocommerce table.shop_table th.product-name:not(.woocommerce-orders-table__header):not(.woocommerce-PaymentMethod) {
	border: 0px !important;
}

.woocommerce table.shop_table th.product-total:not(.woocommerce-orders-table__header):not(.woocommerce-PaymentMethod) {
	border: 0px !important;
}

#customer_details .woocommerce-validated input {
	background: #fff !important;
}

.woocommerce-cart .quantity input[type='number'] {
	padding: 5px 6px;
	border-radius: 23.5px !important;
	border: 1px solid #ddd;
}

.product-inline .cont-dropdown li {
	height: 40px;
}

.product-inline .cont-dropdown li a {
	padding-top: 8px;
	padding-bottom: 7px;
}

.product-inline > p {
	text-align: right;
}

.woocommerce-cart .product-thumbnail img {
	min-width: 125px;
}

.woocommerce-cart .product-name a {
	color: #292929;
	text-decoration: none;
}

.woocommerce-cart .product-remove a.remove {
	color: #6c3 !important;
}

.woocommerce-cart .product-remove a.remove:hover {
	color: #fff !important;
	background: #6c3;
}

.woocommerce-error {
	border: 1px solid #e5bdc4;
	background-color: #f2dede;
	color: #b94a48;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
}

.woocommerce .woocommerce-shipping-calculator .form-row input.input-text {
	border-radius: 23.5px;
	height: 40px;
	border: 1px solid #eee;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: #333;
}

.woocommerce .woocommerce-shipping-calculator .form-row input.input-text::-webkit-input-placeholder {
	color: #333;
}

.woocommerce .woocommerce-shipping-calculator .form-row input.input-text::-ms-input-placeholder {
	color: #333;
}

.woocommerce .woocommerce-shipping-calculator .form-row input.input-text::placeholder {
	color: #333;
}

.woocommerce-error li {
	font-size: 14px !important;
	font-family: inherit;
	font-weight: 400;
	line-height: 21px !important;
	margin-bottom: 0;
}

.woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

.woocommerce-page input:not(.input-radio) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	border-color: #6c3;
	background-color: #6c3;
	font-size: 18px;
	margin-bottom: 0;
	border-radius: 23.5px;
	padding: 10px 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: .2px;
	-webkit-font-smoothing: auto !important;
	height: 40px;
	font-display: fallback;
}

.woocommerce-cart .wc-proceed-to-checkout {
	text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #5e54c5;
	border: 2px solid #5e54c5;
}

.woocommerce-cart-form .coupon #coupon_code {
	width: 100%;
	float: none;
	line-height: normal;
	background-color: #fff;
	border-radius: 23.5px;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce-cart-form .coupon button {
	width: 100% !important;
	margin-top: 8px !important;
}

.woocommerce-cart-form .coupon .input-text {
	margin-top: 0;
	padding: .7em 1.5em;
}

.woocommerce-cart-form button {
	width: 100%;
	margin-top: 0 !important;
	padding: .7em 1.5em;
}

.woocommerce-cart-form .product-name a:hover {
	text-decoration: none !important;
	color: #2987cd;
}

.woocommerce table.cart .product-thumbnail {
	display: block !important;
}

#main-content > .container .woocommerce-form-login .aiowps-captcha, #main-content > hr .woocommerce-form-login .aiowps-captcha {
	margin-bottom: 0;
}

#shipping_method label {
	cursor: pointer;
	margin-left: 2px;
	display: block !important;
}

.woocommerce-cart-form .product-quantity .form-group.quantity, .woocommerce-cart-form .product-quantity .quantity.hs-form-field {
	width: 100px;
	margin-left: 0;
	margin-bottom: 0;
}

.shop_table_responsive.cart .dropdown-select-c8 .dropdown-menu {
	min-width: auto;
}

.shop_table_responsive.cart .dropdown-select-c8 .dropdown-menu li a, .shop_table_responsive.cart .dropdown-select-c8 .dropdown-toggle {
	font-size: 16px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	text-align: left;
	font-display: fallback;
}

.shop_table_responsive.cart .dropdown-select-c8 li a {
	line-height: 1;
}

.single-product .entry-summary .price {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #2987cd !important;
	font-size: 1rem;
	font-display: fallback;
}

.single-product .entry-summary .single_add_to_cart_button {
	color: #fff;
	background: #6c3 !important;
	border-color: #fff;
	border-radius: 23.5px !important;
	padding: 11px 22px;
	min-width: 140px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .2px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: auto !important;
	font-display: fallback;
}

.single-product .entry-summary .single_add_to_cart_button:not(.disabled):hover {
	background: #f8991f !important;
	border-color: #f8991f !important;
}

.single-product .entry-summary .quantity .qty {
	width: 200px;
	border: 1px solid #fbfbfb;
	background: #fbfbfb;
	padding: .9375rem 1.25rem;
	border-radius: 23.5px;
	max-height: 40px;
	text-align: left;
}

.single-product #pa_version {
	height: 40px;
	background: transparent;
	border: none;
	width: 100%;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .2px;
	cursor: pointer;
	outline: none;
}

.single-product .form-select-c8 label + div {
	border-color: #fbfbfb;
	background: #fbfbfb;
	padding: 0 15px;
	overflow: hidden;
	border-radius: 23.5px;
	position: relative;
}

.single-product .form-select-c8 label + div:before {
	font-family: "icomoon";
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	right: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.single-product .form-select-c8 label + div select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
}

.single_variation_wrap select {
	border: none;
	width: 100%;
	height: 40px;
	outline: none;
}

.related.products .price span {
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	font-weight: 700;
	color: #2987cd !important;
	letter-spacing: .2px;
}

.woocommerce.single-product a.add_to_cart_button {
	color: #fff;
	background: #6c3;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	border-radius: 23.5px;
	min-width: 140px;
}

.woocommerce.single-product a.add_to_cart_button:not(.disabled):hover {
	background: #f8991f;
}

.single-product .variations tr label {
	margin-left: 0;
	margin-bottom: 10px;
}

.produc-content h1 {
	font-size: 2rem;
	line-height: 1.25;
	margin-bottom: 8px;
	letter-spacing: .3px;
	font-weight: 800;
}

.woocommerce.single-product .module.mod-product-content {
	padding-top: 100px;
	padding-bottom: 100px;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product div.summary {
	max-width: 480px;
}

.woocommerce.single-product .woocommerce-variation-price {
	min-height: 35px;
}

.variations .reset_variations {
	display: none !important;
}

.woocommerce-variation-price {
	position: relative;
}

.woocommerce-variation-price .woocommerce-variation {
	position: absolute;
	top: -4px;
}

.woocommerce div.product form.cart .button {
	float: right;
	margin: 0;
}

.woocommerce div.product form.cart div.quantity {
	margin-left: 20px;
}

.woocommerce-product-gallery__image {
	position: relative;
}

.woocommerce-product-gallery__image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/* .wc-pao-addon-product-add-ons{display:none;} */

/* .wc-pao-addon-product-add-ons.showProductOptions{display:block !important;} */
form.variations_form.cart .form-group.form-select-c8.variations > div, .form-group.form-select-c8.quantity .dropdown.form-control.dropdown-select-c8 {
	margin-left: 20px;
}

.learn-less, .learn-more {
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 30px;
}

.learn-less:hover, .learn-more:hover {
	text-decoration: none;
}

.product-tab.open h4 {
	color: #f8991f;
}

.product-tab.open .product-tab-content {
	margin-bottom: 25px !important;
}

.product-tab h4 {
	padding-left: 25px;
	position: relative;
	font-size: 1.125rem;
	cursor: pointer;
	margin-bottom: 15px;
}

.product-tab h4:hover {
	color: #f8991f;
}

.product-tab h4:before {
	content: "";
	position: absolute;
	left: -1.5px;
	top: 2px;
	line-height: 1;
	font-family: "icomoon";
}

.product-tab .product-tab-content {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}

.product-tab .product-tab-content .container, .product-tab .product-tab-content hr {
	padding: 0;
}

.product-tab .product-tab-content:last-child, .product-tab .product-tab-content :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.product-tab:not(.open) .product-tab-content {
	max-height: 0 !important;
}

.product-tab:not(.open) h4:before {
	content: "";
	top: 2px;
}

.product-tab .fqa-tab-title .icomoon {
	top: 3px;
}

.mod-product-content .product-content-text .content-text {
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mod-product-content .product-content-text .content-text p {
	line-height: 1.5;
	letter-spacing: .1px;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
}

.mod-product-content .product-content-text.more .content-text {
	max-height: 9999px !important;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-message {
	background-color: #f7f6f7;
	border: 1px solid #6c3;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
	padding: 15px 16px 11px 45px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
}

.woocommerce-account .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-message:before {
	color: #6c3 !important;
}

.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	color: #fff;
	background-color: #6c3;
	border-color: #6c3;
	border-radius: 23.5px;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	letter-spacing: .2px;
	padding: 10px 20px;
	height: 40px;
	font-size: 18px;
	-webkit-font-smoothing: auto;
	line-height: 18px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	margin-top: -10px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
	padding: 20px 16px 11px 45px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:before {
	top: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
	background: #f8991f;
	border-color: #f8991f;
	color: #fff;
}

.woocommerce .return-to-shop .wc-backward {
	background-color: #6c3;
	border-color: #6c3;
	border-radius: 23.5px;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	letter-spacing: .2px;
	padding: 11px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	-webkit-font-smoothing: auto;
}

.woocommerce .return-to-shop .wc-backward:hover {
	background: #f8991f;
	border-color: #f8991f;
	color: #fff;
}

#calc_shipping_state_field > span {
	width: 100%;
}

.shipping-calculator-form button {
	margin-right: 0 !important;
	margin-left: auto !important;
}

#calc_shipping_city_field, #calc_shipping_postcode_field {
	width: 49%;
	display: inline-block;
	padding-top: 5px;
}

#calc_shipping_postcode_field {
	float: right;
}

.woocommerce-checkout.woocommerce-order-received #main-content {
	padding-top: 100px;
}

.woocommerce-thankyou-order-details li {
	font-size: 18px;
}

.woocommerce-thankyou-order-details li strong {
	font-size: 18px !important;
}

.woocommerce .woocommerce-customer-details address {
	padding: 15px 20px;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	font-size: 16px;
}

.logged-in.woocommerce-page #payment #place_order {
	margin: 0px 0px 0px !important;
	width: auto !important;
	padding: 10px 30px !important;
	background-color: #5e54c5 !important;
	border: 2px solid #5e54c5 !important;
}

.logged-in.woocommerce-page #payment #place_order:hover {
	border: 2px solid #5e54c5 !important;
	color: #5e54c5 !important;
	background-color: transparent !important;
}

.logged-in.woocommerce-page #payment #place_order:focus {
	outline: none !important;
}

.woocommerce-page #payment #place_order:hover {
	background: #f8991f;
}

.logged-in.woocommerce-page form .form-row {
	margin-top: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	min-width: 100%;
	line-height: 40px !important;
	padding-left: 20px;
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	text-align: left;
	border: none !important;
}

.woocommerce-checkout .woocommerce-column--1, .woocommerce-checkout .woocommerce-column--2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce-checkout .woocommerce-column--1 {
	margin-bottom: 45px;
}

.woocommerce-notices-wrapper + .order_details, .woocommerce-order-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
}

.woocommerce .shop_table td, .woocommerce .shop_table th {
	padding-left: 0;
}

.woocommerce-notices-wrapper + .order_details li:last-of-type, .woocommerce-thankyou-order-details li:last-of-type {
	margin: 0 !important;
}

.woocommerce-notices-wrapper + .order_details li, .woocommerce-thankyou-order-details li {
	padding-bottom: 10px;
}

.woocommerce-notices-wrapper + .order_details, .woocommerce-thankyou-order-details {
	padding-left: 0;
}

.woocommerce-SavedPaymentMethods-saveNew {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
	display: block;
	padding: .9375rem 1.25rem;
	text-decoration: none !important;
	margin-bottom: 0;
	border-top: 1px solid hsla(0, 0%, 50%, .3);
	font-size: 15px;
	line-height: 24px;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
}

.select2-results__option[aria-selected]:first-child, .select2-results__option[data-selected]:first-child {
	border-top: 0;
}

.select2-results__option[aria-selected]:hover, .select2-results__option[data-selected]:hover {
	color: #2987cd;
}

.select2-container--default .select2-results__option[data-selected='true'] {
	color: #2987cd !important;
	background: transparent;
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: transparent;
	color: #2987cd;
}

.select2-container--open .select2-dropdown--below {
	border-bottom-left-radius: 23.5px;
	border-bottom-right-radius: 23.5px;
	border-color: #ddd;
	overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
	border-top-left-radius: 23.5px;
	border-top-right-radius: 23.5px;
	border-color: #ddd;
}

.select2-container--open .select2-dropdown--below .select2-search--dropdown {
	margin-top: 7px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	z-index: 9991;
	position: relative;
	border: 1px solid #ddd !important;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ddd;
	border-radius: 23.5px;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
}

.cart_totals h2 {
	font-size: 40px;
	font-weight: 800;
}

#order_review .woocommerce-form__label-for-checkbox.checkbox {
	margin-left: 0;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce-form-coupon input.input-text, .woocommerce-form-login input.input-text {
	height: 40px;
	border-radius: 23.5px;
	border: 1px solid #ddd;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 20px;
}

.woocommerce-form-login button.submit {
	margin-top: 0;
}

.woocommerce-form-coupon .form-row-last {
	width: 51% !important;
}

.woocommerce-form-coupon .form-row-last button {
	margin-top: 0 !important;
}

.woocommerce-form-login button.button {
	margin-top: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	margin-right: 10px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.woocommerce .woocommerce-form-login .form-row {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-form-login > :nth-last-child(2) {
	margin-bottom: 0;
}

#order_review .woocommerce-form__input-checkbox {
	margin: 0 10px 0 0;
	height: 16px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox + span:after, #ship-to-different-address .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox + span:before {
	top: calc(50% - 1px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce-cart-form .product-quantity label {
	display: none;
}

.single-product .woocommerce-notices-wrapper .woocommerce-error {
	margin-bottom: 0;
	margin-top: 40px;
}

.single-product .woocommerce-variation-add-to-cart .btn-primary, .single-product .woocommerce-variation-add-to-cart input.primary {
	margin-bottom: 7px;
}

.woocommerce #shipping_method li input {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.woocommerce #shipping_method li label {
	font-weight: 500;
	margin-bottom: 3px;
}

.woocommerce #shipping_method li label span {
	font-weight: 500 !important;
}

.woocommerce-shipping-destination {
	font-size: 16px !important;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
}

.wc_payment_method label {
	margin-left: 0;
}

.woocommerce-cart .cart.woocommerce-cart-form__contents {
	margin-bottom: 50px;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity input[type='number'] {
	border-radius: 0;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child td {
	padding: 14px 12px 14px 0;
}

.select2-selection__arrow:before {
	content: "";
	font-family: icomoon !important;
	font-size: 14px;
	font-display: fallback;
}

.select2-selection__arrow b {
	display: none;
}

.woocommerce-checkout-review-order-table tfoot tr > th, .woocommerce-order-received .woocommerce-table--order-details tfoot tr > th, .woocommerce .cart-collaterals .shop_table tr > th {
	padding-left: 0 !important;
}

.woocommerce-checkout-review-order-table tfoot tr > td, .woocommerce-order-received .woocommerce-table--order-details tfoot tr > td, .woocommerce .cart-collaterals .shop_table tr > td {
	padding-right: 0 !important;
}

.woocommerce-cart .shipping-calculator-form .form-row {
	padding-left: 0;
	padding-right: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

.form-row input, .form-row label {
	cursor: pointer;
}

.cart-collaterals #calc_shipping_state_field {
	margin-top: 12px;
}

.select2-container--default.select2-container--open .select2-selection__rendered {
	border-bottom: 1px solid hsla(0, 0%, 50%, .3);
}

.wc_payment_methods.payment_methods .wc_payment_method.payment_method_cod {
	margin-bottom: 11px !important;
}

.woocommerce-SavedPaymentMethods-saveNew label {
	line-height: 1 !important;
}

.stripe-amex-icon, .stripe-discover-icon, .stripe-mastercard-icon, .stripe-visa-icon {
	margin-top: 15px !important;
}

.blockUI.blockOverlay, .loader {
	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	background: hsla(0, 0%, 100%, .75) !important;
	position: fixed !important;
	right: 0;
	bottom: 0;
	-webkit-animation: none !important;
	animation: none !important;
}

.blockUI.blockOverlay, .blockUI.blockOverlay:before, .loader, .loader:before {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	left: 0;
	top: 0;
}

.blockUI.blockOverlay:before, .loader:before {
	display: block !important;
	background: transparent !important;
	background-repeat: no-repeat !important;
	margin-left: -1.5em !important;
	-webkit-animation: a 1s linear infinite !important;
	animation: a 1s linear infinite !important;
	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 0 0 #6c3;
	box-shadow: 0 2px 0 0 #6c3;
}

#billing_address_2_field, #shipping_address_2_field {
	margin-top: -11px !important;
}

.wc-stripe-checkout-button:hover {
	cursor: pointer;
	background-color: #f8991f !important;
	border-color: #f8991f !important;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.woocommerce-address-fields__field-wrapper p.form-row {
	margin-bottom: 15px;
}

.woocommerce-address-fields__field-wrapper p.form-row#shipping_country_field, .woocommerce-address-fields__field-wrapper p.form-row#shipping_state_field {
	margin-bottom: 19px;
}

.woocommerce-address-fields__field-wrapper p.form-row#shipping_postcode_field {
	margin-bottom: 22px;
}

.woocommerce-shipping-destination strong {
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods-new #wc-stripe-payment-token-new {
	margin-top: 0 !important;
}

.woocommerce-page .shop_table_responsive tr:nth-child(2n) td, .woocommerce .shop_table_responsive tr:nth-child(2n) td {
	background-color: transparent !important;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount, .woocommerce-table--order-detail .woocommerce-Price-amount, .woocommerce-table--order-details tr td:nth-child(2) {
	font-weight: 500 !important;
}

.woocommerce-table--order-details tr:last-child td:nth-child(2):not(.product-total) {
	font-weight: 700 !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	font-size: 16px !important;
}

.woocommerce-cart .dropdown-select-c8 .dropdown-menu {
	z-index: 9991;
}

.woocommerce-cart .dropdown-select-c8.show .dropdown-toggle {
	z-index: 9992;
}

.woocommerce .shop_table td small.shipped_via {
	font-size: 16px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	cursor: pointer;
}

.woocommerce-terms-and-conditions-checkbox-text:after {
	content: "*";
	color: #dc3545;
}

.woocommerce-account #shipping_first_name_field, .woocommerce-account #shipping_last_name_field, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row--first, .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row--last, .woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_last_name_field, .woocommerce-checkout #shipping_first_name_field, .woocommerce-checkout #shipping_last_name_field, .woocommerce-checkout .woocommerce-form-login .form-row-first, .woocommerce-checkout .woocommerce-form-login .form-row-last {
	width: 49%;
}

.woocommerce-checkout .woocommerce-columns--2.woocommerce-columns--addresses {
	margin: 0 -15px;
	width: calc(100% + 30px) !important;
}

.woocommerce-EditAccountForm.edit-account p:last-child .woocommerce-Button {
	margin: 15px 0px !important;
	width: fit-content;
	padding: 0px 35px !important;
	border-radius: 50px;
}

.woocommerce-checkout-review-order .product-name, .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__product-name {
	padding-left: 0 !important;
}

.woocommerce-table__product-name .wc-item-meta {
	padding-left: 0;
}

.woocommerce-checkout-review-order .product-name {
	width: 50% !important;
}

.woocommerce-checkout-review-order .product-total, .woocommerce-order-received .woocommerce-table--order-details .woocommerce-table__product-total {
	padding-right: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date[data-title='Date'], .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number[data-title='Order'], .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status[data-title='Status'], .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total[data-title='Total'], .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--expires[data-title='Expires'], .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--method[data-title='Method'] {
	position: relative;
}

.woocommerce-pagination {
	margin: 0 -15px;
}

.woocommerce-pagination a {
	margin: 0 15px !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number[data-title='Order']:after {
	content: "Order";
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date[data-title='Date']:after {
	content: "Date";
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status[data-title='Status']:after {
	content: "Status";
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total[data-title='Total']:after {
	content: "Total";
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	padding: 10px 0 !important;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
	margin: 10px 0 10px 20px !important;
}

.woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--method[data-title='Method']:after {
	content: "Method" !important;
	position: absolute;
	left: 0;
	font-size: 16px;
	font-weight: 700;
	display: none !important;
}

.woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--expires[data-title='Expires']:after {
	content: "Expires";
	position: absolute;
	left: 0;
	font-size: 16px;
	display: none !important;
}

#stripe-payment-data .woocommerce-SavedPaymentMethods {
	padding-left: 0;
}

#stripe-payment-data .woocommerce-SavedPaymentMethods li .woocommerce-SavedPaymentMethods-tokenInput {
	margin-right: 8px !important;
}

.woocommerce-password-strength {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .8), 0 2px 3px rgba(0, 0, 0, .065);
	padding: .786em 1.15em 1em;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 20px;
}

.woocommerce-password-strength.short {
	color: #e35b5b;
}

.woocommerce-password-strength.bad {
	color: #f78b53;
}

.woocommerce-password-strength.good {
	color: #ffc733;
}

.woocommerce-password-strength.strong {
	color: #83c373;
}

.woocommerce-MyAccount-content a.button {
	color: #fff;
	background: #c54137 !important;
	border-radius: 23.5px;
	padding: 11px 22px 9px;
	min-width: 140px;
	font-size: 1.125rem;
	line-height: 1;
	font-family: "Poppins", sans-serif !important;
	font-weight: 500 !important;
	font-weight: 600;
	font-display: fallback;
	letter-spacing: .2px;
	-webkit-transition: all .25s;
	-o-transition: .25s all;
	transition: all .25s;
	text-align: center;
	border: 1px solid;
}

.woocommerce form .form-row .required {
	display: none;
}

.woocommerce-MyAccount-content a.button:hover {
	background: transparent !important;
	border-color: #c54137 !important;
	color: #c54137 !important;
	border: 1px solid;
}

.woocommerce-MyAccount-content .woocommerce-form-row em {
	font-size: 14px;
	line-height: 1.5;
	display: block;
}

.woocommerce-MyAccount-content fieldset {
	margin-top: 20px;
}

.woocommerce-MyAccount-content fieldset legend {
	margin-bottom: 2px;
	line-height: 1.5;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead .nobr, .woocommerce-MyAccount-paymentMethods thead tr .nobr {
	color: #2d394a;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__header {
	border-color: transparent !important;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding: 10px 8px;
}

.woocommerce-account .woocommerce-MyAccount-orders tr {
	margin-bottom: 30px !important;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
	margin-bottom: 10px;
}

.woocommerce-account #account_display_name + span {
	margin-top: 5px;
}

.woocommerce-account input:not([type='checkbox']) {
	height: 40px;
	border-radius: 23.5px;
	padding: 6px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #555;
	background-color: #fff;
	margin-bottom: 9px;
	border: 1px solid #ddd;
	width: inherit;
}

.woocommerce-account #billing_address_2_field, .woocommerce-account #shipping_address_2_field {
	margin-top: 0 !important;
}

.woocommerce-account #add_payment_method #payment {
	background: #f8f8f8 !important;
	padding: 20px 20px 30px;
	border-radius: 10px !important;
	margin-bottom: 50px !important;
}

.woocommerce-account #add_payment_method #payment div.payment_box {
	background-color: #e9e9e9 !important;
	border-radius: 8px !important;
}

.woocommerce-account #add_payment_method #payment div.payment_box:before {
	border-bottom-color: #e9e9e9 !important;
}

.woocommerce-account #payment_method_stripe {
	-webkit-transform: translateY(-64px);
	-ms-transform: translateY(-64px);
	transform: translateY(-64px);
	height: 15px !important;
	margin-right: 8px !important;
}

.safari .woocommerce input[type='radio'] ~ label:before {
	top: 1px;
}

.safari .woocommerce input[type='radio'] ~ label:after {
	top: 7px;
}

.payment_method_stripe input[type='radio'] ~ label:before {
	top: 0;
}

.payment_method_stripe input[type='radio'] ~ label:after {
	top: 6px;
}

.form-row input[type='checkbox'], .woocommerce-shipping-fields input[type='checkbox'] {
	opacity: 0;
	position: absolute;
}

.form-row input[type='checkbox']:checked + span:after, .form-row input[type='checkbox']:checked ~ label:after, .woocommerce-shipping-fields input[type='checkbox']:checked + span:after, .woocommerce-shipping-fields input[type='checkbox']:checked ~ label:after {
	display: block;
}

.form-row input[type='checkbox']:checked + span:before, .form-row input[type='checkbox']:checked ~ label:before, .woocommerce-shipping-fields input[type='checkbox']:checked + span:before, .woocommerce-shipping-fields input[type='checkbox']:checked ~ label:before {
	border-color: #2d394a;
}

.form-row input[type='checkbox'] + span, .form-row input[type='checkbox'] ~ label, .woocommerce-shipping-fields input[type='checkbox'] + span, .woocommerce-shipping-fields input[type='checkbox'] ~ label {
	position: relative;
	margin-left: 0;
	padding-left: 25px;
	line-height: 1;
}

.form-row input[type='checkbox'] + span:after, .form-row input[type='checkbox'] + span:before, .form-row input[type='checkbox'] ~ label:after, .form-row input[type='checkbox'] ~ label:before, .woocommerce-shipping-fields input[type='checkbox'] + span:after, .woocommerce-shipping-fields input[type='checkbox'] + span:before, .woocommerce-shipping-fields input[type='checkbox'] ~ label:after, .woocommerce-shipping-fields input[type='checkbox'] ~ label:before {
	content: "";
	position: absolute;
}

.form-row input[type='checkbox'] + span:before, .form-row input[type='checkbox'] ~ label:before, .woocommerce-shipping-fields input[type='checkbox'] + span:before, .woocommerce-shipping-fields input[type='checkbox'] ~ label:before {
	content: "";
	width: 14px;
	height: 14px;
	left: 0;
	top: 0;
	border: 1px solid #c5d0de;
}

.form-row input[type='checkbox'] + span:after, .form-row input[type='checkbox'] ~ label:after, .woocommerce-shipping-fields input[type='checkbox'] + span:after, .woocommerce-shipping-fields input[type='checkbox'] ~ label:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #2d394a;
	left: 4px;
	top: 4px;
	display: none;
}

.woocommerce input[type='radio'] {
	position: absolute;
	opacity: 0;
}

.woocommerce input[type='radio']:checked ~ label:after {
	display: block;
}

.woocommerce input[type='radio']:checked ~ label:before {
	background-color: #fff;
}

.woocommerce input[type='radio'] ~ label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.woocommerce input[type='radio'] ~ label:hover:before {
	background-color: #ccc;
}

.woocommerce input[type='radio'] ~ label:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid #c5d0de;
	background-color: #eee;
	border-radius: 50%;
}

.woocommerce input[type='radio'] ~ label:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2d394a;
	display: none;
}

.logged-in .woocommerce-MyAccount-navigation {
	margin-bottom: 140px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}

.logged-in .woocommerce .woocommerce-MyAccount-navigation ul {
	padding-left: 30px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	font-size: 1.125rem;
	line-height: 1.33;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	letter-spacing: .2px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
}

.woocommerce-PaymentMethod--actions.payment-method-actions {
	text-align: right !important;
}

.logged-in .woocommerce-PaymentMethod--actions.payment-method-actions a.button {
	margin-right: 0px !important;
}

.woocommerce-page .shop_table_responsive tr td:before, .woocommerce .shop_table_responsive tr td:before {
	content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #2d394a;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active:before {
	opacity: 1;
	visibility: visible;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active:before, .woocommerce-account .woocommerce-MyAccount-navigation li:before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	width: 5px;
	border-radius: 4px;
	background: #6c3;
	left: -20px;
	-webkit-transition: all .25s;
	-o-transition: .25s all;
	transition: all .25s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:before {
	opacity: 0;
	visibility: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	text-decoration: none;
	line-height: 1.5;
	font-size: 18px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
	color: #2d394a;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover:before {
	-webkit-transition: all .25s;
	-o-transition: .25s all;
	transition: all .25s;
	opacity: 1;
	visibility: visible;
}

.woocommerce-account .col2-set.woocommerce-Addresses {
	margin: 0 -15px;
}

.woocommerce-account .col2-set.woocommerce-Addresses address {
	font-size: 18px;
	font-style: normal !important;
}

.woocommerce-account .entry-header {
	margin-top: 30px;
}

.woocommerce-account .woocommerce-Address {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce-account .woocommerce-customer-details {
	margin: 0 -15px auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content label {
	margin-left: 0;
	line-height: 1.3 !important;
	margin-bottom: 5px;
}

.woocommerce-EditAccountForm .clear + .woocommerce-form-row--wide {
	margin-top: -4px !important;
}

.woocommerce-account .woocommerce-column--1, .woocommerce-account .woocommerce-column--2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

.woocommerce-page h1.entry-title {
	font-weight: 800;
	letter-spacing: .3px;
	margin-bottom: 24px;
	line-height: 1.1;
}

.woocommerce-page header.page-header {
	padding-top: 60px;
}

.woocommerce-page .page-content p {
	font-size: 1.25rem;
	line-height: 1.5;
	letter-spacing: .1px;
	margin-bottom: 21px;
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
}

.woocommerce-page label {
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .2px;
	color: #2d394a;
	margin-left: 13px;
	font-display: fallback;
}

.wc-pao-addon {
	display: none;
}

.wc-pao-addon.showProductOptions {
	display: block !important;
}

@media (min-width: 992px) {
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: -2px;
	}
	
	.produc-content h1 {
		font-size: 2rem;
		line-height: 1.25;
	}
	
	.product-tab h4 {
		font-size: 1rem;
	}
	
	.product-tab .fqa-tab-title .icomoon {
		top: 8px;
	}
}

@media (max-width: 992px) {
	body.woocommerce .site-main {
		padding: 0 30px;
	}
	
	.woocommerce div.product div.summary {
		max-width: inherit;
		float: none;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.product-inline {
		margin: 0 -15px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	.product-inline > * {
		margin-bottom: 0;
		padding: 0 15px;
		width: 50%;
	}
	
	.product-inline > * a {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 15px 15px 15px 45px;
	}
	
	.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
		max-width: 200px;
		margin-top: 10px !important;
	}
	
	#order_review .woocommerce-shipping-totals {
		vertical-align: top;
	}
	
	.woocommerce-cart .woocommerce-cart-form button[name='apply_coupon'] {
		margin-top: 15px !important;
	}
	
	.woocommerce-cart .woocommerce-cart-form button[name='update_cart'] {
		margin-top: 7px !important;
	}
	
	.woocommerce-cart .shop_table_responsive {
		border-top: none !important;
	}
	
	.woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item {
		position: relative;
	}
	
	.woocommerce-cart .shop_table_responsive td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.woocommerce-cart .shop_table_responsive .product-remove {
		position: absolute;
		top: 30px;
		border-top: none !important;
	}
	
	.woocommerce-page table.shop_table_responsive tr td.product-quantity {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		right: 15px;
	}
	
	.woocommerce-cart #calc_shipping_city_field {
		margin-right: 1%;
	}
	
	.woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Subtotal'], .woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Tax'], .woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Total'], .woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Price'], .woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Product'], .woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Quantity'], .woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Total'] {
		position: relative;
		padding-left: 70px !important;
	}
	
	.woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item .product-thumbnail {
		text-align: center !important;
	}
	
	.woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Shipping'] {
		position: relative;
		text-align: left !important;
		padding-top: 40px;
		padding-left: 0 !important;
	}
	
	.woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Product']:after {
		content: "Product";
		position: absolute;
		left: 0;
		font-size: 16px;
		top: 9px;
	}
	
	.woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Price']:after {
		content: "Price";
		position: absolute;
		left: 0;
		font-size: 16px;
	}
	
	.woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Total']:after {
		content: "Total";
		position: absolute;
		left: 0;
		font-size: 16px;
	}
	
	.woocommerce-cart .shop_table_responsive .woocommerce-cart-form__cart-item td[data-title='Quantity']:after {
		content: "Quantity";
		position: absolute;
		left: 0;
		font-size: 16px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Shipping']:after {
		content: "Shipping";
		position: absolute;
		left: 0;
		font-size: 16px;
		top: 10px;
		font-weight: 700;
	}
	
	.woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Subtotal']:after {
		content: "Subtotal";
		position: absolute;
		left: 0;
		font-size: 16px;
		font-weight: 700;
	}
	
	.woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Total']:after {
		content: "Total";
		position: absolute;
		left: 0;
		font-size: 16px;
		font-weight: 700;
	}
	
	.woocommerce-cart .cart_totals .shop_table_responsive td[data-title='Tax']:after {
		content: "Tax";
		position: absolute;
		left: 0;
		font-size: 16px;
		font-weight: 700;
	}
	
	.woocommerce.single-product .module.mod-product-content {
		padding-top: 15px;
	}
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
		display: block;
		float: none;
		width: 100%;
		min-height: auto;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs {
		display: flex;
		overflow: scroll;
	}
	
	.woocommerce div.product form.cart div.quantity {
		width: calc(100% - 20px);
		margin-bottom: 1em;
	}
	
	.woocommerce div.product form.cart .button {
		margin-bottom: 1em;
		float: left;
	}
	
	.product-box {
		position: inherit;
		width: 100%;
		margin: 40px 0 0;
		padding: 15px 10px;
		text-align: center;
	}
	
	.product-box h2 {
		font-size: 1.5rem;
		line-height: 1.42;
	}
	
	.product-box .btn-inline .btn {
		margin: 0 5px 0 0;
		padding: 10px 15px;
		font-size: .9rem;
	}
	
	.woo-desktop {
		display: none;
	}
	
	.woo-mobile {
		display: block;
	}
}

@media (max-width: 480px) {
	.woocommerce-page ul.products li.product {
		width: 100% !important;
	}
	
	.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row-first {
		width: 100%;
	}
	
	.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row-last {
		width: 100% !important;
	}
	
	.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row-last button {
		min-width: 140px;
	}
}

.checkbox-popup {
	position: relative;
	display: inline-block;
	top: 2px;
	color: #c5d0de;
	left: 4px;
	cursor: pointer;
}

.checkbox-popup:focus span, .checkbox-popup:hover span {
	display: block;
}

.checkbox-popup .icomoon {
	font-size: 30px;
	padding: 0 20px 20px;
	color: #c5d0de;
	display: block;
}

.checkbox-popup .checkbox-popup-content {
	font-size: .875rem;
	font-family: "Poppins", sans-serif;
	font-display: fallback;
	line-height: 1.14;
	letter-spacing: .2px;
	color: #2d394a;
	background: #fff;
	border: 1px solid #c5d0de;
	position: absolute;
	text-align: center;
	display: none;
	padding: 8px;
	z-index: 3;
	bottom: calc(100% + 23px);
	left: calc(50% + 12px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 5px;
	width: 210px;
}

.checkbox-popup .checkbox-popup-content:after {
	content: "";
	position: absolute;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #c5d0de;
	border-right: 1px solid #c5d0de;
	background: #fff;
	left: 50%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width: 768px) {
	.checkbox-popup .checkbox-popup-content {
		margin-left: -16px;
		margin-bottom: -13px;
	}
	
	.checkbox-popup .icomoon {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.checkbox-popup .checkbox-popup-content {
		margin-left: -10px;
		margin-bottom: 0;
	}
	
	.checkbox-popup:before {
		position: absolute;
		top: -15px;
	}
}

@media (min-width: 1200px) {
	.checkbox-popup .checkbox-popup-content {
		margin: 0;
	}
	
	.checkbox-popup:before {
		position: absolute;
		left: 8px;
	}
}

/* END Woo Css */

/* NTM Dots */
.ntm-bubble-tab-content .text {
	background: #2987cd;
	color: #fff;
	height: 140px;
	border-radius: 0 100px 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 25px;
	max-width: 500px;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: left;
}

.ntm-bubble-tab-content {
	display: flex;
	position: relative;
	width: 100%;
}

.ntm-image-box .ntm-bubble-tab-content {
	display: inherit;
}

.ntm-bubble-tab-content .image img {
	display: inline-block;
	max-height: 652px;
	width: 100%;
	height: auto !important;
}

.ntm-bubble-tab-content .image {
	position: relative;
	width: 100%;
	text-align: right;
}

.ntm-bubble-tab-content .col {
	flex: 4;
	padding: 0;
}

.ntm-bubble-tab-content .col:not(:first-child) {
	flex: 6;
	padding-right: 50px;
}

.ntm-bubble-tab-content .dropdowns {
	color: #000;
	top: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	padding: 25px 25px 0;
	max-width: 500px;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: left;
	z-index: 1;
	background: #fafafa;
}

.ntm-bubble-tab-content .dropdowns li {
	display: flex;
	cursor: pointer;
}

.ntm-bubble-tab-content .dropdowns li .number div {
	display: inline-block;
	margin: 0 15px;
	font-family: "proxima-nova";
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.9rem;
	width: 2.875rem;
	height: 2.875rem;
	color: #fff;
	background: #6fbc44;
	background: radial-gradient(circle, rgba(111, 188, 68, 1) 45%, rgba(111, 188, 68, .51) 48%, rgba(111, 188, 68, .5) 60%, rgba(111, 188, 68, .21) 61%, rgba(111, 188, 68, .2) 100%);
	text-align: center;
	border-radius: 100%;
}

.ntm-bubble-tab-content .dropdowns li .number.orange div {
	background: #f8991f;
	background: radial-gradient(circle, rgba(248, 153, 31, 1) 45%, rgba(248, 153, 31, .51) 48%, rgba(248, 153, 31, .5) 60%, rgba(248, 153, 31, .21) 61%, rgba(248, 153, 31, .2) 100%);
}

.ntm-bubble-tab-content .dropdowns li .number.blue div {
	background: #408ccb;
	background: radial-gradient(circle, rgba(64, 140, 203, 1) 45%, rgba(64, 140, 203, .51) 48%, rgba(64, 140, 203, .5) 60%, rgba(64, 140, 203, .21) 61%, rgba(64, 140, 203, .2) 100%);
}

.ntm-bubble-tab-content .dropdowns li .number.black div {
	background: #334052;
	background: radial-gradient(circle, rgba(51, 64, 82, 1) 45%, rgba(51, 64, 82, .51) 48%, rgba(51, 64, 82, .5) 60%, rgba(51, 64, 82, .21) 61%, rgba(51, 64, 82, .2) 100%);
}

.ntm-bubble-tab-content .dropdowns li .content {
	padding-top: 8px;
	color: #334052;
	line-height: 1.5;
}

.ntm-bubble-tab-content .dropdowns li .content .title {
	font-weight: bold;
	position: relative;
	font-size: 1.25rem;
	font-family: "Lato";
}

.ntm-bubble-tab-content .dropdowns li .content .title::after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
}

.ntm-bubble-tab-content .dropdowns li .content .desc {
	font-size: 1rem;
	line-height: initial;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ntm-bubble-tab-content .dropdowns li.active .content .desc {
	max-height: 500px;
}

.ntm-bubble-tab-content .dropdowns li.active .content .title::after {
	content: "";
}

.ntm-bubble-tab-content .image.with-dots .dots-map {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ntm-bubble-tab-content .image.with-dots .dots-map a {
	position: absolute;
	display: inline-block;
	font-family: "proxima-nova";
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.9rem;
	width: 2.875rem;
	height: 2.875rem;
	color: #fff;
	background: #6fbc44;
	background: radial-gradient(circle, rgba(111, 188, 68, 1) 45%, rgba(111, 188, 68, .51) 48%, rgba(111, 188, 68, .5) 60%, rgba(111, 188, 68, .21) 61%, rgba(111, 188, 68, .2) 100%);
	text-align: center;
	border-radius: 100%;
	margin-left: -20px;
	text-decoration: none;
}

.ntm-bubble-tab-content .image.with-dots .dots-map a.active {
	width: 3rem;
	height: 3rem;
	line-height: 3.1rem;
	margin-left: -24px;
}

.ntm-bubble-tab-content .image.with-dots .dots-map a.orange {
	background: #f8991f;
	background: radial-gradient(circle, rgba(248, 153, 31, 1) 45%, rgba(248, 153, 31, .51) 48%, rgba(248, 153, 31, .5) 60%, rgba(248, 153, 31, .21) 61%, rgba(248, 153, 31, .2) 100%);
}

.ntm-bubble-tab-content .image.with-dots .dots-map a.blue {
	background: #408ccb;
	background: radial-gradient(circle, rgba(64, 140, 203, 1) 45%, rgba(64, 140, 203, .51) 48%, rgba(64, 140, 203, .5) 60%, rgba(64, 140, 203, .21) 61%, rgba(64, 140, 203, .2) 100%);
}

.ntm-bubble-tab-content .image.with-dots .dots-map a.black {
	background: #334052;
	background: radial-gradient(circle, rgba(51, 64, 82, 1) 45%, rgba(51, 64, 82, .51) 48%, rgba(51, 64, 82, .5) 60%, rgba(51, 64, 82, .21) 61%, rgba(51, 64, 82, .2) 100%);
}

@media screen and ( max-width: 992px ) {
	.ntm-bubble-tab-content .dropdowns li .content .title {
		font-size: 1rem;
	}
	
	.ntm-bubble-tab-content .dropdowns li .content .desc {
		font-size: .8rem;
	}
	
	.ntm-bubble-tab-content .image.with-dots .dots-map a {
		font-size: 1rem;
		line-height: 1.9rem;
		width: 1.875rem;
		height: 1.875rem;
	}
	
	.ntm-bubble-tab-content .image.with-dots .dots-map a.active {
		width: 2rem;
		height: 2rem;
		line-height: 2.1rem;
		margin-left: -20px;
	}
}

@media screen and ( max-width: 756px ) {
	.ntm-bubble-tab-content {
		display: inline-block;
	}
	
	.ntm-bubble-tab-content .col:not(:first-child) {
		padding-right: 0;
	}
}

@media screen and ( max-width: 560px ) {
	.ntm-bubble-tab-content .text {
		font-size: .9rem;
		position: relative;
	}
	
	.ntm-bubble-tab-content .image {
		position: relative;
		display: inline-block;
		height: auto;
	}
	
	.ntm-bubble-tab-content .image img {
		left: 0;
		margin: 15px auto 0 0;
		width: 100%;
	}
}

/* New How to Buy range */
.ntm-subscription-range form {
	width: 100%;
}

.ntm-subscription-range form input {
	display: block;
	-webkit-appearance: none;
	appearance: none;
	width: calc(100% - 30px);
	height: 15px;
	background: #f7f8fa;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	outline: none;
	margin: 0 auto;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.ntm-subscription-range form input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 30px;
	height: 30px;
	background: #6c3;
	border: 1px solid #54ac29;
	border-radius: 100%;
	cursor: pointer;
}

.ntm-subscription-range form input::-moz-range-thumb {
	width: 30px;
	height: 30px;
	background: #6c3;
	border: 1px solid #54ac29;
	border-radius: 100%;
	cursor: pointer;
}

.ntm-subscription-range ul.range-options {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: space-between;
	color: #fff;
	font-size: 1.125rem;
	margin-top: 15px;
}

/* SCSS NOT SYNC */
.chilipiper-popup + .chilipiper-popup {
	display: none;
}

.chilipiper-popup + script + .chilipiper-popup {
	display: none;
}

.with-megamenu .main-menu-dropdown .menu-child .child-child li.new.new-side .item-content a:after {
	position: absolute;
	font-size: .6rem;
	padding: 0px 2px;
	margin: 0 0 0 2px;
}

@media (prefers-color-scheme: light) {
	:root {
		--e-a-bg-default: #fff;
	}
}

.main-megamenu .form-inline a .xoo-wsc-sc-cont {
	color: #f8981e;
}

.main-megamenu .form-inline a:hover .xoo-wsc-sc-cont {
	color: #fff;
}

.main-megamenu .form-inline a .xoo-wsc-sc-cont.empty {
	display: none;
}

.main-megamenu .form-inline a .xoo-wsc-sc-cont:not(.empty) ~ * {
	display: none;
}

span.xoo-wsch-close:before, span.xoo-wsch-close:after {
	content: "";
}

.has-hsform ~ .hbspt-form {
	display: none;
}

.single_job_listing .meta li.date-posted {
	display: none;
}

/* 2024 Mersive CSS start here */

/* common styling  */
.elementor-nav-menu--dropdown .elementor-item:focus {
	background: rgba(0, 0, 0, 0) !important;
	outline: 0 !important;
}

.custom-anchor .elementor-widget-container a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.image-with-overlay .elementor-widget-container {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, .35);
}

.image-with-overlay .elementor-widget-container:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 80%) 10%, rgba(255, 255, 255, 0) 50%);
}

.button-arrow .elementor-button-content-wrapper .elementor-button-icon.elementor-align-icon-right {
	transition: all .3s ease;
}

.button-arrow .elementor-button-content-wrapper:hover .elementor-button-icon.elementor-align-icon-right {
	transform: translateX(7px);
	transition: all .3s ease;
}

.story-sec-to-transform {
	transform: translatey(147px);
}

@media (min-width: 0px) and (max-width: 567px) {
	.story-sec-to-transform {
		transform: translatey(90px);
	}
}

.custom-list-style .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 9px;
	transform: rotate(45deg);
	height: 10px;
	width: 5px;
	border-bottom: 2px solid #5f54c5;
	border-right: 2px solid #5f54c5;
	z-index: 2;
}

.custom-list-style .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0px;
	transform: rotate(45deg);
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-radius: 50%;
}

.custom-list-style.orange-mark .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item:before {
	border-bottom: 2px solid #f15c31 !important;
	border-right: 2px solid #f15c31 !important;
}

.custom-list-style.blue-mark .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item:before {
	border-bottom: 2px solid #3c57da !important;
	border-right: 2px solid #3c57da !important;
}

.custom-list-style .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	padding-left: 32px;
}

.text-left {
	text-align: left !important;
}

.custom-style-icon-list .elementor-widget-container .elementor-icon-list-items {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	gap: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.custom-style-icon-list .elementor-widget-container .elementor-icon-list-items {
		gap: 15px;
	}
}

.heading-with-bottom-border .elementor-widget-container .elementor-heading-title {
	position: relative;
	padding-bottom: 20px;
}

.heading-with-bottom-border .elementor-widget-container .elementor-heading-title:after {
	display: block;
	content: "";
	width: 170px;
	height: 4px;
	background: #5e54c5;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0px;
}

.voilet-marks .elementor-icon-list-items li:after {
	height: 20px !important;
	width: 20px !important;
	background-color: rgba(93, 84, 196, .2) !important;
}

.header-men.dropdown-mersive .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu .menu-item:hover a {
	text-decoration: none !important;
}

.header-men.dropdown-mersive .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu .menu-item:hover a span.sub-arrow {
	text-decoration: none !important;
}

.header-men.dropdown-mersive .elementor-widget-container .elementor-nav-menu--main .elementor-nav-menu .menu-item:hover ul li a {
	text-decoration: none !important;
}

/* .equal-height{
height: 100% !important;	
}
.equal-height .elementor-widget-container{
height: 100% !important;	
}
.equal-height .elementor-widget-container ul{
display: flex;
height: 100%;
flex-flow: column;
align-items: stretch;
justify-content: stretch;
} */
.custom-placeholder .elementor-widget-container input::placeholder {
	color: gray;
	opacity: 1;
}

.custom-placeholder .elementor-widget-container input::-ms-input-placeholder {
	color: gray;
}

.exp-icon .elementor-widget-container {
	min-height: 61px !important;
	display: flex;
	align-items: end;
	justify-content: center;
}

/* privacy policies table  */
.privacy-policy-table #tablepress-1_wrapper tbody tr td a {
	color: #c54137;
}

.privacy-policy-table #tablepress-1_wrapper tbody tr td a:hover {
	color: #5f54c5;
}

.privacy-policy-table #tablepress-1_wrapper .column-1 {
	width: 210px;
}

.privacy-policy-table #tablepress-1_wrapper .column-3 {
	width: 210px;
}

.privacy-policy-table #tablepress-1_wrapper .row-1 .column-1, .privacy-policy-table #tablepress-1_wrapper .row-1 .column-2, .privacy-policy-table #tablepress-1_wrapper .row-1 .column-3 {
	background-color: #f8f8f8 !important;
}

.privacy-policy-table #tablepress-1_wrapper .row-3 {
	background-color: #f8f8f8;
}

.semantic_ui .ui.striped.table tbody {
	background: #fff;
}

.semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.footable_parent table.foo-table.vertical_centered tbody>tr>td {
	vertical-align: top !important;
}

/* new table  */
.privacy-policy-table2 .footable_parent table thead tr.footable-header .ninja_column_0 {
	width: 210px;
}

.privacy-policy-table2 .footable_parent table thead tr.footable-header .ninja_column_2 {
	width: 210px;
}

.privacy-policy-table2 .footable_parent table .ninja_table_row_0 td {}

.privacy-policy-table2 .footable_parent table thead tr.footable-header th {
	font-weight: 500;
}

.privacy-policy-content .elementor-element-populated p strong {
	font-weight: 600;
}

.privacy-policy-content .elementor-element-populated p b {
	font-weight: 600;
}

.privacy-policy-content .elementor-element-populated p a {
	color: #c54137;
}

.privacy-policy-content .elementor-element-populated p a:hover {
	color: #5f54c5;
}

.privacy-policy-content .elementor-element-populated ul li, .privacy-policy-content .elementor-element-populated ol li {
	margin-bottom: 1rem;
}

/* privacy policy page style ends  */

/* ecosystem page style  */
.hardware-software-tabs .elementor-widget-container .elementor-tabs .elementor-tab-content h4 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
}

.hardware-software-tabs .elementor-widget-container .elementor-tabs .elementor-tab-content h4 span {
	color: #5f54c5 !important;
}

.hardware-software-tabs .elementor-widget-container .elementor-tabs-wrapper {
	gap: 9px;
	margin-bottom: 50px;
}

.hardware-software-tabs .elementor-widget-container .elementor-tabs-wrapper .elementor-tab-title {
	border: 1px solid #d9d9d9 !important;
	border-radius: 50px;
	padding: 7px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 173px;
	min-height: 48px;
}

.hardware-software-tabs .elementor-widget-container .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
	border-color: #5e54c5 !important;
	background-color: #e9e9e9;
}

.hardware-software-tabs .elementor-widget-container .elementor-tabs .elementor-tab-content {
	padding: 0px !important;
	text-align: center !important;
}

.hardware-card {
	height: 100%;
}

.hardware-card .elementor-widget-container {
	height: 100%;
}

.hardware-title-head .elementor-widget-container .elementor-heading-title span {
	color: #5f54c5;
}

@media (min-width: 0px) and (max-width: 567px) {
	.hardware-software-tabs .elementor-tab-mobile-title {
		font-size: 20px;
	}
	
	.hardware-software-tabs .elementor-tabs-content-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		order: 1;
	}
	
	.hardware-software-tabs .elementor-tabs-content-wrapper .elementor-tab-content:nth-child(2) {
		order: 2;
	}
	
	.hardware-software-tabs .elementor-tab-mobile-title {
		border: 1px solid #d9d9d9 !important;
		border-radius: 50px;
		padding: 7px 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 173px;
		min-height: 48px;
		margin: 0px 5px;
		margin-bottom: 30px;
	}
	
	.hardware-software-tabs .elementor-tab-mobile-title.elementor-active {
		border-color: #5e54c5 !important;
		background-color: #e9e9e9;
	}
}

/* hardware page styling end */

/* story page styling */
.story-main-title .elementor-heading-title span {
	color: #bcbcbc !important;
}

.grey-text {
	color: #bcbcbc !important;
}

.voilet-text {
	color: #6054c4;
}

.perks-items-list .perks-item .elementor-image-box-img {
	height: 80px;
	object-fit: cover;
}

/* application page style  */
.benefit-card {
	height: calc(100% - 40px);
}

.integrate-app-sec {
	width: calc(100% - 62px) !important;
}

@media (min-width: 0px) and (max-width: 991px) {
	.integrate-app-sec {
		width: calc(100% - 0px) !important;
	}
}

/* responsiveness */

/* responsive for homepage */
@media (min-width: 0px) and (max-width: 576px) {
	.home-banner {
		background-color: #0a0114;
	}
}

.animated-text .elementor-widget-container {
	height: 210px;
	overflow: hidden;
}

.card-hover-state:hover .elementor-container .elementor-widget-wrap .elementor-widget-container .elementor-heading-title {
	color: #fff;
}

.card-hover-state:hover .elementor-container .elementor-widget-wrap .elementor-widget-container p {
	color: #fff;
}

.card-hover-state:hover .elementor-container .elementor-widget-wrap .elementor-widget-container .elementor-button-wrapper .elementor-button:hover {
	color: #fff;
	border-color: #fff;
}

.custom-benefits-list .elementor-widget-container .elementor-icon-list-items:before {
	content: "";
	height: calc(100% - 16px);
	width: 1px;
	background-color: #fff;
	position: absolute;
	left: 4.5px;
	top: 8px;
}

.custom-benefits-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #fff;
	border-radius: 50px;
}

.custom-benefits-list .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
	margin-left: 17px;
}

/* career page  */
.career--company-life.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
	background-image: linear-gradient(180deg, #0a0113 82%, #fff 15%);
}

.careers--open-positions .search_jobs {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
}

.careers--open-positions .job_filters .search_jobs {
	background: #fff;
	padding: 0px !important;
}

.careers--open-positions .job_filters .search_jobs input, .job_filters .search_jobs select {
	height: 52px !important;
	box-sizing: border-box;
	width: 100%;
	border-radius: 50px;
	border-color: #d4d4d4;
	font-weight: 400;
}

.careers--open-positions .job_filters .search_jobs .select2-container .select2-selection--single {
	height: 52px !important;
}

.careers--open-positions  .job_filters .search_jobs .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 52px !important;
}

.careers--open-positions .job_filters .search_jobs div.search_categories {
	width: 80%;
	padding-right: .5em;
}

.careers--open-positions .search_jobs .search_submit {
	padding-right: .5em;
	width: 20%;
}

.careers--open-positions .search_jobs .search_submit input[type=submit] {
	height: 52px;
	background: #c54137;
	border: 1px solid #c54137;
	color: #fff !important;
	font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #777 !important;
}

.careers--open-positions .search_jobs .search_submit input[type=submit]:hover {
	background: transparent;
	color: #c54137;
}

.careers--open-positions .job_filters .job_types {
	border: 0px;
}

.careers--open-positions ul.job_listings li.job_listing a .meta .job-type {
	color: #c54137;
}

.careers--open-positions .job_filters .job_types {
	background: #fff;
}

.page-id-54329 .select2-results__option.select2-results__option--highlighted {
	background-color: #5e54c5 !important;
}

.page-id-54329  .select2-results__option[aria-selected]:hover {
	color: #fff !important;
}

.page-id-54329 .select2-container--open .select2-dropdown--below {
	top: 36px;
	border-radius: 10px;
}

.careers--open-positions  .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 15px;
}

.careers--open-positions .job_filters .search_jobs div.search_remote_position {
	display: flex;
	align-items: center;
	padding-left: 26px;
	height: 30px;
}

.careers--open-positions .job_filters .search_jobs div.search_remote_position label#remote_position_label {
	margin-left: 7px;
	margin-bottom: 4px;
	color: #3a4652;
}

.careers--open-positions  .job_filters .showing_jobs {
	background: #fff;
}

.careers--open-positions .job_filters .job_types li {
	border-right: 0px !important;
	margin-top: 10px;
}

.careers--open-positions .job_filters .search_jobs {
	position: relative;
	padding-top: 32px !important;
}

.careers--open-positions .job_filters .search_jobs:before {
	content: "Filters:";
	position: absolute;
	top: 0px;
	left: 15px;
	color: #737373;
	font-weight: 500;
	font-size: 17px;
}

.careers--open-positions ul.job_listings li.job_listing {
	border-radius: 10px;
	background: #f7f7f7;
	border: 0px;
	margin: 20px 0px;
}

.careers--open-positions ul.job_listings li.job_listing a {
	padding: 30px;
	border-radius: 10px;
	background: #f7f7f7;
	border: 0px;
	align-items: center;
	display: flex;
}

.careers--open-positions .job_filters .showing_jobs a {
	color: #5e54c5 !important;
}

.careers--open-positions ul.job_listings li.job_listing a div.position h3 {
	font-weight: 500;
	font-size: 18px !important;
}

.careers--open-positions ul.job_listings li.job_listing:hover {
	background-color: #ebebeb !important;
}

.careers--open-positions ul.job_listings li.job_listing a:hover {
	background-color: #ebebeb !important;
}

.values-card .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
	margin: 0px !important;
}

.values-card .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img {
	display: flex !important;
}

ul.job_listings li.job_listing a .meta li.date {
	font-size: 14px;
}

@media (min-width: 0px) and (max-width: 576px) {
	.careers--open-positions .job_filters .search_jobs {
		justify-content: center !important;
	}
	
	.elementor-element.careers--open-positions .job_filters .search_jobs div.search_categories {
		width: 100% !important;
	}
	
	.elementor-element.careers--open-positions .search_jobs .search_submit {
		width: 50% !important;
		margin-top: 20px !important;
	}
	
	.elementor-element.careers--open-positions ul.job_listings li.job_listing a {
		display: inline-block;
		vertical-align: middle;
		padding: 10px;
	}
	
	.elementor-element.careers--open-positions ul.job_listings li.job_listing a div.position h3 {
		font-size: 13px;
	}
	
	.elementor-element.careers--open-positions ul.job_listings li.job_listing a .meta li.date {
		font-size: 10px;
	}
}

/* contact us  */
.contact-cards-list .elementor-section {
	height: 100%;
}

.contact-cards-list .elementor-section .elementor-container {
	height: 100%;
}

.contact-cards-list .elementor-section .elementor-container  .elementor-column {
	height: 100%;
}

.contact-cards-list .elementor-section .elementor-container  .elementor-column .elementor-widget-wrap {
	height: 100%;
}

.get-quote-from_wrapper .get-quote-from .gfield--type-select .large.gfield_select {
	padding: 10px 15px !important;
	background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 15px) calc(1.3em + 2px), calc(100% - 10px) calc(1.3em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.get-quote-from_wrapper .get-quote-from .gform_button.button:focus {
	outline: none;
}

.get-quote-from_wrapper .get-quote-from  .gform_wrapper.gravity-theme .gform_validation_errors {
	padding: 5px 10px;
	font-weight: 400;
	border: 0px;
}

.get-quote-from_wrapper .get-quote-from  .gfield_description.validation_message.gfield_validation_message {
	padding: 1px 10px;
	background: #c54137;
	color: #fff;
	border: 0px;
	margin-top: 0px;
	display: inline;
	border-radius: 4px;
}

.get-quote-from_wrapper #validation_message_4_11 {
	margin-top: 4px;
}

/* support page  */
.support-search .elementor-widget-container .elv_searchform .elv_searchform_inner input {
	border-radius: 50px;
	height: 57px;
	background-image: url("https://www.mersive.com/wp-content/uploads/2024/05/search.png");
	background-repeat: no-repeat;
	background-position: 20px 18px;
	padding: 10px 57px;
}

.support-search .elementor-widget-container .elv_searchform .elv_searchform_inner input.nitro-lazy {
	background-image: none !important;
}

.support-search .elementor-widget-container .elv_searchform .elv_searchform_inner input:focus {
	outline: none;
}

.support-search .elementor-widget-container .elv_searchform .elv_searchform_inner input::placeholder {
	color: #000;
	opacity: 1;
}

.support-search .elementor-widget-container .elv_searchform .elv_searchform_inner input::-ms-input-placeholder {
	color: #000;
}

.support-search .elementor-widget-container .elv_searchform .elv_searchform_inner input[type=submit] {
	display: none;
}

/* .article-category-promoted-articles .promoted-article h2.elementor-heading-title:before{
content: '\f0da';
font-family: "Font Awesome 5 Free";
} */

/* account portal styling */
.logged-in .woocommerce-MyAccount-content form h3 {
	font-weight: 500 !important;
	text-transform: capitalize !important;
}

.logged-in .woocommerce-MyAccount-content p a {
	font-family: "Poppins" !important;
	text-decoration: none !important;
}

.logged-in .woocommerce-MyAccount-content p a:hover {
	text-decoration: underline;
	color: #c54137 !important;
}

.woocommerce-page .page-content .woocommerce-MyAccount-content p {
	font-size: 20px !important;
}

.woocommerce-page .page-content .woocommerce-MyAccount-content p#billing_address_1_field {
	margin-bottom: 2px !important;
}

.woocommerce-PaymentMethod label[for="payment_method_stripe"] {
	color: #000 !important;
}

.woocommerce-PaymentBox.payment_box p {
	font-size: 18px !important;
}

.logged-in .site-main .page-content .woocommerce {
	margin-top: 37px;
}

.logged-in .site-main .page-content .woocommerce .myaccount-heading {
	font-size: 72px;
	letter-spacing: -2px;
	margin-bottom: 45px;
	text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 28% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 71% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account {
	padding: 0px 25px !important;
}

.logged-in .woocommerce-account .woocommerce-MyAccount-navigation li {
	font-size: 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
	color: #5f54c5 !important;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	font-weight: 500;
	font-family: "Poppins";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #5f54c5 !important;
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:before {
	background: #5f54c5 !important;
}

.logged-in  .woocommerce-MyAccount-content p a {
	color: #000 !important;
}

/* .logged-in.page-id-15549 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a{
color: #5f54c5 !important;
} */
.logged-in .woocommerce {
	padding-bottom: 132px;
}

/* orders listing  */
.logged-in  .woocommerce-info {
	border: 1px solid #5f54c5 !important;
	background: #f8f8f8 !important;
}

.logged-in .woocommerce-MyAccount-content .woocommerce-info a.button:hover {
	border: 1px solid #5f54c5 !important;
	color: #5f54c5 !important;
	background: transparent !important;
}

.logged-in .woocommerce-MyAccount-content .woocommerce-info a.button {
	color: #fff;
	background: #5f54c5 !important;
	border: 1px solid #5f54c5 !important;
	border-radius: 23.5px;
	padding: 11px 22px !important;
	min-width: 140px;
	font-size: 18px !important;
	line-height: 1;
	font-family: "Poppins" !important;
	letter-spacing: 0px;
	transition: all .25s;
	font-weight: 500;
	text-align: center;
}

/* address listing  */
.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title:before {
	display: none;
}

.woocommerce-account .col2-set.woocommerce-Addresses {
	margin: 0 0px !important;
}

.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title h3 {
	font-weight: 500;
	font-size: 30px;
	text-transform: capitalize;
}

.logged-in .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title.title a {
	color: #5f54c5;
	font-size: 18px;
}

.logged-in .woocommerce {
	padding-bottom: 30px !important;
}

/* add/edit address forms */
.logged-in .woocommerce-notices-wrapper form h3 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 500;
}

.woocommerce form .form-row label {
	color: #000;
	font-weight: 500 !important;
	font-family: "Poppins" !important;
	font-size: 16px !important;
}

.woocommerce form .form-row input.input-text {
	height: 47px;
	border: 1px solid #d4d4d4;
	color: #000;
	cursor: text;
	font-weight: 400 !important;
}

.woocommerce form .form-row input.input-text::-ms-input-placeholder {
	color: gray !important;
}

.woocommerce form .form-row input.input-text::placeholder {
	color: gray !important;
}

p#billing_country_field .woocommerce-input-wrapper {
	height: 47px;
	color: #9a9a9a;
}

.logged-in .address-field .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px !important;
}

.logged-in .select2-container .select2-selection--single {
	height: 52px !important;
}

.logged-in .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 52px !important;
}

.logged-in .woocommerce-notices-wrapper h3 {
	text-transform: capitalize;
}

.logged-in .woocommerce-notices-wrapper .woocommerce-message {
	border: 1px solid #443b90 !important;
	background: #f8f8f8 !important;
}

.logged-in .woocommerce-notices-wrapper .woocommerce-message:before {
	color: #443b90 !important;
}

.logged-in  .woocommerce-account .col2-set.woocommerce-Addresses address {
	font-size: 18px !important;
	font-style: normal;
	line-height: 30px;
}

.logged-in woocommerce:not(.single-product) button[type=submit] {
	max-width: 182px !important;
	border-radius: 50px !important;
	text-transform: capitalize !important;
}

/* account downloads tab */
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

/* account details */
.page-id-15549.logged-in form.woocommerce-EditAccountForm.edit-account {
	font-family: "Poppins";
}

.page-id-15549.logged-in .woocommerce-MyAccount-content fieldset {
	font-family: "Poppins";
	border-radius: 10px !important;
	border-color: #d4d4d4;
	border: 1px solid #d4d4d4;
	padding: 21px;
	margin-bottom: 20px !important;
}

.page-id-15549 .woocommerce-MyAccount-content fieldset legend {
	padding: 0px 6px !important;
	font-weight: 500 !important;
}

.page-id-15549 .logged-in .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	height: 30px;
	width: 30px;
	right: 24px;
	top: 16px;
}

.page-id-15549 .logged-in .woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
	opacity: .5;
}

.page-id-15549 .order-number a, .pre-order-title a {
	color: #000 !important;
	font-weight: 400;
}

.page-id-15549 .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number[data-title=Order]:after, .page-id-15549 .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status[data-title=Status]:after, .page-id-15549 .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date[data-title=Date]:after, .page-id-15549 .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total[data-title=Total]:after {
	display: none !important;
}

.page-id-15549.logged-in .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
	background: transparent !important;
	border: 0px !important;
	color: #000 !important;
	margin: 0px !important;
	text-align: left;
	padding: 0px !important;
	text-decoration: underline !important;
}

.logged-in.page-id-15549 .woocommerce-orders-table {
	border: 1px solid #b7b7b7 !important;
}

.logged-in.page-id-15549 .woocommerce-orders-table table th {
	border: 1px solid #b7b7b7 !important;
}

.logged-in.page-id-15549 .woocommerce-orders-table td.woocommerce-orders-table__cell {
	border: 1px solid #b7b7b7 !important;
}

.page-id-15549 .woocommerce-orders-table thead tr .woocommerce-orders-table__header {
	border: 1px solid #b7b7b7 !important;
}

.page-id-15549 .woocommerce-orders-table thead tr .woocommerce-orders-table__header .nobr {
	font-weight: 400 !important;
	color: #000 !important;
}

.page-id-15549 .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a, .woocommerce table.shop_table td {
	color: #000 !important;
}

.page-id-15549 .woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
	width: 110px !important;
}

.page-id-15549 .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
	font-weight: 400 !important;
}

.page-id-15549 .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
	text-decoration: underline;
}

.page-id-15549.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
	padding: 6px 18px !important;
}

.page-id-15549 .woocommerce table.my_account_orders thead th {
	padding: 10px 18px !important;
	background-color: #f8f8f8 !important;
}

.page-id-15549 .woocommerce table.my_account_orders thead th:last-child {
	width: 118px !important;
}

.page-id-15549 .woocommerce table.my_account_orders thead th.woocommerce-orders-table__header-order-total {
	min-width: 300px !important;
}

.page-id-15549 span.woocommerce-Price-amount.amount {
	padding-right: 0px !important;
}

/* pre order  */
.page-id-15549  th.pre-order-release-date .nobr, .page-id-15549 th.pre-order-status .nobr, .page-id-15549 th.pre-order-title .nobr, .page-id-15549 th.pre-order-order-number .nobr {
	font-weight: 400 !important;
	color: #000 !important;
}

.page-id-15549 .woocommerce-MyAccount-content table.shop_table.my_account_pre_orders.shop_table_responsive.my_account_orders thead tr th {
	border: 1px solid #b7b7b7 !important;
}

.page-id-15549 .woocommerce-MyAccount-content table.shop_table.my_account_pre_orders.shop_table_responsive.my_account_orders tbody tr td {
	border: 1px solid #b7b7b7 !important;
}

/* .page-id-15549 .woocommerce-MyAccount-content table.shop_table.my_account_pre_orders.shop_table_responsive.my_account_orders .pre-order-actions{
width: 120px !important
} */
.page-id-15549 .woocommerce-MyAccount-content table.shop_table.my_account_pre_orders.shop_table_responsive.my_account_orders .pre-order-actions .button {
	min-width: fit-content !important;
	padding: 0px !important;
}

.page-id-15549 .woocommerce table.shop_table tr.order td {
	padding: 11px 18px !important;
}

.page-id-15549 .woocommerce table.my_account_orders .button {
	background: transparent !important;
	color: #000;
	font-weight: 400;
	border: 0px;
	text-decoration: underline;
	width: max-content;
	display: inline-block;
	min-width: fit-content !important;
}

.page-id-15549 .woocommerce table.my_account_orders .button:hover {
	color: #000 !important;
	text-decoration: underline;
}

/* addresses */
.page-id-15549.logged-in .woocommerce-address-fields__field-wrapper {
	margin-bottom: 23px !important;
}

.page-id-15549.logged-in .woocommerce-address-fields button.button[type=submit] {
	width: fit-content !important;
	border-radius: 50px !important;
	padding: 10px 30px !important;
	text-transform: capitalize;
}

/* order details */
.page-id-15549 .woocommerce-MyAccount-content .woocommerce-order-details__title {
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Poppins";
}

.page-id-15549 .woocommerce-MyAccount-content th.woocommerce-table__product-name.product-name, .page-id-15549 .woocommerce-MyAccount-content th.woocommerce-table__product-table.product-total {
	font-weight: 500 !important;
	color: #000 !important;
	font-family: "Poppins" !important;
}

.page-id-15549 .woocommerce .woocommerce-order-details .woocommerce table.shop_table .woocommerce-table__product-purchase-note.product-purchase-note td p {
	font-weight: 500 !important;
	color: #000 !important;
	font-size: 18px !important;
}

/* .page-id-15549 .woocommerce .woocommerce-order-details .wc-item-meta .wc-item-meta-label{
font-weight: 500 !important;
}
.page-id-15549 .woocommerce .woocommerce-order-details .order-configuration > div strong{
font-weight: 500 !important;
} */
.page-id-15549 .woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields tbody tr th, .page-id-15549 table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th {
	color: #000 !important;
}

.page-id-15549 table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a {
	color: #c54137 !important;
}

/* cart page style  */
.page-id-8809 .cart_item td {
	border-left: 0px !important;
	border-right: 0px !important;
}

.page-id-8809 table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .page-id-8809 table.shop_table.woocommerce-checkout-review-order-table tfoot tr td {
	border-left: 0px !important;
	border-right: 0px !important;
	border-color: #e4e4e4 !important;
}

.page-id-8809 table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	border-bottom: 0px !important;
}

.page-id-8808 .woocommerce table.shop_table th:not(.woocommerce-orders-table__header):not(.woocommerce-PaymentMethod) {
	border: 0px !important;
}

.page-id-8808 .woocommerce table.shop_table td {
	border: 0px !important;
}

.page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr td, .page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr th {
	border-bottom: 1px solid #e7e7e7 !important;
}

/* .page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr td{
text-align: left !important;
}
.page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr td .woocommerce-shipping-methods li label{
text-align: left !important;
} */
.cart-collaterals .cart_totals.calculated_shipping .cart-subtotal span.woocommerce-Price-amount.amount {
	padding-right: 0px !important;
}

.cart-collaterals .cart_totals.calculated_shipping .order-total span.woocommerce-Price-amount.amount {
	padding-right: 0px !important;
}

.page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr td .woocommerce-shipping-calculator a.shipping-calculator-button {
	color: #5f54c5 !important;
}

.page-id-8808 .cross-sells .products.columns-2 .product.type-product .button.product_type_simple.add_to_cart_button {
	line-height: 23px !important;
}

.page-id-8808 .cross-sells .products.columns-2 .product.type-product .woocommerce-loop-product__link .price .woocommerce-Price-amount.amount bdi {
	color: #5f54c5 !important;
}

.page-id-8808 .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
	line-height: 23px !important;
	background-color: #5e54c5 !important;
	border: 2px solid #5e54c5;
	color: white;
}

.page-id-8808 .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward:hover {
	background-color: #fff !important;
	color: #5e54c5;
}

.page-id-8808 .wc-proceed-to-checkout .cart-pdf-button.button {
	line-height: 23px !important;
	border: 2px solid #d9d9d9 !important;
	color: #0a0113 !important;
	padding: .618em 1em;
}

.page-id-8808 .wc-proceed-to-checkout .cart-pdf-button.button:hover {
	border-color: #0a0113 !important;
	color: #fff !important;
	background-color: #0a0113 !important;
}

.woocommerce-cart .elementor-element-4a3e8078 .elementor-widget-container .woocommerce:not(.single-product) button[name=update_cart]:hover:not([disabled]) {
	background-color: #0a0113 !important;
	color: #fff !important;
}

.page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr th {
	color: #000 !important;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item .product-remove a.remove {
	color: #5e54c5 !important;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .coupon button.button {}

.page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr.order-total th, .page-id-8808 .cart_totals.calculated_shipping .shop_table.shop_table_responsive tbody tr.order-total td {
	border-bottom: 0px !important;
}

.page-id-8808  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
	border-bottom: 1px solid #e7e7e7 !important;
	border-top: 1px solid #e7e7e7 !important;
}

.page-id-8808  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item.cart_item {
	border-bottom: 1px solid #e7e7e7 !important;
}

/* add payment method */
.page-id-8808.logged-in #add_payment_method #form-row {
	padding: 0px 1em !important;
}

.page-id-8808.logged-in #add_payment_method #form-row #place_order {
	width: auto !important;
	margin-bottom: 0px !important;
}

.page-id-8808.logged-in  .woocommerce-account #add_payment_method #payment div.payment_box {
	background-color: #e9e9e9 !important;
}

/* support page  */
.support-article-archive-list .elementor-loop-container.elementor-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.support-article-archive-list .elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(1, 1fr) !important;
}

.support-article-archive-list .e-loop-item.e-loop-item-1117 {
	display: none;
}

.promoted-article-list-item .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
	margin: -3px 0px 0px;
}

.custom-style-textarea .elementor-widget-wrap .elementor-widget-container ul {
	padding-left: 20px;
}

.partner-resouce-support-cards .elementor-column .elementor-widget-wrap .elementor-section {
	height: 100%;
}

.partner-resouce-support-cards .elementor-column .elementor-widget-wrap .elementor-section .elementor-container {
	height: 100%;
}

/* Search results  */
.support-search-results-articles .elementor-widget-container .elementor-posts-container article.elementor-post {
	background: #f3f3f3;
	padding: 30px 20px;
	border-radius: 10px;
}

/* CMS Pages */
.cookies-style-list .elementor-widget-container ul {
	padding-left: 0px;
}

/* cart  */
.page-id-8808  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child td {
	padding: 15px 0px !important;
}

/* Payment method  */
.woocommerce table.shop_table .woocommerce-PaymentMethod.woocommerce-PaymentMethod--method.payment-method-method span {
	color: #000 !important;
}

/* checkout payment  */
.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods .wc_payment_method .payment_box {
	background-color: #e9e9e9;
}

.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods .wc_payment_method .payment_box p {
	font-size: 18px !important;
	color: #000 !important;
}

.woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods .wc_payment_method .payment_box p a {
	color: #5f54c5 !important;
}

.woocommerce-SavedPaymentMethods.wc-saved-payment-methods .woocommerce-SavedPaymentMethods-token label, .woocommerce-SavedPaymentMethods.wc-saved-payment-methods .woocommerce-SavedPaymentMethods-new label {
	color: #000 !important;
}

.wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods .wc-credit-card-form.wc-payment-form .woocommerce form .form-row label {
	color: #000;
	font-weight: 500 !important;
	font-family: "Poppins" !important;
	font-size: 16px !important;
}

.wc-payment-form .form-row.form-row-wide .stripe-card-group #stripe-card-element {
	padding: 10px !important;
	border-radius: 5px !important;
}

.wc-payment-form .form-row.form-row-first #stripe-exp-element {
	padding: 10px !important;
	border-radius: 5px !important;
}

.wc-payment-form .form-row.form-row-last #stripe-cvc-element {
	padding: 10px !important;
	border-radius: 5px !important;
}

.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box fieldset {
	border: 0px !important;
}

.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box fieldset .form-row input[type=checkbox]~label:before {
	top: 4px !important;
}

.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box fieldset .form-row input[type=checkbox]~label:after {
	top: 8px !important;
}

.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper p {
	font-size: 18px !important;
	color: #000 !important;
}

.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper a {
	font-size: 18px !important;
	color: #5f54c5 !important;
}

.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-checkbox-text:before {
	top: 4px !important;
}

.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-checkbox-text:after {
	top: 8px !important;
}

.logged-in .woocommerce-MyAccount-content .payment-method .woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions a.button {
	margin-right: 0px !important;
}

.loop-blogs-list-item:hover .elementor-container .elementor-element .elementor-widget-container h2.elementor-heading-title.elementor-size-default {
	color: #c54137 !important;
}

.woocommerce .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
	color: #4e5aea !important;
}

.archive-des {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin: 15px 0 0;
	text-align: center;
}

.link-custom {
	color: #5f54c5 !important;
}

.hardware-software-tabs.admin-downloade-pag .elementor-tab-title.elementor-tab-desktop-title {
	text-align: center;
	line-height: 1.1em;
}

.checkout_form {
	text-shadow: none !important;
}

.pro-mersive-home .top-arrow {
	border: 1px solid #000 !important;
}

.blog-detail-page .post-detail-content p {
	font-size: 19px !important;
}

.blog-detail-page .post-detail-content p span {
	font-size: 19px !important;
}

.blog-detail-page ul li span {
	font-size: 19px !important;
}

.application-box {
	transition: .5s;
}

.add-ons .feature-box a {
	transition: .5s;
}

.panel div ol {
	padding-left: 21px !important;
}

.panel div ol li {
	margin-bottom: 5px !important;
}

@media only screen and (max-width: 768px) {
	.wirless-bn-img img.attachment-full.size-full.wp-image-57492 {
		height: auto !important;
	}
	
	.blog-detail-page .post-detail-content p {
		font-size: 14px !important;
	}
	
	.blog-detail-page .post-detail-content p span {
		font-size: 14px !important;
	}
	
	.blog-detail-page ul li span {
		font-size: 14px !important;
	}
	
	.hardware-software-tabs .elementor-tabs .elementor-tabs-wrapper {
		display: block !important;
	}
	
	.hardware-software-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title {
		margin: 15px !important;
	}
	
	.hardware-software-tabs .elementor-tabs-content-wrapper .elementor-tab-title.elementor-tab-mobile-title {
		display: none !important;
	}
}

@media only screen and (max-width: 1100px) {
	.header-men.dropdown-mersive ul li a {
		margin-right: 0px !important;
	}
}

/* fz css start */
.values-card .elementor-widget-container {
	height: 80px;
	display: flex;
	align-items: center;
}

.custom-list-style span a {
	display: inline !important;
}

.logo-carousal img {
	transform: scale(.9);
}

.download-popup p {
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	.values-card .elementor-widget-container {
		height: auto;
		display: block;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100% !important;
	}
	
	.logged-in .site-main .page-content .woocommerce .myaccount-heading {
		font-size: 40px;
	}
	
	.klaviyo-form {
		width: 100% !important;
	}
}

.pro-listing-content li.cross-list::before, .pre-order-description li.cross-list:before {
	background-image: url("https://www.mersive.com/wp-content/uploads/2024/06/cross-icon.png") !important;
}

#calc_shipping_city_field, #calc_shipping_postcode_field {
	width: 50% !important;
}

/* fz- css end */
.header-men a {
	cursor: pointer;
}

body::-webkit-scrollbar {
	width: initial !important;
}

body::-webkit-scrollbar-track {
	box-shadow: initial !important;
}

body::-webkit-scrollbar-thumb {
	outline: initial !important;
	background-color: #c1c1c1 !important;
}

.resources-iner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 2%;
}

.resources-content {
	width: 74%;
}

.resources-cta {
	width: 24%;
	text-align: right;
}

.resources-sec {
	margin-top: -14px;
	margin-bottom: 84px;
}

.resources-sec .detial-sub-heading {
	padding-bottom: 11px;
}

.white-header li.menu-item a, .black-header li.menu-item a {
	border-bottom: 1px solid transparent;
}

/* .white-header li.menu-item a:hover:not(.menu-item-has-children a) {
border-color: #fff;
} */

/* .black-header li.menu-item a:hover:not(.menu-item-has-children a) {
border-color: #000;
} */
.menu-item-55722 a:hover {
	border-bottom: 1px !important;
}

.logged-in .woocommerce-MyAccount-content p a {
	color: #5f54c5 !important;
}

@media (max-width: 668px) {
	.menu-item-55722 a:hover {
		border-bottom: none !important;
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*, :after, :before {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-block-start: 0;
	margin-block-end: .9rem;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36;
}

a:active, a:hover {
	color: #336;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

[hidden], template {
	display: none;
}

@media print {
	*, :after, :before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		-moz-column-break-after: avoid;
		break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	transition: all .3s;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	width: auto;
	-webkit-appearance: button;
}

[type=button], [type=submit], button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	transition: all .3s;
}

[type=button]:focus:not(:focus-visible), [type=submit]:focus:not(:focus-visible), button:focus:not(:focus-visible) {
	outline: none;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

table th {
	font-weight: 700;
}

table tfoot th, table thead th {
	font-size: 1em;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: hsla(0, 0%, 50.2%, .0705882353);
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: hsla(0, 0%, 50.2%, .1019607843);
}

table tbody+tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843);
}

@media (max-width:767px) {
	table table {
		font-size: .8em;
	}
	
	table table td, table table th {
		padding: 7px;
		line-height: 1.3;
	}
	
	table table th {
		font-weight: 400;
	}
}

dd, dl, dt, li, ol, ul {
	margin-block-start: 0;
	margin-block-end: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@charset "UTF-8";

.comments-area a, .page-content a {
	text-decoration: underline;
}

.alignright {
	float: right;
	margin-left: 1rem;
}

.alignleft {
	float: left;
	margin-right: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto;
}

.alignwide {
	margin-inline: -80px;
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
}

.alignfull, .alignfull img {
	width: 100vw;
}

.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	display: block;
	margin-inline: auto;
}

.wp-caption-text {
	margin: 0;
}

.gallery-caption {
	display: block;
	font-size: .8125rem;
	line-height: 1.5;
	margin: 0;
	padding: .75rem;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

.sticky {
	position: relative;
	display: block;
}

.bypostauthor {
	font-size: inherit;
}

.hide {
	display: none !important;
}

.post-password-form {
	max-width: 500px;
	margin: 50px auto;
}

.post-password-form p {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.post-password-form [type=submit] {
	margin-inline-start: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.post .entry-title a {
	text-decoration: none;
}

.post .wp-post-image {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:991px) {
	.post .wp-post-image {
		max-height: 400px;
	}
}

@media (max-width:575px) {
	.post .wp-post-image {
		max-height: 300px;
	}
}

#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}

#comments .comment, #comments .pingback {
	position: relative;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
	display: flex;
	flex-direction: column;
	padding-block-start: 30px;
	padding-block-end: 30px;
	padding-inline-start: 60px;
	padding-inline-end: 0;
	border-block-end: 1px solid #ccc;
}

#comments .comment .avatar, #comments .pingback .avatar {
	position: absolute;
	left: 0;
	border-radius: 50%;
	margin-inline-end: 10px;
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar, html[dir=rtl] #comments .comment .avatar, html[dir=rtl] #comments .pingback .avatar {
	left: auto;
	right: 0;
}

#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: .9rem;
}

#comments .comment-metadata, #comments .reply {
	font-size: 11px;
	line-height: 1;
}

#comments .children {
	position: relative;
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
}

#comments .children li:last-child {
	padding-block-end: 0;
}

#comments ol.comment-list .children:before {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	content: "↪";
	position: absolute;
	top: 45px;
	left: 0;
	width: auto;
}

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0;
}

@media (min-width:768px) {
	#comments .comment-author, #comments .comment-metadata {
		line-height: 1;
	}
}

@media (max-width:767px) {
	#comments .comment .comment-body {
		padding: 30px 0;
	}
	
	#comments .children {
		padding-inline-start: 20px;
	}
	
	#comments .comment .avatar {
		position: inherit;
		float: left;
	}
	
	body.rtl #comments .comment .avatar, html[dir=rtl] #comments .comment .avatar {
		float: right;
	}
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%;
}

@media (max-width:575px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		padding-inline-start: 10px;
		padding-inline-end: 10px;
	}
}

@media (min-width:576px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 500px;
	}
	
	.site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 600px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 800px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

.site-header+.elementor {
	min-height: calc(100vh - 320px);
}

@charset "UTF-8";

.site-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	position: relative;
}

.site-header .site-title {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.site-header .site-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .5rem;
}

.site-header .header-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.site-header .header-inner .custom-logo-link {
	display: block;
}

.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title {
	margin: 0;
}

.site-header .header-inner .site-branding .site-logo img {
	display: block;
}

.site-header .header-inner .site-branding.show-logo .site-title, .site-header .header-inner .site-branding.show-title .site-logo {
	display: none !important;
}

.site-header.header-inverted .header-inner {
	flex-direction: row-reverse;
}

.site-header.header-inverted .header-inner .site-branding {
	text-align: end;
}

.site-header.header-stacked .header-inner {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.site-footer {
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	position: relative;
}

.site-footer .site-title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
}

.site-footer .site-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .5rem;
}

.site-footer .footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.site-footer .footer-inner .custom-logo-link {
	display: block;
}

.site-footer .footer-inner .site-branding .site-description, .site-footer .footer-inner .site-branding .site-title {
	margin: 0;
}

.site-footer .footer-inner .site-branding .site-logo img {
	display: block;
}

.site-footer .footer-inner .site-branding.show-logo .site-title, .site-footer .footer-inner .site-branding.show-title .site-logo {
	display: none !important;
}

.site-footer .footer-inner .copyright {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.site-footer .footer-inner .copyright p {
	margin: 0;
}

.site-footer.footer-inverted .footer-inner {
	flex-direction: row-reverse;
}

.site-footer.footer-inverted .footer-inner .site-branding {
	text-align: end;
}

.site-footer.footer-stacked .footer-inner {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-branding .site-title {
	text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
	padding: 0;
}

@media (max-width:576px) {
	.site-footer:not(.footer-stacked) .footer-inner .copyright, .site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
		display: block;
		text-align: center;
		width: 100%;
		max-width: none;
	}
	
	.site-footer .footer-inner .site-navigation ul.menu {
		justify-content: center;
	}
	
	.site-footer .footer-inner .site-navigation ul.menu li {
		display: inline-block;
	}
}

.site-header.header-stacked .site-navigation-toggle-holder {
	justify-content: center;
	max-width: 100%;
}

.site-header.menu-layout-dropdown .site-navigation {
	display: none;
}

.site-navigation-toggle-holder {
	display: flex;
	align-items: center;
	padding: 8px 15px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
	display: block;
	width: 1.25rem;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after, .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
	content: "";
	background-color: currentColor;
	display: block;
	height: 3px;
	transition: all .2s ease-in-out;
	border-radius: 3px;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
	box-shadow: 0 .35rem 0 currentColor;
	margin-block-end: .5rem;
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
	box-shadow: none;
	transform: translateY(.35rem) rotate(45deg);
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
	transform: translateY(-.35rem) rotate(-45deg);
}

.site-navigation {
	display: flex;
	align-items: center;
}

.site-navigation ul.menu, .site-navigation ul.menu ul {
	list-style-type: none;
	padding: 0;
}

.site-navigation ul.menu {
	display: flex;
	flex-wrap: wrap;
}

.site-navigation ul.menu li {
	position: relative;
	display: flex;
}

.site-navigation ul.menu li a {
	display: block;
	padding: 8px 15px;
}

.site-navigation ul.menu li.menu-item-has-children {
	padding-inline-end: 15px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
	display: flex;
	content: "▾";
	font-size: 1.5em;
	justify-content: center;
	align-items: center;
	color: #666;
	text-decoration: none;
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
	display: block;
}

.site-navigation ul.menu li ul {
	background: #fff;
	display: none;
	min-width: 150px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
}

.site-navigation ul.menu li ul li {
	border-block-end: #eee 1px solid;
}

.site-navigation ul.menu li ul li:last-child {
	border-block-end: none;
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
	flex-grow: 1;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
	transform: translateY(-50%) rotate(-90deg);
}

.site-navigation ul.menu li ul ul {
	left: 100%;
	top: 0;
}

.site-navigation ul.menu li:hover>ul {
	display: block;
}

footer .site-navigation ul.menu li ul {
	top: auto;
	bottom: 100%;
}

footer .site-navigation ul.menu li ul ul {
	bottom: 0;
}

footer .site-navigation ul.menu a {
	padding: 5px 15px;
}

.site-navigation-dropdown {
	margin-block-start: 10px;
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
	transform: scaleY(0);
	max-height: 0;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
	transform: scaleY(1);
	max-height: 100vh;
}

.site-navigation-dropdown ul {
	padding: 0;
}

.site-navigation-dropdown ul.menu {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}

.site-navigation-dropdown ul.menu li {
	display: block;
	width: 100%;
	position: relative;
}

.site-navigation-dropdown ul.menu li a {
	display: block;
	padding: 20px;
	background: #fff;
	color: #55595c;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #fff;
	background: #55595c;
}

.site-navigation-dropdown ul.menu>li li {
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	transform: scaleY(0);
	max-height: 0;
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
	transform: scaleY(1);
	max-height: 100vh;
}

@media (max-width:576px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

@media (min-width:768px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

@media (min-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important;
	}
}

@media (max-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
	display: none !important;
}

.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:768px) {
	.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: "";
}

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

@media (max-width:-1) {
	.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:768px) {
	.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:769px) {
	.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:769px) {
	.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:768px) {
	.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:769px) 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:769px) 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:769px) 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:768px) {
	.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);
	}
}

@media (max-width:-1) {
	.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:768px) {
	.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";
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		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:768px) {
	#elementor-device-mode:after {
		content: "mobile";
	}
}

@media (prefers-reduced-motion:no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.e-con {
	--border-radius: 0;
	--border-top-width: 0px;
	--border-right-width: 0px;
	--border-bottom-width: 0px;
	--border-left-width: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0px;
	--margin-right: 0px;
	--margin-bottom: 0px;
	--margin-left: 0px;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--row-gap: var(--widgets-spacing-row, 20px);
	--column-gap: var(--widgets-spacing-column, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: .3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	border-radius: var(--border-radius);
	height: var(--height);
	min-height: var(--min-height);
	min-width: 0;
	overflow: var(--overflow);
	position: var(--position);
	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);
	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);
	--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:768px) {
	:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile {
		display: none;
	}
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1;
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2;
}

.e-con .elementor-widget {
	min-width: 0;
}

.e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
	width: 100%;
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container {
	height: 100%;
}

.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
	max-width: 100%;
}

.e-con .elementor-widget:not(:last-child) {
	--kit-widget-spacing: 0px;
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: var(--flex-wrap-mobile);
	}
	
	.e-con.e-flex .elementor-widget-archive-posts {
		width: 100%;
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	flex-basis: 100%;
	max-width: 100%;
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	flex-grow: 1;
}

.elementor-field-group {
	align-items: center;
	flex-wrap: wrap;
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end;
}

.elementor-field-group .elementor-field-textual {
	background-color: transparent;
	border: 1px solid #69727d;
	color: #1f2124;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0;
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-field-group .elementor-select-wrapper {
	display: flex;
	position: relative;
	width: 100%;
}

.elementor-field-group .elementor-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	flex-basis: 100%;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	padding-inline-end: 20px;
	text-transform: inherit;
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "";
	font-family: eicons;
	font-size: 15px;
	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:768px) {
	.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: "";
	display: inline-block;
	font-family: eicons;
	font-style: normal;
	font-weight: 400;
	margin-inline-end: 5px;
	vertical-align: middle;
}

.elementor-message.elementor-message-danger {
	color: #d9534f;
}

.elementor-message.elementor-message-danger:before {
	content: "";
}

.elementor-message.form-message-success {
	color: #5cb85c;
}

.elementor-form .elementor-button {
	border: none;
	padding-block-end: 0;
	padding-block-start: 0;
}

.elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button>span {
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px;
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px;
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px;
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px;
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px;
}

.elementor-element .elementor-widget-container, .elementor-element: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:768px) {
	.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:769px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-tablet_extra {
		display: none;
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-laptop {
		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-kit-44826 {
	--e-global-color-primary: #000;
	--e-global-color-secondary: #000;
	--e-global-color-text: #000;
	--e-global-color-accent: #c54137;
	--e-global-color-6d3ec70: #5f54c5;
	--e-global-color-923667f: #c54137;
	--e-global-color-699b916: #fff;
	--e-global-color-cae510e: rgba(95, 84, 197, .16);
	--e-global-typography-primary-font-family: "Poppins";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Poppins";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Poppins";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Poppins";
	--e-global-typography-accent-font-weight: 400;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

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

.elementor-kit-44826 a {
	color: #2987cd;
}

.elementor-kit-44826 h1 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-44826 h2 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-44826 h3 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-44826 h4 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-44826 h5 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-44826 h6 {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-kit-44826 button, .elementor-kit-44826 input[type="button"], .elementor-kit-44826 input[type="submit"], .elementor-kit-44826 .elementor-button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-kit-44826 label {
	font-family: "Poppins", Sans-serif;
}

.elementor-kit-44826 input:not([type="button"]):not([type="submit"]), .elementor-kit-44826 textarea, .elementor-kit-44826 .elementor-field-textual {
	font-family: "Poppins", Sans-serif;
}

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

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

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

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

.site-footer .site-branding {
	flex-direction: column;
	align-items: stretch;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:768px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/*! elementor - v3.28.0 - 22-04-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;
}

@charset "UTF-8";

.site-main .menu-navigation-container {
	overflow: visible;
}

.elementor-item:after, .elementor-item:before {
	display: block;
	position: absolute;
	transition: .3s;
	transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	opacity: 0;
}

.elementor-item-active:after, .elementor-item-active:before, .elementor-item.highlighted:after, .elementor-item.highlighted:before, .elementor-item:focus:after, .elementor-item:focus:before, .elementor-item:hover:after, .elementor-item:hover:before {
	transform: scale(1);
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
	background-color: #3f444b;
	height: 3px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	height: 0;
	left: 50%;
	width: 0;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 10px;
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: 10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: -10px;
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	bottom: -10px;
}

.e--pointer-double-line.e--animation-none, .e--pointer-double-line.e--animation-none .elementor-item, .e--pointer-double-line.e--animation-none .elementor-item:after, .e--pointer-double-line.e--animation-none .elementor-item:before, .e--pointer-double-line.e--animation-none .elementor-item:focus, .e--pointer-double-line.e--animation-none .elementor-item:hover, .e--pointer-double-line.e--animation-none:after, .e--pointer-double-line.e--animation-none:before, .e--pointer-double-line.e--animation-none:focus, .e--pointer-double-line.e--animation-none:hover, .e--pointer-overline.e--animation-none, .e--pointer-overline.e--animation-none .elementor-item, .e--pointer-overline.e--animation-none .elementor-item:after, .e--pointer-overline.e--animation-none .elementor-item:before, .e--pointer-overline.e--animation-none .elementor-item:focus, .e--pointer-overline.e--animation-none .elementor-item:hover, .e--pointer-overline.e--animation-none:after, .e--pointer-overline.e--animation-none:before, .e--pointer-overline.e--animation-none:focus, .e--pointer-overline.e--animation-none:hover, .e--pointer-underline.e--animation-none, .e--pointer-underline.e--animation-none .elementor-item, .e--pointer-underline.e--animation-none .elementor-item:after, .e--pointer-underline.e--animation-none .elementor-item:before, .e--pointer-underline.e--animation-none .elementor-item:focus, .e--pointer-underline.e--animation-none .elementor-item:hover, .e--pointer-underline.e--animation-none:after, .e--pointer-underline.e--animation-none:before, .e--pointer-underline.e--animation-none:focus, .e--pointer-underline.e--animation-none:hover {
	transition-duration: 0s;
}

.e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:before {
	content: "";
	top: 0;
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: -20px;
	width: 10px;
}

.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
	bottom: 0;
	content: "";
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
	inset-inline-start: 100%;
	width: 10px;
}

.e--pointer-framed .elementor-item:after, .e--pointer-framed .elementor-item:before {
	background: transparent;
	border: 3px solid #3f444b;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.e--pointer-framed .elementor-item:before {
	content: "";
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	transform: scale(.75);
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	transform: scale(1.25);
}

.e--pointer-framed.e--animation-grow .elementor-item:before, .e--pointer-framed.e--animation-shrink .elementor-item:before {
	transition: opacity .2s, transform .4s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after, .e--pointer-framed.e--animation-draw .elementor-item:before {
	height: 3px;
	width: 3px;
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
	border-width: 0 0 3px 3px;
	transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
	border-width: 3px 3px 0 0;
	bottom: 0;
	content: "";
	left: auto;
	right: 0;
	top: auto;
	transition: width .1s, height .1s .1s, opacity .02s .18s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	height: 100%;
	width: 100%;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:before {
	transition: opacity .02s, height .1s, width .1s .1s;
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item:hover:after {
	transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
}

.e--pointer-framed.e--animation-corners .elementor-item:after, .e--pointer-framed.e--animation-corners .elementor-item:before {
	height: 3px;
	width: 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
	border-width: 3px 0 0 3px;
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
	border-width: 0 3px 3px 0;
	bottom: 0;
	content: "";
	left: auto;
	right: 0;
	top: auto;
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after, .e--pointer-framed.e--animation-corners .elementor-item-active:before, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:before, .e--pointer-framed.e--animation-corners .elementor-item:focus:after, .e--pointer-framed.e--animation-corners .elementor-item:focus:before, .e--pointer-framed.e--animation-corners .elementor-item:hover:after, .e--pointer-framed.e--animation-corners .elementor-item:hover:before {
	height: 100%;
	transition: opacity 2ms, width .4s, height .4s;
	width: 100%;
}

.e--pointer-framed.e--animation-none, .e--pointer-framed.e--animation-none .elementor-item, .e--pointer-framed.e--animation-none .elementor-item:after, .e--pointer-framed.e--animation-none .elementor-item:before, .e--pointer-framed.e--animation-none .elementor-item:focus, .e--pointer-framed.e--animation-none .elementor-item:hover, .e--pointer-framed.e--animation-none:after, .e--pointer-framed.e--animation-none:before, .e--pointer-framed.e--animation-none:focus, .e--pointer-framed.e--animation-none:hover {
	transition-duration: 0s;
}

.e--pointer-background .elementor-item:after, .e--pointer-background .elementor-item:before {
	content: "";
	transition: .3s;
}

.e--pointer-background .elementor-item:before {
	background: #3f444b;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.e--pointer-background .elementor-item-active, .e--pointer-background .elementor-item.highlighted, .e--pointer-background .elementor-item:focus, .e--pointer-background .elementor-item:hover {
	color: #fff;
}

.e--pointer-background.e--animation-grow .elementor-item:before {
	transform: scale(.5);
}

.e--pointer-background.e--animation-grow .elementor-item-active:before, .e--pointer-background.e--animation-grow .elementor-item.highlighted:before, .e--pointer-background.e--animation-grow .elementor-item:focus:before, .e--pointer-background.e--animation-grow .elementor-item:hover:before {
	opacity: 1;
	transform: scale(1);
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	transform: scale(1.2);
	transition: .3s;
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before, .e--pointer-background.e--animation-shrink .elementor-item.highlighted:before, .e--pointer-background.e--animation-shrink .elementor-item:focus:before, .e--pointer-background.e--animation-shrink .elementor-item:hover:before {
	transition: opacity .15s, transform .4s;
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 100%;
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	right: 100%;
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	top: 100%;
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 100%;
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	bottom: 50%;
	top: 50%;
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
	left: 50%;
	right: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	background: #3f444b;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
	bottom: 100%;
	top: 0;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
	bottom: 0;
	top: 100%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
	bottom: 50%;
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
	top: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
	left: 100%;
	right: 0;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
	left: 0;
	right: 100%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
	left: 50%;
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
	right: 50%;
}

.e--pointer-background.e--animation-none, .e--pointer-background.e--animation-none .elementor-item, .e--pointer-background.e--animation-none .elementor-item:after, .e--pointer-background.e--animation-none .elementor-item:before, .e--pointer-background.e--animation-none .elementor-item:focus, .e--pointer-background.e--animation-none .elementor-item:hover, .e--pointer-background.e--animation-none:after, .e--pointer-background.e--animation-none:before, .e--pointer-background.e--animation-none:focus, .e--pointer-background.e--animation-none:hover {
	transition-duration: 0s;
}

.e--pointer-text.e--animation-skew .elementor-item:focus, .e--pointer-text.e--animation-skew .elementor-item:hover {
	transform: skew(-8deg);
}

.e--pointer-text.e--animation-grow .elementor-item:focus, .e--pointer-text.e--animation-grow .elementor-item:hover {
	transform: scale(1.2);
}

.e--pointer-text.e--animation-shrink .elementor-item:focus, .e--pointer-text.e--animation-shrink .elementor-item:hover {
	transform: scale(.8);
}

.e--pointer-text.e--animation-float .elementor-item:focus, .e--pointer-text.e--animation-float .elementor-item:hover {
	transform: translateY(-8px);
}

.e--pointer-text.e--animation-sink .elementor-item:focus, .e--pointer-text.e--animation-sink .elementor-item:hover {
	transform: translateY(8px);
}

.e--pointer-text.e--animation-rotate .elementor-item:focus, .e--pointer-text.e--animation-rotate .elementor-item:hover {
	transform: rotate(6deg);
}

.e--pointer-text.e--animation-none, .e--pointer-text.e--animation-none .elementor-item, .e--pointer-text.e--animation-none .elementor-item:after, .e--pointer-text.e--animation-none .elementor-item:before, .e--pointer-text.e--animation-none .elementor-item:focus, .e--pointer-text.e--animation-none .elementor-item:hover, .e--pointer-text.e--animation-none:after, .e--pointer-text.e--animation-none:before, .e--pointer-text.e--animation-none:focus, .e--pointer-text.e--animation-none:hover {
	transition-duration: 0s;
}

.elementor-nav-menu--main .elementor-nav-menu a {
	transition: .4s;
}

.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
	padding: 13px 20px;
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
	background: #1f2124;
	color: #fff;
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
	background: #3f444b;
	color: #88909b;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	border-style: solid;
	border-width: 0;
	padding: 0;
	position: absolute;
	width: 12em;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
	background: #fff;
	display: none;
	height: 20px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow, .elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
	border: 8px dashed transparent;
	border-bottom: 8px solid #33373d;
	height: 0;
	left: 50%;
	margin-inline-start: -8px;
	overflow: hidden;
	position: absolute;
	top: -2px;
	width: 0;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
	border-color: #33373d transparent transparent;
	border-style: solid dashed dashed;
	top: 6px;
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg, .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	transform: rotate(-90deg);
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.elementor-nav-menu--layout-horizontal {
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	display: flex;
	flex-wrap: wrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	flex-grow: 1;
	white-space: nowrap;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	display: flex;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
	top: 100% !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
	margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
	left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
	align-self: center;
	border-color: var(--e-nav-menu-divider-color, #000);
	border-left-style: var(--e-nav-menu-divider-style, solid);
	border-left-width: var(--e-nav-menu-divider-width, 2px);
	content: var(--e-nav-menu-divider-content, none);
	height: var(--e-nav-menu-divider-height, 35%);
}

.elementor-nav-menu__align-right .elementor-nav-menu {
	justify-content: flex-end;
	margin-left: auto;
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-end;
}

.elementor-nav-menu__align-left .elementor-nav-menu {
	justify-content: flex-start;
	margin-right: auto;
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-start;
}

.elementor-nav-menu__align-start .elementor-nav-menu {
	justify-content: flex-start;
	margin-inline-end: auto;
}

.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-start;
}

.elementor-nav-menu__align-end .elementor-nav-menu {
	justify-content: flex-end;
	margin-inline-start: auto;
}

.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: flex-end;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
	justify-content: center;
	margin-inline-end: auto;
	margin-inline-start: auto;
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
	justify-content: center;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	width: 100%;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
	flex-grow: 1;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
	justify-content: center;
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
	display: none;
}

.elementor-widget-nav-menu .elementor-widget-container, .elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]) {
	display: flex;
	flex-direction: column;
}

.elementor-nav-menu {
	position: relative;
	z-index: 2;
}

.elementor-nav-menu:after {
	clear: both;
	content: " ";
	display: block;
	font: 0/0 serif;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.elementor-nav-menu, .elementor-nav-menu li, .elementor-nav-menu ul {
	display: block;
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.elementor-nav-menu ul {
	display: none;
}

.elementor-nav-menu ul ul a, .elementor-nav-menu ul ul a:active, .elementor-nav-menu ul ul a:focus, .elementor-nav-menu ul ul a:hover {
	border-left: 16px solid transparent;
}

.elementor-nav-menu ul ul ul a, .elementor-nav-menu ul ul ul a:active, .elementor-nav-menu ul ul ul a:focus, .elementor-nav-menu ul ul ul a:hover {
	border-left: 24px solid transparent;
}

.elementor-nav-menu ul ul ul ul a, .elementor-nav-menu ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul a:hover {
	border-left: 32px solid transparent;
}

.elementor-nav-menu ul ul ul ul ul a, .elementor-nav-menu ul ul ul ul ul a:active, .elementor-nav-menu ul ul ul ul ul a:focus, .elementor-nav-menu ul ul ul ul ul a:hover {
	border-left: 40px solid transparent;
}

.elementor-nav-menu a, .elementor-nav-menu li {
	position: relative;
}

.elementor-nav-menu li {
	border-width: 0;
}

.elementor-nav-menu a {
	align-items: center;
	display: flex;
}

.elementor-nav-menu a, .elementor-nav-menu a:focus, .elementor-nav-menu a:hover {
	line-height: 20px;
	padding: 10px 20px;
}

.elementor-nav-menu a.current {
	background: #1f2124;
	color: #fff;
}

.elementor-nav-menu a.disabled {
	color: #88909b;
	cursor: not-allowed;
}

.elementor-nav-menu .e-plus-icon:before {
	content: "+";
}

.elementor-nav-menu .sub-arrow {
	align-items: center;
	display: flex;
	line-height: 1;
	margin-block-end: -10px;
	margin-block-start: -10px;
	padding: 10px;
	padding-inline-end: 0;
}

.elementor-nav-menu .sub-arrow i {
	pointer-events: none;
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down, .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
	font-size: .7em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
	height: 1em;
	width: 1em;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
	height: .7em;
	width: .7em;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	background-color: #3f444b;
	color: #fff;
}

.elementor-menu-toggle {
	align-items: center;
	background-color: rgba(0, 0, 0, .05);
	border: 0 solid;
	border-radius: 3px;
	color: #33373d;
	cursor: pointer;
	display: flex;
	font-size: var(--nav-menu-icon-size, 22px);
	justify-content: center;
	padding: .25em;
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open, .elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
	display: none;
}

.elementor-menu-toggle .e-font-icon-svg {
	fill: #33373d;
	height: 1em;
	width: 1em;
}

.elementor-menu-toggle svg {
	height: auto;
	width: 1em;
	fill: var(--nav-menu-icon-color, currentColor);
}

span.elementor-menu-toggle__icon--close, span.elementor-menu-toggle__icon--open {
	line-height: 1;
}

.elementor-nav-menu--dropdown {
	background-color: #fff;
	font-size: 13px;
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle, .elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
	display: none;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	transform-origin: top;
	transition: max-height .3s, transform .3s;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
	font-size: .85em;
}

.elementor-nav-menu--dropdown a {
	color: #33373d;
}

.elementor-nav-menu--dropdown a.current {
	background: #1f2124;
	color: #fff;
}

.elementor-nav-menu--dropdown a.disabled {
	color: #b3b3b3;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: 8px solid transparent;
	text-shadow: none;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
	justify-content: center;
}

.elementor-nav-menu--toggle {
	--menu-height: 100vh;
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
	max-height: 0;
	overflow: hidden;
	transform: scaleY(0);
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	animation: hide-scroll .3s backwards;
	max-height: var(--menu-height);
	transform: scaleY(1);
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	position: absolute;
	z-index: 9997;
}

@media (max-width:768px) {
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:769px) {
	.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@media (max-width:-1) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1) {
	.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@media (max-width:1024px) {
	.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:1025px) {
	.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@media (max-width:-1) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
		display: none;
	}
}

@media (min-width:-1) {
	.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle, .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
		display: none;
	}
	
	.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		overflow-y: hidden;
	}
}

@keyframes hide-scroll {
	0%, to {
		overflow: hidden;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

/*! elementor - v3.28.0 - 22-04-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.28.0 - 22-04-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)), .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)), .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
	font-size: 0;
	line-height: 1;
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
	display: inline-grid;
}

.elementor-widget-social-icons .elementor-grid {
	grid-column-gap: var(--grid-column-gap, 5px);
	grid-row-gap: var(--grid-row-gap, 5px);
	grid-template-columns: var(--grid-template-columns);
	justify-content: var(--justify-content, center);
	justify-items: var(--justify-content, center);
}

.elementor-icon.elementor-social-icon {
	font-size: var(--icon-size, 25px);
	height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
	line-height: var(--icon-size, 25px);
	width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
}

.elementor-social-icon {
	--e-social-icon-icon-color: #fff;
	align-items: center;
	background-color: #69727d;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	text-align: center;
}

.elementor-social-icon i {
	color: var(--e-social-icon-icon-color);
}

.elementor-social-icon svg {
	fill: var(--e-social-icon-icon-color);
}

.elementor-social-icon:last-child {
	margin: 0;
}

.elementor-social-icon:hover {
	color: #fff;
	opacity: .9;
}

.elementor-social-icon-android {
	background-color: #a4c639;
}

.elementor-social-icon-apple {
	background-color: #999;
}

.elementor-social-icon-behance {
	background-color: #1769ff;
}

.elementor-social-icon-bitbucket {
	background-color: #205081;
}

.elementor-social-icon-codepen {
	background-color: #000;
}

.elementor-social-icon-delicious {
	background-color: #39f;
}

.elementor-social-icon-deviantart {
	background-color: #05cc47;
}

.elementor-social-icon-digg {
	background-color: #005be2;
}

.elementor-social-icon-dribbble {
	background-color: #ea4c89;
}

.elementor-social-icon-elementor {
	background-color: #d30c5c;
}

.elementor-social-icon-envelope {
	background-color: #ea4335;
}

.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
	background-color: #3b5998;
}

.elementor-social-icon-flickr {
	background-color: #0063dc;
}

.elementor-social-icon-foursquare {
	background-color: #2d5be3;
}

.elementor-social-icon-free-code-camp, .elementor-social-icon-freecodecamp {
	background-color: #006400;
}

.elementor-social-icon-github {
	background-color: #333;
}

.elementor-social-icon-gitlab {
	background-color: #e24329;
}

.elementor-social-icon-globe {
	background-color: #69727d;
}

.elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g {
	background-color: #dd4b39;
}

.elementor-social-icon-houzz {
	background-color: #7ac142;
}

.elementor-social-icon-instagram {
	background-color: #262626;
}

.elementor-social-icon-jsfiddle {
	background-color: #487aa2;
}

.elementor-social-icon-link {
	background-color: #818a91;
}

.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in {
	background-color: #0077b5;
}

.elementor-social-icon-medium {
	background-color: #00ab6b;
}

.elementor-social-icon-meetup {
	background-color: #ec1c40;
}

.elementor-social-icon-mixcloud {
	background-color: #273a4b;
}

.elementor-social-icon-odnoklassniki {
	background-color: #f4731c;
}

.elementor-social-icon-pinterest {
	background-color: #bd081c;
}

.elementor-social-icon-product-hunt {
	background-color: #da552f;
}

.elementor-social-icon-reddit {
	background-color: #ff4500;
}

.elementor-social-icon-rss {
	background-color: #f26522;
}

.elementor-social-icon-shopping-cart {
	background-color: #4caf50;
}

.elementor-social-icon-skype {
	background-color: #00aff0;
}

.elementor-social-icon-slideshare {
	background-color: #0077b5;
}

.elementor-social-icon-snapchat {
	background-color: #fffc00;
}

.elementor-social-icon-soundcloud {
	background-color: #f80;
}

.elementor-social-icon-spotify {
	background-color: #2ebd59;
}

.elementor-social-icon-stack-overflow {
	background-color: #fe7a15;
}

.elementor-social-icon-steam {
	background-color: #00adee;
}

.elementor-social-icon-stumbleupon {
	background-color: #eb4924;
}

.elementor-social-icon-telegram {
	background-color: #2ca5e0;
}

.elementor-social-icon-threads {
	background-color: #000;
}

.elementor-social-icon-thumb-tack {
	background-color: #1aa1d8;
}

.elementor-social-icon-tripadvisor {
	background-color: #589442;
}

.elementor-social-icon-tumblr {
	background-color: #35465c;
}

.elementor-social-icon-twitch {
	background-color: #6441a5;
}

.elementor-social-icon-twitter {
	background-color: #1da1f2;
}

.elementor-social-icon-viber {
	background-color: #665cac;
}

.elementor-social-icon-vimeo {
	background-color: #1ab7ea;
}

.elementor-social-icon-vk {
	background-color: #45668e;
}

.elementor-social-icon-weibo {
	background-color: #dd2430;
}

.elementor-social-icon-weixin {
	background-color: #31a918;
}

.elementor-social-icon-whatsapp {
	background-color: #25d366;
}

.elementor-social-icon-wordpress {
	background-color: #21759b;
}

.elementor-social-icon-x-twitter {
	background-color: #000;
}

.elementor-social-icon-xing {
	background-color: #026466;
}

.elementor-social-icon-yelp {
	background-color: #af0606;
}

.elementor-social-icon-youtube {
	background-color: #cd201f;
}

.elementor-social-icon-500px {
	background-color: #0099e5;
}

.e--ua-appleWebkit.rtl {
	--flex-right: flex-start;
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
	--justify-content: var(--flex-right, flex-end);
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
	--justify-content: center;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--justify-content, space-between);
	margin-left: calc(-.5 * var(--grid-column-gap));
	margin-right: calc(-.5 * var(--grid-column-gap));
	width: auto;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
	margin-left: calc(.5 * var(--grid-column-gap));
	margin-right: calc(.5 * var(--grid-column-gap));
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
	display: inline-block;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width:1024px) {
	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
		--justify-content: var(--flex-right, flex-end);
	}
	
	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
		--justify-content: center;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap));
		width: auto;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap));
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
		display: inline-block;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
		--justify-content: var(--flex-right, flex-end);
	}
	
	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
		--justify-content: center;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap));
		width: auto;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap));
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
		display: inline-block;
	}
	
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0;
	}
}

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

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

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

.elementor-menu-cart__toggle .elementor-button {
	align-items: center;
	background-color: var(--toggle-button-background-color, transparent);
	border-color: var(--toggle-button-border-color, #69727d);
	border-radius: var(--toggle-button-border-radius, 0);
	border-style: var(--toggle-button-border-type, solid);
	border-width: var(--toggle-button-border-width, 1px);
	color: var(--toggle-button-text-color, #69727d);
	display: inline-flex;
	flex-direction: row;
	gap: .3em;
	padding: var(--toggle-icon-padding, 12px 24px);
}

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

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

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

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

.elementor-menu-cart__toggle .elementor-button-icon {
	position: relative;
	transition: color .1s;
}

.elementor-menu-cart__toggle .e-toggle-cart-custom-icon, .elementor-menu-cart__toggle .elementor-button-icon {
	color: var(--toggle-button-icon-color, #69727d);
	font-size: var(--toggle-icon-size, inherit);
}

.elementor-menu-cart__toggle .e-toggle-cart-custom-icon:hover {
	color: var(--toggle-button-icon-hover-color, #69727d);
}

.elementor-menu-cart__toggle .elementor-button-icon, .elementor-menu-cart__toggle .elementor-button-text {
	flex-grow: unset;
	order: unset;
}

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

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon {
	align-items: center;
	display: flex;
}

.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon i, .elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon svg {
	line-height: unset;
}

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

.elementor-menu-cart--items-indicator-none .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	display: none;
}

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

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

.elementor-menu-cart__main .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

.elementor-menu-cart__close-button-custom {
	align-self: flex-end;
	cursor: pointer;
	display: inline-block;
	font-family: eicons;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 20px;
	position: relative;
	transition: .3s;
}

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

.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon {
	color: var(--cart-close-button-color, #69727d);
	font-size: var(--cart-close-icon-size, 25px);
}

.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon:hover {
	color: var(--cart-close-button-hover-color, #69727d);
}

.elementor-menu-cart__close-button-custom svg {
	fill: var(--cart-close-button-color, #69727d);
	height: var(--cart-close-icon-size, 25px);
	width: var(--cart-close-icon-size, 25px);
}

.elementor-menu-cart__close-button-custom svg:hover {
	fill: var(--cart-close-button-hover-color, #69727d);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter="0"], .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section, [data-elementor-type=popup]:not(.elementor-edit-area) {
	display: none;
}

.elementor-popup-modal.dialog-type-lightbox {
	background-color: transparent;
	display: flex;
	pointer-events: none;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
}

.elementor-popup-modal .dialog-buttons-wrapper, .elementor-popup-modal .dialog-header {
	display: none;
}

.elementor-popup-modal .dialog-close-button {
	display: none;
	inset-inline-end: 20px;
	margin-top: 0;
	opacity: 1;
	pointer-events: all;
	top: 20px;
	z-index: 9999;
}

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

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

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

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

[class*=" eicon-"], [class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear;
}

.eicon-editor-link:before {
	content: "";
}

.eicon-editor-unlink:before {
	content: "";
}

.eicon-editor-external-link:before {
	content: "";
}

.eicon-editor-close:before {
	content: "";
}

.eicon-editor-list-ol:before {
	content: "";
}

.eicon-editor-list-ul:before {
	content: "";
}

.eicon-editor-bold:before {
	content: "";
}

.eicon-editor-italic:before {
	content: "";
}

.eicon-editor-underline:before {
	content: "";
}

.eicon-editor-paragraph:before {
	content: "";
}

.eicon-editor-h1:before {
	content: "";
}

.eicon-editor-h2:before {
	content: "";
}

.eicon-editor-h3:before {
	content: "";
}

.eicon-editor-h4:before {
	content: "";
}

.eicon-editor-h5:before {
	content: "";
}

.eicon-editor-h6:before {
	content: "";
}

.eicon-editor-quote:before {
	content: "";
}

.eicon-editor-code:before {
	content: "";
}

.eicon-elementor:before {
	content: "";
}

.eicon-elementor-circle:before {
	content: "";
}

.eicon-pojome:before {
	content: "";
}

.eicon-plus:before {
	content: "";
}

.eicon-menu-bar:before {
	content: "";
}

.eicon-apps:before {
	content: "";
}

.eicon-accordion:before {
	content: "";
}

.eicon-alert:before {
	content: "";
}

.eicon-animation-text:before {
	content: "";
}

.eicon-animation:before {
	content: "";
}

.eicon-banner:before {
	content: "";
}

.eicon-blockquote:before {
	content: "";
}

.eicon-button:before {
	content: "";
}

.eicon-call-to-action:before {
	content: "";
}

.eicon-captcha:before {
	content: "";
}

.eicon-carousel:before {
	content: "";
}

.eicon-checkbox:before {
	content: "";
}

.eicon-columns:before {
	content: "";
}

.eicon-countdown:before {
	content: "";
}

.eicon-counter:before {
	content: "";
}

.eicon-date:before {
	content: "";
}

.eicon-divider-shape:before {
	content: "";
}

.eicon-divider:before {
	content: "";
}

.eicon-download-button:before {
	content: "";
}

.eicon-dual-button:before {
	content: "";
}

.eicon-email-field:before {
	content: "";
}

.eicon-facebook-comments:before {
	content: "";
}

.eicon-facebook-like-box:before {
	content: "";
}

.eicon-form-horizontal:before {
	content: "";
}

.eicon-form-vertical:before {
	content: "";
}

.eicon-gallery-grid:before {
	content: "";
}

.eicon-gallery-group:before {
	content: "";
}

.eicon-gallery-justified:before {
	content: "";
}

.eicon-gallery-masonry:before {
	content: "";
}

.eicon-icon-box:before {
	content: "";
}

.eicon-image-before-after:before {
	content: "";
}

.eicon-image-box:before {
	content: "";
}

.eicon-image-hotspot:before {
	content: "";
}

.eicon-image-rollover:before {
	content: "";
}

.eicon-info-box:before {
	content: "";
}

.eicon-inner-section:before {
	content: "";
}

.eicon-mailchimp:before {
	content: "";
}

.eicon-menu-card:before {
	content: "";
}

.eicon-navigation-horizontal:before {
	content: "";
}

.eicon-nav-menu:before {
	content: "";
}

.eicon-navigation-vertical:before {
	content: "";
}

.eicon-number-field:before {
	content: "";
}

.eicon-parallax:before {
	content: "";
}

.eicon-php7:before {
	content: "";
}

.eicon-post-list:before {
	content: "";
}

.eicon-post-slider:before {
	content: "";
}

.eicon-post:before {
	content: "";
}

.eicon-posts-carousel:before {
	content: "";
}

.eicon-posts-grid:before {
	content: "";
}

.eicon-posts-group:before {
	content: "";
}

.eicon-posts-justified:before {
	content: "";
}

.eicon-posts-masonry:before {
	content: "";
}

.eicon-posts-ticker:before {
	content: "";
}

.eicon-price-list:before {
	content: "";
}

.eicon-price-table:before {
	content: "";
}

.eicon-radio:before {
	content: "";
}

.eicon-rtl:before {
	content: "";
}

.eicon-scroll:before {
	content: "";
}

.eicon-search:before {
	content: "";
}

.eicon-select:before {
	content: "";
}

.eicon-share:before {
	content: "";
}

.eicon-sidebar:before {
	content: "";
}

.eicon-skill-bar:before {
	content: "";
}

.eicon-slider-3d:before {
	content: "";
}

.eicon-slider-album:before {
	content: "";
}

.eicon-slider-device:before {
	content: "";
}

.eicon-slider-full-screen:before {
	content: "";
}

.eicon-slider-push:before {
	content: "";
}

.eicon-slider-vertical:before {
	content: "";
}

.eicon-slider-video:before {
	content: "";
}

.eicon-slides:before {
	content: "";
}

.eicon-social-icons:before {
	content: "";
}

.eicon-spacer:before {
	content: "";
}

.eicon-table:before {
	content: "";
}

.eicon-tabs:before {
	content: "";
}

.eicon-tel-field:before {
	content: "";
}

.eicon-text-area:before {
	content: "";
}

.eicon-text-field:before {
	content: "";
}

.eicon-thumbnails-down:before {
	content: "";
}

.eicon-thumbnails-half:before {
	content: "";
}

.eicon-thumbnails-right:before {
	content: "";
}

.eicon-time-line:before {
	content: "";
}

.eicon-toggle:before {
	content: "";
}

.eicon-url:before {
	content: "";
}

.eicon-t-letter:before {
	content: "";
}

.eicon-wordpress:before {
	content: "";
}

.eicon-text:before {
	content: "";
}

.eicon-anchor:before {
	content: "";
}

.eicon-bullet-list:before {
	content: "";
}

.eicon-code:before {
	content: "";
}

.eicon-favorite:before {
	content: "";
}

.eicon-google-maps:before {
	content: "";
}

.eicon-image:before {
	content: "";
}

.eicon-photo-library:before {
	content: "";
}

.eicon-woocommerce:before {
	content: "";
}

.eicon-youtube:before {
	content: "";
}

.eicon-flip-box:before {
	content: "";
}

.eicon-settings:before {
	content: "";
}

.eicon-headphones:before {
	content: "";
}

.eicon-testimonial:before {
	content: "";
}

.eicon-counter-circle:before {
	content: "";
}

.eicon-person:before {
	content: "";
}

.eicon-chevron-right:before {
	content: "";
}

.eicon-chevron-left:before {
	content: "";
}

.eicon-close:before {
	content: "";
}

.eicon-file-download:before {
	content: "";
}

.eicon-save:before {
	content: "";
}

.eicon-zoom-in:before {
	content: "";
}

.eicon-shortcode:before {
	content: "";
}

.eicon-nerd:before {
	content: "";
}

.eicon-device-desktop:before {
	content: "";
}

.eicon-device-tablet:before {
	content: "";
}

.eicon-device-mobile:before {
	content: "";
}

.eicon-document-file:before {
	content: "";
}

.eicon-folder-o:before {
	content: "";
}

.eicon-hypster:before {
	content: "";
}

.eicon-h-align-left:before {
	content: "";
}

.eicon-h-align-right:before {
	content: "";
}

.eicon-h-align-center:before {
	content: "";
}

.eicon-h-align-stretch:before {
	content: "";
}

.eicon-v-align-top:before {
	content: "";
}

.eicon-v-align-bottom:before {
	content: "";
}

.eicon-v-align-middle:before {
	content: "";
}

.eicon-v-align-stretch:before {
	content: "";
}

.eicon-pro-icon:before {
	content: "";
}

.eicon-mail:before {
	content: "";
}

.eicon-lock-user:before {
	content: "";
}

.eicon-testimonial-carousel:before {
	content: "";
}

.eicon-media-carousel:before {
	content: "";
}

.eicon-section:before {
	content: "";
}

.eicon-column:before {
	content: "";
}

.eicon-edit:before {
	content: "";
}

.eicon-clone:before {
	content: "";
}

.eicon-trash:before {
	content: "";
}

.eicon-play:before {
	content: "";
}

.eicon-angle-right:before {
	content: "";
}

.eicon-angle-left:before {
	content: "";
}

.eicon-animated-headline:before {
	content: "";
}

.eicon-menu-toggle:before {
	content: "";
}

.eicon-fb-embed:before {
	content: "";
}

.eicon-fb-feed:before {
	content: "";
}

.eicon-twitter-embed:before {
	content: "";
}

.eicon-twitter-feed:before {
	content: "";
}

.eicon-sync:before {
	content: "";
}

.eicon-import-export:before {
	content: "";
}

.eicon-check-circle:before {
	content: "";
}

.eicon-library-save:before {
	content: "";
}

.eicon-library-download:before {
	content: "";
}

.eicon-insert:before {
	content: "";
}

.eicon-preview-medium:before {
	content: "";
}

.eicon-sort-down:before {
	content: "";
}

.eicon-sort-up:before {
	content: "";
}

.eicon-heading:before {
	content: "";
}

.eicon-logo:before {
	content: "";
}

.eicon-meta-data:before {
	content: "";
}

.eicon-post-content:before {
	content: "";
}

.eicon-post-excerpt:before {
	content: "";
}

.eicon-post-navigation:before {
	content: "";
}

.eicon-yoast:before {
	content: "";
}

.eicon-nerd-chuckle:before {
	content: "";
}

.eicon-nerd-wink:before {
	content: "";
}

.eicon-comments:before {
	content: "";
}

.eicon-download-circle-o:before {
	content: "";
}

.eicon-library-upload:before {
	content: "";
}

.eicon-save-o:before {
	content: "";
}

.eicon-upload-circle-o:before {
	content: "";
}

.eicon-ellipsis-h:before {
	content: "";
}

.eicon-ellipsis-v:before {
	content: "";
}

.eicon-arrow-left:before {
	content: "";
}

.eicon-arrow-right:before {
	content: "";
}

.eicon-arrow-up:before {
	content: "";
}

.eicon-arrow-down:before {
	content: "";
}

.eicon-play-o:before {
	content: "";
}

.eicon-archive-posts:before {
	content: "";
}

.eicon-archive-title:before {
	content: "";
}

.eicon-featured-image:before {
	content: "";
}

.eicon-post-info:before {
	content: "";
}

.eicon-post-title:before {
	content: "";
}

.eicon-site-logo:before {
	content: "";
}

.eicon-site-search:before {
	content: "";
}

.eicon-site-title:before {
	content: "";
}

.eicon-plus-square:before {
	content: "";
}

.eicon-minus-square:before {
	content: "";
}

.eicon-cloud-check:before {
	content: "";
}

.eicon-drag-n-drop:before {
	content: "";
}

.eicon-welcome:before {
	content: "";
}

.eicon-handle:before {
	content: "";
}

.eicon-cart:before {
	content: "";
}

.eicon-product-add-to-cart:before {
	content: "";
}

.eicon-product-breadcrumbs:before {
	content: "";
}

.eicon-product-categories:before {
	content: "";
}

.eicon-product-description:before {
	content: "";
}

.eicon-product-images:before {
	content: "";
}

.eicon-product-info:before {
	content: "";
}

.eicon-product-meta:before {
	content: "";
}

.eicon-product-pages:before {
	content: "";
}

.eicon-product-price:before {
	content: "";
}

.eicon-product-rating:before {
	content: "";
}

.eicon-product-related:before {
	content: "";
}

.eicon-product-stock:before {
	content: "";
}

.eicon-product-tabs:before {
	content: "";
}

.eicon-product-title:before {
	content: "";
}

.eicon-product-upsell:before {
	content: "";
}

.eicon-products:before {
	content: "";
}

.eicon-bag-light:before {
	content: "";
}

.eicon-bag-medium:before {
	content: "";
}

.eicon-bag-solid:before {
	content: "";
}

.eicon-basket-light:before {
	content: "";
}

.eicon-basket-medium:before {
	content: "";
}

.eicon-basket-solid:before {
	content: "";
}

.eicon-cart-light:before {
	content: "";
}

.eicon-cart-medium:before {
	content: "";
}

.eicon-cart-solid:before {
	content: "";
}

.eicon-exchange:before {
	content: "";
}

.eicon-preview-thin:before {
	content: "";
}

.eicon-device-laptop:before {
	content: "";
}

.eicon-collapse:before {
	content: "";
}

.eicon-expand:before {
	content: "";
}

.eicon-navigator:before {
	content: "";
}

.eicon-plug:before {
	content: "";
}

.eicon-dashboard:before {
	content: "";
}

.eicon-typography:before {
	content: "";
}

.eicon-info-circle-o:before {
	content: "";
}

.eicon-integration:before {
	content: "";
}

.eicon-plus-circle-o:before {
	content: "";
}

.eicon-rating:before {
	content: "";
}

.eicon-review:before {
	content: "";
}

.eicon-tools:before {
	content: "";
}

.eicon-loading:before {
	content: "";
}

.eicon-sitemap:before {
	content: "";
}

.eicon-click:before {
	content: "";
}

.eicon-clock:before {
	content: "";
}

.eicon-library-open:before {
	content: "";
}

.eicon-warning:before {
	content: "";
}

.eicon-flow:before {
	content: "";
}

.eicon-cursor-move:before {
	content: "";
}

.eicon-arrow-circle-left:before {
	content: "";
}

.eicon-flash:before {
	content: "";
}

.eicon-redo:before {
	content: "";
}

.eicon-ban:before {
	content: "";
}

.eicon-barcode:before {
	content: "";
}

.eicon-calendar:before {
	content: "";
}

.eicon-caret-left:before {
	content: "";
}

.eicon-caret-right:before {
	content: "";
}

.eicon-caret-up:before {
	content: "";
}

.eicon-chain-broken:before {
	content: "";
}

.eicon-check-circle-o:before {
	content: "";
}

.eicon-check:before {
	content: "";
}

.eicon-chevron-double-left:before {
	content: "";
}

.eicon-chevron-double-right:before {
	content: "";
}

.eicon-undo:before {
	content: "";
}

.eicon-filter:before {
	content: "";
}

.eicon-circle-o:before {
	content: "";
}

.eicon-circle:before {
	content: "";
}

.eicon-clock-o:before {
	content: "";
}

.eicon-cog:before {
	content: "";
}

.eicon-cogs:before {
	content: "";
}

.eicon-commenting-o:before {
	content: "";
}

.eicon-copy:before {
	content: "";
}

.eicon-database:before {
	content: "";
}

.eicon-dot-circle-o:before {
	content: "";
}

.eicon-envelope:before {
	content: "";
}

.eicon-external-link-square:before {
	content: "";
}

.eicon-eyedropper:before {
	content: "";
}

.eicon-folder:before {
	content: "";
}

.eicon-font:before {
	content: "";
}

.eicon-adjust:before {
	content: "";
}

.eicon-lightbox:before {
	content: "";
}

.eicon-heart-o:before {
	content: "";
}

.eicon-history:before {
	content: "";
}

.eicon-image-bold:before {
	content: "";
}

.eicon-info-circle:before {
	content: "";
}

.eicon-link:before {
	content: "";
}

.eicon-long-arrow-left:before {
	content: "";
}

.eicon-long-arrow-right:before {
	content: "";
}

.eicon-caret-down:before {
	content: "";
}

.eicon-paint-brush:before {
	content: "";
}

.eicon-pencil:before {
	content: "";
}

.eicon-plus-circle:before {
	content: "";
}

.eicon-zoom-in-bold:before {
	content: "";
}

.eicon-sort-amount-desc:before {
	content: "";
}

.eicon-sign-out:before {
	content: "";
}

.eicon-spinner:before {
	content: "";
}

.eicon-square:before {
	content: "";
}

.eicon-star-o:before {
	content: "";
}

.eicon-star:before {
	content: "";
}

.eicon-text-align-justify:before {
	content: "";
}

.eicon-text-align-center:before {
	content: "";
}

.eicon-tags:before {
	content: "";
}

.eicon-text-align-left:before {
	content: "";
}

.eicon-text-align-right:before {
	content: "";
}

.eicon-close-circle:before {
	content: "";
}

.eicon-trash-o:before {
	content: "";
}

.eicon-font-awesome:before {
	content: "";
}

.eicon-user-circle-o:before {
	content: "";
}

.eicon-video-camera:before {
	content: "";
}

.eicon-heart:before {
	content: "";
}

.eicon-wrench:before {
	content: "";
}

.eicon-help:before {
	content: "";
}

.eicon-help-o:before {
	content: "";
}

.eicon-zoom-out-bold:before {
	content: "";
}

.eicon-plus-square-o:before {
	content: "";
}

.eicon-minus-square-o:before {
	content: "";
}

.eicon-minus-circle:before {
	content: "";
}

.eicon-minus-circle-o:before {
	content: "";
}

.eicon-code-bold:before {
	content: "";
}

.eicon-cloud-upload:before {
	content: "";
}

.eicon-search-bold:before {
	content: "";
}

.eicon-map-pin:before {
	content: "";
}

.eicon-meetup:before {
	content: "";
}

.eicon-slideshow:before {
	content: "";
}

.eicon-t-letter-bold:before {
	content: "";
}

.eicon-preferences:before {
	content: "";
}

.eicon-table-of-contents:before {
	content: "";
}

.eicon-tv:before {
	content: "";
}

.eicon-upload:before {
	content: "";
}

.eicon-instagram-comments:before {
	content: "";
}

.eicon-instagram-nested-gallery:before {
	content: "";
}

.eicon-instagram-post:before {
	content: "";
}

.eicon-instagram-video:before {
	content: "";
}

.eicon-instagram-gallery:before {
	content: "";
}

.eicon-instagram-likes:before {
	content: "";
}

.eicon-facebook:before {
	content: "";
}

.eicon-twitter:before {
	content: "";
}

.eicon-pinterest:before {
	content: "";
}

.eicon-frame-expand:before {
	content: "";
}

.eicon-frame-minimize:before {
	content: "";
}

.eicon-archive:before {
	content: "";
}

.eicon-colors-typography:before {
	content: "";
}

.eicon-custom:before {
	content: "";
}

.eicon-footer:before {
	content: "";
}

.eicon-header:before {
	content: "";
}

.eicon-layout-settings:before {
	content: "";
}

.eicon-lightbox-expand:before {
	content: "";
}

.eicon-error-404:before {
	content: "";
}

.eicon-theme-style:before {
	content: "";
}

.eicon-search-results:before {
	content: "";
}

.eicon-single-post:before {
	content: "";
}

.eicon-site-identity:before {
	content: "";
}

.eicon-theme-builder:before {
	content: "";
}

.eicon-download-bold:before {
	content: "";
}

.eicon-share-arrow:before {
	content: "";
}

.eicon-global-settings:before {
	content: "";
}

.eicon-user-preferences:before {
	content: "";
}

.eicon-lock:before {
	content: "";
}

.eicon-export-kit:before {
	content: "";
}

.eicon-import-kit:before {
	content: "";
}

.eicon-lottie:before {
	content: "";
}

.eicon-products-archive:before {
	content: "";
}

.eicon-single-product:before {
	content: "";
}

.eicon-disable-trash-o:before {
	content: "";
}

.eicon-single-page:before {
	content: "";
}

.eicon-wordpress-light:before {
	content: "";
}

.eicon-cogs-check:before {
	content: "";
}

.eicon-custom-css:before {
	content: "";
}

.eicon-global-colors:before {
	content: "";
}

.eicon-globe:before {
	content: "";
}

.eicon-typography-1:before {
	content: "";
}

.eicon-background:before {
	content: "";
}

.eicon-device-responsive:before {
	content: "";
}

.eicon-device-wide:before {
	content: "";
}

.eicon-code-highlight:before {
	content: "";
}

.eicon-video-playlist:before {
	content: "";
}

.eicon-download-kit:before {
	content: "";
}

.eicon-kit-details:before {
	content: "";
}

.eicon-kit-parts:before {
	content: "";
}

.eicon-kit-upload:before {
	content: "";
}

.eicon-kit-plugins:before {
	content: "";
}

.eicon-kit-upload-alt:before {
	content: "";
}

.eicon-hotspot:before {
	content: "";
}

.eicon-paypal-button:before {
	content: "";
}

.eicon-shape:before {
	content: "";
}

.eicon-wordart:before {
	content: "";
}

.eicon-checkout:before {
	content: "";
}

.eicon-container:before {
	content: "";
}

.eicon-flip:before {
	content: "";
}

.eicon-info:before {
	content: "";
}

.eicon-my-account:before {
	content: "";
}

.eicon-purchase-summary:before {
	content: "";
}

.eicon-page-transition:before {
	content: "";
}

.eicon-spotify:before {
	content: "";
}

.eicon-stripe-button:before {
	content: "";
}

.eicon-woo-settings:before {
	content: "";
}

.eicon-woo-cart:before {
	content: "";
}

.eicon-grow:before {
	content: "";
}

.eicon-order-end:before {
	content: "";
}

.eicon-nowrap:before {
	content: "";
}

.eicon-order-start:before {
	content: "";
}

.eicon-progress-tracker:before {
	content: "";
}

.eicon-shrink:before {
	content: "";
}

.eicon-wrap:before {
	content: "";
}

.eicon-align-center-h:before {
	content: "";
}

.eicon-align-center-v:before {
	content: "";
}

.eicon-align-end-h:before {
	content: "";
}

.eicon-align-end-v:before {
	content: "";
}

.eicon-align-start-h:before {
	content: "";
}

.eicon-align-start-v:before {
	content: "";
}

.eicon-align-stretch-h:before {
	content: "";
}

.eicon-align-stretch-v:before {
	content: "";
}

.eicon-justify-center-h:before {
	content: "";
}

.eicon-justify-center-v:before {
	content: "";
}

.eicon-justify-end-h:before {
	content: "";
}

.eicon-justify-end-v:before {
	content: "";
}

.eicon-justify-space-around-h:before {
	content: "";
}

.eicon-justify-space-around-v:before {
	content: "";
}

.eicon-justify-space-between-h:before {
	content: "";
}

.eicon-justify-space-between-v:before {
	content: "";
}

.eicon-justify-space-evenly-h:before {
	content: "";
}

.eicon-justify-space-evenly-v:before {
	content: "";
}

.eicon-justify-start-h:before {
	content: "";
}

.eicon-justify-start-v:before {
	content: "";
}

.eicon-woocommerce-cross-sells:before {
	content: "";
}

.eicon-woocommerce-notices:before {
	content: "";
}

.eicon-inner-container:before {
	content: "";
}

.eicon-warning-full:before {
	content: "";
}

.eicon-exit:before {
	content: "";
}

.eicon-loop-builder:before {
	content: "";
}

.eicon-notes:before {
	content: "";
}

.eicon-read:before {
	content: "";
}

.eicon-unread:before {
	content: "";
}

.eicon-carousel-loop:before {
	content: "";
}

.eicon-mega-menu:before {
	content: "";
}

.eicon-nested-carousel:before {
	content: "";
}

.eicon-ai:before {
	content: "";
}

.eicon-taxonomy-filter:before {
	content: "";
}

.eicon-container-grid:before {
	content: "";
}

.eicon-upgrade:before {
	content: "";
}

.eicon-advanced:before {
	content: "";
}

.eicon-div-block:before {
	content: "";
}

.eicon-notification:before {
	content: "";
}

.eicon-light-mode:before {
	content: "";
}

.eicon-dark-mode:before {
	content: "";
}

.eicon-upgrade-crown:before {
	content: "";
}

.eicon-off-canvas:before {
	content: "";
}

.eicon-speakerphone:before {
	content: "";
}

.eicon-ehp-cta:before {
	content: "";
}

.eicon-ehp-forms:before {
	content: "";
}

.eicon-ehp-hero:before {
	content: "";
}

.eicon-ehp-zigzag:before {
	content: "";
}

.eicon-e-button:before {
	content: "";
}

.eicon-flexbox:before {
	content: "";
}

.eicon-paragraph:before {
	content: "";
}

.eicon-icon:before {
	content: "";
}

.eicon-e-image:before {
	content: "";
}

.eicon-video:before {
	content: "";
}

.eicon-svg:before {
	content: "";
}

.eicon-e-divider:before {
	content: "";
}

.eicon-e-heading:before {
	content: "";
}

.eicon-eye:before {
	content: "";
}

.eicon-elementor-square:before {
	content: "";
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

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

.fadeIn {
	animation-name: fadeIn;
}

.elementor-widget-image-box .elementor-image-box-content {
	width: 100%;
}

@media (min-width:769px) {
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
		margin: auto;
	}
	
	.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
		align-items: flex-start;
	}
	
	.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
		align-items: center;
	}
	
	.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
		align-items: flex-end;
	}
}

@media (max-width:768px) {
	.elementor-widget-image-box .elementor-image-box-img {
		margin-bottom: 15px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

.elementor-widget-image-box .elementor-image-box-img {
	display: inline-block;
}

.elementor-widget-image-box .elementor-image-box-title a {
	color: inherit;
}

.elementor-widget-image-box .elementor-image-box-wrapper {
	text-align: center;
}

.elementor-widget-image-box .elementor-image-box-description {
	margin: 0;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}
/* End custom CSS */

.elementor-36290 .elementor-element.elementor-element-65647c7:not(.elementor-motion-effects-element-type-background), .elementor-36290 .elementor-element.elementor-element-65647c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #334052;
}

.elementor-36290 .elementor-element.elementor-element-65647c7 > .elementor-background-overlay {
	background-color: rgba(45, 57, 74, .7);
	opacity: 1;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-36290 .elementor-element.elementor-element-65647c7 > .elementor-container {
	min-height: 415px;
}

.elementor-36290 .elementor-element.elementor-element-65647c7 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-36290 .elementor-element.elementor-element-0272383.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-0272383.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-0272383.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-36290 .elementor-element.elementor-element-0272383 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 21px;
}

.elementor-36290 .elementor-element.elementor-element-0272383 > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 45px 20px 70px 30px;
}

.elementor-36290 .elementor-element.elementor-element-54ccc54 {
	width: var(--container-widget-width, 576px);
	max-width: 576px;
	--container-widget-width: 576px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-54ccc54 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 21px 0px;
}

.elementor-36290 .elementor-element.elementor-element-54ccc54 .elementor-heading-title {
	font-family: "proxima-nova", Sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 39px;
	letter-spacing: .3px;
	color: #fff;
}

.elementor-36290 .elementor-element.elementor-element-e508128 {
	width: var(--container-widget-width, 576px);
	max-width: 576px;
	--container-widget-width: 576px;
	--container-widget-flex-grow: 0;
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .1px;
	color: #fff;
}

.elementor-36290 .elementor-element.elementor-element-e508128 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 21px 0px;
}

.elementor-36290 .elementor-element.elementor-element-eb67449 .elementor-button {
	background-color: var(--e-global-color-primary);
	font-family: "proxima-nova", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: .2px;
	fill: var(--e-global-color-text);
	color: var(--e-global-color-text);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 24px 24px 24px 24px;
	padding: 10px 22px 10px 22px;
}

.elementor-36290 .elementor-element.elementor-element-eb67449 .elementor-button:hover, .elementor-36290 .elementor-element.elementor-element-eb67449 .elementor-button:focus {
	background-color: #fff;
	color: var(--e-global-color-primary);
}

.elementor-36290 .elementor-element.elementor-element-eb67449 {
	width: var(--container-widget-width, 576px);
	max-width: 576px;
	--container-widget-width: 576px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-eb67449 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-36290 .elementor-element.elementor-element-eb67449 .elementor-button:hover svg, .elementor-36290 .elementor-element.elementor-element-eb67449 .elementor-button:focus svg {
	fill: var(--e-global-color-primary);
}

.elementor-36290 .elementor-element.elementor-element-7d995ab:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-36290 .elementor-element.elementor-element-7d995ab > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("https://cdn-ilblekd.nitrocdn.com/bpbNzbblcprVjFllczfoEqhsCegkROBU/assets/images/optimized/rev-1f4b791/www.mersive.com/wp-content/uploads/2020/06/Solstice_Cloud_Page_Section_3_Compressed.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-36290 .elementor-element.elementor-element-7d995ab:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap.nitro-lazy, .elementor-36290 .elementor-element.elementor-element-7d995ab > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
	background-image: none !important;
}

.elementor-36290 .elementor-element.elementor-element-7d995ab > .elementor-element-populated >  .elementor-background-overlay {
	background-color: #2d394a;
	opacity: .7;
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.elementor-bc-flex-widget .elementor-36290 .elementor-element.elementor-element-7d995ab.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-7d995ab.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-7d995ab.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-36290 .elementor-element.elementor-element-7d995ab > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.elementor-36290 .elementor-element.elementor-element-7d995ab > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-36290 .elementor-element.elementor-element-aa521d2 .elementor-button {
	background-color: rgba(215, 174, 121, 0);
	font-size: 6rem;
	fill: #fff;
	color: #fff;
	border-radius: 0px 0px 0px 0px;
}

.elementor-36290 .elementor-element.elementor-element-aa521d2 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-36290 .elementor-element.elementor-element-418dc8f7 {
	padding: 50px 30px 50px 30px;
}

.elementor-bc-flex-widget .elementor-36290 .elementor-element.elementor-element-11a1dae5.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-11a1dae5.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-6565b79a {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-6565b79a > .elementor-widget-container {
	margin: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-6565b79a .elementor-heading-title {
	font-family: "proxima-nova", Sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	letter-spacing: .2px;
	color: #2d394a;
}

.elementor-36290 .elementor-element.elementor-element-2372fe57 {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .1px;
}

.elementor-36290 .elementor-element.elementor-element-2372fe57 > .elementor-widget-container {
	padding: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-cb541e4 {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-28f70b62 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-36290 .elementor-element.elementor-element-15a53564 {
	padding: 50px 30px 50px 30px;
}

.elementor-36290 .elementor-element.elementor-element-1e86c042 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-36290 .elementor-element.elementor-element-26258315.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-26258315.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-26258315.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-36290 .elementor-element.elementor-element-4a309400 {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-4a309400 > .elementor-widget-container {
	margin: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-4a309400 .elementor-heading-title {
	font-family: "proxima-nova", Sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	letter-spacing: .2px;
	color: #2d394a;
}

.elementor-36290 .elementor-element.elementor-element-2101a1e8 {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .1px;
}

.elementor-36290 .elementor-element.elementor-element-2101a1e8 > .elementor-widget-container {
	padding: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-cadc0f2 {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-8c2e00a {
	padding: 50px 30px 50px 30px;
}

.elementor-bc-flex-widget .elementor-36290 .elementor-element.elementor-element-5ddc506.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-5ddc506.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-7ef4c35 {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-7ef4c35 > .elementor-widget-container {
	margin: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-7ef4c35 .elementor-heading-title {
	font-family: "proxima-nova", Sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	letter-spacing: .2px;
	color: #2d394a;
}

.elementor-36290 .elementor-element.elementor-element-d6bf47e {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .1px;
}

.elementor-36290 .elementor-element.elementor-element-d6bf47e > .elementor-widget-container {
	padding: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-5c6bddc {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-38faaf2 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-36290 .elementor-element.elementor-element-1e91520 {
	padding: 50px 30px 50px 30px;
}

.elementor-bc-flex-widget .elementor-36290 .elementor-element.elementor-element-35d58ef.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-35d58ef.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-36290 .elementor-element.elementor-element-46e892d {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
}

.elementor-36290 .elementor-element.elementor-element-46e892d > .elementor-widget-container {
	margin: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-46e892d .elementor-heading-title {
	font-family: "proxima-nova", Sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	letter-spacing: .2px;
	color: #2d394a;
}

.elementor-36290 .elementor-element.elementor-element-c155136 {
	width: var(--container-widget-width, 415px);
	max-width: 415px;
	--container-widget-width: 415px;
	--container-widget-flex-grow: 0;
	font-family: "Lato", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .1px;
}

.elementor-36290 .elementor-element.elementor-element-c155136 > .elementor-widget-container {
	padding: 0px 0px 16px 0px;
}

.elementor-36290 .elementor-element.elementor-element-5512702 .elementor-button {
	background-color: var(--e-global-color-secondary);
	font-family: "proxima-nova", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: .2px;
	fill: #fff;
	color: #fff;
	border-radius: 24px 24px 24px 24px;
	padding: 10px 22px 10px 22px;
}

.elementor-36290 .elementor-element.elementor-element-5512702 .elementor-button:hover, .elementor-36290 .elementor-element.elementor-element-5512702 .elementor-button:focus {
	background-color: #005b88;
	color: #fff;
	border-color: rgba(255, 255, 255, 0);
}

.elementor-36290 .elementor-element.elementor-element-5512702 {
	width: auto;
	max-width: auto;
}

.elementor-36290 .elementor-element.elementor-element-5512702 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-36290 .elementor-element.elementor-element-5512702 .elementor-button:hover svg, .elementor-36290 .elementor-element.elementor-element-5512702 .elementor-button:focus svg {
	fill: #fff;
}

.elementor-36290 .elementor-element.elementor-element-7f04334 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

:root {
	--page-title-display: none;
}

@media (max-width:1024px) and (min-width:769px) {
	.elementor-36290 .elementor-element.elementor-element-0272383 {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-7d995ab {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-11a1dae5 {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-28f70b62 {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-1e86c042 {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-26258315 {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-5ddc506 {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-38faaf2 {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-35d58ef {
		width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-7f04334 {
		width: 100%;
	}
}

@media (max-width:1024px) {
	.elementor-36290 .elementor-element.elementor-element-65647c7 > .elementor-container {
		min-height: 208px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-65647c7 {
		padding: 33px 0px 20px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-0272383.elementor-column > .elementor-widget-wrap {
		justify-content: center;
	}
	
	.elementor-36290 .elementor-element.elementor-element-0272383 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 0px 30px 70px 30px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-54ccc54 {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.elementor-36290 .elementor-element.elementor-element-e508128 {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.elementor-36290 .elementor-element.elementor-element-7d995ab:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-36290 .elementor-element.elementor-element-7d995ab > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-position: top center;
	}
	
	.elementor-36290 .elementor-element.elementor-element-aa521d2 > .elementor-widget-container {
		padding: 100px 0px 100px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-6565b79a {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-6565b79a .elementor-heading-title {
		font-size: 18px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-2372fe57 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-cb541e4 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-4a309400 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-4a309400 .elementor-heading-title {
		font-size: 18px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-2101a1e8 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-cadc0f2 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-7ef4c35 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-7ef4c35 .elementor-heading-title {
		font-size: 18px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-d6bf47e {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-5c6bddc {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-5c6bddc > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-46e892d {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-46e892d .elementor-heading-title {
		font-size: 18px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-c155136 {
		width: 100%;
		max-width: 100%;
	}
	
	.elementor-36290 .elementor-element.elementor-element-5512702 {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width:768px) {
	.elementor-36290 .elementor-element.elementor-element-65647c7 {
		padding: 25px 0px 50px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-0272383 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 0px 33px 30px 33px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-54ccc54 {
		text-align: center;
	}
	
	.elementor-36290 .elementor-element.elementor-element-54ccc54 .elementor-heading-title {
		font-size: 32px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-e508128 {
		text-align: center;
	}
	
	.elementor-36290 .elementor-element.elementor-element-7d995ab > .elementor-element-populated {
		padding: 75px 0px 75px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-aa521d2 > .elementor-widget-container {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-418dc8f7 {
		padding: 50px 33px 50px 33px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-11a1dae5 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-15a53564 {
		padding: 50px 33px 50px 33px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-26258315 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-8c2e00a {
		padding: 50px 33px 50px 33px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-5ddc506 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-1e91520 {
		padding: 50px 33px 50px 33px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-35d58ef > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-36290 .elementor-element.elementor-element-5512702 .elementor-button {
		font-size: 18px;
		padding: 10px 22px 10px 22px;
	}
}

/* Start custom CSS for heading, class: .elementor-element-54ccc54 */
.elementor-36290 .elementor-element.elementor-element-54ccc54 {
	max-width: 570px;
}

/* End custom CSS */

/* Start custom CSS for text-editor, class: .elementor-element-e508128 */
.elementor-36290 .elementor-element.elementor-element-e508128 {
	max-width: 570px;
}

/* End custom CSS */

/* Start custom CSS for button, class: .elementor-element-aa521d2 */
#icon-play .elementor-button-icon.elementor-align-icon-left {
	padding: 30px 30px;
	background: #f8991f;
	border-radius: 50%;
	vertical-align: middle;
	width: 10rem;
	height: 10rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#icon-play .elementor-button-icon.elementor-align-icon-left:hover {
	background-color: #2374b1;
}

@media screen and (max-width: 768px) {
	#icon-play .elementor-button-icon.elementor-align-icon-left {
		width: 6rem;
		height: 6rem;
		font-size: 3rem;
		margin: 30px 0;
	}
}

/* End custom CSS */

/* Start custom CSS for section, class: .elementor-element-65647c7 */
.elementor-top-section.hero-curbe:after {
	content: "";
	background-image: url("https://www.mersive.com/wp-content/uploads/2022/11/curve-header.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 4.5vw;
}

.elementor-52615 .elementor-element.elementor-element-40de064 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-52615 .elementor-element.elementor-element-40de064 > .elementor-container {
	max-width: 1144px;
}

.elementor-52615 .elementor-element.elementor-element-40de064 {
	padding: 8px 0px 0px 0px;
	z-index: 9;
}

.elementor-52615 .elementor-element.elementor-element-c74430e {
	text-align: left;
}

.elementor-52615 .elementor-element.elementor-element-c74430e img {
	width: 118px;
}

.elementor-52615 .elementor-element.elementor-element-070f8a6.elementor-column > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee {
	width: auto;
	max-width: auto;
	z-index: 9;
	--e-nav-menu-horizontal-menu-item-margin: calc(35px / 2);
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-menu-toggle {
	margin: 0 auto;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main .elementor-item {
	color: #000;
	fill: #000;
	padding-left: 0px;
	padding-right: 0px;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main .elementor-item:hover, .elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main .elementor-item:focus {
	color: #000;
	fill: #000;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: #000;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 35px;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--dropdown a, .elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-menu-toggle {
	color: #000;
	fill: #000;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--dropdown .elementor-item, .elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--dropdown  .elementor-sub-item {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-52615 .elementor-element.elementor-element-b23ecee .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	margin-top: 5px !important;
}

.elementor-52615 .elementor-element.elementor-element-56959fc {
	width: auto;
	max-width: auto;
	--e-nav-menu-horizontal-menu-item-margin: calc(35px / 2);
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-menu-toggle {
	margin: 0 auto;
	background-color: #c54137;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
	padding-left: 0px;
	padding-right: 0px;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main .elementor-item:hover, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main .elementor-item:focus {
	color: #000;
	fill: #000;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main .elementor-item.elementor-item-active {
	color: #000;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 35px;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--dropdown a, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-menu-toggle {
	color: #000;
	fill: #000;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--dropdown a:hover, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--dropdown a.elementor-item-active, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--dropdown a.highlighted {
	background-color: #fff;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--dropdown .elementor-item, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--dropdown  .elementor-sub-item {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu--main .elementor-nav-menu--dropdown, .elementor-52615 .elementor-element.elementor-element-56959fc .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .06);
}

.elementor-52615 .elementor-element.elementor-element-56959fc div.elementor-menu-toggle {
	color: #fff;
}

.elementor-52615 .elementor-element.elementor-element-56959fc div.elementor-menu-toggle svg {
	fill: #fff;
}

.elementor-52615 .elementor-element.elementor-element-56959fc div.elementor-menu-toggle:hover {
	color: #c54137;
}

.elementor-52615 .elementor-element.elementor-element-56959fc div.elementor-menu-toggle:hover svg {
	fill: #c54137;
}

.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-menu-toggle:hover {
	background-color: #fff;
}

.elementor-52615 .elementor-element.elementor-element-06259dc .elementor-button {
	background-color: #c54137;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #c54137;
	border-radius: 30px 30px 30px 30px;
	padding: 15px 35px 15px 35px;
}

.elementor-52615 .elementor-element.elementor-element-06259dc .elementor-button:hover, .elementor-52615 .elementor-element.elementor-element-06259dc .elementor-button:focus {
	background-color: rgba(2, 1, 1, 0);
	color: #c54137;
}

.elementor-52615 .elementor-element.elementor-element-06259dc {
	width: auto;
	max-width: auto;
}

.elementor-52615 .elementor-element.elementor-element-06259dc > .elementor-widget-container {
	margin: 0px 0px 0px 22px;
}

.elementor-52615 .elementor-element.elementor-element-06259dc .elementor-button:hover svg, .elementor-52615 .elementor-element.elementor-element-06259dc .elementor-button:focus svg {
	fill: #c54137;
}

@media (max-width:1024px) {
	.elementor-52615 .elementor-element.elementor-element-56959fc {
		width: auto;
		max-width: auto;
	}
	
	.elementor-52615 .elementor-element.elementor-element-56959fc > .elementor-widget-container {
		margin: 0px 15px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-52615 .elementor-element.elementor-element-56959fc .elementor-menu-toggle {
		border-radius: 4px;
	}
	
	.elementor-52615 .elementor-element.elementor-element-06259dc > .elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
}

@media (min-width:769px) {
	.elementor-52615 .elementor-element.elementor-element-f1e7a16 {
		width: 15%;
	}
	
	.elementor-52615 .elementor-element.elementor-element-070f8a6 {
		width: 85%;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.elementor-52615 .elementor-element.elementor-element-f1e7a16 {
		width: 25%;
	}
	
	.elementor-52615 .elementor-element.elementor-element-070f8a6 {
		width: 75%;
	}
}

@media (max-width:768px) {
	.elementor-52615 .elementor-element.elementor-element-f1e7a16 {
		width: 40%;
	}
	
	.elementor-52615 .elementor-element.elementor-element-070f8a6 {
		width: 60%;
	}
	
	.elementor-52615 .elementor-element.elementor-element-56959fc > .elementor-widget-container {
		margin: 0px 10px 0px 0px;
	}
	
	.elementor-52615 .elementor-element.elementor-element-06259dc .elementor-button {
		padding: 12px 20px 12px 20px;
	}
}
/* End custom CSS */

.elementor-52626 .elementor-element.elementor-element-8af6292 > .elementor-container {
	max-width: 1144px;
}

.elementor-52626 .elementor-element.elementor-element-8af6292:not(.elementor-motion-effects-element-type-background), .elementor-52626 .elementor-element.elementor-element-8af6292 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #0a0113;
}

.elementor-52626 .elementor-element.elementor-element-8af6292 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 42px 0px 42px 0px;
}

.elementor-52626 .elementor-element.elementor-element-8af6292 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-52626 .elementor-element.elementor-element-157a612e > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
}

.elementor-52626 .elementor-element.elementor-element-1c2dc7b1 > .elementor-element-populated {
	padding: 10px 30px 10px 10px;
}

.elementor-52626 .elementor-element.elementor-element-28a1793b .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-28a1793b > .elementor-widget-container {
	margin: 0px 0px 5px 0px;
}

.elementor-52626 .elementor-element.elementor-element-31e9644 {
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-31e9644 > .elementor-widget-container {
	margin: -14px 0px -3px 0px;
}

.elementor-52626 .elementor-element.elementor-element-32190200 {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-32190200 > .elementor-widget-container {
	margin: 15px 0px 0px 0px;
}

.elementor-52626 .elementor-element.elementor-element-1117c9d0 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-1117c9d0 > .elementor-widget-container {
	margin: 0px 0px 5px 0px;
}

.elementor-52626 .elementor-element.elementor-element-1cfec3cc .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-52626 .elementor-element.elementor-element-1cfec3cc .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.elementor-52626 .elementor-element.elementor-element-1cfec3cc .elementor-nav-menu--main .elementor-item:hover, .elementor-52626 .elementor-element.elementor-element-1cfec3cc .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52626 .elementor-element.elementor-element-1cfec3cc .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52626 .elementor-element.elementor-element-1cfec3cc .elementor-nav-menu--main .elementor-item:focus {
	color: #c54137;
	fill: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-1cfec3cc {
	--e-nav-menu-horizontal-menu-item-margin: calc(7px / 2);
}

.elementor-52626 .elementor-element.elementor-element-1cfec3cc .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 7px;
}

.elementor-52626 .elementor-element.elementor-element-6042b2ab .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-6042b2ab > .elementor-widget-container {
	margin: 0px 0px 5px 0px;
}

.elementor-52626 .elementor-element.elementor-element-304d622a .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-52626 .elementor-element.elementor-element-304d622a .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.elementor-52626 .elementor-element.elementor-element-304d622a .elementor-nav-menu--main .elementor-item:hover, .elementor-52626 .elementor-element.elementor-element-304d622a .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52626 .elementor-element.elementor-element-304d622a .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52626 .elementor-element.elementor-element-304d622a .elementor-nav-menu--main .elementor-item:focus {
	color: #c54137;
	fill: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-304d622a {
	--e-nav-menu-horizontal-menu-item-margin: calc(7px / 2);
}

.elementor-52626 .elementor-element.elementor-element-304d622a .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 7px;
}

.elementor-52626 .elementor-element.elementor-element-c7216b8 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-c7216b8 > .elementor-widget-container {
	margin: 0px 0px 5px 0px;
}

.elementor-52626 .elementor-element.elementor-element-7191f156 .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-52626 .elementor-element.elementor-element-7191f156 .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.elementor-52626 .elementor-element.elementor-element-7191f156 .elementor-nav-menu--main .elementor-item:hover, .elementor-52626 .elementor-element.elementor-element-7191f156 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52626 .elementor-element.elementor-element-7191f156 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52626 .elementor-element.elementor-element-7191f156 .elementor-nav-menu--main .elementor-item:focus {
	color: #c54137;
	fill: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-7191f156 {
	--e-nav-menu-horizontal-menu-item-margin: calc(7px / 2);
}

.elementor-52626 .elementor-element.elementor-element-7191f156 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 7px;
}

.elementor-52626 .elementor-element.elementor-element-54901f7b .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-54901f7b > .elementor-widget-container {
	margin: 0px 0px 5px 0px;
}

.elementor-52626 .elementor-element.elementor-element-611865d5 .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-52626 .elementor-element.elementor-element-611865d5 .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.elementor-52626 .elementor-element.elementor-element-611865d5 .elementor-nav-menu--main .elementor-item:hover, .elementor-52626 .elementor-element.elementor-element-611865d5 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52626 .elementor-element.elementor-element-611865d5 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52626 .elementor-element.elementor-element-611865d5 .elementor-nav-menu--main .elementor-item:focus {
	color: #c54137;
	fill: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-611865d5 {
	--e-nav-menu-horizontal-menu-item-margin: calc(7px / 2);
}

.elementor-52626 .elementor-element.elementor-element-611865d5 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 7px;
}

.elementor-52626 .elementor-element.elementor-element-50db5bb9 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-50db5bb9 > .elementor-widget-container {
	margin: 0px 0px 5px 0px;
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f {
	--grid-template-columns: repeat(0, auto);
	--icon-size: 30px;
	--grid-column-gap: 18px;
	--grid-row-gap: 18px;
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f .elementor-widget-container {
	text-align: left;
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f .elementor-social-icon {
	background-color: rgba(200, 92, 92, 0);
	--icon-padding: 0px;
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f .elementor-social-icon i {
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f .elementor-social-icon svg {
	fill: #fff;
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f .elementor-social-icon:hover {
	background-color: rgba(2, 1, 1, 0);
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f .elementor-social-icon:hover i {
	color: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-6362bc6f .elementor-social-icon:hover svg {
	fill: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-2a23ec1 {
	text-align: left;
}

.elementor-52626 .elementor-element.elementor-element-2a23ec1 img {
	width: 100%;
}

.elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu--main .elementor-item:hover, .elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu--main .elementor-item:focus {
	color: #c54137;
	fill: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-6be90daf {
	--e-nav-menu-divider-content: "";
	--e-nav-menu-divider-style: solid;
	--e-nav-menu-divider-width: 2px;
	--e-nav-menu-divider-height: 13px;
	--e-nav-menu-divider-color: #fff;
	--e-nav-menu-horizontal-menu-item-margin: calc(24px / 2);
}

.elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 24px;
}

.elementor-52626 .elementor-element.elementor-element-6be90daf > .elementor-widget-container {
	margin: 3px 0px 3px 0px;
}

.elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu .elementor-item {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu--main .elementor-item {
	color: #fff;
	fill: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu--main .elementor-item:hover, .elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu--main .elementor-item:focus {
	color: #c54137;
	fill: #c54137;
}

.elementor-52626 .elementor-element.elementor-element-5fdfca66 {
	--e-nav-menu-horizontal-menu-item-margin: calc(24px / 2);
}

.elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
	margin-bottom: 24px;
}

.elementor-52626 .elementor-element.elementor-element-5fdfca66 > .elementor-widget-container {
	margin: 3px 0px 3px 0px;
}

.elementor-52626 .elementor-element.elementor-element-1b062986 {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.elementor-52626 .elementor-element.elementor-element-afc1822 {
	--main-alignment: left;
	--divider-style: none;
	--subtotal-divider-style: none;
	--view-cart-button-display: none;
	--cart-footer-layout: 1fr;
	--checkout-button-display: none;
	--cart-footer-buttons-alignment-display: none;
	--elementor-remove-from-cart-button: block;
	--remove-from-cart-button: none;
	--toggle-button-icon-color: #fff;
	--toggle-button-background-color: #c54137;
	--toggle-button-border-color: #c54137;
	--toggle-button-icon-hover-color: #c54137;
	--toggle-button-hover-background-color: rgba(255, 255, 255, 0);
	--toggle-button-hover-border-color: #c54137;
	--toggle-button-border-width: 1px;
	--toggle-button-border-radius: 50%;
	--toggle-icon-size: 30px;
	--items-indicator-text-color: var(--e-global-color-699b916);
	--items-indicator-background-color: #5f54c5;
	--cart-border-style: none;
}

.elementor-52626 .elementor-element.elementor-element-afc1822 .elementor-menu-cart__close-button, .elementor-52626 .elementor-element.elementor-element-afc1822 .elementor-menu-cart__close-button-custom {
	display: none;
}

.elementor-52626 .elementor-element.elementor-element-afc1822 .widget_shopping_cart_content {
	--subtotal-divider-left-width: 0;
	--subtotal-divider-right-width: 0;
}

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

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

@media (max-width:1024px) {
	.elementor-52626 .elementor-element.elementor-element-6be90daf .elementor-nav-menu .elementor-item {
		font-size: 12px;
	}
}

@media (min-width:769px) {
	.elementor-52626 .elementor-element.elementor-element-1c2dc7b1 {
		width: 35%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-17f7a6f0 {
		width: 12%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-763cf48c {
		width: 17%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-33d4d52a {
		width: 15%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-58dceba {
		width: 9.998%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-3a7eb10d {
		width: 9%;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.elementor-52626 .elementor-element.elementor-element-1c2dc7b1 {
		width: 100%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-17f7a6f0 {
		width: 20%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-763cf48c {
		width: 25%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-33d4d52a {
		width: 20%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-58dceba {
		width: 18%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-3a7eb10d {
		width: 17%;
	}
}

@media (max-width:768px) {
	.elementor-52626 .elementor-element.elementor-element-31e9644 > .elementor-widget-container {
		margin: -14px 0px -15px 0px;
	}
	
	.elementor-52626 .elementor-element.elementor-element-17f7a6f0 {
		width: 100%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-1117c9d0 .elementor-heading-title {
		font-size: 16px;
	}
	
	.elementor-52626 .elementor-element.elementor-element-763cf48c {
		width: 100%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-6042b2ab .elementor-heading-title {
		font-size: 16px;
	}
	
	.elementor-52626 .elementor-element.elementor-element-33d4d52a {
		width: 100%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-c7216b8 .elementor-heading-title {
		font-size: 16px;
	}
	
	.elementor-52626 .elementor-element.elementor-element-58dceba {
		width: 100%;
	}
	
	.elementor-52626 .elementor-element.elementor-element-54901f7b .elementor-heading-title {
		font-size: 16px;
	}
	
	.elementor-52626 .elementor-element.elementor-element-50db5bb9 .elementor-heading-title {
		font-size: 16px;
	}
	
	.elementor-52626 .elementor-element.elementor-element-5fdfca66 {
		--e-nav-menu-horizontal-menu-item-margin: calc(12px / 2);
	}
	
	.elementor-52626 .elementor-element.elementor-element-5fdfca66 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child) {
		margin-bottom: 12px;
	}
}

/* Start custom CSS for html, class: .elementor-element-6d82766 */
.klaviyo-subscribe-mersive .klaviyo-form .needsclick.kl-private-reset-css-Xuajs1 div#rich-text-112209013 p span {
	display: none !important;
}

.klaviyo-subscribe-mersive .klaviyo-form button {
	width: 45px !important;
	height: 45px !important;
}

.klaviyo-subscribe-mersive .klaviyo-form .needsclick:nth-child(2) .needsclick.kl-private-reset-css-Xuajs1 {
	position: relative;
}

.klaviyo-subscribe-mersive .klaviyo-form .needsclick:nth-child(2) button.needsclick {
	width: fit-content;
	position: absolute !important;
	right: 4px;
	top: -30px;
	transform: translateY(-50%);
}

.klaviyo-subscribe-mersive .klaviyo-form button {
	width: 48px !important;
	height: 48px !important;
	background-image: url("https://www.mersive.com/wp-content/uploads/2024/05/arrow-right-white.svg") !important;
	background-repeat: no-repeat !important;
	background-size: 18px !important;
	background-position: center center !important;
	color: transparent !important;
}

.klaviyo-subscribe-mersive .klaviyo-form button.nitro-lazy {
	background-image: none !important;
}

.klaviyo-subscribe-mersive .klaviyo-form {
	width: 325px;
}

.klaviyo-subscribe-mersive .klaviyo-form input {
	font-family: "Poppins", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.klaviyo-subscribe-mersive .klaviyo-form input::placeholder {
	font-family: "Poppins", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: gray !important;
}

.klaviyo-subscribe-mersive .klaviyo-form p span {
	color: #fff !important;
	font-family: "Poppins", Sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-align: left !important;
	display: block;
	line-height: 2.5rem;
}

.klaviyo-subscribe-mersive .klaviyo-form button:hover {
	background-color: #0a0113 !important;
}

/* End custom CSS */

/* Start custom CSS for text-editor, class: .elementor-element-32190200 */
.pp-link a {
	color: #fff;
}
/* End custom CSS */

.elementor-92819 .elementor-element.elementor-element-725d6990 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-92819 .elementor-element.elementor-element-725d6990 > .elementor-container {
	min-height: 408px;
}

.elementor-92819 .elementor-element.elementor-element-725d6990 {
	overflow: hidden;
}

.elementor-92819 .elementor-element.elementor-element-725d6990, .elementor-92819 .elementor-element.elementor-element-725d6990 > .elementor-background-overlay {
	border-radius: 16px 16px 16px 16px;
}

.elementor-92819 .elementor-element.elementor-element-30b91cc2.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-92819 .elementor-element.elementor-element-30b91cc2 > .elementor-element-populated {
	padding: 10px 10px 10px 29px;
}

.elementor-92819 .elementor-element.elementor-element-569282d0 {
	text-align: left;
}

.elementor-92819 .elementor-element.elementor-element-569282d0 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -1px;
	color: var(--e-global-color-6d3ec70);
}

.elementor-92819 .elementor-element.elementor-element-2d88cc18 > .elementor-widget-container {
	margin: -24px 0px -3px 0px;
}

.elementor-92819 .elementor-element.elementor-element-2d88cc18 {
	text-align: left;
}

.elementor-92819 .elementor-element.elementor-element-2d88cc18 .elementor-heading-title {
	font-family: "Poppins", Sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 41px;
	letter-spacing: -2px;
	color: var(--e-global-color-secondary);
}

.elementor-92819 .elementor-element.elementor-element-239382ca > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-92819 .elementor-element.elementor-element-239382ca {
	text-align: left;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #000;
}

.elementor-92819 .elementor-element.elementor-element-6666def1 .elementor-button {
	background-color: #c54137;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	fill: #fff;
	color: #fff;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #c54137;
	border-radius: 100px 100px 100px 100px;
	padding: 15px 21px 15px 21px;
}

.elementor-92819 .elementor-element.elementor-element-6666def1 .elementor-button:hover, .elementor-92819 .elementor-element.elementor-element-6666def1 .elementor-button:focus {
	background-color: rgba(255, 255, 255, 0);
	color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}

.elementor-92819 .elementor-element.elementor-element-6666def1 > .elementor-widget-container {
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-92819 .elementor-element.elementor-element-6666def1 .elementor-button:hover svg, .elementor-92819 .elementor-element.elementor-element-6666def1 .elementor-button:focus svg {
	fill: var(--e-global-color-accent);
}

.elementor-92819 .elementor-element.elementor-element-8f91154:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-92819 .elementor-element.elementor-element-8f91154 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("https://cdn-ilblekd.nitrocdn.com/bpbNzbblcprVjFllczfoEqhsCegkROBU/assets/images/optimized/rev-1f4b791/www.mersive.com/wp-content/uploads/2025/05/01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-92819 .elementor-element.elementor-element-8f91154:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap.nitro-lazy, .elementor-92819 .elementor-element.elementor-element-8f91154 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer.nitro-lazy {
	background-image: none !important;
}

.elementor-bc-flex-widget .elementor-92819 .elementor-element.elementor-element-8f91154.elementor-column .elementor-widget-wrap {
	align-items: flex-start;
}

.elementor-92819 .elementor-element.elementor-element-8f91154.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-92819 .elementor-element.elementor-element-8f91154 > .elementor-element-populated {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 0px 0px 0px 0px;
}

.elementor-92819 .elementor-element.elementor-element-8f91154 > .elementor-element-populated > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-92819 .elementor-element.elementor-element-7d6536c0 {
	width: auto;
	max-width: auto;
	top: 11px;
	text-align: left;
}

body:not(.rtl) .elementor-92819 .elementor-element.elementor-element-7d6536c0 {
	left: 17px;
}

body.rtl .elementor-92819 .elementor-element.elementor-element-7d6536c0 {
	right: 17px;
}

.elementor-92819 .elementor-element.elementor-element-7d6536c0 img {
	width: 116px;
}

#elementor-popup-modal-92819 {
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

#elementor-popup-modal-92819 .dialog-message {
	width: 830px;
	height: auto;
}

#elementor-popup-modal-92819 .dialog-close-button {
	display: flex;
	top: 8px;
	background-color: var(--e-global-color-secondary);
	font-size: 16px;
}

#elementor-popup-modal-92819 .dialog-widget-content {
	border-style: none;
	border-radius: 16px 16px 16px 16px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
}

body:not(.rtl) #elementor-popup-modal-92819 .dialog-close-button {
	right: calc(100% - 39px);
}

body.rtl #elementor-popup-modal-92819 .dialog-close-button {
	left: calc(100% - 39px);
}

#elementor-popup-modal-92819 .dialog-close-button i {
	color: var(--e-global-color-699b916);
}

#elementor-popup-modal-92819 .dialog-close-button svg {
	fill: var(--e-global-color-699b916);
}

#elementor-popup-modal-92819 .dialog-close-button:hover {
	background-color: var(--e-global-color-accent);
}

@media (max-width:1024px) {
	.elementor-92819 .elementor-element.elementor-element-569282d0 .elementor-heading-title {
		font-size: 25px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-2d88cc18 > .elementor-widget-container {
		margin: -18px 0px 0px 0px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-2d88cc18 .elementor-heading-title {
		font-size: 25px;
		line-height: 32px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-239382ca {
		line-height: 28px;
	}
	
	#elementor-popup-modal-92819 .dialog-message {
		width: 700px;
	}
}

@media (max-width:768px) {
	.elementor-92819 .elementor-element.elementor-element-30b91cc2 > .elementor-element-populated {
		padding: 30px 20px 30px 20px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-569282d0 .elementor-heading-title {
		font-size: 20px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-2d88cc18 .elementor-heading-title {
		font-size: 28px;
		line-height: 35px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-239382ca {
		font-size: 14px;
		line-height: 20px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-6666def1 > .elementor-widget-container {
		margin: -15px 0px 0px 0px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-8f91154 > .elementor-element-populated {
		padding: 0px 0px 300px 0px;
	}
	
	.elementor-92819 .elementor-element.elementor-element-7d6536c0 img {
		width: 80px;
	}
	
	#elementor-popup-modal-92819 .dialog-message {
		width: 320px;
	}
	
	body:not(.rtl) #elementor-popup-modal-92819 .dialog-close-button {
		right: 8px;
	}
	
	body.rtl #elementor-popup-modal-92819 .dialog-close-button {
		left: 8px;
	}
}

/* Start custom CSS for text-editor, class: .elementor-element-239382ca */
.download-popup p {
	visibility: visible;
}
