/* === wp-img-auto-sizes-contain-inline-css === */
img:is([sizes=auto i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}

		/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


/* === wp-block-image-inline-css === */
.wp-block-image>a,
		.wp-block-image>figure>a {
			display: inline-block
		}

		.wp-block-image img {
			box-sizing: border-box;
			height: auto;
			max-width: 100%;
			vertical-align: bottom
		}

		@media not (prefers-reduced-motion) {
			.wp-block-image img.hide {
				visibility: hidden
			}

			.wp-block-image img.show {
				animation: show-content-image .4s
			}
		}

		.wp-block-image[style*=border-radius] img,
		.wp-block-image[style*=border-radius]>a {
			border-radius: inherit
		}

		.wp-block-image.has-custom-border img {
			box-sizing: border-box
		}

		.wp-block-image.aligncenter {
			text-align: center
		}

		.wp-block-image.alignfull>a,
		.wp-block-image.alignwide>a {
			width: 100%
		}

		.wp-block-image.alignfull img,
		.wp-block-image.alignwide img {
			height: auto;
			width: 100%
		}

		.wp-block-image .aligncenter,
		.wp-block-image .alignleft,
		.wp-block-image .alignright,
		.wp-block-image.aligncenter,
		.wp-block-image.alignleft,
		.wp-block-image.alignright {
			display: table
		}

		.wp-block-image .aligncenter>figcaption,
		.wp-block-image .alignleft>figcaption,
		.wp-block-image .alignright>figcaption,
		.wp-block-image.aligncenter>figcaption,
		.wp-block-image.alignleft>figcaption,
		.wp-block-image.alignright>figcaption {
			caption-side: bottom;
			display: table-caption
		}

		.wp-block-image .alignleft {
			float: left;
			margin: .5em 1em .5em 0
		}

		.wp-block-image .alignright {
			float: right;
			margin: .5em 0 .5em 1em
		}

		.wp-block-image .aligncenter {
			margin-left: auto;
			margin-right: auto
		}

		.wp-block-image :where(figcaption) {
			margin-bottom: 1em;
			margin-top: .5em
		}

		.wp-block-image.is-style-circle-mask img {
			border-radius: 9999px
		}

		@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
			.wp-block-image.is-style-circle-mask img {
				border-radius: 0;
				-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
				mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
				mask-mode: alpha;
				-webkit-mask-position: center;
				mask-position: center;
				-webkit-mask-repeat: no-repeat;
				mask-repeat: no-repeat;
				-webkit-mask-size: contain;
				mask-size: contain
			}
		}

		:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
			border-radius: 9999px
		}

		.wp-block-image figure {
			margin: 0
		}

		.wp-lightbox-container {
			display: flex;
			flex-direction: column;
			position: relative
		}

		.wp-lightbox-container img {
			cursor: zoom-in
		}

		.wp-lightbox-container img:hover+button {
			opacity: 1
		}

		.wp-lightbox-container button {
			align-items: center;
			backdrop-filter: blur(16px) saturate(180%);
			background-color: #5a5a5a40;
			border: none;
			border-radius: 4px;
			cursor: zoom-in;
			display: flex;
			height: 20px;
			justify-content: center;
			opacity: 0;
			padding: 0;
			position: absolute;
			right: 16px;
			text-align: center;
			top: 16px;
			width: 20px;
			z-index: 100
		}

		@media not (prefers-reduced-motion) {
			.wp-lightbox-container button {
				transition: opacity .2s ease
			}
		}

		.wp-lightbox-container button:focus-visible {
			outline: 3px auto #5a5a5a40;
			outline: 3px auto -webkit-focus-ring-color;
			outline-offset: 3px
		}

		.wp-lightbox-container button:hover {
			cursor: pointer;
			opacity: 1
		}

		.wp-lightbox-container button:focus {
			opacity: 1
		}

		.wp-lightbox-container button:focus,
		.wp-lightbox-container button:hover,
		.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
			background-color: #5a5a5a40;
			border: none
		}

		.wp-lightbox-overlay {
			box-sizing: border-box;
			cursor: zoom-out;
			height: 100vh;
			left: 0;
			overflow: hidden;
			position: fixed;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 100000
		}

		.wp-lightbox-overlay .close-button {
			align-items: center;
			cursor: pointer;
			display: flex;
			justify-content: center;
			min-height: 40px;
			min-width: 40px;
			padding: 0;
			position: absolute;
			right: calc(env(safe-area-inset-right) + 16px);
			top: calc(env(safe-area-inset-top) + 16px);
			z-index: 5000000
		}

		.wp-lightbox-overlay .close-button:focus,
		.wp-lightbox-overlay .close-button:hover,
		.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
			background: none;
			border: none
		}

		.wp-lightbox-overlay .lightbox-image-container {
			height: var(--wp--lightbox-container-height);
			left: 50%;
			overflow: hidden;
			position: absolute;
			top: 50%;
			transform: translate(-50%, -50%);
			transform-origin: top left;
			width: var(--wp--lightbox-container-width);
			z-index: 9999999999
		}

		.wp-lightbox-overlay .wp-block-image {
			align-items: center;
			box-sizing: border-box;
			display: flex;
			height: 100%;
			justify-content: center;
			margin: 0;
			position: relative;
			transform-origin: 0 0;
			width: 100%;
			z-index: 3000000
		}

		.wp-lightbox-overlay .wp-block-image img {
			height: var(--wp--lightbox-image-height);
			min-height: var(--wp--lightbox-image-height);
			min-width: var(--wp--lightbox-image-width);
			width: var(--wp--lightbox-image-width)
		}

		.wp-lightbox-overlay .wp-block-image figcaption {
			display: none
		}

		.wp-lightbox-overlay button {
			background: none;
			border: none
		}

		.wp-lightbox-overlay .scrim {
			background-color: #fff;
			height: 100%;
			opacity: .9;
			position: absolute;
			width: 100%;
			z-index: 2000000
		}

		.wp-lightbox-overlay.active {
			visibility: visible
		}

		@media not (prefers-reduced-motion) {
			.wp-lightbox-overlay.active {
				animation: turn-on-visibility .25s both
			}

			.wp-lightbox-overlay.active img {
				animation: turn-on-visibility .35s both
			}

			.wp-lightbox-overlay.show-closing-animation:not(.active) {
				animation: turn-off-visibility .35s both
			}

			.wp-lightbox-overlay.show-closing-animation:not(.active) img {
				animation: turn-off-visibility .25s both
			}

			.wp-lightbox-overlay.zoom.active {
				animation: none;
				opacity: 1;
				visibility: visible
			}

			.wp-lightbox-overlay.zoom.active .lightbox-image-container {
				animation: lightbox-zoom-in .4s
			}

			.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
				animation: none
			}

			.wp-lightbox-overlay.zoom.active .scrim {
				animation: turn-on-visibility .4s forwards
			}

			.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
				animation: none
			}

			.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
				animation: lightbox-zoom-out .4s
			}

			.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
				animation: none
			}

			.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
				animation: turn-off-visibility .4s forwards
			}
		}

		@keyframes show-content-image {
			0% {
				visibility: hidden
			}

			99% {
				visibility: hidden
			}

			to {
				visibility: visible
			}
		}

		@keyframes turn-on-visibility {
			0% {
				opacity: 0
			}

			to {
				opacity: 1
			}
		}

		@keyframes turn-off-visibility {
			0% {
				opacity: 1;
				visibility: visible
			}

			99% {
				opacity: 0;
				visibility: visible
			}

			to {
				opacity: 0;
				visibility: hidden
			}
		}

		@keyframes lightbox-zoom-in {
			0% {
				transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
			}

			to {
				transform: translate(-50%, -50%) scale(1)
			}
		}

		@keyframes lightbox-zoom-out {
			0% {
				transform: translate(-50%, -50%) scale(1);
				visibility: visible
			}

			99% {
				visibility: visible
			}

			to {
				transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
				visibility: hidden
			}
		}


/* === wp-block-image-theme-inline-css === */
:root :where(.wp-block-image figcaption) {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme :root :where(.wp-block-image figcaption) {
			color: #ffffffa6
		}

		.wp-block-image {
			margin: 0 0 1em
		}


/* === wp-block-navigation-link-inline-css === */
.wp-block-navigation .wp-block-navigation-item__label {
			overflow-wrap: break-word
		}

		.wp-block-navigation .wp-block-navigation-item__description {
			display: none
		}

		.link-ui-tools {
			outline: 1px solid #f0f0f0;
			padding: 8px
		}

		.link-ui-block-inserter {
			padding-top: 8px
		}

		.link-ui-block-inserter__back {
			margin-left: 8px;
			text-transform: uppercase
		}


/* === wp-block-button-inline-css === */
.wp-block-button__link {
			align-content: center;
			box-sizing: border-box;
			cursor: pointer;
			display: inline-block;
			height: 100%;
			text-align: center;
			word-break: break-word
		}

		.wp-block-button__link.aligncenter {
			text-align: center
		}

		.wp-block-button__link.alignright {
			text-align: right
		}

		:where(.wp-block-button__link) {
			border-radius: 9999px;
			box-shadow: none;
			padding: calc(.667em + 2px) calc(1.333em + 2px);
			text-decoration: none
		}

		.wp-block-button[style*=text-decoration] .wp-block-button__link {
			text-decoration: inherit
		}

		.wp-block-buttons>.wp-block-button.has-custom-width {
			max-width: none
		}

		.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
			width: 100%
		}

		.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
			font-size: inherit
		}

		.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
			width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
		}

		.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
			width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
		}

		.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
			width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
		}

		.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
			flex-basis: 100%;
			width: 100%
		}

		.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
			width: 25%
		}

		.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
			width: 50%
		}

		.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
			width: 75%
		}

		.wp-block-button.is-style-squared,
		.wp-block-button__link.wp-block-button.is-style-squared {
			border-radius: 0
		}

		.wp-block-button.no-border-radius,
		.wp-block-button__link.no-border-radius {
			border-radius: 0 !important
		}

		:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
		:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
			border: 2px solid;
			padding: .667em 1.333em
		}

		:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
		:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
			color: currentColor
		}

		:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
		:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
			background-color: initial;
			background-image: none
		}

		div.is-style-swt-button-secondary .wp-element-button {
			color: var(--wp--preset--color--body);
			background: var(--wp--preset--color--surface);
		}

		div.is-style-swt-button-secondary .wp-element-button:hover {
			color: var(--wp--preset--color--body);
			background: var(--wp--preset--color--surface);
		}


		div.is-style-swt-button-inverse .wp-element-button {
			color: #1F2937;
			background: #fff;
		}

		div.is-style-swt-button-inverse .wp-element-button:hover {
			color: #1F2937;
			background: #fff;
		}

		/*# sourceURL=wp-block-button-inline-css */


/* === wp-block-buttons-inline-css === */
.wp-block-buttons {
			box-sizing: border-box
		}

		.wp-block-buttons.is-vertical {
			flex-direction: column
		}

		.wp-block-buttons.is-vertical>.wp-block-button:last-child {
			margin-bottom: 0
		}

		.wp-block-buttons>.wp-block-button {
			display: inline-block;
			margin: 0
		}

		.wp-block-buttons.is-content-justification-left {
			justify-content: flex-start
		}

		.wp-block-buttons.is-content-justification-left.is-vertical {
			align-items: flex-start
		}

		.wp-block-buttons.is-content-justification-center {
			justify-content: center
		}

		.wp-block-buttons.is-content-justification-center.is-vertical {
			align-items: center
		}

		.wp-block-buttons.is-content-justification-right {
			justify-content: flex-end
		}

		.wp-block-buttons.is-content-justification-right.is-vertical {
			align-items: flex-end
		}

		.wp-block-buttons.is-content-justification-space-between {
			justify-content: space-between
		}

		.wp-block-buttons.aligncenter {
			text-align: center
		}

		.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
			margin-left: auto;
			margin-right: auto;
			width: 100%
		}

		.wp-block-buttons[style*=text-decoration] .wp-block-button,
		.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
			text-decoration: inherit
		}

		.wp-block-buttons.has-custom-font-size .wp-block-button__link {
			font-size: inherit
		}

		.wp-block-buttons .wp-block-button__link {
			width: 100%
		}

		.wp-block-button.aligncenter {
			text-align: center
		}


/* === wp-block-group-inline-css === */
.wp-block-group {
			box-sizing: border-box
		}

		:where(.wp-block-group.wp-block-group-is-layout-constrained) {
			position: relative
		}


/* === wp-block-group-theme-inline-css === */
:where(.wp-block-group.has-background) {
			padding: 1.25em 2.375em
		}


/* === wp-block-template-part-theme-inline-css === */
:root :where(.wp-block-template-part.has-background) {
			margin-bottom: 0;
			margin-top: 0;
			padding: 1.25em 2.375em
		}


/* === wp-block-heading-inline-css === */
h1:where(.wp-block-heading).has-background,
		h2:where(.wp-block-heading).has-background,
		h3:where(.wp-block-heading).has-background,
		h4:where(.wp-block-heading).has-background,
		h5:where(.wp-block-heading).has-background,
		h6:where(.wp-block-heading).has-background {
			padding: 1.25em 2.375em
		}

		h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
		h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
		h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
		h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
		h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
		h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
		h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
		h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
		h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
		h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
		h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
		h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
			rotate: 180deg
		}


/* === wp-block-paragraph-inline-css === */
.is-small-text {
			font-size: .875em
		}

		.is-regular-text {
			font-size: 1em
		}

		.is-large-text {
			font-size: 2.25em
		}

		.is-larger-text {
			font-size: 3em
		}

		.has-drop-cap:not(:focus):first-letter {
			float: left;
			font-size: 8.4em;
			font-style: normal;
			font-weight: 100;
			line-height: .68;
			margin: .05em .1em 0 0;
			text-transform: uppercase
		}

		body.rtl .has-drop-cap:not(:focus):first-letter {
			float: none;
			margin-left: .1em
		}

		p.has-drop-cap.has-background {
			overflow: hidden
		}

		:root :where(p.has-background) {
			padding: 1.25em 2.375em
		}

		:where(p.has-text-color:not(.has-link-color)) a {
			color: inherit
		}

		p.has-text-align-left[style*="writing-mode:vertical-lr"],
		p.has-text-align-right[style*="writing-mode:vertical-rl"] {
			rotate: 180deg
		}


/* === wp-block-media-text-inline-css === */
.wp-block-media-text {
			box-sizing: border-box;
			/*!rtl:begin:ignore*/
			direction: ltr;
			/*!rtl:end:ignore*/
			display: grid;
			grid-template-columns: 50% 1fr;
			grid-template-rows: auto
		}

		.wp-block-media-text.has-media-on-the-right {
			grid-template-columns: 1fr 50%
		}

		.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,
		.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
			align-self: start
		}

		.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,
		.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,
		.wp-block-media-text>.wp-block-media-text__content,
		.wp-block-media-text>.wp-block-media-text__media {
			align-self: center
		}

		.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,
		.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
			align-self: end
		}

		.wp-block-media-text>.wp-block-media-text__media {
			/*!rtl:begin:ignore*/
			grid-column: 1;
			grid-row: 1;
			/*!rtl:end:ignore*/
			margin: 0
		}

		.wp-block-media-text>.wp-block-media-text__content {
			direction: ltr;
			/*!rtl:begin:ignore*/
			grid-column: 2;
			grid-row: 1;
			/*!rtl:end:ignore*/
			padding: 0 8%;
			word-break: break-word
		}

		.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
			/*!rtl:begin:ignore*/
			grid-column: 2;
			grid-row: 1
				/*!rtl:end:ignore*/
		}

		.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
			/*!rtl:begin:ignore*/
			grid-column: 1;
			grid-row: 1
				/*!rtl:end:ignore*/
		}

		.wp-block-media-text__media a {
			display: block
		}

		.wp-block-media-text__media img,
		.wp-block-media-text__media video {
			height: auto;
			max-width: unset;
			vertical-align: middle;
			width: 100%
		}

		.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
			background-size: cover;
			height: 100%;
			min-height: 250px
		}

		.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
			display: block;
			height: 100%
		}

		.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
			clip: rect(0, 0, 0, 0);
			border: 0
		}

		.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
			height: 100%;
			min-height: 250px
		}

		.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
			display: block;
			height: 100%
		}

		.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
			height: 100%;
			object-fit: cover;
			width: 100%
		}

		@media (max-width:600px) {
			.wp-block-media-text.is-stacked-on-mobile {
				grid-template-columns: 100% !important
			}

			.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
				grid-column: 1;
				grid-row: 1
			}

			.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
				grid-column: 1;
				grid-row: 2
			}
		}


/* === wp-block-quote-inline-css === */
.wp-block-quote {
			box-sizing: border-box;
			overflow-wrap: break-word
		}

		.wp-block-quote.is-large:where(:not(.is-style-plain)),
		.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
			margin-bottom: 1em;
			padding: 0 1em
		}

		.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
		.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
			font-size: 1.5em;
			font-style: italic;
			line-height: 1.6
		}

		.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
		.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
		.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
		.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
			font-size: 1.125em;
			text-align: right
		}

		.wp-block-quote>cite {
			display: block
		}


/* === wp-block-quote-theme-inline-css === */
.wp-block-quote {
			border-left: .25em solid;
			margin: 0 0 1.75em;
			padding-left: 1em
		}

		.wp-block-quote cite,
		.wp-block-quote footer {
			color: currentColor;
			font-size: .8125em;
			font-style: normal;
			position: relative
		}

		.wp-block-quote:where(.has-text-align-right) {
			border-left: none;
			border-right: .25em solid;
			padding-left: 0;
			padding-right: 1em
		}

		.wp-block-quote:where(.has-text-align-center) {
			border: none;
			padding-left: 0
		}

		.wp-block-quote.is-large,
		.wp-block-quote.is-style-large,
		.wp-block-quote:where(.is-style-plain) {
			border: none
		}


/* === wp-block-columns-inline-css === */
.wp-block-columns {
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap !important
		}

		@media (min-width:782px) {
			.wp-block-columns {
				flex-wrap: nowrap !important
			}
		}

		.wp-block-columns {
			align-items: normal !important
		}

		.wp-block-columns.are-vertically-aligned-top {
			align-items: flex-start
		}

		.wp-block-columns.are-vertically-aligned-center {
			align-items: center
		}

		.wp-block-columns.are-vertically-aligned-bottom {
			align-items: flex-end
		}

		@media (max-width:781px) {
			.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
				flex-basis: 100% !important
			}
		}

		@media (min-width:782px) {
			.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
				flex-basis: 0;
				flex-grow: 1
			}

			.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
				flex-grow: 0
			}
		}

		.wp-block-columns.is-not-stacked-on-mobile {
			flex-wrap: nowrap !important
		}

		.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
			flex-basis: 0;
			flex-grow: 1
		}

		.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
			flex-grow: 0
		}

		:where(.wp-block-columns) {
			margin-bottom: 1.75em
		}

		:where(.wp-block-columns.has-background) {
			padding: 1.25em 2.375em
		}

		.wp-block-column {
			flex-grow: 1;
			min-width: 0;
			overflow-wrap: break-word;
			word-break: break-word
		}

		.wp-block-column.is-vertically-aligned-top {
			align-self: flex-start
		}

		.wp-block-column.is-vertically-aligned-center {
			align-self: center
		}

		.wp-block-column.is-vertically-aligned-bottom {
			align-self: flex-end
		}

		.wp-block-column.is-vertically-aligned-stretch {
			align-self: stretch
		}

		.wp-block-column.is-vertically-aligned-bottom,
		.wp-block-column.is-vertically-aligned-center,
		.wp-block-column.is-vertically-aligned-top {
			width: 100%
		}


/* === wp-block-separator-inline-css === */
@charset "UTF-8";

		.wp-block-separator {
			border: none;
			border-top: 2px solid
		}

		:root :where(.wp-block-separator.is-style-dots) {
			height: auto;
			line-height: 1;
			text-align: center
		}

		:root :where(.wp-block-separator.is-style-dots):before {
			color: currentColor;
			content: "···";
			font-family: serif;
			font-size: 1.5em;
			letter-spacing: 2em;
			padding-left: 2em
		}

		.wp-block-separator.is-style-dots {
			background: none !important;
			border: none !important
		}

		.is-style-swt-separator-wide-thin-line.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
			max-width: var(--wp--style--global--content-size);
			width: 100%;
			border-width: 1px;
		}

		/*# sourceURL=wp-block-separator-inline-css */


/* === wp-block-separator-theme-inline-css === */
.wp-block-separator.has-css-opacity {
			opacity: .4
		}

		.wp-block-separator {
			border: none;
			border-bottom: 2px solid;
			margin-left: auto;
			margin-right: auto
		}

		.wp-block-separator.has-alpha-channel-opacity {
			opacity: 1
		}

		.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
			width: 100px
		}

		.wp-block-separator.has-background:not(.is-style-dots) {
			border-bottom: none;
			height: 1px
		}

		.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
			height: 2px
		}


/* === wp-block-list-inline-css === */
ol,
		ul {
			box-sizing: border-box
		}

		:root :where(.wp-block-list.has-background) {
			padding: 1.25em 2.375em
		}


/* === wp-block-table-inline-css === */
.wp-block-table {
			overflow-x: auto
		}

		.wp-block-table table {
			border-collapse: collapse;
			width: 100%
		}

		.wp-block-table thead {
			border-bottom: 3px solid
		}

		.wp-block-table tfoot {
			border-top: 3px solid
		}

		.wp-block-table td,
		.wp-block-table th {
			border: 1px solid;
			padding: .5em
		}

		.wp-block-table .has-fixed-layout {
			table-layout: fixed;
			width: 100%
		}

		.wp-block-table .has-fixed-layout td,
		.wp-block-table .has-fixed-layout th {
			word-break: break-word
		}

		.wp-block-table.aligncenter,
		.wp-block-table.alignleft,
		.wp-block-table.alignright {
			display: table;
			width: auto
		}

		.wp-block-table.aligncenter td,
		.wp-block-table.aligncenter th,
		.wp-block-table.alignleft td,
		.wp-block-table.alignleft th,
		.wp-block-table.alignright td,
		.wp-block-table.alignright th {
			word-break: break-word
		}

		.wp-block-table .has-subtle-light-gray-background-color {
			background-color: #f3f4f5
		}

		.wp-block-table .has-subtle-pale-green-background-color {
			background-color: #e9fbe5
		}

		.wp-block-table .has-subtle-pale-blue-background-color {
			background-color: #e7f5fe
		}

		.wp-block-table .has-subtle-pale-pink-background-color {
			background-color: #fcf0ef
		}

		.wp-block-table.is-style-stripes {
			background-color: initial;
			border-collapse: inherit;
			border-spacing: 0
		}

		.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
			background-color: #f0f0f0
		}

		.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
			background-color: #f3f4f5
		}

		.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
			background-color: #e9fbe5
		}

		.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
			background-color: #e7f5fe
		}

		.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
			background-color: #fcf0ef
		}

		.wp-block-table.is-style-stripes td,
		.wp-block-table.is-style-stripes th {
			border-color: #0000
		}

		.wp-block-table.is-style-stripes {
			border-bottom: 1px solid #f0f0f0
		}

		.wp-block-table .has-border-color td,
		.wp-block-table .has-border-color th,
		.wp-block-table .has-border-color tr,
		.wp-block-table .has-border-color>* {
			border-color: inherit
		}

		.wp-block-table table[style*=border-top-color] tr:first-child,
		.wp-block-table table[style*=border-top-color] tr:first-child td,
		.wp-block-table table[style*=border-top-color] tr:first-child th,
		.wp-block-table table[style*=border-top-color]>*,
		.wp-block-table table[style*=border-top-color]>* td,
		.wp-block-table table[style*=border-top-color]>* th {
			border-top-color: inherit
		}

		.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
			border-top-color: initial
		}

		.wp-block-table table[style*=border-right-color] td:last-child,
		.wp-block-table table[style*=border-right-color] th,
		.wp-block-table table[style*=border-right-color] tr,
		.wp-block-table table[style*=border-right-color]>* {
			border-right-color: inherit
		}

		.wp-block-table table[style*=border-bottom-color] tr:last-child,
		.wp-block-table table[style*=border-bottom-color] tr:last-child td,
		.wp-block-table table[style*=border-bottom-color] tr:last-child th,
		.wp-block-table table[style*=border-bottom-color]>*,
		.wp-block-table table[style*=border-bottom-color]>* td,
		.wp-block-table table[style*=border-bottom-color]>* th {
			border-bottom-color: inherit
		}

		.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
			border-bottom-color: initial
		}

		.wp-block-table table[style*=border-left-color] td:first-child,
		.wp-block-table table[style*=border-left-color] th,
		.wp-block-table table[style*=border-left-color] tr,
		.wp-block-table table[style*=border-left-color]>* {
			border-left-color: inherit
		}

		.wp-block-table table[style*=border-style] td,
		.wp-block-table table[style*=border-style] th,
		.wp-block-table table[style*=border-style] tr,
		.wp-block-table table[style*=border-style]>* {
			border-style: inherit
		}

		.wp-block-table table[style*=border-width] td,
		.wp-block-table table[style*=border-width] th,
		.wp-block-table table[style*=border-width] tr,
		.wp-block-table table[style*=border-width]>* {
			border-style: inherit;
			border-width: inherit
		}


/* === wp-block-table-theme-inline-css === */
.wp-block-table {
			margin: 0 0 1em
		}

		.wp-block-table td,
		.wp-block-table th {
			word-break: normal
		}

		.wp-block-table :where(figcaption) {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme .wp-block-table :where(figcaption) {
			color: #ffffffa6
		}


/* === wp-block-post-content-inline-css === */
.wp-block-post-content {
			display: flow-root
		}


/* === wp-block-social-links-inline-css === */
.wp-block-social-links {
			background: none;
			box-sizing: border-box;
			margin-left: 0;
			padding-left: 0;
			padding-right: 0;
			text-indent: 0
		}

		.wp-block-social-links .wp-social-link a,
		.wp-block-social-links .wp-social-link a:hover {
			border-bottom: 0;
			box-shadow: none;
			text-decoration: none
		}

		.wp-block-social-links .wp-social-link svg {
			height: 1em;
			width: 1em
		}

		.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
			font-size: .65em;
			margin-left: .5em;
			margin-right: .5em
		}

		.wp-block-social-links.has-small-icon-size {
			font-size: 16px
		}

		.wp-block-social-links,
		.wp-block-social-links.has-normal-icon-size {
			font-size: 24px
		}

		.wp-block-social-links.has-large-icon-size {
			font-size: 36px
		}

		.wp-block-social-links.has-huge-icon-size {
			font-size: 48px
		}

		.wp-block-social-links.aligncenter {
			display: flex;
			justify-content: center
		}

		.wp-block-social-links.alignright {
			justify-content: flex-end
		}

		.wp-block-social-link {
			border-radius: 9999px;
			display: block
		}

		@media not (prefers-reduced-motion) {
			.wp-block-social-link {
				transition: transform .1s ease
			}
		}

		.wp-block-social-link {
			height: auto
		}

		.wp-block-social-link a {
			align-items: center;
			display: flex;
			line-height: 0
		}

		.wp-block-social-link:hover {
			transform: scale(1.1)
		}

		.wp-block-social-links .wp-block-social-link.wp-social-link {
			display: inline-block;
			margin: 0;
			padding: 0
		}

		.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
		.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
		.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
		.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
		.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
			color: currentColor;
			fill: currentColor
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
			background-color: #f0f0f0;
			color: #444
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
			background-color: #f90;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
			background-color: #1ea0c3;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
			background-color: #0757fe;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
			background-color: #0a7aff;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
			background-color: #1e1f26;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
			background-color: #02e49b;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
			background-color: #5865f2;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
			background-color: #e94c89;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
			background-color: #4280ff;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
			background-color: #f45800;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
			background-color: #0866ff;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
			background-color: #000;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
			background-color: #0461dd;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
			background-color: #e65678;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
			background-color: #24292d;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
			background-color: #eceadd;
			color: #382110
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
			background-color: #ea4434;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
			background-color: #1d4fc4;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
			background-color: #f00075;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
			background-color: #e21b24;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
			background-color: #0d66c2;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
			background-color: #3288d4;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
			background-color: #000;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
			background-color: #f6405f;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
			background-color: #000;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
			background-color: #e60122;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
			background-color: #ef4155;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
			background-color: #ff4500;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
			background-color: #0478d7;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
			background-color: #fefc00;
			color: #fff;
			stroke: #000
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
			background-color: #ff5600;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
			background-color: #1bd760;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
			background-color: #2aabee;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
			background-color: #000;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
			background-color: #000;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
			background-color: #011835;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
			background-color: #6440a4;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
			background-color: #1da1f2;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
			background-color: #1eb7ea;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
			background-color: #4680c2;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
			background-color: #3499cd;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
			background-color: #25d366;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
			background-color: #000;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
			background-color: #d32422;
			color: #fff
		}

		:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
			background-color: red;
			color: #fff
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
			background: none
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
			height: 1.25em;
			width: 1.25em
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
			color: #f90
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
			color: #1ea0c3
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
			color: #0757fe
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
			color: #0a7aff
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
			color: #1e1f26
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
			color: #02e49b
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
			color: #5865f2
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
			color: #e94c89
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
			color: #4280ff
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
			color: #f45800
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
			color: #0866ff
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
			color: #000
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
			color: #0461dd
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
			color: #e65678
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
			color: #24292d
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
			color: #382110
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
			color: #ea4434
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
			color: #1d4fc4
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
			color: #f00075
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
			color: #e21b24
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
			color: #0d66c2
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
			color: #3288d4
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
			color: #000
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
			color: #f6405f
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
			color: #000
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
			color: #e60122
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
			color: #ef4155
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
			color: #ff4500
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
			color: #0478d7
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
			color: #fff;
			stroke: #000
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
			color: #ff5600
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
			color: #1bd760
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
			color: #2aabee
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
			color: #000
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
			color: #000
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
			color: #011835
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
			color: #6440a4
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
			color: #1da1f2
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
			color: #1eb7ea
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
			color: #4680c2
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
			color: #25d366
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
			color: #3499cd
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
			color: #000
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
			color: #d32422
		}

		:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
			color: red
		}

		.wp-block-social-links.is-style-pill-shape .wp-social-link {
			width: auto
		}

		:root :where(.wp-block-social-links .wp-social-link a) {
			padding: .25em
		}

		:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
			padding: 0
		}

		:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
			padding-left: .6666666667em;
			padding-right: .6666666667em
		}

		.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
			color: #000
		}


/* === wp-block-site-title-inline-css === */
.wp-block-site-title {
			box-sizing: border-box
		}

		.wp-block-site-title :where(a) {
			color: inherit;
			font-family: inherit;
			font-size: inherit;
			font-style: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			line-height: inherit;
			text-decoration: inherit
		}


/* === icon-inline-css === */
svg.icon-inline {
			display: inline-block;
			vertical-align: -0.15em;
			width: 1em;
			height: 1em;
			margin-right: 0.15em;
			flex-shrink: 0;
		}

		/*# sourceURL=icon-inline-css */


/* === global-styles-inline-css === */
: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--color--primary: #B3FF70;
			--wp--preset--color--secondary: #C0FF8A;
			--wp--preset--color--heading: #FFFFFF;
			--wp--preset--color--body: #E5E7EB;
			--wp--preset--color--background: #071404;
			--wp--preset--color--tertiary: #101B10;
			--wp--preset--color--quaternary: #101B0F;
			--wp--preset--color--surface: #101B0E;
			--wp--preset--color--foreground: #101B0D;
			--wp--preset--color--outline: #202B1D;
			--wp--preset--color--neutral: #6E7787;
			--wp--preset--color--transparent: transparent;
			--wp--preset--color--current-color: currentColor;
			--wp--preset--color--inherit: inherit;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 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, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 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--gradient--primary: linear-gradient(284.04deg, #071404 0%, #0E213E 25.33%, #284A1C 52.07%, #101B0E 100%);
			--wp--preset--font-size--small: clamp(14px, 1.6vw, 16px);
			--wp--preset--font-size--medium: clamp(16px, 1.8vw, 18px);
			--wp--preset--font-size--large: clamp(20px, 2.2vw, 22px);
			--wp--preset--font-size--x-large: clamp(24px, 3vw, 28px);
			--wp--preset--font-size--x-small: clamp(12px, 1.5vw, 14px);
			--wp--preset--font-size--xx-large: clamp(28px, 3.6vw, 36px);
			--wp--preset--font-size--xxx-large: clamp(32px, 3.6vw, 44px);
			--wp--preset--font-size--xxxx-large: clamp(40px, 6.6vw, 56px);
			--wp--preset--font-family--inter: "Inter", sans-serif;
			--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--spacing--xxx-small: calc(var(--wp--preset--font-size--medium, 1rem)/4);
			--wp--preset--spacing--xx-small: calc(var(--wp--preset--font-size--medium, 1rem)/2);
			--wp--preset--spacing--x-small: calc(var(--wp--preset--font-size--medium, 1rem));
			--wp--preset--spacing--small: calc(var(--wp--preset--font-size--medium, 1rem)*1.5);
			--wp--preset--spacing--medium: calc(var(--wp--preset--font-size--medium, 1rem)*2);
			--wp--preset--spacing--large: calc(var(--wp--preset--font-size--medium, 1rem)*3);
			--wp--preset--spacing--x-large: calc(var(--wp--preset--font-size--medium, 1rem)*4);
			--wp--preset--spacing--xx-large: calc(var(--wp--preset--font-size--medium, 1rem)*6);
			--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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
			--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
			--wp--custom--font-weight--black: 900;
			--wp--custom--font-weight--extra-bold: 800;
			--wp--custom--font-weight--bold: 700;
			--wp--custom--font-weight--semi-bold: 600;
			--wp--custom--font-weight--medium: 500;
			--wp--custom--font-weight--regular: 400;
			--wp--custom--font-weight--light: 300;
			--wp--custom--font-weight--extra-light: 200;
			--wp--custom--font-weight--thin: 100;
			--wp--custom--line-height--initial: 1;
			--wp--custom--line-height--xx-small: 1.2;
			--wp--custom--line-height--x-small: 1.3;
			--wp--custom--line-height--small: 1.4;
			--wp--custom--line-height--medium: 1.45;
			--wp--custom--line-height--large: 1.6;
			--wp--custom--border-radius--xx-small: 4px;
			--wp--custom--border-radius--x-small: 6px;
			--wp--custom--border-radius--small: 8px;
			--wp--custom--border-radius--medium: 12px;
			--wp--custom--border-radius--large: 16px;
			--wp--custom--border-radius--x-large: 20px;
			--wp--custom--border-radius--xx-large: 24px;
			--wp--custom--border-radius--full: 999px;
			--wp--custom--font-family--body: var(--wp--preset--font-family--inter);
		}

		:root {
			--wp--style--global--content-size: 764px;
			--wp--style--global--wide-size: 1164px;
		}

		:where(body) {
			margin: 0;
		}

		.wp-site-blocks {
			padding-top: var(--wp--style--root--padding-top);
			padding-bottom: var(--wp--style--root--padding-bottom);
		}

		.has-global-padding {
			padding-right: var(--wp--style--root--padding-right);
			padding-left: var(--wp--style--root--padding-left);
		}

		.has-global-padding>.alignfull {
			margin-right: calc(var(--wp--style--root--padding-right) * -1);
			margin-left: calc(var(--wp--style--root--padding-left) * -1);
		}

		.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) {
			padding-right: 0;
			padding-left: 0;
		}

		.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull))>.alignfull {
			margin-left: 0;
			margin-right: 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(.wp-site-blocks)>* {
			margin-block-start: var(--wp--preset--spacing--x-small);
			margin-block-end: 0;
		}

		:where(.wp-site-blocks)> :first-child {
			margin-block-start: 0;
		}

		:where(.wp-site-blocks)> :last-child {
			margin-block-end: 0;
		}

		:root {
			--wp--style--block-gap: var(--wp--preset--spacing--x-small);
		}

		:root :where(.is-layout-flow)> :first-child {
			margin-block-start: 0;
		}

		:root :where(.is-layout-flow)> :last-child {
			margin-block-end: 0;
		}

		:root :where(.is-layout-flow)>* {
			margin-block-start: var(--wp--preset--spacing--x-small);
			margin-block-end: 0;
		}

		:root :where(.is-layout-constrained)> :first-child {
			margin-block-start: 0;
		}

		:root :where(.is-layout-constrained)> :last-child {
			margin-block-end: 0;
		}

		:root :where(.is-layout-constrained)>* {
			margin-block-start: var(--wp--preset--spacing--x-small);
			margin-block-end: 0;
		}

		:root :where(.is-layout-flex) {
			gap: var(--wp--preset--spacing--x-small);
		}

		:root :where(.is-layout-grid) {
			gap: var(--wp--preset--spacing--x-small);
		}

		.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)) {
			max-width: var(--wp--style--global--content-size);
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained>.alignwide {
			max-width: var(--wp--style--global--wide-size);
		}

		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 {
			background-color: var(--wp--preset--color--background);
			color: var(--wp--preset--color--body);
			font-family: var(--wp--custom--font-family--body);
			font-size: var(--wp--preset--font-size--medium);
			font-weight: var(--wp--custom--font-weight--regular);
			line-height: var(--wp--custom--line-height--large);
			--wp--style--root--padding-top: 0px;
			--wp--style--root--padding-right: 10px;
			--wp--style--root--padding-bottom: 0px;
			--wp--style--root--padding-left: 10px;
		}

		a:where(:not(.wp-element-button)) {
			color: var(--wp--preset--color--secondary);
			text-decoration: none;
		}

		:root :where(a:where(:not(.wp-element-button)):hover) {
			color: var(--wp--preset--color--heading);
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			color: var(--wp--preset--color--heading);
		}

		h1 {
			font-size: var(--wp--preset--font-size--xxxx-large);
			font-weight: var(--wp--custom--font-weight--medium);
			letter-spacing: -2px;
			line-height: var(--wp--custom--line-height--xx-small);
			margin-bottom: var(--wp--preset--spacing--small);
		}

		h2 {
			font-size: var(--wp--preset--font-size--xxx-large);
			font-weight: var(--wp--custom--font-weight--medium);
			letter-spacing: -1px;
			line-height: var(--wp--custom--line-height--xx-small);
			margin-top: var(--wp--preset--spacing--medium);
			margin-bottom: var(--wp--preset--spacing--x-small);
		}

		h3 {
			font-size: var(--wp--preset--font-size--xx-large);
			font-weight: var(--wp--custom--font-weight--medium);
			letter-spacing: -0.5px;
			line-height: var(--wp--custom--line-height--x-small);
			margin-top: var(--wp--preset--spacing--medium);
			margin-bottom: var(--wp--preset--spacing--x-small);
		}

		h4 {
			font-size: var(--wp--preset--font-size--x-large);
			font-weight: var(--wp--custom--font-weight--semi-bold);
			letter-spacing: -0.25px;
			line-height: var(--wp--custom--line-height--x-small);
			margin-top: var(--wp--preset--spacing--small);
			margin-bottom: var(--wp--preset--spacing--xx-small);
		}

		h5 {
			font-size: var(--wp--preset--font-size--large);
			font-weight: var(--wp--custom--font-weight--semi-bold);
			line-height: var(--wp--custom--line-height--medium);
			margin-top: var(--wp--preset--spacing--small);
			margin-bottom: var(--wp--preset--spacing--xx-small);
		}

		h6 {
			font-size: var(--wp--preset--font-size--medium);
			font-weight: var(--wp--custom--font-weight--semi-bold);
			line-height: var(--wp--custom--line-height--medium);
			margin-top: var(--wp--preset--spacing--x-small);
			margin-bottom: var(--wp--preset--spacing--xx-small);
		}

		:root :where(.wp-element-button, .wp-block-button__link) {
			background-color: var(--wp--preset--color--primary);
			border-radius: 0.375em;
			border-color: var(--wp--preset--color--primary);
			border-width: 0;
			color: var(--wp--preset--color--background);
			font-family: inherit;
			font-size: var(--wp--preset--font-size--small);
			font-style: inherit;
			font-weight: var(--wp--custom--font-weight--medium);
			letter-spacing: inherit;
			line-height: var(--wp--custom--line-height--initial);
			padding-top: calc(0.667em + 2px);
			padding-right: calc(1.333em + 2px);
			padding-bottom: calc(0.667em + 2px);
			padding-left: calc(1.333em + 2px);
			text-decoration: none;
			text-transform: inherit;
		}

		:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
			background-color: var(--wp--preset--color--secondary);
		}

		.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-primary-color {
			color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-color {
			color: var(--wp--preset--color--secondary) !important;
		}

		.has-heading-color {
			color: var(--wp--preset--color--heading) !important;
		}

		.has-body-color {
			color: var(--wp--preset--color--body) !important;
		}

		.has-background-color {
			color: var(--wp--preset--color--background) !important;
		}

		.has-tertiary-color {
			color: var(--wp--preset--color--tertiary) !important;
		}

		.has-quaternary-color {
			color: var(--wp--preset--color--quaternary) !important;
		}

		.has-surface-color {
			color: var(--wp--preset--color--surface) !important;
		}

		.has-foreground-color {
			color: var(--wp--preset--color--foreground) !important;
		}

		.has-outline-color {
			color: var(--wp--preset--color--outline) !important;
		}

		.has-neutral-color {
			color: var(--wp--preset--color--neutral) !important;
		}

		.has-transparent-color {
			color: var(--wp--preset--color--transparent) !important;
		}

		.has-current-color-color {
			color: var(--wp--preset--color--current-color) !important;
		}

		.has-inherit-color {
			color: var(--wp--preset--color--inherit) !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-primary-background-color {
			background-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-background-color {
			background-color: var(--wp--preset--color--secondary) !important;
		}

		.has-heading-background-color {
			background-color: var(--wp--preset--color--heading) !important;
		}

		.has-body-background-color {
			background-color: var(--wp--preset--color--body) !important;
		}

		.has-background-background-color {
			background-color: var(--wp--preset--color--background) !important;
		}

		.has-tertiary-background-color {
			background-color: var(--wp--preset--color--tertiary) !important;
		}

		.has-quaternary-background-color {
			background-color: var(--wp--preset--color--quaternary) !important;
		}

		.has-surface-background-color {
			background-color: var(--wp--preset--color--surface) !important;
		}

		.has-foreground-background-color {
			background-color: var(--wp--preset--color--foreground) !important;
		}

		.has-outline-background-color {
			background-color: var(--wp--preset--color--outline) !important;
		}

		.has-neutral-background-color {
			background-color: var(--wp--preset--color--neutral) !important;
		}

		.has-transparent-background-color {
			background-color: var(--wp--preset--color--transparent) !important;
		}

		.has-current-color-background-color {
			background-color: var(--wp--preset--color--current-color) !important;
		}

		.has-inherit-background-color {
			background-color: var(--wp--preset--color--inherit) !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-primary-border-color {
			border-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-border-color {
			border-color: var(--wp--preset--color--secondary) !important;
		}

		.has-heading-border-color {
			border-color: var(--wp--preset--color--heading) !important;
		}

		.has-body-border-color {
			border-color: var(--wp--preset--color--body) !important;
		}

		.has-background-border-color {
			border-color: var(--wp--preset--color--background) !important;
		}

		.has-tertiary-border-color {
			border-color: var(--wp--preset--color--tertiary) !important;
		}

		.has-quaternary-border-color {
			border-color: var(--wp--preset--color--quaternary) !important;
		}

		.has-surface-border-color {
			border-color: var(--wp--preset--color--surface) !important;
		}

		.has-foreground-border-color {
			border-color: var(--wp--preset--color--foreground) !important;
		}

		.has-outline-border-color {
			border-color: var(--wp--preset--color--outline) !important;
		}

		.has-neutral-border-color {
			border-color: var(--wp--preset--color--neutral) !important;
		}

		.has-transparent-border-color {
			border-color: var(--wp--preset--color--transparent) !important;
		}

		.has-current-color-border-color {
			border-color: var(--wp--preset--color--current-color) !important;
		}

		.has-inherit-border-color {
			border-color: var(--wp--preset--color--inherit) !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-primary-gradient-background {
			background: var(--wp--preset--gradient--primary) !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-x-small-font-size {
			font-size: var(--wp--preset--font-size--x-small) !important;
		}

		.has-xx-large-font-size {
			font-size: var(--wp--preset--font-size--xx-large) !important;
		}

		.has-xxx-large-font-size {
			font-size: var(--wp--preset--font-size--xxx-large) !important;
		}

		.has-xxxx-large-font-size {
			font-size: var(--wp--preset--font-size--xxxx-large) !important;
		}

		.has-inter-font-family {
			font-family: var(--wp--preset--font-family--inter) !important;
		}

		.wp-image-21 {
			margin-left: -15px
		}

		.wpcf7-form-control-wrap input,
		.wpcf7-form-control-wrap textarea {
			padding: 0.75rem 1rem 0.75rem 1rem;
			width: 100%;
			border-radius: 0.5rem;
			font-weight: 500;
			font-size: 100%;
			margin-bottom: 1.5rem;
		}

		.wpcf7-form-control.wpcf7-submit {
			cursor: pointer;
			display: inline-block;
			width: 100%;
			border-radius: 0.5rem;
			padding: 0.75rem 1rem 0.75rem 1rem;
			font-size: 1.2rem;
			margin-top: 1.5rem;
			border-color: var(--wp--preset--color--primary);
			border-width: 0;
			border-radius: 0.375em;
			color: var(--wp--preset--color--background);
			background-color: var(--wp--preset--color--primary);
		}

		.wpcf7-form-control.wpcf7-submit:hover {
			background-color: var(--wp--preset--color--secondary);
		}

		.swt-scroll-top {
			z-index: 1;
		}

		html {
			margin-top: 0 !important;
			background-color: #101B0E;
		}

		.just-hyp {
			text-align: justify;
			hyphens: auto;
		}

		.svg-header img {
			background: linear-gradient(134deg, rgba(0, 0, 0, 1) 0%, rgba(0, 128, 0, 1) 100%);

		}

		@media (min-width: 980px) {
			html {
				margin-top: 0 !important;
			}
		}

		:root :where(.wp-block-site-title) {
			font-size: var(--wp--preset--font-size--medium);
			font-weight: var(--wp--custom--font-weight--semi-bold);
			letter-spacing: 0;
			line-height: var(--wp--custom--line-height--large);
			margin-top: 0;
			margin-bottom: 0;
		}

		:root :where(.wp-block-navigation) {
			font-size: var(--wp--preset--font-size--small);
			font-weight: var(--wp--custom--font-weight--regular);
			letter-spacing: 0.25px;
			line-height: var(--wp--custom--line-height--large);
		}

		:root :where(.wp-block-navigation-is-layout-flow)> :first-child {
			margin-block-start: 0;
		}

		:root :where(.wp-block-navigation-is-layout-flow)> :last-child {
			margin-block-end: 0;
		}

		:root :where(.wp-block-navigation-is-layout-flow)>* {
			margin-block-start: var(--wp--preset--spacing--small);
			margin-block-end: 0;
		}

		:root :where(.wp-block-navigation-is-layout-constrained)> :first-child {
			margin-block-start: 0;
		}

		:root :where(.wp-block-navigation-is-layout-constrained)> :last-child {
			margin-block-end: 0;
		}

		:root :where(.wp-block-navigation-is-layout-constrained)>* {
			margin-block-start: var(--wp--preset--spacing--small);
			margin-block-end: 0;
		}

		:root :where(.wp-block-navigation-is-layout-flex) {
			gap: var(--wp--preset--spacing--small);
		}

		:root :where(.wp-block-navigation-is-layout-grid) {
			gap: var(--wp--preset--spacing--small);
		}

		:root :where(.wp-block-separator) {
			background-color: var(--wp--preset--color--outline);
			color: var(--wp--preset--color--outline);
		}

		/*# sourceURL=global-styles-inline-css */


/* === core-block-supports-inline-css === */
.wp-container-core-navigation-is-layout-bdf413b9 {
			gap: var(--wp--preset--spacing--medium);
			justify-content: flex-end;
		}

		.wp-container-core-group-is-layout-c4f7172d {
			flex-wrap: nowrap;
			gap: var(--wp--preset--spacing--large);
			justify-content: flex-end;
		}

		.wp-container-core-group-is-layout-cb46ffcb {
			flex-wrap: nowrap;
			justify-content: space-between;
		}

		.wp-container-core-group-is-layout-24e43a79>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-24e43a79>*+* {
			margin-block-start: var(--wp--preset--spacing--x-small);
			margin-block-end: 0;
		}

		.wp-container-core-column-is-layout-8a92f19b>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-column-is-layout-8a92f19b>*+* {
			margin-block-start: var(--wp--preset--spacing--small);
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-76cd9b6d>.alignfull {
			margin-right: calc(var(--wp--preset--spacing--small) * -1);
			margin-left: calc(var(--wp--preset--spacing--small) * -1);
		}

		.wp-container-core-columns-is-layout-867d1d8d {
			flex-wrap: nowrap;
			gap: 2em var(--wp--preset--spacing--xx-large);
		}

		.wp-container-core-group-is-layout-23c3ed7f>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-23c3ed7f>*+* {
			margin-block-start: var(--wp--preset--spacing--large);
			margin-block-end: 0;
		}

		.wp-container-core-buttons-is-layout-2af897fb {
			justify-content: center;
		}

		.wp-container-core-group-is-layout-63b154dc>.alignfull {
			margin-right: calc(var(--wp--preset--spacing--x-small) * -1);
			margin-left: calc(var(--wp--preset--spacing--medium) * -1);
		}

		.wp-container-core-columns-is-layout-398b3aa3 {
			flex-wrap: nowrap;
		}

		.wp-container-core-group-is-layout-8081e35e>.alignfull {
			margin-right: calc(var(--wp--preset--spacing--x-small) * -1);
			margin-left: calc(var(--wp--preset--spacing--medium) * -1);
		}

		.wp-container-core-columns-is-layout-28f84493 {
			flex-wrap: nowrap;
		}

		.wp-container-core-group-is-layout-1cd7ba6f>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-1cd7ba6f>*+* {
			margin-block-start: var(--wp--preset--spacing--medium);
			margin-block-end: 0;
		}

		.wp-container-core-column-is-layout-c39a6912>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-column-is-layout-c39a6912>*+* {
			margin-block-start: var(--wp--preset--spacing--xx-small);
			margin-block-end: 0;
		}

		.wp-container-core-columns-is-layout-47e616e8 {
			flex-wrap: nowrap;
			gap: var(--wp--preset--spacing--small) var(--wp--preset--spacing--small);
		}

		.wp-container-core-group-is-layout-8a92f19b>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-8a92f19b>*+* {
			margin-block-start: var(--wp--preset--spacing--small);
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-86fefda5>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-86fefda5>*+* {
			margin-block-start: var(--wp--preset--spacing--large);
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-4b827052 {
			gap: 0;
			flex-direction: column;
			align-items: flex-start;
		}

		.wp-container-core-group-is-layout-6c531013 {
			flex-wrap: nowrap;
		}

		.wp-container-core-group-is-layout-ef34392c>.alignfull {
			margin-right: calc(var(--wp--preset--spacing--small) * -1);
			margin-left: calc(var(--wp--preset--spacing--small) * -1);
		}

		.wp-container-core-group-is-layout-ef34392c>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-ef34392c>*+* {
			margin-block-start: var(--wp--preset--spacing--xx-small);
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-c40a8074>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-c40a8074>*+* {
			margin-block-start: var(--wp--preset--spacing--xx-small);
			margin-block-end: 0;
		}

		.wp-container-core-columns-is-layout-00f84694 {
			flex-wrap: nowrap;
			gap: var(--wp--preset--spacing--xx-large) var(--wp--preset--spacing--xx-large);
		}

		.wp-container-core-group-is-layout-e9d5baaf>.alignfull {
			margin-right: calc(var(--wp--preset--spacing--small) * -1);
			margin-left: calc(var(--wp--preset--spacing--small) * -1);
		}

		.wp-container-core-buttons-is-layout-6f1a7e8d {
			justify-content: center;
		}

		.wp-container-core-group-is-layout-9d199fad>.alignfull {
			margin-right: calc(0px * -1);
			margin-left: calc(0px * -1);
		}

		.wp-container-core-navigation-is-layout-7cc3d6f0 {
			justify-content: flex-start;
		}

		.wp-container-core-group-is-layout-7a1b466f {
			gap: var(--wp--preset--spacing--medium);
		}

		.wp-container-core-social-links-is-layout-f9897145 {
			gap: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--x-small);
		}

		.wp-container-core-group-is-layout-e0f8910b {
			gap: var(--wp--preset--spacing--xx-small);
			justify-content: space-between;
		}

		.wp-container-core-group-is-layout-cb38245a> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
			max-width: 100%;
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.wp-container-core-group-is-layout-cb38245a>.alignwide {
			max-width: 100%;
		}

		.wp-container-core-group-is-layout-cb38245a .alignfull {
			max-width: none;
		}

		.wp-container-core-group-is-layout-cb38245a>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-cb38245a>*+* {
			margin-block-start: var(--wp--preset--spacing--xx-small);
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-9dcc9912 {
			flex-wrap: nowrap;
			gap: var(--wp--preset--spacing--xx-small);
		}

		.wp-container-core-group-is-layout-c406a752>* {
			margin-block-start: 0;
			margin-block-end: 0;
		}

		.wp-container-core-group-is-layout-c406a752>*+* {
			margin-block-start: var(--wp--preset--spacing--medium);
			margin-block-end: 0;
		}

		.wp-duotone-unset-1.wp-block-image img,
		.wp-duotone-unset-1.wp-block-image .components-placeholder {
			filter: unset;
		}

		.wp-duotone-unset-3.wp-block-cover>.wp-block-cover__image-background,
		.wp-duotone-unset-3.wp-block-cover>.wp-block-cover__video-background {
			filter: unset;
		}

		.wp-duotone-unset-4.wp-block-image img,
		.wp-duotone-unset-4.wp-block-image .components-placeholder {
			filter: unset;
		}

		.wp-duotone-unset-5.wp-block-image img,
		.wp-duotone-unset-5.wp-block-image .components-placeholder {
			filter: unset;
		}

		/*# sourceURL=core-block-supports-inline-css */


/* === wp-block-template-skip-link-inline-css === */
.skip-link.screen-reader-text {
			border: 0;
			clip-path: inset(50%);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute !important;
			width: 1px;
			word-wrap: normal !important;
		}

		.skip-link.screen-reader-text:focus {
			background-color: #eee;
			clip-path: none;
			color: #444;
			display: block;
			font-size: 1em;
			height: auto;
			left: 5px;
			line-height: normal;
			padding: 15px 23px 14px;
			text-decoration: none;
			top: 5px;
			width: auto;
			z-index: 100000;
		}

		/*# sourceURL=wp-block-template-skip-link-inline-css */


/* === spectra-one-inline-css === */
body [class*='uagb-block-'] {
			margin-top: 0px;
			margin-block-start: 0px;
		}

		.swt-scroll-top {
			display: flex;
			align-items: center;
			justify-content: center;
			position: fixed;
			right: var(--wp--preset--spacing--small);
			bottom: var(--wp--preset--spacing--small);
			width: var(--wp--preset--spacing--large);
			height: var(--wp--preset--spacing--large);
			background-color: var(--wp--preset--color--primary);
			border-radius: var(--wp--custom--border-radius--full);
			cursor: pointer;
			transform: scale(0);
			transition: .2s;
		}

		.swt-scroll-top svg path {
			stroke: var(--wp--preset--color--background);
		}

		@media (min-width:1025px) {
			.swt-hide-desktop {
				display: none !important;
			}
		}

		@media (min-width:768px) and (max-width:1024px) {
			.swt-hide-tablet {
				display: none !important;
			}
		}

		@media (max-width:767px) {
			.swt-hide-mobile {
				display: none !important;
			}
		}

		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
		.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
			align-items: center;
		}

		/*# sourceURL=spectra-one-inline-css */


/* === mystickymenu === */
#mysticky-nav {
			width: 100%;
			position: static;
		}

		#mysticky-nav.wrapfixed {
			position: fixed;
			left: 0px;
			margin-top: 0px;
			z-index: 99990;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
			filter: alpha(opacity=90);
			opacity: 0.9;
			background-color: #f7f5e7;
		}

		#mysticky-nav.wrapfixed .myfixed {
			background-color: #f7f5e7;
			position: relative;
			top: auto;
			left: auto;
			right: auto;
		}

		#mysticky-nav .myfixed {
			margin: 0 auto;
			float: none;
			border: 0px;
			background: none;
			max-width: 100%;
		}


/* === style-block-30 === */



/* === uagb-style-conditional-extension === */
@media (min-width: 1025px) {

			body .uag-hide-desktop.uagb-google-map__wrap,
			body .uag-hide-desktop {
				display: none !important
			}
		}

		@media (min-width: 768px) and (max-width: 1024px) {

			body .uag-hide-tab.uagb-google-map__wrap,
			body .uag-hide-tab {
				display: none !important
			}
		}

		@media (max-width: 767px) {

			body .uag-hide-mob.uagb-google-map__wrap,
			body .uag-hide-mob {
				display: none !important
			}
		}


/* === cleanup-rectangular-fields === */
.wpcf7-form-control.wpcf7-text,
		.wpcf7-form-control.wpcf7-email,
		.wpcf7-form-control.wpcf7-tel,
		.wpcf7-form-control.wpcf7-submit {
			border-radius: 0 !important;
		}


/* === style-block-33 === */
/*-------------New-----*/


		/*--------------------------------------------------------------------------------------------*/

		.mysticky-welcomebar-fixed,
		.mysticky-welcomebar-fixed * {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.mysticky-welcomebar-fixed {
			background-color: #101b0e;
			font-family: Poppins;
			position: fixed;
			left: 0;
			right: 0;
			z-index: 9999999;
			opacity: 0;
		}

		.mysticky-welcomebar-fixed-wrap {
			min-height: 60px;
			padding: 20px 50px;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 100%;
			height: 100%;
		}

		.mysticky-welcomebar-animation {
			-webkit-transition: all 1s ease 0s;
			-moz-transition: all 1s ease 0s;
			transition: all 1s ease 0s;
		}

		.mysticky-welcomebar-position-top {
			top: 0;
		}

		.mysticky-welcomebar-position-bottom {
			bottom: 0;
		}

		.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in {
			top: -60px;
		}

		.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in {
			bottom: -60px;
		}

		.mysticky-welcomebar-entry-effect-fade {
			opacity: 0;
		}

		.mysticky-welcomebar-entry-effect-none {
			display: none;
		}

		.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a {
			text-decoration: underline;
			text-decoration-thickness: 1px;
			text-underline-offset: 0.25ch;
		}


		.mysticky-welcomebar-fixed .mysticky-welcomebar-content p a,
		.mysticky-welcomebar-fixed .mysticky-welcomebar-content p {
			color: #e5e7eb;
			font-size: 12px;
			margin: 0;
			padding: 0;
			line-height: 1.2;
			font-weight: 400;
			font-family: Poppins
		}

		.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
			/*padding-left: 30px;*/
			display: none;
			line-height: 1;
			margin-left: 10px;
		}

		.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
			display: block;
		}

		.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a {
			background-color: #000000;
			font-family: inherit;
			color: #ffffff;
			border-radius: 4px;
			text-decoration: none;
			display: inline-block;
			vertical-align: top;
			line-height: 1.2;
			font-size: 12px;
			font-weight: 400;
			padding: 5px 20px;
			white-space: nowrap;
		}

		.mysticky-welcomebar-fixed .mysticky-welcomebar-btn a:hover {
			/*opacity: 0.7;*/
			-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
			-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
			box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
		}


		.mysticky-welcomebar-fixed .mysticky-welcomebar-close {
			display: none;
			vertical-align: top;
			width: 30px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			border-radius: 5px;
			color: #000;
			position: absolute;
			top: 5px;
			right: 10px;
			outline: none;
			text-decoration: none;
			text-shadow: 0 0 0px #fff;
			-webkit-transition: all 0.5s ease 0s;
			-moz-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
			-webkit-transform-origin: 50% 50%;
			-moz-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
		}


		.mysticky-welcomebar-fixed .mysticky-welcomebar-close:hover {
			opacity: 1;
			-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			transform: rotate(180deg);
		}

		.mysticky-welcomebar-fixed .mysticky-welcomebar-close span.dashicons {
			font-size: 27px;
		}

		.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
			display: inline-block;
			cursor: pointer;
		}

		/* Animated Buttons */
		.mysticky-welcomebar-btn a {
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
		}

		@-webkit-keyframes flash {

			from,
			50%,
			to {
				opacity: 1;
			}

			25%,
			75% {
				opacity: 0;
			}
		}

		@keyframes flash {

			from,
			50%,
			to {
				opacity: 1;
			}

			25%,
			75% {
				opacity: 0;
			}
		}

		.mysticky-welcomebar-attention-flash.animation-start .mysticky-welcomebar-btn a {
			-webkit-animation-name: flash;
			animation-name: flash;
		}

		@keyframes shake {

			from,
			to {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

			10%,
			30%,
			50%,
			70%,
			90% {
				-webkit-transform: translate3d(-10px, 0, 0);
				transform: translate3d(-10px, 0, 0);
			}

			20%,
			40%,
			60%,
			80% {
				-webkit-transform: translate3d(10px, 0, 0);
				transform: translate3d(10px, 0, 0);
			}
		}

		.mysticky-welcomebar-attention-shake.animation-start .mysticky-welcomebar-btn a {
			-webkit-animation-name: shake;
			animation-name: shake;
		}

		@-webkit-keyframes swing {
			20% {
				-webkit-transform: rotate3d(0, 0, 1, 15deg);
				transform: rotate3d(0, 0, 1, 15deg);
			}

			40% {
				-webkit-transform: rotate3d(0, 0, 1, -10deg);
				transform: rotate3d(0, 0, 1, -10deg);
			}

			60% {
				-webkit-transform: rotate3d(0, 0, 1, 5deg);
				transform: rotate3d(0, 0, 1, 5deg);
			}

			80% {
				-webkit-transform: rotate3d(0, 0, 1, -5deg);
				transform: rotate3d(0, 0, 1, -5deg);
			}

			to {
				-webkit-transform: rotate3d(0, 0, 1, 0deg);
				transform: rotate3d(0, 0, 1, 0deg);
			}
		}

		@keyframes swing {
			20% {
				-webkit-transform: rotate3d(0, 0, 1, 15deg);
				transform: rotate3d(0, 0, 1, 15deg);
			}

			40% {
				-webkit-transform: rotate3d(0, 0, 1, -10deg);
				transform: rotate3d(0, 0, 1, -10deg);
			}

			60% {
				-webkit-transform: rotate3d(0, 0, 1, 5deg);
				transform: rotate3d(0, 0, 1, 5deg);
			}

			80% {
				-webkit-transform: rotate3d(0, 0, 1, -5deg);
				transform: rotate3d(0, 0, 1, -5deg);
			}

			to {
				-webkit-transform: rotate3d(0, 0, 1, 0deg);
				transform: rotate3d(0, 0, 1, 0deg);
			}
		}

		.mysticky-welcomebar-attention-swing.animation-start .mysticky-welcomebar-btn a {
			-webkit-transform-origin: top center;
			transform-origin: top center;
			-webkit-animation-name: swing;
			animation-name: swing;
		}

		@-webkit-keyframes tada {
			from {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}

			10%,
			20% {
				-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
				transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
			}

			30%,
			50%,
			70%,
			90% {
				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
			}

			40%,
			60%,
			80% {
				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
			}

			to {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}
		}

		@keyframes tada {
			from {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}

			10%,
			20% {
				-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
				transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
			}

			30%,
			50%,
			70%,
			90% {
				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
			}

			40%,
			60%,
			80% {
				-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
				transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
			}

			to {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
			}
		}

		.mysticky-welcomebar-attention-tada.animation-start .mysticky-welcomebar-btn a {
			-webkit-animation-name: tada;
			animation-name: tada;
		}

		@-webkit-keyframes heartBeat {
			0% {
				-webkit-transform: scale(1);
				transform: scale(1);
			}

			14% {
				-webkit-transform: scale(1.3);
				transform: scale(1.3);
			}

			28% {
				-webkit-transform: scale(1);
				transform: scale(1);
			}

			42% {
				-webkit-transform: scale(1.3);
				transform: scale(1.3);
			}

			70% {
				-webkit-transform: scale(1);
				transform: scale(1);
			}
		}

		@keyframes heartBeat {
			0% {
				-webkit-transform: scale(1);
				transform: scale(1);
			}

			14% {
				-webkit-transform: scale(1.3);
				transform: scale(1.3);
			}

			28% {
				-webkit-transform: scale(1);
				transform: scale(1);
			}

			42% {
				-webkit-transform: scale(1.3);
				transform: scale(1.3);
			}

			70% {
				-webkit-transform: scale(1);
				transform: scale(1);
			}
		}

		.mysticky-welcomebar-attention-heartbeat.animation-start .mysticky-welcomebar-btn a {
			-webkit-animation-name: heartBeat;
			animation-name: heartBeat;
			-webkit-animation-duration: 1.3s;
			animation-duration: 1.3s;
			-webkit-animation-timing-function: ease-in-out;
			animation-timing-function: ease-in-out;
		}

		@-webkit-keyframes wobble {
			from {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

			15% {
				-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
				transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
			}

			30% {
				-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
				transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
			}

			45% {
				-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
				transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
			}

			60% {
				-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
				transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
			}

			75% {
				-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
				transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
			}

			to {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
		}

		@keyframes wobble {
			from {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

			15% {
				-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
				transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
			}

			30% {
				-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
				transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
			}

			45% {
				-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
				transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
			}

			60% {
				-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
				transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
			}

			75% {
				-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
				transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
			}

			to {
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}
		}

		.mysticky-welcomebar-attention-wobble.animation-start .mysticky-welcomebar-btn a {
			-webkit-animation-name: wobble;
			animation-name: wobble;
		}

		@media only screen and (min-width: 768px) {
			.mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-fade.entry-effect {
				opacity: 1;
			}

			.mysticky-welcomebar-display-desktop.mysticky-welcomebar-entry-effect-none.entry-effect {
				display: block;
			}

			.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed,
			.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
				top: 0;
			}

			.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed,
			.mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
				bottom: 0;
			}
		}

		@media only screen and (max-width: 767px) {
			.mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-fade.entry-effect {
				opacity: 1;
			}

			.mysticky-welcomebar-display-mobile.mysticky-welcomebar-entry-effect-none.entry-effect {
				display: block;
			}

			.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed,
			.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-top.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
				top: 0;
			}

			.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed,
			.mysticky-welcomebar-display-mobile.mysticky-welcomebar-position-bottom.mysticky-welcomebar-entry-effect-slide-in.entry-effect.mysticky-welcomebar-fixed {
				bottom: 0;
			}

			/*.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-desktop .mysticky-welcomebar-close {
				display: none;
			}
			.mysticky-welcomebar-fixed.mysticky-welcomebar-showx-mobile .mysticky-welcomebar-close {
				display: inline-block;
			}*/
			.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-desktop .mysticky-welcomebar-btn {
				display: none;
			}

			.mysticky-welcomebar-fixed.mysticky-welcomebar-btn-mobile .mysticky-welcomebar-btn {
				display: block;
				margin-top: 10px;
			}
		}

		@media only screen and (max-width: 480px) {

			.mysticky-welcomebar-fixed-wrap {
				padding: 15px 35px 10px 10px;
				flex-wrap: wrap;
			}

			/*.welcombar-contact-lead .mysticky-welcomebar-fixed-wrap {flex-wrap: wrap; justify-content: center;}*/

			.mysticky-welcomebar-fixed .mystickymenu-front.mysticky-welcomebar-lead-content {
				margin: 10px 0 10px 20px !important;
			}

			.mysticky-welcomebar-fixed .mysticky-welcomebar-btn {
				padding-left: 10px;
			}
		}


		body.mysticky-welcomebar-apper #wpadminbar {
			z-index: 99999999;
		}

		.mysticky-welcomebar-fixed .mystickymenu-front.mysticky-welcomebar-lead-content {
			display: flex;
			width: auto;
			margin: 0 0px 0 10px;
		}

		.mystickymenu-front.mysticky-welcomebar-lead-content input[type="text"] {
			font-size: 12px;
			padding: 7px 5px;
			margin-right: 10px;
			min-width: 50%;
			border: 0;
			width: auto;
		}

		.mystickymenu-front.mysticky-welcomebar-lead-content input[type="text"]:focus {
			outline: unset;
			box-shadow: unset;
		}

		.input-error {
			color: #ff0000;
			font-style: normal;
			font-family: inherit;
			font-size: 13px;
			display: block;
			position: absolute;
			bottom: 0px;
		}

		.mysticky-welcomebar-fixed.mysticky-site-front .mysticky-welcomebar-btn.contact-lead-button {
			margin-left: 0;
		}

/* === mobile-header-fix === */
@media (max-width: 767px) {
	header.wp-block-template-part :where(.wp-block-group.has-background) {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.mysticky-welcomebar-fixed-wrap {
		min-height: 40px;
		padding: 10px 40px 10px 15px;
	}
}

/* === intl-tel-input-fix === */
.iti__country-list {
	color: #000;
	background-color: #fff;
}
.iti__selected-dial-code {
	color: #000;
}
.iti__country-name,
.iti__dial-code {
	color: #000;
}
