/* --- <style> tag --- */
.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0
}

[data-tippy-root] {
	max-width: calc(100vw - 10px)
}

.tippy-box {
	position: relative;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
	bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
	top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
	right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
	left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
	transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #333
}

.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid
}

.tippy-content {
	position: relative;
	padding: 5px 9px;
	z-index: 1
}

/* --- <style> tag --- */


img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}


/* --- <style> tag --- */

/*! This file is auto-generated */
.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none
}


/* --- <style> tag --- */

body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

body .is-layout-flow>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
	float: left;
	margin-inline-start: 0;
	margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
	float: right;
	margin-inline-start: 2em;
	margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
	margin-left: auto !important;
	margin-right: auto !important;
}

body .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;
}

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

body .is-layout-flex {
	display: flex;
}

body .is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

body .is-layout-flex>* {
	margin: 0;
}

body .is-layout-grid {
	display: grid;
}

body .is-layout-grid>* {
	margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

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

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

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

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

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

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

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

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

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

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

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

.wp-block-navigation a:where(:not(.wp-element-button)) {
	color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

.wp-block-pullquote {
	font-size: 1.5em;
	line-height: 1.6;
}


/* --- <style> tag --- */
/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-image {
	text-align: center
}

.elementor-widget-image a {
	display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px
}

.elementor-widget-image img {
	vertical-align: middle;
	display: inline-block
}

/* --- <style> tag --- */
/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-heading-title {
	padding: 0;
	margin: 0;
	line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px
}

/* --- <style> tag --- */
/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-column .elementor-spacer-inner {
	height: var(--spacer-size)
}

.e-con {
	--container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
	width: var(--container-widget-width, var(--spacer-size));
	--align-self: var(--container-widget-align-self, initial);
	--flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
	height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
	height: var(--container-widget-height, var(--spacer-size))
}

/* --- <style> tag --- */
/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-divider {
	--divider-border-style: none;
	--divider-border-width: 1px;
	--divider-color: #0c0d0e;
	--divider-icon-size: 20px;
	--divider-element-spacing: 10px;
	--divider-pattern-height: 24px;
	--divider-pattern-size: 20px;
	--divider-pattern-url: none;
	--divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
	display: flex
}

.elementor-widget-divider .elementor-divider__text {
	font-size: 15px;
	line-height: 1;
	max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
	margin: 0 var(--divider-element-spacing);
	flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
	font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
	display: flex;
	margin: 0;
	direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
	align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
	display: block;
	content: "";
	border-bottom: 0;
	flex-grow: 1;
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
	content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
	margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
	flex-grow: 0;
	flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
	content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
	margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
	border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
	--divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
	width: 100%;
	min-height: var(--divider-pattern-height);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
	--divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
	--divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
	direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
	width: var(--container-widget-width, 100%);
	--flex-grow: var(--container-widget-flex-grow)
}

/* --- <style> tag --- */
/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: #69727d;
	color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
	color: #69727d;
	border: 3px solid;
	background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
	margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
	width: 1em;
	height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
	display: inline-block
}

/* --- https://web-static.archive.org/_static/css/banner-styles.css?v=1B2M2Y8A --- */
:root {
	--wm-toolbar-height: 65px;
}

#wm-ipp-base {
	height: 65px;
	/* initial height just in case js code fails */
	padding: 0;
	margin: 0;
	border: none;
	background: none transparent;
}

#wm-ipp {
	z-index: 2147483647;
}

#wm-ipp,
#wm-ipp * {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: 0 !important;
	min-height: 0;
	outline: none;
	float: none;
	text-align: left;
	border: none;
	color: #000;
	text-indent: 0;
	position: initial;
	background: none;
}

#wm-ipp div,
#wm-ipp canvas {
	display: block;
}

#wm-ipp div,
#wm-ipp tr,
#wm-ipp td,
#wm-ipp a,
#wm-ipp form {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	/*z-index:2147483640;*/
	height: auto;
}

#wm-ipp table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: inherit;
}

#wm-ipp form input {
	padding: 1px !important;
	height: auto;
	display: inline;
	margin: 0;
	color: #000;
	background: none #fff;
	border: 1px solid #666;
}

#wm-ipp form input[type=submit] {
	padding: 0 8px !important;
	margin: 1px 0 1px 5px !important;
	width: auto !important;
	border: 1px solid #000 !important;
	background: #fff !important;
	color: #000 !important;
}

#wm-ipp form input[type=submit]:hover {
	background: #eee !important;
	cursor: pointer !important;
}

#wm-ipp form input[type=submit]:active {
	transform: translateY(1px);
}

#wm-ipp a {
	display: inline;
}

#wm-ipp a:hover {
	text-decoration: underline;
}

#wm-ipp a.wm-btn:hover {
	text-decoration: none;
	color: #ff0 !important;
}

#wm-ipp a.wm-btn:hover span {
	color: #ff0 !important;
}

#wm-ipp #wm-ipp-inside {
	margin: 0 6px;
	border: 5px solid #000;
	border-top: none;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 4px #333;
	border-radius: 0 0 8px 8px;
}

/* selectors are intentionally verbose to ensure priority */
#wm-ipp #wm-logo {
	padding: 0 10px;
	vertical-align: middle;
	min-width: 100px;
	flex: 0 0 100px;
}

#wm-ipp .c {
	padding-left: 4px;
}

#wm-ipp .c .u {
	margin-top: 4px !important;
}

#wm-ipp .n {
	padding: 0 0 0 5px !important;
	vertical-align: bottom;
}

#wm-ipp .n a {
	text-decoration: none;
	color: #33f;
	font-weight: bold;
}

#wm-ipp .n .b {
	padding: 0 6px 0 0 !important;
	text-align: right !important;
	overflow: visible;
	white-space: nowrap;
	color: #99a;
	vertical-align: middle;
}

#wm-ipp .n .y .b {
	padding: 0 6px 2px 0 !important;
}

#wm-ipp .n .c {
	background: #000;
	color: #ff0;
	font-weight: bold;
	padding: 0 !important;
	text-align: center;
}

#wm-ipp.hi .n td.c {
	color: #ec008c;
}

#wm-ipp .n td.f {
	padding: 0 0 0 6px !important;
	text-align: left !important;
	overflow: visible;
	white-space: nowrap;
	color: #99a;
	vertical-align: middle;
}

#wm-ipp .n tr.m td {
	text-transform: uppercase;
	white-space: nowrap;
	padding: 2px 0;
}

#wm-ipp .c .s {
	padding: 0 5px 0 0 !important;
	vertical-align: bottom;
}

#wm-ipp #wm-nav-captures {
	white-space: nowrap;
}

#wm-ipp .c .s a.t {
	color: #33f;
	font-weight: bold;
	line-height: 1.8;
}

#wm-ipp .c .s div.r {
	color: #666;
	font-size: 9px;
	white-space: nowrap;
}

#wm-ipp .c .k {
	padding-bottom: 1px;
}

#wm-ipp .c .s {
	padding: 0 5px 2px 0 !important;
}

#wm-ipp td#displayMonthEl {
	padding: 2px 0 !important;
}

#wm-ipp td#displayYearEl {
	padding: 0 0 2px 0 !important;
}

div#wm-ipp-sparkline {
	position: relative;
	/* for positioning markers */
	white-space: nowrap;
	background-color: #fff;
	cursor: pointer;
	line-height: 0.9;
}

#sparklineImgId,
#wm-sparkline-canvas {
	position: relative;
	z-index: 9012;
	max-width: none;
}

#wm-ipp-sparkline div.yt {
	position: absolute;
	z-index: 9010 !important;
	background-color: #ff0 !important;
	top: 0;
}

#wm-ipp-sparkline div.mt {
	position: absolute;
	z-index: 9013 !important;
	background-color: #ec008c !important;
	top: 0;
}

#wm-ipp .r {
	margin-left: 4px;
}

#wm-ipp .r a {
	color: #33f;
	border: none;
	position: relative;
	background-color: transparent;
	background-repeat: no-repeat !important;
	background-position: 100% 100% !important;
	text-decoration: none;
}

#wm-ipp #wm-capinfo {
	/* prevents notice div background from sticking into round corners of
     #wm-ipp-inside */
	border-radius: 0 0 4px 4px;
}

#wm-ipp #wm-capinfo .c-logo {
	display: block;
	float: left;
	margin-right: 3px;
	width: 90px;
	min-height: 90px;
	max-height: 290px;
	border-radius: 45px;
	overflow: hidden;
	background-position: 50%;
	background-size: auto 90px;
	box-shadow: 0 0 2px 2px rgba(208, 208, 208, 128) inset;
}

#wm-ipp #wm-capinfo .c-logo span {
	display: inline-block;
}

#wm-ipp #wm-capinfo .c-logo img {
	height: 90px;
	position: relative;
	left: -50%;
}

#wm-ipp #wm-capinfo .wm-title {
	font-size: 130%;
}

#wm-ipp #wm-capinfo a.wm-selector {
	display: inline-block;
	color: #aaa;
	text-decoration: none !important;
	padding: 2px 8px;
}

#wm-ipp #wm-capinfo a.wm-selector.selected {
	background-color: #666;
}

#wm-ipp #wm-capinfo a.wm-selector:hover {
	color: #fff;
}

#wm-ipp #wm-capinfo.notice-only #wm-capinfo-collected-by,
#wm-ipp #wm-capinfo.notice-only #wm-capinfo-timestamps {
	display: none;
}

#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content {
	background-color: #ff0;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

#wm-ipp #wm-capinfo #wm-capinfo-notice .wm-capinfo-content * {
	font-size: 14px;
	text-align: center;
}

#wm-ipp #wm-expand {
	right: 1px;
	bottom: -1px;
	color: #ffffff;
	background-color: #666 !important;
	padding: 0 5px 0 3px !important;
	border-radius: 3px 3px 0 0 !important;
}

#wm-ipp #wm-expand span {
	color: #ffffff;
}

#wm-ipp #wm-expand #wm-expand-icon {
	display: inline-block;
	transition: transform 0.5s;
	transform-origin: 50% 45%;
}

#wm-ipp #wm-expand.wm-open #wm-expand-icon {
	transform: rotate(180deg);
}

#wm-ipp #wmtb {
	text-align: right;
}

#wm-ipp #wmtb #wmtbURL {
	width: calc(100% - 45px);
}

#wm-ipp #wm-graph-anchor {
	border-right: 1px solid #ccc;
}

/* time coherence */
html.wb-highlight {
	box-shadow: inset 0 0 0 3px #a50e3a !important;
}

.wb-highlight {
	outline: 3px solid #a50e3a !important;
}

#wm-ipp-print {
	display: none !important;
}

@media print {
	#wm-ipp-base {
		display: none !important;
	}

	#wm-ipp-print {
		display: block !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width:414px) {
	#wm-ipp .xxs {
		display: none !important;
	}
}

@media (min-width:1055px) {
	#wm-ipp #wm-graph-anchor {
		display: block !important;
	}
}

@media (max-width:1054px) {
	#wm-ipp #wm-graph-anchor {
		display: none !important;
	}
}

@media (max-width:1163px) {
	#wm-logo {
		display: none !important;
	}
}

#wm-btns {
	white-space: nowrap;
	margin-top: -2px;
}

#wm-btns #wm-save-snapshot-open {
	margin-right: 7px;
	top: -6px;
}

#wm-btns #wm-sign-in {
	box-sizing: content-box;
	display: none;
	margin-right: 7px;
	top: -8px;

	/*
  round border around sign in button
  */
	border: 2px #000 solid;
	border-radius: 14px;
	padding-right: 2px;
	padding-bottom: 2px;
	width: 11px;
	height: 11px;
}

#wm-btns #wm-sign-in>.iconochive-person {
	font-size: 12.5px;
}

#wm-save-snapshot-open>.iconochive-web {
	color: #000;
	font-size: 160%;
}

#wm-ipp #wm-share {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#wm-share>#wm-screenshot {
	display: inline-block;
	margin-right: 3px;
	visibility: hidden;
}

#wm-screenshot>.iconochive-image {
	color: #000;
	font-size: 160%;
}

#wm-share>#wm-video {
	display: inline-block;
	margin-right: 3px;
	visibility: hidden;
}

#wm-video>.iconochive-movies {
	color: #000;
	display: inline-block;
	font-size: 150%;
	margin-bottom: 2px;
}

#wm-btns #wm-save-snapshot-in-progress {
	display: none;
	font-size: 160%;
	opacity: 0.5;
	position: relative;
	margin-right: 7px;
	top: -5px;
}

#wm-btns #wm-save-snapshot-success {
	display: none;
	color: green;
	position: relative;
	top: -7px;
}

#wm-btns #wm-save-snapshot-fail {
	display: none;
	color: red;
	position: relative;
	top: -7px;
}

.wm-icon-screen-shot {
	background: url("../images/web-screenshot.svg") no-repeat !important;
	background-size: contain !important;
	width: 22px !important;
	height: 19px !important;

	display: inline-block;
}

#donato {
	/* transition effect is disable so as to simplify height adjustment */
	/*transition: height 0.5s;*/
	height: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999 !important;
}

body.wm-modal {
	height: auto !important;
	overflow: hidden !important;
}

#donato #donato-base {
	width: 100%;
	height: 100%;
	/*bottom: 0;*/
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2147483639;
}

body.wm-modal #donato #donato-base {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2147483640;
}

.wb-autocomplete-suggestions {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
	position: absolute;
	display: none;
	z-index: 2147483647;
	max-height: 254px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.wb-autocomplete-suggestion {
	position: relative;
	padding: 0 .6em;
	line-height: 23px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.02em;
	color: #333;
}

.wb-autocomplete-suggestion b {
	font-weight: bold;
}

.wb-autocomplete-suggestion.selected {
	background: #f0f0f0;
}


/* --- https://web-static.archive.org/_static/css/iconochive.css?v=1B2M2Y8A --- */
@font-face {
	font-family: 'Iconochive-Regular';
	src: url('../fonts/Iconochive-Regular.eot');
	src: url('../fonts/Iconochive-Regular.eot') format('embedded-opentype'), url('../fonts/Iconochive-Regular.woff') format('woff'), url('../fonts/Iconochive-Regular.ttf') format('truetype'), url('../fonts/Iconochive-Regular.svg#Iconochive-Regular') format('svg');
	font-weight: normal;
	font-style: normal
}

[class^="iconochive-"],
[class*=" iconochive-"] {
	font-family: 'Iconochive-Regular' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.iconochive-Uplevel:before {
	content: "\21b5"
}

.iconochive-exit:before {
	content: "\1f6a3"
}

.iconochive-beta:before {
	content: "\3b2"
}

.iconochive-logo:before {
	content: "\1f3db"
}

.iconochive-audio:before {
	content: "\1f568"
}

.iconochive-movies:before {
	content: "\1f39e"
}

.iconochive-software:before {
	content: "\1f4be"
}

.iconochive-texts:before {
	content: "\1f56e"
}

.iconochive-etree:before {
	content: "\1f3a4"
}

.iconochive-image:before {
	content: "\1f5bc"
}

.iconochive-web:before {
	content: "\1f5d4"
}

.iconochive-collection:before {
	content: "\2211"
}

.iconochive-folder:before {
	content: "\1f4c2"
}

.iconochive-data:before {
	content: "\1f5c3"
}

.iconochive-tv:before {
	content: "\1f4fa"
}

.iconochive-article:before {
	content: "\1f5cf"
}

.iconochive-question:before {
	content: "\2370"
}

.iconochive-question-dark:before {
	content: "\3f"
}

.iconochive-info:before {
	content: "\69"
}

.iconochive-info-small:before {
	content: "\24d8"
}

.iconochive-comment:before {
	content: "\1f5e9"
}

.iconochive-comments:before {
	content: "\1f5ea"
}

.iconochive-person:before {
	content: "\1f464"
}

.iconochive-people:before {
	content: "\1f465"
}

.iconochive-eye:before {
	content: "\1f441"
}

.iconochive-rss:before {
	content: "\221e"
}

.iconochive-time:before {
	content: "\1f551"
}

.iconochive-quote:before {
	content: "\275d"
}

.iconochive-disc:before {
	content: "\1f4bf"
}

.iconochive-tv-commercial:before {
	content: "\1f4b0"
}

.iconochive-search:before {
	content: "\1f50d"
}

.iconochive-search-star:before {
	content: "\273d"
}

.iconochive-tiles:before {
	content: "\229e"
}

.iconochive-list:before {
	content: "\21f6"
}

.iconochive-list-bulleted:before {
	content: "\2317"
}

.iconochive-latest:before {
	content: "\2208"
}

.iconochive-left:before {
	content: "\2c2"
}

.iconochive-right:before {
	content: "\2c3"
}

.iconochive-left-solid:before {
	content: "\25c2"
}

.iconochive-right-solid:before {
	content: "\25b8"
}

.iconochive-up-solid:before {
	content: "\25b4"
}

.iconochive-down-solid:before {
	content: "\25be"
}

.iconochive-dot:before {
	content: "\23e4"
}

.iconochive-dots:before {
	content: "\25a6"
}

.iconochive-columns:before {
	content: "\25af"
}

.iconochive-sort:before {
	content: "\21d5"
}

.iconochive-atoz:before {
	content: "\1f524"
}

.iconochive-ztoa:before {
	content: "\1f525"
}

.iconochive-upload:before {
	content: "\1f4e4"
}

.iconochive-download:before {
	content: "\1f4e5"
}

.iconochive-favorite:before {
	content: "\2605"
}

.iconochive-heart:before {
	content: "\2665"
}

.iconochive-play:before {
	content: "\25b6"
}

.iconochive-play-framed:before {
	content: "\1f3ac"
}

.iconochive-fullscreen:before {
	content: "\26f6"
}

.iconochive-mute:before {
	content: "\1f507"
}

.iconochive-unmute:before {
	content: "\1f50a"
}

.iconochive-share:before {
	content: "\1f381"
}

.iconochive-edit:before {
	content: "\270e"
}

.iconochive-reedit:before {
	content: "\2710"
}

.iconochive-gear:before {
	content: "\2699"
}

.iconochive-remove-circle:before {
	content: "\274e"
}

.iconochive-plus-circle:before {
	content: "\1f5d6"
}

.iconochive-minus-circle:before {
	content: "\1f5d5"
}

.iconochive-x:before {
	content: "\1f5d9"
}

.iconochive-fork:before {
	content: "\22d4"
}

.iconochive-trash:before {
	content: "\1f5d1"
}

.iconochive-warning:before {
	content: "\26a0"
}

.iconochive-flash:before {
	content: "\1f5f2"
}

.iconochive-world:before {
	content: "\1f5fa"
}

.iconochive-lock:before {
	content: "\1f512"
}

.iconochive-unlock:before {
	content: "\1f513"
}

.iconochive-twitter:before {
	content: "\1f426"
}

.iconochive-facebook:before {
	content: "\66"
}

.iconochive-googleplus:before {
	content: "\67"
}

.iconochive-reddit:before {
	content: "\1f47d"
}

.iconochive-tumblr:before {
	content: "\54"
}

.iconochive-pinterest:before {
	content: "\1d4df"
}

.iconochive-popcorn:before {
	content: "\1f4a5"
}

.iconochive-email:before {
	content: "\1f4e7"
}

.iconochive-embed:before {
	content: "\1f517"
}

.iconochive-gamepad:before {
	content: "\1f579"
}

.iconochive-Zoom_In:before {
	content: "\2b"
}

.iconochive-Zoom_Out:before {
	content: "\2d"
}

.iconochive-RSS:before {
	content: "\1f4e8"
}

.iconochive-Light_Bulb:before {
	content: "\1f4a1"
}

.iconochive-Add:before {
	content: "\2295"
}

.iconochive-Tab_Activity:before {
	content: "\2318"
}

.iconochive-Forward:before {
	content: "\23e9"
}

.iconochive-Backward:before {
	content: "\23ea"
}

.iconochive-No_Audio:before {
	content: "\1f508"
}

.iconochive-Pause:before {
	content: "\23f8"
}

.iconochive-No_Favorite:before {
	content: "\2606"
}

.iconochive-Unike:before {
	content: "\2661"
}

.iconochive-Song:before {
	content: "\266b"
}

.iconochive-No_Flag:before {
	content: "\2690"
}

.iconochive-Flag:before {
	content: "\2691"
}

.iconochive-Done:before {
	content: "\2713"
}

.iconochive-Check:before {
	content: "\2714"
}

.iconochive-Refresh:before {
	content: "\27f3"
}

.iconochive-Headphones:before {
	content: "\1f3a7"
}

.iconochive-Chart:before {
	content: "\1f4c8"
}

.iconochive-Bookmark:before {
	content: "\1f4d1"
}

.iconochive-Documents:before {
	content: "\1f4da"
}

.iconochive-Newspaper:before {
	content: "\1f4f0"
}

.iconochive-Podcast:before {
	content: "\1f4f6"
}

.iconochive-Radio:before {
	content: "\1f4fb"
}

.iconochive-Cassette:before {
	content: "\1f4fc"
}

.iconochive-Shuffle:before {
	content: "\1f500"
}

.iconochive-Loop:before {
	content: "\1f501"
}

.iconochive-Low_Audio:before {
	content: "\1f509"
}

.iconochive-First:before {
	content: "\1f396"
}

.iconochive-Invisible:before {
	content: "\1f576"
}

.iconochive-Computer:before {
	content: "\1f5b3"
}


/* --- https://hilosdesangre.co/wp-includes/css/dist/block-library/style.min.css?ver=6.5.2 --- */
@charset "UTF-8";

.wp-block-archives {
	box-sizing: border-box
}

.wp-block-archives-dropdown label {
	display: block
}

.wp-block-avatar {
	line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
	box-sizing: border-box
}

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

.wp-block-audio {
	box-sizing: border-box
}

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

.wp-block-audio audio {
	min-width: 300px;
	width: 100%
}

.wp-block-button__link {
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
	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
}

.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-button.aligncenter,
.wp-block-calendar {
	text-align: center
}

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

.wp-block-calendar th {
	font-weight: 400
}

.wp-block-calendar caption {
	background-color: inherit
}

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

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd
}

.wp-block-calendar table.has-background th {
	background-color: inherit
}

.wp-block-calendar table.has-text-color th {
	color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd
}

.wp-block-categories {
	box-sizing: border-box
}

.wp-block-categories.alignleft {
	margin-right: 2em
}

.wp-block-categories.alignright {
	margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center
}

.wp-block-categories .wp-block-categories__label {
	display: block;
	width: 100%
}

.wp-block-code {
	box-sizing: border-box
}

.wp-block-code code {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	text-align: initial;
	white-space: pre-wrap
		/*!rtl:end:ignore*/
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !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-post-comments {
	box-sizing: border-box
}

.wp-block-post-comments .alignleft {
	float: left
}

.wp-block-post-comments .alignright {
	float: right
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0
}

.wp-block-post-comments .comment-author {
	line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em
}

.wp-block-post-comments .comment-author cite {
	font-style: normal
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
	padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none
}

.wp-block-comments {
	box-sizing: border-box
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	font-size: inherit;
	margin-bottom: .5em;
	margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-comment-template li {
	clear: both
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem
}

.wp-block-comment-template.alignleft {
	float: left
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-comment-template.alignright {
	float: right
}

.wp-block-comment-date {
	box-sizing: border-box
}

.comment-awaiting-moderation {
	display: block;
	font-size: .875em;
	line-height: 1.5
}

.wp-block-comment-author-name,
.wp-block-comment-content,
.wp-block-comment-edit-link,
.wp-block-comment-reply-link {
	box-sizing: border-box
}

.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: initial
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 420px;
	width: 100%
}

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

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	position: relative;
	width: 100%
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

@media (prefers-reduced-motion:reduce) {

	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll
	}
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
	z-index: 0
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
	z-index: 1
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
	z-index: auto
}

.wp-block-details {
	box-sizing: border-box
}

.wp-block-details summary {
	cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px
}

.wp-block-embed {
	overflow-wrap: break-word
}

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

.wp-block-embed iframe {
	max-width: 100%
}

.wp-block-embed__wrapper {
	position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%
}

.wp-block-file {
	box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em
}

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

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

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em
}

:where(.wp-block-file) {
	margin-bottom: 1.5em
}

.wp-block-file__embed {
	margin-bottom: 1em
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none
}

.wp-block-form-input__label {
	display: flex;
	flex-direction: column;
	gap: .25em;
	margin-bottom: .5em;
	width: 100%
}

.wp-block-form-input__label.is-label-inline {
	align-items: center;
	flex-direction: row;
	gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
	margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
	margin: 0
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
	flex-direction: row-reverse
}

.wp-block-form-input__label-content {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-form-input__input {
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
	border: 1px solid;
	line-height: 2;
	min-height: 2em
}

textarea.wp-block-form-input__input {
	min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%
}

@media (min-width:600px) {

	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em)
	}

	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	bottom: 0;
	left: 0;
	max-height: 100%;
	position: absolute;
	right: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	content: "";
	height: 100%;
	-webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
	mask-image: linear-gradient(0deg, #000 20%, #0000);
	max-height: 40%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, #0006, #0000);
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: auto;
	padding: 1em;
	scrollbar-color: #0000 #0000;
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	text-shadow: 0 0 1.5px #000;
	will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
	height: 12px;
	width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
	background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: initial;
	border: 3px solid #0000;
	border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
	background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
	scrollbar-color: #fffc #0000
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: #fffc #0000
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative;
	text-shadow: none
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
	content: none
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%
	}
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center
}

.wp-block-group {
	box-sizing: border-box
}

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

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.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-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;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	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
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
	font-size: inherit
}

.wp-block-latest-posts {
	box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em
}

.wp-block-latest-posts.alignright {
	margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	overflow-wrap: break-word
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em)
	}

	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em)
	}

	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em)
	}

	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em)
	}

	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0
	}
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em
}

.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-full-content {
	margin-bottom: 1em;
	margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
	display: inline-block
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center
}

ol,
ul {
	box-sizing: border-box
}

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

.wp-block-loginout,
.wp-block-media-text {
	box-sizing: border-box
}

.wp-block-media-text {
	/*!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;
	position: relative
}

.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%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	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-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
	list-style: none;
	padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through
}

.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
	text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	height: inherit;
	margin-top: .075em;
	width: inherit
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 0;
	z-index: 2
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		transition: opacity .1s linear
	}
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: #0000;
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em
	}

	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg)
	}
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor
}

button.wp-block-navigation-item__content {
	background-color: initial;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-left: 0;
	padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
	padding: 0
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
	gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px
}

@media (min-width:782px) {

	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
	.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0
}

.wp-block-navigation__container .is-responsive {
	display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
	flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);
	z-index: 100000
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation: overlay-menu__fade-in-animation .1s ease-out;
		animation-fill-mode: forwards
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px)
}

.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__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto
}

.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-navigation__submenu-container {
	gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0
}

.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: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: #0000 !important;
	color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}

	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	background: #0000;
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px
}

.wp-block-navigation__responsive-container-open {
	display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

.wp-block-navigation__responsive-close {
	width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
	outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
	position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px
	}
}

html.has-modal-open {
	overflow: hidden
}

.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 {
	border-top: 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-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit
}

.wp-block-page-list {
	box-sizing: border-box
}

.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-post-author {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%
}

.wp-block-post-author__avatar {
	margin-right: 1em
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1
}

.wp-block-post-author__name {
	margin: 0
}

.wp-block-post-author-biography {
	box-sizing: border-box
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
	padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
	box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit
}

.wp-block-post-comments-form :where(input[type=submit]) {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em
}

.wp-block-post-comments-form input[type=submit] {
	width: auto
}

.wp-block-post-comments-count {
	box-sizing: border-box
}

.wp-block-post-content {
	display: flow-root
}

.wp-block-post-comments-link,
.wp-block-post-date {
	box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
	display: inline-block
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%
}

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

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
	width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute
}

.wp-block-post-featured-image {
	position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

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

.wp-block-post-terms {
	box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
	box-sizing: border-box
}

.wp-block-post-title {
	word-break: break-word
}

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

.wp-block-post-author-name {
	box-sizing: border-box
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap
}

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

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 4em 0;
	text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
	color: inherit
}

.wp-block-pullquote blockquote {
	margin: 0
}

.wp-block-pullquote p {
	margin-top: 0
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
	position: relative
}

.wp-block-pullquote .has-text-color a {
	color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right
}

.wp-block-pullquote.has-text-align-center blockquote {
	text-align: center
}

.wp-block-pullquote.is-style-solid-color {
	border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none
}

.wp-block-pullquote cite {
	color: inherit;
	display: block
}

.wp-block-post-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em)
	}

	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em)
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
	margin-inline-end: auto;
	margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
	justify-content: center
}

.wp-block-query-title,
.wp-block-query-total,
.wp-block-quote {
	box-sizing: border-box
}

.wp-block-quote {
	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-read-more {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none
}

ul.wp-block-rss.alignleft {
	margin-right: 2em
}

ul.wp-block-rss.alignright {
	margin-left: 2em
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em)
	}

	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em)
	}

	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em)
	}

	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em)
	}

	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em)
	}
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em
}

.wp-block-rss {
	box-sizing: border-box;
	list-style: none;
	padding: 0
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal
}

.wp-block-search__button.has-icon {
	line-height: 0
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%
}

.wp-block-search__label {
	width: 100%
}

.wp-block-search__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-left: 0;
	max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	float: right
}

.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
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
	border-radius: inherit
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px
}

.wp-block-site-tagline,
.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
}

.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;
	height: auto
}

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

.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-spacer {
	clear: both
}

.wp-block-tag-cloud {
	box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important
}

.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-bottom: 1px solid #f0f0f0;
	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 .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
}

:root :where(.wp-block-table-of-contents) {
	box-sizing: border-box
}

:where(.wp-block-term-description) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
	display: flex
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.3333333333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap
}

:where(pre.wp-block-verse) {
	font-family: inherit
}

.wp-block-video {
	box-sizing: border-box
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.wp-block-video [poster] {
		-o-object-fit: cover;
		object-fit: cover
	}
}

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

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

.editor-styles-wrapper,
.entry-content {
	counter-reset: footnotes
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super
}

a[data-fn].fn:after {
	content: "["counter(footnotes) "]";
	float: left;
	text-indent: 0
}

.wp-element-button {
	cursor: pointer
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

.screen-reader-text {
	border: 0;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #ddd;
	-webkit-clip-path: none;
	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
}

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=1684501249 --- */
.jet-listing .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.jet-listing .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.jet-listing .slick-list:focus {
	outline: none
}

.jet-listing .slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.jet-listing .slick-slider .slick-list,
.jet-listing .slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.jet-listing .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.jet-listing .slick-track:after,
.jet-listing .slick-track:before {
	display: table;
	content: ""
}

.jet-listing .slick-track:after {
	clear: both
}

.jet-listing .slick-loading .slick-track {
	visibility: hidden
}

.jet-listing .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.jet-listing [dir=rtl] .slick-slide {
	float: right
}

.jet-listing .slick-slide img {
	display: block
}

.jet-listing .slick-slide.slick-loading img {
	display: none
}

.jet-listing .slick-slide.dragging img {
	pointer-events: none
}

.jet-listing .slick-initialized .slick-slide {
	display: block
}

.jet-listing .slick-loading .slick-slide {
	visibility: hidden
}

.jet-listing .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.jet-listing .slick-arrow.slick-hidden {
	display: none
}

.jet-listing-dynamic-field {
	display: flex;
	align-items: center
}

.jet-listing-dynamic-field__icon {
	margin-right: 10px
}

.rtl .jet-listing-dynamic-field__icon {
	margin-right: 0;
	margin-left: 10px
}

.jet-listing-dynamic-field__icon.is-svg-icon {
	display: inline-flex
}

.jet-listing-dynamic-field__icon.is-svg-icon svg {
	width: 1em;
	height: 1em
}

.jet-listing-dynamic-field__content {
	display: block;
	max-width: 100%
}

.jet-listing-dynamic-field__inline-wrap {
	display: inline-flex;
	align-items: center;
	max-width: 100%
}

.jet-engine-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -10px
}

.jet-engine-gallery-grid.grid-col-desk-1 {
	--columns: 1
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-1 {
	--columns: 1
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-1 {
	--columns: 1
}

.jet-engine-gallery-grid.grid-col-desk-2 {
	--columns: 2
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-2 {
	--columns: 2
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-2 {
	--columns: 2
}

.jet-engine-gallery-grid.grid-col-desk-3 {
	--columns: 3
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-3 {
	--columns: 3
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-3 {
	--columns: 3
}

.jet-engine-gallery-grid.grid-col-desk-4 {
	--columns: 4
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-4 {
	--columns: 4
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-4 {
	--columns: 4
}

.jet-engine-gallery-grid.grid-col-desk-5 {
	--columns: 5
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-5 {
	--columns: 5
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-5 {
	--columns: 5
}

.jet-engine-gallery-grid.grid-col-desk-6 {
	--columns: 6
}

body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-6 {
	--columns: 6
}

body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-6 {
	--columns: 6
}

.jet-engine-gallery-grid__item {
	padding: 10px;
	max-width: calc(100% / var(--columns));
	flex: 0 0 calc(100% / var(--columns))
}

.jet-engine-gallery-grid__item-wrap {
	display: block;
	height: 100%;
	position: relative
}

.jet-engine-gallery-grid__item-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 150ms linear
}

.jet-engine-gallery-grid__item-wrap.is-lightbox:before {
	transition: all 150ms linear;
	content: "+";
	font-family: "Arial";
	font-weight: 900;
	border: 4px solid currentColor;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 32px;
	font-size: 30px;
	text-align: center;
	opacity: 0;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	z-index: 99;
	color: #fff;
	transform: translateY(10px)
}

.jet-engine-gallery-grid__item-wrap.is-lightbox:hover:before {
	opacity: 1;
	transform: translateY(0)
}

.jet-engine-gallery-grid__item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block
}

.jet-engine-gallery-slider {
	max-width: 100%;
	position: relative
}

.jet-engine-gallery-slider__item {
	max-width: 100%
}

.jet-engine-gallery-slider__item-wrap {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden
}

.jet-engine-gallery-slider__item-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 150ms linear
}

.jet-engine-gallery-slider__item-wrap.is-lightbox:before {
	transition: all 150ms linear;
	content: "\f055";
	font-family: FontAwesome;
	font-size: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	opacity: 0;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	position: absolute;
	z-index: 99;
	color: #fff;
	transform: translateY(10px)
}

.jet-engine-gallery-slider__item-wrap.is-lightbox:hover:before {
	opacity: 1;
	transform: translateY(0)
}

.jet-engine-gallery-slider__item-wrap img {
	display: block;
	width: 100%;
	height: auto
}

.jet-engine-gallery-slider .jet-engine-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	background-color: #111;
	left: 0;
	margin-top: -25px;
	cursor: pointer;
	text-align: center;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-engine-gallery-slider .jet-engine-arrow.next-arrow {
	left: auto;
	right: 0
}

.jet-engine-gallery-slider .jet-engine-arrow svg {
	max-height: 100%;
	width: auto
}

.jet-engine-gallery-slider .jet-engine-arrow svg path {
	fill: currentColor
}

.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item {
	display: none
}

.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item:first-child {
	display: block
}

.jet-engine-gallery-slider .jet-engine-arrow {
	transition: all 200ms linear
}

.jet-check-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: hidden
}

.jet-check-list__item {
	display: flex;
	align-items: flex-start;
	padding: 5px 0;
	overflow: hidden
}

.jet-check-list--columns-1 .jet-check-list__item {
	flex: 0 0 100%
}

.jet-check-list--columns-2 .jet-check-list__item {
	flex: 0 0 45%;
	margin-right: 5%
}

.jet-check-list--columns-3 .jet-check-list__item {
	flex: 0 0 30.33333%;
	margin-right: 3%
}

.jet-check-list--columns-4 .jet-check-list__item {
	flex: 0 0 22%;
	margin-right: 3%
}

.jet-check-list--columns-5 .jet-check-list__item {
	flex: 0 0 18%;
	margin-right: 2%
}

.jet-check-list--columns-6 .jet-check-list__item {
	flex: 0 0 14.666667%;
	margin-right: 2%
}

.jet-check-list--has-divider .jet-check-list__item {
	margin-top: -1px;
	border-top: 1px solid currentColor
}

.jet-check-list__item .jet-listing-dynamic-field__icon {
	margin-top: 1px;
	align-self: center
}

.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon {
	display: inline-flex;
	margin-right: 0
}

.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon :is(svg, path) {
	fill: currentColor
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider {
	--column-gap: 0
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-list {
	margin-right: calc(var(--column-gap) / -2);
	margin-left: calc(var(--column-gap) / -2)
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-slide {
	padding-right: calc(var(--column-gap) / 2);
	padding-left: calc(var(--column-gap) / 2)
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .jet-engine-arrow svg {
	max-height: none;
	width: 1em;
	height: 1em
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid {
	--gap: 20px;
	gap: var(--gap);
	margin: 0
}

.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid__item {
	padding: 0;
	max-width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
	flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns))
}

.jet-listing-dynamic-image {
	display: flex;
	align-items: flex-start
}

.jet-listing-dynamic-image>* {
	max-width: 100%;
	flex: 0 0 auto
}

.jet-listing-dynamic-image img {
	display: block
}

.jet-listing-dynamic-image img.wp-post-image {
	width: auto;
	max-height: none
}

.brxe-jet-engine-listing-dynamic-image {
	display: inline-block
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image {
	display: inline;
	align-items: initial
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image>* {
	flex: initial
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image .jet-listing-dynamic-image__img {
	width: 100%
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__link {
	display: inline-block;
	width: 100%
}

.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__img {
	display: initial;
	height: 100%
}

.jet-listing-dynamic-repeater__items {
	display: flex
}

.jet-listing-dynamic-repeater__item>:not(td):not(.jet-engine-gallery-grid) {
	display: flex;
	align-items: center
}

.has-counter .jet-listing-dynamic-repeater__item {
	display: flex
}

.has-counter.counter--above .jet-listing-dynamic-repeater__item {
	flex-direction: column
}

.jet-listing-dynamic-repeater__body {
	flex-wrap: wrap;
	flex: 1 1 auto;
	position: relative;
	z-index: 1
}

.jet-listing-dynamic-repeater__body>* {
	flex: 0 0 100%;
	max-width: 100%
}

.jet-listing-dynamic-repeater__counter {
	position: relative;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important
}

.has-counter.counter--at-right .jet-listing-dynamic-repeater__counter {
	order: 2
}

.jet-listing-dynamic-repeater__delimiter {
	white-space: pre
}

.jet-listing-dynamic-link {
	display: flex;
	flex-direction: column
}

.jet-listing-dynamic-link__icon.is-svg-icon {
	display: inline-flex
}

.jet-listing-dynamic-link__icon.is-svg-icon svg {
	width: 1em;
	height: 1em
}

.jet-listing-dynamic-link__link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start
}

.jet-listing-dynamic-link__icon {
	order: 1
}

.jet-listing-dynamic-link__label {
	order: 2
}

.jet-listing-dynamic-link form.cart {
	display: flex
}

.jet-listing-dynamic-link form.cart .quantity {
	display: inline-flex
}

.jet-listing-dynamic-link form.cart .quantity .qty {
	width: 100%
}

.jet-listing-dynamic-link .button.jet-woo-add-to-cart {
	display: inline-flex
}

.jet-listing-dynamic-link .button.jet-woo-add-to-cart.added:after {
	order: 3
}

.jet-listing-dynamic-link .button.jet-woo-add-to-cart+.added_to_cart.wc-forward {
	display: none !important
}

.jet-remove-from-store.is-hidden {
	display: none !important
}

.jet-add-to-cart+.added_to_cart.wc-forward {
	display: none !important
}

.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link {
	flex-direction: row
}

.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon :is(svg, path) {
	fill: currentColor
}

.jet-listing-dynamic-terms__icon {
	display: inline-block
}

.jet-listing-dynamic-terms__icon.is-svg-icon {
	display: inline-flex
}

.jet-listing-dynamic-terms__icon.is-svg-icon svg {
	width: 1em;
	height: 1em
}

.jet-listing-dynamic-terms__link {
	display: inline-block
}

.meta-layout-inline .jet-listing-dynamic-meta__item {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.meta-layout-inline .jet-listing-dynamic-meta__item:first-child {
	margin-left: 0
}

.meta-layout-inline .jet-listing-dynamic-meta__item:last-child {
	margin-right: 0
}

.meta-layout-list .jet-listing-dynamic-meta__item {
	display: block
}

.jet-listing-dynamic-meta__item a {
	text-decoration: inherit
}

.jet-listing-dynamic-meta__icon,
.jet-listing-dynamic-meta__item-val,
.jet-listing-dynamic-meta__prefix,
.jet-listing-dynamic-meta__suffix {
	display: inline-block
}

.jet-listing-dynamic-meta__icon {
	margin-right: 4px
}

.rtl .jet-listing-dynamic-meta__icon {
	margin-right: 0;
	margin-left: 4px
}

.jet-listing-dynamic-meta__icon.is-svg-icon {
	display: inline-flex
}

.jet-listing-dynamic-meta__icon.is-svg-icon svg {
	width: 1em;
	height: 1em
}

.jet-listing-dynamic-meta__prefix {
	margin-right: 4px
}

.rtl .jet-listing-dynamic-meta__prefix {
	margin-right: 0;
	margin-left: 4px
}

.jet-listing-dynamic-meta__suffix {
	margin-left: 4px
}

.rtl .jet-listing-dynamic-meta__suffix {
	margin-left: 0;
	margin-right: 4px
}

.jet-listing-grid[data-lazy-load] {
	min-height: 1px
}

/* .jet-listing-grid__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	width: calc(100% + 20px)
} */

body.wp-admin.block-editor-page .jet-listing-grid__slider .jet-listing-grid__items {
	flex-wrap: nowrap
}

.jet-listing-grid__items.grid-col-desk-1 {
	--columns: 1
}

.jet-listing-grid__items.grid-col-desk-2 {
	--columns: 2
}

.jet-listing-grid__items.grid-col-desk-3 {
	--columns: 3
}

.jet-listing-grid__items.grid-col-desk-4 {
	--columns: 4
}

.jet-listing-grid__items.grid-col-desk-5 {
	--columns: 5
}

.jet-listing-grid__items.grid-col-desk-6 {
	--columns: 6
}

.jet-listing-grid__items.grid-col-desk-7 {
	--columns: 7
}

.jet-listing-grid__items.grid-col-desk-8 {
	--columns: 8
}

.jet-listing-grid__items.grid-col-desk-9 {
	--columns: 9
}

.jet-listing-grid__items.grid-col-desk-10 {
	--columns: 10
}

@media (max-width:1024px) {
	.jet-listing-grid__items.grid-col-tablet-1 {
		--columns: 1
	}

	.jet-listing-grid__items.grid-col-tablet-2 {
		--columns: 2
	}

	.jet-listing-grid__items.grid-col-tablet-3 {
		--columns: 3
	}

	.jet-listing-grid__items.grid-col-tablet-4 {
		--columns: 4
	}

	.jet-listing-grid__items.grid-col-tablet-5 {
		--columns: 5
	}

	.jet-listing-grid__items.grid-col-tablet-6 {
		--columns: 6
	}

	.jet-listing-grid__items.grid-col-tablet-7 {
		--columns: 7
	}

	.jet-listing-grid__items.grid-col-tablet-8 {
		--columns: 8
	}

	.jet-listing-grid__items.grid-col-tablet-9 {
		--columns: 9
	}

	.jet-listing-grid__items.grid-col-tablet-10 {
		--columns: 10
	}
}

@media (max-width:767px) {
	.jet-listing-grid__items.grid-col-mobile-1 {
		--columns: 1
	}

	.jet-listing-grid__items.grid-col-mobile-2 {
		--columns: 2
	}

	.jet-listing-grid__items.grid-col-mobile-3 {
		--columns: 3
	}

	.jet-listing-grid__items.grid-col-mobile-4 {
		--columns: 4
	}

	.jet-listing-grid__items.grid-col-mobile-5 {
		--columns: 5
	}

	.jet-listing-grid__items.grid-col-mobile-6 {
		--columns: 6
	}

	.jet-listing-grid__items.grid-col-mobile-7 {
		--columns: 7
	}

	.jet-listing-grid__items.grid-col-mobile-8 {
		--columns: 8
	}

	.jet-listing-grid__items.grid-col-mobile-9 {
		--columns: 9
	}

	.jet-listing-grid__items.grid-col-mobile-10 {
		--columns: 10
	}
}

.jet-listing-grid__masonry {
	align-items: flex-start
}

.jet-listing-grid__item {
	padding: 10px;
	box-sizing: border-box
}

.jet-listing-grid__items>.jet-listing-grid__item {
	max-width: calc(100% / var(--columns));
	flex: 0 0 calc(100% / var(--columns))
}

.jet-listing-grid__item.colspan-1 {
	max-width: 100% !important;
	flex: 0 0 100% !important
}

.jet-listing-grid__item.colspan-2-3 {
	max-width: 66.6666666667% !important;
	flex: 0 0 66.6666666667% !important
}

.jet-listing-grid__item.colspan-2-4 {
	max-width: 50% !important;
	flex: 0 0 50% !important
}

.jet-listing-grid__item.colspan-2-5 {
	max-width: 40% !important;
	flex: 0 0 40% !important
}

.jet-listing-grid__item.colspan-2-6 {
	max-width: 33.3333333333% !important;
	flex: 0 0 33.3333333333% !important
}

.jet-listing-grid__item.colspan-2-7 {
	max-width: 28.5714285714% !important;
	flex: 0 0 28.5714285714% !important
}

.jet-listing-grid__item.colspan-2-8 {
	max-width: 25% !important;
	flex: 0 0 25% !important
}

.jet-listing-grid__item.colspan-2-9 {
	max-width: 22.2222222222% !important;
	flex: 0 0 22.2222222222% !important
}

.jet-listing-grid__item.colspan-2-10 {
	max-width: 20% !important;
	flex: 0 0 20% !important
}

.jet-listing-grid__item.colspan-3-4 {
	max-width: 75% !important;
	flex: 0 0 75% !important
}

.jet-listing-grid__item.colspan-3-5 {
	max-width: 60% !important;
	flex: 0 0 60% !important
}

.jet-listing-grid__item.colspan-3-6 {
	max-width: 50% !important;
	flex: 0 0 50% !important
}

.jet-listing-grid__item.colspan-3-7 {
	max-width: 42.8571428571% !important;
	flex: 0 0 42.8571428571% !important
}

.jet-listing-grid__item.colspan-3-8 {
	max-width: 37.5% !important;
	flex: 0 0 37.5% !important
}

.jet-listing-grid__item.colspan-3-9 {
	max-width: 33.3333333333% !important;
	flex: 0 0 33.3333333333% !important
}

.jet-listing-grid__item.colspan-3-10 {
	max-width: 30% !important;
	flex: 0 0 30% !important
}

.jet-listing-grid__item.colspan-4-5 {
	max-width: 80% !important;
	flex: 0 0 80% !important
}

.jet-listing-grid__item.colspan-4-6 {
	max-width: 66.6666666667% !important;
	flex: 0 0 66.6666666667% !important
}

.jet-listing-grid__item.colspan-4-7 {
	max-width: 57.1428571429% !important;
	flex: 0 0 57.1428571429% !important
}

.jet-listing-grid__item.colspan-4-8 {
	max-width: 50% !important;
	flex: 0 0 50% !important
}

.jet-listing-grid__item.colspan-4-9 {
	max-width: 44.4444444444% !important;
	flex: 0 0 44.4444444444% !important
}

.jet-listing-grid__item.colspan-4-10 {
	max-width: 40% !important;
	flex: 0 0 40% !important
}

.jet-listing-grid__item.colspan-5-6 {
	max-width: 83.3333333333% !important;
	flex: 0 0 83.3333333333% !important
}

.jet-listing-grid__item.colspan-5-7 {
	max-width: 71.4285714286% !important;
	flex: 0 0 71.4285714286% !important
}

.jet-listing-grid__item.colspan-5-8 {
	max-width: 62.5% !important;
	flex: 0 0 62.5% !important
}

.jet-listing-grid__item.colspan-5-9 {
	max-width: 55.5555555556% !important;
	flex: 0 0 55.5555555556% !important
}

.jet-listing-grid__item.colspan-5-10 {
	max-width: 50% !important;
	flex: 0 0 50% !important
}

.jet-listing-grid__item.colspan-6-7 {
	max-width: 85.7142857143% !important;
	flex: 0 0 85.7142857143% !important
}

.jet-listing-grid__item.colspan-6-8 {
	max-width: 75% !important;
	flex: 0 0 75% !important
}

.jet-listing-grid__item.colspan-6-9 {
	max-width: 66.6666666667% !important;
	flex: 0 0 66.6666666667% !important
}

.jet-listing-grid__item.colspan-6-10 {
	max-width: 60% !important;
	flex: 0 0 60% !important
}

.jet-listing-grid__slider {
	position: relative
}

body.wp-admin.block-editor-page .jet-listing-grid__slider {
	overflow: hidden
}

.jet-listing-grid__slider[dir=rtl] .slick-slide {
	float: right
}

.jet-listing-grid__slider-icon.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
	background-color: #111;
	left: 0;
	margin-top: -25px;
	cursor: pointer;
	text-align: center;
	z-index: 90;
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-listing-grid__slider-icon.slick-arrow.next-arrow {
	left: auto;
	right: 0;
	transform: scaleX(-1)
}

.jet-listing-grid__slider-icon.slick-arrow svg {
	height: 30px;
	width: auto
}

.jet-listing-grid__slider-icon.slick-arrow svg path {
	fill: currentColor
}

.jet-listing-grid__slider>.jet-listing-grid__items:not(.slick-initialized)>.jet-listing-grid__item {
	display: none
}

.jet-listing-grid__slider>.jet-listing-grid__items:not(.slick-initialized)>.jet-listing-grid__item:first-of-type {
	display: block
}

body.wp-admin.block-editor-page .jet-listing-grid__slider>.jet-listing-grid__items:not(.slick-initialized)>.jet-listing-grid__item {
	display: block
}

.jet-listing-grid__slider .jet-slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 10px 0;
	padding: 0
}

.jet-listing-grid__slider .jet-slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	text-indent: -50px;
	overflow: hidden;
	cursor: pointer;
	background: #eee;
	margin: 3px
}

.jet-listing-grid__slider .jet-slick-dots li.slick-active,
.jet-listing-grid__slider .jet-slick-dots li:hover {
	background: #111
}

.jet-listing-grid__slider[dir=rtl] .jet-slick-dots li {
	text-indent: 50px
}

.jet-listing-grid .jet-engine-listing-overlay-wrap {
	position: relative;
	cursor: pointer
}

.jet-listing-grid .jet-engine-listing-overlay-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1
}

.jet-listing-grid__loader {
	--spinner-color: rgba(100, 100, 100, 0.8);
	--spinner-size: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	visibility: hidden
}

.jet-listing-grid-loading .jet-listing-grid__loader {
	visibility: visible
}

.jet-listing-grid__loader-spinner {
	width: var(--spinner-size);
	height: var(--spinner-size);
	border: 4px solid var(--spinner-color);
	border-top-color: transparent;
	border-radius: 50%;
	animation: jet-engine-spin 1s infinite linear
}

.elementor-widget.elementor-widget-jet-listing-grid {
	max-width: 100%;
	flex-basis: 100%
}

body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop>.jet-listing-grid__items {
	flex-wrap: nowrap
}

body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop>.jet-listing-grid__items {
	flex-wrap: nowrap
}

body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra>.jet-listing-grid__items {
	flex-wrap: nowrap
}

body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet>.jet-listing-grid__items {
	flex-wrap: nowrap
}

body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra>.jet-listing-grid__items {
	flex-wrap: nowrap
}

body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile>.jet-listing-grid__items {
	flex-wrap: nowrap
}

@media (min-width:1025px) {
	.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop>.jet-listing-grid__items {
		flex-wrap: nowrap
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet>.jet-listing-grid__items {
		flex-wrap: nowrap
	}
}

@media (max-width:767px) {
	.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile>.jet-listing-grid__items {
		flex-wrap: nowrap
	}
}

@media (max-width:767px) {
	.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile>.jet-listing-grid__items {
		flex-wrap: nowrap
	}
}

@media (max-width:991px) {
	.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}

	.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet>.jet-listing-grid__items {
		flex-wrap: nowrap
	}
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop>.jet-listing-grid__items {
	flex-wrap: nowrap
}

.jet-listing-grid__item.jet-equal-columns>* {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-inner {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-section-wrap {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>.elementor-section-wrap>.elementor-section {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns>.elementor>:is(.elementor-section, .e-container, .e-con) {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-inner {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-inner>.elementor-section-wrap {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-section-wrap {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>.elementor-section-wrap>.elementor-section {
	height: 100%
}

.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap>.elementor>:is(.elementor-section, .e-container, .e-con) {
	height: 100%
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {
	display: flex;
	align-items: stretch
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide {
	float: none;
	height: auto;
	display: flex;
	flex-direction: column
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	flex-grow: 1
}

.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide .jet-equal-columns,
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide>* {
	height: 100%
}

.jet-listing-not-found {
	text-align: center;
	display: block;
	margin: 0;
	width: 100%
}

@keyframes jet-engine-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items {
	width: auto;
	margin: 0;
	--column-gap: 20px;
	--row-gap: 20px;
	gap: var(--row-gap) var(--column-gap);
	--item-width: calc((100% - (var(--columns) - 1) * var(--column-gap)) / var(--columns))
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items.slick-slider .slick-list {
	margin-right: calc(var(--column-gap) / -2);
	margin-left: calc(var(--column-gap) / -2)
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item {
	max-width: var(--item-width);
	flex: 0 0 var(--item-width)
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-3 {
	--colspan-width: calc(100% - var(--item-width) * (3 - 2) - var(--column-gap) * (3 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-4 {
	--colspan-width: calc(100% - var(--item-width) * (4 - 2) - var(--column-gap) * (4 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-5 {
	--colspan-width: calc(100% - var(--item-width) * (5 - 2) - var(--column-gap) * (5 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-6 {
	--colspan-width: calc(100% - var(--item-width) * (6 - 2) - var(--column-gap) * (6 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-7 {
	--colspan-width: calc(100% - var(--item-width) * (7 - 2) - var(--column-gap) * (7 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-8 {
	--colspan-width: calc(100% - var(--item-width) * (8 - 2) - var(--column-gap) * (8 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-9 {
	--colspan-width: calc(100% - var(--item-width) * (9 - 2) - var(--column-gap) * (9 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-2-10 {
	--colspan-width: calc(100% - var(--item-width) * (10 - 2) - var(--column-gap) * (10 - 2));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-3-4 {
	--colspan-width: calc(100% - var(--item-width) * (4 - 3) - var(--column-gap) * (4 - 3));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-3-5 {
	--colspan-width: calc(100% - var(--item-width) * (5 - 3) - var(--column-gap) * (5 - 3));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-3-6 {
	--colspan-width: calc(100% - var(--item-width) * (6 - 3) - var(--column-gap) * (6 - 3));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-3-7 {
	--colspan-width: calc(100% - var(--item-width) * (7 - 3) - var(--column-gap) * (7 - 3));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-3-8 {
	--colspan-width: calc(100% - var(--item-width) * (8 - 3) - var(--column-gap) * (8 - 3));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-3-9 {
	--colspan-width: calc(100% - var(--item-width) * (9 - 3) - var(--column-gap) * (9 - 3));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-3-10 {
	--colspan-width: calc(100% - var(--item-width) * (10 - 3) - var(--column-gap) * (10 - 3));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-4-5 {
	--colspan-width: calc(100% - var(--item-width) * (5 - 4) - var(--column-gap) * (5 - 4));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-4-6 {
	--colspan-width: calc(100% - var(--item-width) * (6 - 4) - var(--column-gap) * (6 - 4));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-4-7 {
	--colspan-width: calc(100% - var(--item-width) * (7 - 4) - var(--column-gap) * (7 - 4));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-4-8 {
	--colspan-width: calc(100% - var(--item-width) * (8 - 4) - var(--column-gap) * (8 - 4));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-4-9 {
	--colspan-width: calc(100% - var(--item-width) * (9 - 4) - var(--column-gap) * (9 - 4));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-4-10 {
	--colspan-width: calc(100% - var(--item-width) * (10 - 4) - var(--column-gap) * (10 - 4));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-5-6 {
	--colspan-width: calc(100% - var(--item-width) * (6 - 5) - var(--column-gap) * (6 - 5));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-5-7 {
	--colspan-width: calc(100% - var(--item-width) * (7 - 5) - var(--column-gap) * (7 - 5));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-5-8 {
	--colspan-width: calc(100% - var(--item-width) * (8 - 5) - var(--column-gap) * (8 - 5));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-5-9 {
	--colspan-width: calc(100% - var(--item-width) * (9 - 5) - var(--column-gap) * (9 - 5));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-5-10 {
	--colspan-width: calc(100% - var(--item-width) * (10 - 5) - var(--column-gap) * (10 - 5));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-6-7 {
	--colspan-width: calc(100% - var(--item-width) * (7 - 6) - var(--column-gap) * (7 - 6));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-6-8 {
	--colspan-width: calc(100% - var(--item-width) * (8 - 6) - var(--column-gap) * (8 - 6));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-6-9 {
	--colspan-width: calc(100% - var(--item-width) * (9 - 6) - var(--column-gap) * (9 - 6));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__items>.jet-listing-grid__item.colspan-6-10 {
	--colspan-width: calc(100% - var(--item-width) * (10 - 6) - var(--column-gap) * (10 - 6));
	max-width: var(--colspan-width) !important;
	flex: 0 0 var(--colspan-width) !important
}

.brxe-jet-engine-listing-grid .jet-listing-grid__item {
	padding: 0
}

.brxe-jet-engine-listing-grid .jet-listing-grid__item.slick-slide {
	padding: calc(var(--row-gap) / 2) calc(var(--column-gap) / 2)
}

.brxe-jet-engine-listing-grid .jet-slick-dots {
	gap: 8px
}

.brxe-jet-engine-listing-grid .jet-slick-dots li {
	margin: 0
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-track {
	border: none
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-corner {
	background-color: transparent
}

.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-thumb {
	border: none
}

.brxe-jet-engine-listing-grid .jet-listing-grid__slider-icon svg {
	width: 1em;
	height: 1em
}

div.brxe-jet-engine-listing-grid {
	width: 100%
}

div.brxe-jet-engine-listing-grid>div.jet-listing-grid {
	width: 100%
}

.jet-calendar-loading {
	opacity: 0.5 !important;
	pointer-event: none !important
}

.jet-calendar-grid {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.jet-calendar-caption {
	max-width: 100%
}

.jet-calendar-caption__wrap {
	display: flex;
	align-items: center
}

.jet-calendar-caption__wrap.wrap-layout-3 {
	justify-content: center
}

.jet-calendar-caption__wrap.wrap-layout-4 {
	justify-content: space-between
}

.jet-calendar-caption__name {
	font-weight: 700;
	flex: 1 1 auto;
	text-align: left
}

.wrap-layout-2 .jet-calendar-caption__name {
	text-align: right;
	order: 2
}

.wrap-layout-3 .jet-calendar-caption__name,
.wrap-layout-4 .jet-calendar-caption__name {
	flex: 0 0 auto;
	text-align: center;
	order: 2
}

.jet-calendar-nav__link {
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-calendar-nav__link svg {
	height: 1em;
	fill: currentColor
}

.wrap-layout-3 .jet-calendar-nav__link.nav-link-prev,
.wrap-layout-4 .jet-calendar-nav__link.nav-link-prev {
	order: 1
}

.rtl .jet-calendar-nav__link.nav-link-prev svg {
	transform: scaleX(-1)
}

.wrap-layout-3 .jet-calendar-nav__link.nav-link-next,
.wrap-layout-4 .jet-calendar-nav__link.nav-link-next {
	order: 3
}

body:not(.rtl) .jet-calendar-nav__link.nav-link-next svg {
	transform: scaleX(-1)
}

.jet-calendar-header__week-day {
	width: 14.2857%;
	text-align: center;
	padding: 10px;
	background: #fafafa
}

.jet-calendar-header__week-day.day-pad {
	opacity: .5
}

.jet-calendar-week__day {
	width: 14.2857%;
	vertical-align: top
}

.jet-calendar-week__day-wrap {
	position: relative
}

.jet-calendar-week__day-header {
	display: flex;
	position: relative;
	z-index: 3
}

.jet-calendar-week__day-date {
	display: flex;
	align-items: center
}

.jet-calendar-week__day-mobile-wrap {
	display: none
}

@media (max-width:1025px) {
	.jet-calendar-week__day-mobile-wrap {
		display: flex
	}
}

.jet-calendar-week__day-mobile-overlay {
	cursor: pointer;
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.jet-calendar-week__day-mobile-trigger {
	width: 24px;
	height: 24px;
	cursor: pointer
}

.jet-calendar-week__day-content {
	padding: 10px;
	min-height: 100px
}

@media (max-width:1025px) {
	.jet-calendar-week__day-content {
		display: none
	}
}

.brxe-jet-listing-calendar .jet-calendar-week__day {
	padding: 0
}

.brxe-jet-listing-calendar .jet-calendar-week__day-date {
	display: block;
	text-align: center
}

.brxe-jet-listing-calendar .jet-calendar-nav__link svg {
	width: 1em;
	height: 1em
}

.jet-form.is-loading {
	opacity: .5;
	pointer-events: none
}

.jet-form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 5px 0
}

.jet-form-row:last-child {
	padding-bottom: 0 !important
}

.jet-form-row--first-visible {
	padding-top: 0 !important
}

.jet-form-row.jet-form-row--hidden {
	margin: 0 !important;
	padding: 0 !important
}

.jet-form__group-break {
	width: 100%;
	flex: 0 0 100%
}

.jet-form-col {
	min-height: 1px;
	padding: 0 5px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	max-width: 100%;
	flex: 0 0 100%
}

.jet-form-col.field-type-heading {
	flex-wrap: wrap !important
}

.layout-row .jet-form-col {
	flex-wrap: nowrap
}

.jet-form-col__start {
	flex: 0 0 30%;
	max-width: 30%
}

.jet-form-col__end {
	display: flex;
	flex: 1 1 auto
}

@media (min-width:600px) {
	.jet-form-col-1 {
		max-width: 8.33333%;
		width: 8.33333%;
		flex: 0 0 8.33333%
	}

	.jet-form-col-2 {
		max-width: 16.66666%;
		width: 16.66666%;
		flex: 0 0 16.66666%
	}

	.jet-form-col-3 {
		max-width: 25%;
		width: 25%;
		flex: 0 0 25%
	}

	.jet-form-col-4 {
		max-width: 33.33333%;
		width: 33.33333%;
		flex: 0 0 33.33333%
	}

	.jet-form-col-5 {
		max-width: 41.66666%;
		width: 41.66666%;
		flex: 0 0 41.66666%
	}

	.jet-form-col-6 {
		max-width: 50%;
		width: 50%;
		flex: 0 0 50%
	}

	.jet-form-col-7 {
		max-width: 58.33333%;
		width: 58.33333%;
		flex: 0 0 58.33333%
	}

	.jet-form-col-8 {
		max-width: 66.66666%;
		width: 66.66666%;
		flex: 0 0 66.66666%
	}

	.jet-form-col-9 {
		max-width: 75%;
		width: 75%;
		flex: 0 0 75%
	}

	.jet-form-col-10 {
		max-width: 83.33333%;
		width: 83.33333%;
		flex: 0 0 83.33333%
	}

	.jet-form-col-11 {
		max-width: 91.66666%;
		width: 91.66666%;
		flex: 0 0 91.66666%
	}

	.jet-form-col-12 {
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%
	}

	body:not(.rtl) .jet-form-push-1 {
		margin-left: 8.3333333333%
	}

	body.rtl .jet-form-push-1 {
		margin-right: 8.3333333333%
	}

	body:not(.rtl) .jet-form-push-2 {
		margin-left: 16.6666666667%
	}

	body.rtl .jet-form-push-2 {
		margin-right: 16.6666666667%
	}

	body:not(.rtl) .jet-form-push-3 {
		margin-left: 25%
	}

	body.rtl .jet-form-push-3 {
		margin-right: 25%
	}

	body:not(.rtl) .jet-form-push-4 {
		margin-left: 33.3333333333%
	}

	body.rtl .jet-form-push-4 {
		margin-right: 33.3333333333%
	}

	body:not(.rtl) .jet-form-push-5 {
		margin-left: 41.6666666667%
	}

	body.rtl .jet-form-push-5 {
		margin-right: 41.6666666667%
	}

	body:not(.rtl) .jet-form-push-6 {
		margin-left: 50%
	}

	body.rtl .jet-form-push-6 {
		margin-right: 50%
	}

	body:not(.rtl) .jet-form-push-7 {
		margin-left: 58.3333333333%
	}

	body.rtl .jet-form-push-7 {
		margin-right: 58.3333333333%
	}

	body:not(.rtl) .jet-form-push-8 {
		margin-left: 66.6666666667%
	}

	body.rtl .jet-form-push-8 {
		margin-right: 66.6666666667%
	}

	body:not(.rtl) .jet-form-push-9 {
		margin-left: 75%
	}

	body.rtl .jet-form-push-9 {
		margin-right: 75%
	}

	body:not(.rtl) .jet-form-push-10 {
		margin-left: 83.3333333333%
	}

	body.rtl .jet-form-push-10 {
		margin-right: 83.3333333333%
	}

	body:not(.rtl) .jet-form-push-11 {
		margin-left: 91.6666666667%
	}

	body.rtl .jet-form-push-11 {
		margin-right: 91.6666666667%
	}
}

.jet-form-page--hidden {
	display: none
}

.jet-form__next-page-msg {
	display: none
}

.jet-form__next-page-msg--visible {
	display: block
}

.jet-form__calculated-field {
	display: flex
}

.jet-form__calculated-field--hidden {
	display: none
}

.layout-column .jet-form__label {
	max-width: 100%;
	flex: 0 1 100%
}

.jet-form__heading,
.jet-form__label {
	flex: 0 0 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

.jet-form__field-error {
	width: 100%
}

.jet-form__desc {
	display: block
}

.layout-column .jet-form__desc {
	max-width: 100%;
	flex: 0 1 100%
}

.jet-form__prev-page {
	outline: none
}

.jet-form__field {
	box-sizing: border-box
}

.layout-column .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
	max-width: 100%;
	width: 100%;
	flex: 0 1 100%
}

.layout-row .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
	width: 100%
}

.jet-form__field-wrap {
	position: relative
}

.jet-form__field-label {
	cursor: pointer;
	display: inline-flex;
	align-items: center
}

.jet-form__field-template+.jet-form__field-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0
}

.jet-form__field-label input {
	flex-shrink: 0;
	margin: 0 5px 0 0
}

.rtl .jet-form__field-label input {
	margin: 0 0 0 5px
}

.jet-form__field-template {
	cursor: pointer
}

.jet-form__field-value {
	white-space: nowrap
}

.jet-form__field-value-number {
	display: inline-block;
	text-align: center
}

.jet-form__submit-wrap {
	display: flex;
	flex-direction: column;
	width: 100%
}

.jet-form__submit-wrap.has-prev {
	flex-direction: row;
	justify-content: space-between
}

.jet-form__check-mark {
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-form__check-mark__icon.is-svg-icon svg {
	display: block;
	width: 1em;
	height: 1em
}

.jet-form__check-mark--default {
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-form__field-template--checked .jet-form__check-mark--default {
	display: none
}

.jet-form__check-mark--checked {
	display: none;
	align-items: center;
	justify-content: center
}

.jet-form__field-template--checked .jet-form__check-mark--checked {
	display: flex
}

.jet-form-repeater {
	width: 100%
}

.jet-form-repeater__initial {
	display: none
}

.jet-form-repeater__row {
	display: flex;
	width: 100%;
	align-items: flex-end;
	padding: 15px 0
}

.jet-form-repeater__row-fields {
	flex: 1 1 auto
}

.jet-form-repeater__row .jet-form-col {
	padding: 0 5px
}

.jet-form-repeater__actions {
	display: flex
}

.jet-form-repeater__new {
	margin: 10px 0 0 0
}

.jet-form-repeater__remove {
	margin: 0 0 0 10px;
	text-decoration: none !important
}

.layout-column .jet-form__fields-group.checkradio-wrap {
	width: 100%
}

.jet-form__field-wrap.range-wrap {
	display: flex;
	align-items: center;
	width: 100%
}

.jet-form input[type=range].jet-form__field.range-field {
	margin-right: 10px;
	-webkit-appearance: none;
	min-height: 18px
}

.rtl .jet-form input[type=range].jet-form__field.range-field {
	margin-left: 10px;
	margin-right: 0
}

.jet-form input[type=range].jet-form__field.range-field,
.jet-form input[type=range].jet-form__field.range-field:focus {
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none
}

.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #e3ddd8;
	box-shadow: none;
	border: none
}

.jet-form input[type=range].jet-form__field.range-field::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #e3ddd8;
	box-shadow: none;
	border: none
}

.jet-form input[type=range].jet-form__field.range-field::-ms-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	background: #e3ddd8;
	box-shadow: none;
	border: none;
	color: transparent
}

.jet-form input[type=range].jet-form__field.range-field::-ms-fill-lower {
	background: transparent
}

.jet-form input[type=range].jet-form__field.range-field::-ms-fill-upper {
	background: transparent
}

.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-thumb {
	width: 18px;
	height: 18px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: none;
	border: none;
	margin-top: -7px;
	-webkit-appearance: none
}

.jet-form input[type=range].jet-form__field.range-field::-moz-range-thumb {
	width: 18px;
	height: 18px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: none;
	border: none
}

.jet-form input[type=range].jet-form__field.range-field::-ms-thumb {
	width: 18px;
	height: 18px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: none;
	border: none
}

.jet-form-message {
	margin: 20px 0 0 0;
	text-align: center;
	padding: 20px
}

.jet-form-message--success {
	border: 1px solid green;
	color: green
}

.jet-form-message--error {
	border: 1px solid red;
	color: red
}

.jet-engine-file-upload__files {
	display: flex;
	flex-wrap: wrap
}

.jet-engine-file-upload .sortable-placeholder {
	flex: 0 0 100px;
	width: 100px;
	margin: 0 10px 10px 0;
	position: relative;
	background: rgba(123, 123, 123, .2);
	height: 100px
}

.jet-engine-file-upload__content {
	min-height: 100px;
	min-width: 100px;
	position: relative;
	display: inline-flex
}

.jet-engine-file-upload__loader {
	top: 0;
	left: 0;
	right: 10px;
	bottom: 10px;
	position: absolute;
	background: rgba(0, 0, 0, .5);
	display: none;
	justify-content: center;
	align-items: center
}

.is-loading .jet-engine-file-upload__loader {
	display: flex
}

.jet-engine-file-upload__file {
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	position: relative;
	background-color: rgba(123, 123, 123, .2);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a7a7a' width='48px' height='48px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat
}

.is-loading .jet-engine-file-upload__file {
	opacity: .5
}

.jet-engine-file-upload__file-remove {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 200ms linear;
	opacity: 0;
	background: rgba(0, 0, 0, .4)
}

.jet-engine-file-upload__file-remove svg path {
	fill: #fff
}

.jet-engine-file-upload__file:hover .jet-engine-file-upload__file-remove {
	opacity: 1
}

.jet-engine-file-upload__file img {
	display: block;
	width: 100%;
	height: 100% !important;
	padding: 0;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center
}

.jet-engine-file-upload__errors.is-hidden {
	display: none
}

input.jet-form__field.file-field.jet-engine-file-upload__input {
	border: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	width: auto !important
}

.jet-engine-file-upload__value:not([value*=""])+input.jet-form__field.file-field.jet-engine-file-upload__input {
	color: transparent
}

.field-type-wysiwyg .jet-form__field {
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important
}

.jet-profile-menu {
	display: flex
}

.jet-profile-menu.layout--horizontal {
	flex-direction: row
}

.jet-profile-menu.layout--vertical {
	flex-direction: column
}

@media (max-width:1024px) {
	.jet-profile-menu.layout-tablet--horizontal {
		flex-direction: row
	}
}

body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--horizontal {
	flex-direction: row
}

@media (max-width:1024px) {
	.jet-profile-menu.layout-tablet--vertical {
		flex-direction: column
	}
}

body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--vertical {
	flex-direction: column
}

@media (max-width:767px) {
	.jet-profile-menu.layout-mobile--horizontal {
		flex-direction: row
	}
}

body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--horizontal {
	flex-direction: row
}

@media (max-width:767px) {
	.jet-profile-menu.layout-mobile--vertical {
		flex-direction: column
	}
}

body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--vertical {
	flex-direction: column
}

.jet-profile-menu__item-link {
	display: block;
	padding: 5px 10px
}

.jet-map-marker {
	font-size: 40px;
	cursor: pointer;
	max-width: 100%;
	max-height: 100%
}

.jet-map-marker.is-svg-icon {
	display: inline-flex
}

.jet-map-marker.is-svg-icon .e-font-icon-svg {
	fill: currentColor
}

.jet-map-marker.is-svg-icon svg {
	width: 1em;
	height: 1em
}

.leaflet-marker-icon .jet-map-marker.is-svg-icon svg {
	width: 100%;
	height: auto
}

.jet-map-marker.is-svg-icon img {
	width: 1em;
	height: auto
}

.leaflet-marker-icon .jet-map-marker.is-svg-icon img {
	width: 100%;
	height: auto
}

.brxe-jet-engine-maps-listing {
	width: 100%
}

.jet-map-listing .leaflet-marker-icon {
	background: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-map-listing .leaflet-popup-content-wrapper {
	padding: 0
}

.jet-map-listing .leaflet-popup-content {
	margin: 0;
	min-height: 40px
}

.jet-map-box.mapboxgl-popup {
	padding: 25px 0 0 0
}

.jet-map-box.mapboxgl-popup .mapboxgl-popup-content {
	padding: 0
}

.popup-has-pin .jet-map-box:after {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	left: 50%;
	margin: 0 0 0 -10px;
	border-width: 10px 10px 0 10px;
	border-color: transparent;
	border-top-color: #fff
}

.jet-map-listing .jet-map-box img {
	max-width: 100%
}

.jet-map-box .jet-map-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 9999
}

.jet-map-box .jet-map-preloader {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-map-box .jet-map-preloader .jet-map-loader {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	border: 3px solid currentColor;
	border-top-color: transparent;
	border-radius: 50%;
	animation: jet-engine-map-spin 1s infinite linear
}

.jet-map-marker-wrap {
	padding: 5px;
	position: relative;
	margin: 0 0 10px;
	background: #fff;
	z-index: 999;
	cursor: pointer;
	text-align: center
}

.jet-map-marker-wrap:after {
	content: "";
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	left: 50%;
	margin: 0 0 0 -10px;
	border-width: 10px 10px 0 10px;
	border-color: transparent;
	border-top-color: #fff
}

.jet-map-listing .gm-svpc img {
	max-width: none
}

.jet-map-box button.mapboxgl-popup-close-button {
	padding: 5px;
	font-size: 16px;
	line-height: 12px;
	font-weight: 400;
	color: #333
}

@keyframes jet-engine-map-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.brxe-jet-engine-maps-listing .jet-map-listing {
	height: 500px
}

.jet-data-store-link-wrapper {
	display: flex;
	position: relative;
	z-index: 999
}

.jet-data-store-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 4px
}

.jet-data-store-link__icon.is-svg-icon {
	display: inline-flex
}

.jet-data-store-link__icon.is-svg-icon svg {
	width: 1em;
	height: 1em
}

.jet-data-store-link__icon {
	order: 1
}

.jet-data-store-link__label {
	order: 2
}

.jet-data-store-link.is-hidden {
	display: none !important
}

.jet-container {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
	padding: 1em;
	overflow: hidden
}

.jet-container>* {
	position: relative;
	z-index: 1
}

.jet-container[data-url] {
	cursor: pointer
}

#wpwrap .jet-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
	max-width: 100% !important
}

.jet-container--content-direction-vertical {
	flex-direction: column
}

.jet-container--content-direction-vertical>* {
	width: 100%
}

.jet-container--content-direction-vertical>.block-editor-inner-blocks {
	width: 100%
}

.jet-container--content-direction-vertical>.block-editor-inner-blocks>.block-editor-block-list__layout {
	flex-direction: column
}

.jet-container--content-direction-vertical>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block {
	width: 100%
}

.jet-container--content-direction-horizontal {
	flex-direction: row
}

.jet-container--content-direction-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout {
	flex-direction: row;
	padding-right: 30px
}

.jet-container--content-direction-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
	margin-left: 10px;
	margin-right: 10px
}

.jet-container--content-direction-horizontal>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender {
	margin-left: 35px
}

.jet-container--content-direction-horizontal>p {
	margin: 0
}

.jet-container--content-align-flex-start {
	align-content: flex-start;
	align-items: flex-start
}

.jet-container--content-align-flex-start>.block-editor-inner-blocks>.block-editor-block-list__layout {
	align-content: flex-start;
	align-items: flex-start
}

.jet-container--content-align-flex-end {
	align-content: flex-end;
	align-items: flex-end
}

.jet-container--content-align-flex-end>.block-editor-inner-blocks>.block-editor-block-list__layout {
	align-content: flex-end;
	align-items: flex-end
}

.jet-container--content-align-center {
	align-content: center;
	align-items: center
}

.jet-container--content-align-center>.block-editor-inner-blocks>.block-editor-block-list__layout {
	align-content: center;
	align-items: center
}

.jet-container--content-align-stretch {
	align-content: stretch;
	align-items: stretch
}

.jet-container--content-align-stretch>.block-editor-inner-blocks>.block-editor-block-list__layout {
	align-content: stretch;
	align-items: stretch
}

.jet-container--content-align-space-between {
	align-content: space-between
}

.jet-container--content-align-space-between>.block-editor-inner-blocks>.block-editor-block-list__layout {
	align-content: space-between
}

.jet-container--content-justify-flex-start {
	justify-content: flex-start
}

.jet-container--content-justify-flex-start>.block-editor-inner-blocks>.block-editor-block-list__layout {
	justify-content: flex-start
}

.jet-container--content-justify-flex-end {
	justify-content: flex-end
}

.jet-container--content-justify-flex-end>.block-editor-inner-blocks>.block-editor-block-list__layout {
	justify-content: flex-end
}

.jet-container--content-justify-center {
	justify-content: center
}

.jet-container--content-justify-center>.block-editor-inner-blocks>.block-editor-block-list__layout {
	justify-content: center
}

.jet-container--content-justify-stretch {
	justify-content: stretch
}

.jet-container--content-justify-stretch>.block-editor-inner-blocks>.block-editor-block-list__layout {
	justify-content: stretch
}

.jet-container--content-justify-space-between {
	justify-content: space-between
}

.jet-container--content-justify-space-between>.block-editor-inner-blocks>.block-editor-block-list__layout {
	justify-content: space-between
}

.jet-container>.block-editor-inner-blocks {
	flex: 0 0 100%
}

.jet-container>.block-editor-inner-blocks>.block-editor-block-list__layout {
	display: flex
}

.jet-container__overlay {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.jet-section {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important
}

.jet-section--layout-boxed .jet-section__content {
	margin: 0 auto;
	max-width: 100%
}

.jedv-resize-columns.elementor-section>.elementor-container>.elementor-column,
.jedv-resize-columns.elementor-section>.elementor-container>.elementor-row>.elementor-column {
	flex-grow: 1
}

/* --- https://hilosdesangre.co/wp-content/themes/hello-elementor/style.min.css?ver=3.0.1 --- */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: .5rem;
	margin-block-end: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}

h1 {
	font-size: 2.5rem
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.75rem
}

h4 {
	font-size: 1.5rem
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36
}

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

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

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

abbr[title] {
	border-block-end: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none;
	height: auto;
	max-width: 100%
}

details {
	display: block
}

summary {
	display: list-item
}

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

[hidden],
template {
	display: none
}

@media print {

	*,
	:after,
	:before {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " ("attr(href) ")"
	}

	abbr[title]:after {
		content: " ("attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
		border: 1px solid #ccc
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		-moz-column-break-inside: avoid;
		break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		-moz-column-break-after: avoid;
		break-after: avoid
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	width: auto;
	-webkit-appearance: button
}

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

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

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

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

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto;
	resize: vertical
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

select {
	display: block
}

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

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

table th {
	font-weight: 700
}

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

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
	background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
	background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody+tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width:767px) {
	table table {
		font-size: .8em
	}

	table table td,
	table table th {
		padding: 7px;
		line-height: 1.3
	}

	table table th {
		font-weight: 400
	}
}

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

/* --- https://hilosdesangre.co/wp-content/themes/hello-elementor/theme.min.css?ver=3.0.1 --- */
@charset "UTF-8";

.comments-area a,
.page-content a {
	text-decoration: underline
}

.alignright {
	float: right;
	margin-left: 1rem
}

.alignleft {
	float: left;
	margin-right: 1rem
}

.aligncenter {
	clear: both;
	display: block;
	margin-inline: auto
}

.alignwide {
	margin-inline: -80px
}

.alignfull {
	margin-inline: calc(50% - 50vw);
	max-width: 100vw
}

.alignfull,
.alignfull img {
	width: 100vw
}

.wp-caption {
	margin-block-end: 1.25rem;
	max-width: 100%
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	display: block;
	margin-inline: auto
}

.wp-caption-text {
	margin: 0
}

.gallery-caption {
	display: block;
	font-size: .8125rem;
	line-height: 1.5;
	margin: 0;
	padding: .75rem
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin: 20px auto
}

.sticky {
	position: relative;
	display: block
}

.bypostauthor {
	font-size: inherit
}

.hide {
	display: none !important
}

.post-password-form {
	max-width: 500px;
	margin: 50px auto
}

.post-password-form p {
	width: 100%;
	display: flex;
	align-items: flex-end
}

.post-password-form [type=submit] {
	margin-inline-start: 3px
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: rgb(238.425, 238.425, 238.425);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.post .entry-title a {
	text-decoration: none
}

.post .wp-post-image {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width:991px) {
	.post .wp-post-image {
		max-height: 400px
	}
}

@media (max-width:575px) {
	.post .wp-post-image {
		max-height: 300px
	}
}

#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em
}

#comments .comment,
#comments .pingback {
	position: relative
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
	display: flex;
	flex-direction: column;
	padding-block-start: 30px;
	padding-block-end: 30px;
	padding-inline-start: 60px;
	padding-inline-end: 0;
	border-block-end: 1px solid #ccc
}

#comments .comment .avatar,
#comments .pingback .avatar {
	position: absolute;
	left: 0;
	border-radius: 50%;
	margin-inline-end: 10px
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir=rtl] #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar {
	left: auto;
	right: 0
}

#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: .9rem
}

#comments .comment-metadata,
#comments .reply {
	font-size: 11px;
	line-height: 1
}

#comments .children {
	position: relative;
	list-style: none;
	margin: 0;
	padding-inline-start: 30px
}

#comments .children li:last-child {
	padding-block-end: 0
}

#comments ol.comment-list .children:before {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	content: "↪";
	position: absolute;
	top: 45px;
	left: 0;
	width: auto
}

body.rtl #comments ol.comment-list .children:before,
html[dir=rtl] #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0
}

@media (min-width:768px) {

	#comments .comment-author,
	#comments .comment-metadata {
		line-height: 1
	}
}

@media (max-width:767px) {
	#comments .comment .comment-body {
		padding: 30px 0
	}

	#comments .children {
		padding-inline-start: 20px
	}

	#comments .comment .avatar {
		position: inherit;
		float: left
	}

	body.rtl #comments .comment .avatar,
	html[dir=rtl] #comments .comment .avatar {
		float: right
	}
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%
}

@media (max-width:575px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		padding-inline-start: 10px;
		padding-inline-end: 10px
	}
}

@media (min-width:576px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 500px
	}

	.site-footer.footer-full-width .footer-inner,
	.site-header.header-full-width .header-inner {
		max-width: 100%
	}
}

@media (min-width:768px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 600px
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%
	}
}

@media (min-width:992px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 800px
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%
	}
}

@media (min-width:1200px) {

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px
	}

	.site-footer.footer-full-width,
	.site-header.header-full-width {
		max-width: 100%
	}
}

.site-header+.elementor {
	min-height: calc(100vh - 320px)
}

/* --- https://hilosdesangre.co/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.0.1 --- */
@charset "UTF-8";

.site-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	position: relative
}

.site-header .site-title {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2
}

.site-header .site-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .5rem
}

.site-header .header-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.site-header .header-inner .custom-logo-link {
	display: block
}

.site-header .header-inner .site-branding .site-description,
.site-header .header-inner .site-branding .site-title {
	margin: 0
}

.site-header .header-inner .site-branding .site-logo img {
	display: block
}

.site-header .header-inner .site-branding.show-logo .site-title,
.site-header .header-inner .site-branding.show-title .site-logo {
	display: none !important
}

.site-header.header-inverted .header-inner {
	flex-direction: row-reverse
}

.site-header.header-inverted .header-inner .site-branding {
	text-align: end
}

.site-header.header-stacked .header-inner {
	align-items: center;
	flex-direction: column;
	text-align: center
}

.site-footer {
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	position: relative
}

.site-footer .site-title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2
}

.site-footer .site-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .5rem
}

.site-footer .footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.site-footer .footer-inner .custom-logo-link {
	display: block
}

.site-footer .footer-inner .site-branding .site-description,
.site-footer .footer-inner .site-branding .site-title {
	margin: 0
}

.site-footer .footer-inner .site-branding .site-logo img {
	display: block
}

.site-footer .footer-inner .site-branding.show-logo .site-title,
.site-footer .footer-inner .site-branding.show-title .site-logo {
	display: none !important
}

.site-footer .footer-inner .copyright {
	align-items: center;
	display: flex;
	justify-content: flex-end
}

.site-footer .footer-inner .copyright p {
	margin: 0
}

.site-footer.footer-inverted .footer-inner {
	flex-direction: row-reverse
}

.site-footer.footer-inverted .footer-inner .site-branding {
	text-align: end
}

.site-footer.footer-stacked .footer-inner {
	align-items: center;
	flex-direction: column;
	text-align: center
}

.site-footer.footer-stacked .footer-inner .site-branding .site-title {
	text-align: center
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
	padding: 0
}

@media (max-width:576px) {

	.site-footer:not(.footer-stacked) .footer-inner .copyright,
	.site-footer:not(.footer-stacked) .footer-inner .site-branding,
	.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
		display: block;
		text-align: center;
		width: 100%;
		max-width: none
	}

	.site-footer .footer-inner .site-navigation ul.menu {
		justify-content: center
	}

	.site-footer .footer-inner .site-navigation ul.menu li {
		display: inline-block
	}
}

.site-header.header-stacked .site-navigation-toggle-holder {
	justify-content: center;
	max-width: 100%
}

.site-header.menu-layout-dropdown .site-navigation {
	display: none
}

.site-navigation-toggle-holder {
	display: flex;
	align-items: center;
	padding: 8px 15px
}

.site-navigation-toggle-holder .site-navigation-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
	display: block;
	width: 1.25rem
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after,
.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
	content: "";
	background-color: currentColor;
	display: block;
	height: 3px;
	transition: all .2s ease-in-out;
	border-radius: 3px
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:before {
	box-shadow: 0 .35rem 0 currentColor;
	margin-block-end: .5rem
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before {
	box-shadow: none;
	transform: translateY(.35rem) rotate(45deg)
}

.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after {
	transform: translateY(-.35rem) rotate(-45deg)
}

.site-navigation {
	display: flex;
	align-items: center
}

.site-navigation ul.menu,
.site-navigation ul.menu ul {
	list-style-type: none;
	padding: 0
}

.site-navigation ul.menu {
	display: flex;
	flex-wrap: wrap
}

.site-navigation ul.menu li {
	position: relative;
	display: flex
}

.site-navigation ul.menu li a {
	display: block;
	padding: 8px 15px
}

.site-navigation ul.menu li.menu-item-has-children {
	padding-inline-end: 15px
}

.site-navigation ul.menu li.menu-item-has-children:after {
	display: flex;
	content: "▾";
	font-size: 1.5em;
	justify-content: center;
	align-items: center;
	color: #666;
	text-decoration: none
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
	display: block
}

.site-navigation ul.menu li ul {
	background: #fff;
	display: none;
	min-width: 150px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%
}

.site-navigation ul.menu li ul li {
	border-block-end: rgb(238.425, 238.425, 238.425) 1px solid
}

.site-navigation ul.menu li ul li:last-child {
	border-block-end: none
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
	flex-grow: 1
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
	transform: translateY(-50%) rotate(-90deg)
}

.site-navigation ul.menu li ul ul {
	left: 100%;
	top: 0
}

.site-navigation ul.menu li:hover>ul {
	display: block
}

footer .site-navigation ul.menu li ul {
	top: auto;
	bottom: 100%
}

footer .site-navigation ul.menu li ul ul {
	bottom: 0
}

footer .site-navigation ul.menu a {
	padding: 5px 15px
}

.site-navigation-dropdown {
	margin-block-start: 10px;
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
	transform: scaleY(0);
	max-height: 0
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
	transform: scaleY(1);
	max-height: 100vh
}

.site-navigation-dropdown ul {
	padding: 0
}

.site-navigation-dropdown ul.menu {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff
}

.site-navigation-dropdown ul.menu li {
	display: block;
	width: 100%;
	position: relative
}

.site-navigation-dropdown ul.menu li a {
	display: block;
	padding: 20px;
	background: #fff;
	color: #55595c;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843)
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #fff;
	background: #55595c
}

.site-navigation-dropdown ul.menu>li li {
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	transform: scaleY(0);
	max-height: 0
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
	transform: scaleY(1);
	max-height: 100vh
}

@media (max-width:576px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important
	}
}

@media (min-width:768px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important
	}
}

@media (min-width:576px) and (max-width:767px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important
	}
}

@media (min-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important
	}
}

@media (max-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
		display: none !important
	}
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
	display: none !important
}

/* --- https://hilosdesangre.co/wp-content/plugins/elementor/assets/css/frontend-lite.min.css?ver=3.13.2 --- */
/*! elementor - v3.13.2 - 11-05-2023 */
.dialog-widget-content {
	background-color: var(--e-a-bg-default);
	position: absolute;
	border-radius: 3px;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
	overflow: hidden
}

.dialog-message {
	line-height: 1.5;
	box-sizing: border-box
}

.dialog-close-button {
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
	right: 15px;
	color: var(--e-a-color-txt);
	font-size: 15px;
	line-height: 1;
	transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
	color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

.dialog-type-lightbox {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.flatpickr-calendar {
	width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
	font-weight: 300
}

.flatpickr-calendar .dayContainer {
	width: 280px;
	min-width: 280px;
	max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
	width: 280px
}

.flatpickr-calendar .flatpickr-day {
	max-width: 37px;
	height: 37px;
	line-height: 37px
}

.elementor-hidden {
	display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
	position: absolute;
	top: -10000em;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.elementor-clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0
}

.e-logo-wrapper {
	background: var(--e-a-bg-logo);
	display: inline-block;
	padding: .75em;
	border-radius: 50%;
	line-height: 1
}

.e-logo-wrapper i {
	color: var(--e-a-color-logo);
	font-size: 1em
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
	padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
	padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
	padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
	padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
	padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
	padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
	position: relative;
	height: 0
}

.elementor-fit-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border: 0;
	background-color: #000
}

.elementor-fit-aspect-ratio video {
	width: 100%
}

.elementor *,
.elementor :after,
.elementor :before {
	box-sizing: border-box
}

.elementor a {
	box-shadow: none;
	text-decoration: none
}

.elementor hr {
	margin: 0;
	background-color: transparent
}

.elementor img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
	margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
	max-width: 100%;
	width: 100%;
	margin: 0;
	line-height: 1;
	border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	direction: ltr
}

.elementor .elementor-background-video-container {
	transition: opacity 1s;
	pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
	opacity: 0
}

.elementor .elementor-background-video-embed {
	max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
	max-width: none
}

.elementor .elementor-html5-video {
	-o-object-fit: cover;
	object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.elementor .elementor-background-slideshow {
	z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
	position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
	position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
	max-width: 100%
}

@media (max-width:1024px) {

	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
		max-width: 100%
	}
}

@media (max-width:767px) {

	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
	.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
		max-width: 100%
	}
}

.elementor-element {
	--flex-direction: initial;
	--flex-wrap: initial;
	--justify-content: initial;
	--align-items: initial;
	--align-content: initial;
	--gap: initial;
	--flex-basis: initial;
	--flex-grow: initial;
	--flex-shrink: initial;
	--order: initial;
	--align-self: initial;
	flex-basis: var(--flex-basis);
	flex-grow: var(--flex-grow);
	flex-shrink: var(--flex-shrink);
	order: var(--order);
	align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
	z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
	flex-direction: var(--flex-direction);
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	gap: var(--gap)
}

.elementor-invisible {
	visibility: hidden
}

.elementor-align-center {
	text-align: center
}

.elementor-align-center .elementor-button {
	width: auto
}

.elementor-align-right {
	text-align: right
}

.elementor-align-right .elementor-button {
	width: auto
}

.elementor-align-left {
	text-align: left
}

.elementor-align-left .elementor-button {
	width: auto
}

.elementor-align-justify .elementor-button {
	width: 100%
}

.elementor-custom-embed-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
	font-size: 100px;
	color: #fff;
	text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
	height: 100px;
	width: 100px;
	fill: #fff;
	filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
	opacity: .8;
	transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
	font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
	content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
	animation: eicon-spin 2s linear infinite
}

.elementor-tag {
	display: inline-flex
}

.elementor-ken-burns {
	transition-property: transform;
	transition-duration: 10s;
	transition-timing-function: linear
}

.elementor-ken-burns--out {
	transform: scale(1.3)
}

.elementor-ken-burns--active {
	transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
	transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
	transform: scale(1.3)
}

@media (min-width:-1) {
	.elementor-widescreen-align-center {
		text-align: center
	}

	.elementor-widescreen-align-center .elementor-button {
		width: auto
	}

	.elementor-widescreen-align-right {
		text-align: right
	}

	.elementor-widescreen-align-right .elementor-button {
		width: auto
	}

	.elementor-widescreen-align-left {
		text-align: left
	}

	.elementor-widescreen-align-left .elementor-button {
		width: auto
	}

	.elementor-widescreen-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-laptop-align-center {
		text-align: center
	}

	.elementor-laptop-align-center .elementor-button {
		width: auto
	}

	.elementor-laptop-align-right {
		text-align: right
	}

	.elementor-laptop-align-right .elementor-button {
		width: auto
	}

	.elementor-laptop-align-left {
		text-align: left
	}

	.elementor-laptop-align-left .elementor-button {
		width: auto
	}

	.elementor-laptop-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-tablet_extra-align-center {
		text-align: center
	}

	.elementor-tablet_extra-align-center .elementor-button {
		width: auto
	}

	.elementor-tablet_extra-align-right {
		text-align: right
	}

	.elementor-tablet_extra-align-right .elementor-button {
		width: auto
	}

	.elementor-tablet_extra-align-left {
		text-align: left
	}

	.elementor-tablet_extra-align-left .elementor-button {
		width: auto
	}

	.elementor-tablet_extra-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:1024px) {
	.elementor-tablet-align-center {
		text-align: center
	}

	.elementor-tablet-align-center .elementor-button {
		width: auto
	}

	.elementor-tablet-align-right {
		text-align: right
	}

	.elementor-tablet-align-right .elementor-button {
		width: auto
	}

	.elementor-tablet-align-left {
		text-align: left
	}

	.elementor-tablet-align-left .elementor-button {
		width: auto
	}

	.elementor-tablet-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:-1) {
	.elementor-mobile_extra-align-center {
		text-align: center
	}

	.elementor-mobile_extra-align-center .elementor-button {
		width: auto
	}

	.elementor-mobile_extra-align-right {
		text-align: right
	}

	.elementor-mobile_extra-align-right .elementor-button {
		width: auto
	}

	.elementor-mobile_extra-align-left {
		text-align: left
	}

	.elementor-mobile_extra-align-left .elementor-button {
		width: auto
	}

	.elementor-mobile_extra-align-justify .elementor-button {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-mobile-align-center {
		text-align: center
	}

	.elementor-mobile-align-center .elementor-button {
		width: auto
	}

	.elementor-mobile-align-right {
		text-align: right
	}

	.elementor-mobile-align-right .elementor-button {
		width: auto
	}

	.elementor-mobile-align-left {
		text-align: left
	}

	.elementor-mobile-align-left .elementor-button {
		width: auto
	}

	.elementor-mobile-align-justify .elementor-button {
		width: 100%
	}
}

:root {
	--page-title-display: block
}

.elementor-page-title,
h1.entry-title {
	display: var(--page-title-display)
}

@keyframes eicon-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: eicon-spin 2s linear infinite
}

.elementor-section {
	position: relative
}

.elementor-section .elementor-container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

@media (max-width:1024px) {
	.elementor-section .elementor-container {
		flex-wrap: wrap
	}
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px
}

.elementor-section.elementor-section-stretched {
	position: relative;
	width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
	align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
	align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
	align-items: flex-end
}

@media (min-width:768px) {
	.elementor-section.elementor-section-height-full {
		height: 100vh
	}

	.elementor-section.elementor-section-height-full>.elementor-container {
		height: 100%
	}
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
	align-items: flex-end
}

.elementor-row {
	width: 100%;
	display: flex
}

@media (max-width:1024px) {
	.elementor-row {
		flex-wrap: wrap
	}
}

.elementor-widget-wrap {
	position: relative;
	width: 100%;
	flex-wrap: wrap;
	align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
	display: flex
}

.elementor-widget-wrap>.elementor-element {
	width: 100%
}

.elementor-widget-wrap.e-swiper-container {
	width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
	position: relative
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
	margin-bottom: 0
}

.elementor-column {
	position: relative;
	min-height: 1px;
	display: flex
}

.elementor-column-wrap {
	width: 100%;
	position: relative;
	display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
	padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
	padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
	padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
	padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	padding: 0
}

@media (min-width:768px) {

	.elementor-column.elementor-col-10,
	.elementor-column[data-col="10"] {
		width: 10%
	}

	.elementor-column.elementor-col-11,
	.elementor-column[data-col="11"] {
		width: 11.111%
	}

	.elementor-column.elementor-col-12,
	.elementor-column[data-col="12"] {
		width: 12.5%
	}

	.elementor-column.elementor-col-14,
	.elementor-column[data-col="14"] {
		width: 14.285%
	}

	.elementor-column.elementor-col-16,
	.elementor-column[data-col="16"] {
		width: 16.666%
	}

	.elementor-column.elementor-col-20,
	.elementor-column[data-col="20"] {
		width: 20%
	}

	.elementor-column.elementor-col-25,
	.elementor-column[data-col="25"] {
		width: 25%
	}

	.elementor-column.elementor-col-30,
	.elementor-column[data-col="30"] {
		width: 30%
	}

	.elementor-column.elementor-col-33,
	.elementor-column[data-col="33"] {
		width: 33.333%
	}

	.elementor-column.elementor-col-40,
	.elementor-column[data-col="40"] {
		width: 40%
	}

	.elementor-column.elementor-col-50,
	.elementor-column[data-col="50"] {
		width: 50%
	}

	.elementor-column.elementor-col-60,
	.elementor-column[data-col="60"] {
		width: 60%
	}

	.elementor-column.elementor-col-66,
	.elementor-column[data-col="66"] {
		width: 66.666%
	}

	.elementor-column.elementor-col-70,
	.elementor-column[data-col="70"] {
		width: 70%
	}

	.elementor-column.elementor-col-75,
	.elementor-column[data-col="75"] {
		width: 75%
	}

	.elementor-column.elementor-col-80,
	.elementor-column[data-col="80"] {
		width: 80%
	}

	.elementor-column.elementor-col-83,
	.elementor-column[data-col="83"] {
		width: 83.333%
	}

	.elementor-column.elementor-col-90,
	.elementor-column[data-col="90"] {
		width: 90%
	}

	.elementor-column.elementor-col-100,
	.elementor-column[data-col="100"] {
		width: 100%
	}
}

@media (max-width:479px) {
	.elementor-column.elementor-xs-10 {
		width: 10%
	}

	.elementor-column.elementor-xs-11 {
		width: 11.111%
	}

	.elementor-column.elementor-xs-12 {
		width: 12.5%
	}

	.elementor-column.elementor-xs-14 {
		width: 14.285%
	}

	.elementor-column.elementor-xs-16 {
		width: 16.666%
	}

	.elementor-column.elementor-xs-20 {
		width: 20%
	}

	.elementor-column.elementor-xs-25 {
		width: 25%
	}

	.elementor-column.elementor-xs-30 {
		width: 30%
	}

	.elementor-column.elementor-xs-33 {
		width: 33.333%
	}

	.elementor-column.elementor-xs-40 {
		width: 40%
	}

	.elementor-column.elementor-xs-50 {
		width: 50%
	}

	.elementor-column.elementor-xs-60 {
		width: 60%
	}

	.elementor-column.elementor-xs-66 {
		width: 66.666%
	}

	.elementor-column.elementor-xs-70 {
		width: 70%
	}

	.elementor-column.elementor-xs-75 {
		width: 75%
	}

	.elementor-column.elementor-xs-80 {
		width: 80%
	}

	.elementor-column.elementor-xs-83 {
		width: 83.333%
	}

	.elementor-column.elementor-xs-90 {
		width: 90%
	}

	.elementor-column.elementor-xs-100 {
		width: 100%
	}
}

@media (max-width:767px) {
	.elementor-column.elementor-sm-10 {
		width: 10%
	}

	.elementor-column.elementor-sm-11 {
		width: 11.111%
	}

	.elementor-column.elementor-sm-12 {
		width: 12.5%
	}

	.elementor-column.elementor-sm-14 {
		width: 14.285%
	}

	.elementor-column.elementor-sm-16 {
		width: 16.666%
	}

	.elementor-column.elementor-sm-20 {
		width: 20%
	}

	.elementor-column.elementor-sm-25 {
		width: 25%
	}

	.elementor-column.elementor-sm-30 {
		width: 30%
	}

	.elementor-column.elementor-sm-33 {
		width: 33.333%
	}

	.elementor-column.elementor-sm-40 {
		width: 40%
	}

	.elementor-column.elementor-sm-50 {
		width: 50%
	}

	.elementor-column.elementor-sm-60 {
		width: 60%
	}

	.elementor-column.elementor-sm-66 {
		width: 66.666%
	}

	.elementor-column.elementor-sm-70 {
		width: 70%
	}

	.elementor-column.elementor-sm-75 {
		width: 75%
	}

	.elementor-column.elementor-sm-80 {
		width: 80%
	}

	.elementor-column.elementor-sm-83 {
		width: 83.333%
	}

	.elementor-column.elementor-sm-90 {
		width: 90%
	}

	.elementor-column.elementor-sm-100 {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-column.elementor-md-10 {
		width: 10%
	}

	.elementor-column.elementor-md-11 {
		width: 11.111%
	}

	.elementor-column.elementor-md-12 {
		width: 12.5%
	}

	.elementor-column.elementor-md-14 {
		width: 14.285%
	}

	.elementor-column.elementor-md-16 {
		width: 16.666%
	}

	.elementor-column.elementor-md-20 {
		width: 20%
	}

	.elementor-column.elementor-md-25 {
		width: 25%
	}

	.elementor-column.elementor-md-30 {
		width: 30%
	}

	.elementor-column.elementor-md-33 {
		width: 33.333%
	}

	.elementor-column.elementor-md-40 {
		width: 40%
	}

	.elementor-column.elementor-md-50 {
		width: 50%
	}

	.elementor-column.elementor-md-60 {
		width: 60%
	}

	.elementor-column.elementor-md-66 {
		width: 66.666%
	}

	.elementor-column.elementor-md-70 {
		width: 70%
	}

	.elementor-column.elementor-md-75 {
		width: 75%
	}

	.elementor-column.elementor-md-80 {
		width: 80%
	}

	.elementor-column.elementor-md-83 {
		width: 83.333%
	}

	.elementor-column.elementor-md-90 {
		width: 90%
	}

	.elementor-column.elementor-md-100 {
		width: 100%
	}
}

@media (min-width:-1) {
	.elementor-reverse-widescreen>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:1025px) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor-reverse-laptop>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:1025px) and (max-width:-1) {

	.elementor-reverse-laptop>.elementor-container>:first-child,
	.elementor-reverse-laptop>.elementor-container>:nth-child(2),
	.elementor-reverse-laptop>.elementor-container>:nth-child(3),
	.elementor-reverse-laptop>.elementor-container>:nth-child(4),
	.elementor-reverse-laptop>.elementor-container>:nth-child(5),
	.elementor-reverse-laptop>.elementor-container>:nth-child(6),
	.elementor-reverse-laptop>.elementor-container>:nth-child(7),
	.elementor-reverse-laptop>.elementor-container>:nth-child(8),
	.elementor-reverse-laptop>.elementor-container>:nth-child(9),
	.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
		order: 0
	}

	.elementor-reverse-tablet_extra>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (min-width:-1) and (max-width:1024px) {
	.elementor-reverse-tablet>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 1
	}
}

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

	.elementor-reverse-tablet>.elementor-container>:first-child,
	.elementor-reverse-tablet>.elementor-container>:nth-child(2),
	.elementor-reverse-tablet>.elementor-container>:nth-child(3),
	.elementor-reverse-tablet>.elementor-container>:nth-child(4),
	.elementor-reverse-tablet>.elementor-container>:nth-child(5),
	.elementor-reverse-tablet>.elementor-container>:nth-child(6),
	.elementor-reverse-tablet>.elementor-container>:nth-child(7),
	.elementor-reverse-tablet>.elementor-container>:nth-child(8),
	.elementor-reverse-tablet>.elementor-container>:nth-child(9),
	.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
		order: 0
	}

	.elementor-reverse-mobile_extra>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
		order: 1
	}
}

@media (max-width:767px) {
	.elementor-reverse-mobile>.elementor-container>:first-child {
		order: 10
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
		order: 9
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
		order: 8
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
		order: 7
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
		order: 6
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
		order: 5
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
		order: 4
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
		order: 3
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
		order: 2
	}

	.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
		order: 1
	}

	.elementor-column {
		width: 100%
	}
}

ul.elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word
}

.elementor-grid {
	display: grid;
	grid-column-gap: var(--grid-column-gap);
	grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
	min-width: 0
}

.elementor-grid-0 .elementor-grid {
	display: inline-block;
	width: 100%;
	word-spacing: var(--grid-column-gap);
	margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
	display: inline-block;
	margin-bottom: var(--grid-row-gap);
	word-break: break-word
}

.elementor-grid-1 .elementor-grid {
	grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
	grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
	grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
	grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
	grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
	grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
	grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
	grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
	grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
	grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
	grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
	grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
	.elementor-grid-widescreen-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-widescreen-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-widescreen-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-widescreen-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-widescreen-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-widescreen-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-widescreen-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-widescreen-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-widescreen-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-widescreen-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-widescreen-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-widescreen-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-widescreen-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:-1) {
	.elementor-grid-laptop-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-laptop-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-laptop-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-laptop-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-laptop-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-laptop-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-laptop-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-laptop-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-laptop-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-laptop-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-laptop-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-laptop-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-laptop-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:-1) {
	.elementor-grid-tablet_extra-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-tablet_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-tablet_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-tablet_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-tablet_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-tablet_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-tablet_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-tablet_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-tablet_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-tablet_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-tablet_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-tablet_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-tablet_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:1024px) {
	.elementor-grid-tablet-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-tablet-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-tablet-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-tablet-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-tablet-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-tablet-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-tablet-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-tablet-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-tablet-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-tablet-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-tablet-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-tablet-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-tablet-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:-1) {
	.elementor-grid-mobile_extra-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-mobile_extra-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-mobile_extra-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-mobile_extra-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-mobile_extra-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-mobile_extra-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-mobile_extra-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-mobile_extra-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-mobile_extra-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-mobile_extra-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-mobile_extra-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-mobile_extra-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-mobile_extra-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (max-width:767px) {
	.elementor-grid-mobile-0 .elementor-grid {
		display: inline-block;
		width: 100%;
		word-spacing: var(--grid-column-gap);
		margin-bottom: calc(-1 * var(--grid-row-gap))
	}

	.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
		display: inline-block;
		margin-bottom: var(--grid-row-gap);
		word-break: break-word
	}

	.elementor-grid-mobile-1 .elementor-grid {
		grid-template-columns: repeat(1, 1fr)
	}

	.elementor-grid-mobile-2 .elementor-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.elementor-grid-mobile-3 .elementor-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.elementor-grid-mobile-4 .elementor-grid {
		grid-template-columns: repeat(4, 1fr)
	}

	.elementor-grid-mobile-5 .elementor-grid {
		grid-template-columns: repeat(5, 1fr)
	}

	.elementor-grid-mobile-6 .elementor-grid {
		grid-template-columns: repeat(6, 1fr)
	}

	.elementor-grid-mobile-7 .elementor-grid {
		grid-template-columns: repeat(7, 1fr)
	}

	.elementor-grid-mobile-8 .elementor-grid {
		grid-template-columns: repeat(8, 1fr)
	}

	.elementor-grid-mobile-9 .elementor-grid {
		grid-template-columns: repeat(9, 1fr)
	}

	.elementor-grid-mobile-10 .elementor-grid {
		grid-template-columns: repeat(10, 1fr)
	}

	.elementor-grid-mobile-11 .elementor-grid {
		grid-template-columns: repeat(11, 1fr)
	}

	.elementor-grid-mobile-12 .elementor-grid {
		grid-template-columns: repeat(12, 1fr)
	}
}

@media (min-width:1025px) {
	#elementor-device-mode:after {
		content: "desktop"
	}
}

@media (min-width:-1) {
	#elementor-device-mode:after {
		content: "widescreen"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "laptop";
		content: "tablet_extra"
	}
}

@media (max-width:1024px) {
	#elementor-device-mode:after {
		content: "tablet"
	}
}

@media (max-width:-1) {
	#elementor-device-mode:after {
		content: "mobile_extra"
	}
}

@media (max-width:767px) {
	#elementor-device-mode:after {
		content: "mobile"
	}
}

.e-con {
	--border-radius: 0;
	--border-width-top: 0px;
	--border-width-right: 0px;
	--border-width-bottom: 0px;
	--border-width-left: 0px;
	--border-style: initial;
	--border-color: initial;
	--container-widget-width: 100%;
	--container-widget-height: initial;
	--container-widget-flex-grow: 0;
	--container-widget-align-self: initial;
	--content-width: Min(100%, var(--container-max-width, 1140px));
	--width: 100%;
	--min-height: initial;
	--height: auto;
	--text-align: initial;
	--margin-top: 0;
	--margin-right: 0;
	--margin-bottom: 0;
	--margin-left: 0;
	--padding-top: var(--container-default-padding-top, 10px);
	--padding-right: var(--container-default-padding-right, 10px);
	--padding-bottom: var(--container-default-padding-bottom, 10px);
	--padding-left: var(--container-default-padding-left, 10px);
	--position: relative;
	--z-index: revert;
	--overflow: visible;
	--gap: var(--widgets-spacing, 20px);
	--overlay-mix-blend-mode: initial;
	--overlay-opacity: 1;
	--overlay-transition: 0.3s;
	--e-con-grid-template-columns: repeat(3, 1fr);
	--e-con-grid-template-rows: repeat(2, 1fr);
	position: var(--position);
	width: var(--width);
	min-width: 0;
	min-height: var(--min-height);
	height: var(--height);
	border-radius: var(--border-radius);
	margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
	padding-left: var(--padding-left);
	padding-right: var(--padding-right);
	z-index: var(--z-index);
	overflow: var(--overflow);
	transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con.e-flex {
	--flex-direction: column;
	--flex-basis: auto;
	--flex-grow: 0;
	--flex-shrink: 1;
	flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
	text-align: var(--text-align);
	padding-top: var(--padding-top);
	padding-bottom: var(--padding-bottom)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
	flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
	display: var(--display)
}

.e-con.e-grid {
	--grid-justify-content: start;
	--grid-align-content: start;
	--grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
	grid-template-columns: var(--e-con-grid-template-columns);
	grid-template-rows: var(--e-con-grid-template-rows);
	justify-content: var(--grid-justify-content);
	align-content: var(--grid-align-content);
	grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	align-content: normal
}

.e-con-boxed.e-grid {
	justify-items: legacy;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr
}

.e-con-boxed {
	text-align: initial;
	gap: initial
}

.e-con.e-flex>.e-con-inner {
	flex-wrap: var(--flex-wrap);
	justify-content: var(--justify-content);
	align-items: var(--align-items);
	align-content: var(--align-content);
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto
}

.e-con.e-grid>.e-con-inner {
	justify-items: var(--justify-items);
	align-items: var(--align-items)
}

.e-con>.e-con-inner {
	gap: var(--gap);
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding-inline: 0;
	height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
	--margin-right: auto;
	--margin-left: auto;
	max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
	margin-bottom: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	content: var(--background-overlay);
	display: block;
	position: absolute;
	mix-blend-mode: var(--overlay-mix-blend-mode);
	opacity: var(--overlay-opacity);
	transition: var(--overlay-transition, .3s);
	border-radius: var(--border-radius);
	border-top: var(--border-width-top) var(--border-style) var(--border-color);
	border-right: var(--border-width-right) var(--border-style) var(--border-color);
	border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
	border-left: var(--border-width-left) var(--border-style) var(--border-color);
	top: calc(0px - var(--border-width-top));
	left: calc(0px - var(--border-width-left));
	width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
	height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

.e-con:before {
	transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
	border-radius: var(--border-radius);
	border-top: var(--border-width-top) var(--border-style) var(--border-color);
	border-right: var(--border-width-right) var(--border-style) var(--border-color);
	border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
	border-left: var(--border-width-left) var(--border-style) var(--border-color);
	top: calc(0px - var(--border-width-top));
	left: calc(0px - var(--border-width-left));
	width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
	height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

@media (max-width:767px) {
	:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
		display: none
	}
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
	z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
	z-index: 2
}

.e-con .elementor-widget {
	min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
	width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
	height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
	max-width: 100%
}

@media (max-width:767px) {
	.e-con.e-flex {
		--width: 100%;
		--flex-wrap: wrap
	}
}

.elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
	flex-basis: 100%;
	max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
	flex-grow: 1
}

.elementor-field-group {
	flex-wrap: wrap;
	align-items: center
}

.elementor-field-group.elementor-field-type-submit {
	align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
	width: 100%;
	max-width: 100%;
	border: 1px solid #69727d;
	background-color: transparent;
	color: #1f2124;
	vertical-align: middle;
	flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
	display: flex;
	position: relative;
	width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	flex-basis: 100%;
	padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
	content: "\e92a";
	font-family: eicons;
	font-size: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
	content: ""
}

.elementor-field-subgroup {
	display: flex;
	flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
	display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
	padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
	flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
	display: inline
}

.elementor-field-label {
	cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
	content: "*";
	color: red;
	padding-left: .2em
}

.elementor-field-textual {
	line-height: 1.4;
	font-size: 15px;
	min-height: 40px;
	padding: 5px 14px;
	border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
	font-size: 13px;
	min-height: 33px;
	padding: 4px 12px;
	border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
	font-size: 16px;
	min-height: 47px;
	padding: 6px 16px;
	border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
	border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
	font-size: 20px;
	min-height: 72px;
	padding: 8px 24px;
	border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
	flex-basis: 50%;
	flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
	flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
	justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
	justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
	justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
	flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
	flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
	flex-basis: auto
}

@media screen and (max-width:1024px) {
	.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1
	}

	.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%
	}

	.elementor-tablet-button-align-center .e-form__buttons,
	.elementor-tablet-button-align-center .elementor-field-type-submit {
		justify-content: center
	}

	.elementor-tablet-button-align-start .e-form__buttons,
	.elementor-tablet-button-align-start .elementor-field-type-submit {
		justify-content: flex-start
	}

	.elementor-tablet-button-align-end .e-form__buttons,
	.elementor-tablet-button-align-end .elementor-field-type-submit {
		justify-content: flex-end
	}

	.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0
	}

	.elementor-tablet-button-align-center .e-form__buttons__wrapper,
	.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper,
	.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper,
	.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto
	}
}

@media screen and (max-width:767px) {
	.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: 100%
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
		flex-basis: 50%;
		flex-grow: 1
	}

	.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
		flex-basis: 100%
	}

	.elementor-mobile-button-align-center .e-form__buttons,
	.elementor-mobile-button-align-center .elementor-field-type-submit {
		justify-content: center
	}

	.elementor-mobile-button-align-start .e-form__buttons,
	.elementor-mobile-button-align-start .elementor-field-type-submit {
		justify-content: flex-start
	}

	.elementor-mobile-button-align-end .e-form__buttons,
	.elementor-mobile-button-align-end .elementor-field-type-submit {
		justify-content: flex-end
	}

	.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
	.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
		flex-basis: auto
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper {
		flex-grow: 0
	}

	.elementor-mobile-button-align-center .e-form__buttons__wrapper,
	.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper,
	.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper,
	.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
		flex-basis: auto
	}
}

.elementor-error .elementor-field {
	border-color: #d9534f
}

.elementor-error .help-inline {
	color: #d9534f;
	font-size: .9em
}

.elementor-message {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1
}

.elementor-message:before {
	content: "\e90e";
	display: inline-block;
	font-family: eicons;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	margin-right: 5px
}

.elementor-message.elementor-message-danger {
	color: #d9534f
}

.elementor-message.elementor-message-danger:before {
	content: "\e87f"
}

.elementor-message.form-message-success {
	color: #5cb85c
}

.elementor-form .elementor-button {
	padding-top: 0;
	padding-bottom: 0;
	border: none
}

.elementor-form .elementor-button>span {
	display: flex;
	justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
	min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
	min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
	min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
	min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
	min-height: 72px
}

.elementor-element .elementor-widget-container {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
	display: inline-block;
	line-height: 1;
	background-color: #69727d;
	font-size: 15px;
	padding: 12px 24px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
	color: #fff
}

.elementor-button-content-wrapper {
	display: flex;
	justify-content: center
}

.elementor-button-icon {
	flex-grow: 0;
	order: 5
}

.elementor-button-icon svg {
	width: 1em;
	height: auto
}

.elementor-button-icon .e-font-icon-svg {
	height: 1em
}

.elementor-button-text {
	flex-grow: 1;
	order: 10;
	display: inline-block
}

.elementor-button.elementor-size-xs {
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 2px
}

.elementor-button.elementor-size-md {
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 4px
}

.elementor-button.elementor-size-lg {
	font-size: 18px;
	padding: 20px 40px;
	border-radius: 5px
}

.elementor-button.elementor-size-xl {
	font-size: 20px;
	padding: 25px 50px;
	border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
	margin-left: 5px;
	order: 15
}

.elementor-button .elementor-align-icon-left {
	margin-right: 5px;
	order: 5
}

.elementor-button span {
	text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
	background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
	background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
	background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
	background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
	background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
	background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
	background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
	background-color: #d9534f
}

.elementor-tab-title a {
	color: inherit
}

.elementor-view-stacked .elementor-icon {
	padding: .5em;
	background-color: #69727d;
	color: #fff;
	fill: #fff
}

.elementor-view-framed .elementor-icon {
	padding: .5em;
	color: #69727d;
	border: 3px solid #69727d;
	background-color: transparent
}

.elementor-icon {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	color: #69727d;
	font-size: 50px;
	text-align: center
}

.elementor-icon:hover {
	color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

.elementor-icon i.fad {
	width: auto
}

.elementor-shape-circle .elementor-icon {
	border-radius: 50%
}

.e-transform .elementor-widget-container {
	transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
	transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
	transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
	--swiper-theme-color: #000;
	--swiper-navigation-size: 44px;
	--swiper-pagination-bullet-size: 6px;
	--swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
	line-height: 0
}

.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
	display: none
}

.elementor-element .swiper .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button {
	position: absolute;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	transform: translateY(-50%)
}

.elementor-element .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg {
	fill: hsla(0, 0%, 93.3%, .9);
	height: 1em;
	width: 1em
}

.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
	left: 10px
}

.elementor-element .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
	right: 10px
}

.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction {
	bottom: 5px
}

.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button {
	transform: translate3d(0, -50%, 1px)
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper {
	padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button {
	top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
	position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
	position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
	width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
	left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next {
	right: 0
}

.elementor-lightbox {
	--lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
	--lightbox-ui-color-hover: #fff;
	--lightbox-text-color: var(--lightbox-ui-color);
	--lightbox-header-icons-size: 20px;
	--lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
	text-align: center
}

.elementor-lightbox .dialog-header {
	display: none
}

.elementor-lightbox .dialog-widget-content {
	background: none;
	box-shadow: none;
	width: 100%;
	height: 100%
}

.elementor-lightbox .dialog-message {
	animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
	height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
	padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
	cursor: pointer;
	position: absolute;
	font-size: var(--lightbox-header-icons-size);
	right: .75em;
	margin-top: 13px;
	padding: .25em;
	z-index: 2;
	line-height: 1;
	display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	height: 1em;
	width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
	color: var(--lightbox-ui-color);
	transition: all .3s;
	opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
	fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
	fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
	height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 70px;
	box-sizing: border-box;
	height: 100%;
	margin: auto
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-lightbox-item {
		padding: 70px 0
	}
}

.elementor-lightbox .elementor-lightbox-image {
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
	opacity: 1;
	filter: none;
	border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
	box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
	border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
	.elementor-lightbox .elementor-video-container {
		width: 75%
	}
}

@media (max-width:1024px) {
	.elementor-lightbox .elementor-video-container {
		width: 100%
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
		width: 70%
	}
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
	left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
	right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
	outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
	height: 100%;
	display: flex;
	align-items: center;
	width: 15%;
	justify-content: center;
	font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
	.elementor-lightbox .elementor-swiper-button:focus {
		outline: none
	}

	.elementor-lightbox .elementor-swiper-button-next,
	.elementor-lightbox .elementor-swiper-button-prev {
		width: 20%
	}

	.elementor-lightbox .elementor-swiper-button-next i,
	.elementor-lightbox .elementor-swiper-button-prev i {
		padding: 10px;
		background-color: rgba(0, 0, 0, .5)
	}

	.elementor-lightbox .elementor-swiper-button-prev {
		left: 0;
		justify-content: flex-start
	}

	.elementor-lightbox .elementor-swiper-button-next {
		right: 0;
		justify-content: flex-end
	}
}

.elementor-slideshow__counter {
	color: currentColor;
	font-size: .75em;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	transition: .3s
}

.elementor-slideshow__footer {
	color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
	color: var(--lightbox-ui-color);
	display: flex;
	flex-direction: row-reverse;
	font-size: var(--lightbox-header-icons-size);
	padding-left: 1em;
	padding-right: 2.6em;
	top: 0;
	align-items: center;
	z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
	cursor: pointer;
	padding: .25em;
	margin: 0 .35em
}

.elementor-slideshow__header>i {
	font-size: inherit
}

.elementor-slideshow__header>i:hover {
	color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
	box-sizing: content-box;
	fill: var(--lightbox-ui-color);
	height: 1em;
	width: 1em
}

.elementor-slideshow__header>svg:hover {
	fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
	margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
	z-index: 5
}

.elementor-slideshow__share-menu {
	background-color: transparent;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
	color: #0c0d0e
}

.elementor-slideshow__share-links {
	display: block;
	position: absolute;
	min-width: 200px;
	right: 2.8em;
	top: 3em;
	background-color: #fff;
	border-radius: 3px;
	padding: 14px 20px;
	transform: scale(0);
	opacity: 0;
	transform-origin: 90% 10%;
	transition: all .25s .1s;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
	text-align: left;
	color: #3f444b;
	font-size: 12px;
	line-height: 2.5;
	display: block;
	opacity: 0;
	transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
	color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
	margin-right: .75em
}

.elementor-slideshow__share-links a i {
	font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
	height: 1.25em;
	width: 1.25em
}

.elementor-slideshow__share-links:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	right: .5em;
	border: .45em solid transparent;
	border-bottom-color: #fff;
	transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
	bottom: 0;
	z-index: 5;
	position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
	margin: 0
}

.elementor-slideshow__title {
	font-size: 16px;
	font-weight: 700
}

.elementor-slideshow__description {
	font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
	opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
	width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
	opacity: 0;
	pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	cursor: default;
	background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
	transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
	opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
	color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
	color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
	color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
	color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
	fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
	fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
	fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
	fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
	z-index: 2
}

.animated {
	animation-duration: 1.25s
}

.animated.animated-slow {
	animation-duration: 2s
}

.animated.animated-fast {
	animation-duration: .75s
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.reverse {
	animation-direction: reverse;
	animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
	.animated {
		animation: none
	}
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr
}

.elementor-shape-top {
	top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
	z-index: -1
}

.elementor-shape-bottom {
	bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
	z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
	transform: rotate(180deg)
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
	content: "\e813";
	font-family: eicons;
	top: 3px;
	font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
	display: flex;
	width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
	background: #3f444b;
	font-size: 11px;
	line-height: 9px;
	margin-top: 6px;
	padding: 4px 8px;
	border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
	content: "\f348";
	top: 2px
}

#wpadminbar * {
	font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
	display: none
}

.elementor-post__thumbnail__link {
	transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
	padding: 0
}

.e--ua-appleWebkit.rtl {
	--flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
	--justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
	--justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--justify-content, space-between);
	margin-left: calc(-.5 * var(--grid-column-gap));
	margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
	margin-left: calc(.5 * var(--grid-column-gap));
	margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
	display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
	margin-left: 0;
	margin-right: 0
}

@media (max-width:1024px) {

	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
		--justify-content: var(--flex-right, flex-end)
	}

	.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
		--justify-content: center
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
		display: inline-block
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {

	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
		--justify-content: var(--flex-right, flex-end)
	}

	.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
	.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
		--justify-content: center
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: var(--justify-content, space-between);
		margin-left: calc(-.5 * var(--grid-column-gap));
		margin-right: calc(-.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
		margin-left: calc(.5 * var(--grid-column-gap));
		margin-right: calc(.5 * var(--grid-column-gap))
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
		display: inline-block
	}

	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
	.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:767px) {

	.elementor .elementor-hidden-mobile,
	.elementor .elementor-hidden-phone {
		display: none
	}
}

@media (min-width:-1) and (max-width:-1) {
	.elementor .elementor-hidden-mobile_extra {
		display: none
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.elementor .elementor-hidden-tablet {
		display: none
	}
}

@media (min-width:-1) and (max-width:-1) {

	.elementor .elementor-hidden-laptop,
	.elementor .elementor-hidden-tablet_extra {
		display: none
	}
}

@media (min-width:1025px) and (max-width:99999px) {
	.elementor .elementor-hidden-desktop {
		display: none
	}
}

@media (min-width:-1) {
	.elementor .elementor-hidden-widescreen {
		display: none
	}
}

.elementor-widget-text-path {
	font-size: 20px;
	text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
	width: var(--width);
	max-width: 100%;
	height: auto;
	overflow: visible;
	word-spacing: var(--word-spacing);
	transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
	vector-effect: non-scaling-stroke;
	fill: var(--path-fill, transparent);
	stroke: var(--stroke-color, transparent);
	stroke-width: var(--stroke-width, 1px);
	transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
	--path-fill: var(--path-fill-hover);
	--stroke-color: var(--stroke-color-hover);
	--stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
	--fill: var(--text-color);
	fill: var(--fill);
	direction: var(--direction, ltr);
	transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
	--color: var(--text-color-hover, var(--text-color));
	--fill: var(--color);
	color: var(--color)
}

.elementor-widget-n-tabs {
	--n-tabs-color-accent-fallback: #61ce70;
	--n-tabs-color-secondary-fallback: #54595f;
	--n-tabs-default-padding-block: 15px;
	--n-tabs-default-padding-inline: 35px;
	--n-tabs-background-color: transparent;
	--n-tabs-display: flex;
	--n-tabs-direction: column;
	--n-tabs-gap: 10px;
	--n-tabs-heading-display: flex;
	--n-tabs-heading-direction: row;
	--n-tabs-heading-grow: initial;
	--n-tabs-heading-justify-content: center;
	--n-tabs-heading-width: initial;
	--n-tabs-border-width: 1px;
	--n-tabs-border-color: #d5d8dc;
	--n-tabs-content-padding: initial;
	--n-tabs-content-border-radius: initial;
	--n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
	--n-tabs-title-color-hover: #fff;
	--n-tabs-title-color-active: #fff;
	--n-tabs-title-background-color: #f1f2f3;
	--n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
	--n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
	--n-tabs-title-width: initial;
	--n-tabs-title-height: initial;
	--n-tabs-title-font-size: 1rem;
	--n-tabs-title-justify-content-toggle: initial;
	--n-tabs-title-align-items-toggle: center;
	--n-tabs-title-justify-content: center;
	--n-tabs-title-align-items: center;
	--n-tabs-title-direction: row;
	--n-tabs-title-gap: 10px;
	--n-tabs-title-flex-grow: 0;
	--n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
	--n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
	--n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
	--n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
	--n-tabs-title-border-radius: initial;
	--n-tabs-title-transition: 0.3s;
	--n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
	--n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
	--n-tabs-icon-color-active: #fff;
	--n-tabs-icon-gap: 5px;
	width: 100%;
	max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
	display: var(--n-tabs-display);
	flex-direction: var(--n-tabs-direction);
	gap: var(--n-tabs-gap);
	text-align: left
}

.elementor-widget-n-tabs .e-n-tabs-heading {
	display: var(--n-tabs-heading-display);
	flex-basis: var(--n-tabs-heading-width);
	flex-direction: var(--n-tabs-heading-direction);
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: var(--n-tabs-heading-justify-content);
	gap: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content {
	flex-grow: 1;
	padding: var(--n-tabs-content-padding);
	border-radius: var(--n-tabs-content-border-radius);
	min-width: 0
}

.elementor-widget-n-tabs .e-n-tab-title {
	display: flex;
	align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
	flex-direction: var(--n-tabs-title-direction);
	justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
	gap: var(--n-tabs-icon-gap);
	border-width: var(--n-tabs-border-width);
	position: relative;
	cursor: pointer;
	outline: none;
	flex-grow: var(--n-tabs-title-flex-grow);
	flex-basis: fit-content;
	padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
	border-radius: var(--n-tabs-title-border-radius);
	height: var(--n-tabs-title-height);
	width: var(--n-tabs-title-width);
	transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
	transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
	display: flex;
	align-items: center;
	font-size: var(--n-tabs-title-font-size)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
	display: flex;
	align-items: center;
	flex-direction: column;
	order: var(--n-tabs-icon-order);
	overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
	font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
	width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
	height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
	display: none
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
	background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
	color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
	color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
	fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
	transform: translateY(-100vh);
	height: 0;
	opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
	color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
	color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
	fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
	color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
	color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
	fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
	transform: translateY(-100vh);
	height: 0;
	opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
	transform: none;
	animation: initial
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
	margin-top: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
	margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
	display: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-normal:hover {
	background-color: var(--n-tabs-title-background-color-hover);
	background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
	background-color: var(--n-tabs-title-background-color-active);
	background-image: none
}

@media (min-width:768px) {
	.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:767px) {
	.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:-1) {
	.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:-1) {
	.e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:1025px) {
	.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:1024px) {
	.e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:-1) {
	.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:-1) {
	.e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

@media (min-width:1025px) {
	.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
		display: none
	}
}

@media (max-width:-1) {
	.e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		display: none
	}
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-6.css?ver=1684353629 --- */
.elementor-kit-6 {
	--e-global-color-primary: #E02030;
	--e-global-color-secondary: #54595F;
	--e-global-color-text: #757575;
	--e-global-color-accent: #E46E6E;
	--e-global-color-a6eb17c: #000000;
	--e-global-color-c1a107e: #F58790;
	--e-global-color-7932283: #FFFFFF;
	--e-global-color-8858006: #F0CACD;
	--e-global-color-e8a0da3: #F4DCDE;
	--e-global-color-c8d98d5: #FFFFFF00;
	--e-global-color-3575402: #333333;
	--e-global-typography-primary-font-family: "Unbounded";
	--e-global-typography-primary-font-weight: 300;
	--e-global-typography-secondary-font-family: "Hanken Grotesk";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Roboto";
	--e-global-typography-accent-font-weight: 500;
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}

.elementor-kit-6 a {
	color: var(--e-global-color-primary);
}

.elementor-kit-6 h1 {
	color: var(--e-global-color-primary);
	font-size: 36px;
}

.elementor-kit-6 h2 {
	color: #F58790;
	font-size: 24px;
}

.elementor-kit-6 h3 {
	color: var(--e-global-color-3575402);
	font-size: 21px;
}

.elementor-kit-6 h4 {
	color: var(--e-global-color-accent);
	font-size: 18px;
}

.elementor-kit-6 h5 {
	color: #000000;
	font-family: "Unbounded", Sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.elementor-kit-6 h6 {
	color: var(--e-global-color-accent);
	font-size: 14px;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-element {
	--widgets-spacing: 20px;
}

	{}

h1.entry-title {
	display: var(--page-title-display);
}

.elementor-kit-6 e-page-transition {
	background-color: #FFBC7D;
}

.site-header {
	padding-right: 0px;
	padding-left: 0px;
}

@media(max-width:1024px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1024px;
	}

	.e-con {
		--container-max-width: 1024px;
	}
}

@media(max-width:767px) {
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 767px;
	}

	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */
body {
	overflow-x: hidden;
}


.jet-checkboxes-list__decorator {
	border: solid 1px #000 !important;
}

.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator {
	background: #E02030 !important;
	border: 1px solid #E02030 !important;
}

.jet-listing-grid__item.jet-equal-columns>.elementor>:is(.elementor-section, .e-container, .e-con) {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


#but-sup {
	border: none;
	background-color: #B21220;
	border-radius: 20px;
	padding: 4px 20px;
	text-align: center;
	width: 120px;
	font-family: 'Hanken Grotesk';
	color: #fff
}

#but-sup:hover {
	background-color: #000;
}

#but-sup2 {
	border: none;
	background-color: #B21220;
	border-radius: 20px;
	padding: 4px 20px;
	text-align: center;
	width: 180px;
	font-family: 'Hanken Grotesk';
	color: #fff
}

#but-sup2:hover {
	background-color: #000;
}



.make-column-clickable-elementor.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-dfa3075:hover h2,
p {
	color: #000;
}

.contenido h2 {
	color: #F5879;
	font-family: "Hanken Grotesk", Sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
}

.contenido p {
	color: #000;
	font-family: "Unbounded", Sans-serif;
	font-family: "Hanken Grotesk", Sans-serif;
	font-weight: 400;
	font-size: 22px;
}

h5 {
	margin-bottom: 0px
}

.jet-checkboxes-list__label {
	font-family: 'Hanken Grotesk';
	font-size: 16px;
}

.list-one li {
	display: none;
}

.list-one li:nth-child(-n+1) {
	display: list-item;
}

.list-one {
	list-style-type: none;

}



.popobrasvh img.attachment-full.size-full {
	max-height: 50vh;
	width: auto;
}

.popobrasvh .elementor-1833 .elementor-element.elementor-element-689f889 .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
	width: 1000px !important;
}


.radiuspop img {
	border-radius: 20px;
}


.scroll {
	overflow-x: scroll;
	white-space: nowrap;
}

.over-columna .jet-listing-grid__item {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	flex: 0 0 calc(100%/var(--columns));
}

.over-columna {
	overflow-x: auto;
	overflow-y: hidden;
	width: 3000px;
}

.primero .elementor-widget-container {
	max-width: 420px;
}

.segundo .elementor-widget-container {
	max-width: 420px;
}


.caja-detalle {
	width: 420px !important;
}

.columnauno {
	width: 100px !important;
}

.columnados {
	width: 310px !important;
}

.primero {
	float: left;
}

.segundo {
	float: left;
}

.grandes {
	min-width: 250px;
	margin-left: 900px
}

.grandes1 {
	min-width: 1200px
}

@media (max-width: 768px) {
	.primero .elementor-widget-container {
		max-width: 340px;
	}

	.segundo .elementor-widget-container {
		max-width: 340px;
	}


	.caja-detalle {
		width: 340px !important;
	}

	.columnauno {
		width: 100px !important;
	}

	.columnados {
		width: 230px !important;
	}

	.scroll {
		overflow-x: none;
		white-space: nowrap;
	}

	.over-columna {
		overflow-x: hidden;
		overflow-y: hidden;
	}

}

/* End custom CSS */

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/jet-popup/assets/css/jet-popup-frontend.css?ver=1684501249 --- */
.jet-popup-action-button {
	display: flex;
	flex-flow: row nowrap;
	justify-content: var(--jp-ab-hor-alignment, center);
	align-items: center
}

.jet-popup-action-button__instance {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding-top: var(--jp-ab-ver-padding, 8px);
	padding-left: var(--jp-ab-hor-padding, 16px);
	padding-bottom: var(--jp-ab-ver-padding, 8px);
	padding-right: var(--jp-ab-hor-padding, 16px);
	background-color: var(--jp-ab-bg-color, transparent);
	gap: var(--jp-ab-icon-distance, 5px);
	border-style: var(--jp-ab-border-style, solid);
	border-width: var(--jp-ab-border-width, 0);
	border-color: var(--jp-ab-border-color, #000);
	border-radius: var(--jp-ab-border-radius, 0);
	cursor: pointer;
	transition: all .3s ease
}

.jet-popup-action-button__instance:hover {
	background-color: var(--jp-ab-bg-hover-color, transparent);
	border-color: var(--jp-ab-border-hover-color, #000)
}

.jet-popup-action-button__instance:hover .jet-popup-action-button__icon {
	color: var(--jp-ab-icon-hover-color, #000)
}

.jet-popup-action-button__instance:hover .jet-popup-action-button__text {
	color: var(--jp-ab-label-hover-color, #000)
}

.jet-popup-action-button__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: var(--jp-ab-icon-size, auto);
	color: var(--jp-ab-icon-color, #000);
	transition: all .3s ease
}

.jet-popup-action-button__icon svg {
	width: 100%;
	height: auto;
	fill: currentColor
}

.jet-popup-action-button__icon svg path {
	fill: currentColor
}

.jet-popup-action-button__text {
	text-decoration: none;
	color: var(--jp-ab-label-color, #000);
	transition: all .3s ease
}

.jet-popup-action-button--left {
	justify-content: flex-start
}

.jet-popup-action-button--center {
	justify-content: center
}

.jet-popup-action-button--right {
	justify-content: flex-end
}

.jet-popup-action-button--justified {
	justify-content: center
}

.jet-popup-action-button--justified .jet-popup-action-button__instance {
	width: 100%
}

.jet-popup-action-button--icon-before .jet-popup-action-button__icon {
	order: 1;
	margin-right: 5px
}

.jet-popup-action-button--icon-before .jet-popup-action-button__text {
	order: 2
}

.jet-popup-action-button--icon-after .jet-popup-action-button__icon {
	order: 2;
	margin-left: 5px
}

.jet-popup-action-button--icon-after .jet-popup-action-button__text {
	order: 1
}

.jet-popup-mailchimp {
	max-width: 100%
}

.jet-popup-mailchimp__inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -10px;
	margin-right: -10px
}

.jet-popup-mailchimp__field-container {
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px
}

.jet-popup-mailchimp__submit-container {
	width: 100%;
	display: flex;
	flex-flow: column;
	box-sizing: border-box;
	justify-content: flex-end;
	padding-left: 10px;
	padding-right: 10px
}

.jet-popup-mailchimp__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 1 auto;
	position: relative;
	max-width: 100%;
	background-color: #6ec1e4
}

.jet-popup-mailchimp__submit i {
	visibility: visible
}

.jet-popup-mailchimp__submit span {
	visibility: visible
}

.jet-popup-mailchimp__submit:before {
	box-sizing: border-box;
	position: absolute;
	visibility: hidden;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 50%;
	border: 3px solid #fff;
	border-top-color: #000;
	content: "";
	animation: jet-spinner .6s linear infinite
}

.jet-popup-mailchimp__submit.loading i {
	visibility: hidden
}

.jet-popup-mailchimp__submit.loading span {
	visibility: hidden
}

.jet-popup-mailchimp__submit.loading:before {
	visibility: visible
}

.jet-popup-mailchimp__submit .jet-popup-mailchimp__submit-icon {
	color: #fff;
	font-size: 15px;
	margin-right: 10px
}

.jet-popup-mailchimp__message {
	position: absolute;
	top: 100%;
	width: 100%;
	box-sizing: border-box;
	visibility: hidden;
	margin: 20px 0
}

.jet-popup-mailchimp__message .jet-popup-mailchimp__message-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.jet-popup-mailchimp__field-label {
	display: block;
	margin-bottom: 5px
}

.jet-popup-mailchimp input[type=text],
.jet-popup-mailchimp input[type=email],
.jet-popup-mailchimp input[type=url],
.jet-popup-mailchimp input[type=password],
.jet-popup-mailchimp input[type=search],
.jet-popup-mailchimp input[type=number],
.jet-popup-mailchimp input[type=tel],
.jet-popup-mailchimp input[type=range],
.jet-popup-mailchimp input[type=date],
.jet-popup-mailchimp input[type=month],
.jet-popup-mailchimp input[type=week],
.jet-popup-mailchimp input[type=time],
.jet-popup-mailchimp input[type=datetime],
.jet-popup-mailchimp input[type=datetime-local],
.jet-popup-mailchimp select {
	width: 100%;
	border: 1px solid #e0e0e8;
	background-color: #f7fafd;
	border-radius: 4px;
	line-height: 16px;
	padding: 14px 20px;
	color: #a1a2a4;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.jet-popup-mailchimp input[type=text].mail-invalid,
.jet-popup-mailchimp input[type=email].mail-invalid,
.jet-popup-mailchimp input[type=url].mail-invalid,
.jet-popup-mailchimp input[type=password].mail-invalid,
.jet-popup-mailchimp input[type=search].mail-invalid,
.jet-popup-mailchimp input[type=number].mail-invalid,
.jet-popup-mailchimp input[type=tel].mail-invalid,
.jet-popup-mailchimp input[type=range].mail-invalid,
.jet-popup-mailchimp input[type=date].mail-invalid,
.jet-popup-mailchimp input[type=month].mail-invalid,
.jet-popup-mailchimp input[type=week].mail-invalid,
.jet-popup-mailchimp input[type=time].mail-invalid,
.jet-popup-mailchimp input[type=datetime].mail-invalid,
.jet-popup-mailchimp input[type=datetime-local].mail-invalid,
.jet-popup-mailchimp select.mail-invalid {
	color: #d9534f
}

.jet-popup-mailchimp input[type=text]:focus,
.jet-popup-mailchimp input[type=email]:focus,
.jet-popup-mailchimp input[type=url]:focus,
.jet-popup-mailchimp input[type=password]:focus,
.jet-popup-mailchimp input[type=search]:focus,
.jet-popup-mailchimp input[type=number]:focus,
.jet-popup-mailchimp input[type=tel]:focus,
.jet-popup-mailchimp input[type=range]:focus,
.jet-popup-mailchimp input[type=date]:focus,
.jet-popup-mailchimp input[type=month]:focus,
.jet-popup-mailchimp input[type=week]:focus,
.jet-popup-mailchimp input[type=time]:focus,
.jet-popup-mailchimp input[type=datetime]:focus,
.jet-popup-mailchimp input[type=datetime-local]:focus,
.jet-popup-mailchimp select:focus {
	outline: none;
	box-shadow: 0 0 10px #e0e0e8
}

.jet-popup-mailchimp input[type=text]:first-child,
.jet-popup-mailchimp input[type=email]:first-child,
.jet-popup-mailchimp input[type=url]:first-child,
.jet-popup-mailchimp input[type=password]:first-child,
.jet-popup-mailchimp input[type=search]:first-child,
.jet-popup-mailchimp input[type=number]:first-child,
.jet-popup-mailchimp input[type=tel]:first-child,
.jet-popup-mailchimp input[type=range]:first-child,
.jet-popup-mailchimp input[type=date]:first-child,
.jet-popup-mailchimp input[type=month]:first-child,
.jet-popup-mailchimp input[type=week]:first-child,
.jet-popup-mailchimp input[type=time]:first-child,
.jet-popup-mailchimp input[type=datetime]:first-child,
.jet-popup-mailchimp input[type=datetime-local]:first-child,
.jet-popup-mailchimp select:first-child {
	margin-top: 0
}

.jet-popup-mailchimp input[type=text]:last-child,
.jet-popup-mailchimp input[type=email]:last-child,
.jet-popup-mailchimp input[type=url]:last-child,
.jet-popup-mailchimp input[type=password]:last-child,
.jet-popup-mailchimp input[type=search]:last-child,
.jet-popup-mailchimp input[type=number]:last-child,
.jet-popup-mailchimp input[type=tel]:last-child,
.jet-popup-mailchimp input[type=range]:last-child,
.jet-popup-mailchimp input[type=date]:last-child,
.jet-popup-mailchimp input[type=month]:last-child,
.jet-popup-mailchimp input[type=week]:last-child,
.jet-popup-mailchimp input[type=time]:last-child,
.jet-popup-mailchimp input[type=datetime]:last-child,
.jet-popup-mailchimp input[type=datetime-local]:last-child,
.jet-popup-mailchimp select:last-child {
	margin-bottom: 0
}

.jet-popup-mailchimp fieldset {
	padding: 0;
	margin: 0;
	border: none;
	display: flex;
	flex-flow: column nowrap
}

.jet-popup-mailchimp fieldset div {
	margin: 3px 0
}

.jet-popup-mailchimp fieldset label {
	margin-left: 5px
}

.jet-popup-mailchimp--response-success .jet-popup-mailchimp__message {
	color: #5cb85c
}

.jet-popup-mailchimp--response-error .jet-popup-mailchimp__message {
	color: #d9534f
}

@media screen and (min-width:1px)and (max-width:767px) {
	.jet-popup-mailchimp__field-container[data-column-mobile="20"] {
		width: 20%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="25"] {
		width: 25%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="33"] {
		width: 33.3333%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="40"] {
		width: 40%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="50"] {
		width: 50%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="60"] {
		width: 60%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="66"] {
		width: 66.3333%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="75"] {
		width: 75%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="80"] {
		width: 80%
	}

	.jet-popup-mailchimp__field-container[data-column-mobile="100"] {
		width: 100%
	}
}

@media screen and (min-width:768px)and (max-width:1024px) {
	.jet-popup-mailchimp__field-container[data-column-tablet="20"] {
		width: 20%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="25"] {
		width: 25%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="33"] {
		width: 33.3333%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="40"] {
		width: 40%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="50"] {
		width: 50%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="60"] {
		width: 60%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="66"] {
		width: 66.3333%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="75"] {
		width: 75%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="80"] {
		width: 80%
	}

	.jet-popup-mailchimp__field-container[data-column-tablet="100"] {
		width: 100%
	}
}

@media(min-width:1025px) {
	.jet-popup-mailchimp__field-container[data-column="20"] {
		width: 20%
	}

	.jet-popup-mailchimp__field-container[data-column="25"] {
		width: 25%
	}

	.jet-popup-mailchimp__field-container[data-column="33"] {
		width: 33.3333%
	}

	.jet-popup-mailchimp__field-container[data-column="40"] {
		width: 40%
	}

	.jet-popup-mailchimp__field-container[data-column="50"] {
		width: 50%
	}

	.jet-popup-mailchimp__field-container[data-column="60"] {
		width: 60%
	}

	.jet-popup-mailchimp__field-container[data-column="66"] {
		width: 66.3333%
	}

	.jet-popup-mailchimp__field-container[data-column="75"] {
		width: 75%
	}

	.jet-popup-mailchimp__field-container[data-column="80"] {
		width: 80%
	}

	.jet-popup-mailchimp__field-container[data-column="100"] {
		width: 100%
	}
}

@keyframes jet-spinner {
	to {
		transform: rotate(360deg)
	}
}

.jet-popup.jet-popup--front-mode {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	z-index: var(--jp-z-index, 999)
}

.jet-popup.jet-popup--front-mode .jet-popup__inner {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: var(--jp-container-hor-position, center);
	align-items: var(--jp-container-ver-position, center)
}

.jet-popup.jet-popup--front-mode .jet-popup__overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	background-color: var(--jp-overlay-bg-color, rgba(0, 0, 0, .5));
	background-image: var(--jp-overlay-bg-image, none);
	background-position: var(--jp-overlay-bg-position, center center);
	background-repeat: var(--jp-overlay-bg-repeat, no-repeat);
	background-size: var(--jp-overlay-bg-size, auto)
}

.jet-popup.jet-popup--front-mode .jet-popup__container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: var(--jp-container-width, 800px);
	max-width: 100%;
	height: var(--jp-container-height, auto);
	max-height: 100%;
	margin-top: var(--jp-container-ver-margin, 0);
	margin-right: var(--jp-container-hor-margin, 0);
	margin-bottom: var(--jp-container-ver-margin, 0);
	margin-left: var(--jp-container-hor-margin, 0);
	z-index: 2;
	opacity: 0
}

.jet-popup.jet-popup--front-mode .jet-popup__container-inner {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: var(--jp-content-ver-position, flex-start);
	align-items: stretch;
	padding-top: var(--jp-container-ver-padding, 20px);
	padding-right: var(--jp-container-hor-padding, 20px);
	padding-bottom: var(--jp-container-ver-padding, 20px);
	padding-left: var(--jp-container-hor-padding, 20px);
	background-color: var(--jp-container-bg-color, white);
	background-image: var(--jp-container-bg-image, initial);
	background-position: var(--jp-container-bg-position, center center);
	background-repeat: var(--jp-container-bg-repeat, no-repeat);
	background-size: var(--jp-container-bg-size, auto);
	border: var(--jp-container-border, none);
	border-radius: var(--jp-container-border-radius, inherit);
	box-shadow: var(--jp-container-box-shadow, none);
	z-index: 1
}

.jet-popup.jet-popup--front-mode .jet-popup__container-inner>.elementor {
	position: relative;
	z-index: 2
}

.jet-popup.jet-popup--front-mode .jet-popup__container-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1
}

.jet-popup.jet-popup--front-mode .jet-popup__container-content {
	position: relative;
	z-index: 2
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 2;
	transition: all .2s ease;
	width: var(--jp-close-button-size, 32px);
	height: var(--jp-close-button-size, 32px);
	font-size: var(--jp-close-button-icon-size, 16px);
	border: var(--jp-close-button-border, none);
	border-radius: var(--jp-close-button-border-radius, inherit);
	color: var(--jp-close-button-icon-color, #fff);
	background-color: var(--jp-close-button-bg-color, #000);
	transform: translate(var(--jp-close-button-translate-x, 0), var(--jp-close-button-translate-y, 0))
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button i {
	line-height: 1
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button svg {
	width: var(--jp-close-button-icon-size, 16px);
	height: auto;
	fill: var(--jp-close-button-icon-color, #fff)
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button svg path {
	fill: currentColor
}

.jet-popup.jet-popup--front-mode.jet-popup--loading-state .jet-popup-loader {
	display: block
}

.jet-popup.jet-popup--front-mode.jet-popup--loading-state .jet-popup__container-inner {
	display: none
}

.jet-popup.jet-popup--front-mode.jet-popup--loading-state .jet-popup__close-button {
	display: none
}

.jet-popup.jet-popup--front-mode.jet-popup--hide-state {
	opacity: 0;
	pointer-events: none
}

.jet-popup.jet-popup--front-mode.jet-popup--show-state {
	opacity: 1;
	pointer-events: none
}

.jet-popup.jet-popup--front-mode.jet-popup--show-state .jet-popup__inner {
	pointer-events: none
}

.jet-popup.jet-popup--front-mode.jet-popup--show-state .jet-popup__overlay {
	pointer-events: all
}

.jet-popup.jet-popup--front-mode.jet-popup--show-state .jet-popup__container {
	pointer-events: all
}

.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-x {
	perspective: 1000px
}

.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-x .jet-popup__container {
	transform-style: preserve-3d
}

.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-y {
	perspective: 1000px
}

.jet-popup.jet-popup--front-mode.jet-popup--animation-flip-y .jet-popup__container {
	transform-style: preserve-3d
}

.jet-popup.jet-popup--single-preview .jet-popup__overlay {
	opacity: 1
}

.jet-popup.jet-popup--single-preview .jet-popup__container {
	opacity: 1
}

.single-jet-popup {
	background-image: url(../../../../../../../../plugins/jet-popup/assets/image/transparent.jpg);
	background-repeat: repeat;
	height: 100vh
}

.jet-popup-cursor-pointer {
	cursor: pointer
}

.jet-popup-prevent-scroll {
	overflow: hidden;
	max-height: 100vh
}

.jet-popup-loader {
	display: none;
	width: 48px;
	height: 48px;
	border: 4px rgba(255, 255, 255, .15) solid;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fff;
	border-radius: 50%;
	animation: spCircRot .6s infinite linear
}

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

	to {
		transform: rotate(359deg)
	}
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-1676.css?ver=1684354345 --- */
.elementor-1676 .elementor-element.elementor-element-b45dfdc {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 40px 0px 30px;
}

.elementor-1676 .elementor-element.elementor-element-b45dfdc>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1676 .elementor-element.elementor-element-c2fc572>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1676 .elementor-element.elementor-element-c2fc572>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1676 .elementor-element.elementor-element-c2fc572 {
	width: auto;
	max-width: auto;
}

.elementor-1676 .elementor-element.elementor-element-6ce9478>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1676 .elementor-element.elementor-element-6ce9478>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1676 .elementor-element.elementor-element-6ce9478 {
	width: auto;
	max-width: auto;
	top: 0px;
}

body:not(.rtl) .elementor-1676 .elementor-element.elementor-element-6ce9478 {
	left: 3390px;
}

body.rtl .elementor-1676 .elementor-element.elementor-element-6ce9478 {
	right: 3390px;
}

.elementor-1676 .elementor-element.elementor-element-bfcb82b>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1676 .elementor-element.elementor-element-bfcb82b>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

@media(max-width:767px) {
	.elementor-1676 .elementor-element.elementor-element-b45dfdc {
		padding: 0px 0px 0px 0px;
	}
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-1657.css?ver=1684354345 --- */
.elementor-1657 .elementor-element.elementor-element-c8fd9ae>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-1657 .elementor-element.elementor-element-c8fd9ae>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
/* 
.elementor-1657 .elementor-element.elementor-element-27b1d04>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-27b1d04>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1657 .elementor-element.elementor-element-2823ba5>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-2823ba5>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1657 .elementor-element.elementor-element-ff7fb72>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-ff7fb72>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1657 .elementor-element.elementor-element-af10b3c>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-af10b3c>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1657 .elementor-element.elementor-element-bdbb582>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-bdbb582>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1657 .elementor-element.elementor-element-e7a4140>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-e7a4140>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1657 .elementor-element.elementor-element-8992eab>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-8992eab>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1657 .elementor-element.elementor-element-641e20e>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1657 .elementor-element.elementor-element-641e20e>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
} */

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-1358.css?ver=1684354343 --- */
.elementor-1358 .elementor-element.elementor-element-b3eac9b>.elementor-element-populated {
	margin: 0px 0px 0px -38px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: -38px;
}

.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-1358 .elementor-element.elementor-element-a367276>.elementor-widget-container {
	margin: 0px 0px 0px -71px;
}

.elementor-1358 .elementor-element.elementor-element-a367276 {
	text-align: center;
}

.elementor-1358 .elementor-element.elementor-element-c219115 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.elementor-1358 .elementor-element.elementor-element-6f6c84c>.elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-1358 .elementor-element.elementor-element-0592ec9>.elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-1358 .elementor-element.elementor-element-0592ec9 img {
	border-radius: 10px 10px 10px 10px;
}

.elementor-1358 .elementor-element.elementor-element-79eee60>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-1358 .elementor-element.elementor-element-79eee60>.elementor-element-populated {
	border-style: solid;
	border-width: 0px 0px 0px 2px;
	border-color: var(--e-global-color-3575402);
	margin: 0px 0px 0px 10px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 10px;
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-1358 .elementor-element.elementor-element-60404f8>.elementor-widget-container {
	margin: -22px 0px 0px -16px;
}

.elementor-1358 .elementor-element.elementor-element-60404f8 .elementor-icon-wrapper {
	text-align: left;
}

.elementor-1358 .elementor-element.elementor-element-60404f8.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-3575402);
}

.elementor-1358 .elementor-element.elementor-element-60404f8.elementor-view-framed .elementor-icon,
.elementor-1358 .elementor-element.elementor-element-60404f8.elementor-view-default .elementor-icon {
	color: var(--e-global-color-3575402);
	border-color: var(--e-global-color-3575402);
}

.elementor-1358 .elementor-element.elementor-element-60404f8.elementor-view-framed .elementor-icon,
.elementor-1358 .elementor-element.elementor-element-60404f8.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-3575402);
}

.elementor-1358 .elementor-element.elementor-element-60404f8 .elementor-icon {
	font-size: 10px;
}

.elementor-1358 .elementor-element.elementor-element-60404f8 .elementor-icon svg {
	height: 10px;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-1358 .elementor-element.elementor-element-720fd1b .elementor-heading-title {
	font-family: "Unbounded", Sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: var(--e-global-color-a6eb17c);
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-1358 .elementor-element.elementor-element-7d1019b {
	--divider-border-style: solid;
	--divider-color: #000;
	--divider-border-width: 1px;
}

.elementor-1358 .elementor-element.elementor-element-7d1019b>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}

.elementor-1358 .elementor-element.elementor-element-7d1019b .elementor-divider-separator {
	width: 20px;
}

.elementor-1358 .elementor-element.elementor-element-7d1019b .elementor-divider {
	padding-block-start: 2px;
	padding-block-end: 2px;
}

.elementor-widget-text-editor {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-text);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-1358 .elementor-element.elementor-element-445f509>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-1358 .elementor-element.elementor-element-445f509 {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--e-global-color-a6eb17c);
}

.jet-listing-item.single-jet-engine.elementor-page-1358>.elementor {
	width: 390px;
	margin-left: auto;
	margin-right: auto;
}

@media(min-width:768px) {
	.elementor-1358 .elementor-element.elementor-element-6f6c84c {
		width: 42.667%;
	}

	.elementor-1358 .elementor-element.elementor-element-79eee60 {
		width: 57.333%;
	}
}

@media(max-width:767px) {
	.elementor-1358 .elementor-element.elementor-element-b3eac9b>.elementor-element-populated {
		margin: 0px 0px 0px 1px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 1px;
	}
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-1694.css?ver=1684354346 --- */
/* .elementor-1694 .elementor-element.elementor-element-2823ba5>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-2823ba5>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1694 .elementor-element.elementor-element-ff7fb72>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-ff7fb72>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1694 .elementor-element.elementor-element-af10b3c>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-af10b3c>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1694 .elementor-element.elementor-element-bdbb582>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-bdbb582>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1694 .elementor-element.elementor-element-e7a4140>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-e7a4140>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1694 .elementor-element.elementor-element-8992eab>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-8992eab>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1694 .elementor-element.elementor-element-641e20e>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-641e20e>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
} */

.elementor-1694 .elementor-element.elementor-element-c8fd9ae>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-1694 .elementor-element.elementor-element-c8fd9ae>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1694 .elementor-element.elementor-element-27b1d04>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1694 .elementor-element.elementor-element-27b1d04>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-1714.css?ver=1684354344 --- */
.elementor-1714 .elementor-element.elementor-element-b45dfdc {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 40px 0px 30px;
}

.elementor-1714 .elementor-element.elementor-element-b45dfdc>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1714 .elementor-element.elementor-element-4252c51>.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-1714 .elementor-element.elementor-element-4252c51>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1714 .elementor-element.elementor-element-b768526 {
	--spacer-size: 150px;
}

.elementor-1714 .elementor-element.elementor-element-c2fc572>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1714 .elementor-element.elementor-element-c2fc572>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1714 .elementor-element.elementor-element-c2fc572 {
	width: auto;
	max-width: auto;
	top: 0px;
}

body:not(.rtl) .elementor-1714 .elementor-element.elementor-element-c2fc572 {
	left: 0px;
}

body.rtl .elementor-1714 .elementor-element.elementor-element-c2fc572 {
	right: 0px;
}

.elementor-1714 .elementor-element.elementor-element-6ce9478>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-1714 .elementor-element.elementor-element-6ce9478>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-1714 .elementor-element.elementor-element-6ce9478 {
	width: auto;
	max-width: auto;
	top: 0px;
}

body:not(.rtl) .elementor-1714 .elementor-element.elementor-element-6ce9478 {
	left: 3390px;
}

body.rtl .elementor-1714 .elementor-element.elementor-element-6ce9478 {
	right: 3390px;
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-1713.css?ver=1684354344 --- */
.elementor-1713 .elementor-element.elementor-element-737d8a8 {
	padding: 0px 0px 0px 250px;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-1713 .elementor-element.elementor-element-a13dd7f {
	text-align: center;
}

.elementor-1713 .elementor-element.elementor-element-a13dd7f .elementor-heading-title {
	font-family: "Unbounded", Sans-serif;
	font-size: 120px;
	font-weight: 400;
}

.elementor-1713 .elementor-element.elementor-element-ce8e645 {
	text-align: center;
}

.elementor-1713 .elementor-element.elementor-element-ce8e645 .elementor-heading-title {
	font-family: "Unbounded", Sans-serif;
	font-size: 120px;
	font-weight: 400;
}

.elementor-1713 .elementor-element.elementor-element-aa205c7 {
	text-align: center;
}

.elementor-1713 .elementor-element.elementor-element-aa205c7 .elementor-heading-title {
	font-family: "Unbounded", Sans-serif;
	font-size: 120px;
	font-weight: 400;
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-1712.css?ver=1684354344 --- */
.elementor-bc-flex-widget .elementor-1712 .elementor-element.elementor-element-2c45e9c.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-1712 .elementor-element.elementor-element-2c45e9c.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-1712 .elementor-element.elementor-element-2c45e9c.elementor-column>.elementor-widget-wrap {
	justify-content: center;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-1712 .elementor-element.elementor-element-5be8c80 {
	text-align: center;
}

.elementor-1712 .elementor-element.elementor-element-5be8c80 .elementor-heading-title {
	font-family: "Unbounded", Sans-serif;
	font-size: 120px;
	font-weight: 400;
}

.elementor-bc-flex-widget .elementor-1712 .elementor-element.elementor-element-971c53c.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-1712 .elementor-element.elementor-element-971c53c.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-1712 .elementor-element.elementor-element-971c53c.elementor-column>.elementor-widget-wrap {
	justify-content: center;
}

.elementor-1712 .elementor-element.elementor-element-857dfe9 {
	text-align: center;
}

.elementor-1712 .elementor-element.elementor-element-857dfe9 .elementor-heading-title {
	font-family: "Unbounded", Sans-serif;
	font-size: 120px;
	font-weight: 400;
}

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/css/jet-elements.css?ver=1684501249 --- */
.col-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.col-row.disable-cols-gap div[class*="col-desk"] {
	padding-left: 0;
	padding-right: 0
}

.col-row.disable-rows-gap div[class*="col-desk"] {
	padding-top: 0;
	padding-bottom: 0
}

.col-desk-1,
.col-desk-2,
.col-desk-3,
.col-desk-4,
.col-desk-5,
.col-desk-6,
.col-tab-1,
.col-tab-2,
.col-tab-3,
.col-tab-4,
.col-tab-5,
.col-tab-6,
.col-mob-1,
.col-mob-2,
.col-mob-3,
.col-mob-4,
.col-mob-5,
.col-mob-6 {
	position: relative;
	min-height: 1px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%
}

.col-mob-1 {
	flex: 0 0 100%;
	max-width: 100%
}

.col-mob-2 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-mob-3 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-mob-4 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-mob-5 {
	flex: 0 0 20%;
	max-width: 20%
}

.col-mob-6 {
	flex: 0 0 16.66666%;
	max-width: 16.66666%
}

@media (min-width:768px) {
	.col-tab-1 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.col-tab-2 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-tab-3 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-tab-4 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-tab-5 {
		flex: 0 0 20%;
		max-width: 20%
	}

	.col-tab-6 {
		flex: 0 0 16.66666%;
		max-width: 16.66666%
	}
}

@media (min-width:1025px) {
	.col-desk-1 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.col-desk-2 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-desk-3 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-desk-4 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-desk-5 {
		flex: 0 0 20%;
		max-width: 20%
	}

	.col-desk-6 {
		flex: 0 0 16.66666%;
		max-width: 16.66666%
	}
}

.jet-elements select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%
}

.jet-elements-icon {
	display: inline-block;
	line-height: 1;
	text-align: center
}

.jet-elements-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor
}

.jet-elements .jet-elements-edit-template-link {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: inline-block;
	padding: 5px;
	background-color: #b7084e;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	text-align: center
}

.jet-elements .jet-elements-edit-template-link i {
	width: 1em;
	height: 1em
}

.jet-elements .jet-elements-edit-template-link:hover {
	background-color: #840739;
	color: #fff
}

.jet-elements .tippy-box[data-animation=scale][data-placement*=top] {
	transform-origin: bottom
}

.jet-elements .tippy-box[data-animation=scale][data-placement*=bottom] {
	transform-origin: top
}

.jet-elements .tippy-box[data-animation=scale][data-placement*=left] {
	transform-origin: right
}

.jet-elements .tippy-box[data-animation=scale][data-placement*=right] {
	transform-origin: left
}

.jet-elements .tippy-box[data-animation=scale][data-state=hidden] {
	transform: scale(.5);
	opacity: 0
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=top] {
	transform-origin: bottom
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
	transform: perspective(700px)
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
	transform: perspective(700px) translateY(8px) rotateX(60deg)
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=bottom] {
	transform-origin: top
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
	transform: perspective(700px)
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
	transform: perspective(700px) translateY(-8px) rotateX(-60deg)
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=left] {
	transform-origin: right
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
	transform: perspective(700px)
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
	transform: perspective(700px) translateX(8px) rotateY(-60deg)
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=right] {
	transform-origin: left
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
	transform: perspective(700px)
}

.jet-elements .tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
	transform: perspective(700px) translateX(-8px) rotateY(60deg)
}

.jet-elements .tippy-box[data-animation=perspective][data-state=hidden] {
	opacity: 0
}

.jet-elements .tippy-box[data-animation=shift-away][data-state=hidden] {
	opacity: 0
}

.jet-elements .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
	transform: translateY(10px)
}

.jet-elements .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
	transform: translateY(-10px)
}

.jet-elements .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
	transform: translateX(10px)
}

.jet-elements .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
	transform: translateX(-10px)
}

.jet-elements .tippy-box[data-animation=shift-toward][data-state=hidden] {
	opacity: 0
}

.jet-elements .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
	transform: translateY(-10px)
}

.jet-elements .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
	transform: translateY(10px)
}

.jet-elements .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
	transform: translateX(-10px)
}

.jet-elements .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
	transform: translateX(10px)
}

@keyframes jetFade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes jetZoomIn {
	0% {
		opacity: 0;
		transform: scale(.75)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes jetZoomOut {
	0% {
		opacity: 0;
		transform: scale(1.1)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes jetMoveUp {
	0% {
		opacity: 0;
		transform: translateY(25px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes jetMoveUpBig {
	0% {
		opacity: 0;
		transform: translateY(100px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes jetMoveDown {
	0% {
		opacity: 0;
		transform: translateY(-25px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes jetMoveDownBig {
	0% {
		opacity: 0;
		transform: translateY(-100px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes jetMoveLeft {
	0% {
		opacity: 0;
		transform: translateX(25px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes jetMoveLeftBig {
	0% {
		opacity: 0;
		transform: translateX(100px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes jetMoveRight {
	0% {
		opacity: 0;
		transform: translateX(-25px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes jetMoveRightBig {
	0% {
		opacity: 0;
		transform: translateX(-100px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes jetFallPerspective {
	0% {
		opacity: 0;
		transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
	}

	100% {
		opacity: 1;
		transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
	}
}

@keyframes jetFlipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		transform: perspective(400px)
	}
}

@keyframes jetFlipInY {
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		transform: perspective(400px)
	}
}

.jet-family-column-flex-horizontal>.elementor-column-wrap>.elementor-widget-wrap {
	display: flex;
	flex-direction: row
}

.jet-family-column-flex-vertical>.elementor-column-wrap>.elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	height: 100%
}

.jet-family-column-flex-wrap-true>.elementor-column-wrap>.elementor-widget-wrap {
	flex-wrap: wrap
}

.jet-family-column-flex-start>.elementor-column-wrap>.elementor-widget-wrap {
	justify-content: flex-start
}

.jet-family-column-flex-center>.elementor-column-wrap>.elementor-widget-wrap {
	justify-content: center
}

.jet-family-column-flex-end>.elementor-column-wrap>.elementor-widget-wrap {
	justify-content: flex-end
}

.jet-family-column-flex-space-between>.elementor-column-wrap>.elementor-widget-wrap {
	justify-content: space-between
}

.jet-family-column-flex-space-evenly>.elementor-column-wrap>.elementor-widget-wrap {
	justify-content: space-evenly
}

.jet-family-column-flex-space-around>.elementor-column-wrap>.elementor-widget-wrap {
	justify-content: space-around
}

@media (max-width:1024px) {
	.jet-family-column-tablet-flex-horizontal>.elementor-column-wrap>.elementor-widget-wrap {
		display: flex;
		flex-direction: row
	}

	.jet-family-column-tablet-flex-vertical>.elementor-column-wrap>.elementor-widget-wrap {
		display: flex;
		flex-direction: column;
		height: 100%
	}

	.jet-family-column-tablet-flex-start>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: flex-start
	}

	.jet-family-column-tablet-flex-center>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: center
	}

	.jet-family-column-tablet-flex-end>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: flex-end
	}

	.jet-family-column-tablet-flex-space-between>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: space-between
	}

	.jet-family-column-tablet-flex-space-evenly>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: space-evenly
	}

	.jet-family-column-tablet-flex-space-around>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: space-around
	}
}

@media (max-width:767px) {
	.jet-family-column-mobile-flex-horizontal>.elementor-column-wrap>.elementor-widget-wrap {
		display: flex;
		flex-direction: row
	}

	.jet-family-column-mobile-flex-vertical>.elementor-column-wrap>.elementor-widget-wrap {
		display: flex;
		flex-direction: column;
		height: 100%
	}

	.jet-family-column-mobile-flex-start>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: flex-start
	}

	.jet-family-column-mobile-flex-center>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: center
	}

	.jet-family-column-mobile-flex-end>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: flex-end
	}

	.jet-family-column-mobile-flex-space-between>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: space-between
	}

	.jet-family-column-mobile-flex-space-evenly>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: space-evenly
	}

	.jet-family-column-mobile-flex-space-around>.elementor-column-wrap>.elementor-widget-wrap {
		justify-content: space-around
	}
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.rtl .slick-slider {
	position: relative;
	display: block
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.rtl .slick-slider .slick-list,
.rtl .slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

.slick-slide img {
	display: block;
	margin: auto
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.elementor-slick-slider .slick-loading .slick-slide {
	visibility: hidden
}

.elementor-slick-slider .slick-loading .slick-list {
	background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
	content: "\e8fb";
	font-family: eicons;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: fa-spin 2s linear infinite;
	font-size: 25px;
	color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	padding: 0;
	transform: translateY(-50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-prev:hover,
.elementor-slick-slider .slick-prev:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-prev:hover:before,
.elementor-slick-slider .slick-prev:focus:before {
	opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
	opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
	font-family: eicons;
	font-size: 35px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
	left: -25px
}

.elementor-slick-slider .slick-prev:before {
	content: "\e89f"
}

.rtl .elementor-slick-slider .slick-prev:before {
	content: "\e89e"
}

.elementor-slick-slider .slick-next {
	right: -25px
}

.elementor-slick-slider .slick-next:before {
	content: "\e89e"
}

.rtl .elementor-slick-slider .slick-next:before {
	content: "\e89f"
}

.elementor-slick-slider .slick-dotted {
	margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
	outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
	opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
	font-family: eicons;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\e914";
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
	left: 0
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
	right: 0
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
	bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted {
	margin-bottom: 0
}

.jet-animated-text {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center
}

.jet-animated-text__before-text {
	align-self: auto
}

.jet-animated-text__animated-text {
	position: relative;
	align-self: auto;
	transition: width 0.3s ease
}

.jet-animated-text__animated-text-item {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	visibility: hidden;
	z-index: 1
}

.jet-animated-text__animated-text-item.active {
	position: relative;
	z-index: 2
}

.elementor-widget:not(.elementor-invisible) .jet-animated-text__animated-text-item.visible {
	visibility: visible
}

.elementor-sticky.elementor-sticky__spacer .jet-animated-text__animated-text-item.visible {
	visibility: hidden
}

.jet-animated-text__animated-text-item span {
	position: relative;
	align-self: auto
}

.jet-animated-text__after-text {
	align-self: auto
}

.jet-animated-text--effect-fx6 .jet-animated-text__animated-text-item {
	perspective: 1000px;
	transform-origin: 50% 100%
}

.jet-animated-text--effect-fx7 .jet-animated-text__animated-text-item span {
	transform-origin: -200% 50%
}

.jet-animated-text--effect-fx8 .jet-animated-text__animated-text-item {
	perspective: 1000px;
	transform-origin: 50% 100%
}

.jet-animated-text--effect-fx8 .jet-animated-text__animated-text-item span {
	transform-origin: -200% 50%
}

.jet-animated-text--effect-fx9 .jet-animated-text__animated-text-item {
	perspective: 1000px
}

.jet-animated-text--effect-fx9 .jet-animated-text__animated-text-item span {
	transform-origin: 50% 100%
}

.jet-animated-text--effect-fx10 .jet-animated-text__animated-text-item {
	perspective: 1000px
}

.jet-animated-text--effect-fx12 .jet-animated-text__animated-text-item span {
	overflow: hidden;
	transform-origin: 0 50%
}

.jet-animated-text--effect-fx12 .jet-animated-text__animated-text-item:after {
	width: 2px;
	overflow: hidden;
	display: inline-block;
	background-color: #000;
	animation: 1s blink step-end infinite;
	content: '|'
}

@keyframes blink {

	from,
	to {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

.jet-animated-box {
	position: relative
}

.jet-animated-box__toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
	transition: all 0.3s ease
}

.jet-animated-box__front,
.jet-animated-box__back {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch
}

.jet-animated-box__front {
	background-color: #6ec1e4
}

.jet-animated-box__back {
	background-color: #54595f
}

.jet-animated-box__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1
}

.jet-animated-box__inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	min-width: 100%;
	z-index: 2
}

.jet-animated-box__icon {
	min-width: 100%;
	display: flex;
	justify-content: center
}

.jet-animated-box__icon .jet-animated-box-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-animated-box__content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	align-items: stretch
}

.jet-animated-box .jet-animated-box__button {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-text {
	order: 2
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-icon {
	order: 1
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-text {
	order: 1
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-icon {
	order: 2
}

.jet-animated-box.jet-box-effect-1 {
	perspective: 1000px
}

.jet-animated-box.jet-box-effect-1 .jet-animated-box__front {
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-1 .jet-animated-box__back {
	transform-style: preserve-3d;
	transform: rotateY(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__front {
	transform: rotateY(180deg);
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__back {
	transform: rotateY(0deg);
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2 {
	perspective: 1000px
}

.jet-animated-box.jet-box-effect-2 .jet-animated-box__front {
	transform-style: preserve-3d;
	transform: rotateX(0deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2 .jet-animated-box__back {
	transform-style: preserve-3d;
	transform: rotateX(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__front {
	transform: rotateX(180deg);
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__back {
	transform: rotateX(0deg);
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-3 {
	perspective: 1000px
}

.jet-animated-box.jet-box-effect-3 .jet-animated-box__front {
	transform-style: preserve-3d;
	transform: rotateX(0deg) translateY(0) scale(1);
	z-index: 2;
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-3 .jet-animated-box__back {
	transform-style: preserve-3d;
	transform: rotateX(-90deg) translateY(150%) scale(0);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.63, .07, .78, .55)
}

.jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__front {
	transform: rotateX(90deg) translateY(-150%) scale(0);
	transition: all 0.5s cubic-bezier(.63, .07, .78, .55);
	z-index: 1
}

.jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__back {
	transform: rotateX(0deg) translateY(0) scale(1);
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89);
	z-index: 2
}

.jet-animated-box.jet-box-effect-4 {
	perspective: 1000px
}

.jet-animated-box.jet-box-effect-4 .jet-animated-box__front {
	transform-style: preserve-3d;
	transform: rotateY(0deg) translateX(0) scale(1);
	z-index: 2;
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-4 .jet-animated-box__back {
	transform-style: preserve-3d;
	transform: rotateY(-90deg) translateX(-150%) scale(0);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.63, .07, .78, .55)
}

.jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__front {
	transform: rotateY(90deg) translateX(150%) scale(0);
	transition: all 0.5s cubic-bezier(.63, .07, .78, .55);
	z-index: 1
}

.jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__back {
	transform: rotateY(0deg) translateX(0) scale(1);
	transition: all 0.7s cubic-bezier(.11, .6, .24, .89);
	z-index: 2
}

.jet-animated-box.jet-box-effect-5 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-5 .jet-animated-box__front {
	transform: translateY(0%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-5 .jet-animated-box__back {
	transform: translateY(-100%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__front {
	transform: translateY(100%)
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__back {
	transform: translateY(0%)
}

.jet-animated-box.jet-box-effect-6 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-6 .jet-animated-box__front {
	transform: translateX(0%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-6 .jet-animated-box__back {
	transform: translateX(-100%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__front {
	transform: translateX(100%)
}

.jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__back {
	transform: translateX(0%)
}

.jet-animated-box.jet-box-effect-7 {
	perspective: 1000px
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__front {
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__front .jet-animated-box__inner {
	transform: translateZ(0);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88) 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__back {
	transform-style: preserve-3d;
	transform: rotateY(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__back .jet-animated-box__inner {
	transform: translateZ(125px);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__back .jet-animated-box__toggle {
	z-index: 1
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front {
	transform: rotateY(180deg);
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front .jet-animated-box__inner {
	transform: translateZ(125px);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back {
	transform: rotateY(0deg);
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back .jet-animated-box__inner {
	transform: translateZ(0);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88) 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back .jet-animated-box__toggle {
	z-index: 3
}

.jet-animated-box.jet-box-effect-8 {
	perspective: 1000px
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__toggle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__front {
	transform-style: preserve-3d;
	transform: rotateX(0deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__front .jet-animated-box__inner {
	transform: translateZ(0);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88) 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__back {
	transform-style: preserve-3d;
	transform: rotateX(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__back .jet-animated-box__inner {
	transform: translateZ(125px);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front {
	transform: rotateX(180deg);
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front .jet-animated-box__inner {
	transform: translateZ(125px);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back {
	transform: rotateX(0deg);
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back .jet-animated-box__inner {
	transform: translateZ(0);
	transition: all 0.4s cubic-bezier(.5, .12, .46, .88) 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-9 .jet-animated-box__front {
	opacity: 1;
	z-index: 2;
	transition: opacity 0.4s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-9 .jet-animated-box__back {
	z-index: 1
}

.jet-animated-box.jet-box-effect-9.flipped .jet-animated-box__front {
	opacity: 0;
	pointer-events: none
}

.jet-animated-box.jet-box-effect-10 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-10 .jet-animated-box__front {
	opacity: 1;
	transform: scaleX(1) scaleY(1);
	z-index: 2;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-10 .jet-animated-box__back {
	transform: scaleX(1.2) scaleY(1.2);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-10.flipped .jet-animated-box__front {
	opacity: 0;
	transform: scaleX(.8) scaleY(.8);
	pointer-events: none
}

.jet-animated-box.jet-box-effect-10.flipped .jet-animated-box__back {
	transform: scaleX(1) scaleY(1)
}

.jet-animated-box.jet-box-effect-11 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-11 .jet-animated-box__front {
	opacity: 1;
	transform: scaleX(1) scaleX(1);
	z-index: 2;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-11 .jet-animated-box__back {
	transform: scaleX(1.2) scaleY(1.2);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-11.flipped .jet-animated-box__front {
	opacity: 0;
	transform: scaleX(1.2) scaleY(1.2);
	pointer-events: none
}

.jet-animated-box.jet-box-effect-11.flipped .jet-animated-box__back {
	transform: scaleX(1) scaleY(1)
}

.jet-animated-box.jet-box-effect-12 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-12 .jet-animated-box__front {
	transform: translateX(0);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-12 .jet-animated-box__back {
	transform: translateX(100%);
	z-index: 2;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-12.flipped .jet-animated-box__front {
	transform: translateX(0)
}

.jet-animated-box.jet-box-effect-12.flipped .jet-animated-box__back {
	transform: translateX(0%)
}

.jet-animated-box.jet-box-effect-13 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-13 .jet-animated-box__front {
	transform: translateY(0);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-13 .jet-animated-box__back {
	transform: translateY(-100%);
	z-index: 2;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-13.flipped .jet-animated-box__front {
	transform: translateY(0)
}

.jet-animated-box.jet-box-effect-13.flipped .jet-animated-box__back {
	transform: translateY(0%)
}

.jet-animated-box.jet-box-effect-14 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-14 .jet-animated-box__front {
	transform: translateX(0%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-14 .jet-animated-box__back {
	transform: translateX(100%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-14.flipped .jet-animated-box__front {
	transform: translateX(-100%)
}

.jet-animated-box.jet-box-effect-14.flipped .jet-animated-box__back {
	transform: translateX(0%)
}

.jet-animated-box.jet-box-effect-15 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-15 .jet-animated-box__front {
	transform: translateY(0%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-15 .jet-animated-box__back {
	transform: translateY(100%);
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-15.flipped .jet-animated-box__front {
	transform: translateY(-100%)
}

.jet-animated-box.jet-box-effect-15.flipped .jet-animated-box__back {
	transform: translateY(0%)
}

.jet-animated-box.jet-box-effect-16 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-16 .jet-animated-box__front {
	transform: translateX(0);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-16 .jet-animated-box__back {
	transform: translateX(-100%);
	z-index: 2;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-16.flipped .jet-animated-box__front {
	transform: translateX(0)
}

.jet-animated-box.jet-box-effect-16.flipped .jet-animated-box__back {
	transform: translateX(0%)
}

.jet-animated-box.jet-box-effect-17 {
	overflow: hidden
}

.jet-animated-box.jet-box-effect-17 .jet-animated-box__front {
	transform: translateY(0);
	z-index: 1;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-17 .jet-animated-box__back {
	transform: translateY(100%);
	z-index: 2;
	transition: all 0.5s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-17.flipped .jet-animated-box__front {
	transform: translateY(0)
}

.jet-animated-box.jet-box-effect-17.flipped .jet-animated-box__back {
	transform: translateY(0%)
}

.jet-animated-box.jet-box-effect-18 .jet-animated-box__front {
	opacity: 1;
	filter: blur(0);
	z-index: 2;
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-18 .jet-animated-box__back {
	opacity: 0;
	filter: blur(5px);
	z-index: 1;
	transition: all 0.7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-18.flipped .jet-animated-box__front {
	opacity: 0;
	filter: blur(5px);
	pointer-events: none
}

.jet-animated-box.jet-box-effect-18.flipped .jet-animated-box__back {
	opacity: 1;
	filter: blur(0)
}

.jet-animated-box.jet-box-scratch-effect {
	position: relative;
	overflow: hidden
}

.jet-animated-box.jet-box-scratch-effect canvas {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2
}

.jet-animated-box.jet-box-scratch-effect .jet-animated-box__front {
	z-index: 3
}

.jet-animated-box.jet-box-scratch-effect .jet-animated-box__back {
	z-index: 1
}

.jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__front {
	z-index: 1;
	visibility: hidden;
	pointer-events: none
}

.jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__back {
	z-index: 3
}

.jet-animated-box.jet-box-scratch-effect.flipped .jet-animated-box__back .jet-elements-edit-template-link {
	pointer-events: auto
}

.jet-animated-box.jet-box-scratch-effect.back-events-inactive .jet-animated-box__back {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.jet-animated-box.jet-box-fold-effect {
	position: relative;
	overflow: hidden;
	visibility: hidden
}

.jet-animated-box.jet-box-fold-effect .oridomi-holder {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden
}

.jet-animated-box.jet-box-fold-effect .jet-animated-box__front {
	z-index: 2;
	cursor: grab
}

.jet-animated-box.jet-box-fold-effect .jet-animated-box__back {
	z-index: 1
}

.jet-animated-box.jet-box-fold-effect.flipped .jet-animated-box__front {
	z-index: 1
}

.jet-animated-box.jet-box-fold-effect.flipped .jet-animated-box__back {
	z-index: 2
}

.jet-animated-box.jet-box-fold-effect.fold-init {
	visibility: visible
}

.jet-animated-box.jet-box-peel-effect {
	position: relative;
	overflow: hidden;
	visibility: hidden
}

.jet-animated-box.jet-box-peel-effect .jet-animated-box__front {
	z-index: 2
}

.jet-animated-box.jet-box-peel-effect .jet-animated-box__back {
	z-index: 1
}

.jet-animated-box.jet-box-peel-effect.flipped .jet-animated-box__front {
	z-index: 1
}

.jet-animated-box.jet-box-peel-effect.flipped .jet-animated-box__back {
	z-index: 2
}

.jet-animated-box.jet-box-peel-effect.peel-ready {
	visibility: visible
}

.jet-animated-box.jet-box-slide-out-effect {
	position: relative;
	overflow: hidden
}

.jet-animated-box.jet-box-slide-out-effect .jet-animated-box__front {
	z-index: 2
}

.jet-animated-box.jet-box-slide-out-effect .jet-animated-box__back {
	z-index: 1
}

.jet-animated-box.jet-box-slide-out-effect.flipped .jet-animated-box__front {
	z-index: 1
}

.jet-animated-box.jet-box-slide-out-effect.flipped .jet-animated-box__back {
	z-index: 2
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-left .ui-draggable-handle {
	cursor: w-resize
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-left .ui-draggable-dragging {
	cursor: ew-resize
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-top .ui-draggable-handle {
	cursor: n-resize
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-top .ui-draggable-dragging {
	cursor: ns-resize
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-right .ui-draggable-handle {
	cursor: e-resize
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-right .ui-draggable-dragging {
	cursor: ew-resize
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-bottom .ui-draggable-handle {
	cursor: s-resize
}

.jet-animated-box.jet-box-slide-out-effect.slide-out-bottom .ui-draggable-dragging {
	cursor: ns-resize
}

.elementor-jet-banner:after {
	clear: both;
	width: 100%;
	display: block;
	content: ''
}

.jet-banner {
	position: relative;
	overflow: hidden;
	float: left;
	max-width: 100%;
	width: 100%
}

.jet-banner * {
	box-sizing: border-box
}

.jet-banner__content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center
}

.jet-banner__content-wrap {
	display: flex;
	flex-flow: column
}

.jet-banner .jet-banner__title,
.jet-banner .jet-banner__text {
	margin: 0;
	padding: 0
}

.jet-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background: #000;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transition: opacity 0.35s
}

.jet-banner__img {
	display: block
}

.jet-banner:hover .jet-banner__overlay {
	opacity: .2
}

.jet-banner.jet-effect-none .jet-banner__content {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-banner.jet-effect-lily .jet-banner__img {
	max-width: none;
	width: calc(100% + 50px);
	transition: transform 0.35s;
	transform: translate3d(-40px, 0, 0)
}

.jet-banner.jet-effect-lily .jet-banner__content {
	text-align: left
}

.jet-banner.jet-effect-lily .jet-banner__content-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
	z-index: 2
}

.jet-banner.jet-effect-lily .jet-banner__title,
.jet-banner.jet-effect-lily .jet-banner__text {
	transform: translate3d(0, 40px, 0)
}

.jet-banner.jet-effect-lily .jet-banner__title {
	transition: transform 0.35s
}

.jet-banner.jet-effect-lily .jet-banner__text {
	color: rgba(255, 255, 255, .8);
	opacity: 0;
	transition: opacity 0.2s, transform 0.35s
}

.jet-banner.jet-effect-lily:hover .jet-banner__text {
	opacity: 1
}

.jet-banner.jet-effect-lily:hover .jet-banner__img,
.jet-banner.jet-effect-lily:hover .jet-banner__title,
.jet-banner.jet-effect-lily:hover .jet-banner__text {
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-lily:hover .jet-banner__text {
	transition-delay: 0.05s;
	transition-duration: 0.35s
}

.jet-banner.jet-effect-sadie .jet-banner__title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transition: transform 0.35s, color 0.35s;
	transform: translate3d(0, -50%, 0)
}

.jet-banner.jet-effect-sadie .jet-banner__text {
	transition: opacity 0.35s, transform 0.35s
}

.jet-banner.jet-effect-sadie .jet-banner__text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 10px, 0)
}

.jet-banner.jet-effect-sadie:hover .jet-banner__title {
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0)
}

.jet-banner.jet-effect-sadie:hover .jet-banner__text {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-layla .jet-banner__content {
	padding: 3em
}

.jet-banner.jet-effect-layla .jet-banner__content::before,
.jet-banner.jet-effect-layla .jet-banner__content::after {
	position: absolute;
	content: '';
	opacity: 0;
	z-index: 2
}

.jet-banner.jet-effect-layla .jet-banner__content::before {
	top: 40px;
	right: 20px;
	bottom: 40px;
	left: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	transform-origin: 0 0
}

.jet-banner.jet-effect-layla .jet-banner__content::after {
	top: 20px;
	right: 40px;
	bottom: 20px;
	left: 40px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
	transform-origin: 100% 0
}

.jet-banner.jet-effect-layla .jet-banner__title {
	padding-top: 26%;
	transition: transform 0.35s
}

.jet-banner.jet-effect-layla .jet-banner__text {
	padding: .5em 2em;
	text-transform: none;
	opacity: 0;
	transform: translate3d(0, -10px, 0)
}

.jet-banner.jet-effect-layla .jet-banner__title {
	transform: translate3d(0, -30px, 0)
}

.jet-banner.jet-effect-layla .jet-banner__content::before,
.jet-banner.jet-effect-layla .jet-banner__content::after,
.jet-banner.jet-effect-layla .jet-banner__text {
	transition: opacity 0.35s, transform 0.35s
}

.jet-banner.jet-effect-layla:hover .jet-banner__content::before,
.jet-banner.jet-effect-layla:hover .jet-banner__content::after {
	opacity: 1;
	transform: scale(1)
}

.jet-banner.jet-effect-layla:hover .jet-banner__title,
.jet-banner.jet-effect-layla:hover .jet-banner__text {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-layla:hover .jet-banner__content::after,
.jet-banner.jet-effect-layla:hover .jet-banner__title,
.jet-banner.jet-effect-layla:hover .jet-banner__text {
	transition-delay: 0.15s
}

.jet-banner.jet-effect-oscar .jet-banner__content {
	padding: 3em
}

.jet-banner.jet-effect-oscar .jet-banner__content::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: ''
}

.jet-banner.jet-effect-oscar .jet-banner__title {
	margin: 20% 0 10px 0;
	transition: transform 0.35s;
	transform: translate3d(0, 100%, 0)
}

.jet-banner.jet-effect-oscar .jet-banner__img {
	width: 100%
}

.jet-banner.jet-effect-oscar .jet-banner__content::before,
.jet-banner.jet-effect-oscar .jet-banner__text {
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(0)
}

.jet-banner.jet-effect-oscar:hover .jet-banner__title {
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-oscar:hover .jet-banner__content::before,
.jet-banner.jet-effect-oscar:hover .jet-banner__text {
	opacity: 1;
	transform: scale(1)
}

.jet-banner.jet-effect-marley .jet-banner__content {
	text-align: right
}

.jet-banner.jet-effect-marley .jet-banner__title,
.jet-banner.jet-effect-marley .jet-banner__text {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0
}

.jet-banner.jet-effect-marley .jet-banner__text {
	bottom: 30px;
	transform: translate3d(0, 100%, 0)
}

.jet-banner.jet-effect-marley .jet-banner__title {
	top: 30px;
	transition: transform 0.35s;
	transform: translate3d(0, 20px, 0)
}

.jet-banner.jet-effect-marley .jet-banner__title::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	transform: translate3d(0, 40px, 0)
}

.jet-banner.jet-effect-marley .jet-banner__title::after,
.jet-banner.jet-effect-marley .jet-banner__text {
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s
}

.jet-banner.jet-effect-marley:hover .jet-banner__title {
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-marley:hover .jet-banner__title::after,
.jet-banner.jet-effect-marley:hover .jet-banner__text {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-ruby .jet-banner__content {
	padding: 2em
}

.jet-banner.jet-effect-ruby .jet-banner__img {
	transition: transform 0.35s;
	transform: scale(1.15)
}

.jet-banner.jet-effect-ruby .jet-banner__title {
	margin-top: 20%;
	transition: transform 0.35s;
	transform: translate3d(0, 20px, 0)
}

.jet-banner.jet-effect-ruby .jet-banner__text {
	margin: 1em 0 0;
	padding: 1.5em;
	border: 1px solid #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(0, 20px, 0) scale(1.1)
}

.jet-banner.jet-effect-ruby:hover .jet-banner__img {
	transform: scale(1)
}

.jet-banner.jet-effect-ruby:hover .jet-banner__title {
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-ruby:hover .jet-banner__text {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1)
}

.jet-banner.jet-effect-roxy .jet-banner__img {
	max-width: none;
	width: calc(100% + 60px);
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-50px, 0, 0)
}

.jet-banner.jet-effect-roxy .jet-banner__content::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-20px, 0, 0)
}

.jet-banner.jet-effect-roxy .jet-banner__content {
	padding: 3em;
	text-align: left
}

.jet-banner.jet-effect-roxy .jet-banner__title {
	padding: 30% 0 10px 0
}

.jet-banner.jet-effect-roxy .jet-banner__text {
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-10px, 0, 0)
}

.jet-banner.jet-effect-roxy:hover .jet-banner__img {
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-roxy:hover .jet-banner__content::before,
.jet-banner.jet-effect-roxy:hover .jet-banner__text {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-bubba .jet-banner__content::before,
.jet-banner.jet-effect-bubba .jet-banner__content::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s
}

.jet-banner.jet-effect-bubba .jet-banner__content::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1)
}

.jet-banner.jet-effect-bubba .jet-banner__content::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0)
}

.jet-banner.jet-effect-bubba .jet-banner__title {
	padding-top: 30%;
	transition: transform 0.35s;
	transform: translate3d(0, -20px, 0)
}

.jet-banner.jet-effect-bubba .jet-banner__text {
	padding: 20px 2.5em;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(0, 20px, 0)
}

.jet-banner.jet-effect-bubba:hover .jet-banner__content::before,
.jet-banner.jet-effect-bubba:hover .jet-banner__content::after {
	opacity: 1;
	transform: scale(1)
}

.jet-banner.jet-effect-bubba:hover .jet-banner__title,
.jet-banner.jet-effect-bubba:hover .jet-banner__text {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-romeo {
	perspective: 1000px
}

.jet-banner.jet-effect-romeo .jet-banner__img {
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1.45);
	-o-object-fit: cover;
	object-fit: cover
}

.jet-banner.jet-effect-romeo .jet-banner__content::before,
.jet-banner.jet-effect-romeo .jet-banner__content::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-50%, -50%, 0)
}

.jet-banner.jet-effect-romeo .jet-banner__title,
.jet-banner.jet-effect-romeo .jet-banner__text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transition: transform 0.35s
}

.jet-banner.jet-effect-romeo .jet-banner__title {
	transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0)
}

.jet-banner.jet-effect-romeo .jet-banner__text {
	padding: .25em 2em;
	transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__content::before {
	opacity: .5;
	transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__content::after {
	opacity: .5;
	transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__img {
	opacity: .6;
	transform: scale(1)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__title {
	transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__text {
	transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}

.jet-banner.jet-effect-sarah .jet-banner__img {
	max-width: none;
	width: calc(100% + 20px);
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.jet-banner.jet-effect-sarah .jet-banner__img {
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-sarah .jet-banner__content {
	text-align: left;
	padding: 2em
}

.jet-banner.jet-effect-sarah .jet-banner__title {
	position: relative;
	overflow: hidden;
	padding: .5em 0
}

.jet-banner.jet-effect-sarah .jet-banner__title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%, 0, 0)
}

.jet-banner.jet-effect-sarah .jet-banner__text {
	padding: 1em 0;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(100%, 0, 0)
}

.jet-banner.jet-effect-sarah:hover .jet-banner__title::after {
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-sarah:hover .jet-banner__text {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-chico .jet-banner__img {
	transition: transform 0.35s;
	transform: scale(1.12)
}

.jet-banner.jet-effect-chico .jet-banner__content {
	padding: 3em
}

.jet-banner.jet-effect-chico .jet-banner__content::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1)
}

.jet-banner.jet-effect-chico .jet-banner__content::before,
.jet-banner.jet-effect-chico .jet-banner__text {
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s
}

.jet-banner.jet-effect-chico .jet-banner__title {
	padding: 20% 0 20px 0
}

.jet-banner.jet-effect-chico .jet-banner__text {
	margin: 0 auto;
	max-width: 70%;
	transform: scale(1.5)
}

.jet-banner.jet-effect-chico:hover .jet-banner__img {
	transform: scale(1)
}

.jet-banner.jet-effect-chico:hover .jet-banner__content::before,
.jet-banner.jet-effect-chico:hover .jet-banner__text {
	opacity: 1;
	transform: scale(1)
}

.brands-wrap .brands-list__item {
	position: relative;
	min-height: 1px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%
}

.jet-carousel {
	position: relative;
	margin-left: -10px;
	margin-right: -10px
}

.jet-carousel-wrap.jet-equal-cols .slick-track {
	display: flex;
	align-items: stretch
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item {
	float: none;
	height: auto;
	display: flex;
	flex-direction: column
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item img {
	-o-object-fit: cover;
	object-fit: cover;
	flex-grow: 1
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link {
	display: flex;
	flex-direction: column
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner>*:last-child,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link {
	flex-grow: 1
}

.jet-carousel__item {
	padding: 10px
}

.jet-carousel__item .jet-banner {
	float: none
}

.jet-carousel__item-link:focus-visible {
	outline: auto
}

.jet-carousel .jet-carousel__item-title a {
	color: inherit
}

.jet-carousel__content {
	position: relative;
	z-index: 2
}

.jet-carousel__content,
.jet-carousel__item-title,
.jet-carousel__item-text {
	transition: all 200ms linear
}

.jet-carousel .col-row {
	display: block
}

.jet-carousel .jet-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 999;
	transition: all 200ms linear
}

.jet-carousel .jet-arrow svg {
	width: 1em;
	height: 1em
}

.jet-carousel .jet-arrow:before {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 0;
	transition: all 200ms linear
}

.jet-carousel .jet-arrow.prev-arrow {
	left: 0
}

.jet-carousel .jet-arrow.next-arrow {
	right: 0
}

.jet-carousel .jet-slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 99;
	padding: 0;
	margin-left: 0
}

.jet-carousel .jet-slick-dots li {
	padding: 5px;
	margin: 0;
	list-style: none
}

.jet-carousel .jet-slick-dots li span {
	transition: all 200ms linear;
	display: block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	text-indent: 10em;
	overflow: hidden
}

.jet-carousel .jet-slick-dots li span:before {
	display: none
}

.jet-carousel__fraction-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 10px
}

.elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized),
.elementor-jet-posts .jet-carousel>.jet-posts:not(.slick-initialized) {
	display: flex;
	visibility: hidden
}

.elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized)~.jet-arrow,
.elementor-jet-posts .jet-carousel>.jet-posts:not(.slick-initialized)~.jet-arrow {
	visibility: hidden
}

.elementor-widget-jet-carousel {
	max-width: 100%;
	flex-basis: 100%
}

.circle-progress {
	border-radius: 50%;
	transform: rotate(-90deg)
}

.circle-progress-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative
}

.circle-progress-bar {
	position: relative;
	margin-left: auto;
	margin-right: auto
}

.circle-progress-bar .position-in-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.circle-progress-bar .position-in-circle .circle-counter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.circle-progress__meter,
.circle-progress__value {
	transition-property: all;
	transition-timing-function: cubic-bezier(.28, .77, .39, .95);
	fill: none;
	stroke-linecap: butt
}

.circle-counter .circle-val {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-countdown-timer {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center
}

.jet-countdown-timer__item {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	margin: 5px
}

.jet-countdown-timer__separator {
	display: none
}

*+.jet-countdown-timer__separator {
	display: block
}

.jet-countdown-timer__digit {
	display: inline-block
}

.jet-countdown-timer-message {
	display: none;
	text-align: center
}

.jet-posts__item {
	position: relative;
	min-height: 1px;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	outline: none
}

.jet-posts__item.slick-slide {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.jet-posts__inner-box {
	position: relative;
	overflow: hidden
}

.jet-posts__terms {
	margin-bottom: 10px
}

.jet-posts__terms-link {
	display: inline-block;
	padding: 5px 10px
}

.post-thumbnail+.jet-posts__terms {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 10px
}

.jet-posts .jet-more {
	overflow: hidden
}

.jet-posts .jet-more-icon {
	margin-left: 5px
}

.jet-posts .entry-excerpt {
	padding-bottom: 15px
}

.jet-posts .jet-more-wrap {
	display: flex;
	flex-direction: column
}

.jet-posts .post-thumbnail {
	overflow: hidden;
	line-height: 0
}

.jet-posts .slick-list {
	width: 100%
}

.jet-posts.jet-equal-cols .slick-track {
	display: flex;
	align-items: stretch
}

.jet-posts.jet-equal-cols .slick-track:before,
.jet-posts.jet-equal-cols .slick-track:after {
	content: none
}

.jet-posts.jet-equal-cols .slick-track .jet-posts__item {
	flex: 0 0 auto
}

.jet-posts.jet-equal-cols .jet-posts__item {
	display: flex;
	flex-direction: column;
	height: auto
}

.jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-box {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box
}

.jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1
}

.jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-content>* {
	width: 100%
}

.post-meta {
	padding-bottom: 10px;
	text-decoration: none
}

.post-meta__item {
	display: inline-block;
	text-decoration: inherit
}

.post-meta__item:not(:first-child):before {
	content: "";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px
}

.elementor-jet-posts .jet-carousel {
	margin-left: 0;
	margin-right: 0
}

.elementor-widget-jet-posts {
	max-width: 100%;
	flex-basis: 100%
}

.pricing-table {
	position: relative;
	display: flex;
	flex-wrap: wrap
}

.pricing-table>* {
	width: 100%
}

.pricing-table__icon-box .jet-elements-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.pricing-table__badge {
	position: absolute;
	right: 20px;
	top: 20px;
	width: auto
}

.pricing-table .pricing-table-button {
	overflow: hidden
}

.pricing-table .pricing-table-button.button-full-size {
	width: 100%
}

.pricing-table .button-icon {
	margin-right: 5px
}

.pricing-table__fold-mask {
	overflow: hidden
}

.pricing-table__fold-mask:not(.pricing-table-unfold-state) {
	max-height: 0
}

.pricing-table__fold-trigger {
	display: flex;
	justify-content: center
}

.pricing-table__fold-button {
	cursor: pointer;
	display: flex;
	align-items: center
}

.pricing-table__fold-button-icon,
.pricing-table__fold-button-text {
	transition: all .3s
}

.pricing-feature:not(:first-child):before {
	content: "";
	display: block;
	height: 0;
	margin-left: auto;
	margin-right: auto
}

.pricing-feature__inner {
	display: inline-flex;
	align-items: center
}

.pricing-feature .item-bullet {
	display: flex;
	align-items: center;
	margin-right: 7px
}

.pricing-feature:last-child {
	margin-bottom: 0 !important
}

.fold_visible_last {
	margin-bottom: 0 !important
}

.jet-images-layout {
	position: relative
}

.jet-images-layout__item {
	overflow: hidden;
	position: relative;
	transform: translateZ(0)
}

.jet-images-layout__item.image-loaded .jet-images-layout__link {
	opacity: 1;
	transition: opacity 0.3s ease;
	image-orientation: none
}

.jet-images-layout__item:hover .jet-images-layout__content {
	opacity: 1
}

.jet-images-layout__inner {
	position: relative;
	overflow: hidden;
	transform: translateZ(0)
}

.jet-images-layout__link {
	display: block;
	opacity: 0
}

.jet-images-layout__icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	pointer-events: none
}

.jet-images-layout__icon .jet-images-layout-icon-inner {
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-images-layout__icon svg {
	width: 1em;
	height: 1em
}

.jet-images-layout__image {
	position: relative;
	line-height: 0
}

.jet-images-layout__image-instance {
	width: 100%;
	min-width: 100px;
	min-height: 100px
}

.jet-images-layout__title {
	width: 100%
}

.jet-images-layout__desc {
	width: 100%
}

.jet-images-layout__content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(.21, .75, .27, .96)
}

.jet-images-layout__content:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	content: ''
}

.jet-images-layout__image-loader {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1
}

.jet-images-layout__image-loader span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: 2px 2px 1px #fff;
	animation: jet-images-layout-load-spin 690ms infinite linear
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list .jet-images-layout__item {
	height: auto;
	min-height: 100px
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list .salvattore-column {
	display: flex;
	flex-flow: column nowrap
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list:before {
	display: none
}

.jet-images-layout.layout-type-justify .jet-images-layout__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__item {
	flex: 0 1 25%;
	height: auto;
	min-height: 100px;
	display: flex
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__inner {
	display: flex;
	flex-grow: 1
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__link {
	flex-grow: 1
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image {
	height: 100%
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image-instance {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.jet-images-layout.layout-type-grid .jet-images-layout__image-instance {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.jet-images-layout.layout-type-list .jet-images-layout__item {
	width: 100%
}

@keyframes jet-images-layout-load-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.elementor-lightbox .elementor-lightbox-image {
	image-orientation: none
}

.jet-slider {
	position: relative
}

.jet-slider .hidden-html {
	display: none
}

.jet-slider .slider-pro {
	visibility: hidden
}

.elementor-section.elementor-invisible .jet-slider .slider-pro {
	visibility: hidden
}

.jet-slider .slider-pro.slider-loaded {
	visibility: visible
}

.jet-slider .jet-slider-loader {
	display: none
}

.jet-slider__image-exact .sp-image {
	-o-object-fit: cover;
	object-fit: cover
}

.jet-slider__image-contain .sp-image {
	-o-object-fit: contain;
	object-fit: contain
}

.jet-slider__item {
	overflow: hidden
}

.jet-slider__content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-slider__content.jet-slider__item-linked {
	cursor: pointer
}

.jet-slider__content.jet-slider__item-linked * {
	cursor: auto
}

.jet-slider__content.jet-slider__item-linked .jet-slider__content-item-link {
	visibility: hidden
}

.jet-slider__content-item {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	min-width: 100%
}

.jet-slider__content-inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%
}

.jet-slider__content-inner .elementor[data-elementor-type="section"] {
	width: 100%
}

.jet-slider__icon {
	display: flex;
	justify-content: center;
	width: 100%
}

.jet-slider__icon .jet-slider-icon-inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-slider__icon .jet-slider-icon-inner svg {
	width: 1em;
	height: 1em
}

.jet-slider__title {
	width: 100%
}

.jet-slider__subtitle {
	width: 100%
}

.jet-slider__desc {
	width: 100%
}

.jet-slider__button-wrapper {
	width: 100%
}

.jet-slider__button {
	margin: 0 5px
}

.jet-slider .sp-slides-container {
	background-size: cover
}

.jet-slider .sp-image-container {
	position: relative
}

.jet-slider .sp-image-container:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .3);
	content: ''
}

.jet-slider .sp-full-screen-button {
	color: #fff
}

.jet-slider .sp-full-screen-button svg {
	width: 1em;
	height: 1em
}

.jet-slider .sp-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-slider .sp-arrow.sp-next-arrow {
	transform: scale(-1, 1)
}

.jet-slider .sp-arrow svg {
	width: 1em;
	height: 1em
}

.jet-slider .sp-arrow i {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	line-height: 0em
}

.jet-slider .sp-arrow:before,
.jet-slider .sp-arrow:after {
	display: none
}

.jet-slider .sp-full-screen-button {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	transform: rotate(0deg);
	transform-origin: 50%;
	top: 10px;
	right: 10px
}

.jet-slider .sp-full-screen-button:before {
	display: none
}

.jet-slider .sp-buttons {
	width: 100%;
	padding: 0;
	margin: 0 auto
}

.jet-slider .sp-buttons .sp-button {
	width: 15px;
	height: 15px;
	border-radius: 50%
}

.jet-slider .sp-thumbnails .sp-thumbnail-container {
	position: relative;
	cursor: pointer
}

.jet-slider .sp-thumbnails .sp-thumbnail-container:before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: ''
}

.jet-slider .sp-grab {
	cursor: auto
}

.jet-slider__fraction-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0
}

.elementor-widget-jet-slider {
	max-width: 100%;
	flex-basis: 100%
}

.jet-download.elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.jet-download.jet-download-icon-position-top,
.jet-download.jet-download-icon-position-bottom {
	flex-direction: column
}

.jet-download__icon.jet-download-icon-left {
	margin-right: 10px;
	order: 1
}

.jet-download__icon.jet-download-icon-right {
	margin-left: 10px;
	order: 3
}

.jet-download__icon.jet-download-icon-top {
	margin-bottom: 10px;
	order: 1
}

.jet-download__icon.jet-download-icon-bottom {
	margin-top: 10px;
	order: 3
}

.jet-download__icon {
	transition: all 0.3s ease
}

.jet-download__text {
	text-align: left;
	order: 2
}

.jet-download__label {
	display: block;
	transition: all 0.3s ease
}

.jet-download__sub-label {
	display: block;
	transition: all 0.3s ease
}

.jet-team-member__inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-team-member__image {
	position: relative
}

.jet-team-member__image img.jet-team-member__img-tag {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.jet-team-member__image {
	width: 100%
}

.jet-team-member__figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0
}

.jet-team-member__cover {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.jet-team-member__cover:empty {
	display: none
}

.jet-team-member__cover>* {
	z-index: 1
}

.jet-team-member__cover:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	content: ''
}

.jet-team-member__cover:after {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	bottom: -10px;
	content: none
}

.jet-team-member__content {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%
}

.jet-team-member__content:empty {
	display: none
}

.jet-team-member__name {
	align-self: stretch;
	text-align: center;
	max-width: 100%
}

.jet-team-member__position {
	max-width: 100%
}

.jet-team-member__desc {
	max-width: 100%
}

.jet-team-member__button-container {
	display: flex;
	justify-content: center;
	width: 100%
}

.jet-team-member__socials {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center
}

.jet-team-member__socials-item .inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-team-member.jet-team-member--cover-hint .jet-team-member__cover {
	top: auto;
	height: auto;
	bottom: 100%;
	padding-bottom: 12px
}

.jet-team-member.jet-team-member--cover-hint .jet-team-member__cover:before {
	height: calc(100% - 12px)
}

.jet-team-member.jet-team-member--cover-hint .jet-team-member__cover:after {
	bottom: 2px
}

.jet-team-member.jet-team-member--hint-corner .jet-team-member__cover:after {
	content: ''
}

.jet-team-member.jet-team-member--cover-hover .jet-team-member__cover {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s cubic-bezier(.69, .1, .33, .9);
	transition-delay: .2s
}

.jet-team-member.jet-team-member--cover-hover .jet-team-member__image:hover .jet-team-member__cover {
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0s
}

.jet-services__header {
	position: relative;
	overflow: hidden;
	max-width: 100%
}

.jet-services__header img.jet-services__img-tag {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.jet-services__cover {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.jet-services__cover:empty {
	display: none
}

.jet-services__cover>* {
	z-index: 1
}

.jet-services__cover:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	content: ''
}

.jet-services__cover:after {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	bottom: -10px;
	content: none
}

.jet-services__content {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	width: 100%
}

.jet-services__content:empty {
	display: none
}

.jet-services__icon {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-services__icon .inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-services__title {
	display: flex;
	align-items: center;
	text-align: center;
	max-width: 100%
}

.jet-services__desc {
	max-width: 100%
}

.jet-services .jet-services__button {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-services .jet-services__button--icon-before .jet-services__button-text {
	order: 2
}

.jet-services .jet-services__button--icon-before .jet-services__button-icon {
	order: 1
}

.jet-services .jet-services__button--icon-after .jet-services__button-text {
	order: 1
}

.jet-services .jet-services__button--icon-after .jet-services__button-icon {
	order: 2
}

.jet-services.jet-services--cover-hover .jet-services__cover {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s cubic-bezier(.69, .1, .33, .9)
}

.jet-services.jet-services--cover-hover .jet-services__header:hover .jet-services__cover {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.3s cubic-bezier(.69, .1, .33, .9)
}

.jet-services.jet-services--header-position-top .jet-services__inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-services.jet-services--header-position-left .jet-services__inner {
	display: flex;
	flex-flow: row
}

.jet-services.jet-services--header-position-left .jet-services__inner .jet-services__header {
	flex: 1 0 auto;
	order: 1
}

.jet-services.jet-services--header-position-left .jet-services__inner .jet-services__content {
	flex: 0 1 auto;
	order: 2
}

.jet-services.jet-services--header-position-right .jet-services__inner {
	display: flex;
	flex-flow: row
}

.jet-services.jet-services--header-position-right .jet-services__inner .jet-services__header {
	flex: 1 0 auto;
	order: 2
}

.jet-services.jet-services--header-position-right .jet-services__inner .jet-services__content {
	flex: 0 1 auto;
	order: 1
}

.jet-testimonials {
	width: 100%;
	position: relative
}

.jet-testimonials.jet-equal-cols .slick-track {
	display: flex;
	align-items: stretch
}

.jet-testimonials.jet-equal-cols .jet-testimonials__item {
	display: flex;
	flex-direction: column;
	float: none;
	height: auto
}

.jet-testimonials.jet-equal-cols .jet-testimonials__item-inner {
	flex-grow: 1
}

.jet-testimonials__instance {
	width: 100%;
	position: relative
}

.jet-testimonials__instance:not(.slick-initialized) {
	display: flex;
	visibility: hidden
}

.jet-testimonials__instance.jet-testimonials--comment-corner .jet-testimonials__comment:after {
	content: ''
}

.jet-testimonials__item {
	outline: none
}

.jet-testimonials__content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-testimonials__figure {
	position: relative;
	overflow: hidden
}

.jet-testimonials__figure img.jet-testimonials__tag-img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.jet-testimonials__icon {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-testimonials__icon .jet-testimonials__icon-inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-testimonials__icon svg {
	width: 1em;
	height: 1em
}

.jet-testimonials__title {
	max-width: 100%
}

.jet-testimonials__comment {
	max-width: 100%;
	position: relative
}

.jet-testimonials__comment:after {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	bottom: -10px;
	content: none
}

.jet-testimonials__name {
	max-width: 100%
}

.jet-testimonials__name a {
	color: inherit
}

.jet-testimonials__position {
	max-width: 100%
}

.jet-testimonials__date {
	max-width: 100%
}

.jet-testimonials__rating {
	color: #ffe435
}

.jet-testimonials__rating i {
	color: #c1c1c1
}

.jet-testimonials__rating[data-rating="1"] i:nth-child(-n+1),
.jet-testimonials__rating[data-rating="2"] i:nth-child(-n+2),
.jet-testimonials__rating[data-rating="3"] i:nth-child(-n+3),
.jet-testimonials__rating[data-rating="4"] i:nth-child(-n+4),
.jet-testimonials__rating[data-rating="5"] i:nth-child(-n+5) {
	color: inherit !important
}

.jet-testimonials .jet-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 999;
	transition: all 200ms linear
}

.jet-testimonials .jet-arrow:before {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 0;
	transition: all 200ms linear
}

.jet-testimonials .jet-arrow.prev-arrow {
	left: 0
}

.jet-testimonials .jet-arrow.next-arrow {
	right: 0
}

.jet-testimonials .jet-slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 99;
	padding: 0
}

.jet-testimonials .jet-slick-dots li {
	padding: 5px;
	margin: 0;
	list-style: none
}

.jet-testimonials .jet-slick-dots li span {
	display: block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	text-indent: 10em;
	overflow: hidden;
	transition: all 200ms linear
}

.jet-testimonials .jet-slick-dots li span:before {
	display: none
}

.elementor-widget-jet-testimonials {
	max-width: 100%;
	flex-basis: 100%
}

.jet-button__container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center
}

.jet-button__instance {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	transform: translateZ(0);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__plane {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute
}

.jet-button__plane-normal {
	z-index: 1
}

.jet-button__plane-hover {
	z-index: 3
}

.jet-button__state {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box
}

.jet-button__state-normal {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2
}

.jet-button__state-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4
}

.jet-button__icon {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-button__instance.jet-button__instance--icon-left .jet-button__state {
	flex-direction: row
}

.jet-button__instance.jet-button__instance--icon-left .jet-button__state .jet-button__icon {
	order: 1
}

.jet-button__instance.jet-button__instance--icon-left .jet-button__state .jet-button__label {
	order: 2
}

.jet-button__instance.jet-button__instance--icon-top .jet-button__state {
	flex-direction: column
}

.jet-button__instance.jet-button__instance--icon-top .jet-button__state .jet-button__icon {
	order: 1
}

.jet-button__instance.jet-button__instance--icon-top .jet-button__state .jet-button__label {
	order: 2
}

.jet-button__instance.jet-button__instance--icon-right .jet-button__state {
	flex-direction: row
}

.jet-button__instance.jet-button__instance--icon-right .jet-button__state .jet-button__icon {
	order: 2
}

.jet-button__instance.jet-button__instance--icon-right .jet-button__state .jet-button__label {
	order: 1
}

.jet-button__instance.jet-button__instance--icon-bottom .jet-button__state {
	flex-direction: column
}

.jet-button__instance.jet-button__instance--icon-bottom .jet-button__state .jet-button__icon {
	order: 2
}

.jet-button__instance.jet-button__instance--icon-bottom .jet-button__state .jet-button__label {
	order: 1
}

.jet-button__instance.hover-effect-0 .jet-button__plane-normal {
	opacity: 1
}

.jet-button__instance.hover-effect-0 .jet-button__plane-hover {
	opacity: 0
}

.jet-button__instance.hover-effect-0 .jet-button__state-normal {
	opacity: 1
}

.jet-button__instance.hover-effect-0 .jet-button__state-hover {
	opacity: 0
}

.jet-button__instance.hover-effect-0:hover .jet-button__plane-normal {
	opacity: 0
}

.jet-button__instance.hover-effect-0:hover .jet-button__plane-hover {
	opacity: 1
}

.jet-button__instance.hover-effect-0:hover .jet-button__state-normal {
	opacity: 0
}

.jet-button__instance.hover-effect-0:hover .jet-button__state-hover {
	opacity: 1
}

.jet-button__instance.hover-effect-1 .jet-button__plane-normal {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__plane-hover {
	opacity: 0;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-normal .jet-button__icon {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-normal .jet-button__label {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-hover .jet-button__icon {
	opacity: 0;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-hover .jet-button__label {
	opacity: 0;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1:hover .jet-button__plane-normal {
	opacity: 0
}

.jet-button__instance.hover-effect-1:hover .jet-button__plane-hover {
	opacity: 1
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-normal .jet-button__icon {
	opacity: 0
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-normal .jet-button__label {
	opacity: 0
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-hover .jet-button__icon {
	opacity: 1
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-hover .jet-button__label {
	opacity: 1
}

.jet-button__instance.hover-effect-2 .jet-button__plane-normal {
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2 .jet-button__plane-hover {
	transform: translateY(100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2 .jet-button__state-normal {
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2 .jet-button__state-hover {
	transform: translateY(100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2:hover .jet-button__plane-normal {
	transition-delay: .1s;
	transform: translateY(-100%)
}

.jet-button__instance.hover-effect-2:hover .jet-button__plane-hover {
	transform: translateY(0%);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-2:hover .jet-button__state-normal {
	transform: translateY(-100%)
}

.jet-button__instance.hover-effect-2:hover .jet-button__state-hover {
	transition-delay: .15s;
	transform: translateY(0%)
}

.jet-button__instance.hover-effect-3 .jet-button__plane-normal {
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3 .jet-button__plane-hover {
	transform: translateY(-100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3 .jet-button__state-normal {
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3 .jet-button__state-hover {
	transform: translateY(-100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3:hover .jet-button__plane-normal {
	transition-delay: .1s;
	transform: translateY(100%)
}

.jet-button__instance.hover-effect-3:hover .jet-button__plane-hover {
	transform: translateY(0%);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-3:hover .jet-button__state-normal {
	transform: translateY(100%)
}

.jet-button__instance.hover-effect-3:hover .jet-button__state-hover {
	transition-delay: .15s;
	transform: translateY(0%)
}

.jet-button__instance.hover-effect-4 .jet-button__plane-normal {
	transform: translateX(0);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4 .jet-button__plane-hover {
	transform: translateX(-100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4 .jet-button__state-normal {
	transform: translateX(0);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4 .jet-button__state-hover {
	transform: translateX(-100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4:hover .jet-button__plane-normal {
	transform: translateX(100%);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-4:hover .jet-button__plane-hover {
	transform: translateX(0)
}

.jet-button__instance.hover-effect-4:hover .jet-button__state-normal {
	transform: translateX(100%)
}

.jet-button__instance.hover-effect-4:hover .jet-button__state-hover {
	transform: translateX(0);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-5 .jet-button__plane-normal {
	transform: translateX(0);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5 .jet-button__plane-hover {
	transform: translateX(100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5 .jet-button__state-normal {
	transform: translateX(0);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5 .jet-button__state-hover {
	transform: translateX(100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5:hover .jet-button__plane-normal {
	transform: translateX(-100%);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-5:hover .jet-button__plane-hover {
	transform: translateX(0)
}

.jet-button__instance.hover-effect-5:hover .jet-button__state-normal {
	transform: translateX(-100%)
}

.jet-button__instance.hover-effect-5:hover .jet-button__state-hover {
	transform: translateX(0);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-6 .jet-button__plane-normal {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6 .jet-button__plane-hover {
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6 .jet-button__state-normal {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6 .jet-button__state-hover {
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6:hover .jet-button__plane-normal {
	opacity: 0;
	transform: scale(1.5)
}

.jet-button__instance.hover-effect-6:hover .jet-button__plane-hover {
	opacity: 1;
	transform: scale(1)
}

.jet-button__instance.hover-effect-6:hover .jet-button__state-normal {
	opacity: 0;
	transform: scale(1.5)
}

.jet-button__instance.hover-effect-6:hover .jet-button__state-hover {
	opacity: 1;
	transform: scale(1)
}

.jet-button__instance.hover-effect-7 .jet-button__plane-normal {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7 .jet-button__plane-hover {
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7 .jet-button__state-normal {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7 .jet-button__state-hover {
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7:hover .jet-button__plane-normal {
	opacity: 0;
	transform: scale(0)
}

.jet-button__instance.hover-effect-7:hover .jet-button__plane-hover {
	opacity: 1;
	transform: scale(1)
}

.jet-button__instance.hover-effect-7:hover .jet-button__state-normal {
	opacity: 0;
	transform: scale(0)
}

.jet-button__instance.hover-effect-7:hover .jet-button__state-hover {
	opacity: 1;
	transform: scale(1)
}

.jet-button__instance.hover-effect-8 .jet-button__plane-normal {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8 .jet-button__plane-hover {
	opacity: 1;
	transform-origin: 0 100%;
	transform: rotateZ(-90deg) scaleX(2);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8 .jet-button__state-normal {
	opacity: 1;
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8 .jet-button__state-hover {
	opacity: 0;
	transform-origin: 0 100%;
	transform: rotateZ(-90deg) translateY(-100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8:hover .jet-button__plane-normal {
	opacity: 0
}

.jet-button__instance.hover-effect-8:hover .jet-button__plane-hover {
	opacity: 1;
	transform: rotateZ(0deg)
}

.jet-button__instance.hover-effect-8:hover .jet-button__state-normal {
	opacity: 0;
	transform: translateY(100%)
}

.jet-button__instance.hover-effect-8:hover .jet-button__state-hover {
	opacity: 1;
	transform: rotateZ(0) translateY(0);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-9 .jet-button__plane-normal {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9 .jet-button__plane-hover {
	opacity: 1;
	transform-origin: 100% 0;
	transform: rotateZ(-90deg) translateY(100%) scaleX(2);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9 .jet-button__state-normal {
	opacity: 1;
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9 .jet-button__state-hover {
	opacity: 0;
	transform-origin: 100% 0;
	transform: rotateZ(-90deg) translateY(100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9:hover .jet-button__plane-normal {
	opacity: 0
}

.jet-button__instance.hover-effect-9:hover .jet-button__plane-hover {
	opacity: 1;
	transform: rotateZ(0deg)
}

.jet-button__instance.hover-effect-9:hover .jet-button__state-normal {
	opacity: 0;
	transform: translateY(-100%)
}

.jet-button__instance.hover-effect-9:hover .jet-button__state-hover {
	opacity: 1;
	transform: rotateZ(0) translateY(0);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-10 .jet-button__plane-normal {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10 .jet-button__plane-hover {
	opacity: 1;
	transform: translateX(-100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10 .jet-button__state-normal {
	opacity: 1;
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10 .jet-button__state-hover {
	opacity: 0;
	transform: translateX(-100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10:hover .jet-button__plane-normal {
	opacity: 0
}

.jet-button__instance.hover-effect-10:hover .jet-button__plane-hover {
	opacity: 1;
	transform: translateX(0)
}

.jet-button__instance.hover-effect-10:hover .jet-button__state-normal {
	opacity: 0;
	transform: translateY(100%)
}

.jet-button__instance.hover-effect-10:hover .jet-button__state-hover {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .1s
}

.jet-button__instance.hover-effect-11 .jet-button__plane-normal {
	opacity: 1;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11 .jet-button__plane-hover {
	opacity: 1;
	transform: translateX(100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11 .jet-button__state-normal {
	opacity: 1;
	transform: translateY(0%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11 .jet-button__state-hover {
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11:hover .jet-button__plane-normal {
	opacity: 1
}

.jet-button__instance.hover-effect-11:hover .jet-button__plane-hover {
	opacity: 1;
	transform: translateX(0)
}

.jet-button__instance.hover-effect-11:hover .jet-button__state-normal {
	opacity: 0;
	transform: translateY(100%)
}

.jet-button__instance.hover-effect-11:hover .jet-button__state-hover {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .1s
}

.jet-image-comparison {
	width: 100%;
	position: relative
}

.jet-image-comparison__instance {
	width: 100%;
	position: relative;
	overflow: hidden
}

.jet-image-comparison__instance:not(.slick-initialized) {
	display: none
}

.jet-image-comparison .jet-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 99;
	transition: all 200ms linear
}

.jet-image-comparison .jet-arrow:before {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 0;
	transition: all 200ms linear
}

.jet-image-comparison .jet-arrow.prev-arrow {
	left: 0
}

.jet-image-comparison .jet-arrow.next-arrow {
	right: 0
}

.jet-image-comparison .jet-arrow svg {
	width: 1em;
	height: 1em
}

.jet-image-comparison .jet-slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 99;
	padding: 0
}

.jet-image-comparison .jet-slick-dots li {
	padding: 5px;
	margin: 0;
	list-style: none
}

.jet-image-comparison .jet-slick-dots li span {
	display: block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	text-indent: 10em;
	overflow: hidden;
	transition: all 200ms linear
}

.jet-image-comparison .jet-slick-dots li span:before {
	display: none
}

.jet-image-comparison .juxtapose {
	margin: 0 auto;
	max-width: 100%
}

.jet-image-comparison .juxtapose .jx-image {
	display: flex;
	align-items: flex-end
}

.jet-image-comparison .juxtapose .jx-image img {
	top: 0
}

.jet-image-comparison .juxtapose .jx-image .jx-label {
	float: none;
	left: auto;
	right: auto
}

.jet-image-comparison .juxtapose .jx-image.jx-left {
	justify-content: flex-start
}

.jet-image-comparison .juxtapose .jx-image.jx-right {
	justify-content: flex-end
}

.jet-image-comparison .juxtapose .jx-handle {
	width: 40px;
	margin: 0;
	margin-left: -20px
}

.jet-image-comparison .juxtapose .jx-handle .jx-arrow {
	display: none
}

.jet-image-comparison .juxtapose .jx-handle .jx-control {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	background: none;
	margin: 0;
	z-index: 1
}

.jet-image-comparison .juxtapose .jx-handle .jx-control:before {
	width: 3px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #fff;
	content: ''
}

.jet-image-comparison .juxtapose .jx-handle .jx-controller {
	width: 40px;
	height: 40px;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	direction: ltr
}

.jet-image-comparison .juxtapose .jx-handle .jx-controller i {
	display: flex;
	justify-content: center;
	align-items: center
}

.elementor-widget-jet-image-comparison {
	max-width: 100%;
	flex-basis: 100%
}

.jet-instagram-gallery__instance.layout-type-grid {
	display: flex;
	flex-flow: row wrap
}

.jet-instagram-gallery__instance.layout-type-masonry {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start
}

.jet-instagram-gallery__instance.layout-type-masonry .salvattore-column {
	display: flex;
	flex-flow: column nowrap
}

.jet-instagram-gallery__instance.show-overlay-on-hover .jet-instagram-gallery__inner .jet-instagram-gallery__content {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s cubic-bezier(.21, .75, .27, .96)
}

.jet-instagram-gallery__instance.show-overlay-on-hover .jet-instagram-gallery__inner:hover .jet-instagram-gallery__content {
	opacity: 1;
	pointer-events: auto
}

.jet-instagram-gallery__item {
	position: relative
}

.jet-instagram-gallery__inner {
	position: relative;
	overflow: hidden;
	margin: 10px
}

.jet-instagram-gallery__link {
	display: block;
	line-height: 0
}

.jet-instagram-gallery__image {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top
}

.jet-instagram-gallery__meta {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.jet-instagram-gallery__meta-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.jet-instagram-gallery__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.jet-instagram-gallery__content:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	content: ''
}

.jet-instagram-gallery__caption {
	max-width: 100%
}

.jet-scroll-navigation {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	overflow: visible !important
}

.jet-scroll-navigation--position-left {
	left: 0
}

.jet-scroll-navigation--position-left .jet-scroll-navigation__item-hint {
	left: calc(100% + 10px)
}

.jet-scroll-navigation--position-right {
	right: 0
}

.jet-scroll-navigation--position-right .jet-scroll-navigation__item-hint {
	right: calc(100% + 10px)
}

.jet-scroll-navigation--show-active-hint .jet-scroll-navigation__item.active .jet-scroll-navigation__item-hint {
	opacity: 1;
	pointer-events: auto
}

.jet-scroll-navigation--show-hint-on-hover .jet-scroll-navigation__item:hover .jet-scroll-navigation__item-hint {
	opacity: 1;
	pointer-events: auto
}

.jet-scroll-navigation__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: visible !important
}

.jet-scroll-navigation__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible !important
}

.jet-scroll-navigation__dot {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-scroll-navigation__item-hint {
	position: absolute;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-scroll-navigation__icon {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.jet-scroll-navigation__label {
	white-space: nowrap
}

.jet-headline,
.jet-headline .jet-headline__link {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center
}

.jet-headline--direction-horizontal,
.jet-headline--direction-horizontal .jet-headline__link {
	flex-flow: row wrap;
	justify-content: center;
	align-items: center
}

.jet-headline--direction-horizontal .jet-headline__link {
	flex-grow: 1;
	max-width: 100%
}

.jet-headline--direction-vertical,
.jet-headline--direction-vertical .jet-headline__link {
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-headline--direction-vertical .jet-headline__link {
	align-self: stretch
}

.jet-headline--direction-vertical .jet-headline__divider {
	width: 100%
}

.jet-headline__first {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center
}

.jet-headline__second {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center
}

.jet-headline__divider {
	flex: 1 1 auto
}

.jet-headline__deco-icon {
	display: flex;
	flex-flow: column nowrap
}

.jet-headline__deco-icon svg {
	width: 1em;
	height: 1em
}

.jet-headline__deco-image {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 0
}

.jet-headline__deco-image img {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover
}

.jet-headline .headline__part--image-text .jet-headline__label {
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
	background-position: center;
	background-size: cover
}

.jet-subscribe-form {
	max-width: 100%
}

.jet-subscribe-form__fields {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch
}

.jet-subscribe-form__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 1 auto;
	position: relative;
	max-width: 100%
}

.jet-subscribe-form__submit i {
	visibility: visible;
	transition: inherit
}

.jet-subscribe-form__submit span {
	visibility: visible
}

.jet-subscribe-form__submit:before {
	box-sizing: border-box;
	position: absolute;
	visibility: hidden;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 50%;
	border: 3px solid #fff;
	border-top-color: #000;
	content: '';
	animation: jet-spinner .6s linear infinite
}

.jet-subscribe-form__submit.loading i {
	visibility: hidden
}

.jet-subscribe-form__submit.loading span {
	visibility: hidden
}

.jet-subscribe-form__submit.loading:before {
	visibility: visible
}

.jet-subscribe-form__message {
	position: absolute;
	top: 120%;
	width: 100%;
	visibility: hidden
}

.jet-subscribe-form__message .jet-subscribe-form__message-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__fields {
	flex: 1 1 auto;
	width: auto
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__submit {
	flex: 0 1 auto;
	width: auto
}

.jet-subscribe-form--block-layout .jet-subscribe-form__input-group {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center
}

.jet-subscribe-form--block-layout .jet-subscribe-form__input-group .jet-subscribe-form__fields {
	width: 100%
}

@keyframes jet-spinner {
	to {
		transform: rotate(360deg)
	}
}

.jet-parallax-section__layout {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	perspective: 1200px
}

.jet-parallax-section__image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto;
	background-position-x: 50%;
	background-position-y: 50%;
	will-change: transform
}

.jet-parallax-section .jet-parallax-section__scroll-layout:not(.is-mac) .jet-parallax-section__image {
	transition: transform 0.5s cubic-bezier(.25, .88, .54, .98), background-position 0s linear
}

.jet-progress-bar__title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row nowrap
}

.jet-progress-bar__wrapper {
	position: relative
}

.jet-progress-bar__status-bar {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	will-change: width, height;
	transition: width 1s cubic-bezier(.6, .17, .37, .86), height 1s cubic-bezier(.6, .17, .37, .86);
	transform: translateZ(0)
}

.jet-progress-bar__percent {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-progress-bar__percent-value {
	line-height: 1
}

.jet-progress-bar__percent-suffix {
	line-height: 1
}

.jet-progress-bar-type-1 .jet-progress-bar__inner {
	display: flex;
	flex-flow: column
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__status-bar {
	width: 0%
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__title {
	align-self: flex-start
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__wrapper {
	align-self: stretch
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__percent {
	align-self: flex-end
}

.jet-progress-bar-type-2 .jet-progress-bar__inner {
	display: flex;
	flex-flow: column
}

.jet-progress-bar-type-2 .jet-progress-bar__inner .jet-progress-bar__status-bar {
	width: 0%
}

.jet-progress-bar-type-3 .jet-progress-bar__inner {
	display: flex;
	flex-flow: column
}

.jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__wrapper {
	flex: 1 1 auto
}

.jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__status-bar {
	width: 0%
}

.jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__percent {
	align-self: flex-end;
	position: absolute;
	bottom: calc(100% + 10px);
	right: 0
}

.jet-progress-bar-type-4 .jet-progress-bar__inner {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center
}

.jet-progress-bar-type-4 .jet-progress-bar__inner .jet-progress-bar__wrapper {
	flex: 1 1 auto
}

.jet-progress-bar-type-4 .jet-progress-bar__inner .jet-progress-bar__status-bar {
	width: 0%
}

.jet-progress-bar-type-5 .jet-progress-bar__inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-progress-bar-type-5 .jet-progress-bar__inner .jet-progress-bar__wrapper {
	display: flex;
	flex-flow: row nowrap;
	align-self: stretch
}

.jet-progress-bar-type-5 .jet-progress-bar__inner .jet-progress-bar__status-bar {
	width: 0%
}

.jet-progress-bar-type-6 .jet-progress-bar__inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__wrapper {
	display: flex;
	flex-flow: row nowrap;
	align-self: stretch
}

.jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__status-bar {
	width: 0%
}

.jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__status {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start
}

.jet-progress-bar-type-7 .jet-progress-bar__inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center
}

.jet-progress-bar-type-7 .jet-progress-bar__inner .jet-progress-bar__wrapper {
	display: flex;
	flex-flow: column nowrap
}

.jet-progress-bar-type-7 .jet-progress-bar__inner .jet-progress-bar__status-bar {
	width: 100%;
	height: 0%
}

.jet-portfolio {
	position: relative
}

.jet-portfolio__filter {
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center
}

.jet-portfolio__filter-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center
}

.jet-portfolio__filter-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer
}

.jet-portfolio__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	transform: translateZ(0);
	transition: height 0.5s cubic-bezier(.33, .79, .37, .97)
}

.jet-portfolio__item {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	position: relative;
	transform: translateZ(0)
}

.jet-portfolio__item.item-loaded .jet-portfolio__image-instance {
	visibility: visible
}

.jet-portfolio__item.item-loaded .jet-portfolio__content {
	visibility: visible
}

.jet-portfolio__item.hidden-status {
	height: 0;
	visibility: hidden
}

.layout-type-grid .jet-portfolio__item.hidden-status {
	display: none
}

.jet-portfolio__item.hidden-status .jet-portfolio__inner {
	opacity: 0;
	transform: scale(0)
}

.jet-portfolio__item.visible-status {
	height: auto;
	visibility: visible
}

.jet-portfolio__item.visible-status .jet-portfolio__inner {
	opacity: 1;
	transform: scale(1)
}

.jet-portfolio__inner {
	flex: 0 1 100%;
	align-self: stretch;
	position: relative;
	transform-origin: 50% 50%
}

.jet-portfolio__link {
	display: block
}

.jet-portfolio__image {
	position: relative;
	line-height: 0
}

.jet-portfolio__image-instance {
	width: 100%;
	min-height: 100px;
	visibility: hidden
}

.jet-portfolio__image-loader {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(84, 89, 95, .75);
	z-index: 1
}

.jet-portfolio__image-loader span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: 2px 2px 1px #fff;
	animation: jet-portfolio-load-spin 690ms infinite linear
}

.jet-portfolio__content {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
	text-align: center;
	box-sizing: border-box;
	visibility: hidden
}

.jet-portfolio__content-inner {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center
}

.jet-portfolio__content-inner:empty {
	display: none
}

.jet-portfolio__title {
	width: 100%
}

.jet-portfolio__desc {
	width: 100%
}

.jet-portfolio__category {
	width: 100%
}

.jet-portfolio__cover {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateZ(0)
}

.jet-portfolio__cover .jet-elements-icon {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	transform: translateZ(0)
}

.jet-portfolio__view-more {
	display: flex;
	justify-content: center
}

.jet-portfolio__view-more.hidden-status {
	display: none
}

.jet-portfolio__view-more-button {
	cursor: pointer
}

.jet-portfolio .grid-sizer {
	width: 25%;
	height: 0
}

.jet-portfolio.layout-type-grid .jet-portfolio__image-instance {
	-o-object-fit: cover;
	object-fit: cover
}

.jet-portfolio.layout-type-justify .jet-portfolio__item,
.jet-portfolio.layout-type-justify .grid-sizer {
	width: 25%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-1-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-1-4 {
	width: 25%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-2-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-2-4 {
	width: 25%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-3-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-3-4 {
	width: 50%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-4-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-4-4 {
	width: 50%
}

@media (max-width:767px) {

	.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-1-4,
	.jet-portfolio.layout-type-justify .grid-sizer.justify-size-1-4 {
		width: 100%
	}

	.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-2-4,
	.jet-portfolio.layout-type-justify .grid-sizer.justify-size-2-4 {
		width: 100%
	}

	.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-3-4,
	.jet-portfolio.layout-type-justify .grid-sizer.justify-size-3-4 {
		width: 100%
	}

	.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-4-4,
	.jet-portfolio.layout-type-justify .grid-sizer.justify-size-4-4 {
		width: 100%
	}
}

.jet-portfolio.layout-type-justify .jet-portfolio__image-instance {
	-o-object-fit: cover;
	object-fit: cover;
	height: 350px
}

.jet-portfolio.layout-type-list .jet-portfolio__item {
	width: 100%
}

.jet-portfolio.layout-type-list .jet-portfolio__image-instance {
	-o-object-fit: cover;
	object-fit: cover
}

.jet-portfolio.preset-type-1 .jet-portfolio__item .jet-portfolio__content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease
}

.jet-portfolio.preset-type-1 .jet-portfolio__item:hover .jet-portfolio__content {
	opacity: 1
}

.jet-portfolio.preset-type-2 .jet-portfolio__item .jet-portfolio__cover {
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease
}

.jet-portfolio.preset-type-2 .jet-portfolio__item .jet-portfolio__cover .jet-elements-icon {
	transform: scale(.5);
	opacity: 0;
	transition: all 0.3s ease 0.1s
}

.jet-portfolio.preset-type-2 .jet-portfolio__item:hover .jet-portfolio__cover {
	opacity: 1
}

.jet-portfolio.preset-type-2 .jet-portfolio__item:hover .jet-portfolio__cover .jet-elements-icon {
	transform: scale(1);
	opacity: 1
}

.jet-portfolio.preset-type-3 .jet-portfolio__item .jet-portfolio__cover {
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease
}

.jet-portfolio.preset-type-3 .jet-portfolio__item .jet-portfolio__cover .jet-elements-icon {
	transform: scale(.5);
	opacity: 0;
	transition: all 0.3s ease 0.1s
}

.jet-portfolio.preset-type-3 .jet-portfolio__item:hover .jet-portfolio__cover {
	opacity: 1
}

.jet-portfolio.preset-type-3 .jet-portfolio__item:hover .jet-portfolio__cover .jet-elements-icon {
	transform: scale(1);
	opacity: 1
}

.jet-portfolio.preset-type-4 .jet-portfolio__item .jet-portfolio__content {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none
}

.jet-portfolio.preset-type-4 .jet-portfolio__item .jet-portfolio__content-inner {
	width: 100%
}

.jet-portfolio.preset-type-4 .jet-portfolio__item:hover .jet-portfolio__content {
	opacity: 1
}

.jet-portfolio.preset-type-4 .jet-portfolio__item .trp-edit-mode .jet-portfolio__content {
	opacity: 1;
	position: relative
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-1 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-1 .jet-portfolio__item {
	width: 100%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-2 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-2 .jet-portfolio__item {
	width: 50%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-3 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-3 .jet-portfolio__item {
	width: 33.3333%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-4 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-4 .jet-portfolio__item {
	width: 25%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-5 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-5 .jet-portfolio__item {
	width: 20%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-6 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-6 .jet-portfolio__item {
	width: 16.6666%
}

@media (max-width:1024px) {

	.jet-portfolio.layout-type-masonry.layout-tablet-column-1 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-tablet-column-1 .jet-portfolio__item {
		width: 100%
	}

	.jet-portfolio.layout-type-masonry.layout-tablet-column-2 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-tablet-column-2 .jet-portfolio__item {
		width: 50%
	}

	.jet-portfolio.layout-type-masonry.layout-tablet-column-3 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-tablet-column-3 .jet-portfolio__item {
		width: 33.3333%
	}

	.jet-portfolio.layout-type-masonry.layout-tablet-column-4 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-tablet-column-4 .jet-portfolio__item {
		width: 25%
	}

	.jet-portfolio.layout-type-masonry.layout-tablet-column-5 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-tablet-column-5 .jet-portfolio__item {
		width: 20%
	}

	.jet-portfolio.layout-type-masonry.layout-tablet-column-6 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-tablet-column-6 .jet-portfolio__item {
		width: 16.6666%
	}
}

@media (max-width:767px) {

	.jet-portfolio.layout-type-masonry.layout-mobile-column-1 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-mobile-column-1 .jet-portfolio__item {
		width: 100%
	}

	.jet-portfolio.layout-type-masonry.layout-mobile-column-2 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-mobile-column-2 .jet-portfolio__item {
		width: 50%
	}

	.jet-portfolio.layout-type-masonry.layout-mobile-column-3 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-mobile-column-3 .jet-portfolio__item {
		width: 33.3333%
	}

	.jet-portfolio.layout-type-masonry.layout-mobile-column-4 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-mobile-column-4 .jet-portfolio__item {
		width: 25%
	}

	.jet-portfolio.layout-type-masonry.layout-mobile-column-5 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-mobile-column-5 .jet-portfolio__item {
		width: 20%
	}

	.jet-portfolio.layout-type-masonry.layout-mobile-column-6 .jet-portfolio__item,
	.jet-portfolio.layout-type-grid.layout-mobile-column-6 .jet-portfolio__item {
		width: 16.6666%
	}
}

@keyframes fade {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	1% {
		opacity: 1;
		transform: scale(1)
	}

	100% {
		opacity: 0;
		transform: scale(0)
	}
}

@keyframes jet-portfolio-load-spin {
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.elementor-widget-jet-map .jet-map-message {
	width: 100%;
	height: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

.elementor-widget-jet-map .jet-map-message .jet-map-message__text {
	z-index: 2
}

.elementor-widget-jet-map .jet-map-message .jet-map-message__dammy-map {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../../../../../../../../plugins/jet-elements/assets/images/dummy-map.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: cover;
	filter: blur(1.5px);
	z-index: 1
}

.elementor-widget-jet-map .gm-style img {
	max-width: none
}

.jet-timeline {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto
}

.jet-timeline-item {
	position: relative;
	display: flex;
	flex-wrap: nowrap
}

.jet-timeline__line {
	position: absolute;
	width: 2px;
	bottom: 0;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
	overflow: hidden
}

.jet-timeline__line-progress {
	width: 100%;
	height: 20%
}

.jet-timeline .timeline-item__card {
	position: relative;
	display: flex;
	flex-direction: column
}

.jet-timeline .timeline-item__card-inner {
	z-index: 1
}

.jet-timeline .timeline-item__card-arrow {
	position: absolute;
	width: 20px;
	height: 20px
}

.jet-timeline .timeline-item__card-btn-wrap {
	margin-top: 15px
}

.jet-timeline .timeline-item__meta {
	display: inline-block
}

.jet-timeline .timeline-item__meta-content {
	display: inline-block
}

.jet-timeline .timeline-item__point-content {
	width: 40px;
	height: 40px;
	min-width: 10px;
	min-height: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.jet-timeline--align-left .timeline-item__point {
	flex-grow: 0;
	order: 0
}

.jet-timeline--align-left .timeline-item__card {
	flex-grow: 1;
	order: 1
}

.jet-timeline--align-left .jet-timeline__line {
	left: 0
}

.jet-timeline--align-left .timeline-item__card-arrow {
	left: 0;
	margin-left: -10px;
	border-top-width: 0 !important;
	border-right-width: 0 !important
}

.jet-timeline--align-left .timeline-item__meta:empty {
	display: none
}

.jet-timeline--align-left .jet-timeline-item>.timeline-item__meta {
	display: none
}

@media (min-width:1025px) {
	.jet-timeline--align-center .jet-timeline-item:nth-child(even) {
		flex-direction: row-reverse
	}

	.jet-timeline--align-center .jet-timeline-item:nth-child(even) .timeline-item__meta {
		text-align: right
	}

	.jet-timeline--align-center .jet-timeline-item:nth-child(even) .timeline-item__card-arrow {
		left: 0;
		margin-left: -10px;
		border-top-width: 0 !important;
		border-right-width: 0 !important
	}

	.jet-timeline--align-center .jet-timeline-item:nth-child(odd) .timeline-item__meta {
		text-align: left
	}

	.jet-timeline--align-center .jet-timeline-item:nth-child(odd) .timeline-item__card-arrow {
		right: 0;
		margin-right: -10px;
		border-left-width: 0 !important;
		border-bottom-width: 0 !important
	}

	.jet-timeline--align-center .timeline-item__meta {
		flex-grow: 1;
		flex-basis: 50%;
		max-width: 50%;
		order: 2
	}

	.jet-timeline--align-center .timeline-item__point {
		flex-shrink: 0;
		flex-grow: 0;
		order: 1
	}

	.jet-timeline--align-center .timeline-item__card {
		flex-grow: 1;
		flex-basis: 50%;
		max-width: 50%;
		order: 0
	}

	.jet-timeline--align-center .jet-timeline__line {
		left: 50%;
		margin: 0 !important
	}

	.jet-timeline--align-center .timeline-item__card-content>.timeline-item__meta {
		display: none
	}

	.jet-timeline--align-center .jet-timeline-item:not(.jet-timeline-item--image-inside):not(.jet-timeline-item--image-inside_after) .timeline-item__card-inner>.timeline-item__card-img {
		display: none
	}
}

@media (max-width:1024px) {
	.jet-timeline--align-center .timeline-item__point {
		flex-grow: 0;
		order: 0;
		margin-left: 0 !important
	}

	.jet-timeline--align-center .timeline-item__card {
		flex-grow: 1;
		order: 1;
		margin-left: 10px
	}

	.jet-timeline--align-center .jet-timeline__line {
		left: 0
	}

	.jet-timeline--align-center .timeline-item__card-arrow {
		left: 0;
		margin-left: -10px;
		border-top-width: 0 !important;
		border-right-width: 0 !important
	}

	.jet-timeline--align-center .jet-timeline-item>.timeline-item__meta {
		display: none
	}
}

.jet-timeline--align-right .timeline-item__point {
	flex-grow: 0;
	order: 1
}

.jet-timeline--align-right .timeline-item__card {
	flex-grow: 1;
	order: 0
}

.jet-timeline--align-right .jet-timeline__line {
	left: auto;
	right: 0
}

.jet-timeline--align-right .timeline-item__meta:empty {
	display: none
}

.jet-timeline--align-right .timeline-item__card-arrow {
	right: 0;
	margin-right: -10px;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important
}

.jet-timeline--align-right .jet-timeline-item>.timeline-item__meta {
	display: none
}

.jet-timeline--align-top .jet-timeline-item {
	align-items: flex-start
}

.jet-timeline--align-top .timeline-item__card-arrow {
	top: 0;
	transform: rotate(45deg)
}

.jet-timeline--align-middle .jet-timeline-item {
	align-items: center
}

.jet-timeline--align-middle .timeline-item__card-arrow {
	top: 50%;
	transform: translateY(-50%) rotate(45deg)
}

.jet-timeline--align-bottom .jet-timeline-item {
	align-items: flex-end
}

.jet-timeline--align-bottom .timeline-item__card-arrow {
	bottom: 0;
	transform: rotate(45deg)
}

.jet-timeline-item--animated .timeline-item__card {
	animation-duration: 1s;
	animation-fill-mode: both;
	opacity: 0
}

@keyframes card-animation-right {
	0% {
		opacity: 0;
		transform: translateX(400px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.card-animation-right,
.jet-timeline--align-left .jet-timeline-item--animated.is--show .timeline-item__card,
.jet-timeline--align-center .jet-timeline-item--animated.is--show:nth-child(even) .timeline-item__card {
	animation-name: card-animation-right
}

@keyframes card-animation-left {
	0% {
		opacity: 0;
		transform: translateX(-400px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.card-animation-left,
.jet-timeline--align-center .jet-timeline-item--animated.is--show:nth-child(odd) .timeline-item__card,
.jet-timeline--align-right .jet-timeline-item--animated.is--show .timeline-item__card {
	animation-name: card-animation-left
}

.jet-inline-svg {
	display: inline-block
}

.jet-inline-svg svg {
	min-width: 20px
}

.jet-inline-svg svg>circle:not([stroke]),
.jet-inline-svg svg>ellipse:not([stroke]),
.jet-inline-svg svg>polygon:not([stroke]),
.jet-inline-svg svg>path:not([stroke]),
.jet-inline-svg svg>rect:not([stroke]) {
	stroke: none
}

.jet-inline-svg svg>circle:not([stroke-width]),
.jet-inline-svg svg>ellipse:not([stroke-width]),
.jet-inline-svg svg>polygon:not([stroke-width]),
.jet-inline-svg svg>path:not([stroke-width]),
.jet-inline-svg svg>rect:not([stroke-width]) {
	stroke-width: 2px
}

.jet-inline-svg svg>circle:not([stroke-linecap]),
.jet-inline-svg svg>ellipse:not([stroke-linecap]),
.jet-inline-svg svg>polygon:not([stroke-linecap]),
.jet-inline-svg svg>path:not([stroke-linecap]),
.jet-inline-svg svg>rect:not([stroke-linecap]) {
	stroke-linecap: butt
}

.jet-inline-svg svg>circle:not([stroke-dasharray]),
.jet-inline-svg svg>ellipse:not([stroke-dasharray]),
.jet-inline-svg svg>polygon:not([stroke-dasharray]),
.jet-inline-svg svg>path:not([stroke-dasharray]),
.jet-inline-svg svg>rect:not([stroke-dasharray]) {
	stroke-dasharray: none
}

.jet-inline-svg svg>circle:not([stroke-miterlimit]),
.jet-inline-svg svg>ellipse:not([stroke-miterlimit]),
.jet-inline-svg svg>polygon:not([stroke-miterlimit]),
.jet-inline-svg svg>path:not([stroke-miterlimit]),
.jet-inline-svg svg>rect:not([stroke-miterlimit]) {
	stroke-miterlimit: 4
}

.jet-inline-svg--custom-width {
	width: 100%
}

.jet-inline-svg--custom-width svg {
	width: 100%;
	height: auto;
	display: block
}

.jet-inline-svg--custom-color svg {
	fill: currentColor;
	stroke: currentColor
}

.jet-price-list {
	list-style: none;
	margin: 0
}

.jet-price-list .price-list__item-inner {
	display: flex
}

.jet-price-list .price-list__item-content {
	width: 100%
}

.jet-price-list .price-list__item-img-wrap {
	max-width: 200px;
	margin-right: 20px;
	flex: 1 0 100%;
	font-size: 0
}

.jet-price-list .price-list__item-img-wrap img {
	width: 100%
}

.jet-price-list .price-list__item-title__wrapper {
	display: flex;
	flex: 0 1 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center
}

.jet-price-list .price-list__item-title__wrapper>* {
	flex: 0 1 auto;
	flex-grow: 0;
	margin: 0
}

.jet-price-list .price-list__item-separator {
	position: relative;
	height: 0;
	flex-grow: 1
}

.jet-weather__title {
	padding: 0;
	margin: 0 0 15px
}

.jet-weather__current {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.jet-weather__current-temp,
.jet-weather__current-icon-box {
	flex: 0 1 auto;
	max-width: 50%
}

.jet-weather__current-temp {
	font-size: 4em
}

.jet-weather__current-icon-box {
	text-align: center
}

.jet-weather__current-desc {
	margin-top: 10px
}

.jet-weather__current-day,
.jet-weather__forecast-day {
	font-weight: 700
}

.jet-weather__details,
.jet-weather__forecast {
	font-size: 14px;
	line-height: 1.5
}

.jet-weather__details {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-moz-column-gap: 5px;
	column-gap: 5px;
	row-gap: 5px;
	align-items: center;
	margin-top: 10px
}

.jet-weather__details-item {
	display: flex;
	align-items: center
}

.jet-weather__details-item:first-child {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column-start: 1;
	grid-column-end: 3
}

.jet-weather__details-item:nth-child(2) {
	-ms-grid-column: 3
}

.jet-weather__details-item:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 2
}

.jet-weather__details-item:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-row: 2
}

.jet-weather__details-item:nth-child(5) {
	-ms-grid-column: 3;
	-ms-grid-row: 2
}

.jet-weather__details-item:nth-child(6) {
	-ms-grid-column: 1;
	-ms-grid-row: 3
}

.jet-weather__details-item:nth-child(7) {
	-ms-grid-column: 2;
	-ms-grid-row: 3
}

.jet-weather__details-item:nth-child(8) {
	-ms-grid-column: 3;
	-ms-grid-row: 3
}

.jet-weather__details-item .jet-weather-icon {
	margin-right: 5px
}

.jet-weather__current-sunrise,
.jet-weather__current-sunset {
	text-transform: uppercase
}

.jet-weather__forecast {
	margin-top: 15px
}

.jet-weather__forecast-item {
	display: flex;
	align-items: center;
	margin-top: 5px
}

.jet-weather__forecast-day,
.jet-weather__forecast-icon,
.jet-weather__forecast-max-temp,
.jet-weather__forecast-min-temp {
	width: 25%
}

.jet-weather__forecast-icon,
.jet-weather__forecast-max-temp,
.jet-weather__forecast-min-temp {
	text-align: center
}

.jet-weather-icon {
	line-height: 1
}

.jet-weather__current-icon .jet-weather-icon {
	font-size: 60px
}

.jet-weather__details-item .jet-weather-icon,
.jet-weather__forecast-icon .jet-weather-icon {
	font-size: 1.5em
}

.jet-weather-icon svg {
	width: auto;
	max-width: 1.5em;
	height: 1em;
	vertical-align: top
}

.jet-weather-notice {
	font-style: italic
}

.jet-table-wrapper {
	width: 100%;
	max-width: 100%
}

.jet-table-wrapper .jet-table {
	margin: 0
}

.jet-table {
	width: 100%;
	max-width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background-color: transparent;
	border: none
}

.jet-table .jet-table__cell {
	padding: 0;
	border: 1px none
}

.jet-table__cell {
	transition: 0.2s;
	overflow: hidden
}

.jet-table__cell-inner {
	display: flex;
	align-items: center;
	padding: 5px
}

.jet-table__cell-link {
	color: inherit
}

.jet-table__head-cell,
.jet-table__foot-cell {
	background-color: #00b4ff;
	color: #fff
}

.jet-table-header-sort {
	cursor: pointer
}

.jet-table__sort-icon {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	flex-shrink: 0;
	margin-left: 5px
}

.jet-table--fa5-compat .jet-table__sort-icon {
	font: normal normal 900 12px/1 "Font Awesome 5 Free"
}

.jet-table__sort-icon:before {
	content: "\f0dc"
}

.jet-table-header-sort--up .jet-table__sort-icon:before {
	content: "\f0de"
}

.jet-table-header-sort--down .jet-table__sort-icon:before {
	content: "\f0dd"
}

.jet-table__cell-content {
	display: flex;
	align-items: center;
	margin-left: 0;
	margin-right: auto;
	text-align: left
}

.jet-table__cell-img {
	display: block
}

.jet-table__cell-img img {
	vertical-align: top
}

.jet-table__cell-icon {
	width: 1em
}

.jet-table__cell-icon--before:not(:only-child),
.jet-table__cell-img--before:not(:only-child) {
	margin-right: 5px
}

.jet-table__cell-icon--after:not(:only-child),
.jet-table__cell-img--after:not(:only-child) {
	order: 2;
	margin-left: 5px
}

[data-elementor-device-mode="mobile"] .jet-table-responsive-mobile,
[data-elementor-device-mode="mobile_extra"] .jet-table-responsive-mobile_extra,
[data-elementor-device-mode="tablet"] .jet-table-responsive-tablet,
[data-elementor-device-mode="tablet_extra"] .jet-table-responsive-tablet_extra,
[data-elementor-device-mode="laptop"] .jet-table-responsive-laptop,
[data-elementor-device-mode="desktop"] .jet-table-responsive-desktop,
[data-elementor-device-mode="widescreen"] .jet-table-responsive-widescreen {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

[data-elementor-device-mode="mobile"] .jet-table-responsive-mobile .jet-table,
[data-elementor-device-mode="mobile_extra"] .jet-table-responsive-mobile_extra .jet-table,
[data-elementor-device-mode="tablet"] .jet-table-responsive-tablet .jet-table,
[data-elementor-device-mode="tablet_extra"] .jet-table-responsive-tablet_extra .jet-table,
[data-elementor-device-mode="laptop"] .jet-table-responsive-laptop .jet-table,
[data-elementor-device-mode="desktop"] .jet-table-responsive-desktop .jet-table,
[data-elementor-device-mode="widescreen"] .jet-table-responsive-widescreen .jet-table {
	width: auto;
	max-width: none
}

.jet-dropbar {
	display: flex
}

.jet-dropbar__inner {
	position: relative
}

.jet-dropbar__button {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	white-space: normal;
	border: 1px none;
	overflow: hidden
}

.jet-dropbar__button-text {
	flex-grow: 1;
	text-align: center
}

.jet-dropbar__button-icon--before:not(:only-child) {
	margin-right: 5px
}

.jet-dropbar__button-icon--after:not(:only-child) {
	margin-left: 5px
}

.jet-dropbar__button img {
	margin: 0 auto
}

.jet-dropbar__content-wrapper {
	position: absolute;
	z-index: 999;
	width: 300px;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition: 200ms
}

.jet-dropbar--none-effect .jet-dropbar__content-wrapper,
.jet-dropbar-open .jet-dropbar__content-wrapper {
	transition: none
}

.jet-dropbar-open .jet-dropbar__content-wrapper {
	visibility: visible;
	pointer-events: auto;
	opacity: 1
}

.jet-dropbar__content-wrapper:before {
	position: absolute
}

.jet-dropbar-open .jet-dropbar__content-wrapper:before {
	content: ''
}

.jet-dropbar__content {
	position: relative;
	padding: 10px;
	background-color: #F7F7FB
}

.jet-dropbar--fade-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetFade 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--zoom-in-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetZoomIn 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--zoom-out-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetZoomOut 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-up-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveUp 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-down-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveDown 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-left-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveLeft 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-right-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveRight 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-up-big-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveUpBig 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-down-big-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveDownBig 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-left-big-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveLeftBig 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-right-big-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetMoveRightBig 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--fall-perspective-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetFallPerspective 500ms cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--flip-in-x-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetFlipInX 500ms;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

.jet-dropbar--flip-in-y-effect.jet-dropbar-open .jet-dropbar__content {
	animation: jetFlipInY 500ms;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

.jet-dropbar-fixed {
	position: fixed;
	z-index: 9999;
	padding: 10px
}

.jet-dropbar-fixed--top-left-position {
	top: 0;
	left: 0
}

.jet-dropbar-fixed--top-center-position {
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

.jet-dropbar-fixed--top-right-position {
	top: 0;
	right: 0
}

.jet-dropbar-fixed--center-left-position {
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.jet-dropbar-fixed--center-center-position {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.jet-dropbar-fixed--center-right-position {
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.jet-dropbar-fixed--bottom-left-position {
	bottom: 0;
	left: 0
}

.jet-dropbar-fixed--bottom-center-position {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.jet-dropbar-fixed--bottom-right-position {
	bottom: 0;
	right: 0
}

.jet-video {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #000
}

.jet-video__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.jet-video__overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4
}

.jet-video__overlay--custom-bg {
	z-index: 3
}

.jet-video__play-button {
	z-index: 5;
	font-size: 80px;
	line-height: 1;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: .2s
}

.jet-video__play-button-icon {
	width: 1em;
	vertical-align: top
}

.jet-video__play-button-image {
	width: 1em;
	vertical-align: top
}

.jet-video__play-button-image svg {
	width: 100%;
	height: auto;
	vertical-align: top
}

.jet-video__play-button--animation-grow {
	transition-duration: .3s;
	transition-property: transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-grow {
	transform: scale(1.1)
}

.jet-video__play-button--animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-shrink {
	transform: scale(.9)
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse-grow {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse-shrink {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

.jet-video__overlay:hover .jet-video__play-button--animation-push {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-pop {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.jet-video__play-button--animation-bounce-in {
	transition-duration: .5s
}

.jet-video__overlay:hover .jet-video__play-button--animation-bounce-in {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.jet-video__play-button--animation-bounce-out {
	transition-duration: .5s
}

.jet-video__overlay:hover .jet-video__play-button--animation-bounce-out {
	transform: scale(.8);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.jet-video__play-button--animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-rotate {
	transform: rotate(4deg)
}

.jet-video__play-button--animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-grow-rotate {
	transform: scale(1.1) rotate(4deg)
}

.jet-video__play-button--animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.jet-video__overlay:hover .jet-video__play-button--animation-float {
	transform: translateY(-8px)
}

.jet-video__play-button--animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.jet-video__overlay:hover .jet-video__play-button--animation-sink {
	transform: translateY(8px)
}

.jet-video__overlay:hover .jet-video__play-button--animation-bob {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.jet-video__overlay:hover .jet-video__play-button--animation-hang {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.jet-video__play-button--animation-skew {
	transition-duration: .3s;
	transition-property: transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew {
	transform: skew(-10deg)
}

.jet-video__play-button--animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew-forward {
	transform: skew(-10deg)
}

.jet-video__play-button--animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew-backward {
	transform: skew(10deg)
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-vertical {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-horizontal {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-to-bottom-right {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-to-top-right {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

.jet-video__play-button--animation-wobble-top {
	transform-origin: 0 100%
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-top {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

.jet-video__play-button--animation-wobble-bottom {
	transform-origin: 100% 0
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-bottom {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-skew {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-buzz {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.jet-video__overlay:hover .jet-video__play-button--animation-buzz-out {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.jet-video.jet-video-aspect-ratio--16-9 {
	padding-bottom: 56.25%
}

.jet-video.jet-video-aspect-ratio--21-9 {
	padding-bottom: 42.8571%
}

.jet-video.jet-video-aspect-ratio--9-16 {
	padding-bottom: 177.77%
}

.jet-video.jet-video-aspect-ratio--4-3 {
	padding-bottom: 75%
}

.jet-video.jet-video-aspect-ratio--3-2 {
	padding-bottom: 66.6666%
}

.jet-video.jet-video-aspect-ratio--1-1 {
	padding-bottom: 100%
}

.jet-video.jet-video-aspect-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none
}

.jet-video .jet-video-html5-player,
.jet-video .mejs-mediaelement video.jet-video-mejs-player {
	-o-object-fit: cover;
	object-fit: cover
}

.jet-video>video.jet-video-mejs-player {
	opacity: 0
}

.jet-video .jet-video-html5-player {
	display: block;
	-o-object-fit: contain;
	object-fit: contain
}

.jet-video .jet-video-mejs-player.mejs-container {
	font-family: inherit;
	background: none
}

.jet-video .jet-video-mejs-player.jet-video-custom-play-button .mejs-overlay-play .mejs-overlay-button {
	display: none
}

.jet-video .jet-video-mejs-player .mejs-overlay-loading {
	display: none
}

.jet-video .jet-video-mejs-player .mejs-controls {
	height: auto;
	padding: 10px;
	align-items: center;
	background: #fff
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-button,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail {
	width: auto;
	height: auto
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-button>button {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	letter-spacing: normal;
	border: 1px none;
	border-radius: 0;
	background: none;
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering: auto;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-button>button:before {
	display: inline-block;
	width: 1em
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button>button {
	padding: 14px;
	color: #fff;
	background-color: #00B4FF
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button {
	margin-left: 10px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button>button {
	padding: 3px;
	color: #00B4FF
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button>button {
	color: #00B4FF
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button>button:before {
	content: '\f0b2'
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image:none) {
	.jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button>button:before {
		content: '';
		height: 1em;
		vertical-align: top;
		background-color: currentColor;
		-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M0 4.67188C0 4.78125 0.0273438 4.86328 0.0820312 4.91797C0.136719 4.97266 0.21875 5 0.328125 5H1.42188C1.50391 5 1.58594 4.97266 1.64062 4.91797C1.69531 4.86328 1.75 4.78125 1.75 4.67188V2.375H4.04688C4.12891 2.375 4.21094 2.34766 4.26562 2.29297C4.32031 2.23828 4.375 2.15625 4.375 2.04688V0.953125C4.375 0.871094 4.32031 0.789062 4.26562 0.734375C4.21094 0.679688 4.12891 0.625 4.04688 0.625H0.65625C0.464844 0.625 0.300781 0.707031 0.191406 0.816406C0.0546875 0.953125 0 1.11719 0 1.28125V4.67188ZM7.875 0.953125C7.875 0.871094 7.90234 0.789062 7.95703 0.734375C8.01172 0.679688 8.09375 0.625 8.20312 0.625H11.5938C11.7578 0.625 11.9219 0.707031 12.0586 0.816406C12.168 0.953125 12.25 1.11719 12.25 1.28125V4.67188C12.25 4.78125 12.1953 4.86328 12.1406 4.91797C12.0859 4.97266 12.0039 5 11.9219 5H10.8281C10.7188 5 10.6367 4.97266 10.582 4.91797C10.5273 4.86328 10.5 4.78125 10.5 4.67188V2.375H8.20312C8.09375 2.375 8.01172 2.34766 7.95703 2.29297C7.90234 2.23828 7.875 2.15625 7.875 2.04688V0.953125ZM11.9219 8.5C12.0039 8.5 12.0859 8.55469 12.1406 8.60938C12.1953 8.66406 12.25 8.74609 12.25 8.82812V12.2188C12.25 12.4102 12.168 12.5742 12.0586 12.6836C11.9219 12.8203 11.7578 12.875 11.5938 12.875H8.20312C8.09375 12.875 8.01172 12.8477 7.95703 12.793C7.90234 12.7383 7.875 12.6562 7.875 12.5469V11.4531C7.875 11.3711 7.90234 11.2891 7.95703 11.2344C8.01172 11.1797 8.09375 11.125 8.20312 11.125H10.5V8.82812C10.5 8.74609 10.5273 8.66406 10.582 8.60938C10.6367 8.55469 10.7188 8.5 10.8281 8.5H11.9219ZM4.375 12.5469C4.375 12.6562 4.32031 12.7383 4.26562 12.793C4.21094 12.8477 4.12891 12.875 4.04688 12.875H0.65625C0.464844 12.875 0.300781 12.8203 0.191406 12.6836C0.0546875 12.5742 0 12.4102 0 12.2188V8.82812C0 8.74609 0.0273438 8.66406 0.0820312 8.60938C0.136719 8.55469 0.21875 8.5 0.328125 8.5H1.42188C1.50391 8.5 1.58594 8.55469 1.64062 8.60938C1.69531 8.66406 1.75 8.74609 1.75 8.82812V11.125H4.04688C4.12891 11.125 4.21094 11.1797 4.26562 11.2344C4.32031 11.2891 4.375 11.3711 4.375 11.4531V12.5469Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M0 4.67188C0 4.78125 0.0273438 4.86328 0.0820312 4.91797C0.136719 4.97266 0.21875 5 0.328125 5H1.42188C1.50391 5 1.58594 4.97266 1.64062 4.91797C1.69531 4.86328 1.75 4.78125 1.75 4.67188V2.375H4.04688C4.12891 2.375 4.21094 2.34766 4.26562 2.29297C4.32031 2.23828 4.375 2.15625 4.375 2.04688V0.953125C4.375 0.871094 4.32031 0.789062 4.26562 0.734375C4.21094 0.679688 4.12891 0.625 4.04688 0.625H0.65625C0.464844 0.625 0.300781 0.707031 0.191406 0.816406C0.0546875 0.953125 0 1.11719 0 1.28125V4.67188ZM7.875 0.953125C7.875 0.871094 7.90234 0.789062 7.95703 0.734375C8.01172 0.679688 8.09375 0.625 8.20312 0.625H11.5938C11.7578 0.625 11.9219 0.707031 12.0586 0.816406C12.168 0.953125 12.25 1.11719 12.25 1.28125V4.67188C12.25 4.78125 12.1953 4.86328 12.1406 4.91797C12.0859 4.97266 12.0039 5 11.9219 5H10.8281C10.7188 5 10.6367 4.97266 10.582 4.91797C10.5273 4.86328 10.5 4.78125 10.5 4.67188V2.375H8.20312C8.09375 2.375 8.01172 2.34766 7.95703 2.29297C7.90234 2.23828 7.875 2.15625 7.875 2.04688V0.953125ZM11.9219 8.5C12.0039 8.5 12.0859 8.55469 12.1406 8.60938C12.1953 8.66406 12.25 8.74609 12.25 8.82812V12.2188C12.25 12.4102 12.168 12.5742 12.0586 12.6836C11.9219 12.8203 11.7578 12.875 11.5938 12.875H8.20312C8.09375 12.875 8.01172 12.8477 7.95703 12.793C7.90234 12.7383 7.875 12.6562 7.875 12.5469V11.4531C7.875 11.3711 7.90234 11.2891 7.95703 11.2344C8.01172 11.1797 8.09375 11.125 8.20312 11.125H10.5V8.82812C10.5 8.74609 10.5273 8.66406 10.582 8.60938C10.6367 8.55469 10.7188 8.5 10.8281 8.5H11.9219ZM4.375 12.5469C4.375 12.6562 4.32031 12.7383 4.26562 12.793C4.21094 12.8477 4.12891 12.875 4.04688 12.875H0.65625C0.464844 12.875 0.300781 12.8203 0.191406 12.6836C0.0546875 12.5742 0 12.4102 0 12.2188V8.82812C0 8.74609 0.0273438 8.66406 0.0820312 8.60938C0.136719 8.55469 0.21875 8.5 0.328125 8.5H1.42188C1.50391 8.5 1.58594 8.55469 1.64062 8.60938C1.69531 8.66406 1.75 8.74609 1.75 8.82812V11.125H4.04688C4.12891 11.125 4.21094 11.1797 4.26562 11.2344C4.32031 11.2891 4.375 11.3711 4.375 11.4531V12.5469Z'/%3E%3C/svg%3E")
	}
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-play>button:before {
	content: '\f04b'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-pause>button:before {
	content: '\f04c'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-replay>button:before {
	content: '\f0e2'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button.mejs-mute>button:before {
	content: '\f028'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button.mejs-unmute>button:before {
	content: '\f026'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time {
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #303865
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-currenttime,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-duration {
	margin-left: 10px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-currenttime~.mejs-duration {
	margin-left: 0
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail {
	padding: 0;
	margin: 0 0 0 10px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-total {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #EAEBF0;
	border-radius: 5px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	transform: scaleX(1) !important;
	background: #EA36A4;
	border-radius: 0 5px 5px 0
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-current,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
	height: 100%
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
	border-radius: 0
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-handle,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
	display: none
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider {
	width: auto;
	height: auto;
	margin-left: 7px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: relative;
	top: auto;
	width: 60px;
	height: 10px;
	border-radius: 5px;
	background: #EAEBF0;
	overflow: hidden
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0 5px 5px 0;
	background: #00B4FF
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-slider .mejs-volume-total {
	width: 4px
}

.jet-video--fa5-compat .jet-video-mejs-player .mejs-controls .mejs-button>button {
	font: normal normal 900 12px/1 'Font Awesome 5 Free'
}

.jet-video .ast-oembed-container {
	position: static;
	padding: 0
}

.jet-audio>audio {
	display: none
}

.jet-audio .mejs-container,
.jet-audio .mejs-container .mejs-controls {
	background: none
}

.jet-audio .mejs-container {
	max-width: 100%;
	height: auto !important;
	font-family: inherit
}

.jet-audio .mejs-controls {
	position: relative;
	height: auto;
	padding: 0;
	align-items: center
}

.jet-audio .mejs-controls .mejs-button,
.jet-audio .mejs-controls .mejs-time,
.jet-audio .mejs-controls .mejs-time-rail {
	width: auto;
	height: auto
}

.jet-audio .mejs-controls .mejs-button>button {
	position: relative;
	width: auto;
	height: auto;
	margin: 0;
	letter-spacing: normal;
	border: 1px none;
	border-radius: 0;
	background: none;
	font: normal normal normal 12px/1 FontAwesome;
	text-rendering: auto;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.jet-audio .mejs-controls .mejs-button>button:before {
	display: inline-block;
	width: 1em
}

.jet-audio .mejs-controls .mejs-playpause-button>button {
	padding: 14px;
	color: #303865;
	background-color: #fff
}

.jet-audio .mejs-controls .mejs-volume-button {
	margin-left: 10px
}

.jet-audio .mejs-controls .mejs-volume-button>button {
	padding: 3px;
	color: #fff
}

.jet-audio .mejs-controls .mejs-playpause-button.mejs-play>button:before {
	content: "\f04b"
}

.jet-audio .mejs-controls .mejs-playpause-button.mejs-pause>button:before {
	content: "\f04c"
}

.jet-audio .mejs-controls .mejs-playpause-button.mejs-replay>button:before {
	content: "\f0e2"
}

.jet-audio .mejs-controls .mejs-volume-button.mejs-mute>button:before {
	content: "\f028"
}

.jet-audio .mejs-controls .mejs-volume-button.mejs-unmute>button:before {
	content: "\f026"
}

.jet-audio .mejs-controls .mejs-time {
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	color: #fff
}

.jet-audio .mejs-controls .mejs-currenttime,
.jet-audio .mejs-controls .mejs-duration {
	margin-left: 10px
}

.jet-audio .mejs-controls .mejs-currenttime~.mejs-duration {
	margin-left: 0
}

.jet-audio .mejs-controls .mejs-time-rail {
	padding: 0;
	margin: 0 0 0 10px
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-total {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: #303865;
	border-radius: 5px
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-current {
	width: 0;
	transform: scaleX(1) !important;
	background: #fff;
	border-radius: 0 5px 5px 0
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-current,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-hovered {
	height: 100%
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
	border-radius: 0
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-hovered {
	display: none
}

.jet-audio .mejs-controls .mejs-horizontal-volume-slider {
	width: auto;
	height: auto;
	margin-left: 7px
}

.jet-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	position: relative;
	top: auto;
	width: 60px;
	height: 10px;
	border-radius: 5px;
	background: #303865;
	overflow: hidden
}

.jet-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0 5px 5px 0;
	background: #fff
}

.jet-audio .mejs-controls .mejs-volume-slider .mejs-volume-total {
	width: 4px
}

.jet-audio .mejs-controls .mejs-speed-button {
	margin-left: 7px
}

.jet-audio .mejs-controls .mejs-speed-button .mejs-speed-selector {
	text-align: center;
	height: auto
}

.jet-audio .mejs-controls .mejs-speed-button .mejs-speed-selector-list-item {
	padding: 0;
	margin: 0
}

.jet-audio .mejs-controls .mejs-speed-button .mejs-speed-selector-list-item+* {
	margin-top: 5px
}

.jet-audio .mejs-controls .mejs-speed-button .mejs-speed-selector-list-item .mejs-speed-selector-label {
	margin: 0;
	padding: 0;
	line-height: 1;
	width: 100%
}

.jet-audio--fa5-compat .mejs-controls .mejs-button>button {
	font: normal normal 900 12px/1 "Font Awesome 5 Free"
}

.jet-audio .mejs-mediaelement iframe {
	height: 0
}

.elementor-widget-jet-audio {
	display: flex
}

.elementor-widget-jet-audio .elementor-widget-container {
	width: 100%;
	padding: 10px;
	background: #00b4ff
}

.jet-hor-timeline {
	position: relative
}

.jet-hor-timeline--arrows-nav .jet-hor-timeline-inner {
	overflow: hidden
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding-bottom: 30px
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar {
	height: 8px;
	background: #EFEFF1;
	border-radius: 4px
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-thumb {
	background-color: #34314B;
	border: none;
	border-radius: 4px
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-track {
	border: none;
	background: transparent
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-corner {
	background: transparent
}

.jet-hor-timeline--arrows-nav .jet-hor-timeline-track {
	transition: transform 500ms ease
}

.jet-hor-timeline-list {
	position: relative;
	display: flex
}

.jet-hor-timeline-list--top {
	align-items: flex-end
}

.jet-hor-timeline-list--middle {
	align-items: flex-end
}

.jet-hor-timeline-list--bottom {
	align-items: flex-start
}

.jet-hor-timeline-item {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-left: 15px;
	padding-right: 15px;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	transition: .2s
}

.jet-hor-timeline-list--top .jet-hor-timeline-item {
	padding-top: 15px
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item {
	padding-bottom: 15px
}

.jet-hor-timeline-item__card {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-width: 1px;
	background-color: #f8f8f8;
	transition: inherit
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__card {
	margin-bottom: 30px
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card {
	margin-top: 30px
}

.jet-hor-timeline-item__card-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 30px;
	overflow: hidden;
	z-index: 1;
	background-color: #f8f8f8;
	transition: inherit
}

.jet-hor-timeline-item__card-img {
	margin-bottom: 10px
}

.jet-hor-timeline-item__card-img img {
	vertical-align: top
}

.jet-hor-timeline-item__card-title {
	margin: 0 0 10px;
	padding: 0;
	transition: inherit
}

.jet-hor-timeline-item__card-btn-wrap {
	margin-top: 15px
}

.jet-hor-timeline-item__card-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border-width: 1px;
	transition: inherit
}

.jet-hor-timeline .jet-hor-timeline-item__card-arrow {
	box-sizing: content-box
}

.jet-hor-timeline-item__card-arrow:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	transition: inherit
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
	top: 100%;
	transform: translateY(-50%) rotate(45deg);
	border-left-color: transparent !important;
	border-top-color: transparent !important
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card-arrow {
	bottom: 100%;
	transform: translateY(50%) rotate(45deg);
	border-right-color: transparent !important;
	border-bottom-color: transparent !important
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__card-arrow {
	left: 20px
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__card-arrow {
	right: 20px
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__card-arrow {
	left: 50%
}

.jet-hor-timeline--align-center .jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
	transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.jet-hor-timeline--align-center .jet-hor-timeline-list--bottom .jet-hor-timeline-item__card-arrow {
	transform: translateX(-50%) translateY(50%) rotate(45deg)
}

.jet-hor-timeline-item__meta {
	transition: inherit
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__meta {
	margin-bottom: 15px
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__meta {
	margin-top: 15px
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__meta {
	text-align: left;
	margin-right: auto
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__meta {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__meta {
	text-align: right;
	margin-left: auto
}

.jet-hor-timeline-item__point {
	z-index: 1;
	transition: inherit
}

.jet-hor-timeline-item__point-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 10px;
	min-height: 10px;
	font-size: 16px;
	color: #34314B;
	background-color: #EFEFF1;
	border-radius: 50%;
	transition: inherit
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__point-content {
	margin-left: 10px;
	margin-right: auto
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__point-content {
	margin-left: auto;
	margin-right: auto
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__point-content {
	margin-left: auto;
	margin-right: 10px
}

.jet-hor-timeline-item.is-active .jet-hor-timeline-item__point-content {
	background-color: #55cdff;
	color: #fff
}

.jet-hor-timeline__line {
	position: absolute;
	top: 50%;
	height: 2px;
	transform: translateY(-50%);
	overflow: hidden;
	background-color: #EFEFF1
}

.jet-hor-timeline__line-progress {
	width: 0;
	height: 100%;
	background-color: #55cdff;
	transition: 500ms ease
}

.jet-hor-timeline .jet-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 999;
	transition: all 200ms linear;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 30px;
	line-height: 1;
	background-color: #55cdff;
	color: #fff
}

.jet-hor-timeline .jet-arrow:before {
	line-height: 0
}

.jet-hor-timeline .jet-arrow.jet-prev-arrow {
	left: 0;
	transform: translateY(-50%)
}

.jet-hor-timeline .jet-arrow.jet-next-arrow {
	right: 0;
	transform: translateY(-50%)
}

.jet-hor-timeline .jet-arrow.jet-arrow-disabled {
	opacity: .5;
	cursor: default;
	pointer-events: none
}

.jet-pie-chart-container,
.jet-bar-chart-container,
.jet-line-chart-container {
	position: relative;
	height: 400px;
	max-width: 100%
}

.jet-pie-chart-title-container .jet-pie-chart-title {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center
}

.jet-line-chart-container {
	width: 100%
}

.jet-line-chart-tooltip {
	background: rgba(0, 0, 0, .5);
	border-radius: 4px;
	padding: 6px
}

.jet-line-chart-tooltip .jet-line-chart-tooltip-color-box {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px
}

.jet-line-chart-tooltip-title {
	color: #fff;
	font-size: 12px
}

.jet-line-chart-tooltip-title+.jet-line-chart-tooltip-body {
	display: block
}

.jet-line-chart-tooltip-body {
	color: #fff;
	font-size: 10px;
	line-height: 1
}

.jet-line-chart-tooltip-body+.jet-line-chart-tooltip-body {
	margin-top: 5px
}

.jet-line-chart-tooltip-compare-current,
.jet-line-chart-tooltip-compare-previous,
.jet-line-chart-tooltip-body,
.jet-line-chart-tooltip-title {
	display: flex;
	flex-direction: row;
	align-items: center
}

.jet-lottie {
	display: inline-block
}

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/css/jet-elements-skin.css?ver=1684501249 --- */
.pricing-table {
	text-align: center;
	padding: 30px
}

.pricing-table__icon-box>* {
	font-size: 40px
}

.pricing-table .pricing-table__title {
	margin: 20px 0 0 0;
	padding: 0
}

.pricing-table .pricing-table__subtitle {
	margin: 10px 0 0 0;
	padding: 0
}

.pricing-table__price {
	padding: 15px 0
}

.pricing-table__price-prefix,
.pricing-table__price-val {
	font-size: 23px
}

.pricing-table__price-desc {
	padding: 0;
	margin: 5px 0 0
}

.pricing-table__action {
	padding: 20px 0 0 0
}

.brands-list .brands-list__item-name {
	margin: 20px 0 0 0;
	text-align: center
}

.brands-list .brands-list__item-desc {
	text-align: center
}

.brands-list .brands-list__item-img-wrap {
	text-align: center
}

.brands-list .brands-list__item-img {
	display: inline-block
}

.jet-animated-box {
	height: 250px
}

.jet-animated-box__icon .jet-animated-box-icon-inner {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.jet-animated-box__icon .jet-elements-icon {
	font-size: 40px;
	color: #fff
}

.jet-animated-box .jet-animated-box__toggle {
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #fff;
	background-color: #848484;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2)
}

.jet-animated-box .jet-animated-box__title {
	color: #fff;
	font-size: 23px;
	text-align: center;
	margin: 0 0 10px 0
}

.jet-animated-box .jet-animated-box__subtitle {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0 0 10px 0
}

.jet-animated-box .jet-animated-box__description {
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin: 0 0 10px 0
}

.jet-animated-box .jet-animated-box__button {
	align-self: center
}

.jet-animated-box .jet-animated-box__button .jet-animated-box__button-text {
	margin: 0 3px
}

.jet-animated-box .jet-animated-box__button .jet-animated-box__button-icon {
	color: #fff
}

.jet-animated-box.jet-box-peel-effect,
.jet-animated-box.jet-box-scratch-effect canvas {
	cursor: grab
}

.jet-animated-box.jet-box-peel-effect:active,
.jet-animated-box.jet-box-scratch-effect canvas:active {
	cursor: grabbing
}

.jet-animated-box__back.peel-layer {
	cursor: default
}

.jet-animated-text__before-text {
	color: #54595f;
	font-size: 36px
}

.jet-animated-text__animated-text {
	color: #6ec1e4;
	font-size: 36px
}

.jet-animated-text__after-text {
	color: #7a7a7a;
	font-size: 36px
}

.circle-counter .circle-val {
	color: #6ec1e4;
	font-size: 23px
}

.circle-counter .circle-val .circle-counter__prefix {
	line-height: 1
}

.circle-counter .circle-val .circle-counter__suffix {
	line-height: 1
}

.circle-counter .circle-counter__title {
	padding-top: 10px
}

.jet-carousel .jet-carousel__item-title {
	margin: 0;
	padding: 0
}

.jet-carousel .jet-carousel__item .jet-carousel__item-button {
	background-color: #6ec1e4
}

.jet-carousel .jet-arrow {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin-top: -18px;
	color: #fff;
	font-size: 23px
}

.jet-carousel .jet-arrow.prev-arrow {
	left: 20px
}

.jet-carousel .jet-arrow.next-arrow {
	right: 20px
}

.jet-carousel .jet-slick-dots li.slick-active span {
	background-color: #61ce70
}

.jet-carousel .jet-slick-dots li:hover span {
	background-color: #6ec1e4
}

.jet-carousel .jet-slick-dots li span {
	background-color: #7a7a7a
}

.jet-countdown-timer .jet-countdown-timer__item {
	margin: 10px
}

.jet-countdown-timer .jet-countdown-timer__item-value {
	font-size: 23px
}

.jet-countdown-timer .jet-countdown-timer__item-label {
	font-size: 13px
}

.jet-images-layout__inner {
	margin: 10px
}

.jet-images-layout__icon .jet-jet-images-layout-icon-inner {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.jet-images-layout__icon i,
.jet-images-layout__icon svg {
	font-size: 40px;
	color: #fff
}

.jet-images-layout__content {
	padding: 20px
}

.jet-images-layout__content:before {
	background-color: rgba(84, 89, 95, .6)
}

.jet-images-layout .jet-images-layout__title {
	color: #fff;
	font-size: 23px;
	margin: 0 0 10px 0
}

.jet-images-layout .jet-images-layout__desc {
	color: #fff;
	font-size: 13px;
	margin: 0 0 10px 0
}

.jet-slider {
	position: relative
}

.jet-slider__icon .jet-slider-icon-inner {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.jet-slider .jet-slider__icon {
	color: #fff;
	font-size: 40px;
	text-align: center
}

.jet-slider .jet-slider__title {
	color: #fff;
	font-size: 36px;
	margin: 10px 0;
	text-align: center
}

.jet-slider .jet-slider__subtitle {
	color: #fff;
	font-size: 24px;
	margin: 10px 0;
	text-align: center
}

.jet-slider .jet-slider__desc {
	color: #fff;
	font-size: 14px;
	margin: 10px 0 30px 0;
	text-align: center
}

.jet-slider .jet-slider__button-wrapper {
	text-align: center
}

.jet-slider .jet-slider__button-wrapper .jet-slider__button--primary {
	background-color: #6ec1e4
}

.jet-slider .sp-image-container {
	position: relative
}

.jet-slider .sp-image-container:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, .2);
	content: ''
}

.jet-slider .sp-arrow {
	color: #fff;
	font-size: 30px;
	background-color: #6ec1e4
}

.jet-slider .sp-full-screen-button {
	font-size: 16px;
	color: #fff
}

.jet-slider .sp-buttons .sp-button {
	border-color: #6ec1e4;
	background-color: transparent
}

.jet-slider .sp-buttons .sp-button.sp-selected-button {
	background-color: #6ec1e4
}

.jet-slider .sp-buttons .sp-button:hover {
	background-color: #6ec1e4
}

.jet-slider .sp-thumbnails .sp-thumbnail-container:hover:before {
	border: 2px solid #54595f
}

.jet-slider .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail:before {
	border: 2px solid #6ec1e4
}

.jet-team-member .jet-team-member__cover:before {
	background-color: rgba(84, 89, 95, .5)
}

.jet-team-member .jet-team-member__cover:after {
	border-color: rgba(84, 89, 95, .5) transparent transparent transparent
}

.jet-team-member .jet-team-member__name {
	font-size: 20px;
	color: #000;
	margin: 10px 0
}

.jet-team-member .jet-team-member__position {
	text-align: center;
	margin: 5px 0;
	font-size: 14px;
	color: #6ec1e4
}

.jet-team-member .jet-team-member__desc {
	text-align: center;
	font-size: 16px;
	color: #54595f;
	margin: 10px 0
}

.jet-team-member .jet-team-member__socials {
	margin: 10px 0
}

.jet-team-member .jet-team-member__socials-icon {
	font-size: 18px;
	color: #6ec1e4
}

.jet-team-member .jet-team-member__socials-icon .inner {
	width: 25px;
	height: 25px;
	border-radius: 50%
}

.jet-team-member .jet-team-member__socials-icon .inner {
	margin: 5px
}

.jet-services .jet-services__icon {
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin: 10px 0
}

.jet-services .jet-services__icon .inner {
	width: 80px;
	height: 80px;
	background-color: #6ec1e4;
	border-radius: 50%
}

.jet-services .jet-services__title {
	font-size: 20px;
	color: #000;
	margin: 10px 0
}

.jet-services .jet-services__desc {
	text-align: center;
	font-size: 16px;
	color: #54595f;
	margin: 10px 0
}

.jet-testimonials .jet-testimonials__icon {
	font-size: 40px;
	text-align: center;
	margin: 5px
}

.jet-testimonials .jet-testimonials__icon .jet-testimonials__icon-inner {
	width: 60px;
	height: 60px;
	border-radius: 50%
}

.jet-testimonials .jet-testimonials__title {
	font-size: 20px;
	color: #000;
	margin: 5px
}

.jet-testimonials .jet-testimonials__comment {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #54595f;
	margin: 5px;
	padding: 25px 15px;
	border-radius: 10px;
	background-color: #6ec1e4
}

.jet-testimonials .jet-testimonials__comment:after {
	border-color: #6ec1e4 transparent transparent transparent
}

.jet-testimonials .jet-testimonials__name {
	font-size: 18px;
	color: #000;
	margin: 5px
}

.jet-testimonials .jet-testimonials__position {
	text-align: center;
	margin: 5px;
	font-size: 16px;
	color: #6ec1e4
}

.jet-testimonials .jet-testimonials__date {
	text-align: center;
	margin: 5px;
	font-size: 12px;
	color: #7a7a7a
}

.jet-testimonials .jet-arrow {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin-top: -18px;
	color: #fff;
	background-color: #6ec1e4;
	font-size: 23px
}

.jet-testimonials .jet-arrow.prev-arrow {
	left: 20px
}

.jet-testimonials .jet-arrow.next-arrow {
	right: 20px
}

.jet-testimonials .jet-slick-dots {
	margin: 20px 0 0 0
}

.jet-testimonials .jet-slick-dots li.slick-active span {
	background-color: #61ce70
}

.jet-testimonials .jet-slick-dots li:hover span {
	background-color: #6ec1e4
}

.jet-testimonials .jet-slick-dots li span {
	background-color: #7a7a7a
}

.jet-button__instance {
	border-radius: 4px
}

.jet-button__icon {
	color: #fff;
	width: 25px;
	height: 25px;
	font-size: 25px;
	margin: 3px
}

.jet-button__label {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-align: left
}

.jet-button__state {
	padding: 10px 30px
}

.jet-button__plane-normal {
	background-color: #6ec1e4
}

.jet-button__plane-hover {
	background-color: #54595f
}

.jet-image-comparison .jx-label {
	margin: 5px;
	background-color: #54595f
}

.jet-image-comparison .jx-controller {
	width: 40px;
	height: 40px;
	background-color: #6ec1e4;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-image-comparison .jx-controller i {
	color: #fff;
	font-size: 20px;
	margin: 5px
}

.jet-image-comparison .jx-controller i svg {
	width: 20px;
	height: 20px;
	margin: -5px
}

.jet-image-comparison .jx-controller i svg * {
	fill: #fff
}

.jet-image-comparison .jx-image.jx-left {
	justify-content: flex-start
}

.jet-image-comparison .jx-image.jx-right {
	justify-content: flex-end
}

.jet-image-comparison .jet-arrow {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	margin-top: -18px;
	color: #fff;
	background-color: #6ec1e4;
	font-size: 23px
}

.jet-image-comparison .jet-arrow.prev-arrow {
	left: 20px
}

.jet-image-comparison .jet-arrow.next-arrow {
	right: 20px
}

.jet-image-comparison .jet-slick-dots {
	margin: 20px 0 0 0
}

.jet-image-comparison .jet-slick-dots li.slick-active span {
	background-color: #61ce70
}

.jet-image-comparison .jet-slick-dots li:hover span {
	background-color: #6ec1e4
}

.jet-image-comparison .jet-slick-dots li span {
	background-color: #7a7a7a
}

.jet-instagram-gallery__content {
	padding: 20px
}

.jet-instagram-gallery__content:before {
	background-color: rgba(84, 89, 95, .6)
}

.jet-instagram-gallery__caption {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0;
	max-width: 100%;
	z-index: 1
}

.jet-instagram-gallery__meta {
	z-index: 1
}

.jet-instagram-gallery__comments-count {
	color: #fff;
	font-size: 20px;
	margin: 5px
}

.jet-instagram-gallery__comments-icon {
	color: #6ec1e4;
	margin-right: 5px
}

.jet-instagram-gallery__likes-count {
	color: #fff;
	font-size: 20px;
	margin: 5px
}

.jet-instagram-gallery__likes-icon {
	color: #6ec1e4;
	margin-right: 5px
}

.jet-scroll-navigation--position-left {
	margin-left: 20px
}

.jet-scroll-navigation--position-right {
	margin-right: 20px
}

.jet-scroll-navigation__item {
	margin: 10px 0
}

.jet-scroll-navigation__item .jet-scroll-navigation__dot {
	background-color: #54595f
}

.jet-scroll-navigation__item:hover .jet-scroll-navigation__dot {
	background-color: #61ce70
}

.jet-scroll-navigation__item.invert .jet-scroll-navigation__dot {
	background-color: #fff
}

.jet-scroll-navigation__item.active .jet-scroll-navigation__dot {
	background-color: #6ec1e4
}

.jet-scroll-navigation__dot {
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s cubic-bezier(.5, .12, .46, .88)
}

.jet-scroll-navigation__item-hint {
	background-color: #6ec1e4;
	padding: 0 10px;
	border-radius: 4px
}

.jet-scroll-navigation__icon {
	color: #fff;
	font-size: 20px;
	margin: 5px
}

.jet-scroll-navigation__label {
	color: #fff;
	font-size: 16px
}

.jet-headline__first {
	color: #54595f
}

.jet-headline__first .jet-headline__deco {
	margin-right: 10px
}

.jet-headline__second {
	color: #6ec1e4
}

.jet-headline__second .jet-headline__deco {
	margin-left: 10px
}

.jet-headline__divider {
	height: 2px;
	background-color: #7a7a7a
}

.jet-headline__deco-icon {
	font-size: 30px;
	color: #54595f
}

.jet-headline--direction-horizontal .jet-headline__divider.jet-headline__left-divider {
	margin-right: 10px
}

.jet-headline--direction-horizontal .jet-headline__divider.jet-headline__right-divider {
	margin-left: 10px
}

.jet-subscribe-form .jet-subscribe-form__input {
	border: 1px solid #e0e0e8;
	background-color: #f7fafd;
	border-radius: 4px;
	padding: 13px 20px;
	margin: 5px 0
}

.jet-subscribe-form .jet-subscribe-form__input.mail-invalid {
	color: #d9534f
}

.jet-subscribe-form .jet-subscribe-form__input:focus {
	outline: none;
	box-shadow: 0 0 10px #e0e0e8
}

.jet-subscribe-form .jet-subscribe-form__input:first-child {
	margin-top: 0
}

.jet-subscribe-form .jet-subscribe-form__input:last-child {
	margin-bottom: 0
}

.jet-subscribe-form .jet-subscribe-form__submit {
	background-color: #6ec1e4
}

.jet-subscribe-form .jet-subscribe-form__submit-icon {
	color: #fff;
	font-size: 15px;
	margin-right: 10px
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__submit {
	margin-left: 10px
}

.jet-subscribe-form--block-layout .jet-subscribe-form__submit {
	margin-top: 10px
}

.jet-subscribe-form--response-success .jet-subscribe-form__message {
	color: #5cb85c
}

.jet-subscribe-form--response-error .jet-subscribe-form__message {
	color: #d9534f
}

.jet-progress-bar__wrapper {
	position: relative;
	height: 30px;
	background-color: #eee;
	border-radius: 2px
}

.jet-progress-bar__status-bar {
	height: 100%;
	background-color: #6ec1e4;
	border-radius: 2px
}

.jet-progress-bar__title-icon {
	margin-right: 5px
}

.jet-progress-bar-type-1 .jet-progress-bar__title {
	align-self: flex-start
}

.jet-progress-bar-type-1 .jet-progress-bar__title-text {
	color: #54595f
}

.jet-progress-bar-type-1 .jet-progress-bar__title-icon {
	color: #54595f
}

.jet-progress-bar-type-1 .jet-progress-bar__percent {
	margin: 0 10px;
	color: #fff;
	align-self: flex-end
}

.jet-progress-bar-type-2 .jet-progress-bar__title {
	align-self: center;
	margin-top: 5px
}

.jet-progress-bar-type-2 .jet-progress-bar__percent {
	align-self: center;
	margin-bottom: 5px
}

.jet-progress-bar-type-3 .jet-progress-bar__percent {
	width: 40px;
	margin-right: -20px;
	padding: 5px 0;
	color: #fff;
	background-color: #6ec1e4;
	border-radius: 2px
}

.jet-progress-bar-type-3 .jet-progress-bar__wrapper {
	height: 10px
}

.jet-progress-bar-type-4 .jet-progress-bar__title {
	margin-right: 20px
}

.jet-progress-bar-type-4 .jet-progress-bar__percent {
	margin-left: 20px
}

.jet-progress-bar-type-4 .jet-progress-bar__wrapper {
	height: 10px
}

.jet-progress-bar-type-5 .jet-progress-bar__title {
	margin-bottom: 5px;
	align-self: flex-start
}

.jet-progress-bar-type-5 .jet-progress-bar__percent {
	margin-left: 10px
}

.jet-progress-bar-type-6 .jet-progress-bar__title {
	align-self: flex-start
}

.jet-progress-bar-type-6 .jet-progress-bar__wrapper {
	height: 60px
}

.jet-progress-bar-type-6 .jet-progress-bar__status {
	margin-left: 10px
}

.jet-progress-bar-type-6 .jet-progress-bar__percent {
	font-size: 25px
}

.jet-progress-bar-type-7 .jet-progress-bar__wrapper {
	width: 50px;
	height: 300px;
	justify-content: flex-end
}

.jet-progress-bar-type-7 .jet-progress-bar__percent {
	margin-bottom: 10px
}

.jet-portfolio .jet-portfolio__filter-list {
	margin: 0 0 30px 0
}

.jet-portfolio .jet-portfolio__filter-item {
	padding: 0 10px;
	margin: 0 5px;
	color: #54595f
}

.jet-portfolio .jet-portfolio__filter-item.active {
	color: #fff;
	background-color: #6ec1e4
}

.jet-portfolio .jet-portfolio__filter-item-separator {
	font-size: 12px;
	color: #6ec1e4
}

.jet-portfolio .jet-portfolio__content-inner {
	padding: 10px
}

.jet-portfolio .jet-portfolio__title {
	font-size: 22px;
	margin: 0 0 5px 0
}

.jet-portfolio .jet-portfolio__category {
	font-size: 16px;
	margin: 0 0 5px 0
}

.jet-portfolio .jet-portfolio__desc {
	font-size: 14px;
	margin: 0 0 5px 0
}

.jet-portfolio .jet-portfolio__view-more {
	margin-top: 30px
}

.jet-portfolio .jet-portfolio__view-more-button {
	background-color: #6ec1e4;
	color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__title {
	color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__category {
	color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__desc {
	color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__content-inner {
	background-color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__title {
	color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__category {
	color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__desc {
	color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__cover {
	background-color: rgba(84, 89, 95, .6)
}

.jet-portfolio.preset-type-2 .jet-portfolio__cover .jet-elements-icon {
	font-size: 25px;
	color: #6ec1e4
}

.jet-portfolio.preset-type-3 .jet-portfolio__cover {
	background-color: rgba(84, 89, 95, .6)
}

.jet-portfolio.preset-type-3 .jet-portfolio__cover .jet-elements-icon {
	font-size: 25px;
	color: #6ec1e4
}

.jet-portfolio.preset-type-4 .jet-portfolio__title {
	color: #fff
}

.jet-portfolio.preset-type-4 .jet-portfolio__category {
	color: #fff
}

.jet-portfolio.preset-type-4 .jet-portfolio__desc {
	color: #fff
}

.jet-portfolio.preset-type-4 .jet-portfolio__content-inner {
	background-color: rgba(84, 89, 95, .6)
}

.jet-timeline__line {
	background-color: #e8e8f6
}

.jet-timeline__line-progress {
	background-color: #55cdff
}

.jet-timeline-item h5 {
	margin-top: 0
}

.jet-timeline-item .timeline-item__card {
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, .26)
}

.jet-timeline-item .timeline-item__card-img {
	font-size: 0
}

.jet-timeline-item .timeline-item__card-arrow {
	background-color: #fff
}

.jet-timeline-item .timeline-item__card-content {
	padding: 40px
}

.jet-timeline-item .timeline-item__meta-content {
	font-size: 16px;
	color: #a0a0a2
}

.jet-timeline-item .timeline-item__point-content {
	color: #fff;
	background-color: #e8e8f6;
	border-radius: 50%
}

.jet-timeline-item.is--active .timeline-item__point-content {
	background-color: #55cdff
}

.jet-timeline-item.is--active .timeline-item__meta-content {
	color: #55cdff
}

.jet-timeline-item--align-left .timeline-item__card {
	margin-left: 10px
}

.jet-timeline-item--align-left .jet-timeline__line {
	margin-left: 20px
}

.jet-timeline-item--align-right .timeline-item__card {
	margin-right: 10px
}

.jet-timeline-item--align-right .jet-timeline__line {
	margin-right: 10px
}

.jet-price-list .price-list {
	margin: 0
}

.jet-price-list .price-list__item-separator {
	border-bottom: 2px dotted #434345
}

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1684501249 --- */
/*! elementor-icons - v5.20.0 - 29-03-2023 */
@font-face {
	font-display: swap;
	font-family: eicons;
	src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.20.0);
	src: url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.20.0#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.20.0) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.20.0) format("woff"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.20.0) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.20.0#eicon) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@keyframes a {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear
}

.eicon-editor-link:before {
	content: "\e800"
}

.eicon-editor-unlink:before {
	content: "\e801"
}

.eicon-editor-external-link:before {
	content: "\e802"
}

.eicon-editor-close:before {
	content: "\e803"
}

.eicon-editor-list-ol:before {
	content: "\e804"
}

.eicon-editor-list-ul:before {
	content: "\e805"
}

.eicon-editor-bold:before {
	content: "\e806"
}

.eicon-editor-italic:before {
	content: "\e807"
}

.eicon-editor-underline:before {
	content: "\e808"
}

.eicon-editor-paragraph:before {
	content: "\e809"
}

.eicon-editor-h1:before {
	content: "\e80a"
}

.eicon-editor-h2:before {
	content: "\e80b"
}

.eicon-editor-h3:before {
	content: "\e80c"
}

.eicon-editor-h4:before {
	content: "\e80d"
}

.eicon-editor-h5:before {
	content: "\e80e"
}

.eicon-editor-h6:before {
	content: "\e80f"
}

.eicon-editor-quote:before {
	content: "\e810"
}

.eicon-editor-code:before {
	content: "\e811"
}

.eicon-elementor:before {
	content: "\e812"
}

.eicon-elementor-circle:before {
	content: "\e813"
}

.eicon-pojome:before {
	content: "\e814"
}

.eicon-plus:before {
	content: "\e815"
}

.eicon-menu-bar:before {
	content: "\e816"
}

.eicon-apps:before {
	content: "\e817"
}

.eicon-accordion:before {
	content: "\e818"
}

.eicon-alert:before {
	content: "\e819"
}

.eicon-animation-text:before {
	content: "\e81a"
}

.eicon-animation:before {
	content: "\e81b"
}

.eicon-banner:before {
	content: "\e81c"
}

.eicon-blockquote:before {
	content: "\e81d"
}

.eicon-button:before {
	content: "\e81e"
}

.eicon-call-to-action:before {
	content: "\e81f"
}

.eicon-captcha:before {
	content: "\e820"
}

.eicon-carousel:before {
	content: "\e821"
}

.eicon-checkbox:before {
	content: "\e822"
}

.eicon-columns:before {
	content: "\e823"
}

.eicon-countdown:before {
	content: "\e824"
}

.eicon-counter:before {
	content: "\e825"
}

.eicon-date:before {
	content: "\e826"
}

.eicon-divider-shape:before {
	content: "\e827"
}

.eicon-divider:before {
	content: "\e828"
}

.eicon-download-button:before {
	content: "\e829"
}

.eicon-dual-button:before {
	content: "\e82a"
}

.eicon-email-field:before {
	content: "\e82b"
}

.eicon-facebook-comments:before {
	content: "\e82c"
}

.eicon-facebook-like-box:before {
	content: "\e82d"
}

.eicon-form-horizontal:before {
	content: "\e82e"
}

.eicon-form-vertical:before {
	content: "\e82f"
}

.eicon-gallery-grid:before {
	content: "\e830"
}

.eicon-gallery-group:before {
	content: "\e831"
}

.eicon-gallery-justified:before {
	content: "\e832"
}

.eicon-gallery-masonry:before {
	content: "\e833"
}

.eicon-icon-box:before {
	content: "\e834"
}

.eicon-image-before-after:before {
	content: "\e835"
}

.eicon-image-box:before {
	content: "\e836"
}

.eicon-image-hotspot:before {
	content: "\e837"
}

.eicon-image-rollover:before {
	content: "\e838"
}

.eicon-info-box:before {
	content: "\e839"
}

.eicon-inner-section:before {
	content: "\e83a"
}

.eicon-mailchimp:before {
	content: "\e83b"
}

.eicon-menu-card:before {
	content: "\e83c"
}

.eicon-navigation-horizontal:before {
	content: "\e83d"
}

.eicon-nav-menu:before {
	content: "\e83e"
}

.eicon-navigation-vertical:before {
	content: "\e83f"
}

.eicon-number-field:before {
	content: "\e840"
}

.eicon-parallax:before {
	content: "\e841"
}

.eicon-php7:before {
	content: "\e842"
}

.eicon-post-list:before {
	content: "\e843"
}

.eicon-post-slider:before {
	content: "\e844"
}

.eicon-post:before {
	content: "\e845"
}

.eicon-posts-carousel:before {
	content: "\e846"
}

.eicon-posts-grid:before {
	content: "\e847"
}

.eicon-posts-group:before {
	content: "\e848"
}

.eicon-posts-justified:before {
	content: "\e849"
}

.eicon-posts-masonry:before {
	content: "\e84a"
}

.eicon-posts-ticker:before {
	content: "\e84b"
}

.eicon-price-list:before {
	content: "\e84c"
}

.eicon-price-table:before {
	content: "\e84d"
}

.eicon-radio:before {
	content: "\e84e"
}

.eicon-rtl:before {
	content: "\e84f"
}

.eicon-scroll:before {
	content: "\e850"
}

.eicon-search:before {
	content: "\e851"
}

.eicon-select:before {
	content: "\e852"
}

.eicon-share:before {
	content: "\e853"
}

.eicon-sidebar:before {
	content: "\e854"
}

.eicon-skill-bar:before {
	content: "\e855"
}

.eicon-slider-3d:before {
	content: "\e856"
}

.eicon-slider-album:before {
	content: "\e857"
}

.eicon-slider-device:before {
	content: "\e858"
}

.eicon-slider-full-screen:before {
	content: "\e859"
}

.eicon-slider-push:before {
	content: "\e85a"
}

.eicon-slider-vertical:before {
	content: "\e85b"
}

.eicon-slider-video:before {
	content: "\e85c"
}

.eicon-slides:before {
	content: "\e85d"
}

.eicon-social-icons:before {
	content: "\e85e"
}

.eicon-spacer:before {
	content: "\e85f"
}

.eicon-table:before {
	content: "\e860"
}

.eicon-tabs:before {
	content: "\e861"
}

.eicon-tel-field:before {
	content: "\e862"
}

.eicon-text-area:before {
	content: "\e863"
}

.eicon-text-field:before {
	content: "\e864"
}

.eicon-thumbnails-down:before {
	content: "\e865"
}

.eicon-thumbnails-half:before {
	content: "\e866"
}

.eicon-thumbnails-right:before {
	content: "\e867"
}

.eicon-time-line:before {
	content: "\e868"
}

.eicon-toggle:before {
	content: "\e869"
}

.eicon-url:before {
	content: "\e86a"
}

.eicon-t-letter:before {
	content: "\e86b"
}

.eicon-wordpress:before {
	content: "\e86c"
}

.eicon-text:before {
	content: "\e86d"
}

.eicon-anchor:before {
	content: "\e86e"
}

.eicon-bullet-list:before {
	content: "\e86f"
}

.eicon-code:before {
	content: "\e870"
}

.eicon-favorite:before {
	content: "\e871"
}

.eicon-google-maps:before {
	content: "\e872"
}

.eicon-image:before {
	content: "\e873"
}

.eicon-photo-library:before {
	content: "\e874"
}

.eicon-woocommerce:before {
	content: "\e875"
}

.eicon-youtube:before {
	content: "\e876"
}

.eicon-flip-box:before {
	content: "\e877"
}

.eicon-settings:before {
	content: "\e878"
}

.eicon-headphones:before {
	content: "\e879"
}

.eicon-testimonial:before {
	content: "\e87a"
}

.eicon-counter-circle:before {
	content: "\e87b"
}

.eicon-person:before {
	content: "\e87c"
}

.eicon-chevron-right:before {
	content: "\e87d"
}

.eicon-chevron-left:before {
	content: "\e87e"
}

.eicon-close:before {
	content: "\e87f"
}

.eicon-file-download:before {
	content: "\e880"
}

.eicon-save:before {
	content: "\e881"
}

.eicon-zoom-in:before {
	content: "\e882"
}

.eicon-shortcode:before {
	content: "\e883"
}

.eicon-nerd:before {
	content: "\e884"
}

.eicon-device-desktop:before {
	content: "\e885"
}

.eicon-device-tablet:before {
	content: "\e886"
}

.eicon-device-mobile:before {
	content: "\e887"
}

.eicon-document-file:before {
	content: "\e888"
}

.eicon-folder-o:before {
	content: "\e889"
}

.eicon-hypster:before {
	content: "\e88a"
}

.eicon-h-align-left:before {
	content: "\e88b"
}

.eicon-h-align-right:before {
	content: "\e88c"
}

.eicon-h-align-center:before {
	content: "\e88d"
}

.eicon-h-align-stretch:before {
	content: "\e88e"
}

.eicon-v-align-top:before {
	content: "\e88f"
}

.eicon-v-align-bottom:before {
	content: "\e890"
}

.eicon-v-align-middle:before {
	content: "\e891"
}

.eicon-v-align-stretch:before {
	content: "\e892"
}

.eicon-pro-icon:before {
	content: "\e893"
}

.eicon-mail:before {
	content: "\e894"
}

.eicon-lock-user:before {
	content: "\e895"
}

.eicon-testimonial-carousel:before {
	content: "\e896"
}

.eicon-media-carousel:before {
	content: "\e897"
}

.eicon-section:before {
	content: "\e898"
}

.eicon-column:before {
	content: "\e899"
}

.eicon-edit:before {
	content: "\e89a"
}

.eicon-clone:before {
	content: "\e89b"
}

.eicon-trash:before {
	content: "\e89c"
}

.eicon-play:before {
	content: "\e89d"
}

.eicon-angle-right:before {
	content: "\e89e"
}

.eicon-angle-left:before {
	content: "\e89f"
}

.eicon-animated-headline:before {
	content: "\e8a0"
}

.eicon-menu-toggle:before {
	content: "\e8a1"
}

.eicon-fb-embed:before {
	content: "\e8a2"
}

.eicon-fb-feed:before {
	content: "\e8a3"
}

.eicon-twitter-embed:before {
	content: "\e8a4"
}

.eicon-twitter-feed:before {
	content: "\e8a5"
}

.eicon-sync:before {
	content: "\e8a6"
}

.eicon-import-export:before {
	content: "\e8a7"
}

.eicon-check-circle:before {
	content: "\e8a8"
}

.eicon-library-save:before {
	content: "\e8a9"
}

.eicon-library-download:before {
	content: "\e8aa"
}

.eicon-insert:before {
	content: "\e8ab"
}

.eicon-preview-medium:before {
	content: "\e8ac"
}

.eicon-sort-down:before {
	content: "\e8ad"
}

.eicon-sort-up:before {
	content: "\e8ae"
}

.eicon-heading:before {
	content: "\e8af"
}

.eicon-logo:before {
	content: "\e8b0"
}

.eicon-meta-data:before {
	content: "\e8b1"
}

.eicon-post-content:before {
	content: "\e8b2"
}

.eicon-post-excerpt:before {
	content: "\e8b3"
}

.eicon-post-navigation:before {
	content: "\e8b4"
}

.eicon-yoast:before {
	content: "\e8b5"
}

.eicon-nerd-chuckle:before {
	content: "\e8b6"
}

.eicon-nerd-wink:before {
	content: "\e8b7"
}

.eicon-comments:before {
	content: "\e8b8"
}

.eicon-download-circle-o:before {
	content: "\e8b9"
}

.eicon-library-upload:before {
	content: "\e8ba"
}

.eicon-save-o:before {
	content: "\e8bb"
}

.eicon-upload-circle-o:before {
	content: "\e8bc"
}

.eicon-ellipsis-h:before {
	content: "\e8bd"
}

.eicon-ellipsis-v:before {
	content: "\e8be"
}

.eicon-arrow-left:before {
	content: "\e8bf"
}

.eicon-arrow-right:before {
	content: "\e8c0"
}

.eicon-arrow-up:before {
	content: "\e8c1"
}

.eicon-arrow-down:before {
	content: "\e8c2"
}

.eicon-play-o:before {
	content: "\e8c3"
}

.eicon-archive-posts:before {
	content: "\e8c4"
}

.eicon-archive-title:before {
	content: "\e8c5"
}

.eicon-featured-image:before {
	content: "\e8c6"
}

.eicon-post-info:before {
	content: "\e8c7"
}

.eicon-post-title:before {
	content: "\e8c8"
}

.eicon-site-logo:before {
	content: "\e8c9"
}

.eicon-site-search:before {
	content: "\e8ca"
}

.eicon-site-title:before {
	content: "\e8cb"
}

.eicon-plus-square:before {
	content: "\e8cc"
}

.eicon-minus-square:before {
	content: "\e8cd"
}

.eicon-cloud-check:before {
	content: "\e8ce"
}

.eicon-drag-n-drop:before {
	content: "\e8cf"
}

.eicon-welcome:before {
	content: "\e8d0"
}

.eicon-handle:before {
	content: "\e8d1"
}

.eicon-cart:before {
	content: "\e8d2"
}

.eicon-product-add-to-cart:before {
	content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
	content: "\e8d4"
}

.eicon-product-categories:before {
	content: "\e8d5"
}

.eicon-product-description:before {
	content: "\e8d6"
}

.eicon-product-images:before {
	content: "\e8d7"
}

.eicon-product-info:before {
	content: "\e8d8"
}

.eicon-product-meta:before {
	content: "\e8d9"
}

.eicon-product-pages:before {
	content: "\e8da"
}

.eicon-product-price:before {
	content: "\e8db"
}

.eicon-product-rating:before {
	content: "\e8dc"
}

.eicon-product-related:before {
	content: "\e8dd"
}

.eicon-product-stock:before {
	content: "\e8de"
}

.eicon-product-tabs:before {
	content: "\e8df"
}

.eicon-product-title:before {
	content: "\e8e0"
}

.eicon-product-upsell:before {
	content: "\e8e1"
}

.eicon-products:before {
	content: "\e8e2"
}

.eicon-bag-light:before {
	content: "\e8e3"
}

.eicon-bag-medium:before {
	content: "\e8e4"
}

.eicon-bag-solid:before {
	content: "\e8e5"
}

.eicon-basket-light:before {
	content: "\e8e6"
}

.eicon-basket-medium:before {
	content: "\e8e7"
}

.eicon-basket-solid:before {
	content: "\e8e8"
}

.eicon-cart-light:before {
	content: "\e8e9"
}

.eicon-cart-medium:before {
	content: "\e8ea"
}

.eicon-cart-solid:before {
	content: "\e8eb"
}

.eicon-exchange:before {
	content: "\e8ec"
}

.eicon-preview-thin:before {
	content: "\e8ed"
}

.eicon-device-laptop:before {
	content: "\e8ee"
}

.eicon-collapse:before {
	content: "\e8ef"
}

.eicon-expand:before {
	content: "\e8f0"
}

.eicon-navigator:before {
	content: "\e8f1"
}

.eicon-plug:before {
	content: "\e8f2"
}

.eicon-dashboard:before {
	content: "\e8f3"
}

.eicon-typography:before {
	content: "\e8f4"
}

.eicon-info-circle-o:before {
	content: "\e8f5"
}

.eicon-integration:before {
	content: "\e8f6"
}

.eicon-plus-circle-o:before {
	content: "\e8f7"
}

.eicon-rating:before {
	content: "\e8f8"
}

.eicon-review:before {
	content: "\e8f9"
}

.eicon-tools:before {
	content: "\e8fa"
}

.eicon-loading:before {
	content: "\e8fb"
}

.eicon-sitemap:before {
	content: "\e8fc"
}

.eicon-click:before {
	content: "\e8fd"
}

.eicon-clock:before {
	content: "\e8fe"
}

.eicon-library-open:before {
	content: "\e8ff"
}

.eicon-warning:before {
	content: "\e900"
}

.eicon-flow:before {
	content: "\e901"
}

.eicon-cursor-move:before {
	content: "\e902"
}

.eicon-arrow-circle-left:before {
	content: "\e903"
}

.eicon-flash:before {
	content: "\e904"
}

.eicon-redo:before {
	content: "\e905"
}

.eicon-ban:before {
	content: "\e906"
}

.eicon-barcode:before {
	content: "\e907"
}

.eicon-calendar:before {
	content: "\e908"
}

.eicon-caret-left:before {
	content: "\e909"
}

.eicon-caret-right:before {
	content: "\e90a"
}

.eicon-caret-up:before {
	content: "\e90b"
}

.eicon-chain-broken:before {
	content: "\e90c"
}

.eicon-check-circle-o:before {
	content: "\e90d"
}

.eicon-check:before {
	content: "\e90e"
}

.eicon-chevron-double-left:before {
	content: "\e90f"
}

.eicon-chevron-double-right:before {
	content: "\e910"
}

.eicon-undo:before {
	content: "\e911"
}

.eicon-filter:before {
	content: "\e912"
}

.eicon-circle-o:before {
	content: "\e913"
}

.eicon-circle:before {
	content: "\e914"
}

.eicon-clock-o:before {
	content: "\e915"
}

.eicon-cog:before {
	content: "\e916"
}

.eicon-cogs:before {
	content: "\e917"
}

.eicon-commenting-o:before {
	content: "\e918"
}

.eicon-copy:before {
	content: "\e919"
}

.eicon-database:before {
	content: "\e91a"
}

.eicon-dot-circle-o:before {
	content: "\e91b"
}

.eicon-envelope:before {
	content: "\e91c"
}

.eicon-external-link-square:before {
	content: "\e91d"
}

.eicon-eyedropper:before {
	content: "\e91e"
}

.eicon-folder:before {
	content: "\e91f"
}

.eicon-font:before {
	content: "\e920"
}

.eicon-adjust:before {
	content: "\e921"
}

.eicon-lightbox:before {
	content: "\e922"
}

.eicon-heart-o:before {
	content: "\e923"
}

.eicon-history:before {
	content: "\e924"
}

.eicon-image-bold:before {
	content: "\e925"
}

.eicon-info-circle:before {
	content: "\e926"
}

.eicon-link:before {
	content: "\e927"
}

.eicon-long-arrow-left:before {
	content: "\e928"
}

.eicon-long-arrow-right:before {
	content: "\e929"
}

.eicon-caret-down:before {
	content: "\e92a"
}

.eicon-paint-brush:before {
	content: "\e92b"
}

.eicon-pencil:before {
	content: "\e92c"
}

.eicon-plus-circle:before {
	content: "\e92d"
}

.eicon-zoom-in-bold:before {
	content: "\e92e"
}

.eicon-sort-amount-desc:before {
	content: "\e92f"
}

.eicon-sign-out:before {
	content: "\e930"
}

.eicon-spinner:before {
	content: "\e931"
}

.eicon-square:before {
	content: "\e932"
}

.eicon-star-o:before {
	content: "\e933"
}

.eicon-star:before {
	content: "\e934"
}

.eicon-text-align-justify:before {
	content: "\e935"
}

.eicon-text-align-center:before {
	content: "\e936"
}

.eicon-tags:before {
	content: "\e937"
}

.eicon-text-align-left:before {
	content: "\e938"
}

.eicon-text-align-right:before {
	content: "\e939"
}

.eicon-close-circle:before {
	content: "\e93a"
}

.eicon-trash-o:before {
	content: "\e93b"
}

.eicon-font-awesome:before {
	content: "\e93c"
}

.eicon-user-circle-o:before {
	content: "\e93d"
}

.eicon-video-camera:before {
	content: "\e93e"
}

.eicon-heart:before {
	content: "\e93f"
}

.eicon-wrench:before {
	content: "\e940"
}

.eicon-help:before {
	content: "\e941"
}

.eicon-help-o:before {
	content: "\e942"
}

.eicon-zoom-out-bold:before {
	content: "\e943"
}

.eicon-plus-square-o:before {
	content: "\e944"
}

.eicon-minus-square-o:before {
	content: "\e945"
}

.eicon-minus-circle:before {
	content: "\e946"
}

.eicon-minus-circle-o:before {
	content: "\e947"
}

.eicon-code-bold:before {
	content: "\e948"
}

.eicon-cloud-upload:before {
	content: "\e949"
}

.eicon-search-bold:before {
	content: "\e94a"
}

.eicon-map-pin:before {
	content: "\e94b"
}

.eicon-meetup:before {
	content: "\e94c"
}

.eicon-slideshow:before {
	content: "\e94d"
}

.eicon-t-letter-bold:before {
	content: "\e94e"
}

.eicon-preferences:before {
	content: "\e94f"
}

.eicon-table-of-contents:before {
	content: "\e950"
}

.eicon-tv:before {
	content: "\e951"
}

.eicon-upload:before {
	content: "\e952"
}

.eicon-instagram-comments:before {
	content: "\e953"
}

.eicon-instagram-nested-gallery:before {
	content: "\e954"
}

.eicon-instagram-post:before {
	content: "\e955"
}

.eicon-instagram-video:before {
	content: "\e956"
}

.eicon-instagram-gallery:before {
	content: "\e957"
}

.eicon-instagram-likes:before {
	content: "\e958"
}

.eicon-facebook:before {
	content: "\e959"
}

.eicon-twitter:before {
	content: "\e95a"
}

.eicon-pinterest:before {
	content: "\e95b"
}

.eicon-frame-expand:before {
	content: "\e95c"
}

.eicon-frame-minimize:before {
	content: "\e95d"
}

.eicon-archive:before {
	content: "\e95e"
}

.eicon-colors-typography:before {
	content: "\e95f"
}

.eicon-custom:before {
	content: "\e960"
}

.eicon-footer:before {
	content: "\e961"
}

.eicon-header:before {
	content: "\e962"
}

.eicon-layout-settings:before {
	content: "\e963"
}

.eicon-lightbox-expand:before {
	content: "\e964"
}

.eicon-error-404:before {
	content: "\e965"
}

.eicon-theme-style:before {
	content: "\e966"
}

.eicon-search-results:before {
	content: "\e967"
}

.eicon-single-post:before {
	content: "\e968"
}

.eicon-site-identity:before {
	content: "\e969"
}

.eicon-theme-builder:before {
	content: "\e96a"
}

.eicon-download-bold:before {
	content: "\e96b"
}

.eicon-share-arrow:before {
	content: "\e96c"
}

.eicon-global-settings:before {
	content: "\e96d"
}

.eicon-user-preferences:before {
	content: "\e96e"
}

.eicon-lock:before {
	content: "\e96f"
}

.eicon-export-kit:before {
	content: "\e970"
}

.eicon-import-kit:before {
	content: "\e971"
}

.eicon-lottie:before {
	content: "\e972"
}

.eicon-products-archive:before {
	content: "\e973"
}

.eicon-single-product:before {
	content: "\e974"
}

.eicon-disable-trash-o:before {
	content: "\e975"
}

.eicon-single-page:before {
	content: "\e976"
}

.eicon-wordpress-light:before {
	content: "\e977"
}

.eicon-cogs-check:before {
	content: "\e978"
}

.eicon-custom-css:before {
	content: "\e979"
}

.eicon-global-colors:before {
	content: "\e97a"
}

.eicon-globe:before {
	content: "\e97b"
}

.eicon-typography-1:before {
	content: "\e97c"
}

.eicon-background:before {
	content: "\e97d"
}

.eicon-device-responsive:before {
	content: "\e97e"
}

.eicon-device-wide:before {
	content: "\e97f"
}

.eicon-code-highlight:before {
	content: "\e980"
}

.eicon-video-playlist:before {
	content: "\e981"
}

.eicon-download-kit:before {
	content: "\e982"
}

.eicon-kit-details:before {
	content: "\e983"
}

.eicon-kit-parts:before {
	content: "\e984"
}

.eicon-kit-upload:before {
	content: "\e985"
}

.eicon-kit-plugins:before {
	content: "\e986"
}

.eicon-kit-upload-alt:before {
	content: "\e987"
}

.eicon-hotspot:before {
	content: "\e988"
}

.eicon-paypal-button:before {
	content: "\e989"
}

.eicon-shape:before {
	content: "\e98a"
}

.eicon-wordart:before {
	content: "\e98b"
}

.eicon-checkout:before {
	content: "\e98c"
}

.eicon-container:before {
	content: "\e98d"
}

.eicon-flip:before {
	content: "\e98e"
}

.eicon-info:before {
	content: "\e98f"
}

.eicon-my-account:before {
	content: "\e990"
}

.eicon-purchase-summary:before {
	content: "\e991"
}

.eicon-page-transition:before {
	content: "\e992"
}

.eicon-spotify:before {
	content: "\e993"
}

.eicon-stripe-button:before {
	content: "\e994"
}

.eicon-woo-settings:before {
	content: "\e995"
}

.eicon-woo-cart:before {
	content: "\e996"
}

.eicon-grow:before {
	content: "\e997"
}

.eicon-order-end:before {
	content: "\e998"
}

.eicon-nowrap:before {
	content: "\e999"
}

.eicon-order-start:before {
	content: "\e99a"
}

.eicon-progress-tracker:before {
	content: "\e99b"
}

.eicon-shrink:before {
	content: "\e99c"
}

.eicon-wrap:before {
	content: "\e99d"
}

.eicon-align-center-h:before {
	content: "\e99e"
}

.eicon-align-center-v:before {
	content: "\e99f"
}

.eicon-align-end-h:before {
	content: "\e9a0"
}

.eicon-align-end-v:before {
	content: "\e9a1"
}

.eicon-align-start-h:before {
	content: "\e9a2"
}

.eicon-align-start-v:before {
	content: "\e9a3"
}

.eicon-align-stretch-h:before {
	content: "\e9a4"
}

.eicon-align-stretch-v:before {
	content: "\e9a5"
}

.eicon-justify-center-h:before {
	content: "\e9a6"
}

.eicon-justify-center-v:before {
	content: "\e9a7"
}

.eicon-justify-end-h:before {
	content: "\e9a8"
}

.eicon-justify-end-v:before {
	content: "\e9a9"
}

.eicon-justify-space-around-h:before {
	content: "\e9aa"
}

.eicon-justify-space-around-v:before {
	content: "\e9ab"
}

.eicon-justify-space-between-h:before {
	content: "\e9ac"
}

.eicon-justify-space-between-v:before {
	content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
	content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
	content: "\e9af"
}

.eicon-justify-start-h:before {
	content: "\e9b0"
}

.eicon-justify-start-v:before {
	content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
	content: "\e9b2"
}

.eicon-woocommerce-notices:before {
	content: "\e9b3"
}

.eicon-inner-container:before {
	content: "\e9b4"
}

.eicon-warning-full:before {
	content: "\e9b5"
}

.eicon-exit:before {
	content: "\e9b6"
}

.eicon-loop-builder:before {
	content: "\e9b7"
}

.eicon-notes:before {
	content: "\e9b8"
}

.eicon-read:before {
	content: "\e9b9"
}

.eicon-unread:before {
	content: "\e9ba"
}

.eicon-carousel-loop:before {
	content: "\e9bb"
}

.eicon-mega-menu:before {
	content: "\eb78"
}

.eicon-nested-carousel:before {
	content: "\e9bd"
}

.eicon-ai:before {
	content: "\e9be"
}

.eicon-eye:before {
	content: "\e8ac"
}

.eicon-elementor-square:before {
	content: "\e813"
}

/* --- https://hilosdesangre.co/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6 --- */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container .swiper-slide figure {
	line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
	display: none
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	touch-action: pan-y
}

.swiper-wp8-vertical {
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

.swiper-pagination-fraction {
	color: #000
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.elementor-pagination-position-outside .swiper-container {
	padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
	top: calc(50% - 30px / 2)
}

.elementor-swiper {
	position: relative
}

.elementor-main-swiper {
	position: static
}

.elementor-arrows-position-outside .swiper-container {
	width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
	left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
	right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
	width: 100%
}

.elementor-swiper-button {
	position: absolute;
	display: inline-flex;
	z-index: 1;
	cursor: pointer;
	font-size: 25px;
	color: hsla(0, 0%, 93.3%, .9);
	top: 50%;
	transform: translateY(-50%)
}

.elementor-swiper-button svg {
	fill: hsla(0, 0%, 93.3%, .9);
	height: 1em;
	width: 1em
}

.elementor-swiper-button-prev {
	left: 10px
}

.elementor-swiper-button-next {
	right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
	opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
	transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-size: 100%;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

/* --- https://hilosdesangre.co/wp-content/plugins/elementor-pro/assets/css/frontend-lite.min.css?ver=3.13.1 --- */
/*! elementor-pro - v3.13.1 - 11-05-2023 */
.elementor-bg-transform .elementor-bg {
	will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
	transform: scale(1.2)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
	transform: scale(1)
}

.elementor-bg-transform-move-left .elementor-bg {
	transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
	transform: scale(1.2) translateX(-8%)
}

.elementor-bg-transform-move-right:hover .elementor-bg {
	transform: scale(1.2) translateX(8%)
}

.elementor-bg-transform-move-up .elementor-bg {
	transform: scale(1.2) translateY(8%)
}

.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
	transform: scale(1.2) translateY(-8%)
}

.elementor-bg-transform-move-down:hover .elementor-bg {
	transform: scale(1.2) translateY(8%)
}

.elementor-animated-content {
	--translate: 0, 0
}

.elementor-animated-content:focus .elementor-animated-item--grow,
.elementor-animated-content:hover .elementor-animated-item--grow {
	transform: scale(1.1)
}

.elementor-animated-content:focus .elementor-animated-item--shrink,
.elementor-animated-content:hover .elementor-animated-item--shrink {
	transform: scale(.85)
}

.elementor-animated-content:focus .elementor-animated-item--shrink-contained,
.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
	transform: scale(1)
}

.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
	transform: scale(1);
	opacity: 1
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
	opacity: 0
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
	transform: scale(.2)
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
	transform: scale(2)
}

.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:focus .elementor-animated-item--enter-from-left,
.elementor-animated-content:focus .elementor-animated-item--enter-from-right,
.elementor-animated-content:focus .elementor-animated-item--enter-from-top,
.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
	opacity: 1;
	transform: translateY(0) translateX(0)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
	transform: translateX(1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
	transform: translateX(-1000px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	transform: translateY(-600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
	transform: translateY(600px)
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	opacity: 0
}

.elementor-animated-content:focus .elementor-animated-item--move-right,
.elementor-animated-content:hover .elementor-animated-item--move-right {
	transform: translateX(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-left,
.elementor-animated-content:hover .elementor-animated-item--move-left {
	transform: translateX(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-up,
.elementor-animated-content:hover .elementor-animated-item--move-up {
	transform: translateY(-30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-down,
.elementor-animated-content:hover .elementor-animated-item--move-down {
	transform: translateY(30px)
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-right,
.elementor-animated-content:hover .elementor-animated-item--move-contained-right {
	--translate: 8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-left,
.elementor-animated-content:hover .elementor-animated-item--move-contained-left {
	--translate: -8%, 0
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-top,
.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
	--translate: 0, -8%
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,
.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
	--translate: 0, 8%
}

.elementor-animated-content [class^=elementor-animated-item] {
	will-change: transform, opacity
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
	transform: scale(1.17)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
	transform: scale(.2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
	transform: scale(2)
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
	opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
	opacity: 1;
	transform: scale(1)
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
	transform: translateX(1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
	transform: translateX(-1000px)
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
	transform: translateY(-600px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
	transform: translateY(500px)
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
	opacity: 0
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
	opacity: 1;
	transform: translateY(0) translateX(0)
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
	transform: scale(1.2) translate(var(--translate))
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
	outline: 1px solid var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
	background-color: var(--e-p-border-global)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting {
	background-color: var(--e-p-border-global);
	color: var(--e-p-border-global-invert)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
	background-color: var(--e-p-border-global-hover)
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
	display: none
}

.elementor-theme-builder-content-area {
	height: 400px
}

.elementor-location-footer:before,
.elementor-location-header:before {
	content: "";
	display: table;
	clear: both
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
	display: block
}

.elementor-sticky--active {
	z-index: 99
}

.e-con.elementor-sticky--active,
.e-container.elementor-sticky--active {
	z-index: var(--z-index, 99)
}

.e-con .e-con.elementor-sticky--active,
.e-con .e-container.elementor-sticky--active,
.e-container .e-con.elementor-sticky--active,
.e-container .e-container.elementor-sticky--active {
	padding-left: var(--padding-left);
	padding-right: var(--padding-right)
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
	display: none
}

.elementor-popup-modal {
	display: flex;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
	display: none
}

.elementor-popup-modal .dialog-close-button {
	display: none;
	top: 20px;
	margin-top: 0;
	right: 20px;
	opacity: 1;
	z-index: 9999;
	pointer-events: all
}

.elementor-popup-modal .dialog-close-button svg {
	fill: #1a1c1e;
	height: 1em;
	width: 1em
}

.elementor-popup-modal .dialog-widget-content {
	background-color: #fff;
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	box-shadow: none;
	pointer-events: all
}

.elementor-popup-modal .dialog-message {
	width: 640px;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: flex
}

.elementor-popup-modal .elementor {
	width: 100%
}

.elementor-motion-effects-element,
.elementor-motion-effects-layer {
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
	transition-duration: 1s
}

.elementor-motion-effects-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.elementor-motion-effects-layer {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover
}

.elementor-motion-effects-perspective {
	perspective: 1200px
}

.elementor-motion-effects-element {
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=1684501249 --- */

@keyframes fade {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale(.75)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes zoomOut {
	0% {
		opacity: 0;
		transform: scale(1.1)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		transform: translateY(25px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes columnMoveUp {
	0% {
		opacity: 0;
		transform: translateY(25px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes fallPerspective {
	0% {
		opacity: 0;
		transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
	}

	100% {
		opacity: 1;
		transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
	}
}

@keyframes edit-button-pulse {
	0% {
		box-shadow: 0 0 2px 0 rgba(183, 8, 78, .6)
	}

	30% {
		box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0)
	}

	100% {
		box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0)
	}
}

.jet-tabs {
	display: flex;
	align-items: stretch
}

.jet-tabs__control-wrapper {
	display: flex;
	background-color: #fff;
	overflow: hidden;
	z-index: 1
}

.jet-tabs__content-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	transition: height 0.25s cubic-bezier(.44, .96, .5, .98)
}

.jet-tabs__control {
	cursor: pointer;
	outline: none;
	flex-grow: inherit
}

.jet-tabs__control:focus-visible {
	outline: auto
}

.jet-tabs__control.jet-tabs__control-icon-left>.jet-tabs__control-inner {
	flex-flow: row nowrap
}

.rtl .jet-tabs__control.jet-tabs__control-icon-left>.jet-tabs__control-inner {
	flex-direction: row-reverse
}

.rtl .jet-tabs__control.jet-tabs__control-icon-left>.jet-tabs__control-inner .jet-tabs__label-icon {
	margin-right: 5px;
	margin-left: 0
}

.jet-tabs__control.jet-tabs__control-icon-top>.jet-tabs__control-inner {
	flex-flow: column nowrap
}

.jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner {
	flex-flow: row nowrap
}

.jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner .jet-tabs__label-icon {
	margin-right: 0;
	margin-left: 5px
}

.rtl .jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner {
	flex-direction: row-reverse
}

.rtl .jet-tabs__control.jet-tabs__control-icon-right>.jet-tabs__control-inner .jet-tabs__label-icon {
	margin-right: 0;
	margin-left: 5px
}

.jet-tabs__control-inner {
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-tabs__label-icon {
	margin-right: 5px;
	line-height: 1
}

.active-tab .jet-tabs__label-icon {
	color: #6ec1e4
}

.jet-tabs__label-image {
	width: 25px
}

.jet-tabs__label-text {
	margin: 0
}

.active-tab .jet-tabs__label-text {
	color: #6ec1e4
}

.jet-tabs__content {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 10px
}

.jet-tabs__content>.elementor>.elementor-inner {
	margin: 0
}

.jet-tabs__content.active-content {
	position: relative;
	pointer-events: auto;
	opacity: 1;
	visibility: inherit
}

.jet-popup--hide-state .jet-tabs__content.active-content {
	pointer-events: none
}

.elementor-sticky__spacer .jet-tabs__content.active-content {
	visibility: hidden
}

.jet-tabs-position-top {
	flex-flow: column nowrap;
	align-items: stretch
}

.jet-tabs-position-top>.jet-tabs__control-wrapper {
	align-self: flex-start;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	border-width: 1px 1px 0 1px;
	order: 1
}

.jet-tabs-position-top>.jet-tabs__content-wrapper {
	order: 2;
	border-top-width: 1px
}

.jet-tabs-position-bottom {
	flex-flow: column nowrap;
	align-items: stretch
}

.jet-tabs-position-bottom>.jet-tabs__control-wrapper {
	align-self: flex-start;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	border-width: 0 1px 1px 1px;
	order: 2
}

.jet-tabs-position-bottom>.jet-tabs__content-wrapper {
	order: 1
}

.jet-tabs-position-left {
	flex-flow: row nowrap
}

.jet-tabs-position-left>.jet-tabs__control-wrapper {
	flex: 0 1 auto;
	min-width: 200px;
	order: 1;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch
}

.rtl .jet-tabs-position-left>.jet-tabs__control-wrapper {
	order: 2
}

.jet-tabs-position-left>.jet-tabs__content-wrapper {
	flex: 1 1 auto;
	order: 2;
	border-left-width: 2px;
	align-self: stretch
}

.rtl .jet-tabs-position-left>.jet-tabs__content-wrapper {
	order: 1
}

.jet-tabs-position-right {
	flex-flow: row nowrap
}

.jet-tabs-position-right>.jet-tabs__control-wrapper {
	flex: 0 1 auto;
	min-width: 100px;
	width: 200px;
	order: 2;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch
}

.rtl .jet-tabs-position-right>.jet-tabs__control-wrapper {
	order: 1
}

.jet-tabs-position-right>.jet-tabs__content-wrapper {
	flex: 1 1 auto;
	order: 1
}

.rtl .jet-tabs-position-right>.jet-tabs__content-wrapper {
	order: 2
}

.jet-tabs-ajax-template .jet-tabs__content {
	min-height: 30px
}

.jet-tabs-fade-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content {
	animation-name: fade;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-tabs-column-fade-effect>.jet-tabs__content .elementor-top-column {
	animation-name: fade;
	animation-fill-mode: backwards;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96)
}

.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(1) {
	animation-delay: 100ms
}

.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(2) {
	animation-delay: 200ms
}

.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(3) {
	animation-delay: 300ms
}

.jet-tabs-column-fade-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(4) {
	animation-delay: 400ms
}

.jet-tabs-zoom-in-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content {
	animation-name: zoomIn;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-tabs-zoom-out-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content {
	animation-name: zoomOut;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-tabs-move-up-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content {
	animation-name: moveUp;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-tabs-column-move-up-effect>.jet-tabs__content .elementor-top-column {
	animation-name: moveUp;
	animation-fill-mode: backwards;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96)
}

.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(1) {
	animation-delay: 100ms
}

.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(2) {
	animation-delay: 200ms
}

.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(3) {
	animation-delay: 300ms
}

.jet-tabs-column-move-up-effect>.jet-tabs__content.active-content .elementor-top-column:nth-child(4) {
	animation-delay: 400ms
}

.jet-tabs-fall-perspective-effect>.jet-tabs__content-wrapper>.jet-tabs__content.active-content {
	animation-name: fallPerspective;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-tabs__edit-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	box-sizing: border-box;
	height: 30px;
	padding: 5px 10px;
	right: 15px;
	top: 15px;
	border-radius: 3px;
	background-color: #b7084e;
	z-index: 99;
	cursor: pointer;
	transition: opacity 0.3s ease;
	box-shadow: 0 0 0 0 rgba(183, 8, 78, .6);
	animation: edit-button-pulse 5s infinite
}

.jet-tabs__edit-cover i {
	font-size: 14px;
	color: #fff;
	margin-right: 5px
}

.jet-tabs__edit-cover span {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #fff
}

.jet-tabs__edit-cover:hover {
	background-color: #840739;
	animation: none
}

.jet-tabs-no-template-message {
	text-align: center;
	padding: 10px
}

.jet-tabs-new-template-link {
	color: #6ec1e4;
	text-decoration: underline
}

.jet-accordion__inner {
	display: flex;
	flex-flow: column;
	align-items: stretch
}

.jet-toggle {
	display: flex;
	flex-flow: column;
	align-items: stretch;
	border: 1px solid #e8e8f6;
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #fff
}

.jet-toggle:first-child {
	margin-top: 0 !important
}

.jet-toggle:last-child {
	margin-bottom: 0 !important
}

.jet-toggle.active-toggle>.jet-toggle__control .jet-toggle__label-icon .icon-normal {
	display: none
}

.jet-toggle.active-toggle>.jet-toggle__control .jet-toggle__label-icon .icon-active {
	display: flex
}

.jet-toggle.active-toggle>.jet-toggle__content {
	height: auto;
	visibility: visible
}

.jet-toggle__control {
	padding: 15px 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer
}

.jet-toggle__label-icon {
	margin-right: 10px
}

.jet-toggle__label-icon.jet-toggle-icon-position-right {
	margin-left: 10px;
	margin-right: 0;
	order: 3
}

.rtl .jet-toggle__label-icon.jet-toggle-icon-position-right {
	order: 0
}

.rtl .jet-toggle__label-icon.jet-toggle-icon-position-left {
	order: 1
}

.jet-toggle__label-icon .icon-active {
	display: none
}

.jet-toggle__label-icon i {
	display: flex
}

.jet-toggle__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	background-color: #6ec1e4
}

.jet-toggle__label-text {
	font-weight: 600;
	color: #7a7a7a;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin: 0
}

.jet-toggle__content {
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease;
	visibility: hidden
}

.jet-toggle:not(.active-toggle)>.jet-toggle__content {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important
}

.jet-toggle__content>.elementor>.elementor-inner {
	margin: 0
}

.jet-toggle__content-inner {
	position: relative;
	padding: 30px
}

.jet-toggle-fade-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner {
	animation-name: fade;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-toggle-zoom-in-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner {
	animation-name: zoomIn;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-toggle-zoom-out-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner {
	animation-name: zoomOut;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-toggle-move-up-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner {
	animation-name: moveUp;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-toggle-fall-perspective-effect.active-toggle .jet-toggle__content .jet-toggle__content-inner {
	animation-name: fallPerspective;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-toggle__edit-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	box-sizing: border-box;
	height: 30px;
	padding: 5px 10px;
	right: 15px;
	top: 15px;
	border-radius: 3px;
	background-color: #b7084e;
	z-index: 99;
	cursor: pointer;
	transition: opacity 0.3s ease;
	box-shadow: 0 0 0 0 rgba(183, 8, 78, .6);
	animation: edit-button-pulse 5s infinite
}

.jet-toggle__edit-cover i {
	font-size: 14px;
	color: #fff;
	margin-right: 5px
}

.jet-toggle__edit-cover span {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #fff
}

.jet-toggle__edit-cover:hover {
	background-color: #840739;
	animation: none
}

.jet-toggle-no-template-message {
	text-align: center;
	padding: 10px
}

.jet-toggle-new-template-link {
	color: #6ec1e4;
	text-decoration: underline
}

.jet-image-accordion {
	overflow: hidden
}

.jet-image-accordion__list {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	position: relative;
	height: 600px;
	overflow: hidden;
	z-index: 1
}

.jet-image-accordion__item {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	flex-shrink: 0;
	flex-basis: auto;
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(.83, .08, .16, .97);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}

.jet-image-accordion__item.active-accordion {
	flex-grow: 2
}

.jet-image-accordion__item.active-accordion .jet-image-accordion__content {
	opacity: 1;
	transition-delay: 500ms
}

.jet-image-accordion__item:focus-visible {
	outline: auto
}

.jet-image-accordion__item:before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.jet-image-accordion__image-instance {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100% !important;
	opacity: 0;
	transition: opacity 300ms ease
}

.jet-image-accordion__image-instance.loaded {
	opacity: 1
}

.jet-image-accordion__content {
	position: absolute;
	display: flex;
	flex-flow: column;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: hidden;
	opacity: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .5);
	transition: opacity 300ms ease
}

.jet-image-accordion__content:empty {
	display: none
}

.jet-image-accordion__title {
	align-self: stretch;
	text-align: left;
	color: #fff;
	font-size: 20px
}

.jet-image-accordion__desc {
	align-self: stretch;
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px
}

.jet-image-accordion__button {
	font-weight: 500;
	background-color: #6ec1e4
}

.jet-image-accordion__item-loader {
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1
}

.jet-image-accordion__image-instance~.jet-image-accordion__item-loader {
	display: flex
}

.jet-image-accordion__item-loader span {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../../../../../../../../plugins/jet-tabs/assets/images/spinner-32.svg) no-repeat
}

.jet-image-accordion.jet-image-accordion-vertical-orientation .jet-image-accordion__list {
	flex-direction: row
}

.jet-image-accordion.jet-image-accordion-horizontal-orientation .jet-image-accordion__list {
	flex-direction: column
}

.jet-image-accordion.jet-image-accordion-sine-ease .jet-image-accordion__item {
	transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

.jet-image-accordion.jet-image-accordion-quint-ease .jet-image-accordion__item {
	transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

.jet-image-accordion.jet-image-accordion-cubic-ease .jet-image-accordion__item {
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.jet-image-accordion.jet-image-accordion-expo-ease .jet-image-accordion__item {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.jet-image-accordion.jet-image-accordion-back-ease .jet-image-accordion__item {
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

.jet-switcher {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch
}

.jet-switcher__control-wrapper {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-switcher__control-instance {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	background-color: #f7f7fb;
	border-radius: 50px;
	transition: background-color 0.3s cubic-bezier(.44, .95, .57, .97)
}

.jet-switcher__control-handler {
	position: absolute;
	border-radius: inherit;
	display: flex;
	align-items: stretch;
	top: 0;
	z-index: 1
}

.jet-switcher__control-handler span {
	flex: 0 1 100%;
	margin: 3px;
	transition: all 0.3s cubic-bezier(.44, .95, .57, .97);
	border-radius: inherit
}

.jet-switcher__control {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	outline: none;
	pointer-events: none;
	z-index: 2;
	text-align: center;
	transition: all 0.3s cubic-bezier(.44, .95, .57, .97)
}

.jet-switcher__control:focus-visible {
	outline: auto
}

.jet-switcher__label-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.jet-switcher__content-wrapper {
	width: 100%;
	position: relative;
	transition: height 0.25s cubic-bezier(.44, .96, .5, .98);
	overflow: hidden
}

.jet-switcher__content {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.jet-switcher__content>.elementor>.elementor-inner {
	margin: 0
}

.jet-switcher__content.active-content {
	position: relative;
	pointer-events: auto;
	opacity: 1
}

.jet-popup--hide-state .jet-switcher__content.active-content {
	pointer-events: none
}

.jet-switcher--preset-1.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler {
	transform: translateX(0)
}

.jet-switcher--preset-1.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler span {
	background-color: #c3c3c3
}

.jet-switcher--preset-1.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control--disable {
	color: #fff
}

.jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler {
	transform: translateX(100%)
}

.rtl .jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler {
	transform: translateX(-100%)
}

.jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler span {
	background-color: #61ce70
}

.jet-switcher--preset-1.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control--enable {
	color: #fff
}

.jet-switcher--preset-1 .jet-switcher__control-instance {
	width: 160px;
	height: 50px;
	justify-content: flex-start
}

.jet-switcher--preset-1 .jet-switcher__control {
	max-width: 50%
}

.jet-switcher--preset-1>.jet-switcher__control-wrapper .jet-switcher__control-handler {
	width: 50%;
	height: 100%;
	transition: transform 0.3s cubic-bezier(.44, .95, .57, .97)
}

.jet-switcher--preset-1 .jet-switcher__control--disable {
	width: 50%;
	height: 100%
}

.jet-switcher--preset-1 .jet-switcher__control--enable {
	width: 50%;
	height: 100%
}

.jet-switcher--preset-2.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler {
	left: 0
}

.jet-switcher--preset-2.jet-switcher--disable>.jet-switcher__control-wrapper .jet-switcher__control-handler span {
	background-color: #c3c3c3
}

.jet-switcher--preset-2.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler {
	left: calc(100% - 30px)
}

.jet-switcher--preset-2.jet-switcher--enable>.jet-switcher__control-wrapper .jet-switcher__control-handler span {
	background-color: #61ce70
}

.jet-switcher--preset-2 .jet-switcher__control-instance {
	width: 80px;
	height: 40px
}

.jet-switcher--preset-2>.jet-switcher__control-wrapper .jet-switcher__control-handler {
	width: 60px;
	height: 100%;
	transition: left 0.3s cubic-bezier(.44, .95, .57, .97)
}

.jet-switcher--preset-2 .jet-switcher__control--disable {
	margin-right: 15px
}

.rtl .jet-switcher--preset-2 .jet-switcher__control--disable {
	margin-left: 15px
}

.jet-switcher--preset-2 .jet-switcher__control--enable {
	margin-left: 15px
}

.rtl .jet-switcher--preset-2 .jet-switcher__control--enable {
	margin-right: 15px
}

.jet-switcher-fade-effect .jet-tabs__content.active-content {
	animation-name: fade;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-switcher-zoom-in-effect .jet-switcher__content.active-content {
	animation-name: zoomIn;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-switcher-zoom-out-effect .jet-switcher__content.active-content {
	animation-name: zoomOut;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-switcher-move-up-effect .jet-switcher__content.active-content {
	animation-name: moveUp;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-switcher-fall-perspective-effect .jet-switcher__content.active-content {
	animation-name: fallPerspective;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: running
}

.jet-switcher__edit-cover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	box-sizing: border-box;
	height: 30px;
	padding: 5px 10px;
	right: 15px;
	top: 15px;
	border-radius: 3px;
	background-color: #b7084e;
	z-index: 99;
	cursor: pointer;
	transition: opacity 0.3s ease;
	box-shadow: 0 0 0 0 rgba(183, 8, 78, .6);
	animation: edit-button-pulse 5s infinite
}

.jet-switcher__edit-cover i {
	font-size: 14px;
	color: #fff;
	margin-right: 5px
}

.jet-switcher__edit-cover span {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #fff
}

.jet-switcher__edit-cover:hover {
	background-color: #840739;
	animation: none
}

.jet-switcher-no-template-message {
	text-align: center;
	padding: 10px
}

.jet-switcher-new-template-link {
	color: #6ec1e4;
	text-decoration: underline
}

.jet-tabs-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	border: 4px rgba(0, 0, 0, .15) solid;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fff;
	border-radius: 50%;
	animation: spCircRot 0.6s infinite linear
}

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

	to {
		transform: rotate(359deg)
	}
}

.jet-tabs-icon {
	line-height: 1;
	text-align: center
}

.jet-tabs-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor
}

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/css/jet-tricks-frontend.css?ver=1684501249 --- */
.jet-view-more {
	display: flex;
	justify-content: center;
	align-items: center
}

.jet-view-more__button {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 4px;
	line-height: 1;
	background-color: #818a91;
	color: #fff;
	text-align: center;
	transition: all 0.5s
}

.jet-view-more__icon {
	color: #fff;
	margin: 0 5px 0 0;
	order: 1
}

.jet-view-more__label {
	color: #fff;
	order: 2
}

.jet-view-more-section-edit-mode {
	filter: grayscale(1);
	opacity: .5
}

.jet-view-more-section {
	height: 0;
	overflow: hidden
}

.jet-view-more-section.jet-tricks-fade-effect {
	animation-name: jetTricksFade;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: paused
}

.jet-view-more-section.jet-tricks-fade-effect.view-more-visible {
	height: auto;
	animation-play-state: running
}

.jet-view-more-section.jet-tricks-zoom-in-effect {
	animation-name: jetTricksZoomIn;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: paused
}

.jet-view-more-section.jet-tricks-zoom-in-effect.view-more-visible {
	height: auto;
	animation-play-state: running
}

.jet-view-more-section.jet-tricks-zoom-out-effect {
	animation-name: jetTricksZoomOut;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: paused
}

.jet-view-more-section.jet-tricks-zoom-out-effect.view-more-visible {
	height: auto;
	animation-play-state: running
}

.jet-view-more-section.jet-tricks-move-up-effect {
	animation-name: jetTricksMoveUp;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: paused
}

.jet-view-more-section.jet-tricks-move-up-effect.view-more-visible {
	height: auto;
	animation-play-state: running
}

.jet-view-more-section.jet-tricks-fall-perspective-effect {
	animation-name: jetTricksFallPerspective;
	animation-duration: 500ms;
	animation-timing-function: cubic-bezier(.26, .69, .37, .96);
	animation-play-state: paused
}

.jet-view-more-section.jet-tricks-fall-perspective-effect.view-more-visible {
	height: auto;
	animation-play-state: running
}

@keyframes jetTricksFade {
	0% {
		height: 0;
		opacity: 0
	}

	1% {
		height: auto;
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes jetTricksZoomIn {
	0% {
		height: 0;
		opacity: 0;
		transform: scale(.75)
	}

	1% {
		height: auto;
		opacity: 0;
		transform: scale(.75)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes jetTricksZoomOut {
	0% {
		height: 0;
		opacity: 0;
		transform: scale(1.1)
	}

	1% {
		height: auto;
		opacity: 0;
		transform: scale(1.1)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes jetTricksMoveUp {
	0% {
		height: 0;
		opacity: 0;
		transform: translateY(50px)
	}

	1% {
		height: auto;
		opacity: 0;
		transform: translateY(50px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes jetTricksFallPerspective {
	0% {
		height: 0;
		opacity: 0;
		transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
	}

	1% {
		height: auto;
		opacity: 0;
		transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
	}

	to {
		opacity: 1;
		transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
	}
}

.jet-unfold {
	transition: all 300ms ease
}

.jet-unfold__mask {
	overflow: hidden;
	position: relative
}

.jet-unfold__separator {
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	bottom: 0;
	opacity: 0;
	transition: opacity 100ms ease;
	pointer-events: none
}

.jet-unfold__trigger {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	display: none
}

.jet-unfold__button {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-color: #6ec1e4;
	cursor: pointer
}

.jet-unfold__button.elementor-button {
	display: flex;
	flex-flow: row nowrap
}

.jet-unfold__button:not(:empty) {
	gap: 5px
}

.jet-unfold-state .jet-unfold__separator {
	opacity: 0
}

.jet-hotspots {
	position: relative
}

.jet-hotspots.image-loaded .jet-hotspots__item {
	visibility: visible
}

.jet-hotspots__inner {
	display: inline-block;
	position: relative
}

.jet-hotspots__inner>img {
	vertical-align: top
}

.jet-hotspots__inner .size-full {
	width: 100%
}

.jet-hotspots__container {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	display: block
}

.jet-hotspots__item {
	visibility: hidden;
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	z-index: 99
}

.jet-hotspots__item--active {
	z-index: 100
}

.jet-hotspots__item .jet-hotspots__item-inner {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #fff;
	background-color: #6ec1e4;
	border-radius: 4px;
	transform: translateZ(0);
	transition: all 0.3s ease
}

.jet-hotspots__item .jet-hotspots__item-icon {
	font-size: 20px
}

.jet-hotspots__item .jet-hotspots__item-text {
	font-size: 14px;
	margin: 0 5px;
	overflow-wrap: break-word
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: flash;
	animation-duration: 7.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: pulse;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: shake;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: tada;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item .jet-hotspots__item-inner {
	animation-name: rubber;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item .jet-hotspots__item-inner {
	transform-origin: top center;
	animation-name: swing;
	animation-duration: 5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
	animation-play-state: paused
}

@keyframes flash {

	0%,
	89%,
	to {
		opacity: 1
	}

	90%,
	94%,
	98% {
		opacity: 0
	}

	92%,
	96% {
		opacity: 1
	}
}

@keyframes pulse {

	0%,
	89%,
	to {
		transform: scale3d(1, 1, 1)
	}

	90%,
	94%,
	98% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	92%,
	96% {
		transform: scale3d(.9, .9, .9)
	}
}

@keyframes shake {

	0%,
	89%,
	to {
		transform: translate3d(0, 0, 0)
	}

	90%,
	94%,
	98% {
		transform: translate3d(-5px, 0, 0)
	}

	92%,
	96% {
		transform: translate3d(5px, 0, 0)
	}
}

@keyframes tada {

	0%,
	86%,
	to {
		transform: scale3d(1, 1, 1)
	}

	87% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	90%,
	94%,
	98% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	92%,
	96% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
}

@keyframes rubber {
	64% {
		transform: scale3d(1, 1, 1)
	}

	73% {
		transform: scale3d(1.25, .75, 1)
	}

	77% {
		transform: scale3d(.75, 1.25, 1)
	}

	81% {
		transform: scale3d(1.15, .85, 1)
	}

	86% {
		transform: scale3d(.95, 1.05, 1)
	}

	90% {
		transform: scale3d(1.05, .95, 1)
	}

	to {
		transform: scale3d(1, 1, 1)
	}
}

@keyframes swing {

	0%,
	75%,
	to {
		transform: rotate3d(0, 0, 1, 0deg)
	}

	80% {
		transform: rotate3d(0, 0, 1, 15deg)
	}

	85% {
		transform: rotate3d(0, 0, 1, -10deg)
	}

	90% {
		transform: rotate3d(0, 0, 1, 5deg)
	}

	95% {
		transform: rotate3d(0, 0, 1, -5deg)
	}
}

.jet-satellite-widget {
	position: relative
}

.jet-satellite-widget>.elementor-widget-container {
	position: relative;
	z-index: 1
}

.jet-tricks-satellite {
	position: absolute;
	pointer-events: none;
	transform-origin: 50% 50%;
	z-index: 2
}

.jet-tricks-satellite .jet-tricks-satellite__text {
	font-size: 60px;
	font-weight: 600;
	color: #6ec1e4;
	transform: translateX(-50%) translateY(-50%)
}

.jet-tricks-satellite .jet-tricks-satellite__text span {
	display: block;
	white-space: nowrap;
	transform-origin: 50% 50%
}

.jet-tricks-satellite .jet-tricks-satellite__icon {
	position: relative;
	transform: translateX(-50%) translateY(-50%)
}

.jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	background-color: #6ec1e4
}

.jet-tricks-satellite .jet-tricks-satellite__image {
	position: relative;
	transform: translateX(-50%) translateY(-50%)
}

.jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	transform-origin: 50% 50%
}

.jet-tricks-satellite--top-left {
	top: 0;
	left: 0
}

.jet-tricks-satellite--top-center {
	top: 0;
	left: 50%
}

.jet-tricks-satellite--top-right {
	top: 0;
	left: 100%
}

.jet-tricks-satellite--middle-left {
	top: 50%;
	left: 0
}

.jet-tricks-satellite--middle-center {
	top: 50%;
	left: 50%
}

.jet-tricks-satellite--middle-right {
	top: 50%;
	left: 100%
}

.jet-tricks-satellite--bottom-left {
	top: 100%;
	left: 0
}

.jet-tricks-satellite--bottom-center {
	top: 100%;
	left: 50%
}

.jet-tricks-satellite--bottom-right {
	top: 100%;
	left: 100%
}

.jet-tooltip-widget__content {
	display: none
}

.jet-tooltip-widget [data-tippy-root] .tippy-svg-arrow {
	display: flex
}

.jet-tooltip-widget [data-tippy-root] .tippy-svg-arrow svg {
	fill: currentColor;
	width: 15px;
	height: auto
}

.jet-tricks-particles-section__instance {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.jet-sticky-section.stuck {
	position: fixed;
	width: auto;
	z-index: 99
}

.jet-sticky-column {
	align-self: flex-start
}

.jet-sticky-column.is-affixed.elementor-element.elementor-column>.elementor-element-populated {
	margin-top: 0;
	margin-bottom: 0
}

.jet-parallax-widget:not(.is-mac)>.elementor-widget-container {
	transition: transform 0.25s cubic-bezier(.25, .88, .54, .98);
	will-change: transform;
	transform: translateZ(0)
}

.jet-tricks-icon {
	display: inline-block;
	line-height: 1;
	text-align: center
}

.jet-tricks-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor
}

.elementor .jet-tricks-edit-template-link {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	background-color: #b7084e;
	transition: 0.3s ease;
	box-shadow: 0 0 0 0 rgba(183, 8, 78, .6);
	animation: edit-button-pulse 5s infinite
}

.elementor .jet-tricks-edit-template-link i {
	font-size: 14px;
	margin-right: 5px
}

.rtl .elementor .jet-tricks-edit-template-link i {
	margin-left: 5px;
	margin-right: 0
}

.elementor .jet-tricks-edit-template-link span {
	font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px
}

.elementor .jet-tricks-edit-template-link:hover {
	background-color: #840739;
	animation: none
}

.jet-tricks-no-template-message {
	padding: 10px;
	text-align: center
}

@keyframes edit-button-pulse {
	0% {
		box-shadow: 0 0 2px 0 rgba(183, 8, 78, .6)
	}

	30% {
		box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0)
	}

	to {
		box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0)
	}
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=top] {
	transform-origin: bottom
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=bottom] {
	transform-origin: top
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=left] {
	transform-origin: right
}

.elementor-widget .tippy-box[data-animation=scale][data-placement*=right] {
	transform-origin: left
}

.elementor-widget .tippy-box[data-animation=scale][data-state=hidden] {
	transform: scale(.5);
	opacity: 0
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=top] {
	transform-origin: bottom
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
	transform: perspective(700px)
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
	transform: perspective(700px) translateY(8px) rotateX(60deg)
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=bottom] {
	transform-origin: top
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
	transform: perspective(700px)
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
	transform: perspective(700px) translateY(-8px) rotateX(-60deg)
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=left] {
	transform-origin: right
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
	transform: perspective(700px)
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
	transform: perspective(700px) translateX(8px) rotateY(-60deg)
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=right] {
	transform-origin: left
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
	transform: perspective(700px)
}

.elementor-widget .tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
	transform: perspective(700px) translateX(-8px) rotateY(60deg)
}

.elementor-widget .tippy-box[data-animation=perspective][data-state=hidden] {
	opacity: 0
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden] {
	opacity: 0
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
	transform: translateY(10px)
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
	transform: translateY(-10px)
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
	transform: translateX(10px)
}

.elementor-widget .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
	transform: translateX(-10px)
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden] {
	opacity: 0
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
	transform: translateY(-10px)
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
	transform: translateY(10px)
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
	transform: translateX(-10px)
}

.elementor-widget .tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
	transform: translateX(10px)
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/global.css?ver=1684353631 --- */
.elementor-widget-heading .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-button .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-widget-image-box .elementor-image-box-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-image-box .elementor-image-box-description {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
	fill: var(--e-global-color-primary);
	color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-description {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-star-rating .elementor-star-rating__title {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary);
}

.elementor-widget-counter .elementor-counter-number-wrapper {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-counter .elementor-counter-title {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-progress .elementor-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-name {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-testimonial .elementor-testimonial-job {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a {
	color: var(--e-global-color-primary);
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
	color: var(--e-global-color-accent);
}

.elementor-widget-tabs .elementor-tab-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-tabs .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
	color: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-accordion-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
	fill: var(--e-global-color-accent);
}

.elementor-widget-accordion .elementor-accordion-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-accordion .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
	color: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-toggle-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
	color: var(--e-global-color-accent);
}

.elementor-widget-toggle .elementor-toggle-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-toggle .elementor-tab-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-alert .elementor-alert-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-alert .elementor-alert-description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title,
.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-title a,
.elementor-widget-jet-carousel .jet-banner__title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text,
.elementor-widget-jet-carousel .jet-banner__text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-text {
	color: var(--e-global-color-text);
}

.elementor-widget-jet-carousel .jet-banner__text {
	color: var(--e-global-color-text);
}

.elementor-widget-jet-carousel .jet-carousel__content .jet-carousel__item-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-carousel .jet-carousel .jet-arrow {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-carousel .jet-carousel .jet-arrow:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li span {
	background-color: var(--e-global-color-text);
}

.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li span:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-carousel .jet-carousel .jet-slick-dots li.slick-active span {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-carousel .jet-carousel__fraction-navigation span {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-map .jet-map-pin__link {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-animated-box .jet-animated-box__front {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-animated-box .jet-animated-box__back {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-animated-box .jet-animated-box__title--front {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-animated-box .jet-animated-box__title--back {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-animated-box .jet-animated-box__subtitle--front {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-animated-box .jet-animated-box__subtitle--back {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-animated-box .jet-animated-box__description--front {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-animated-box .jet-animated-box__description--back {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-animated-box .jet-animated-box__button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-animated-box .jet-animated-box__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-animated-text .jet-animated-text__before-text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-animated-text .jet-animated-text__animated-text {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-jet-animated-text .jet-animated-text__animated-text-item:after {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-animated-text .jet-animated-text__after-text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-banner .jet-banner__title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-banner .jet-banner__text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-brands .brands-list .brands-list__item-name {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-brands .brands-list .brands-list__item-desc {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-button .jet-button__plane-normal {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-button .jet-button__plane-hover {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-button .jet-button__state-normal .jet-button__label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-button .jet-button__state-hover .jet-button__label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-circle-progress .circle-counter .circle-val {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-circle-progress .circle-counter .circle-counter__title {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-circle-progress .circle-counter .circle-counter__subtitle {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-jet-countdown-timer .jet-countdown-timer__item {
	border-color: var(--e-global-color-text);
}

.elementor-widget-jet-countdown-timer .jet-countdown-timer__item-label {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-countdown-timer .jet-countdown-timer__item-value {
	color: var(--e-global-color-primary);
}

.elementor-widget-jet-countdown-timer .jet-countdown-timer__digit {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-download-button .jet-download__label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-download-button .jet-download__sub-label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-download-button .jet-download:hover .jet-download__label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-download-button .jet-download:hover .jet-download__sub-label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-dropbar .jet-dropbar__button-text {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-dropbar .jet-dropbar__content {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-headline .jet-headline__first .jet-headline__label {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-headline .jet-headline__second .jet-headline__label {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-jet-horizontal-timeline .jet-hor-timeline-item__card-btn {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-image-comparison .jx-left .jx-label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-image-comparison .jx-left .jx-label {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-image-comparison .jx-right .jx-label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-image-comparison .jx-right .jx-label {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-image-comparison .jx-slider .jx-controller {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-image-comparison .jx-slider:hover .jx-controller {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-image-comparison .jet-arrow {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-image-comparison .jet-arrow:hover {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-image-comparison .jet-slick-dots li span {
	background-color: var(--e-global-color-text);
}

.elementor-widget-jet-image-comparison .jet-slick-dots li span:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-image-comparison .jet-slick-dots li.slick-active span {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-images-layout .jet-images-layout__title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-images-layout .jet-images-layout__desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__content:before {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__caption {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-instagram-gallery .jet-instagram-gallery__meta-label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__filter-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__filter-item:hover {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__filter-item.active {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__category {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-portfolio .jet-portfolio__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-portfolio .jet-portfolio__view-more-button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-portfolio .jet-portfolio__view-more-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-posts .jet-posts .entry-title a {
	color: var(--e-global-color-secondary);
}

.elementor-widget-jet-posts .jet-posts .entry-title a:hover {
	color: var(--e-global-color-secondary);
}

.elementor-widget-jet-posts .jet-posts .entry-title,
.elementor-widget-jet-posts .jet-posts .entry-title a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-posts .jet-posts .post-meta {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-posts .jet-posts .entry-excerpt {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-posts .jet-posts .jet-more {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-posts .jet-posts .jet-more {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-posts .jet-posts .jet-more:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-posts .jet-posts .jet-posts__terms-link:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-posts .jet-posts .jet-arrow {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-posts .jet-posts .jet-arrow:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span {
	background-color: var(--e-global-color-text);
}

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li span:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-posts .jet-carousel .jet-slick-dots li.slick-active span {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-posts .jet-title-fields__item-label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-posts .jet-content-fields__item-label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-price-list .jet-price-list .price-list__item-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-price-list .jet-price-list .price-list__item-price {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-price-list .jet-price-list .price-list__item-desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table {
	border-color: var(--e-global-color-text);
}

.elementor-widget-jet-pricing-table .pricing-table__title {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table__subtitle {
	color: var(--e-global-color-secondary);
}

.elementor-widget-jet-pricing-table .pricing-table__subtitle {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table__icon-box>* {
	color: var(--e-global-color-primary);
}

.elementor-widget-jet-pricing-table .pricing-table__icon-box>* svg * {
	fill: var(--e-global-color-primary);
}

.elementor-widget-jet-pricing-table .pricing-table__price-prefix {
	color: var(--e-global-color-primary);
}

.elementor-widget-jet-pricing-table .pricing-table__price-prefix {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table__price-val {
	color: var(--e-global-color-primary);
}

.elementor-widget-jet-pricing-table .pricing-table__price-val {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table__price-suffix {
	color: var(--e-global-color-primary);
}

.elementor-widget-jet-pricing-table .pricing-table__price-suffix {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table__price-desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-feature {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-feature.item-included {
	color: var(--e-global-color-secondary);
}

.elementor-widget-jet-pricing-table .pricing-feature.item-included .item-bullet {
	color: var(--e-global-color-accent);
}

.elementor-widget-jet-pricing-table .pricing-feature.item-excluded {
	color: var(--e-global-color-text);
}

.elementor-widget-jet-pricing-table .pricing-feature.item-excluded .item-bullet {
	color: var(--e-global-color-text);
}

.elementor-widget-jet-pricing-table .pricing-feature:before {
	border-top-color: var(--e-global-color-text);
}

.elementor-widget-jet-pricing-table .pricing-table__action {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table__action .pricing-table-button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-pricing-table .pricing-table__action .pricing-table-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-pricing-table .pricing-table .tippy-box {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-progress-bar .jet-progress-bar__title-text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-progress-bar .jet-progress-bar__percent {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item .jet-scroll-navigation__dot {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item.invert .jet-scroll-navigation__dot {
	background-color: var(--e-global-color-text);
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item:hover .jet-scroll-navigation__dot {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-scroll-navigation .jet-scroll-navigation__item.active .jet-scroll-navigation__dot {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-services .jet-services__title-text {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-jet-services .jet-services__desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-services .jet-services__button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-services .jet-services__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-slider .jet-slider .slider-pro .jet-slider__item {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-slider .jet-slider .sp-image-container:after {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-slider .jet-slider__title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-slider .jet-slider__subtitle {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-slider .jet-slider__desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-slider .jet-slider__button--primary {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-slider .jet-slider__button--primary {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-slider .jet-slider__button--secondary {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-slider .jet-slider__button--secondary {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-slider .jet-slider .sp-buttons .sp-button:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-slider .jet-slider .sp-buttons .sp-button.sp-selected-button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container:before {
	border-color: var(--e-global-color-primary);
}

.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container:hover:before {
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-jet-slider .jet-slider .sp-thumbnail-container.sp-selected-thumbnail:before {
	border-color: var(--e-global-color-primary);
}

.elementor-widget-jet-slider .jet-slider__fraction-pagination span {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__input {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__input:focus {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__input.mail-invalid {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__submit {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form__submit {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form--response-success .jet-subscribe-form__message span {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-subscribe-form .jet-subscribe-form--response-error .jet-subscribe-form__message span {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-team-member .jet-team-member__name .jet-team-member__name-first {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-team-member .jet-team-member__name .jet-team-member__name-last {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-team-member .jet-team-member__position {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-team-member .jet-team-member__desc {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-team-member .jet-team-member__button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-team-member .jet-team-member__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-testimonials .jet-testimonials__title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-testimonials .jet-testimonials__comment {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-testimonials .jet-testimonials__name {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-testimonials .jet-testimonials__name a:hover {
	color: var(--e-global-color-secondary);
}

.elementor-widget-jet-testimonials .jet-testimonials__position {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-testimonials .jet-testimonials__date {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-arrow {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-arrow:hover {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li span {
	background-color: var(--e-global-color-text);
}

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li span:hover {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-testimonials .jet-testimonials__instance .jet-slick-dots li.slick-active span {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__meta-content {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__card-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-timeline .jet-timeline-item .timeline-item__card-desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-timeline .timeline-item__card-btn {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-jet-timeline .timeline-item__point-content.timeline-item__point-content--text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-popup-action-button .jet-popup-action-button__text {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-popup-action-button .jet-popup-action-button__instance:hover .jet-popup-action-button__text {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-smart-filters-checkboxes .jet-filter-items-moreless__toggle {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-checkboxes .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-select .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-range .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-check-range .jet-filter-items-moreless__toggle {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-check-range .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-date-period .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-radio .jet-filter-items-moreless__toggle {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-radio .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-rating .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-alphabet .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-search .jet-search-filter__submit {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-color-image .jet-filter-items-moreless__toggle {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-color-image .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-sorting .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-apply-button .apply-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-smart-filters-remove-filters .jet-remove-all-filters__button {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-accordion>.elementor-widget-container>.jet-accordion>.jet-accordion__inner>.jet-toggle>.jet-toggle__control .jet-toggle__label-text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-accordion>.elementor-widget-container>.jet-accordion>.jet-accordion__inner>.jet-toggle>.jet-toggle__control:hover .jet-toggle__label-text {
	color: var(--e-global-color-text);
}

.elementor-widget-jet-accordion>.elementor-widget-container>.jet-accordion>.jet-accordion__inner>.jet-toggle>.jet-toggle__control:hover .jet-toggle__label-text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-accordion>.elementor-widget-container>.jet-accordion>.jet-accordion__inner>.jet-toggle.active-toggle>.jet-toggle__control .jet-toggle__label-text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-image-accordion .jet-image-accordion__title {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-image-accordion .jet-image-accordion__desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-jet-image-accordion .jet-image-accordion__button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-image-accordion .jet-image-accordion__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-tabs>.elementor-widget-container>.jet-tabs>.jet-tabs__control-wrapper>.jet-tabs__control .jet-tabs__label-text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-tabs>.elementor-widget-container>.jet-tabs>.jet-tabs__control-wrapper>.jet-tabs__control .jet-tabs__label-icon {
	color: var(--e-global-color-text);
}

.elementor-widget-jet-tabs>.elementor-widget-container>.jet-tabs>.jet-tabs__control-wrapper>.jet-tabs__control:hover .jet-tabs__label-text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-tabs>.elementor-widget-container>.jet-tabs>.jet-tabs__control-wrapper>.jet-tabs__control:hover .jet-tabs__label-icon {
	color: var(--e-global-color-secondary);
}

.elementor-widget-jet-tabs>.elementor-widget-container>.jet-tabs>.jet-tabs__control-wrapper>.jet-tabs__control.active-tab .jet-tabs__label-text {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-tabs>.elementor-widget-container>.jet-tabs>.jet-tabs__control-wrapper>.jet-tabs__control.active-tab .jet-tabs__label-icon {
	color: var(--e-global-color-primary);
}

.elementor-widget-jet-hotspots .jet-hotspots__item-inner .jet-hotspots__item-text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-hotspots .jet-hotspots .tippy-box .tippy-content {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-unfold .jet-unfold__content {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-unfold .jet-unfold-state .jet-unfold__content {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-unfold .jet-unfold__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-jet-unfold .jet-unfold__button {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-jet-view-more .jet-view-more__button .jet-view-more__label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__icon {
	color: var(--e-global-color-secondary);
}

.elementor-widget-jet-view-more .jet-view-more__button:hover .jet-view-more__label {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-text-path {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-site-logo .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-site-title .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-theme-page-title .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-theme-post-title .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-theme-post-excerpt .elementor-widget-container {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-post-content {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-post-featured-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-theme-archive-title .elementor-heading-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-archive-posts .elementor-post__title,
.elementor-widget-archive-posts .elementor-post__title a {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-archive-posts .elementor-post__meta-data {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-archive-posts .elementor-post__excerpt p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-archive-posts .elementor-post__read-more {
	color: var(--e-global-color-accent);
}

.elementor-widget-archive-posts a.elementor-post__read-more {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-archive-posts .elementor-pagination {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-archive-posts .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-archive-posts .e-load-more-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-archive-posts .elementor-posts-nothing-found {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-loop-grid .elementor-pagination {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-loop-grid .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-loop-grid .e-load-more-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-posts .elementor-post__meta-data {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-post__excerpt p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-posts .elementor-post__read-more {
	color: var(--e-global-color-accent);
}

.elementor-widget-posts a.elementor-post__read-more {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-post__card .elementor-post__badge {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-posts .elementor-pagination {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-posts .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-posts .e-load-more-message {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-portfolio a .elementor-portfolio-item__overlay {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-portfolio .elementor-portfolio-item__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-portfolio .elementor-portfolio__filter {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active {
	color: var(--e-global-color-primary);
}

.elementor-widget-gallery .elementor-gallery-item__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-gallery .elementor-gallery-item__description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-gallery {
	--galleries-title-color-normal: var(--e-global-color-primary);
	--galleries-title-color-hover: var(--e-global-color-secondary);
	--galleries-pointer-bg-color-hover: var(--e-global-color-accent);
	--gallery-title-color-active: var(--e-global-color-secondary);
	--galleries-pointer-bg-color-active: var(--e-global-color-accent);
}

.elementor-widget-gallery .elementor-gallery-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-form .elementor-field-group>label,
.elementor-widget-form .elementor-field-subgroup label {
	color: var(--e-global-color-text);
}

.elementor-widget-form .elementor-field-group>label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-field-type-html {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-field-group .elementor-field {
	color: var(--e-global-color-text);
}

.elementor-widget-form .elementor-field-group .elementor-field,
.elementor-widget-form .elementor-field-subgroup label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-form .e-form__buttons__wrapper__button-next {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-form .elementor-button[type="submit"] {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-form .e-form__buttons__wrapper__button-previous {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-form .elementor-message {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-form .e-form__indicators__indicator,
.elementor-widget-form .e-form__indicators__indicator__label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-form {
	--e-form-steps-indicator-inactive-primary-color: var(--e-global-color-text);
	--e-form-steps-indicator-active-primary-color: var(--e-global-color-accent);
	--e-form-steps-indicator-completed-primary-color: var(--e-global-color-accent);
	--e-form-steps-indicator-progress-color: var(--e-global-color-accent);
	--e-form-steps-indicator-progress-background-color: var(--e-global-color-text);
	--e-form-steps-indicator-progress-meter-color: var(--e-global-color-text);
}

.elementor-widget-form .e-form__indicators__indicator__progress__meter {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-login .elementor-field-group>a {
	color: var(--e-global-color-text);
}

.elementor-widget-login .elementor-field-group>a:hover {
	color: var(--e-global-color-accent);
}

.elementor-widget-login .elementor-form-fields-wrapper label {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-login .elementor-field-group .elementor-field {
	color: var(--e-global-color-text);
}

.elementor-widget-login .elementor-field-group .elementor-field,
.elementor-widget-login .elementor-field-subgroup label {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-login .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-slides .elementor-slide-heading {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-slides .elementor-slide-description {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-slides .elementor-slide-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
	color: var(--e-global-color-text);
	fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
	color: var(--e-global-color-accent);
	fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
	border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
	--e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path {
	stroke: var(--e-global-color-accent);
}

.elementor-widget-animated-headline .elementor-headline-plain-text {
	color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-animated-headline {
	--dynamic-text-color: var(--e-global-color-secondary);
}

.elementor-widget-animated-headline .elementor-headline-dynamic-text {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-hotspot .widget-image-caption {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-hotspot {
	--hotspot-color: var(--e-global-color-primary);
	--hotspot-box-color: var(--e-global-color-secondary);
	--tooltip-color: var(--e-global-color-secondary);
}

.elementor-widget-hotspot .e-hotspot__label {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-hotspot .e-hotspot__tooltip {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-price-list .elementor-price-list-header {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-list .elementor-price-list-price {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-list .elementor-price-list-description {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-price-list .elementor-price-list-separator {
	border-bottom-color: var(--e-global-color-secondary);
}

.elementor-widget-price-table {
	--e-price-table-header-background-color: var(--e-global-color-secondary);
}

.elementor-widget-price-table .elementor-price-table__heading {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__subheading {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-price-table .elementor-price-table .elementor-price-table__price {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__original-price {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__period {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-price-table .elementor-price-table__features-list {
	--e-price-table-features-list-color: var(--e-global-color-text);
}

.elementor-widget-price-table .elementor-price-table__features-list li {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-price-table .elementor-price-table__features-list li:before {
	border-top-color: var(--e-global-color-text);
}

.elementor-widget-price-table .elementor-price-table__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-price-table .elementor-price-table__additional_info {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-price-table .elementor-price-table__ribbon-inner {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-flip-box .elementor-flip-box__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-call-to-action .elementor-cta__title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-call-to-action .elementor-cta__description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-call-to-action .elementor-cta__button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-call-to-action .elementor-ribbon-inner {
	background-color: var(--e-global-color-accent);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-media-carousel .elementor-carousel-image-overlay {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__name {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-reviews .elementor-testimonial__header,
.elementor-widget-reviews .elementor-testimonial__name {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-reviews .elementor-testimonial__text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-table-of-contents {
	--header-color: var(--e-global-color-secondary);
	--item-text-color: var(--e-global-color-text);
	--item-text-hover-color: var(--e-global-color-accent);
	--marker-color: var(--e-global-color-text);
}

.elementor-widget-table-of-contents .elementor-toc__header,
.elementor-widget-table-of-contents .elementor-toc__header-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-table-of-contents .elementor-toc__list-item {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-countdown .elementor-countdown-item {
	background-color: var(--e-global-color-primary);
}

.elementor-widget-countdown .elementor-countdown-digits {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-countdown .elementor-countdown-label {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-countdown .elementor-countdown-expire--message {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-search-form input[type="search"].elementor-search-form__input {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-search-form .elementor-search-form__input,
.elementor-widget-search-form .elementor-search-form__icon,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
	color: var(--e-global-color-text);
	fill: var(--e-global-color-text);
}

.elementor-widget-search-form .elementor-search-form__submit {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-author-box .elementor-author-box__name {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-author-box .elementor-author-box__bio {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-author-box .elementor-author-box__button {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-author-box .elementor-author-box__button:hover {
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
}

.elementor-widget-post-navigation span.post-navigation__prev--label {
	color: var(--e-global-color-text);
}

.elementor-widget-post-navigation span.post-navigation__next--label {
	color: var(--e-global-color-text);
}

.elementor-widget-post-navigation span.post-navigation__prev--label,
.elementor-widget-post-navigation span.post-navigation__next--label {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-post-navigation span.post-navigation__prev--title,
.elementor-widget-post-navigation span.post-navigation__next--title {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-post-info .elementor-icon-list-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-post-info .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-post-info .elementor-icon-list-text,
.elementor-widget-post-info .elementor-icon-list-text a {
	color: var(--e-global-color-secondary);
}

.elementor-widget-post-info .elementor-icon-list-item {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-sitemap .elementor-sitemap-title {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-sitemap .elementor-sitemap-item,
.elementor-widget-sitemap span.elementor-sitemap-list,
.elementor-widget-sitemap .elementor-sitemap-item a {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-sitemap .elementor-sitemap-item {
	color: var(--e-global-color-text);
}

.elementor-widget-blockquote .elementor-blockquote__content {
	color: var(--e-global-color-text);
}

.elementor-widget-blockquote .elementor-blockquote__author {
	color: var(--e-global-color-secondary);
}

.elementor-widget-lottie {
	--caption-color: var(--e-global-color-text);
}

.elementor-widget-lottie .e-lottie__caption {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg {
	fill: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tab-title .e-tab-title-text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tab-title .e-tab-title-text a {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tab-title .e-tab-duration {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text a {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-duration {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
	color: var(--e-global-color-text);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover {
	color: var(--e-global-color-text);
}

.elementor-widget-paypal-button .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-paypal-button .elementor-message {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-stripe-button .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-widget-stripe-button .elementor-message {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-progress-tracker .current-progress-percentage {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-2692.css?ver=1684508913 --- */
.elementor-2692 .elementor-element.elementor-element-aa7133d>.elementor-container {
	max-width: 1000px;
}

.elementor-2692 .elementor-element.elementor-element-5f0aff6>.elementor-element-populated {
	padding: 20px 20px 0px 20px;
}

.elementor-2692 .elementor-element.elementor-element-15bd09c {
	--spacer-size: 2px;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: var(--e-global-color-primary);
}

.elementor-2692 .elementor-element.elementor-element-5540f63 {
	text-align: center;
}

.elementor-2692 .elementor-element.elementor-element-5540f63 .elementor-heading-title {
	font-family: "Unbounded", Sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #353535;
}

.elementor-2692 .elementor-element.elementor-element-5c733e3 {
	--spacer-size: 10px;
}

.elementor-2692 .elementor-element.elementor-element-9f044d2>.elementor-container {
	max-width: 1001px;
}

.elementor-2692 .elementor-element.elementor-element-762dd96>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
	border-color: var(--e-global-color-text);
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
	color: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
	fill: var(--e-global-color-primary);
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-icon-list .elementor-icon-list-text {
	color: var(--e-global-color-secondary);
}

.elementor-2692 .elementor-element.elementor-element-cf96624 .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-cf96624 .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-cf96624 {
	--e-icon-list-icon-size: 25px;
	--icon-vertical-offset: 0px;
}

.elementor-2692 .elementor-element.elementor-element-cf96624 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2692 .elementor-element.elementor-element-cf96624 .elementor-icon-list-item>a {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.elementor-2692 .elementor-element.elementor-element-cf96624 .elementor-icon-list-text {
	color: var(--e-global-color-a6eb17c);
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-cf96624 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-3575402);
}

.elementor-2692 .elementor-element.elementor-element-f2b7509>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-2692 .elementor-element.elementor-element-0ad36e6 .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-0ad36e6 .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-0ad36e6 {
	--e-icon-list-icon-size: 25px;
	--icon-vertical-offset: 0px;
}

.elementor-2692 .elementor-element.elementor-element-0ad36e6 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2692 .elementor-element.elementor-element-0ad36e6 .elementor-icon-list-item>a {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.elementor-2692 .elementor-element.elementor-element-0ad36e6 .elementor-icon-list-text {
	color: var(--e-global-color-a6eb17c);
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-0ad36e6 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-3575402);
}

.elementor-2692 .elementor-element.elementor-element-f49ae81>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-2692 .elementor-element.elementor-element-545a575 .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-545a575 .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-545a575 {
	--e-icon-list-icon-size: 25px;
	--icon-vertical-offset: 0px;
}

.elementor-2692 .elementor-element.elementor-element-545a575 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2692 .elementor-element.elementor-element-545a575 .elementor-icon-list-item>a {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.elementor-2692 .elementor-element.elementor-element-545a575 .elementor-icon-list-text {
	color: var(--e-global-color-a6eb17c);
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-545a575 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-3575402);
}

.elementor-2692 .elementor-element.elementor-element-2b07ef1>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-2692 .elementor-element.elementor-element-82f2adf .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-82f2adf .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-82f2adf {
	--e-icon-list-icon-size: 25px;
	--icon-vertical-offset: 0px;
}

.elementor-2692 .elementor-element.elementor-element-82f2adf .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2692 .elementor-element.elementor-element-82f2adf .elementor-icon-list-item>a {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.elementor-2692 .elementor-element.elementor-element-82f2adf .elementor-icon-list-text {
	color: var(--e-global-color-a6eb17c);
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-82f2adf .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-3575402);
}

.elementor-2692 .elementor-element.elementor-element-a82fa40>.elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-2692 .elementor-element.elementor-element-add21f0 .elementor-icon-list-icon i {
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-add21f0 .elementor-icon-list-icon svg {
	transition: fill 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-add21f0 {
	--e-icon-list-icon-size: 25px;
	--icon-vertical-offset: 0px;
}

.elementor-2692 .elementor-element.elementor-element-add21f0 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2692 .elementor-element.elementor-element-add21f0 .elementor-icon-list-item>a {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.elementor-2692 .elementor-element.elementor-element-add21f0 .elementor-icon-list-text {
	color: var(--e-global-color-a6eb17c);
	transition: color 0.3s;
}

.elementor-2692 .elementor-element.elementor-element-add21f0 .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: var(--e-global-color-3575402);
}

.elementor-2692 .elementor-element.elementor-element-4787afe>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-2692 .elementor-element.elementor-element-4787afe>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-2692 .elementor-element.elementor-element-4787afe>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-2692 .elementor-element.elementor-element-1e981ce>.elementor-widget-container>.jet-listing-grid>.jet-listing-grid__items,
.elementor-2692 .elementor-element.elementor-element-1e981ce>.jet-listing-grid>.jet-listing-grid__items {
	--columns: 1;
}

.elementor-2692 .elementor-element.elementor-element-1e981ce>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

body.elementor-page-2692:not(.elementor-motion-effects-element-type-background),
body.elementor-page-2692>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: var(--e-global-color-e8a0da3);
}

:root {
	--page-title-display: none;
}

@media(max-width:767px) {
	.elementor-2692 .elementor-element.elementor-element-cf96624>.elementor-widget-container {
		padding: 0px 0px 10px 0px;
	}

	.elementor-2692 .elementor-element.elementor-element-0ad36e6>.elementor-widget-container {
		padding: 0px 0px 10px 0px;
	}

	.elementor-2692 .elementor-element.elementor-element-545a575>.elementor-widget-container {
		padding: 0px 0px 10px 0px;
	}

	.elementor-2692 .elementor-element.elementor-element-82f2adf>.elementor-widget-container {
		padding: 0px 0px 10px 0px;
	}
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-228.css?ver=1684501193 --- */
.elementor-228 .elementor-element.elementor-element-4fdd4b7b>.elementor-container {
	max-width: 1300px;
}

.elementor-228 .elementor-element.elementor-element-4fdd4b7b {
	overflow: hidden;
	padding: 20px 40px 20px 40px;
	z-index: 200;
}

.elementor-bc-flex-widget .elementor-228 .elementor-element.elementor-element-20a1be7d.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-228 .elementor-element.elementor-element-20a1be7d.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-228 .elementor-element.elementor-element-20a1be7d>.elementor-element-populated {
	padding: 20px 0px 20px 0px;
}

.elementor-228 .elementor-element.elementor-element-f4c3445 {
	text-align: left;
}

.elementor-228 .elementor-element.elementor-element-f4c3445 img {
	width: 280px;
}

.elementor-228 .elementor-element.elementor-element-f4c3445>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-228 .elementor-element.elementor-element-18593c00.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-228 .elementor-element.elementor-element-18593c00.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-228 .elementor-element.elementor-element-1fbac04a .elementor-icon-wrapper {
	text-align: right;
}

.elementor-228 .elementor-element.elementor-element-1fbac04a.elementor-view-stacked .elementor-icon {
	background-color: #000000;
}

.elementor-228 .elementor-element.elementor-element-1fbac04a.elementor-view-framed .elementor-icon,
.elementor-228 .elementor-element.elementor-element-1fbac04a.elementor-view-default .elementor-icon {
	color: #000000;
	border-color: #000000;
}

.elementor-228 .elementor-element.elementor-element-1fbac04a.elementor-view-framed .elementor-icon,
.elementor-228 .elementor-element.elementor-element-1fbac04a.elementor-view-default .elementor-icon svg {
	fill: #000000;
}

.elementor-228 .elementor-element.elementor-element-1fbac04a .elementor-icon {
	font-size: 16px;
}

.elementor-228 .elementor-element.elementor-element-1fbac04a>.elementor-widget-container {
	margin: 3px 0px 0px 0px;
}

.elementor-bc-flex-widget .elementor-228 .elementor-element.elementor-element-3b712b97.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-228 .elementor-element.elementor-element-3b712b97.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-228 .elementor-element.elementor-element-3b712b97>.elementor-element-populated {
	border-style: none;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 0px 0px;
}

.elementor-228 .elementor-element.elementor-element-3b712b97>.elementor-element-populated,
.elementor-228 .elementor-element.elementor-element-3b712b97>.elementor-element-populated>.elementor-background-overlay,
.elementor-228 .elementor-element.elementor-element-3b712b97>.elementor-background-slideshow {
	border-radius: 1px 1px 1px 1px;
}

.elementor-228 .elementor-element.elementor-element-3b712b97>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-228 .elementor-element.elementor-element-107f344c {
	text-align: right;
}

.elementor-228 .elementor-element.elementor-element-107f344c .elementor-heading-title {
	color: var(--e-global-color-3575402);
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.elementor-228 .elementor-element.elementor-element-107f344c>.elementor-widget-container {
	margin: 0px -6px 0px 0px;
}

@media(max-width:1024px) {
	.elementor-228 .elementor-element.elementor-element-20a1be7d>.elementor-element-populated {
		padding: 22px 0px 20px 0px;
	}
}

@media(max-width:767px) {
	.elementor-228 .elementor-element.elementor-element-4fdd4b7b {
		padding: 20px 20px 20px 20px;
	}

	.elementor-228 .elementor-element.elementor-element-20a1be7d {
		width: 70%;
	}

	.elementor-228 .elementor-element.elementor-element-18593c00 {
		width: 10%;
	}

	.elementor-228 .elementor-element.elementor-element-3b712b97 {
		width: 20%;
	}

	.elementor-228 .elementor-element.elementor-element-107f344c>.elementor-widget-container {
		margin: 0px 0px 0px 0px;
	}
}

@media(min-width:768px) {
	.elementor-228 .elementor-element.elementor-element-20a1be7d {
		width: 80%;
	}

	.elementor-228 .elementor-element.elementor-element-18593c00 {
		width: 12%;
	}

	.elementor-228 .elementor-element.elementor-element-3b712b97 {
		width: 7.246%;
	}
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-233.css?ver=1684353631 --- */
.elementor-233 .elementor-element.elementor-element-5cb57c17 {
	--spacer-size: 10px;
}

/* --- https://fonts.googleapis.com/css?family=Unbounded%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CHanken+Grotesk%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap&ver=6.5.2 --- */
/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19-7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY1927DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19y7DQk6YvNkeg.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVl2YZDLWuGJpnzaiwFXS9tYtpY19K7DQk6YvM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpQ59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* vietnamese */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpS59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpT59CxCis4UvI.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/hankengrotesk/v8/ieVn2YZDLWuGJpnzaiwFXS9tYtpd59CxCis4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaSTbQWt4N.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 800;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* math */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBHMdazTgWw.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-stretch: 100%;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtsZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwv8ZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtMZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwtcZfvRIkSYZH.woff2) format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Unbounded';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/unbounded/v8/Yq6W-LOTXCb04q32xlpwu8ZfvRIkSQ.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* --- https://hilosdesangre.co/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 --- */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-bacteria:before {
	content: "\e059"
}

.fa-bacterium:before {
	content: "\e05a"
}

.fa-bahai:before {
	content: "\f666"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-tissue:before {
	content: "\e05b"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caravan:before {
	content: "\f8ff"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudflare:before {
	content: "\e07d"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dailymotion:before {
	content: "\e052"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-deezer:before {
	content: "\e077"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-disease:before {
	content: "\f7fa"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edge-legacy:before {
	content: "\e078"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-faucet:before {
	content: "\e005"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-firefox-browser:before {
	content: "\e007"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-pay:before {
	content: "\e079"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guilded:before {
	content: "\e07e"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-medical:before {
	content: "\e05c"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-water:before {
	content: "\f4c1"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-sparkles:before {
	content: "\e05d"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-hands-wash:before {
	content: "\e05e"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt-slash:before {
	content: "\e05f"
}

.fa-handshake-slash:before {
	content: "\e060"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-cowboy:before {
	content: "\f8c0"
}

.fa-hat-cowboy-side:before {
	content: "\f8c1"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-head-side-cough:before {
	content: "\e061"
}

.fa-head-side-cough-slash:before {
	content: "\e062"
}

.fa-head-side-mask:before {
	content: "\e063"
}

.fa-head-side-virus:before {
	content: "\e064"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hive:before {
	content: "\e07f"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hospital-user:before {
	content: "\f80d"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-house-user:before {
	content: "\e065"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-ideal:before {
	content: "\e013"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-innosoft:before {
	content: "\e080"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-instagram-square:before {
	content: "\e055"
}

.fa-instalod:before {
	content: "\e081"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-house:before {
	content: "\e066"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lungs-virus:before {
	content: "\e067"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-mdb:before {
	content: "\f8ca"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microblog:before {
	content: "\e01a"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mixer:before {
	content: "\e056"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse:before {
	content: "\f8cc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-octopus-deploy:before {
	content: "\e082"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-orcid:before {
	content: "\f8d2"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-arrows:before {
	content: "\e068"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-perbyte:before {
	content: "\e083"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-square:before {
	content: "\e01e"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-plane-slash:before {
	content: "\e069"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pump-medical:before {
	content: "\e06a"
}

.fa-pump-soap:before {
	content: "\e06b"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-record-vinyl:before {
	content: "\f8d9"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-rust:before {
	content: "\e07a"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-virus:before {
	content: "\e06c"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopify:before {
	content: "\e057"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sink:before {
	content: "\e06d"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-soap:before {
	content: "\e06e"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-stopwatch-20:before {
	content: "\e06f"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-store-alt-slash:before {
	content: "\e070"
}

.fa-store-slash:before {
	content: "\e071"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swift:before {
	content: "\f8e1"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tiktok:before {
	content: "\e07b"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toilet-paper-slash:before {
	content: "\e072"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-trailer:before {
	content: "\e041"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbraco:before {
	content: "\f8e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-uncharted:before {
	content: "\e084"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-unity:before {
	content: "\e049"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-unsplash:before {
	content: "\e07c"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-slash:before {
	content: "\e073"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-vest:before {
	content: "\e085"
}

.fa-vest-patches:before {
	content: "\e086"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-virus:before {
	content: "\e074"
}

.fa-virus-slash:before {
	content: "\e075"
}

.fa-viruses:before {
	content: "\e076"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-watchman-monitoring:before {
	content: "\e087"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wodu:before {
	content: "\e088"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

/* --- https://hilosdesangre.co/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1684501249 --- */
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
	src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900
}

/* --- https://hilosdesangre.co/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css --- */
/*! elementor - v3.13.2 - 11-05-2023 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	position: relative;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
	right: -8px
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
	display: flex;
	font-size: inherit;
	align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	position: relative;
	top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
	width: var(--e-icon-list-icon-size, 1em);
	height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
	font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
	justify-content: flex-end;
	text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0
}

@media (min-width:-1) {

	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:1024px) {

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:-1) {

	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

@media (max-width:767px) {

	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		justify-content: center
	}

	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto
	}

	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center
	}

	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left
	}

	.elementor-widget.elementor-mobile-align-left .elementor-inline-items {
		justify-content: flex-start
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right
	}

	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		justify-content: flex-end
	}

	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0
	}

	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0
	}
}

/* --- http://hilosangre.wwwmi3-lr13.supercp.com/wp-content/uploads/elementor/css/post-1786.css?ver=1678745699 --- */
.elementor-widget-image .widget-image-caption {
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-1786 .elementor-element.elementor-element-736f84c {
	text-align: left;
}

.elementor-1786 .elementor-element.elementor-element-736f84c>.elementor-widget-container {
	margin: -25px 0px 10px -15px;
}

.elementor-1786 .elementor-element.elementor-element-beb4f15 .jet-listing-dynamic-field__content {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 14px;
	text-align: left;
}

.elementor-1786 .elementor-element.elementor-element-beb4f15 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap {
	width: 100%;
}

.elementor-1786 .elementor-element.elementor-element-beb4f15 .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
	width: 100%;
}

.elementor-1786 .elementor-element.elementor-element-beb4f15 .jet-listing-dynamic-field {
	justify-content: center;
}

.elementor-1786 .elementor-element.elementor-element-beb4f15 .jet-listing-dynamic-field.display-multiline {
	border-radius: 10px 10px 10px 10px;
}

.elementor-1786 .elementor-element.elementor-element-beb4f15 .jet-listing-dynamic-field.display-inline .jet-listing-dynamic-field__inline-wrap {
	border-radius: 10px 10px 10px 10px;
}

.elementor-1786 .elementor-element.elementor-element-beb4f15>.elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-1786 .elementor-element.elementor-element-e76683e .jet-listing-dynamic-field__content {
	font-family: "Unbounded", Sans-serif;
	font-weight: 500;
	text-align: left;
}

.elementor-1786 .elementor-element.elementor-element-e76683e .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap {
	width: auto;
}

.elementor-1786 .elementor-element.elementor-element-e76683e .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
	width: auto;
}

.elementor-1786 .elementor-element.elementor-element-e76683e .jet-listing-dynamic-field {
	justify-content: flex-start;
}

.elementor-widget-divider {
	--divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .elementor-divider__text {
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-secondary);
}

.elementor-1786 .elementor-element.elementor-element-79e3819 {
	--divider-border-style: solid;
	--divider-color: #000;
	--divider-border-width: 1px;
}

.elementor-1786 .elementor-element.elementor-element-79e3819 .elementor-divider-separator {
	width: 20px;
}

.elementor-1786 .elementor-element.elementor-element-79e3819>.elementor-widget-container {
	margin: -13px 0px 0px 0px;
}

.elementor-1786 .elementor-element.elementor-element-f435b4d .jet-listing-dynamic-field__content {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 14px;
	text-align: left;
}

.elementor-1786 .elementor-element.elementor-element-f435b4d .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap {
	width: auto;
}

.elementor-1786 .elementor-element.elementor-element-f435b4d .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
	width: auto;
}

.elementor-1786 .elementor-element.elementor-element-f435b4d .jet-listing-dynamic-field {
	justify-content: flex-start;
}

.elementor-1786 .elementor-element.elementor-element-f435b4d>.elementor-widget-container {
	margin: -20px 0px 0px 0px;
}

#jet-popup-1786 .jet-popup__container {
	width: 500px;
}

#jet-popup-1786 .jet-popup__inner {
	justify-content: center;
	align-items: center;
}

#jet-popup-1786 .jet-popup__container-inner {
	justify-content: flex-start;
	padding: 30px 30px 20px 30px;
	border-radius: 12px 12px 12px 12px;
}

#jet-popup-1786 .jet-popup__container-overlay {
	border-radius: 12px 12px 12px 12px;
}

#jet-popup-1786 .jet-popup__close-button {
	color: var(--e-global-color-text);
	background-color: var(--e-global-color-c8d98d5);
	font-size: 30px;
	width: 55px;
	height: 55px;
}

#jet-popup-1786 .jet-popup__close-button:before {
	font-size: 30px;
}

#jet-popup-1786 .jet-popup__close-button svg {
	width: 30px;
}

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-272.css?ver=1684506603 --- */
.elementor-272 .elementor-element.elementor-element-1ab50f9e:not(.elementor-motion-effects-element-type-background),
.elementor-272 .elementor-element.elementor-element-1ab50f9e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
	background-color: var(--e-global-color-primary);
}

.elementor-272 .elementor-element.elementor-element-1ab50f9e {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 50px 30px 0px;
	z-index: 10;
}

.elementor-272 .elementor-element.elementor-element-1ab50f9e>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-272 .elementor-element.elementor-element-4d001a9b {
	width: 42%;
}

.elementor-272 .elementor-element.elementor-element-4d001a9b.elementor-column>.elementor-widget-wrap {
	justify-content: flex-start;
}

.elementor-272 .elementor-element.elementor-element-4d001a9b>.elementor-element-populated {
	margin: 10px 0px 0px -7px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: -7px;
	padding: 0px 0px 0px 0px;
}

.elementor-272 .elementor-element.elementor-element-9f58d91 img {
	width: 280px;
}

.elementor-272 .elementor-element.elementor-element-7b7a9b98 {
	width: 58%;
}

.elementor-bc-flex-widget .elementor-272 .elementor-element.elementor-element-7b7a9b98.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-272 .elementor-element.elementor-element-7b7a9b98.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-272 .elementor-element.elementor-element-7b7a9b98>.elementor-element-populated {
	border-style: none;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-272 .elementor-element.elementor-element-7b7a9b98>.elementor-element-populated>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__container {
	min-height: 55px;
}

.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__submit {
	min-width: 55px;
}

body:not(.rtl) .elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__icon {
	padding-left: calc(55px / 3);
}

body.rtl .elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__icon {
	padding-right: calc(55px / 3);
}

.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__input,
.elementor-272 .elementor-element.elementor-element-ba60fe3.elementor-search-form--button-type-text .elementor-search-form__submit {
	padding-left: calc(55px / 3);
	padding-right: calc(55px / 3);
}

.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__icon {
	--e-search-form-icon-size-minimal: 0px;
}

.elementor-272 .elementor-element.elementor-element-ba60fe3 input[type="search"].elementor-search-form__input {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__input,
.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__icon,
.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-lightbox .dialog-lightbox-close-button,
.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-272 .elementor-element.elementor-element-ba60fe3.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
	color: var(--e-global-color-7932283);
	fill: var(--e-global-color-7932283);
}

.elementor-272 .elementor-element.elementor-element-ba60fe3:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container {
	background-color: var(--e-global-color-primary);
	border-width: 0px 0px 0px 0px;
	border-radius: 3px;
}

.elementor-272 .elementor-element.elementor-element-ba60fe3.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
	background-color: var(--e-global-color-primary);
	border-width: 0px 0px 0px 0px;
	border-radius: 3px;
}

.elementor-272 .elementor-element.elementor-element-ba60fe3:not(.elementor-search-form--skin-full_screen) .elementor-search-form--focus .elementor-search-form__container {
	border-color: var(--e-global-color-primary);
}

.elementor-272 .elementor-element.elementor-element-ba60fe3.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input:focus {
	border-color: var(--e-global-color-primary);
}

.elementor-272 .elementor-element.elementor-element-ba60fe3 {
	width: var(--container-widget-width, 88%);
	max-width: 88%;
	--container-widget-width: 88%;
	--container-widget-flex-grow: 0;
}

.elementor-272 .elementor-element.elementor-element-1c1b87d {
	text-align: right;
	width: var(--container-widget-width, 11%);
	max-width: 11%;
	--container-widget-width: 11%;
	--container-widget-flex-grow: 0;
}

.elementor-272 .elementor-element.elementor-element-1c1b87d img {
	border-style: solid;
}

#elementor-popup-modal-272 .dialog-message {
	width: 100vw;
	height: auto;
}

#elementor-popup-modal-272 {
	justify-content: center;
	align-items: flex-start;
	pointer-events: all;
	background-color: #00000000;
}

#elementor-popup-modal-272 .dialog-widget-content {
	animation-duration: 1.2s;
	background-color: #E02030;
}

@media(max-width:767px) {
	.elementor-272 .elementor-element.elementor-element-ba60fe3 .elementor-search-form__icon {
		--e-search-form-icon-size-minimal: 1px;
	}
}

/* Start custom CSS for column, class: .elementor-element-7b7a9b98 */
.elementor-272 .elementor-element.elementor-element-7b7a9b98 {
	width: 95%;
	margin-left: 5%;
}

/* End custom CSS */

/* --- https://hilosdesangre.co/wp-content/uploads/elementor/css/post-267.css?ver=1684501151 --- */
.elementor-267 .elementor-element.elementor-element-1980804e {
	width: 85.319%;
}

.elementor-267 .elementor-element.elementor-element-9da582b {
	text-align: right;
	z-index: 8;
}

.elementor-267 .elementor-element.elementor-element-9da582b .elementor-heading-title {
	font-family: "Hanken Grotesk", Sans-serif;
	font-weight: 400;
}

.elementor-267 .elementor-element.elementor-element-9da582b>.elementor-widget-container {
	padding: 24px 0px 0px 0px;
}

.elementor-267 .elementor-element.elementor-element-1fe66a9 {
	width: 14.575%;
}

.elementor-267 .elementor-element.elementor-element-d63544f .elementor-heading-title {
	color: var(--e-global-color-8858006);
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.elementor-267 .elementor-element.elementor-element-d63544f>.elementor-widget-container {
	margin: 26px 0px 0px 0px;
}

.elementor-267 .elementor-element.elementor-element-5bbafd81 {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: var(--e-global-color-c1a107e);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 10px 30px 0px;
}

.elementor-267 .elementor-element.elementor-element-5bbafd81>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-267 .elementor-element.elementor-element-7ad7503e {
	width: 6.719%;
}

.elementor-267 .elementor-element.elementor-element-5531137e .elementor-heading-title {
	color: var(--e-global-color-8858006);
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.elementor-267 .elementor-element.elementor-element-5ce3f86a {
	width: 93.281%;
}

.elementor-267 .elementor-element.elementor-element-78b048d .elementor-button {
	font-family: "Unbounded", Sans-serif;
	font-size: 25px;
	font-weight: 300;
	fill: #FFFFFFBA;
	color: #FFFFFFBA;
	background-color: var(--e-global-color-c8d98d5);
	padding: 0px 0px 0px 0px;
}

.elementor-267 .elementor-element.elementor-element-78b048d .elementor-button:hover,
.elementor-267 .elementor-element.elementor-element-78b048d .elementor-button:focus {
	color: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-78b048d .elementor-button:hover svg,
.elementor-267 .elementor-element.elementor-element-78b048d .elementor-button:focus svg {
	fill: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-4cd4374d {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: var(--e-global-color-c1a107e);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 10px 30px 0px;
}

.elementor-267 .elementor-element.elementor-element-4cd4374d>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-267 .elementor-element.elementor-element-77aa0fc1 {
	width: 6.719%;
}

.elementor-267 .elementor-element.elementor-element-7609925b .elementor-heading-title {
	color: var(--e-global-color-8858006);
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.elementor-267 .elementor-element.elementor-element-64eec6e4 {
	width: 93.281%;
}

.elementor-267 .elementor-element.elementor-element-c03cb04 .elementor-button {
	font-family: "Unbounded", Sans-serif;
	font-size: 25px;
	font-weight: 300;
	fill: #FFFFFFBA;
	color: #FFFFFFBA;
	background-color: var(--e-global-color-c8d98d5);
	padding: 0px 0px 0px 0px;
}

.elementor-267 .elementor-element.elementor-element-c03cb04 .elementor-button:hover,
.elementor-267 .elementor-element.elementor-element-c03cb04 .elementor-button:focus {
	color: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-c03cb04 .elementor-button:hover svg,
.elementor-267 .elementor-element.elementor-element-c03cb04 .elementor-button:focus svg {
	fill: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-1f80fa28 {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: var(--e-global-color-c1a107e);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 10px 30px 0px;
}

.elementor-267 .elementor-element.elementor-element-1f80fa28>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-267 .elementor-element.elementor-element-8bb34c9 {
	width: 6.719%;
}

.elementor-267 .elementor-element.elementor-element-483ff497 .elementor-heading-title {
	color: var(--e-global-color-8858006);
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.elementor-267 .elementor-element.elementor-element-b413559 {
	width: 93.281%;
}

.elementor-267 .elementor-element.elementor-element-c687f49 .elementor-button {
	font-family: "Unbounded", Sans-serif;
	font-size: 25px;
	font-weight: 300;
	fill: #FFFFFFBA;
	color: #FFFFFFBA;
	background-color: var(--e-global-color-c8d98d5);
	padding: 0px 0px 0px 0px;
}

.elementor-267 .elementor-element.elementor-element-c687f49 .elementor-button:hover,
.elementor-267 .elementor-element.elementor-element-c687f49 .elementor-button:focus {
	color: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-c687f49 .elementor-button:hover svg,
.elementor-267 .elementor-element.elementor-element-c687f49 .elementor-button:focus svg {
	fill: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-4839e156 {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: var(--e-global-color-c1a107e);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 10px 30px 0px;
}

.elementor-267 .elementor-element.elementor-element-4839e156>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-267 .elementor-element.elementor-element-4ecf786e {
	width: 6.719%;
}

.elementor-267 .elementor-element.elementor-element-5bbbd8c5 .elementor-heading-title {
	color: var(--e-global-color-8858006);
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.elementor-267 .elementor-element.elementor-element-754fc400 {
	width: 93.281%;
}

.elementor-267 .elementor-element.elementor-element-6b00364 .elementor-button {
	font-family: "Unbounded", Sans-serif;
	font-size: 25px;
	font-weight: 300;
	fill: #FFFFFFBA;
	color: #FFFFFFBA;
	background-color: var(--e-global-color-c8d98d5);
	padding: 0px 0px 0px 0px;
}

.elementor-267 .elementor-element.elementor-element-6b00364 .elementor-button:hover,
.elementor-267 .elementor-element.elementor-element-6b00364 .elementor-button:focus {
	color: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-6b00364 .elementor-button:hover svg,
.elementor-267 .elementor-element.elementor-element-6b00364 .elementor-button:focus svg {
	fill: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-1f516970 {
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: var(--e-global-color-c1a107e);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px 10px 30px 0px;
}

.elementor-267 .elementor-element.elementor-element-1f516970>.elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-267 .elementor-element.elementor-element-77f16a08 {
	width: 6.719%;
}

.elementor-267 .elementor-element.elementor-element-365a1558 .elementor-heading-title {
	color: var(--e-global-color-8858006);
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.elementor-267 .elementor-element.elementor-element-39d1d4ff {
	width: 93.281%;
}

.elementor-267 .elementor-element.elementor-element-fda0a9e .elementor-button {
	font-family: "Unbounded", Sans-serif;
	font-size: 25px;
	font-weight: 300;
	fill: #FFFFFFBA;
	color: #FFFFFFBA;
	background-color: var(--e-global-color-c8d98d5);
	padding: 0px 0px 0px 0px;
}

.elementor-267 .elementor-element.elementor-element-fda0a9e .elementor-button:hover,
.elementor-267 .elementor-element.elementor-element-fda0a9e .elementor-button:focus {
	color: var(--e-global-color-7932283);
}

.elementor-267 .elementor-element.elementor-element-fda0a9e .elementor-button:hover svg,
.elementor-267 .elementor-element.elementor-element-fda0a9e .elementor-button:focus svg {
	fill: var(--e-global-color-7932283);
}

#elementor-popup-modal-267 .dialog-message {
	width: 550px;
	height: 100vh;
	align-items: flex-start;
	padding: 10px 40px 40px 40px;
}

#elementor-popup-modal-267 {
	justify-content: flex-end;
	align-items: flex-start;
}

#elementor-popup-modal-267 .dialog-widget-content {
	animation-duration: 0.8s;
	background-color: #E02030;
}

@media(max-width:767px) {
	.elementor-267 .elementor-element.elementor-element-78b048d .elementor-button {
		font-size: 21px;
	}

	.elementor-267 .elementor-element.elementor-element-78b048d {
		width: auto;
		max-width: auto;
	}

	.elementor-267 .elementor-element.elementor-element-c03cb04 .elementor-button {
		font-size: 21px;
	}

	.elementor-267 .elementor-element.elementor-element-c03cb04 {
		width: auto;
		max-width: auto;
	}

	.elementor-267 .elementor-element.elementor-element-c687f49 .elementor-button {
		font-size: 21px;
	}

	.elementor-267 .elementor-element.elementor-element-c687f49 {
		width: auto;
		max-width: auto;
	}

	.elementor-267 .elementor-element.elementor-element-6b00364 .elementor-button {
		font-size: 21px;
	}

	.elementor-267 .elementor-element.elementor-element-6b00364 {
		width: auto;
		max-width: auto;
	}

	.elementor-267 .elementor-element.elementor-element-fda0a9e .elementor-button {
		font-size: 21px;
	}

	.elementor-267 .elementor-element.elementor-element-fda0a9e {
		width: auto;
		max-width: auto;
	}

	#elementor-popup-modal-267 .dialog-message {
		width: 100vw;
		padding: 5px 5px 5px 5px;
	}
}

/* --- https://hilosdesangre.co/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.13.2 --- */
@keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {

	50%,
	from,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {

	from,
	to {
		transform: scale3d(1, 1, 1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {

	from,
	to {
		transform: scale3d(1, 1, 1)
	}

	30% {
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.05, .95, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {

	from,
	to {
		transform: translate3d(0, 0, 0)
	}

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

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

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

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

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

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

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

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

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {

	from,
	to {
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

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

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

.tada {
	animation-name: tada
}

@keyframes wobble {

	from,
	to {
		transform: none
	}

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

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

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

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

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

.wobble {
	animation-name: wobble
}

@keyframes jello {

	11.1%,
	from,
	to {
		transform: none
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		transform: translate3d(5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		transform: translate3d(10px, 0, 0)
	}

	90% {
		transform: translate3d(-5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {

	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		transform: translate3d(0, 10px, 0)
	}

	90% {
		transform: translate3d(0, -5px, 0)
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
	transform: scale(1.1)
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
	transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1)
	}

	75% {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1)
	}
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(0.9)
	}
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(0.8)
	}

	100% {
		transform: scale(1)
	}
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2)
	}
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.elementor-animation-bounce-in {
	transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
	transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
	transform: scale(0.8);
	transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
	transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
	transform: translateY(-8px)
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
	transform: translateY(8px)
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px)
	}

	50% {
		transform: translateY(-4px)
	}

	100% {
		transform: translateY(-8px)
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px)
	}
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px)
	}

	50% {
		transform: translateY(4px)
	}

	100% {
		transform: translateY(8px)
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px)
	}
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
	transform: skew(-10deg)
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
	transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px)
	}

	33.3% {
		transform: translateY(-6px)
	}

	49.95% {
		transform: translateY(4px)
	}

	66.6% {
		transform: translateY(-2px)
	}

	83.25% {
		transform: translateY(1px)
	}

	100% {
		transform: translateY(0)
	}
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px)
	}

	33.3% {
		transform: translateX(-6px)
	}

	49.95% {
		transform: translateX(4px)
	}

	66.6% {
		transform: translateX(-2px)
	}

	83.25% {
		transform: translateX(1px)
	}

	100% {
		transform: translateX(0)
	}
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px)
	}

	33.3% {
		transform: translate(-6px, -6px)
	}

	49.95% {
		transform: translate(4px, 4px)
	}

	66.6% {
		transform: translate(-2px, -2px)
	}

	83.25% {
		transform: translate(1px, 1px)
	}

	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px)
	}

	33.3% {
		transform: translate(-6px, 6px)
	}

	49.95% {
		transform: translate(4px, -4px)
	}

	66.6% {
		transform: translate(-2px, 2px)
	}

	83.25% {
		transform: translate(1px, -1px)
	}

	100% {
		transform: translate(0, 0)
	}
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg)
	}

	33.3% {
		transform: skew(10deg)
	}

	49.95% {
		transform: skew(-6deg)
	}

	66.6% {
		transform: skew(4deg)
	}

	83.25% {
		transform: skew(-2deg)
	}

	100% {
		transform: skew(0)
	}
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg)
	}

	100% {
		transform: translateX(-3px) rotate(-2deg)
	}
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg)
	}

	20% {
		transform: translateX(-3px) rotate(-2deg)
	}

	30% {
		transform: translateX(3px) rotate(2deg)
	}

	40% {
		transform: translateX(-3px) rotate(-2deg)
	}

	50% {
		transform: translateX(2px) rotate(1deg)
	}

	60% {
		transform: translateX(-2px) rotate(-1deg)
	}

	70% {
		transform: translateX(2px) rotate(1deg)
	}

	80% {
		transform: translateX(-2px) rotate(-1deg)
	}

	90% {
		transform: translateX(1px) rotate(0)
	}

	100% {
		transform: translateX(-1px) rotate(0)
	}
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.elementor-widget.elementor-element.primero {
	width: auto;
	float: none;
}

.primero .elementor-widget-container {
	max-width: none;
}

.primero .elementor-widget-container.icon_container {
	max-width: 420px;
}

.elementor-widget-wrapX.elementor-element-populated {
	display: flex;
}

.elementor-location-footer {
	display: none;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item .apply_filter {
	align-items: flex-start;
	font-weight: 700;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item .apply_filter .elementor-icon-list-icon {
	padding: 3px 0;
}

.timeline_row.row_visible {
	order: -1;
}

.timeline_row.row_hidden {
	display: none;
}


.timeline_trigger {
	cursor: pointer;
}

.timeline_trigger * {
	pointer-events: none;
}


.timeline_popup_container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .5);
}

.timeline_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  z-index: 101;
  background: #fff;
  border-radius: 10px;
}

.timeline_popup_content {
  margin: 100px 30px 50px;
}

.timeline_popup hr {
  width: 20px;
  margin: -.3em 0 .8em;
  border: none;
  border-top: 1px solid #000;
}

.timeline_popup h1 {
  color: #000;
  font-family: "Unbounded", Sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
}

.timeline_popup p {
  font-family: "Hanken Grotesk", Sans-serif;
	font-size: 16px;
	text-align: left;
}

.timeline_popup a {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}


.category_icon {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
}


.category_icon[category="momentos-importantes"] {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cg%20id%3D%22Elipse_8%22%20data-name%3D%22Elipse%208%22%20fill%3D%22none%22%20stroke%3D%22%2343000e%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2212.5%22%20stroke%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2212.5%22%20r%3D%2211.5%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.category_icon[category="actores"] {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.409%22%20height%3D%2225%22%20viewBox%3D%220%200%2028.409%2025%22%3E%3Cg%20id%3D%22Pol%26%23xED%3Bgono_5%22%20data-name%3D%22Pol%26%23xED%3Bgono%205%22%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M13.335%2C1.53a1%2C1%2C0%2C0%2C1%2C1.739%2C0L27.56%2C23.506A1%2C1%2C0%2C0%2C1%2C26.691%2C25H1.718a1%2C1%2C0%2C0%2C1-.869-1.494Z%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2014.2045431137085%204.048498153686523%20L%203.436641693115234%2022.99999618530273%20L%2024.97243499755859%2022.99999618530273%20L%2014.2045431137085%204.048498153686523%20M%2014.20454406738281%201.024250030517578%20C%2014.54344177246094%201.024250030517578%2014.88233947753906%201.192914962768555%2015.07400417327881%201.530244827270508%20L%2027.56021499633789%2023.50598526000977%20C%2027.93899345397949%2024.17263603210449%2027.45692253112793%2025.00000762939453%2026.69076347351074%2024.99999618530273%20L%201.718324661254883%2024.99999618530273%20C%200.9515838623046875%2025.0000057220459%200.4700946807861328%2024.17263603210449%200.8488636016845703%2023.50598526000977%20L%2013.33508396148682%201.530244827270508%20C%2013.52674865722656%201.192914962768555%2013.86564636230469%201.024250030517578%2014.20454406738281%201.024250030517578%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23b21220%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.category_icon[category="arte-y-cultura"] {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cg%20id%3D%22Rect%26%23xE1%3Bngulo_57%22%20data-name%3D%22Rect%26%23xE1%3Bngulo%2057%22%20fill%3D%22none%22%20stroke%3D%22%23e02030%22%20stroke-width%3D%222%22%3E%3Crect%20width%3D%2225%22%20height%3D%2225%22%20rx%3D%224%22%20stroke%3D%22none%22%3E%3C%2Frect%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%223%22%20fill%3D%22none%22%3E%3C%2Frect%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.category_icon[category="hitos-legales"] {
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2225%22%20viewBox%3D%220%200%2029%2025%22%3E%3Cg%20id%3D%22Pol%26%23xED%3Bgono_3%22%20data-name%3D%22Pol%26%23xED%3Bgono%203%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21.174%2C0a1%2C1%2C0%2C0%2C1%2C.865.5L28.709%2C12a1%2C1%2C0%2C0%2C1%2C0%2C1l-6.67%2C11.5a1%2C1%2C0%2C0%2C1-.865.5H7.826a1%2C1%2C0%2C0%2C1-.865-.5L.291%2C13a1%2C1%2C0%2C0%2C1%2C0-1L6.961.5A1%2C1%2C0%2C0%2C1%2C7.826%2C0Z%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%208.402057647705078%202%20L%202.312055587768555%2012.49999713897705%20L%208.40205192565918%2023%20L%2020.59794235229492%2023%20L%2026.68794059753418%2012.49999618530273%20L%2020.59794235229492%202%20L%208.402057647705078%202%20M%207.826030731201172%200%20L%2021.17396926879883%200%20C%2021.5305290222168%200%2021.86010932922363%200.189849853515625%2022.03899955749512%200.4982795715332031%20L%2028.70899963378906%2011.9982795715332%20C%2028.88895988464355%2012.30854988098145%2028.88895988464355%2012.69143962860107%2028.70899963378906%2013.0017204284668%20L%2022.03899955749512%2024.5017204284668%20C%2021.86010932922363%2024.81015014648438%2021.5305290222168%2025%2021.17396926879883%2025%20L%207.826030731201172%2025%20C%207.46946907043457%2025%207.139890670776367%2024.81015014648438%206.960990905761719%2024.5017204284668%20L%200.2910003662109375%2013.0017204284668%20C%200.1110401153564453%2012.69143962860107%200.1110401153564453%2012.30854988098145%200.2910003662109375%2011.9982795715332%20L%206.961000442504883%200.4982795715332031%20C%207.139890670776367%200.189849853515625%207.46946907043457%200%207.826030731201172%200%20Z%22%20stroke%3D%22none%22%20fill%3D%22%23f58790%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
}

.timeline_popup_close,
.timeline_popup_close:hover,
.timeline_popup_close:focus {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
	background-color: rgba(255,255,255,0);
	font-size: 30px;
	width: 60px;
	height: 60px;
  border: none;
}
