
		img:is([sizes="auto" i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}
	
		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--font-family--mackinac: mackinac;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
			--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
		}

		:where(body) {
			margin: 0;
		}

		.wp-site-blocks>.alignleft {
			float: left;
			margin-right: 2em;
		}

		.wp-site-blocks>.alignright {
			float: right;
			margin-left: 2em;
		}

		.wp-site-blocks>.aligncenter {
			justify-content: center;
			margin-left: auto;
			margin-right: auto;
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		.is-layout-flow>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-flow>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-flow>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-constrained>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-constrained>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		body {
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
		}

		a:where(:not(.wp-element-button)) {
			text-decoration: underline;
		}

		:root :where(.wp-element-button, .wp-block-button__link) {
			background-color: #32373c;
			border-width: 0;
			color: #fff;
			font-family: inherit;
			font-size: inherit;
			line-height: inherit;
			padding: calc(0.667em + 2px) calc(1.333em + 2px);
			text-decoration: none;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		.has-mackinac-font-family {
			font-family: var(--wp--preset--font-family--mackinac) !important;
		}

		:where(.wp-block-post-template.is-layout-flex) {
			gap: 1.25em;
		}

		:where(.wp-block-post-template.is-layout-grid) {
			gap: 1.25em;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		:where(.wp-block-columns.is-layout-grid) {
			gap: 2em;
		}

		:root :where(.wp-block-pullquote) {
			font-size: 1.5em;
			line-height: 1.6;
		}
	
		#qodef-back-to-top .qodef-back-to-top-icon {
			color: #fbfbfb;
			background-color: #556e79;
			border-radius: 100px;
		}

		#qodef-back-to-top:hover .qodef-back-to-top-icon {
			color: #fbfbfb;
			background-color: #9db9c4;
		}

		.widget.widget_recent_entries ul li .post-date,
		body[class*="theme-qi"] .qodef-blog .qodef-info-style .qodef-e-info-item a,
		body[class*="theme-qi"] .qodef-blog .qodef-info-style .qodef-e-info-item:after,
		body[class*="theme-qi"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item a,
		body[class*="theme-qi"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item:after,
		body[class*="theme-qi"] .widget.widget_rss ul a.rsswidget,
		body[class*="theme-qi"] #qodef-page-comments-list .qodef-comment-item .qodef-e-date a,
		body[class*="the-two"] .qodef-blog .qodef-e-info .qodef-e-info-item a,
		body[class*="the-two"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item a,
		body[class*="the-two"] .widget.widget_rss ul a.rsswidget,
		body[class*="the-two"] #qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
			color: #556e79;
			font-size: 16px;
			line-height: 1.1em;
			font-weight: 300;
			text-transform: capitalize;
		}

		body[class*="theme-qi"] .qodef-blog .qodef-info-style,
		body[class*="theme-qi"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
			color: #556e79;
		}

		body[class*="theme-qi"] .qodef-blog .qodef-info-style .qodef-e-info-item a:hover,
		body[class*="theme-qi"] .qodef-blog .qodef-info-style .qodef-e-info-item a:focus,
		body[class*="theme-qi"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover,
		body[class*="theme-qi"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info .qodef-e-info-item a:focus,
		body[class*="theme-qi"] #qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover,
		body[class*="theme-qi"] #qodef-page-comments-list .qodef-comment-item .qodef-e-date a:focus,
		body[class*="theme-qi"] .widget.widget_rss ul a.rsswidget:hover,
		body[class*="the-two"] .qodef-blog .qodef-e-info .qodef-e-info-item a:hover,
		body[class*="the-two"] .qodef-blog .qodef-e-info .qodef-e-info-item a:focus,
		body[class*="the-two"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover,
		body[class*="the-two"] .qodef-blog-shortcode.qodef-item-layout--standard .qodef-blog-item .qodef-e-info .qodef-e-info-item a:focus,
		body[class*="the-two"] #qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover,
		body[class*="the-two"] #qodef-page-comments-list .qodef-comment-item .qodef-e-date a:focus,
		body[class*="the-two"] .widget.widget_rss ul a.rsswidget:hover {
			color: #556e79;
			text-decoration: none;
		}

		#qodef-page-outer,
		.error404 #qodef-page-outer {
			margin-top: -120px;
		}

		@media only screen and (max-width: 1024px) {

			#qodef-page-outer,
			.error404 #qodef-page-outer {
				margin-top: -80px;
			}
		}

		label {
			color: #556e79;
		}

		#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent,
		.qodef-woo-results .woocommerce-result-count,
		.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
			color: #556e79;
		}

		input[type="text"],
		input[type="email"],
		input[type="url"],
		input[type="password"],
		input[type="number"],
		input[type="tel"],
		input[type="search"],
		input[type="date"],
		textarea,
		select,
		body .select2-container--default .select2-selection--single,
		body .select2-container--default .select2-selection--multiple,
		.widget[class*="_search"] button.qodef-search-form-button,
		.wp-block-search .wp-block-search__input,
		.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
		.widget.widget_block .wp-block-woocommerce-product-search input {
			font-size: 14px;
			border-color: rgba(255, 255, 255, 0.1);
			border-width: 2;
			border-style: solid;
		}

		.qodef-blog.qodef--single .qodef-blog-item .qodef-e-content,
		#qodef-author-info,
		#qodef-page-comments-list,
		#qodef-page-comments-list .qodef-comment-item,
		#qodef-related-posts {
			border-color: rgba(255, 255, 255, 0.1);
			border-width: 2;
		}

		table tr,
		table td,
		table th,
		#qodef-woo-page.qodef--cart .cart_totals .shop_table .order-total,
		#qodef-woo-page.qodef--cart .cross-sells .shop_table .order-total,
		#qodef-woo-page.qodef--cart .cart_totals>h2,
		#qodef-woo-page.qodef--cart .cross-sells>h2,
		#qodef-woo-page.qodef--checkout #order_review table tr td:first-child,
		#qodef-woo-page.qodef--checkout #order_review table tr th:first-child,
		#qodef-woo-page.qodef--checkout #order_review table,
		#qodef-woo-page.qodef--checkout .wc_payment_methods li,
		.woocommerce-error,
		.woocommerce-info,
		.woocommerce-message,
		#qodef-woo-page.qodef--single .woocommerce-tabs {
			border-color: rgba(255, 255, 255, 0.1);
		}

		.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range,
		.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle,
		#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:before {
			background-color: rgba(255, 255, 255, 0.1);
		}

		.widget[class*="_search"] button,
		.widget .wp-block-search button,
		.qodef-search .qodef-search-form .qodef-search-form-button {
			color: rgba(255, 255, 255, 0.1);
		}

		input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="url"]:focus,
		input[type="password"]:focus,
		input[type="number"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="date"]:focus,
		textarea:focus,
		select:focus,
		body .select2-container--default .select2-selection--single:focus,
		body .select2-container--default .select2-selection--multiple:focus,
		.widget[class*="_search"] button.qodef-search-form-button:hover,
		.wp-block-search .wp-block-search__input:focus {
			color: #c3c3c3;
		}

		input[type="submit"],
		button[type="submit"],
		.qodef-theme-button.qodef--filled,
		button.qodef-theme-button.qodef--filled,
		#qodef-woo-page .added_to_cart,
		#qodef-woo-page .button,
		.qodef-woo-shortcode .added_to_cart,
		.qodef-woo-shortcode .button,
		.widget.woocommerce .button,
		.woocommerce-page div.woocommerce>.return-to-shop a,
		.woocommerce-account .button,
		#qodef-page-header .widget.woocommerce.widget_shopping_cart .buttons a,
		.widget.woocommerce.widget_shopping_cart .buttons a {
			color: #556e79;
			font-size: 16px;
			font-weight: 400;
			background-color: rgba(255, 255, 255, 0);
			border-color: rgba(255, 255, 255, 0.25);
			border-width: 2px;
			border-style: solid;
			padding: 12px 40px;
		}

		input[type="submit"]:hover,
		button[type="submit"]:hover,
		input[type="submit"]:focus,
		button[type="submit"]:focus,
		.qodef-theme-button.qodef--filled:hover,
		button.qodef-theme-button.qodef--filled:hover,
		.qodef-theme-button.qodef--filled:focus,
		button.qodef-theme-button.qodef--filled:focus,
		#qodef-woo-page .added_to_cart:hover,
		#qodef-woo-page .button:hover,
		.qodef-woo-shortcode .added_to_cart:hover,
		.qodef-woo-shortcode .button:hover,
		.widget.woocommerce .button:hover,
		#qodef-woo-page .added_to_cart:focus,
		#qodef-woo-page .button:focus,
		.qodef-woo-shortcode .added_to_cart:focus,
		.qodef-woo-shortcode .button:focus,
		.widget.woocommerce .button:focus,
		.woocommerce-page div.woocommerce>.return-to-shop a:hover,
		.woocommerce-page div.woocommerce>.return-to-shop a:focus,
		.woocommerce-account .button:hover,
		.woocommerce-account .button:focus,
		#qodef-page-header .widget.woocommerce.widget_shopping_cart .buttons a:hover,
		.widget.woocommerce.widget_shopping_cart .buttons a:hover {
			color: #76adc4;
			background-color: rgba(255, 255, 255, 0);
			border-color: #ffffff;
		}

		.qodef-theme-button .qodef-theme-button-icon,
		button.qodef-theme-button .qodef-theme-button-icon,
		#qodef-woo-page .added_to_cart .qodef-theme-button-icon,
		#qodef-woo-page .button .qodef-theme-button-icon,
		.qodef-woo-shortcode .added_to_cart .qodef-theme-button-icon,
		.qodef-woo-shortcode .button .qodef-theme-button-icon,
		.qodef-blog-shortcode .qodef-blog-item .qodef-e-read-more-link .qodef-theme-button-icon,
		.qodef-portfolio-list .qodef-theme-button .qodef-theme-button-icon {
			width: 15px;
		}

		.qodef-theme-button.qodef--simple,
		button.qodef-theme-button.qodef--simple,
		.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,
		.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button,
		#qodef-woo-page .qodef-woo-to-swap .button,
		#qodef-woo-page .qodef-woo-to-swap .added_to_cart {
			color: #556e79;
			font-weight: 400;
			text-decoration: none;
		}

		.qodef-theme-button.qodef--simple:hover,
		button.qodef-theme-button.qodef--simple:hover,
		.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:hover,
		.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:hover,
		#qodef-woo-page .qodef-woo-to-swap .button:hover,
		#qodef-woo-page .qodef-woo-to-swap .added_to_cart:hover,
		.qodef-theme-button.qodef--simple:focus,
		button.qodef-theme-button.qodef--simple:focus,
		.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart:focus,
		.qodef-woo-shortcode-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button:focus,
		#qodef-woo-page .qodef-woo-to-swap .button:focus,
		#qodef-woo-page .qodef-woo-to-swap .added_to_cart:focus {
			color: #76adc4;
		}

		#qodef-single-portfolio-navigation .qodef-m-nav,
		.qodef-m-pagination.qodef--wp .page-numbers,
		.qodef-m-pagination.qodef--wp .page-numbers.next,
		.qodef-m-pagination.qodef--wp .page-numbers.prev,
		#qodef-woo-page .woocommerce-pagination .page-numbers,
		#qodef-woo-page .woocommerce-pagination .page-numbers.next,
		#qodef-woo-page .woocommerce-pagination .page-numbers.prev,
		.qodef-shortcode .qodef-m-pagination.qodef--standard .page-numbers,
		.qodef-shortcode .qodef-m-pagination.qodef--standard .page-numbers.next,
		.qodef-shortcode .qodef-m-pagination.qodef--standard .page-numbers.prev {
			color: #acacac;
		}

		#qodef-page-footer-top-area {
			background-color: rgba(244, 240, 236, 0.8);
		}

		#qodef-page-footer-top-area-inner {
			padding-top: 100px;
			padding-bottom: 148px;
			padding-left: 0px !important;
			padding-right: 0px !important;
			border-top-color: rgba(255, 255, 255, 0.1);
			border-top-width: 1px;
		}

		#qodef-page-footer-bottom-area {
			background-color: rgba(244, 240, 236, 0.8);
		}

		#qodef-page-footer-bottom-area-inner {
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 0px !important;
			padding-right: 0px !important;
			border-top-color: rgba(255, 255, 255, 0.1);
			border-top-width: 0px;
		}

		#qodef-fullscreen-area {
			background-color: #f4f0ec;
		}

		.qodef-fullscreen-menu-opener {
			color: #556e79;
		}

		.qodef-fullscreen-menu-opener:hover,
		.qodef-fullscreen-menu-opener:focus {
			color: #9db9c4;
		}

		#qodef-fullscreen-area .qodef-fullscreen-menu-close {
			color: #556e79;
		}

		#qodef-fullscreen-area .qodef-fullscreen-menu-close:hover,
		#qodef-fullscreen-area .qodef-fullscreen-menu-close:focus {
			color: #9db9c4;
		}

		.qodef-fullscreen-menu>ul>li>a {
			color: #353535;
		}

		.qodef-fullscreen-menu>ul>li>a:hover {
			color: #9db9c4;
		}

		.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
		.qodef-fullscreen-menu>ul>li.current-menu-item>a {
			color: #9db9c4;
		}

		body {
			background-color: #f4f0ec;
		}

		#qodef-page-inner {
			padding: 0 0 0 0;
		}

		@media only screen and (max-width: 1024px) {
			#qodef-page-inner {
				padding: 0 0 0 0;
			}
		}

		#qodef-page-wrapper {
			border-color: #fbfbfb;
			border-width: 1px;
		}

		.qodef-header--fixed-display #qodef-page-header {
			border-color: #fbfbfb;
			border-width: 1px;
		}

		.qodef-header-sticky {
			height: 100px;
			background-color: #f4f0ec;
		}

		.qodef-header-sticky .qodef-header-sticky-inner {
			padding-left: 30px;
			padding-right: 30px;
			border-bottom-color: rgba(53, 53, 53, 0);
			border-bottom-width: 1px;
		}

		#qodef-page-header .qodef-header-logo-link {
			height: 70px;
			padding: 10px 0px 0px 0px;
		}

		#qodef-page-mobile-header .qodef-mobile-header-logo-link {
			height: 80px;
			padding: 20px 0px 20px 0px;
		}

		#qodef-page-header .widget.woocommerce.widget_shopping_cart .widgettitle {
			color: #0a0a0a;
			font-family: "Archivo";
			font-size: 16px;
			line-height: 35px;
			font-weight: 300;
		}

		.qodef-header-navigation>ul>li>a,
		#qodef-page-header .widget_qode_essential_addons_icon_svg .qodef-m-text {
			color: #0a0a0a;
			font-family: "Archivo";
			font-size: 16px;
			line-height: 35px;
			font-weight: 300;
			padding-left: 15px;
			padding-right: 15px;
		}

		.qodef-header-navigation>ul>li>a:hover,
		.qodef-header-navigation>ul>li>a:focus {
			color: #76adc4;
			text-decoration: none;
		}

		.qodef-header-navigation>ul>li.current-menu-ancestor>a,
		.qodef-header-navigation>ul>li.current-menu-item>a {
			color: #76adc4;
		}

		.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li a {
			color: #ffffff;
		}

		.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li:hover>a,
		.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li:focus>a {
			color: #76adc4;
		}

		.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li.current-menu-ancestor>a,
		.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li.current-menu-item>a {
			color: #76adc4;
		}

		.qodef-search-cover-form {
			background: rgba(0, 0, 0, 0);
		}

		.qodef-search-opener {
			color: #ffffff;
		}

		.qodef-search-opener:hover,
		.qodef-search-opener:focus {
			color: #ffffff;
		}

		.qodef-search-cover-form .qodef-m-close {
			color: #ffffff;
			width: 18px;
		}

		.qodef-search-cover-form .qodef-m-form-field {
			color: #ffffff;
			font-size: 20px;
			font-weight: 400;
		}

		.qodef-search-cover-form .qodef-m-form-field:focus {
			color: #c3c3c3;
		}

		#qodef-side-area {
			background: #f4f0ec;
			text-align: left;
		}

		.qodef-side-area-cover {
			background-color: rgba(244, 240, 236, 0);
		}

		.qodef-side-area-opener {
			background-color: rgba(255, 255, 255, 0);
		}

		.qodef-side-area-opener .qodef-m-icon {
			color: #556e79;
		}

		.qodef-side-area-opener:hover .qodef-m-icon,
		.qodef-side-area-opener:focus .qodef-m-icon {
			color: #9db9c4;
		}

		#qodef-side-area-close .qodef-m-icon {
			color: #556e79;
			width: 18px;
		}

		#qodef-side-area-close:hover .qodef-m-icon,
		#qodef-side-area-close:focus .qodef-m-icon {
			color: #9db9c4;
		}

		.qodef-page-title {
			height: 130px;
			background-color: #000000;
			border-bottom-color: rgba(255, 255, 255, 0.1);
			border-bottom-width: 2px;
			border-bottom-style: solid;
		}

		.qodef-page-title .qodef-m-content,
		.qodef-page-title .qodef-m-content.qodef-content-full-width {
			padding-top: 120px;
		}

		.qodef-page-title .qodef-m-title {
			color: #ffffff;
		}

		@media only screen and (max-width: 1024px) {

			.qodef-page-title .qodef-m-content,
			.qodef-page-title .qodef-m-content.qodef-content-full-width {
				padding-top: 80px;
			}
		}

		body {
			color: #353535;
			font-family: "Archivo";
			font-size: 17px;
			line-height: 1.3em;
			font-weight: 300;
		}

		.mfp-bottom-bar .mfp-counter,
		.mfp-bottom-bar .mfp-title {
			font-family: "Archivo";
			font-size: 17px;
			line-height: 1.3em;
			font-weight: 300;
		}

		h1,
		.qodef-h1 {
			color: #556e79;
			font-size: 60px;
			line-height: 1em;
		}

		h2,
		.qodef-h2 {
			color: #556E79;
			font-size: 36px;
			line-height: 1.1em;
			letter-spacing: 0px;
		}

		#qodef-woo-page.qodef--checkout #customer_details h3,
		#qodef-woo-page.qodef--checkout #order_review_heading {
			color: #556E79;
			font-size: 36px;
			line-height: 1.1em;
			letter-spacing: 0px;
		}

		h3,
		.qodef-h3 {
			color: #353535;
			font-family: "Archivo";
			font-size: 22px;
			line-height: 1em;
			font-weight: 400;
			letter-spacing: 0px;
			text-transform: uppercase;
		}

		#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,
		#qodef-woo-page.qodef--single #review_form .comment-reply-title,
		#qodef-woo-page.qodef--cart .cart_totals>h2,
		#qodef-woo-page.qodef--cart .cross-sells>h2,
		.woocommerce-page div.woocommerce>.cart-empty,
		body[class*="theme-qi"] #qodef-related-posts .qodef-m-title {
			color: #353535;
			font-family: "Archivo";
			font-size: 22px;
			line-height: 1em;
			font-weight: 400;
			letter-spacing: 0px;
			text-transform: uppercase;
		}

		h4,
		.qodef-h4 {
			color: #556E79;
			font-size: 24px;
			line-height: 1.1em;
			font-weight: 500;
		}

		h5,
		.qodef-h5 {
			color: #353535;
			font-family: "Archivo";
			font-size: 20px;
			line-height: 1.3 em;
			font-weight: 300;
			text-transform: uppercase;
		}

		.woocommerce-page div.woocommerce .shop_table th,
		#qodef-woo-page.qodef--cart .shop_table td.product-name a {
			color: #353535;
			font-family: "Archivo";
			font-size: 20px;
			line-height: 1.3 em;
			font-weight: 300;
			text-transform: uppercase;
		}

		#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
			font-family: "Archivo";
			font-size: 20px;
			line-height: 1.3 em;
			font-weight: 300;
			text-transform: uppercase;
		}

		h6,
		.qodef-h6 {
			color: #556e79;
			font-family: "Archivo";
			font-size: 18px;
			line-height: 1.1em;
			font-weight: 500;
		}

		#qodef-page-sidebar .widget.widget_recent_entries ul li a,
		#qodef-page-sidebar .wp-block-latest-posts li a,
		#qodef-page-wrapper .widget.woocommerce a .product-title,
		#qodef-woo-page.qodef--single .shop_attributes th,
		#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
			color: #556e79;
			font-family: "Archivo";
			font-size: 18px;
			line-height: 1.1em;
			font-weight: 500;
		}

		a,
		p a {
			color: #9db9c4;
			text-decoration: none;
		}

		a:hover,
		p a:hover,
		a:focus,
		p a:focus,
		.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
		#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover,
		.qodef-page-title .qodef-breadcrumbs a:hover,
		#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover {
			color: #76adc4;
			text-decoration: none;
			outline: none;
		}

		h2 a:hover,
		h2 a:focus,
		.qodef-woo-shortcode-product-list .qodef-woo-product-inner:hover h2.qodef-woo-product-title {
			color: #76adc4;
		}

		h3 a:hover,
		h3 a:focus,
		.qodef-woo-shortcode-product-list .qodef-woo-product-inner:hover h3.qodef-woo-product-title {
			color: #ffffff;
		}

		h4 a:hover,
		h4 a:focus,
		.qodef-woo-shortcode-product-list .qodef-woo-product-inner:hover h4.qodef-woo-product-title {
			color: #ffffff;
		}

		h5 a:hover,
		h5 a:focus,
		#qodef-woo-page.qodef--cart .shop_table td.product-name a:hover,
		#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
		#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
		#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
		#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a,
		.qodef-woo-shortcode-product-list .qodef-woo-product-inner:hover h5.qodef-woo-product-title {
			color: #ffffff;
		}

		#qodef-back-to-top .qodef-back-to-top-label {
			color: #fbfbfb;
		}

		#qodef-back-to-top:hover .qodef-back-to-top-label {
			color: #fbfbfb;
		}

		.qodef-blog.qodef--single.qodef-m .qodef-blog-item .qodef-e-content,
		.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top,
		.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote,
		.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link {
			text-align: left;
			justify-content: left;
		}

		.qodef-header--standard #qodef-page-header {
			background-color: rgba(255, 255, 255, 0);
		}

		.qodef-header--standard #qodef-page-header-inner {
			padding-left: 30px;
			padding-right: 30px;
			border-bottom-color: rgba(53, 53, 53, 0);
			border-bottom-width: 1px;
		}

		.qodef-mobile-header--minimal .qodef-mobile-header-navigation {
			background-color: rgb(244, 240, 236);
		}

		.qodef-mobile-header--minimal #qodef-page-mobile-header {
			height: 80px;
			background-color: rgb(244, 240, 236);
		}

		.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
			padding-left: 25px;
			padding-right: 25px;
		}

		.qodef-mobile-header--minimal .qodef-mobile-header-navigation>ul:not(.qodef-content-grid) {
			padding-left: 25px;
			padding-right: 25px;
		}

		.qodef-mobile-header-opener {
			color: #556e79;
		}

		.qodef-mobile-header-opener:hover {
			color: #76adc4;
		}

		.qodef-mobile-header-navigation>ul>li>a {
			color: #ffffff;
			font-weight: 400;
		}

		.qodef-mobile-header-navigation>ul>li>.qodef-mobile-menu-item-icon {
			color: #ffffff;
		}

		.qodef-mobile-header-navigation>ul>li>a:hover,
		.qodef-mobile-header-navigation>ul>li>a:focus {
			text-decoration: none;
		}

		.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,
		.qodef-mobile-header-navigation>ul>li.current-menu-item>a {
			text-decoration: underline;
		}

		@media only screen and (max-width: 1440px) {

			h1,
			.qodef-h1 {
				font-size: 60px;
				line-height: 1em;
				letter-spacing: 0px;
			}

			h3,
			.qodef-h3 {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}

			#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,
			#qodef-woo-page.qodef--single #review_form .comment-reply-title,
			#qodef-woo-page.qodef--cart .cart_totals>h2,
			#qodef-woo-page.qodef--cart .cross-sells>h2,
			.woocommerce-page div.woocommerce>.cart-empty,
			body[class*="theme-qi"] #qodef-related-posts .qodef-m-title {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}
		}

		@media only screen and (max-width: 1366px) {

			h1,
			.qodef-h1 {
				font-size: 60px;
				line-height: 1em;
			}

			h3,
			.qodef-h3 {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}

			#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,
			#qodef-woo-page.qodef--single #review_form .comment-reply-title,
			#qodef-woo-page.qodef--cart .cart_totals>h2,
			#qodef-woo-page.qodef--cart .cross-sells>h2,
			.woocommerce-page div.woocommerce>.cart-empty,
			body[class*="theme-qi"] #qodef-related-posts .qodef-m-title {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}
		}

		@media only screen and (max-width: 1024px) {

			h1,
			.qodef-h1 {
				font-size: 60px;
				line-height: 1em;
			}

			h3,
			.qodef-h3 {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}

			#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,
			#qodef-woo-page.qodef--single #review_form .comment-reply-title,
			#qodef-woo-page.qodef--cart .cart_totals>h2,
			#qodef-woo-page.qodef--cart .cross-sells>h2,
			.woocommerce-page div.woocommerce>.cart-empty,
			body[class*="theme-qi"] #qodef-related-posts .qodef-m-title {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}
		}

		@media only screen and (max-width: 768px) {

			h1,
			.qodef-h1 {
				font-size: 60px;
				line-height: 1px;
			}

			h2,
			.qodef-h2 {
				font-size: 34px;
				line-height: 1.1em;
			}

			#qodef-woo-page.qodef--checkout #customer_details h3,
			#qodef-woo-page.qodef--checkout #order_review_heading {
				font-size: 34px;
				line-height: 1.1em;
			}

			h3,
			.qodef-h3 {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}

			#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,
			#qodef-woo-page.qodef--single #review_form .comment-reply-title,
			#qodef-woo-page.qodef--cart .cart_totals>h2,
			#qodef-woo-page.qodef--cart .cross-sells>h2,
			.woocommerce-page div.woocommerce>.cart-empty,
			body[class*="theme-qi"] #qodef-related-posts .qodef-m-title {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}
		}

		@media only screen and (max-width: 680px) {

			h1,
			.qodef-h1 {
				font-size: 35px;
				line-height: 1em;
			}

			h2,
			.qodef-h2 {
				font-size: 34px;
				line-height: 1.1em;
			}

			#qodef-woo-page.qodef--checkout #customer_details h3,
			#qodef-woo-page.qodef--checkout #order_review_heading {
				font-size: 34px;
				line-height: 1.1em;
			}

			h3,
			.qodef-h3 {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}

			#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title,
			#qodef-woo-page.qodef--single #review_form .comment-reply-title,
			#qodef-woo-page.qodef--cart .cart_totals>h2,
			#qodef-woo-page.qodef--cart .cross-sells>h2,
			.woocommerce-page div.woocommerce>.cart-empty,
			body[class*="theme-qi"] #qodef-related-posts .qodef-m-title {
				font-size: 20px;
				line-height: 1em;
				letter-spacing: 0px;
			}

			h4,
			.qodef-h4 {
				font-size: 24px;
				line-height: 1.1em;
			}
		}
	
	
		.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
		.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
			background-image: none !important;
		}

		@media screen and (max-height: 1024px) {

			.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
			.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
				background-image: none !important;
			}
		}

		@media screen and (max-height: 640px) {

			.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
			.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
				background-image: none !important;
			}
		}
	
	
		


				h1.qodef-e-title.entry-title.qodef-portfolio-title {
					font-family: 'Mackinac', serif !important;
					line-height: 1.1em;
				}

				.qodef-blog.qodef--single .qodef-blog-item .qodef-e-post-title {
					font-family: 'Mackinac', serif !important;
					line-height: 1em;
				}

				h2 {
					font-family: 'Mackinac', serif !important;
				}

				h4 {
					font-family: 'Mackinac', serif !important;
				}



				.qodef-portfolio-single .qodef-portfolio-info p, .qodef-portfolio-single .qodef-portfolio-info a, .qodef-portfolio-single .qodef-portfolio-info .qodef-e > span, .qodef-portfolio-project-info .qodef-e-info-data, .qodef-portfolio-project-info .qodef-e-info-data a {
					color: #353535;
					font-size: 16px;
					line-height: 1.5em;
					font-weight: 300;

				}

				@media only screen and (max-width: 798px) {
					.qodef-portfolio-single .qodef-media iframe {
						max-height: 250px !important;

					}
				}

				@media only screen and (min-width: 798px) {
					.qodef-portfolio-single .qodef-media iframe {
						max-height: 400px !important;
					}
				}




				#qodef-page-footer-top-area-inner {
					padding-bottom: 20px;
					padding-top: 50px;
				}




				@media only screen and (max-width: 798px) {
					h1.qodef-e-title.entry-title.qodef-portfolio-title {
						font-size: 40px !important;
						line-height: 1em !important;
					}
				}


				@media only screen and (min-width: 798px) {
					.qodef-grid.qodef-gutter--normal>.qodef-grid-inner {
						gap: 80px;
					}
				}






				legend.wpforms-field-label {
					font-size: 18px !important;
					display: block;
					font-weight: normal !important;
					float: none;
					line-height: 1.1em !important;
					margin: 0 0 5px 0 !important;
					color: #353535 !important;
				}


				label.wpforms-field-label {
					font-size: 18px !important;
					display: block;
					font-weight: normal !important;
					float: none;
					line-height: 1.1em !important;
					margin: 0 0 5px 0 !important;
					color: #353535 !important;

				}

				label.wpforms-field-sublabel.after {
					font-size: 18px !important;

				}



				button#wpforms-submit-13110 {
					font-size: 16px !important;
					padding: 20px 20px 35px 20px !important;
					color: #FFFFFF;
					background-color: #556E79 !important;
					border-radius: 50px;

				}




				div.wpforms-container-full input, div.wpforms-container-full select {
					border-bottom: 3px solid #9DB9C4 !important;
					border-top: 0px ! important;
					border-right: 0px !important;
					border-left: 0px !important;
					background-color: #F4F0EC !important;
					padding-top: 10px !important;

				}



				.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
					max-width: 100% !important;
				}

				button#wpforms-submit-13110 {
					background: #000000;
				}

				textarea#wpforms-13110-field_14 {
					background-color: #F4F0EC !important;
				}

				footer .wp-block-social-links a svg path {
					fill: #556e79;
				}


				body:not(.qodef-header--sticky-display) .qodef-header-navigation> ul > li > a,
				body:not(.qodef-header--sticky-display) #qodef-page-header .widget_qode_essential_addons_icon_svg .qodef-m-text {
					color: #FFFFFF;
				}

				body:not(.qodef-header--sticky-display) .qodef-side-area-opener svg {
					color: #76ADC4;
				}

				div#qode_essential_addons_button-2 {
					color: #FFFFFF;
				}


				.circle {
					width: 300px;
					height: 300px;
					border-radius: 50% 50% 50% 50% !important;
				}

				footer .wp-block-social-links .wp-social-link {
					background: none !important;
				}

				footer .wp-block-social-links .wp-social-link a {
					padding: 0px;
				}

				.wp-block-image.is-style-rounded img {
					border-radius: 100% !important;
				}

				.qodef-header--light .qodef-fullscreen-menu-opener {
					color: #000000 !important;
				}

				img.attachment-qi_addons_for_elementor_image_size_square.size-qi_addons_for_elementor_image_size_square {
					border-radius: 20px !important;
				}
	
	
		.st0 {
			fill: none;
			stroke: #FFFFFF;
			stroke-miterlimit: 10;
		}
	
	
		.st0 {
			fill: none;
			stroke: #FFFFFF;
			stroke-miterlimit: 10;
		}
	