*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

*, ::before, ::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

::before, ::after {
	--tw-content: "";
}

html, :host {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
	line-height: inherit;
}

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
	margin: 0;
}

button, [role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
	display: block;
	vertical-align: middle;
}

img, video {
	max-width: 100%;
	height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
	display: none;
}

.sp-m-auto {
	margin: auto;
}

.sp-h-full {
	height: 100%;
}

.sp-w-full {
	width: 100%;
}

.sp-justify-between {
	justify-content: space-between;
}

.sp-antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
}

#sp-page {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
	background-color: transparent !important;
	background-image: none !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.sp-el-section {
	padding: 10px;
}

.sp-el-row {
	max-width: 1000px;
	padding: 0;
}

.sp-el-col {
	padding: 10px;
}

.sp-el-block {
	padding: 10px;
}

#sp-page h1, #sp-page h2, #sp-page h3, #sp-page h4, #sp-page h5, #sp-page h6 {
	margin: 0;
}

.sp-content-1 {
	align-items: center;
	justify-content: flex-start;
}

.sp-content-2 {
	align-items: flex-start;
	justify-content: flex-start;
}

.sp-content-3 {
	align-items: flex-end;
	justify-content: flex-start;
}

.sp-content-4 {
	align-items: center;
	justify-content: center;
}

.sp-content-5 {
	align-items: flex-start;
	justify-content: center;
}

.sp-content-6 {
	align-items: flex-end;
	justify-content: center;
}

.sp-content-7 {
	align-items: flex-start;
	justify-content: flex-end;
}

.sp-content-8 {
	align-items: center;
	justify-content: flex-end;
}

.sp-content-9 {
	align-items: flex-end;
	justify-content: flex-end;
}

.sp-header-tag-h1, h1 {
	font-size: 36px;
}

.sp-header-tag-h1, h1, .sp-header-tag-h2, h2, .sp-header-tag-h3, h3, .sp-header-tag-h4, h4, .sp-header-tag-h5, h5, .sp-header-tag-h6, h6 {
	line-height: 1.2;
}

img {
	display: inline-block;
}

.spBgcover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-height: 100%;
}

@supports (-webkit-touch-callout:none) {
	.spBgcover, .spBgcontain {
		background-attachment: scroll;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 0 16px;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes sp-ajax-stripes {
	from {
		background-position: 48px 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@media (max-width:640px) {
	.sp-socialsharing-wrapper, .sp-nav, .sp-button-wrapper, .sp-image-wrapper {
		text-align: center !important;
		justify-content: center !important;
	}
	
	.sp-el-section, .sp-el-row, .sp-el-col, .sp-el-block, .sp-optin-wrapper, .sp-testimonials-wrapper, .sp-testimonial-wrapper {
		padding: 8px !important;
	}
	
	.sp-w-full {
		width: 100% !important;
	}
	
	img:not(".sp-testimonial-img") {
		height: auto !important;
	}
	
	h1, h2, h3, h4, h5, h6 {
		text-align: center !important;
	}
}

.sp-postcomments-wrapper .comments-area .comment-form input:not:[type="submit"], .sp-postcomments-wrapper .comments-area .comment-form textarea {
	font-size: 16px;
	padding: 12px 15px;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 16px;
}

.sp-el-section, .sp-el-col, .sp-el-row {
	position: relative;
}

.sp-section-shape svg, .sp-row-shape svg, .sp-col-shape svg {
	display: block;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}

@keyframes hotspot-soft-beat {
	from {
		transform: scale(1);
	}
	
	to {
		transform: scale(1.1);
	}
}

@keyframes hotspot-expand {
	from {
		transform: scale(.5);
		opacity: 1;
	}
	
	to {
		transform: scale(1);
		opacity: .7;
	}
}

.sp-imagecarousels-wrapper .sp-flex>.sp-imagecarousel-wrapper[style*="opacity: 1"] {
	position: relative !important;
	z-index: 5 !important;
	pointer-events: auto !important;
}

.sp-imagecarousels-wrapper .sp-flex>.sp-imagecarousel-wrapper[style*="opacity: 0"] {
	z-index: 1 !important;
	pointer-events: none !important;
}

@media (min-width:640px) {
	.sm\:sp-flex {
		display: flex;
	}
}