
html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu .wp-block-navigation-submenu__toggle img {
	margin-left: 12px;
}

html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li {
	text-align: right;
}

html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a img {
	margin-left: 12px;
}

.wpml-language-switcher-block {
	display: flex;
	box-sizing: border-box;
	width: 100% !important;
}

.wpml-language-switcher-block>.wp-block-navigation-item, .wpml-language-switcher-block>.wp-block-navigation-item>div {
	display: flex;
	width: 100% !important;
}

.wpml-language-switcher-block .wp-block-navigation__container {
	background: unset !important;
}

.wpml-language-switcher-block .hide-arrow .wp-block-navigation__submenu-icon {
	display: none;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button {
	padding: 0;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal {
	min-width: inherit !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li {
	width: inherit !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li a {
	display: flex;
	align-items: center;
	min-width: max-content;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal {
	margin: 0;
	min-width: inherit !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li {
	width: inherit !important;
	text-align: left;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a {
	display: flex;
	align-items: center;
	min-width: max-content;
}

.wpml-language-switcher-block ul {
	list-style-type: none !important;
	padding: 0 !important;
	width: 100%;
}

.wpml-language-switcher-block ul li {
	margin: 0 !important;
}

.wpml-language-switcher-block ul.wp-block-navigation__submenu-container {
	border: inherit !important;
	background-color: unset !important;
	min-width: unset !important;
}

.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item {
	border-radius: 0 !important;
}

.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item a {
	display: flex;
	align-items: center;
	min-width: max-content;
	padding: 1px;
}

.wpml-language-switcher-block ul.horizontal-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
	gap: 1em !important;
}

.wpml-language-switcher-block ul.horizontal-list li {
	display: inline-block;
	margin: 0;
	line-height: 100%;
}

.wpml-language-switcher-block ul.horizontal-list li a {
	line-height: 100%;
}

.wpml-language-switcher-block ul.center-justify {
	justify-content: center;
}

.wpml-language-switcher-block ul.center-justify .wp-block-navigation-item {
	justify-content: center;
}

.wpml-language-switcher-block ul.right-justify {
	justify-content: right;
}

.wpml-language-switcher-block ul.right-justify .wp-block-navigation-item {
	justify-content: right;
}

.wpml-language-switcher-block ul.space_between-justify {
	justify-content: space-between;
}

.wpml-language-switcher-block ul.space_between-justify li>div {
	white-space: nowrap;
}

.wpml-language-switcher-block .hasHoverColor:hover {
	color: var(--hover-color) !important;
}

.wpml-language-switcher-block .hasHoverBackgroundColor:hover {
	background-color: var(--hover-background-color) !important;
}

.wpml-language-switcher-block ul.isHorizontal {
	padding-left: 0;
	list-style: none;
}

.wpml-language-switcher-block ul.isHorizontal li {
	display: inline;
	margin-left: 0;
}

.wpml-language-switcher-block ul.isHorizontal li div {
	display: inline-block;
}

.wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child) {
	margin-right: var(--language-spacing) !important;
}

.wpml-language-switcher-block ul.hasSpacing.isVertical li:not(:last-child) {
	margin-bottom: var(--language-spacing) !important;
}

.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div, .wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div>a {
	display: inline-flex;
	align-items: center;
}

.wpml-language-switcher-block .hasHoverColor:hover {
	color: var(--hover-color) !important;
}

.wpml-language-switcher-block .hasHoverBackgroundColor:hover {
	background-color: var(--hover-background-color) !important;
}

.wpml-language-switcher-block .hasFontSize {
	font-size: var(--font-size) !important;
}

.wpml-language-switcher-block .hasLetterSpacing {
	letter-spacing: var(--letter-spacing) !important;
}

.wpml-language-switcher-block .hasTextTransform {
	text-transform: var(--text-transform) !important;
}

.wpml-language-switcher-block .hasFontFamily {
	font-family: var(--font-family) !important;
}

.wpml-ls-flag {
	display: inline-block;
}

.wpml-ls-flag-style-btn {
	border: 0px transparent;
	padding-top: 3px !important;
}

.wpml-ls-flag-style-btn.black-bg {
	background-color: black;
}

.wpml-ls-flag-style-btn.transparent-bg {
	background-color: transparent;
}

.wpml-ls-control-row {
	border: solid 1px #949494;
	border-radius: 2px;
	margin-bottom: 8px;
}

.wpml-ls-control-row-with-padding {
	padding: 1px;
}

.wpml-ls-number-control {
	max-width: 100%;
	width: 100%;
}

.wpml-ls-slider-control-alert {
	margin-top: 5px !important;
}

.wpml-ls-slider .ant-slider-track {
	background-color: #3858e9;
}

.wpml-ls-slider .ant-slider-handle {
	border: solid 1px black;
}

.wpml-ls-control-blue {
	color: #3858e9 !important;
}

.wpml-ls-number-with-unit-select select {
	color: #3858e9 !important;
	font-weight: 900 !important;
}

.wpml-ls-control-grey {
	color: #757575;
}

.wpml-ls-control-bg-grey {
	background-color: #a6a6a6;
}

.wpml-ls-control-font {
	font-family: "SF Pro Text", sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 140% !important;
}

.wpml-ls-option-btn-col {
	padding: .5px;
}

.wpml-ls-no-borders {
	border: none;
}

.ant-col-8.wpml-ls-option-btn-col {
	display: inline-flex;
}

.wpml-ls-three-btn-row .wpml-ls-option-btn-wrap {
	white-space: normal;
	word-break: break-word;
}

.wpml-ls-three-btn-row .ant-btn-no-height-less-padding {
	height: unset;
	padding-right: 10px;
	padding-left: 10px;
}

.wpml-ls-full-width {
	width: 100%;
}

.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__track {
	background-color: #3858e9;
	border-color: #3858e9;
}

.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__thumb {
	background-color: white;
}

.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__track {
	background-color: white;
	border-color: black;
}

.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__thumb {
	background-color: black;
}

.ant-select-dropdown {
	min-width: 45px !important;
	max-width: 45px !important;
	width: 45px !important;
}

.wpml-ls-color-control {
	border: 1px solid #ddd;
	border-bottom: 0px;
	padding: 10px;
	box-sizing: border-box;
}

.wpml-ls-color-control.wpml-ls-with-bottom-border {
	border-bottom: 1px solid #ddd;
}

.wpml-ls-color-control .wpml-ls-icon-no-color:hover {
	cursor: pointer;
}

.wpml-ls-color-control .component-color-indicator {
	width: 25px;
	height: 25px;
	box-shadow: 0px 0px 2px 1px lightgrey;
}

.wpml-ls-color-control .component-color-indicator:hover {
	cursor: pointer;
}

.wpml-ls-color-control .wpml-ls-color-title {
	top: 3px;
}

.wpml-ls-dimension-control {
	border-top: solid 1px #e0e0e0;
}

.wpml-ls-dimension-control .components-panel__arrow {
	visibility: hidden;
}

.wpml-ls-panel-settings-dropdown-container {
	position: absolute;
	right: 0px;
}

.wpml-ls-icon-link {
	width: 24px;
	height: 24px;
	top: 3px;
	border-radius: 2px;
}

.ant-input-number-handler-wrap {
	display: none !important;
}

.ant-input-number-input {
	padding-right: 0px !important;
	padding-left: 3px !important;
}

.block-editor-contrast-checker+.block-editor-contrast-checker {
	display: none;
}

.current-language-item {
	display: flex;
	align-items: center;
	min-height: 30px;
}

.current-language-item .wp-block-navigation-item__content>div {
	display: flex;
	align-items: center;
}

.wpml-ls-fontLetterCase-control button.components-button.has-icon {
	margin-right: 0 !important;
	min-width: 30px !important;
	height: 30px !important;
}

.wpml-ls-fontLetterSpacing-control div.components-input-control__container {
	top: 4px;
}

[data-wpml='language-item']:first-of-type {
	margin-top: 5px !important;
}

.wpml-ls-dimension-panel .components-panel__arrow {
	display: none;
}

.wpml-ls-typography-panel .components-panel__arrow {
	display: none;
}

.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-more {
	font-size: large;
	margin-right: 10px;
}

.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-plus {
	font-size: medium;
	margin-right: 10px;
}

.wp-block-navigation.is-content-justification-space-between .wp-block-page-list {
	display: contents;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] {
	display: contents !important;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item {
	display: contents;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div, .wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list {
	display: contents;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div li.wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div li.wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item {
	display: flex;
}

.wp-block-navigation .wpml-block-navigation-language-switcher, .wp-block-navigation [data-type='wpml/navigation-language-switcher'] {
	display: flex !important;
	flex-direction: var(--navigation-layout-direction, initial);
	justify-content: var(--navigation-layout-justify, initial);
	align-items: var(--navigation-layout-align, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	background-color: inherit;
	gap: inherit;
	margin: 0;
	width: fit-content;
	max-width: fit-content;
}

.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-dropdown {
	flex: inherit;
	display: flex !important;
}

.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-list {
	flex: inherit;
	display: contents !important;
}

.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-dropdown, .wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher'] {
	flex: inherit;
	display: flex !important;
}

.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-list, .wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher'] {
	flex: inherit;
	display: contents !important;
}

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

.wp-block-navigation .wpml-block-navigation-item .current-language-item .wp-block-navigation-item__content>div {
	display: flex;
	align-items: center;
}

.wp-block-navigation__submenu-container li {
	margin: 0;
}

.wp-block-navigation .wpml-language-switcher-navigation-block {
	width: unset !important;
	flex: initial !important;
}

.wp-block-navigation .wpml-language-switcher-navigation-block .hide-arrow .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul li a {
	display: flex;
	align-items: center;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
	gap: 1.5em !important;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li {
	display: inline-block;
	line-height: 100%;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li a, .wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li div {
	line-height: 100%;
	display: inline-flex;
	align-items: center;
}

.ant-input-number {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-variant: tabular-nums;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	position: relative;
	width: 100%;
	width: 90px;
	min-width: 0;
	padding: 4px 11px;
	padding: 0;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	line-height: 1.5715;
	background-color: #fff;
	background-image: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	margin: 0;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
}

.ant-input-number.nitro-lazy {
	background-image: none !important;
}

.ant-input-number::-moz-placeholder {
	opacity: 1;
}

.ant-input-number::-webkit-input-placeholder {
	color: #bfbfbf;
}

.ant-input-number:-ms-input-placeholder {
	color: #bfbfbf;
}

.ant-input-number::-ms-input-placeholder {
	color: #bfbfbf;
}

.ant-input-number::placeholder {
	color: #bfbfbf;
}

.ant-input-number:-moz-placeholder-shown {
	text-overflow: ellipsis;
}

.ant-input-number:-ms-input-placeholder {
	text-overflow: ellipsis;
}

.ant-input-number:placeholder-shown {
	text-overflow: ellipsis;
}

.ant-input-number:hover {
	border-color: #40a9ff;
	border-right-width: 1px !important;
}

.ant-input-number:focus, .ant-input-number-focused {
	border-color: #40a9ff;
	border-right-width: 1px !important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
}

.ant-input-number-disabled {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 1;
}

.ant-input-number-disabled:hover {
	border-color: #d9d9d9;
	border-right-width: 1px !important;
}

.ant-input-number[disabled] {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 1;
}

.ant-input-number[disabled]:hover {
	border-color: #d9d9d9;
	border-right-width: 1px !important;
}

.ant-input-number-borderless, .ant-input-number-borderless:hover, .ant-input-number-borderless:focus, .ant-input-number-borderless-focused, .ant-input-number-borderless-disabled, .ant-input-number-borderless[disabled] {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.ant-input-number {
	max-width: 100%;
	height: auto;
	min-height: 32px;
	line-height: 1.5715;
	vertical-align: bottom;
	-webkit-transition: all .3s, height 0s;
	transition: all .3s, height 0s;
}

.ant-input-number-lg {
	padding: 6.5px 11px;
	font-size: 16px;
}

.ant-input-number-sm {
	padding: 0px 7px;
}

.ant-input-number-handler {
	position: relative;
	display: block;
	width: 100%;
	height: 50%;
	overflow: hidden;
	color: rgba(0, 0, 0, .45);
	font-weight: bold;
	line-height: 0;
	text-align: center;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.ant-input-number-handler:active {
	background: #f4f4f4;
}

.ant-input-number-handler:hover .ant-input-number-handler-up-inner, .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
	color: #40a9ff;
}

.ant-input-number-handler-up-inner, .ant-input-number-handler-down-inner {
	display: inline-block;
	color: inherit;
	color: rgba(0, 0, 0, .45);
	font-style: normal;
	line-height: 0;
	line-height: 12px;
	text-align: center;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 4px;
	width: 12px;
	height: 12px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ant-input-number-handler-up-inner>*, .ant-input-number-handler-down-inner>* {
	line-height: 1;
}

.ant-input-number-handler-up-inner svg, .ant-input-number-handler-down-inner svg {
	display: inline-block;
}

.ant-input-number-handler-up-inner::before, .ant-input-number-handler-down-inner::before {
	display: none;
}

.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon, .ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon, .ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon, .ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
	display: block;
}

.ant-input-number:hover {
	border-color: #40a9ff;
	border-right-width: 1px !important;
}

.ant-input-number:hover+.ant-form-item-children-icon {
	opacity: 0;
	-webkit-transition: opacity .24s linear .24s;
	transition: opacity .24s linear .24s;
}

.ant-input-number-focused {
	border-color: #40a9ff;
	border-right-width: 1px !important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
}

.ant-input-number-disabled {
	color: rgba(0, 0, 0, .25);
	background-color: #f5f5f5;
	cursor: not-allowed;
	opacity: 1;
}

.ant-input-number-disabled:hover {
	border-color: #d9d9d9;
	border-right-width: 1px !important;
}

.ant-input-number-disabled .ant-input-number-input {
	cursor: not-allowed;
}

.ant-input-number-disabled .ant-input-number-handler-wrap {
	display: none;
}

.ant-input-number-readonly .ant-input-number-handler-wrap {
	display: none;
}

.ant-input-number-input {
	width: 100%;
	height: 30px;
	padding: 0 11px;
	text-align: left;
	background-color: transparent;
	border: 0;
	border-radius: 2px;
	outline: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	-moz-appearance: textfield !important;
}

.ant-input-number-input::-moz-placeholder {
	opacity: 1;
}

.ant-input-number-input::-webkit-input-placeholder {
	color: #bfbfbf;
}

.ant-input-number-input:-ms-input-placeholder {
	color: #bfbfbf;
}

.ant-input-number-input::-ms-input-placeholder {
	color: #bfbfbf;
}

.ant-input-number-input::placeholder {
	color: #bfbfbf;
}

.ant-input-number-input:-moz-placeholder-shown {
	text-overflow: ellipsis;
}

.ant-input-number-input:-ms-input-placeholder {
	text-overflow: ellipsis;
}

.ant-input-number-input:placeholder-shown {
	text-overflow: ellipsis;
}

.ant-input-number-input[type='number']::-webkit-inner-spin-button, .ant-input-number-input[type='number']::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.ant-input-number-lg {
	padding: 0;
	font-size: 16px;
}

.ant-input-number-lg input {
	height: 38px;
}

.ant-input-number-sm {
	padding: 0;
}

.ant-input-number-sm input {
	height: 22px;
	padding: 0 7px;
}

.ant-input-number-handler-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 100%;
	background: #fff;
	border-left: 1px solid #d9d9d9;
	border-radius: 0 2px 2px 0;
	opacity: 0;
	-webkit-transition: opacity .24s linear .1s;
	transition: opacity .24s linear .1s;
}

.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner, .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
	min-width: auto;
	margin-right: 0;
	font-size: 7px;
}

.ant-input-number-borderless .ant-input-number-handler-wrap {
	border-left-width: 0;
}

.ant-input-number-handler-wrap:hover .ant-input-number-handler {
	height: 40%;
}

.ant-input-number:hover .ant-input-number-handler-wrap {
	opacity: 1;
}

.ant-input-number-handler-up {
	border-top-right-radius: 2px;
	cursor: pointer;
}

.ant-input-number-handler-up-inner {
	top: 50%;
	margin-top: -5px;
	text-align: center;
}

.ant-input-number-handler-up:hover {
	height: 60% !important;
}

.ant-input-number-handler-down {
	top: 0;
	border-top: 1px solid #d9d9d9;
	border-bottom-right-radius: 2px;
	cursor: pointer;
}

.ant-input-number-handler-down-inner {
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ant-input-number-handler-down:hover {
	height: 60% !important;
}

.ant-input-number-borderless .ant-input-number-handler-down {
	border-top-width: 0;
}

.ant-input-number-handler-up-disabled, .ant-input-number-handler-down-disabled {
	cursor: not-allowed;
}

.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner, .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
	color: rgba(0, 0, 0, .25);
}

.ant-input-number-borderless {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ant-input-number-rtl {
	direction: rtl;
}

.ant-input-number-rtl .ant-input-number-handler-wrap {
	right: auto;
	left: 0;
	border-right: 1px solid #d9d9d9;
	border-left: 0;
	border-radius: 2px 0 0 2px;
}

.ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
	border-right-width: 0;
}

.ant-input-number-rtl .ant-input-number-input {
	direction: ltr;
	text-align: right;
}

.ant-select-single .ant-select-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
	position: absolute;
	top: 0;
	right: 11px;
	bottom: 0;
	left: 11px;
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
	width: 100%;
}

.ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
	padding: 0;
	line-height: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@supports (-moz-appearance: meterbar) {
	.ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
		line-height: 30px;
	}
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
	pointer-events: none;
}

.ant-select-single .ant-select-selector::after, .ant-select-single .ant-select-selector .ant-select-selection-item::after, .ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
	display: inline-block;
	width: 0;
	visibility: hidden;
	content: " ";
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
	right: 25px;
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
	padding-right: 18px;
}

.ant-select-single.ant-select-open .ant-select-selection-item {
	color: #bfbfbf;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
	width: 100%;
	height: 32px;
	padding: 0 11px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
	height: 30px;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
	line-height: 30px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector::after {
	display: none;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
	position: static;
	width: 100%;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
	position: absolute;
	right: 0;
	left: 0;
	padding: 0 11px;
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
	display: none;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
	height: 40px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after, .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item, .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
	line-height: 38px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
	height: 38px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
	height: 24px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after, .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item, .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
	line-height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
	height: 22px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
	right: 7px;
	left: 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
	padding: 0 7px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
	right: 28px;
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
	padding-right: 21px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
	padding: 0 11px;
}

.ant-select-selection-overflow {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
}

.ant-select-selection-overflow-item {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 100%;
}

.ant-select-multiple .ant-select-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1px 4px;
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
	cursor: text;
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
	background: #f5f5f5;
	cursor: not-allowed;
}

.ant-select-multiple .ant-select-selector::after {
	display: inline-block;
	width: 0;
	margin: 2px 0;
	line-height: 24px;
	content: " ";
}

.ant-select-multiple.ant-select-show-arrow .ant-select-selector, .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
	padding-right: 24px;
}

.ant-select-multiple .ant-select-selection-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 22px;
	background: #f5f5f5;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	cursor: default;
	-webkit-transition: font-size .3s, line-height .3s, height .3s;
	transition: font-size .3s, line-height .3s, height .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-margin-end: 4px;
	margin-inline-end: 4px;
	-webkit-padding-start: 8px;
	padding-inline-start: 8px;
	-webkit-padding-end: 4px;
	padding-inline-end: 4px;
}

.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
	color: #bfbfbf;
	border-color: #d9d9d9;
	cursor: not-allowed;
}

.ant-select-multiple .ant-select-selection-item-content {
	display: inline-block;
	margin-right: 4px;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
}

.ant-select-multiple .ant-select-selection-item-remove {
	color: inherit;
	color: rgba(0, 0, 0, .45);
	font-style: normal;
	line-height: 0;
	line-height: inherit;
	text-align: center;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}

.ant-select-multiple .ant-select-selection-item-remove>* {
	line-height: 1;
}

.ant-select-multiple .ant-select-selection-item-remove svg {
	display: inline-block;
}

.ant-select-multiple .ant-select-selection-item-remove::before {
	display: none;
}

.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
	display: block;
}

.ant-select-multiple .ant-select-selection-item-remove>.anticon {
	vertical-align: -.2em;
}

.ant-select-multiple .ant-select-selection-item-remove:hover {
	color: rgba(0, 0, 0, .75);
}

.ant-select-multiple .ant-select-selection-overflow-item+.ant-select-selection-overflow-item .ant-select-selection-search {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
}

.ant-select-multiple .ant-select-selection-search {
	position: relative;
	max-width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-margin-start: 7px;
	margin-inline-start: 7px;
}

.ant-select-multiple .ant-select-selection-search-input, .ant-select-multiple .ant-select-selection-search-mirror {
	height: 24px;
	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";
	line-height: 24px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ant-select-multiple .ant-select-selection-search-input {
	width: 100%;
	min-width: 4.1px;
}

.ant-select-multiple .ant-select-selection-search-mirror {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	white-space: pre;
	visibility: hidden;
}

.ant-select-multiple .ant-select-selection-placeholder {
	position: absolute;
	top: 50%;
	right: 11px;
	left: 11px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ant-select-multiple.ant-select-lg .ant-select-selector::after {
	line-height: 32px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
	height: 32px;
	line-height: 30px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
	height: 33px;
	line-height: 33px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input, .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
	height: 32px;
	line-height: 30px;
}

.ant-select-multiple.ant-select-sm .ant-select-selector::after {
	line-height: 16px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
	height: 16px;
	line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
	height: 17px;
	line-height: 17px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input, .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
	height: 16px;
	line-height: 14px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
	left: 7px;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input {
	margin-left: 3px;
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
	height: 32px;
	line-height: 32px;
}

.ant-select-disabled .ant-select-selection-item-remove {
	display: none;
}

.ant-select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
	position: relative;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
	cursor: pointer;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
	cursor: text;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
	cursor: auto;
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
	border-color: #40a9ff;
	border-right-width: 1px !important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
	box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
	color: rgba(0, 0, 0, .25);
	background: #f5f5f5;
	cursor: not-allowed;
}

.ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
	background: #f5f5f5;
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
	cursor: not-allowed;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
	display: none;
	-webkit-appearance: none;
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
	border-color: #40a9ff;
	border-right-width: 1px !important;
}

.ant-select-selection-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media all and (-ms-high-contrast: none) {
	.ant-select-selection-item *::-ms-backdrop, .ant-select-selection-item {
		-ms-flex: auto;
		flex: auto;
	}
}

.ant-select-selection-placeholder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	color: #bfbfbf;
	white-space: nowrap;
	text-overflow: ellipsis;
	pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
	.ant-select-selection-placeholder *::-ms-backdrop, .ant-select-selection-placeholder {
		-ms-flex: auto;
		flex: auto;
	}
}

.ant-select-arrow {
	display: inline-block;
	color: inherit;
	color: rgba(0, 0, 0, .25);
	font-style: normal;
	line-height: 0;
	line-height: 1;
	text-transform: none;
	vertical-align: -.125em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 53%;
	right: 11px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	font-size: 12px;
	text-align: center;
	pointer-events: none;
}

.ant-select-arrow>* {
	line-height: 1;
}

.ant-select-arrow svg {
	display: inline-block;
}

.ant-select-arrow::before {
	display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
	display: block;
}

.ant-select-arrow .anticon {
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

.ant-select-arrow .anticon>svg {
	vertical-align: top;
}

.ant-select-arrow .anticon:not(.ant-select-suffix) {
	pointer-events: auto;
}

.ant-select-disabled .ant-select-arrow {
	cursor: not-allowed;
}

.ant-select-clear {
	position: absolute;
	top: 50%;
	right: 11px;
	z-index: 1;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	color: rgba(0, 0, 0, .25);
	font-size: 12px;
	font-style: normal;
	line-height: 1;
	text-align: center;
	text-transform: none;
	background: #fff;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: color .3s ease, opacity .15s ease;
	transition: color .3s ease, opacity .15s ease;
	text-rendering: auto;
}

.ant-select-clear::before {
	display: block;
}

.ant-select-clear:hover {
	color: rgba(0, 0, 0, .45);
}

.ant-select:hover .ant-select-clear {
	opacity: 1;
}

.ant-select-dropdown {
	margin: 0;
	padding: 0;
	padding: 4px 0;
	color: rgba(0, 0, 0, .85);
	font-variant: tabular-nums;
	font-variant: initial;
	line-height: 1.5715;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: 1050;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
	background-color: #fff;
	border-radius: 2px;
	outline: none;
	-webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft, .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
	-webkit-animation-name: antSlideUpIn;
	animation-name: antSlideUpIn;
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft, .ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
	-webkit-animation-name: antSlideDownIn;
	animation-name: antSlideDownIn;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
	-webkit-animation-name: antSlideUpOut;
	animation-name: antSlideUpOut;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
	-webkit-animation-name: antSlideDownOut;
	animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
	display: none;
}

.ant-select-dropdown-empty {
	color: rgba(0, 0, 0, .25);
}

.ant-select-item-empty {
	position: relative;
	display: block;
	min-height: 32px;
	padding: 5px 12px;
	color: rgba(0, 0, 0, .85);
	color: rgba(0, 0, 0, .25);
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}

.ant-select-item {
	position: relative;
	display: block;
	min-height: 32px;
	padding: 5px 12px;
	color: rgba(0, 0, 0, .85);
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.ant-select-item-group {
	color: rgba(0, 0, 0, .45);
	font-size: 12px;
	cursor: default;
}

.ant-select-item-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ant-select-item-option-content {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ant-select-item-option-state {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
	background-color: #f5f5f5;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
	color: rgba(0, 0, 0, .85);
	font-weight: 600;
	background-color: #e6f7ff;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
	color: #1890ff;
}

.ant-select-item-option-disabled {
	color: rgba(0, 0, 0, .25);
	cursor: not-allowed;
}

.ant-select-item-option-grouped {
	padding-left: 24px;
}

.ant-select-lg {
	font-size: 16px;
}

.ant-select-borderless .ant-select-selector {
	background-color: transparent !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.ant-select-rtl {
	direction: rtl;
}

.ant-select-rtl .ant-select-arrow {
	right: initial;
	left: 11px;
}

.ant-select-rtl .ant-select-clear {
	right: initial;
	left: 11px;
}

.ant-select-dropdown-rtl {
	direction: rtl;
}

.ant-select-dropdown-rtl .ant-select-item-option-grouped {
	padding-right: 24px;
	padding-left: 12px;
}

.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector, .ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
	padding-right: 4px;
	padding-left: 24px;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
	text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
	margin-right: 0;
	margin-left: 4px;
	text-align: right;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
	right: 0;
	left: auto;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search:first-child>.ant-select-selection-search-input {
	margin-right: 5px !important;
	margin-left: 0 !important;
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
	right: 11px;
	left: auto;
}

.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
	right: 7px;
}

.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
	right: 0;
	left: 9px;
	text-align: right;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
	right: 11px;
	left: 25px;
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item, .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
	padding-right: 0;
	padding-left: 18px;
}

.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
	padding: 0 11px;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
	right: 0;
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item, .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
	padding-right: 0;
	padding-left: 21px;
}

.ant-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	margin: 10px 6px 10px;
	padding: 0;
	padding: 4px 0;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	position: relative;
	height: 12px;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}

.ant-slider-vertical {
	width: 12px;
	height: 100%;
	margin: 6px 10px;
	padding: 0 4px;
}

.ant-slider-vertical .ant-slider-rail {
	width: 4px;
	height: 100%;
}

.ant-slider-vertical .ant-slider-track {
	width: 4px;
}

.ant-slider-vertical .ant-slider-handle {
	margin-top: -6px;
	margin-left: -5px;
}

.ant-slider-vertical .ant-slider-mark {
	top: 0;
	left: 12px;
	width: 18px;
	height: 100%;
}

.ant-slider-vertical .ant-slider-mark-text {
	left: 4px;
	white-space: nowrap;
}

.ant-slider-vertical .ant-slider-step {
	width: 4px;
	height: 100%;
}

.ant-slider-vertical .ant-slider-dot {
	top: auto;
	left: 2px;
	margin-bottom: -4px;
}

.ant-slider-tooltip .ant-tooltip-inner {
	min-width: unset;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
	margin-right: -5px;
	margin-left: 0;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
	right: 12px;
	left: auto;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
	right: 4px;
	left: auto;
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
	right: 2px;
	left: auto;
}

.ant-slider-with-marks {
	margin-bottom: 28px;
}

.ant-slider-rail {
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.ant-slider-track {
	position: absolute;
	height: 4px;
	background-color: #91d5ff;
	border-radius: 2px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.ant-slider-handle {
	position: absolute;
	width: 14px;
	height: 14px;
	margin-top: -5px;
	background-color: #fff;
	border: solid 2px #91d5ff;
	border-radius: 50%;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	cursor: pointer;
	-webkit-transition: border-color .3s, -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transition: border-color .3s, -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28);
	transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28), -webkit-box-shadow .6s, -webkit-transform .3s cubic-bezier(.18, .89, .32, 1.28);
}

.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging {
	border-color: #46a6ff;
	-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, .12);
	box-shadow: 0 0 0 5px rgba(24, 144, 255, .12);
}

.ant-slider-handle:focus {
	border-color: #46a6ff;
	outline: none;
	-webkit-box-shadow: 0 0 0 5px rgba(24, 144, 255, .12);
	box-shadow: 0 0 0 5px rgba(24, 144, 255, .12);
}

.ant-slider-handle.ant-tooltip-open {
	border-color: #1890ff;
}

.ant-slider:hover .ant-slider-rail {
	background-color: #e1e1e1;
}

.ant-slider:hover .ant-slider-track {
	background-color: #69c0ff;
}

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
	border-color: #69c0ff;
}

.ant-slider-mark {
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	font-size: 14px;
}

.ant-slider-mark-text {
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, .45);
	text-align: center;
	word-break: keep-all;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ant-slider-mark-text-active {
	color: rgba(0, 0, 0, .85);
}

.ant-slider-step {
	position: absolute;
	width: 100%;
	height: 4px;
	background: transparent;
}

.ant-slider-dot {
	position: absolute;
	top: -2px;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	background-color: #fff;
	border: 2px solid #f0f0f0;
	border-radius: 50%;
	cursor: pointer;
}

.ant-slider-dot:first-child {
	margin-left: -4px;
}

.ant-slider-dot:last-child {
	margin-left: -4px;
}

.ant-slider-dot-active {
	border-color: #8cc8ff;
}

.ant-slider-disabled {
	cursor: not-allowed;
}

.ant-slider-disabled .ant-slider-track {
	background-color: rgba(0, 0, 0, .25) !important;
}

.ant-slider-disabled .ant-slider-handle, .ant-slider-disabled .ant-slider-dot {
	background-color: #fff;
	border-color: rgba(0, 0, 0, .25) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
}

.ant-slider-disabled .ant-slider-mark-text, .ant-slider-disabled .ant-slider-dot {
	cursor: not-allowed !important;
}

.ant-slider-rtl {
	direction: rtl;
}

.ant-slider-rtl .ant-slider-mark {
	right: 0;
	left: auto;
}

.ant-slider-rtl .ant-slider-dot {
	margin-right: -4px;
	margin-left: 0;
}

.ant-slider-rtl .ant-slider-dot:first-child {
	margin-right: -4px;
	margin-left: 0;
}

.ant-slider-rtl .ant-slider-dot:last-child {
	margin-right: -4px;
	margin-left: 0;
}

.ant-alert {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	padding: 8px 15px;
	color: rgba(0, 0, 0, .85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum";
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	word-wrap: break-word;
	border-radius: 2px;
}

.ant-alert-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.ant-alert-icon {
	margin-right: 8px;
}

.ant-alert-description {
	display: none;
	font-size: 14px;
	line-height: 22px;
}

.ant-alert-success {
	background-color: #f6ffed;
	border: 1px solid #b7eb8f;
}

.ant-alert-success .ant-alert-icon {
	color: #52c41a;
}

.ant-alert-info {
	background-color: #e6f7ff;
	border: 1px solid #91d5ff;
}

.ant-alert-info .ant-alert-icon {
	color: #1890ff;
}

.ant-alert-warning {
	background-color: #fffbe6;
	border: 1px solid #ffe58f;
}

.ant-alert-warning .ant-alert-icon {
	color: #faad14;
}

.ant-alert-error {
	background-color: #fff2f0;
	border: 1px solid #ffccc7;
}

.ant-alert-error .ant-alert-icon {
	color: #ff4d4f;
}

.ant-alert-error .ant-alert-description>pre {
	margin: 0;
	padding: 0;
}

.ant-alert-action {
	margin-left: 8px;
}

.ant-alert-close-icon {
	margin-left: 8px;
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
	background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

.ant-alert-close-icon .anticon-close {
	color: rgba(0, 0, 0, .45);
	-webkit-transition: color .3s;
	transition: color .3s;
}

.ant-alert-close-icon .anticon-close:hover {
	color: rgba(0, 0, 0, .75);
}

.ant-alert-close-text {
	color: rgba(0, 0, 0, .45);
	-webkit-transition: color .3s;
	transition: color .3s;
}

.ant-alert-close-text:hover {
	color: rgba(0, 0, 0, .75);
}

.ant-alert-with-description {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px 15px 15px 24px;
}

.ant-alert-with-description.ant-alert-no-icon {
	padding: 15px 15px;
}

.ant-alert-with-description .ant-alert-icon {
	margin-right: 15px;
	font-size: 24px;
}

.ant-alert-with-description .ant-alert-message {
	display: block;
	margin-bottom: 4px;
	color: rgba(0, 0, 0, .85);
	font-size: 16px;
}

.ant-alert-message {
	color: rgba(0, 0, 0, .85);
}

.ant-alert-with-description .ant-alert-description {
	display: block;
}

.ant-alert.ant-alert-motion-leave {
	overflow: hidden;
	opacity: 1;
	-webkit-transition: max-height .3s cubic-bezier(.78, .14, .15, .86), opacity .3s cubic-bezier(.78, .14, .15, .86), padding-top .3s cubic-bezier(.78, .14, .15, .86), padding-bottom .3s cubic-bezier(.78, .14, .15, .86), margin-bottom .3s cubic-bezier(.78, .14, .15, .86);
	transition: max-height .3s cubic-bezier(.78, .14, .15, .86), opacity .3s cubic-bezier(.78, .14, .15, .86), padding-top .3s cubic-bezier(.78, .14, .15, .86), padding-bottom .3s cubic-bezier(.78, .14, .15, .86), margin-bottom .3s cubic-bezier(.78, .14, .15, .86);
}

.ant-alert.ant-alert-motion-leave-active {
	max-height: 0;
	margin-bottom: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}

.ant-alert-banner {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}

.ant-alert.ant-alert-rtl {
	direction: rtl;
}

.ant-alert-rtl.ant-alert.ant-alert-no-icon {
	padding: 8px 15px;
}

.ant-alert-rtl .ant-alert-icon {
	margin-right: auto;
	margin-left: 8px;
}

.ant-alert-rtl .ant-alert-action {
	margin-right: 8px;
	margin-left: auto;
}

.ant-alert-rtl .ant-alert-close-icon {
	margin-right: 8px;
	margin-left: auto;
}

.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
	margin-right: auto;
	margin-left: 15px;
}

html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu .wp-block-navigation-submenu__toggle img {
	margin-left: 12px;
}

html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li {
	text-align: right;
}

html[dir="rtl"] .wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a img {
	margin-left: 12px;
}

.wpml-language-switcher-block {
	display: flex;
	box-sizing: border-box;
	width: 100% !important;
}

.wpml-language-switcher-block>.wp-block-navigation-item, .wpml-language-switcher-block>.wp-block-navigation-item>div {
	display: flex;
	width: 100% !important;
}

.wpml-language-switcher-block .wp-block-navigation__container {
	background: unset !important;
}

.wpml-language-switcher-block .hide-arrow .wp-block-navigation__submenu-icon {
	display: none;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button {
	padding: 0;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal {
	min-width: inherit !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li {
	width: inherit !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li button+.isHorizontal li a {
	display: flex;
	align-items: center;
	min-width: max-content;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal {
	margin: 0;
	min-width: inherit !important;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li {
	width: inherit !important;
	text-align: left;
}

.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.isHorizontal li a {
	display: flex;
	align-items: center;
	min-width: max-content;
}

.wpml-language-switcher-block ul {
	list-style-type: none !important;
	padding: 0 !important;
	width: 100%;
}

.wpml-language-switcher-block ul li {
	margin: 0 !important;
}

.wpml-language-switcher-block ul.wp-block-navigation__submenu-container {
	border: inherit !important;
	background-color: unset !important;
	min-width: unset !important;
}

.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item {
	border-radius: 0 !important;
}

.wpml-language-switcher-block ul.wp-block-navigation__submenu-container .wp-block-navigation-item a {
	display: flex;
	align-items: center;
	min-width: max-content;
	padding: 1px;
}

.wpml-language-switcher-block ul.horizontal-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
	gap: 1em !important;
}

.wpml-language-switcher-block ul.horizontal-list li {
	display: inline-block;
	margin: 0;
	line-height: 100%;
}

.wpml-language-switcher-block ul.horizontal-list li a {
	line-height: 100%;
}

.wpml-language-switcher-block ul.center-justify {
	justify-content: center;
}

.wpml-language-switcher-block ul.center-justify .wp-block-navigation-item {
	justify-content: center;
}

.wpml-language-switcher-block ul.right-justify {
	justify-content: right;
}

.wpml-language-switcher-block ul.right-justify .wp-block-navigation-item {
	justify-content: right;
}

.wpml-language-switcher-block ul.space_between-justify {
	justify-content: space-between;
}

.wpml-language-switcher-block ul.space_between-justify li>div {
	white-space: nowrap;
}

.wpml-language-switcher-block .hasHoverColor:hover {
	color: var(--hover-color) !important;
}

.wpml-language-switcher-block .hasHoverBackgroundColor:hover {
	background-color: var(--hover-background-color) !important;
}

.wpml-language-switcher-block ul.isHorizontal {
	padding-left: 0;
	list-style: none;
}

.wpml-language-switcher-block ul.isHorizontal li {
	display: inline;
	margin-left: 0;
}

.wpml-language-switcher-block ul.isHorizontal li div {
	display: inline-block;
}

.wpml-language-switcher-block ul.hasSpacing.isHorizontal li:not(:last-child) {
	margin-right: var(--language-spacing) !important;
}

.wpml-language-switcher-block ul.hasSpacing.isVertical li:not(:last-child) {
	margin-bottom: var(--language-spacing) !important;
}

.wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div, .wpml-language-switcher-block ul.hasSpacing.isVertical .wp-block-navigation-item>div>a {
	display: inline-flex;
	align-items: center;
}

.wpml-language-switcher-block .hasHoverColor:hover {
	color: var(--hover-color) !important;
}

.wpml-language-switcher-block .hasHoverBackgroundColor:hover {
	background-color: var(--hover-background-color) !important;
}

.wpml-language-switcher-block .hasFontSize {
	font-size: var(--font-size) !important;
}

.wpml-language-switcher-block .hasLetterSpacing {
	letter-spacing: var(--letter-spacing) !important;
}

.wpml-language-switcher-block .hasTextTransform {
	text-transform: var(--text-transform) !important;
}

.wpml-language-switcher-block .hasFontFamily {
	font-family: var(--font-family) !important;
}

.wpml-ls-flag {
	display: inline-block;
}

.wpml-ls-flag-style-btn {
	border: 0px transparent;
	padding-top: 3px !important;
}

.wpml-ls-flag-style-btn.black-bg {
	background-color: black;
}

.wpml-ls-flag-style-btn.transparent-bg {
	background-color: transparent;
}

.wpml-ls-control-row {
	border: solid 1px #949494;
	border-radius: 2px;
	margin-bottom: 8px;
}

.wpml-ls-control-row-with-padding {
	padding: 1px;
}

.wpml-ls-number-control {
	max-width: 100%;
	width: 100%;
}

.wpml-ls-slider-control-alert {
	margin-top: 5px !important;
}

.wpml-ls-slider .ant-slider-track {
	background-color: #3858e9;
}

.wpml-ls-slider .ant-slider-handle {
	border: solid 1px black;
}

.wpml-ls-control-blue {
	color: #3858e9 !important;
}

.wpml-ls-number-with-unit-select select {
	color: #3858e9 !important;
	font-weight: 900 !important;
}

.wpml-ls-control-grey {
	color: #757575;
}

.wpml-ls-control-bg-grey {
	background-color: #a6a6a6;
}

.wpml-ls-control-font {
	font-family: "SF Pro Text", sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 140% !important;
}

.wpml-ls-option-btn-col {
	padding: .5px;
}

.wpml-ls-no-borders {
	border: none;
}

.ant-col-8.wpml-ls-option-btn-col {
	display: inline-flex;
}

.wpml-ls-three-btn-row .wpml-ls-option-btn-wrap {
	white-space: normal;
	word-break: break-word;
}

.wpml-ls-three-btn-row .ant-btn-no-height-less-padding {
	height: unset;
	padding-right: 10px;
	padding-left: 10px;
}

.wpml-ls-full-width {
	width: 100%;
}

.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__track {
	background-color: #3858e9;
	border-color: #3858e9;
}

.wpml-ls-toggle-control .components-form-toggle.is-checked>.components-form-toggle__thumb {
	background-color: white;
}

.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__track {
	background-color: white;
	border-color: black;
}

.wpml-ls-toggle-control .components-form-toggle>.components-form-toggle__thumb {
	background-color: black;
}

.ant-select-dropdown {
	min-width: 45px !important;
	max-width: 45px !important;
	width: 45px !important;
}

.wpml-ls-color-control {
	border: 1px solid #ddd;
	border-bottom: 0px;
	padding: 10px;
	box-sizing: border-box;
}

.wpml-ls-color-control.wpml-ls-with-bottom-border {
	border-bottom: 1px solid #ddd;
}

.wpml-ls-color-control .wpml-ls-icon-no-color:hover {
	cursor: pointer;
}

.wpml-ls-color-control .component-color-indicator {
	width: 25px;
	height: 25px;
	box-shadow: 0px 0px 2px 1px lightgrey;
}

.wpml-ls-color-control .component-color-indicator:hover {
	cursor: pointer;
}

.wpml-ls-color-control .wpml-ls-color-title {
	top: 3px;
}

.wpml-ls-dimension-control {
	border-top: solid 1px #e0e0e0;
}

.wpml-ls-dimension-control .components-panel__arrow {
	visibility: hidden;
}

.wpml-ls-panel-settings-dropdown-container {
	position: absolute;
	right: 0px;
}

.wpml-ls-icon-link {
	width: 24px;
	height: 24px;
	top: 3px;
	border-radius: 2px;
}

.ant-input-number-handler-wrap {
	display: none !important;
}

.ant-input-number-input {
	padding-right: 0px !important;
	padding-left: 3px !important;
}

.block-editor-contrast-checker+.block-editor-contrast-checker {
	display: none;
}

.current-language-item {
	display: flex;
	align-items: center;
	min-height: 30px;
}

.current-language-item .wp-block-navigation-item__content>div {
	display: flex;
	align-items: center;
}

.wpml-ls-fontLetterCase-control button.components-button.has-icon {
	margin-right: 0 !important;
	min-width: 30px !important;
	height: 30px !important;
}

.wpml-ls-fontLetterSpacing-control div.components-input-control__container {
	top: 4px;
}

[data-wpml='language-item']:first-of-type {
	margin-top: 5px !important;
}

.wpml-ls-dimension-panel .components-panel__arrow {
	display: none;
}

.wpml-ls-typography-panel .components-panel__arrow {
	display: none;
}

.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-more {
	font-size: large;
	margin-right: 10px;
}

.wpml-ls-panel-settings-dropdown-container>div>button>span.anticon-plus {
	font-size: medium;
	margin-right: 10px;
}

.wp-block-navigation.is-content-justification-space-between .wp-block-page-list {
	display: contents;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] {
	display: contents !important;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item {
	display: contents;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div, .wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list {
	display: contents;
}

.wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item>div li.wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between .wpml-language-switcher-navigation-block .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item>div li.wp-block-navigation-item, .wp-block-navigation.is-content-justification-space-between [data-type='wpml/navigation-language-switcher'] .wp-block-navigation-item .horizontal-list li.wp-block-navigation-item {
	display: flex;
}

.wp-block-navigation .wpml-block-navigation-language-switcher, .wp-block-navigation [data-type='wpml/navigation-language-switcher'] {
	display: flex !important;
	flex-direction: var(--navigation-layout-direction, initial);
	justify-content: var(--navigation-layout-justify, initial);
	align-items: var(--navigation-layout-align, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	background-color: inherit;
	gap: inherit;
	margin: 0;
	width: fit-content;
	max-width: fit-content;
}

.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-dropdown {
	flex: inherit;
	display: flex !important;
}

.wp-block-navigation.items-justified-space-between .wpml-language-switcher-navigation-block.wpml-ls-list {
	flex: inherit;
	display: contents !important;
}

.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-dropdown, .wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher'] {
	flex: inherit;
	display: flex !important;
}

.wp-block-navigation.items-justified-space-between .wpml-block-navigation-language-switcher.wpml-ls-list, .wp-block-navigation.items-justified-space-between [data-type='wpml/navigation-language-switcher'] {
	flex: inherit;
	display: contents !important;
}

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

.wp-block-navigation .wpml-block-navigation-item .current-language-item .wp-block-navigation-item__content>div {
	display: flex;
	align-items: center;
}

.wp-block-navigation__submenu-container li {
	margin: 0;
}

.wp-block-navigation .wpml-language-switcher-navigation-block {
	width: unset !important;
	flex: initial !important;
}

.wp-block-navigation .wpml-language-switcher-navigation-block .hide-arrow .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul li a {
	display: flex;
	align-items: center;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
	gap: 1.5em !important;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li {
	display: inline-block;
	line-height: 100%;
}

.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li a, .wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list li div {
	line-height: 100%;
	display: inline-flex;
	align-items: center;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}

.dashicons-admin-appearance:before {
	content: "";
}

.dashicons-admin-collapse:before {
	content: "";
}

.dashicons-admin-comments:before {
	content: "";
}

.dashicons-admin-customizer:before {
	content: "";
}

.dashicons-admin-generic:before {
	content: "";
}

.dashicons-admin-home:before {
	content: "";
}

.dashicons-admin-links:before {
	content: "";
}

.dashicons-admin-media:before {
	content: "";
}

.dashicons-admin-multisite:before {
	content: "";
}

.dashicons-admin-network:before {
	content: "";
}

.dashicons-admin-page:before {
	content: "";
}

.dashicons-admin-plugins:before {
	content: "";
}

.dashicons-admin-post:before {
	content: "";
}

.dashicons-admin-settings:before {
	content: "";
}

.dashicons-admin-site-alt:before {
	content: "";
}

.dashicons-admin-site-alt2:before {
	content: "";
}

.dashicons-admin-site-alt3:before {
	content: "";
}

.dashicons-admin-site:before {
	content: "";
}

.dashicons-admin-tools:before {
	content: "";
}

.dashicons-admin-users:before {
	content: "";
}

.dashicons-airplane:before {
	content: "";
}

.dashicons-album:before {
	content: "";
}

.dashicons-align-center:before {
	content: "";
}

.dashicons-align-full-width:before {
	content: "";
}

.dashicons-align-left:before {
	content: "";
}

.dashicons-align-none:before {
	content: "";
}

.dashicons-align-pull-left:before {
	content: "";
}

.dashicons-align-pull-right:before {
	content: "";
}

.dashicons-align-right:before {
	content: "";
}

.dashicons-align-wide:before {
	content: "";
}

.dashicons-amazon:before {
	content: "";
}

.dashicons-analytics:before {
	content: "";
}

.dashicons-archive:before {
	content: "";
}

.dashicons-arrow-down-alt:before {
	content: "";
}

.dashicons-arrow-down-alt2:before {
	content: "";
}

.dashicons-arrow-down:before {
	content: "";
}

.dashicons-arrow-left-alt:before {
	content: "";
}

.dashicons-arrow-left-alt2:before {
	content: "";
}

.dashicons-arrow-left:before {
	content: "";
}

.dashicons-arrow-right-alt:before {
	content: "";
}

.dashicons-arrow-right-alt2:before {
	content: "";
}

.dashicons-arrow-right:before {
	content: "";
}

.dashicons-arrow-up-alt:before {
	content: "";
}

.dashicons-arrow-up-alt2:before {
	content: "";
}

.dashicons-arrow-up-duplicate:before {
	content: "";
}

.dashicons-arrow-up:before {
	content: "";
}

.dashicons-art:before {
	content: "";
}

.dashicons-awards:before {
	content: "";
}

.dashicons-backup:before {
	content: "";
}

.dashicons-bank:before {
	content: "";
}

.dashicons-beer:before {
	content: "";
}

.dashicons-bell:before {
	content: "";
}

.dashicons-block-default:before {
	content: "";
}

.dashicons-book-alt:before {
	content: "";
}

.dashicons-book:before {
	content: "";
}

.dashicons-buddicons-activity:before {
	content: "";
}

.dashicons-buddicons-bbpress-logo:before {
	content: "";
}

.dashicons-buddicons-buddypress-logo:before {
	content: "";
}

.dashicons-buddicons-community:before {
	content: "";
}

.dashicons-buddicons-forums:before {
	content: "";
}

.dashicons-buddicons-friends:before {
	content: "";
}

.dashicons-buddicons-groups:before {
	content: "";
}

.dashicons-buddicons-pm:before {
	content: "";
}

.dashicons-buddicons-replies:before {
	content: "";
}

.dashicons-buddicons-topics:before {
	content: "";
}

.dashicons-buddicons-tracking:before {
	content: "";
}

.dashicons-building:before {
	content: "";
}

.dashicons-businessman:before {
	content: "";
}

.dashicons-businessperson:before {
	content: "";
}

.dashicons-businesswoman:before {
	content: "";
}

.dashicons-button:before {
	content: "";
}

.dashicons-calculator:before {
	content: "";
}

.dashicons-calendar-alt:before {
	content: "";
}

.dashicons-calendar:before {
	content: "";
}

.dashicons-camera-alt:before {
	content: "";
}

.dashicons-camera:before {
	content: "";
}

.dashicons-car:before {
	content: "";
}

.dashicons-carrot:before {
	content: "";
}

.dashicons-cart:before {
	content: "";
}

.dashicons-category:before {
	content: "";
}

.dashicons-chart-area:before {
	content: "";
}

.dashicons-chart-bar:before {
	content: "";
}

.dashicons-chart-line:before {
	content: "";
}

.dashicons-chart-pie:before {
	content: "";
}

.dashicons-clipboard:before {
	content: "";
}

.dashicons-clock:before {
	content: "";
}

.dashicons-cloud-saved:before {
	content: "";
}

.dashicons-cloud-upload:before {
	content: "";
}

.dashicons-cloud:before {
	content: "";
}

.dashicons-code-standards:before {
	content: "";
}

.dashicons-coffee:before {
	content: "";
}

.dashicons-color-picker:before {
	content: "";
}

.dashicons-columns:before {
	content: "";
}

.dashicons-controls-back:before {
	content: "";
}

.dashicons-controls-forward:before {
	content: "";
}

.dashicons-controls-pause:before {
	content: "";
}

.dashicons-controls-play:before {
	content: "";
}

.dashicons-controls-repeat:before {
	content: "";
}

.dashicons-controls-skipback:before {
	content: "";
}

.dashicons-controls-skipforward:before {
	content: "";
}

.dashicons-controls-volumeoff:before {
	content: "";
}

.dashicons-controls-volumeon:before {
	content: "";
}

.dashicons-cover-image:before {
	content: "";
}

.dashicons-dashboard:before {
	content: "";
}

.dashicons-database-add:before {
	content: "";
}

.dashicons-database-export:before {
	content: "";
}

.dashicons-database-import:before {
	content: "";
}

.dashicons-database-remove:before {
	content: "";
}

.dashicons-database-view:before {
	content: "";
}

.dashicons-database:before {
	content: "";
}

.dashicons-desktop:before {
	content: "";
}

.dashicons-dismiss:before {
	content: "";
}

.dashicons-download:before {
	content: "";
}

.dashicons-drumstick:before {
	content: "";
}

.dashicons-edit-large:before {
	content: "";
}

.dashicons-edit-page:before {
	content: "";
}

.dashicons-edit:before {
	content: "";
}

.dashicons-editor-aligncenter:before {
	content: "";
}

.dashicons-editor-alignleft:before {
	content: "";
}

.dashicons-editor-alignright:before {
	content: "";
}

.dashicons-editor-bold:before {
	content: "";
}

.dashicons-editor-break:before {
	content: "";
}

.dashicons-editor-code-duplicate:before {
	content: "";
}

.dashicons-editor-code:before {
	content: "";
}

.dashicons-editor-contract:before {
	content: "";
}

.dashicons-editor-customchar:before {
	content: "";
}

.dashicons-editor-expand:before {
	content: "";
}

.dashicons-editor-help:before {
	content: "";
}

.dashicons-editor-indent:before {
	content: "";
}

.dashicons-editor-insertmore:before {
	content: "";
}

.dashicons-editor-italic:before {
	content: "";
}

.dashicons-editor-justify:before {
	content: "";
}

.dashicons-editor-kitchensink:before {
	content: "";
}

.dashicons-editor-ltr:before {
	content: "";
}

.dashicons-editor-ol-rtl:before {
	content: "";
}

.dashicons-editor-ol:before {
	content: "";
}

.dashicons-editor-outdent:before {
	content: "";
}

.dashicons-editor-paragraph:before {
	content: "";
}

.dashicons-editor-paste-text:before {
	content: "";
}

.dashicons-editor-paste-word:before {
	content: "";
}

.dashicons-editor-quote:before {
	content: "";
}

.dashicons-editor-removeformatting:before {
	content: "";
}

.dashicons-editor-rtl:before {
	content: "";
}

.dashicons-editor-spellcheck:before {
	content: "";
}

.dashicons-editor-strikethrough:before {
	content: "";
}

.dashicons-editor-table:before {
	content: "";
}

.dashicons-editor-textcolor:before {
	content: "";
}

.dashicons-editor-ul:before {
	content: "";
}

.dashicons-editor-underline:before {
	content: "";
}

.dashicons-editor-unlink:before {
	content: "";
}

.dashicons-editor-video:before {
	content: "";
}

.dashicons-ellipsis:before {
	content: "";
}

.dashicons-email-alt:before {
	content: "";
}

.dashicons-email-alt2:before {
	content: "";
}

.dashicons-email:before {
	content: "";
}

.dashicons-embed-audio:before {
	content: "";
}

.dashicons-embed-generic:before {
	content: "";
}

.dashicons-embed-photo:before {
	content: "";
}

.dashicons-embed-post:before {
	content: "";
}

.dashicons-embed-video:before {
	content: "";
}

.dashicons-excerpt-view:before {
	content: "";
}

.dashicons-exit:before {
	content: "";
}

.dashicons-external:before {
	content: "";
}

.dashicons-facebook-alt:before {
	content: "";
}

.dashicons-facebook:before {
	content: "";
}

.dashicons-feedback:before {
	content: "";
}

.dashicons-filter:before {
	content: "";
}

.dashicons-flag:before {
	content: "";
}

.dashicons-food:before {
	content: "";
}

.dashicons-format-aside:before {
	content: "";
}

.dashicons-format-audio:before {
	content: "";
}

.dashicons-format-chat:before {
	content: "";
}

.dashicons-format-gallery:before {
	content: "";
}

.dashicons-format-image:before {
	content: "";
}

.dashicons-format-quote:before {
	content: "";
}

.dashicons-format-status:before {
	content: "";
}

.dashicons-format-video:before {
	content: "";
}

.dashicons-forms:before {
	content: "";
}

.dashicons-fullscreen-alt:before {
	content: "";
}

.dashicons-fullscreen-exit-alt:before {
	content: "";
}

.dashicons-games:before {
	content: "";
}

.dashicons-google:before {
	content: "";
}

.dashicons-googleplus:before {
	content: "";
}

.dashicons-grid-view:before {
	content: "";
}

.dashicons-groups:before {
	content: "";
}

.dashicons-hammer:before {
	content: "";
}

.dashicons-heading:before {
	content: "";
}

.dashicons-heart:before {
	content: "";
}

.dashicons-hidden:before {
	content: "";
}

.dashicons-hourglass:before {
	content: "";
}

.dashicons-html:before {
	content: "";
}

.dashicons-id-alt:before {
	content: "";
}

.dashicons-id:before {
	content: "";
}

.dashicons-image-crop:before {
	content: "";
}

.dashicons-image-filter:before {
	content: "";
}

.dashicons-image-flip-horizontal:before {
	content: "";
}

.dashicons-image-flip-vertical:before {
	content: "";
}

.dashicons-image-rotate-left:before {
	content: "";
}

.dashicons-image-rotate-right:before {
	content: "";
}

.dashicons-image-rotate:before {
	content: "";
}

.dashicons-images-alt:before {
	content: "";
}

.dashicons-images-alt2:before {
	content: "";
}

.dashicons-index-card:before {
	content: "";
}

.dashicons-info-outline:before {
	content: "";
}

.dashicons-info:before {
	content: "";
}

.dashicons-insert-after:before {
	content: "";
}

.dashicons-insert-before:before {
	content: "";
}

.dashicons-insert:before {
	content: "";
}

.dashicons-instagram:before {
	content: "";
}

.dashicons-laptop:before {
	content: "";
}

.dashicons-layout:before {
	content: "";
}

.dashicons-leftright:before {
	content: "";
}

.dashicons-lightbulb:before {
	content: "";
}

.dashicons-linkedin:before {
	content: "";
}

.dashicons-list-view:before {
	content: "";
}

.dashicons-location-alt:before {
	content: "";
}

.dashicons-location:before {
	content: "";
}

.dashicons-lock-duplicate:before {
	content: "";
}

.dashicons-lock:before {
	content: "";
}

.dashicons-marker:before {
	content: "";
}

.dashicons-media-archive:before {
	content: "";
}

.dashicons-media-audio:before {
	content: "";
}

.dashicons-media-code:before {
	content: "";
}

.dashicons-media-default:before {
	content: "";
}

.dashicons-media-document:before {
	content: "";
}

.dashicons-media-interactive:before {
	content: "";
}

.dashicons-media-spreadsheet:before {
	content: "";
}

.dashicons-media-text:before {
	content: "";
}

.dashicons-media-video:before {
	content: "";
}

.dashicons-megaphone:before {
	content: "";
}

.dashicons-menu-alt:before {
	content: "";
}

.dashicons-menu-alt2:before {
	content: "";
}

.dashicons-menu-alt3:before {
	content: "";
}

.dashicons-menu:before {
	content: "";
}

.dashicons-microphone:before {
	content: "";
}

.dashicons-migrate:before {
	content: "";
}

.dashicons-minus:before {
	content: "";
}

.dashicons-money-alt:before {
	content: "";
}

.dashicons-money:before {
	content: "";
}

.dashicons-move:before {
	content: "";
}

.dashicons-nametag:before {
	content: "";
}

.dashicons-networking:before {
	content: "";
}

.dashicons-no-alt:before {
	content: "";
}

.dashicons-no:before {
	content: "";
}

.dashicons-open-folder:before {
	content: "";
}

.dashicons-palmtree:before {
	content: "";
}

.dashicons-paperclip:before {
	content: "";
}

.dashicons-pdf:before {
	content: "";
}

.dashicons-performance:before {
	content: "";
}

.dashicons-pets:before {
	content: "";
}

.dashicons-phone:before {
	content: "";
}

.dashicons-pinterest:before {
	content: "";
}

.dashicons-playlist-audio:before {
	content: "";
}

.dashicons-playlist-video:before {
	content: "";
}

.dashicons-plugins-checked:before {
	content: "";
}

.dashicons-plus-alt:before {
	content: "";
}

.dashicons-plus-alt2:before {
	content: "";
}

.dashicons-plus:before {
	content: "";
}

.dashicons-podio:before {
	content: "";
}

.dashicons-portfolio:before {
	content: "";
}

.dashicons-post-status:before {
	content: "";
}

.dashicons-pressthis:before {
	content: "";
}

.dashicons-printer:before {
	content: "";
}

.dashicons-privacy:before {
	content: "";
}

.dashicons-products:before {
	content: "";
}

.dashicons-randomize:before {
	content: "";
}

.dashicons-reddit:before {
	content: "";
}

.dashicons-redo:before {
	content: "";
}

.dashicons-remove:before {
	content: "";
}

.dashicons-rest-api:before {
	content: "";
}

.dashicons-rss:before {
	content: "";
}

.dashicons-saved:before {
	content: "";
}

.dashicons-schedule:before {
	content: "";
}

.dashicons-screenoptions:before {
	content: "";
}

.dashicons-search:before {
	content: "";
}

.dashicons-share-alt:before {
	content: "";
}

.dashicons-share-alt2:before {
	content: "";
}

.dashicons-share:before {
	content: "";
}

.dashicons-shield-alt:before {
	content: "";
}

.dashicons-shield:before {
	content: "";
}

.dashicons-shortcode:before {
	content: "";
}

.dashicons-slides:before {
	content: "";
}

.dashicons-smartphone:before {
	content: "";
}

.dashicons-smiley:before {
	content: "";
}

.dashicons-sort:before {
	content: "";
}

.dashicons-sos:before {
	content: "";
}

.dashicons-spotify:before {
	content: "";
}

.dashicons-star-empty:before {
	content: "";
}

.dashicons-star-filled:before {
	content: "";
}

.dashicons-star-half:before {
	content: "";
}

.dashicons-sticky:before {
	content: "";
}

.dashicons-store:before {
	content: "";
}

.dashicons-superhero-alt:before {
	content: "";
}

.dashicons-superhero:before {
	content: "";
}

.dashicons-table-col-after:before {
	content: "";
}

.dashicons-table-col-before:before {
	content: "";
}

.dashicons-table-col-delete:before {
	content: "";
}

.dashicons-table-row-after:before {
	content: "";
}

.dashicons-table-row-before:before {
	content: "";
}

.dashicons-table-row-delete:before {
	content: "";
}

.dashicons-tablet:before {
	content: "";
}

.dashicons-tag:before {
	content: "";
}

.dashicons-tagcloud:before {
	content: "";
}

.dashicons-testimonial:before {
	content: "";
}

.dashicons-text-page:before {
	content: "";
}

.dashicons-text:before {
	content: "";
}

.dashicons-thumbs-down:before {
	content: "";
}

.dashicons-thumbs-up:before {
	content: "";
}

.dashicons-tickets-alt:before {
	content: "";
}

.dashicons-tickets:before {
	content: "";
}

.dashicons-tide:before {
	content: "";
}

.dashicons-translation:before {
	content: "";
}

.dashicons-trash:before {
	content: "";
}

.dashicons-twitch:before {
	content: "";
}

.dashicons-twitter-alt:before {
	content: "";
}

.dashicons-twitter:before {
	content: "";
}

.dashicons-undo:before {
	content: "";
}

.dashicons-universal-access-alt:before {
	content: "";
}

.dashicons-universal-access:before {
	content: "";
}

.dashicons-unlock:before {
	content: "";
}

.dashicons-update-alt:before {
	content: "";
}

.dashicons-update:before {
	content: "";
}

.dashicons-upload:before {
	content: "";
}

.dashicons-vault:before {
	content: "";
}

.dashicons-video-alt:before {
	content: "";
}

.dashicons-video-alt2:before {
	content: "";
}

.dashicons-video-alt3:before {
	content: "";
}

.dashicons-visibility:before {
	content: "";
}

.dashicons-warning:before {
	content: "";
}

.dashicons-welcome-add-page:before {
	content: "";
}

.dashicons-welcome-comments:before {
	content: "";
}

.dashicons-welcome-learn-more:before {
	content: "";
}

.dashicons-welcome-view-site:before {
	content: "";
}

.dashicons-welcome-widgets-menus:before {
	content: "";
}

.dashicons-welcome-write-blog:before {
	content: "";
}

.dashicons-whatsapp:before {
	content: "";
}

.dashicons-wordpress-alt:before {
	content: "";
}

.dashicons-wordpress:before {
	content: "";
}

.dashicons-xing:before {
	content: "";
}

.dashicons-yes-alt:before {
	content: "";
}

.dashicons-yes:before {
	content: "";
}

.dashicons-youtube:before {
	content: "";
}

.dashicons-editor-distractionfree:before {
	content: "";
}

.dashicons-exerpt-view:before {
	content: "";
}

.dashicons-format-links:before {
	content: "";
}

.dashicons-format-standard:before {
	content: "";
}

.dashicons-post-trash:before {
	content: "";
}

.dashicons-share1:before {
	content: "";
}

.dashicons-welcome-edit-page:before {
	content: "";
}

html body.single-tve_form_type {
	min-height: 100%;
}

body .tl-style article {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}

body .thrv_wrapper.thrv-leads-slide-in, body .thrv_wrapper.thrv-leads-ribbon, body .thrv_wrapper.thrv-leads-widget, body .thrv_wrapper.thrv-leads-screen-filler {
	margin: 0;
}

#tve_editor:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.tve_editor_main_content .thrv_wrapper.thrv_content_reveal {
	padding: 1px;
}

.tl-style .tve_p_lb_content {
	overflow: visible;
}

body .tve_p_lb_content #tve_editor .tve_p_lb_control {
	padding: 15px 0 40px;
}

.tve-leads-greedy-ribbon #tve_editor {
	padding: 0;
}

.tve-leads-ribbon {
	left: 0;
	min-height: 20px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

.tve-leads-ribbon #tve_editor {
	padding: 0;
}

.tve-leads-ribbon.tve-leads-triggered {
	z-index: 999991;
}

.single-tve_form_type .tve-leads-ribbon {
	z-index: 0;
}

.tcb-states .tve-leads-ribbon {
	z-index: 80;
}

.admin-bar .tve-leads-ribbon {
	top: 32px;
}

.tve-leads-ribbon .tve-ribbon-content {
	margin: 0 auto;
	max-width: 1080px;
	min-width: 500px;
}

.tve-leads-ribbon .thrv-ribbon {
	background-color: #c6efcd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 10px 0;
	margin: 0;
}

.tve-leads-ribbon .tve-ribbon-close {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 23px;
	color: #fff;
	border: 1px solid;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 22px;
	width: 30px;
	height: 30px;
	z-index: 100;
}

.tve-leads-widget .thrv-leads-widget {
	background-color: #dedede;
	padding: 10px;
}

.tve-leads-widget .thrv-leads-widget .thrv_bullets_shortcode li {
	background: none;
	border-bottom: 0;
	padding: 0;
}

.tve-leads-slide-in .thrv-leads-slide-in {
	padding: 20px;
	background-color: #dedede;
	max-width: 800px;
	position: relative;
	z-index: 999;
}

.tve-leads-slide-in .tve-leads-close {
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border: 1px solid;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	transition: .1s;
	border-radius: 22px;
	z-index: 1;
}

.tve-leads-slide-in .tve-leads-close:hover {
	transform: scale(1.1);
}

.thrv-leads-form-box.thrv_wrapper {
	background-color: #dedede;
	padding: 20px;
}

.tve-leads-widget {
	position: relative;
	z-index: 0;
}

.tcb-states .tve-leads-widget {
	z-index: 80;
}

.tve-leads-screen-filler {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
}

@supports (-webkit-overflow-scrolling: touch) {
	.tve-leads-screen-filler {
		position: absolute;
	}
}

.single-tve_lead_2s_lightbox .tve-leads-screen-filler, .single-tve_form_type .tve-leads-screen-filler {
	z-index: 0;
}

.tcb-states .tve-leads-screen-filler {
	z-index: 80 !important;
}

.tve-leads-screen-filler .thrv-leads-screen-filler {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
	width: 100%;
	box-sizing: border-box;
}

.tve-leads-screen-filler .tve_editor_main_content {
	margin: 0 auto;
}

.admin-bar .tve-leads-screen-filler {
	top: 32px;
}

.thrv-leads-screen-filler.thrv_wrapper {
	padding: 0;
}

.tve_brdr_none {
	border-style: none !important;
}

.tve-leads-ribbon .tve_brdr_none {
	border-bottom-style: none !important;
}

.tve_brdr_dotted {
	border-style: dotted !important;
}

.tve-leads-ribbon .tve_brdr_dotted {
	border-bottom-style: dotted !important;
}

.tve_brdr_dashed {
	border-style: dashed !important;
}

.tve-leads-ribbon .tve_brdr_dashed {
	border-bottom-style: dashed !important;
}

.tve_brdr_solid {
	border-style: solid !important;
}

.tve-leads-ribbon .tve_brdr_solid {
	border-bottom-style: solid !important;
}

.tve_brdr_double {
	border-style: double !important;
}

.tve-leads-ribbon .tve_brdr_double {
	border-bottom-style: double !important;
}

.tve_brdr_groove {
	border-style: groove !important;
}

.tve-leads-ribbon .tve_brdr_groove {
	border-bottom-style: groove !important;
}

.tve_brdr_ridge {
	border-style: ridge !important;
}

.tve-leads-ribbon .tve_brdr_ridge {
	border-bottom-style: ridge !important;
}

.tve_brdr_inset {
	border-style: inset !important;
}

.tve-leads-ribbon .tve_brdr_inset {
	border-bottom-style: inset !important;
}

.tve_brdr_outset {
	border-style: outset !important;
}

.tve-leads-ribbon .tve_brdr_outset {
	border-bottom-style: outset !important;
}

@media only screen and (max-width: 940px) {
	body .tve-leads-slide-in {
		margin: auto 0;
		top: 0;
		bottom: 0;
	}
	
	body .tve-leads-slide-in.tl_bot_left, body .tve-leads-slide-in.tl_bot_right {
		top: unset;
	}
}

.tve_content_lock.tve_lead_lock.tve_lock_hide .tve_lead_locked_content {
	display: none;
}

.tve_content_lock.tve_lead_lock.tve_lock_blur {
	margin-bottom: 20px;
	position: relative;
	padding: 50px 0;
}

.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_lock_shortcode {
	z-index: 1;
	position: relative;
}

.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_locked_content {
	bottom: 0;
	left: 0;
	margin: auto 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_locked_content:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 0 \0 ) {
	.tve_content_lock.tve_lead_lock.tve_lock_blur .tve_lead_locked_content {
		opacity: .2;
		filter: alpha(opacity=20);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	}
}

#tve_page_loader {
	display: none;
}

.tve_lead_locked_overlay {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.tve-l-open.tl-anim-instant .tve_p_lb_content {
	transition: none;
}

.tve-l-open.tl-anim-rotational .tve_p_lb_content.tve-leads-triggered {
	transform: rotate(0deg) scale(1);
}

.tve-l-open.tl-anim-rotational .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	transition: all .6s ease-out;
}

.tve-l-open .tve_p_lb_content.tve-leads-triggered {
	transform: scale(1);
	transition: none;
}

.tve-l-open.tl-anim-zoom_in .tve_p_lb_content.tve-leads-triggered {
	transform: scale(1);
	transition: none;
}

.tve-l-open.tl-anim-zoom_in .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	transition: all .3s ease-out;
}

.tve-l-open.tl-anim-zoom_out .tve_p_lb_content.tve-leads-triggered {
	transform: scale(1);
	transition: none;
}

.tve-l-open.tl-anim-zoom_out .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	transition: all .3s ease-out;
}

.tve-l-open.tl-anim-slide_top .tve_p_lb_content.tve-leads-triggered {
	transform: translateY(0);
	transition: none;
}

.tve-l-open.tl-anim-slide_top .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	transition: all .3s ease-out;
}

.tve-l-open.tl-anim-slide_bot .tve_p_lb_content.tve-leads-triggered {
	transform: translateY(0);
	transition: none;
}

.tve-l-open.tl-anim-slide_bot .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	transition: all .3s ease-out;
}

.tve-l-open.tl-anim-slide_left .tve_p_lb_content.tve-leads-triggered {
	transform: translateX(0);
	transition: none;
}

.tve-l-open.tl-anim-slide_left .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	transition: all .3s ease-out;
}

.tve-l-open.tl-anim-slide_right .tve_p_lb_content.tve-leads-triggered {
	transform: translateX(0);
	transition: none;
}

.tve-l-open.tl-anim-slide_right .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	transition: all .3s ease-out;
}

.tve-sl-open.stl-anim-rotational .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper {
	transform: scale(1) rotate(0deg);
	transition: none;
}

.tve-sl-open.stl-anim-rotational .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .6s ease-out;
}

.tve-sl-open.stl-anim-zoom_in .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper {
	transform: scale(1);
	transition: none;
}

.tve-sl-open.stl-anim-zoom_in .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .3s ease-out;
}

.tve-sl-open.stl-anim-zoom_out .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper {
	transform: scale(1);
	transition: none;
}

.tve-sl-open.stl-anim-zoom_out .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .3s ease-out;
}

.tve-sl-open.stl-anim-slide_top .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper {
	transform: translateY(0);
	transition: none;
}

.tve-sl-open.stl-anim-slide_top .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .3s ease-out;
}

.tve-sl-open.stl-anim-slide_bot .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper {
	transform: translateY(0);
	transition: none;
}

.tve-sl-open.stl-anim-slide_bot .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .3s ease-out;
}

.tve-sl-open.stl-anim-slide_left .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper {
	transform: translateX(0);
	transition: none;
}

.tve-sl-open.stl-anim-slide_left .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .3s ease-out;
}

.tve-sl-open.stl-anim-slide_right .tve-leads-triggered .thrv-leads-screen-filler.thrv_wrapper {
	transform: translateX(0);
	transition: none;
}

.tve-sl-open.stl-anim-slide_right .tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .3s ease-out;
}

.tve_p_lb_content.tl-anim-rotational {
	transform: rotate(400deg) scale(.5);
}

.tve_p_lb_content.tl-anim-zoom_in {
	transform: scale(0);
}

.tve_p_lb_content.tl-anim-zoom_out {
	transform: scale(2);
}

.tve_p_lb_content.tl-anim-slide_top {
	transform: translateY(-100%);
}

.tve_p_lb_content.tl-anim-slide_bot {
	transform: translateY(100%);
}

.tve_p_lb_content.tl-anim-slide_left {
	transform: translateX(-800px);
}

.tve_p_lb_content.tl-anim-slide_right {
	transform: translateX(800px);
}

.stl-anim-rotational .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: scale(.1) rotate(400deg);
}

.stl-anim-zoom_in .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: scale(0);
}

.stl-anim-zoom_out .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: scale(2);
}

.stl-anim-slide_top .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: translateY(-100%);
}

.stl-anim-slide_bot .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: translateY(100%);
}

.stl-anim-slide_left .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: translateX(-800px);
}

.stl-anim-slide_right .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: translateX(800px);
}

.tve-tl-anim {
	transition: all .3s ease-out;
	opacity: 0;
}

.tve-tl-anim.tve-leads-triggered {
	opacity: 1;
	transition: all .3s ease-out;
}

.tve-leads-widget.tve-tl-anim {
	transition: all .3s ease-out;
	opacity: 0;
	height: 0;
}

.tve-leads-widget.tve-tl-anim.tve-leads-triggered {
	opacity: 1;
	height: auto;
	transition: all .3s ease-out;
}

@-webkit-keyframes tl-slit {
	50% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translateZ(-250px) rotateY(89deg);
	}
	
	100% {
		-webkit-transform: translateZ(.1px) rotateY(0deg);
	}
}

@-moz-keyframes tl-slit {
	50% {
		-moz-animation-timing-function: ease-out;
		-moz-transform: translateZ(-250px) rotateY(89deg);
		opacity: .5;
	}
	
	100% {
		-moz-transform: translateZ(.1px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes tl-slit {
	50% {
		animation-timing-function: ease-out;
		transform: translateZ(-250px) rotateY(89deg);
	}
	
	100% {
		transform: translateZ(.1px) rotateY(0deg);
	}
}

@-webkit-keyframes tl-make-way {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
	}
	
	100% {
		-webkit-transform: translateZ(-200px);
	}
}

@-moz-keyframes tl-make-way {
	50% {
		-moz-transform: translateZ(-50px) rotateY(5deg);
	}
	
	100% {
		-moz-transform: translateZ(-200px);
	}
}

@keyframes tl-make-way {
	50% {
		transform: translateZ(-50px) rotateY(5deg);
	}
	
	100% {
		transform: translateZ(-200px);
	}
}

@-webkit-keyframes tl-slip-top {
	50% {
		-webkit-transform: rotateX(5deg);
		-webkit-animation-timing-function: ease-out;
	}
}

@-moz-keyframes tl-slip-top {
	50% {
		-moz-transform: rotateX(5deg);
		-moz-animation-timing-function: ease-out;
	}
}

@keyframes tl-slip-top {
	50% {
		transform: rotateX(5deg);
		animation-timing-function: ease-out;
	}
}

@-webkit-keyframes tl-bounce-in {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-moz-keyframes tl-bounce-in {
	0% {
		opacity: 0;
		-moz-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-moz-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-moz-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-moz-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-moz-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-moz-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tl-bounce-in {
	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);
	}
	
	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes tl-bounce-in-down {
	0% {
		-webkit-transform: translateY(-3000px);
		transform: translateY(-3000px);
	}
	
	60% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	
	75% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	90% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes tl-bounce-in-down {
	0% {
		-moz-transform: translateY(-3000px);
		transform: translateY(-3000px);
	}
	
	60% {
		-moz-transform: translateY(60px);
		transform: translateY(60px);
	}
	
	75% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	
	90% {
		-moz-transform: translateY(15px);
		transform: translateY(15px);
	}
	
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes tl-bounce-in-down {
	0% {
		transform: translateY(-3000px);
	}
	
	60% {
		transform: translateY(60px);
	}
	
	75% {
		transform: translateY(-30px);
	}
	
	90% {
		transform: translateY(15px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes tl-bounce-in-up {
	0% {
		-webkit-transform: translateY(3000px);
		transform: translateY(3000px);
	}
	
	60% {
		-webkit-transform: translateY(-60px);
		transform: translateY(-60px);
	}
	
	75% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	90% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes tl-bounce-in-up {
	0% {
		-moz-transform: translateY(3000px);
		transform: translateY(3000px);
	}
	
	60% {
		-moz-transform: translateY(-60px);
		transform: translateY(-60px);
	}
	
	75% {
		-moz-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	90% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes tl-bounce-in-up {
	0% {
		transform: translateY(3000px);
	}
	
	60% {
		transform: translateY(-60px);
	}
	
	75% {
		transform: translateY(30px);
	}
	
	90% {
		transform: translateY(-15px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes tl-bounce-in-left {
	0% {
		-webkit-transform: translateX(-3000px);
		transform: translateX(-3000px);
	}
	
	60% {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
	}
	
	75% {
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	90% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes tl-bounce-in-left {
	0% {
		-moz-transform: translateX(-3000px);
		transform: translateX(-3000px);
	}
	
	60% {
		-moz-transform: translateX(60px);
		transform: translateX(60px);
	}
	
	75% {
		-moz-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	
	90% {
		-moz-transform: translateX(15px);
		transform: translateX(15px);
	}
	
	100% {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes tl-bounce-in-left {
	0% {
		transform: translateX(-3000px);
	}
	
	60% {
		transform: translateX(60px);
	}
	
	75% {
		transform: translateX(-30px);
	}
	
	90% {
		transform: translateX(15px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@-webkit-keyframes tl-bounce-in-right {
	0% {
		-webkit-transform: translateX(3000px);
		transform: translateX(3000px);
	}
	
	60% {
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px);
	}
	
	75% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	90% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes tl-bounce-in-right {
	0% {
		-moz-transform: translateX(3000px);
		transform: translateX(3000px);
	}
	
	60% {
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
	}
	
	75% {
		-moz-transform: translateX(30px);
		transform: translateX(30px);
	}
	
	90% {
		-moz-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	
	100% {
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes tl-bounce-in-right {
	0% {
		transform: translateX(3000px);
	}
	
	60% {
		transform: translateX(-60px);
	}
	
	75% {
		transform: translateX(30px);
	}
	
	90% {
		transform: translateX(-15px);
	}
	
	100% {
		transform: translateX(0);
	}
}

html.tve-sl-open {
	min-height: 100%;
}

html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: translateZ(-3000px) rotateY(90deg);
	transition: opacity .3s ease-in;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-3d_slit .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	animation: tl-slit .7s forwards ease-out;
}

html.tve-sl-open.stl-anim-3d_flip_horizontal .tve-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-sl-open.stl-anim-3d_flip_horizontal .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transform: rotateY(0deg);
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-3d_flip_horizontal .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-sl-open.stl-anim-3d_flip_vertical .tve-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-sl-open.stl-anim-3d_flip_vertical .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transform: rotateX(0deg);
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-3d_flip_vertical .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-sl-open.stl-anim-3d_sign .tve-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-sl-open.stl-anim-3d_sign .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transform: rotateX(0deg);
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-3d_sign .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-sl-open.stl-anim-3d_rotate_bottom .tve-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-sl-open.stl-anim-3d_rotate_bottom .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transform: translateY(0) rotateX(0deg);
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-3d_rotate_bottom .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-sl-open.stl-anim-3d_rotate_left .tve-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-sl-open.stl-anim-3d_rotate_left .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transform: rotateY(0deg) translateZ(0px) translateX(0);
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-3d_rotate_left .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-sl-open.stl-anim-slip_from_top {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
	background: #000;
	margin-top: 0 !important;
}

html.tve-sl-open.stl-anim-slip_from_top body {
	animation: tl-slip-top .5s forwards ease-in;
	transform-origin: 50% 100%;
	transform-style: preserve-3d;
}

html.tve-sl-open.stl-anim-slip_from_top .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transform: translateY(0);
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-slip_from_top .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	transition: all .5s .1s linear;
}

html.tve-sl-open.stl-anim-bounce_in .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-bounce_in .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	animation: tl-bounce-in linear 1s;
}

html.tve-sl-open.stl-anim-bounce_in_down .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-bounce_in_down .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	animation: tl-bounce-in-down linear 1s;
}

html.tve-sl-open.stl-anim-bounce_in_left .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-bounce_in_left .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	animation: tl-bounce-in-left linear 1s;
}

html.tve-sl-open.stl-anim-bounce_in_right .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-bounce_in_right .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	animation: tl-bounce-in-right linear 1s;
}

html.tve-sl-open.stl-anim-bounce_in_up .tve-leads-screen-filler.tve-leads-triggered .thrv-leads-screen-filler {
	transition: none;
	opacity: 1;
}

html.tve-sl-open.stl-anim-bounce_in_up .tve-leads-screen-filler.tve-leads-triggered .tl-style:first-of-type .thrv-leads-screen-filler {
	animation: tl-bounce-in-up linear 1s;
}

html.tve-l-open {
	min-height: 100%;
}

html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tve_p_lb_background {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tve_p_lb_content.tve-leads-triggered {
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tl-style:first-child .tve_p_lb_content {
	transform: translateZ(-3000px) rotateY(90deg);
	transition: opacity .3s ease-in;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

html.tve-l-open.tl-anim-3d_slit .tl-anim-3d_slit .tl-style:first-child .tve_p_lb_content.tve-leads-triggered {
	animation: tl-slit .7s forwards ease-out;
}

html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_overlay {
	opacity: 0;
	z-index: -1;
}

html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_background {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_background.tve_lb_open .tve_p_lb_overlay {
	transition: opacity .2s ease-out;
	opacity: .8;
}

html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tve_p_lb_content.tve-leads-triggered {
	transform: rotateY(0deg) translateZ(1px);
	transition: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 1;
}

html.tve-l-open.tl-anim-3d_flip_horizontal .tl-anim-3d_flip_horizontal .tl-style:first-child .tve_p_lb_content.tl-anim-3d_flip_horizontal.tve-leads-triggered {
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_overlay {
	opacity: 0;
	z-index: -1;
}

html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_background {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_background.tve_lb_open .tve_p_lb_overlay {
	transition: opacity .2s ease-out;
	opacity: .8;
}

html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tve_p_lb_content.tve-leads-triggered {
	transform: rotateX(0deg);
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-3d_flip_vertical .tl-anim-3d_flip_vertical .tl-style:first-child .tve_p_lb_content.tl-anim-3d_flip_vertical.tve-leads-triggered {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_overlay {
	opacity: 0;
	z-index: -1;
}

html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_background {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_background.tve_lb_open .tve_p_lb_overlay {
	transition: opacity .2s ease-out;
	opacity: .8;
}

html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tve_p_lb_content.tve-leads-triggered {
	transform: rotateX(0deg) translateZ(1px);
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-3d_sign .tl-anim-3d_sign .tl-style:first-child .tve_p_lb_content.tl-anim-3d_sign.tve-leads-triggered {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-l-open.tl-anim-3d_rotate_bottom .tl-anim-3d_rotate_bottom .tve_p_lb_background {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-l-open.tl-anim-3d_rotate_bottom .tl-anim-3d_rotate_bottom .tve_p_lb_content.tve-leads-triggered {
	transform: translateY(0) rotateX(0deg);
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-3d_rotate_bottom .tl-anim-3d_rotate_bottom .tl-style:first-child .tve_p_lb_content.tl-anim-3d_rotate_bottom.tve-leads-triggered {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-l-open.tl-anim-3d_rotate_left .tl-anim-3d_rotate_left .tve_p_lb_background {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

html.tve-l-open.tl-anim-3d_rotate_left .tl-anim-3d_rotate_left .tve_p_lb_content.tve-leads-triggered {
	transform: rotateY(0deg) translateZ(0px) translateX(0);
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-3d_rotate_left .tl-anim-3d_rotate_left .tl-style:first-child .tve_p_lb_content.tl-anim-3d_rotate_left.tve-leads-triggered {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}

html.tve-l-open.tl-anim-blur body>div:not(.tl-states-root) {
	transition: filter .3s linear;
	filter: blur(3px);
}

html.tve-l-open.tl-anim-blur .tl-anim-blur .tve_p_lb_content.tve-leads-triggered {
	transform: translateY(0);
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-blur .tl-anim-blur .tl-style:first-child .tve_p_lb_content.tl-anim-blur.tve-leads-triggered {
	-webkit-transition: -webkit-transform .3s ease, opacity .3s ease;
	-moz-transition: -moz-transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

html.tve-l-open.tl-anim-make_way {
	background: #000;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	position: relative;
}

html.tve-l-open.tl-anim-make_way body {
	animation: tl-make-way .5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tve_p_lb_background {
	position: absolute;
}

html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tve_p_lb_content.tve-leads-triggered {
	transform: translateX(0);
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tl-style:first-child .tve_p_lb_content.tl-anim-make_way.tve-leads-triggered {
	-webkit-transition: -webkit-transform .5s .1s, opacity .5s .1s;
	-moz-transition: -moz-transform .5s .1s, opacity .5s .1s;
	transition: transform .5s .1s, opacity .5s .1s;
}

html.tve-l-open.tl-anim-make_way .tl-anim-make_way .tve_p_lb_close:hover {
	transform: none !important;
}

html.tve-l-open.tl-anim-slip_from_top {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
	background: #000;
}

html.tve-l-open.tl-anim-slip_from_top.tve-o-hidden.tve-hide-overflow.tve-l-open {
	height: 100% !important;
}

html.tve-l-open.tl-anim-slip_from_top body {
	animation: tl-slip-top .5s forwards ease-in;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

html.tve-l-open.tl-anim-slip_from_top body.tve-o-hidden.tve-hide-overflow.tve-l-open {
	height: 100% !important;
}

html.tve-l-open.tl-anim-slip_from_top .tl-anim-slip_from_top .tve_p_lb_content.tve-leads-triggered {
	transform: translateY(0);
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-slip_from_top .tl-anim-slip_from_top .tl-style:first-child .tve_p_lb_content.tl-anim-slip_from_top.tve-leads-triggered {
	transition: all .5s .1s linear;
}

html.tve-l-open.tl-anim-bounce_in .tl-anim-bounce_in .tve_p_lb_content.tve-leads-triggered {
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-bounce_in .tl-anim-bounce_in .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in.tve-leads-triggered {
	animation: tl-bounce-in linear 1s;
}

html.tve-l-open.tl-anim-bounce_in_down .tl-anim-bounce_in_down .tve_p_lb_content.tve-leads-triggered {
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-bounce_in_down .tl-anim-bounce_in_down .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_down.tve-leads-triggered {
	animation: tl-bounce-in-down linear 1s;
}

html.tve-l-open.tl-anim-bounce_in_left .tl-anim-bounce_in_left .tve_p_lb_content.tve-leads-triggered {
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-bounce_in_left .tl-anim-bounce_in_left .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_left.tve-leads-triggered {
	animation: tl-bounce-in-left linear 1s;
}

html.tve-l-open.tl-anim-bounce_in_right .tl-anim-bounce_in_right .tve_p_lb_content.tve-leads-triggered {
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-bounce_in_right .tl-anim-bounce_in_right .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_right.tve-leads-triggered {
	animation: tl-bounce-in-right linear 1s;
}

html.tve-l-open.tl-anim-bounce_in_up .tl-anim-bounce_in_up .tve_p_lb_content.tve-leads-triggered {
	transition: none;
	opacity: 1;
}

html.tve-l-open.tl-anim-bounce_in_up .tl-anim-bounce_in_up .tl-style:first-child .tve_p_lb_content.tl-anim-bounce_in_up.tve-leads-triggered {
	animation: tl-bounce-in-up linear 1s;
}

.tl-anim-3d-slit .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-3d-slit {
	transition: opacity .3s linear;
	opacity: 0;
}

.tl-anim-3d_flip_horizontal .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-3d_flip_horizontal {
	transform: rotateY(-70deg) translateZ(1px);
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	transition: transform .3s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	opacity: 0;
}

.tve-leads-screen-filler.stl-anim-3d_flip_horizontal .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: rotateY(-70deg) translateZ(1px);
	transition: opacity .3s ease-in;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.tl-anim-3d_flip_vertical .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-3d_flip_vertical {
	transform: rotateX(-70deg);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
}

.tve-leads-screen-filler.stl-anim-3d_flip_vertical .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: rotateX(-70deg);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
}

.tl-anim-3d_sign .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-3d_sign {
	transform: rotateX(-70deg) translateZ(1px);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
}

.tve-leads-screen-filler.stl-anim-3d_sign .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: rotateX(-70deg) translateZ(1px);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	opacity: 0;
}

.tl-anim-3d_rotate_bottom .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-3d_rotate_bottom {
	transform: translateY(100%) rotateX(90deg);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 bottom;
	transform-origin: 0 bottom;
	opacity: 0;
}

.tve-leads-screen-filler.stl-anim-3d_rotate_bottom .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: translateY(100%) rotateX(90deg);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 bottom;
	transform-origin: 0 bottom;
	opacity: 0;
}

.tl-anim-3d_rotate_left .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-3d_rotate_left {
	transform: rotateY(10deg) translateZ(100px) translateX(-100%);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
}

.tve-leads-screen-filler.stl-anim-3d_rotate_left .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: rotateY(10deg) translateZ(100px) translateX(-100%);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
}

.tl-anim-blur .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-blur {
	transform: translateY(-5%);
	transition: all .3s linear;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0;
}

.tl-anim-make_way .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-make_way {
	transform: translateX(200%);
	opacity: 0;
}

.tl-anim-slip_from_top .tve_p_lb_content, .tve-animation-preview .tve-tl-anim.tl-anim-slip_from_top {
	transform: translateY(-200%);
	opacity: 0;
}

.tve-leads-screen-filler.stl-anim-slip_from_top .tl-style:first-of-type .thrv-leads-screen-filler {
	transform: translateY(-200%);
	opacity: 0;
}

.tve-animation-preview .tve-tl-anim.tl-anim-rotational {
	transform: scale(.1) rotate(400deg);
}

.tve-animation-preview .tve-tl-anim.tl-anim-rotational.tve-leads-triggered {
	transform: scale(1) rotate(0deg);
	transition: all .6s ease-out;
}

.tve-animation-preview .tve-tl-anim.tl-anim-zoom_in {
	transform: scale(0);
}

.tve-animation-preview .tve-tl-anim.tl-anim-zoom_in.tve-leads-triggered {
	transform: scale(1);
}

.tve-animation-preview .tve-tl-anim.tl-anim-zoom_out {
	transform: scale(2);
}

.tve-animation-preview .tve-tl-anim.tl-anim-zoom_out.tve-leads-triggered {
	transform: scale(1);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_top {
	transform: translateY(-100%);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_top.tve-leads-triggered {
	transform: translateY(0);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_bot {
	transform: translateY(100%);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_bot.tve-leads-triggered {
	transform: translateY(0);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_left {
	transform: translateX(-800px);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_left.tve-leads-triggered {
	transform: translateX(0);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_right {
	transform: translateX(800px);
}

.tve-animation-preview .tve-tl-anim.tl-anim-slide_right.tve-leads-triggered {
	transform: translateX(0);
}

.tve-animation-preview.tl-anim-3d_slit .form-field {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

.tve-animation-preview.tl-anim-3d_slit .form-field .tve-tl-anim {
	transform: translateZ(-3000px) rotateY(90deg);
	transition: opacity .3s ease-in;
	transform-style: preserve-3d;
}

.tve-animation-preview.tl-anim-3d_slit .form-field .tve-tl-anim.tve-leads-triggered {
	animation: tl-slit .7s forwards ease-out;
	opacity: 1;
}

.tve-animation-preview.tl-anim-3d_flip_horizontal {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

.tve-animation-preview.tl-anim-3d_flip_horizontal .tve-tl-anim.tve-leads-triggered {
	transform: rotateY(0deg);
	transition: all .3s linear;
	opacity: 1;
}

.tve-animation-preview.tl-anim-3d_flip_vertical {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

.tve-animation-preview.tl-anim-3d_flip_vertical .tve-tl-anim.tve-leads-triggered {
	transition: all .3s linear;
	transform: rotateX(0deg);
	opacity: 1;
}

.tve-animation-preview.tl-anim-3d_sign {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

.tve-animation-preview.tl-anim-3d_sign .tve-tl-anim.tve-leads-triggered {
	transform: rotateX(0deg);
	transition: all .3s linear;
	opacity: 1;
}

.tve-animation-preview.tl-anim-3d_rotate_bottom {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

.tve-animation-preview.tl-anim-3d_rotate_bottom .tve-tl-anim.tve-leads-triggered {
	transform: translateY(0) rotateX(0deg);
	transition: all .3s ease-in;
	opacity: 1;
}

.tve-animation-preview.tl-anim-3d_rotate_left {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
}

.tve-animation-preview.tl-anim-3d_rotate_left .tve-tl-anim.tve-leads-triggered {
	transform: translateZ(0px) translateX(0%) rotateX(0deg);
	transition: all .3s ease-in;
	opacity: 1;
}

.tve-animation-preview.tl-anim-blur .form-label {
	transition: filter .3s linear;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.tve-animation-preview.tl-anim-blur .tve-tl-anim.tve-leads-triggered {
	transform: translateY(0);
	transition: all .3s linear;
	opacity: 1;
}

.tve-animation-preview.tl-anim-make_way {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	position: relative;
}

.tve-animation-preview.tl-anim-make_way .tve-tl-anim {
	transform: translateX(200%);
	opacity: 0;
}

.tve-animation-preview.tl-anim-make_way .tve-tl-anim.tve-leads-triggered {
	transform: translateX(0);
	transition: all .5s .1s;
	opacity: 1;
}

.tve-animation-preview.tl-anim-slip_from_top {
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	perspective: 900px;
}

.tve-animation-preview.tl-anim-slip_from_top .tve-tl-anim.tve-leads-triggered {
	transform: translateY(0);
	transition: all .5s .1s linear;
	opacity: 1;
}

.tve-animation-preview.tl-anim-bounce_in .tve-tl-anim.tve-leads-triggered {
	animation: tl-bounce-in linear 1s;
	opacity: 1;
}

.tve-animation-preview.tl-anim-bounce_in_down .tve-tl-anim.tve-leads-triggered {
	animation: tl-bounce-in-down linear 1s;
	opacity: 1;
}

.tve-animation-preview.tl-anim-bounce_in_left .tve-tl-anim.tve-leads-triggered {
	animation: tl-bounce-in-left linear 1s;
	opacity: 1;
}

.tve-animation-preview.tl-anim-bounce_in_right .tve-tl-anim.tve-leads-triggered {
	animation: tl-bounce-in-right linear 1s;
	opacity: 1;
}

.tve-animation-preview.tl-anim-bounce_in_up .tve-tl-anim.tve-leads-triggered {
	animation: tl-bounce-in-up linear 1s;
	opacity: 1;
}

.tl-states-root .tve-leads-lightbox .tve_lb_open .tve_p_lb_content {
	transform-style: unset !important;
}

body.tve-lightbox-page .tve_p_lb_content {
	transition: none !important;
	transform: none !important;
	animation: none !important;
}

html.tve-o-hidden.tve-hide-overflow.tve-l-open, body.tve-o-hidden.tve-hide-overflow.tve-l-open {
	overflow: hidden;
	height: auto !important;
}

html.tve-so-hidden.tve-sl-open.tve-s-hide-overflow, body.tve-so-hidden.tve-sl-open.tve-s-hide-overflow {
	overflow: hidden;
	height: auto !important;
}

@supports (-webkit-overflow-scrolling: touch) {
	html.tve-so-hidden.tve-sl-open.tve-s-hide-overflow, body.tve-so-hidden.tve-sl-open.tve-s-hide-overflow {
		height: 0 !important;
	}
}

.tve-gr-hidden {
	overflow: hidden;
	height: auto !important;
}

.tve-leads-two-step-trigger {
	cursor: pointer;
}

.tve-leads-ribbon {
	top: 0;
}

.tve-leads-ribbon.tl-anim-slide_bot {
	top: auto;
	bottom: -100%;
}

.tve-leads-slide-in {
	position: fixed;
}

.tve-leads-slide-in.tve-lb {
	background-color: rgba(0, 0, 0, .8);
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin: auto 0;
	top: 0;
	bottom: 0;
}

.tve-leads-slide-in.tve-lb .thrv-leads-slide-in {
	float: none;
	margin: 0 auto;
}

.tve-leads-slide-in.tve-lb.tve-tl-anim {
	transition: all .5s ease-in-out;
	transform: scale(.3);
}

.tve-leads-slide-in.tve-lb.tve-tl-anim.tve-leads-triggered {
	transition: all .5s ease-in-out;
	transform: scale(1);
}

.tve-leads-slide-in.tve-leads-triggered {
	z-index: 999992;
}

.tve-leads-slide-in.tl_bot_left {
	bottom: 0;
	left: -100%;
}

.tve-leads-slide-in.tl_bot_left .thrv-leads-slide-in {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.tve-leads-slide-in.tl_bot_left.tve-leads-triggered {
	left: 0;
}

.tve-leads-slide-in.tl_bot_right {
	bottom: 0;
	right: -100%;
}

.tve-leads-slide-in.tl_bot_right .thrv-leads-slide-in {
	margin-right: 0 !important;
	margin-left: auto !important;
}

.tve-leads-slide-in.tl_bot_right.tve-leads-triggered {
	right: 0;
}

.tve-leads-slide-in.tl_top_right {
	top: 0;
	right: -100%;
}

.tve-leads-slide-in.tl_top_right .thrv-leads-slide-in {
	margin-right: 0;
	margin-left: auto;
}

.tve-leads-slide-in.tl_top_right.tve-leads-triggered {
	right: 0;
}

.tve-leads-slide-in.tl_top_left {
	top: 0;
	left: -100%;
}

.admin-bar .tve-leads-slide-in.tl_top_left {
	top: 32px;
}

.tve-leads-slide-in.tl_top_left .thrv-leads-slide-in {
	margin-left: 0;
	margin-right: auto;
}

.tve-leads-slide-in.tl_top_left.tve-leads-triggered {
	left: 0;
}

@media (max-width: 782px) {
	body .tve-leads-slide-in.tve-tl-anim {
		transition: all .5s ease-in-out;
		transform: scale(.3);
	}
	
	body .tve-leads-slide-in.tve-tl-anim.tve-leads-triggered {
		transition: all .5s ease-in-out;
		transform: scale(1);
	}
	
	.tve-leads-slide-in {
		background-color: rgba(0, 0, 0, .8);
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
	}
	
	.tve-leads-slide-in .thrv-leads-slide-in {
		float: none;
		margin: 0 auto;
	}
	
	.tve-leads-slide-in.tl_bot_left, .tve-leads-slide-in.tl_bot_right {
		top: 0 !important;
	}
}

.tve-leads-post-footer.tve-trigger-hide, .tve-leads-in-content.tve-trigger-hide, .tve-leads-shortcode.tve-trigger-hide {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.tve-leads-post-footer.tve-leads-triggered, .tve-leads-in-content.tve-leads-triggered, .tve-leads-shortcode.tve-leads-triggered {
	max-height: none;
	opacity: 1;
	transition: all .5s ease-in-out;
}

.tve-leads-screen-filler.tve_lb_closing .tve_p_lb_overlay {
	opacity: 0 !important;
	transition: opacity .3s ease-out !important;
}

.tve-leads-screen-filler .thrv-leads-screen-filler {
	height: 100vh;
}

.tve-leads-lightbox .tve_lb_closing .tve_p_lb_overlay {
	opacity: 0 !important;
	transition: opacity .3s ease-out !important;
}

.tve-tl-gr-anim {
	transition: margin-top .6s linear;
}

.tve-leads-greedy_ribbon.tve-tl-anim.tl-anim-slide_top {
	-webkit-transition: transform .6s linear;
	-moz-transition: transform .6s linear;
	transition: transform .6s linear;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
	z-index: -1;
	transform: translateY(-100%);
}

.tve-leads-greedy_ribbon.tve-tl-anim.tl-anim-slide_top.tve-no-animation {
	transition: none !important;
}

.tve-leads-greedy_ribbon.tve-tl-anim.tl-anim-slide_top.tve-leads-triggered {
	transform: translateY(0);
	-webkit-transition: transform .6s linear;
	-moz-transition: transform .6s linear;
	transition: transform .6s linear;
	z-index: 999992;
}

.thrv-greedy-ribbon.thrv_wrapper {
	box-sizing: border-box;
	padding-bottom: 100px;
	min-height: 100vh;
	margin: 0;
}

#tve-lg-error-container {
	filter: blur(0px);
}

@media (max-width: 1366px) {
	.tl_bot_right.tve-lb {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.tl_bot_right.tve-lb .thrv-leads-slide-in {
		float: right;
		right: -10px;
	}
}

#tve_tcb2_blank .tve_ea_thrive_leads_form_close {
	z-index: 9;
}

.thrv-leads-screen-filler .thrv-page-section.tcb-window-width {
	left: 0 !important;
}

.tl-preload-form {
	min-height: var(--tl-form-height-d);
	position: relative;
	display: block;
	background: rgba(153, 162, 165, .1);
	overflow: hidden;
}

@keyframes shimmer {
	100% {
		transform: translateX(100%);
	}
}

.tl-preload-form::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
	animation: shimmer 2s infinite;
	content: "";
}

.tl-preload-form .tl-preload-form, .tl-preload-form :not(span) {
	display: none;
}

@media (max-width: 1023px) {
	.tl-preload-form {
		min-height: var(--tl-form-height-t);
	}
}

@media (max-width: 767px) {
	.tl-preload-form {
		min-height: var(--tl-form-height-m);
	}
}

.tve_p_lb_inner>article {
	position: static;
}

.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 7px;
	clear: both;
}

.wpml-ls-legacy-list-horizontal>ul {
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 6px;
	line-height: 1;
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket {
	vertical-align: unset;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: .4em;
}

.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 30px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul {
	text-align: center;
}

.wpml-ls-menu-item .wpml-ls-flag {
	display: inline;
	vertical-align: baseline;
}

.wpml-ls-menu-item .wpml-ls-flag+span {
	margin-left: .3em;
}

.rtl .wpml-ls-menu-item .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .3em;
}

ul .wpml-ls-menu-item a {
	display: flex;
	align-items: center;
}

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]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[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, [type=submit]:focus, button:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

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

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

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

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

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

table th {
	font-weight: 700;
}

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

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

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: hsla(0, 0%, 50.2%, .0705882353);
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: hsla(0, 0%, 50.2%, .1019607843);
}

table tbody+tbody {
	border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843);
}

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

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

@charset "UTF-8";

.comments-area a, .page-content a {
	text-decoration: underline;
}

.alignright {
	float: right;
	margin-left: 1rem;
}

.alignleft {
	float: left;
	margin-right: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: 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-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	margin: 0;
}

.gallery-caption {
	display: block;
	font-size: .8125rem;
	line-height: 1.5;
	margin: 0;
	padding: .75rem;
}

.pagination {
	margin: 20px auto;
}

.sticky {
	position: relative;
	display: block;
}

.bypostauthor {
	font-size: inherit;
}

.hide {
	display: none !important;
}

.post-password-form p {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.post-password-form [type=submit] {
	margin-inline-start: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.post .entry-title a {
	text-decoration: none;
}

.post .wp-post-image {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:991px) {
	.post .wp-post-image {
		max-height: 400px;
	}
}

@media (max-width:575px) {
	.post .wp-post-image {
		max-height: 300px;
	}
}

#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}

#comments .comment, #comments .pingback {
	position: relative;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
	display: flex;
	flex-direction: column;
	padding-block-start: 30px;
	padding-block-end: 30px;
	padding-inline-start: 60px;
	padding-inline-end: 0;
	border-block-end: 1px solid #ccc;
}

#comments .comment .avatar, #comments .pingback .avatar {
	position: absolute;
	left: 0;
	border-radius: 50%;
	margin-inline-end: 10px;
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar, html[dir=rtl] #comments .comment .avatar, html[dir=rtl] #comments .pingback .avatar {
	left: auto;
	right: 0;
}

#comments .comment-meta {
	display: flex;
	justify-content: space-between;
	margin-block-end: .9rem;
}

#comments .comment-metadata, #comments .reply {
	font-size: 11px;
	line-height: 1;
}

#comments .children {
	position: relative;
	list-style: none;
	margin: 0;
	padding-inline-start: 30px;
}

#comments .children li:last-child {
	padding-block-end: 0;
}

#comments ol.comment-list .children:before {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	content: "↪";
	position: absolute;
	top: 45px;
	left: 0;
	width: auto;
}

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0;
}

@media (min-width:768px) {
	#comments .comment-author, #comments .comment-metadata {
		line-height: 1;
	}
}

@media (max-width:767px) {
	#comments .comment .comment-body {
		padding: 30px 0;
	}
	
	#comments .children {
		padding-inline-start: 20px;
	}
	
	#comments .comment .avatar {
		position: inherit;
		float: left;
	}
	
	body.rtl #comments .comment .avatar, html[dir=rtl] #comments .comment .avatar {
		float: right;
	}
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%;
}

@media (max-width:575px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		padding-inline-start: 10px;
		padding-inline-end: 10px;
	}
}

@media (min-width:576px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 500px;
	}
	
	.site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 600px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 800px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 1140px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

.site-header+.elementor {
	min-height: calc(100vh - 320px);
}

@charset "UTF-8";

.site-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	position: relative;
}

.site-header .site-navigation {
	justify-content: flex-end;
}

.site-header .site-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.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.show-logo .site-title, .site-header .header-inner .site-branding.show-title .site-logo {
	display: none !important;
}

.site-header:not(.header-stacked) .header-inner .site-branding {
	max-width: 30%;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
	max-width: 70%;
}

.site-header.header-inverted .header-inner {
	flex-direction: row-reverse;
}

.site-header.header-inverted .header-inner .site-branding {
	text-align: right;
}

.site-header.header-inverted .header-inner .site-navigation {
	justify-content: start;
}

.site-header.header-stacked .header-inner {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

@media (max-width:576px) {
	.site-header .header-inner:not(.header-stacked) .site-branding {
		max-width: 80%;
	}
}

.site-footer {
	padding-block-start: 1rem;
	padding-block-end: 1rem;
	position: relative;
}

.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-navigation {
	justify-content: flex-end;
}

.site-footer .footer-inner .site-branding {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site-footer .footer-inner .site-branding .site-description, .site-footer .footer-inner .site-branding .site-title {
	margin: 0;
}

.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: right;
}

.site-footer.footer-inverted .footer-inner .site-navigation {
	justify-content: flex-start;
}

.site-footer.footer-has-copyright .footer-inner .site-navigation {
	justify-content: center;
}

.site-footer.footer-stacked .footer-inner {
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-branding h4.site-title {
	text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
	padding: 0;
}

.site-footer:not(.footer-stacked) .footer-inner .site-branding {
	max-width: 20%;
}

.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
	max-width: 60%;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
	max-width: 20%;
}

@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-inverted .site-navigation-toggle-holder {
	justify-content: flex-start;
}

.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;
	justify-content: flex-end;
	flex-grow: 1;
	max-width: 20%;
	padding: 8px 15px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f;
}

.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
	content: "";
}

.site-navigation {
	grid-area: nav-menu;
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.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: block;
	content: "▾";
	font-size: 1.5em;
	align-items: center;
	color: #666;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
}

.site-navigation ul.menu li.menu-item-has-children:focus-within>ul {
	display: block;
}

.site-navigation ul.menu li ul {
	background: #fff;
	display: none;
	min-width: 150px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
}

.site-navigation ul.menu li ul li {
	border-block-end: #eee 1px solid;
}

.site-navigation ul.menu li ul li:last-child {
	border-block-end: none;
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
	flex-grow: 1;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
	transform: translateY(-50%) rotate(-90deg);
}

.site-navigation ul.menu li ul ul {
	left: 100%;
	top: 0;
}

.site-navigation ul.menu li:hover>ul {
	display: block;
}

footer .site-navigation ul.menu li ul {
	top: auto;
	bottom: 100%;
}

footer .site-navigation ul.menu li ul ul {
	bottom: 0;
}

footer .site-navigation ul.menu a {
	padding: 5px 15px;
}

.site-navigation-dropdown {
	margin-block-start: 10px;
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
	transform: scaleY(0);
	max-height: 0;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
	transform: scaleY(1);
	max-height: 100vh;
}

.site-navigation-dropdown ul {
	padding: 0;
}

.site-navigation-dropdown ul.menu {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}

.site-navigation-dropdown ul.menu li {
	display: block;
	width: 100%;
	position: relative;
}

.site-navigation-dropdown ul.menu li a {
	display: block;
	padding: 20px;
	background: #fff;
	color: #55595c;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #fff;
	background: #55595c;
}

.site-navigation-dropdown ul.menu>li li {
	transition: max-height .3s, transform .3s;
	transform-origin: top;
	transform: scaleY(0);
	max-height: 0;
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
	transform: scaleY(1);
	max-height: 100vh;
}

@media (max-width:576px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

@media (min-width:768px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

@media (min-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important;
	}
}

@media (max-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
	display: none !important;
}

.elementor-kit-6 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-color-3e15730: #ff7c5c;
	--e-global-color-b1bd1b5: #131113;
	--e-global-color-c6a07c7: #eaeaea;
	--e-global-color-b617500: #1d1a1d;
	--e-global-color-f3c5590: #2d3e50;
	--e-global-color-22afcda: #fff;
	--e-global-color-dfd5751: #202d3b;
	--e-global-typography-primary-font-family: "Poppins";
	--e-global-typography-primary-font-size: 60px;
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-primary-line-height: 70px;
	--e-global-typography-secondary-font-family: "Poppins";
	--e-global-typography-secondary-font-size: 50px;
	--e-global-typography-secondary-font-weight: 700;
	--e-global-typography-secondary-line-height: 60px;
	--e-global-typography-text-font-family: "Roboto";
	--e-global-typography-text-font-size: 18px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 28px;
	--e-global-typography-accent-font-family: "Poppins";
	--e-global-typography-accent-font-size: 18px;
	--e-global-typography-accent-font-weight: 400;
	--e-global-typography-accent-line-height: 28px;
	--e-global-typography-cd0f39f-font-family: "Poppins";
	--e-global-typography-cd0f39f-font-size: 70px;
	--e-global-typography-cd0f39f-font-weight: 700;
	--e-global-typography-cd0f39f-line-height: 70px;
	--e-global-typography-f4c3e8f-font-family: "Poppins";
	--e-global-typography-f4c3e8f-font-size: 60px;
	--e-global-typography-f4c3e8f-font-weight: 700;
	--e-global-typography-f4c3e8f-line-height: 70px;
	--e-global-typography-47a9e45-font-family: "Poppins";
	--e-global-typography-47a9e45-font-size: 67px;
	--e-global-typography-47a9e45-font-weight: 500;
	--e-global-typography-47a9e45-text-transform: lowercase;
	--e-global-typography-47a9e45-line-height: 70px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
}

.elementor-kit-6 e-page-transition {
	background-color: #ffbc7d;
}

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 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;
	}
}

.lazyloaded:not(.elementor-motion-effects-element-type-background), .lazyloaded>.elementor-motion-effects-container>.elementor-motion-effects-layer, .lazyloaded>[class*=-wrap]>.elementor-motion-effects-container>.elementor-motion-effects-layer, body.e-lazyload .e-con.lazyloaded:before, body.e-lazyload .lazyloaded, body.e-lazyload .lazyloaded .elementor-background-overlay {
	--e-bg-lazyload-loaded: var(--e-bg-lazyload);
}

[class*=" eicon-"], [class^=eicon] {
	display: inline-block;
	font-family: eicons;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.eicon-animation-spin {
	animation: a 2s infinite linear;
}

.eicon-editor-link:before {
	content: "";
}

.eicon-editor-unlink:before {
	content: "";
}

.eicon-editor-external-link:before {
	content: "";
}

.eicon-editor-close:before {
	content: "";
}

.eicon-editor-list-ol:before {
	content: "";
}

.eicon-editor-list-ul:before {
	content: "";
}

.eicon-editor-bold:before {
	content: "";
}

.eicon-editor-italic:before {
	content: "";
}

.eicon-editor-underline:before {
	content: "";
}

.eicon-editor-paragraph:before {
	content: "";
}

.eicon-editor-h1:before {
	content: "";
}

.eicon-editor-h2:before {
	content: "";
}

.eicon-editor-h3:before {
	content: "";
}

.eicon-editor-h4:before {
	content: "";
}

.eicon-editor-h5:before {
	content: "";
}

.eicon-editor-h6:before {
	content: "";
}

.eicon-editor-quote:before {
	content: "";
}

.eicon-editor-code:before {
	content: "";
}

.eicon-elementor:before {
	content: "";
}

.eicon-elementor-circle:before {
	content: "";
}

.eicon-pojome:before {
	content: "";
}

.eicon-plus:before {
	content: "";
}

.eicon-menu-bar:before {
	content: "";
}

.eicon-apps:before {
	content: "";
}

.eicon-accordion:before {
	content: "";
}

.eicon-alert:before {
	content: "";
}

.eicon-animation-text:before {
	content: "";
}

.eicon-animation:before {
	content: "";
}

.eicon-banner:before {
	content: "";
}

.eicon-blockquote:before {
	content: "";
}

.eicon-button:before {
	content: "";
}

.eicon-call-to-action:before {
	content: "";
}

.eicon-captcha:before {
	content: "";
}

.eicon-carousel:before {
	content: "";
}

.eicon-checkbox:before {
	content: "";
}

.eicon-columns:before {
	content: "";
}

.eicon-countdown:before {
	content: "";
}

.eicon-counter:before {
	content: "";
}

.eicon-date:before {
	content: "";
}

.eicon-divider-shape:before {
	content: "";
}

.eicon-divider:before {
	content: "";
}

.eicon-download-button:before {
	content: "";
}

.eicon-dual-button:before {
	content: "";
}

.eicon-email-field:before {
	content: "";
}

.eicon-facebook-comments:before {
	content: "";
}

.eicon-facebook-like-box:before {
	content: "";
}

.eicon-form-horizontal:before {
	content: "";
}

.eicon-form-vertical:before {
	content: "";
}

.eicon-gallery-grid:before {
	content: "";
}

.eicon-gallery-group:before {
	content: "";
}

.eicon-gallery-justified:before {
	content: "";
}

.eicon-gallery-masonry:before {
	content: "";
}

.eicon-icon-box:before {
	content: "";
}

.eicon-image-before-after:before {
	content: "";
}

.eicon-image-box:before {
	content: "";
}

.eicon-image-hotspot:before {
	content: "";
}

.eicon-image-rollover:before {
	content: "";
}

.eicon-info-box:before {
	content: "";
}

.eicon-inner-section:before {
	content: "";
}

.eicon-mailchimp:before {
	content: "";
}

.eicon-menu-card:before {
	content: "";
}

.eicon-navigation-horizontal:before {
	content: "";
}

.eicon-nav-menu:before {
	content: "";
}

.eicon-navigation-vertical:before {
	content: "";
}

.eicon-number-field:before {
	content: "";
}

.eicon-parallax:before {
	content: "";
}

.eicon-php7:before {
	content: "";
}

.eicon-post-list:before {
	content: "";
}

.eicon-post-slider:before {
	content: "";
}

.eicon-post:before {
	content: "";
}

.eicon-posts-carousel:before {
	content: "";
}

.eicon-posts-grid:before {
	content: "";
}

.eicon-posts-group:before {
	content: "";
}

.eicon-posts-justified:before {
	content: "";
}

.eicon-posts-masonry:before {
	content: "";
}

.eicon-posts-ticker:before {
	content: "";
}

.eicon-price-list:before {
	content: "";
}

.eicon-price-table:before {
	content: "";
}

.eicon-radio:before {
	content: "";
}

.eicon-rtl:before {
	content: "";
}

.eicon-scroll:before {
	content: "";
}

.eicon-search:before {
	content: "";
}

.eicon-select:before {
	content: "";
}

.eicon-share:before {
	content: "";
}

.eicon-sidebar:before {
	content: "";
}

.eicon-skill-bar:before {
	content: "";
}

.eicon-slider-3d:before {
	content: "";
}

.eicon-slider-album:before {
	content: "";
}

.eicon-slider-device:before {
	content: "";
}

.eicon-slider-full-screen:before {
	content: "";
}

.eicon-slider-push:before {
	content: "";
}

.eicon-slider-vertical:before {
	content: "";
}

.eicon-slider-video:before {
	content: "";
}

.eicon-slides:before {
	content: "";
}

.eicon-social-icons:before {
	content: "";
}

.eicon-spacer:before {
	content: "";
}

.eicon-table:before {
	content: "";
}

.eicon-tabs:before {
	content: "";
}

.eicon-tel-field:before {
	content: "";
}

.eicon-text-area:before {
	content: "";
}

.eicon-text-field:before {
	content: "";
}

.eicon-thumbnails-down:before {
	content: "";
}

.eicon-thumbnails-half:before {
	content: "";
}

.eicon-thumbnails-right:before {
	content: "";
}

.eicon-time-line:before {
	content: "";
}

.eicon-toggle:before {
	content: "";
}

.eicon-url:before {
	content: "";
}

.eicon-t-letter:before {
	content: "";
}

.eicon-wordpress:before {
	content: "";
}

.eicon-text:before {
	content: "";
}

.eicon-anchor:before {
	content: "";
}

.eicon-bullet-list:before {
	content: "";
}

.eicon-code:before {
	content: "";
}

.eicon-favorite:before {
	content: "";
}

.eicon-google-maps:before {
	content: "";
}

.eicon-image:before {
	content: "";
}

.eicon-photo-library:before {
	content: "";
}

.eicon-woocommerce:before {
	content: "";
}

.eicon-youtube:before {
	content: "";
}

.eicon-flip-box:before {
	content: "";
}

.eicon-settings:before {
	content: "";
}

.eicon-headphones:before {
	content: "";
}

.eicon-testimonial:before {
	content: "";
}

.eicon-counter-circle:before {
	content: "";
}

.eicon-person:before {
	content: "";
}

.eicon-chevron-right:before {
	content: "";
}

.eicon-chevron-left:before {
	content: "";
}

.eicon-close:before {
	content: "";
}

.eicon-file-download:before {
	content: "";
}

.eicon-save:before {
	content: "";
}

.eicon-zoom-in:before {
	content: "";
}

.eicon-shortcode:before {
	content: "";
}

.eicon-nerd:before {
	content: "";
}

.eicon-device-desktop:before {
	content: "";
}

.eicon-device-tablet:before {
	content: "";
}

.eicon-device-mobile:before {
	content: "";
}

.eicon-document-file:before {
	content: "";
}

.eicon-folder-o:before {
	content: "";
}

.eicon-hypster:before {
	content: "";
}

.eicon-h-align-left:before {
	content: "";
}

.eicon-h-align-right:before {
	content: "";
}

.eicon-h-align-center:before {
	content: "";
}

.eicon-h-align-stretch:before {
	content: "";
}

.eicon-v-align-top:before {
	content: "";
}

.eicon-v-align-bottom:before {
	content: "";
}

.eicon-v-align-middle:before {
	content: "";
}

.eicon-v-align-stretch:before {
	content: "";
}

.eicon-pro-icon:before {
	content: "";
}

.eicon-mail:before {
	content: "";
}

.eicon-lock-user:before {
	content: "";
}

.eicon-testimonial-carousel:before {
	content: "";
}

.eicon-media-carousel:before {
	content: "";
}

.eicon-section:before {
	content: "";
}

.eicon-column:before {
	content: "";
}

.eicon-edit:before {
	content: "";
}

.eicon-clone:before {
	content: "";
}

.eicon-trash:before {
	content: "";
}

.eicon-play:before {
	content: "";
}

.eicon-angle-right:before {
	content: "";
}

.eicon-angle-left:before {
	content: "";
}

.eicon-animated-headline:before {
	content: "";
}

.eicon-menu-toggle:before {
	content: "";
}

.eicon-fb-embed:before {
	content: "";
}

.eicon-fb-feed:before {
	content: "";
}

.eicon-twitter-embed:before {
	content: "";
}

.eicon-twitter-feed:before {
	content: "";
}

.eicon-sync:before {
	content: "";
}

.eicon-import-export:before {
	content: "";
}

.eicon-check-circle:before {
	content: "";
}

.eicon-library-save:before {
	content: "";
}

.eicon-library-download:before {
	content: "";
}

.eicon-insert:before {
	content: "";
}

.eicon-preview-medium:before {
	content: "";
}

.eicon-sort-down:before {
	content: "";
}

.eicon-sort-up:before {
	content: "";
}

.eicon-heading:before {
	content: "";
}

.eicon-logo:before {
	content: "";
}

.eicon-meta-data:before {
	content: "";
}

.eicon-post-content:before {
	content: "";
}

.eicon-post-excerpt:before {
	content: "";
}

.eicon-post-navigation:before {
	content: "";
}

.eicon-yoast:before {
	content: "";
}

.eicon-nerd-chuckle:before {
	content: "";
}

.eicon-nerd-wink:before {
	content: "";
}

.eicon-comments:before {
	content: "";
}

.eicon-download-circle-o:before {
	content: "";
}

.eicon-library-upload:before {
	content: "";
}

.eicon-save-o:before {
	content: "";
}

.eicon-upload-circle-o:before {
	content: "";
}

.eicon-ellipsis-h:before {
	content: "";
}

.eicon-ellipsis-v:before {
	content: "";
}

.eicon-arrow-left:before {
	content: "";
}

.eicon-arrow-right:before {
	content: "";
}

.eicon-arrow-up:before {
	content: "";
}

.eicon-arrow-down:before {
	content: "";
}

.eicon-play-o:before {
	content: "";
}

.eicon-archive-posts:before {
	content: "";
}

.eicon-archive-title:before {
	content: "";
}

.eicon-featured-image:before {
	content: "";
}

.eicon-post-info:before {
	content: "";
}

.eicon-post-title:before {
	content: "";
}

.eicon-site-logo:before {
	content: "";
}

.eicon-site-search:before {
	content: "";
}

.eicon-site-title:before {
	content: "";
}

.eicon-plus-square:before {
	content: "";
}

.eicon-minus-square:before {
	content: "";
}

.eicon-cloud-check:before {
	content: "";
}

.eicon-drag-n-drop:before {
	content: "";
}

.eicon-welcome:before {
	content: "";
}

.eicon-handle:before {
	content: "";
}

.eicon-cart:before {
	content: "";
}

.eicon-product-add-to-cart:before {
	content: "";
}

.eicon-product-breadcrumbs:before {
	content: "";
}

.eicon-product-categories:before {
	content: "";
}

.eicon-product-description:before {
	content: "";
}

.eicon-product-images:before {
	content: "";
}

.eicon-product-info:before {
	content: "";
}

.eicon-product-meta:before {
	content: "";
}

.eicon-product-pages:before {
	content: "";
}

.eicon-product-price:before {
	content: "";
}

.eicon-product-rating:before {
	content: "";
}

.eicon-product-related:before {
	content: "";
}

.eicon-product-stock:before {
	content: "";
}

.eicon-product-tabs:before {
	content: "";
}

.eicon-product-title:before {
	content: "";
}

.eicon-product-upsell:before {
	content: "";
}

.eicon-products:before {
	content: "";
}

.eicon-bag-light:before {
	content: "";
}

.eicon-bag-medium:before {
	content: "";
}

.eicon-bag-solid:before {
	content: "";
}

.eicon-basket-light:before {
	content: "";
}

.eicon-basket-medium:before {
	content: "";
}

.eicon-basket-solid:before {
	content: "";
}

.eicon-cart-light:before {
	content: "";
}

.eicon-cart-medium:before {
	content: "";
}

.eicon-cart-solid:before {
	content: "";
}

.eicon-exchange:before {
	content: "";
}

.eicon-preview-thin:before {
	content: "";
}

.eicon-device-laptop:before {
	content: "";
}

.eicon-collapse:before {
	content: "";
}

.eicon-expand:before {
	content: "";
}

.eicon-navigator:before {
	content: "";
}

.eicon-plug:before {
	content: "";
}

.eicon-dashboard:before {
	content: "";
}

.eicon-typography:before {
	content: "";
}

.eicon-info-circle-o:before {
	content: "";
}

.eicon-integration:before {
	content: "";
}

.eicon-plus-circle-o:before {
	content: "";
}

.eicon-rating:before {
	content: "";
}

.eicon-review:before {
	content: "";
}

.eicon-tools:before {
	content: "";
}

.eicon-loading:before {
	content: "";
}

.eicon-sitemap:before {
	content: "";
}

.eicon-click:before {
	content: "";
}

.eicon-clock:before {
	content: "";
}

.eicon-library-open:before {
	content: "";
}

.eicon-warning:before {
	content: "";
}

.eicon-flow:before {
	content: "";
}

.eicon-cursor-move:before {
	content: "";
}

.eicon-arrow-circle-left:before {
	content: "";
}

.eicon-flash:before {
	content: "";
}

.eicon-redo:before {
	content: "";
}

.eicon-ban:before {
	content: "";
}

.eicon-barcode:before {
	content: "";
}

.eicon-calendar:before {
	content: "";
}

.eicon-caret-left:before {
	content: "";
}

.eicon-caret-right:before {
	content: "";
}

.eicon-caret-up:before {
	content: "";
}

.eicon-chain-broken:before {
	content: "";
}

.eicon-check-circle-o:before {
	content: "";
}

.eicon-check:before {
	content: "";
}

.eicon-chevron-double-left:before {
	content: "";
}

.eicon-chevron-double-right:before {
	content: "";
}

.eicon-undo:before {
	content: "";
}

.eicon-filter:before {
	content: "";
}

.eicon-circle-o:before {
	content: "";
}

.eicon-circle:before {
	content: "";
}

.eicon-clock-o:before {
	content: "";
}

.eicon-cog:before {
	content: "";
}

.eicon-cogs:before {
	content: "";
}

.eicon-commenting-o:before {
	content: "";
}

.eicon-copy:before {
	content: "";
}

.eicon-database:before {
	content: "";
}

.eicon-dot-circle-o:before {
	content: "";
}

.eicon-envelope:before {
	content: "";
}

.eicon-external-link-square:before {
	content: "";
}

.eicon-eyedropper:before {
	content: "";
}

.eicon-folder:before {
	content: "";
}

.eicon-font:before {
	content: "";
}

.eicon-adjust:before {
	content: "";
}

.eicon-lightbox:before {
	content: "";
}

.eicon-heart-o:before {
	content: "";
}

.eicon-history:before {
	content: "";
}

.eicon-image-bold:before {
	content: "";
}

.eicon-info-circle:before {
	content: "";
}

.eicon-link:before {
	content: "";
}

.eicon-long-arrow-left:before {
	content: "";
}

.eicon-long-arrow-right:before {
	content: "";
}

.eicon-caret-down:before {
	content: "";
}

.eicon-paint-brush:before {
	content: "";
}

.eicon-pencil:before {
	content: "";
}

.eicon-plus-circle:before {
	content: "";
}

.eicon-zoom-in-bold:before {
	content: "";
}

.eicon-sort-amount-desc:before {
	content: "";
}

.eicon-sign-out:before {
	content: "";
}

.eicon-spinner:before {
	content: "";
}

.eicon-square:before {
	content: "";
}

.eicon-star-o:before {
	content: "";
}

.eicon-star:before {
	content: "";
}

.eicon-text-align-justify:before {
	content: "";
}

.eicon-text-align-center:before {
	content: "";
}

.eicon-tags:before {
	content: "";
}

.eicon-text-align-left:before {
	content: "";
}

.eicon-text-align-right:before {
	content: "";
}

.eicon-close-circle:before {
	content: "";
}

.eicon-trash-o:before {
	content: "";
}

.eicon-font-awesome:before {
	content: "";
}

.eicon-user-circle-o:before {
	content: "";
}

.eicon-video-camera:before {
	content: "";
}

.eicon-heart:before {
	content: "";
}

.eicon-wrench:before {
	content: "";
}

.eicon-help:before {
	content: "";
}

.eicon-help-o:before {
	content: "";
}

.eicon-zoom-out-bold:before {
	content: "";
}

.eicon-plus-square-o:before {
	content: "";
}

.eicon-minus-square-o:before {
	content: "";
}

.eicon-minus-circle:before {
	content: "";
}

.eicon-minus-circle-o:before {
	content: "";
}

.eicon-code-bold:before {
	content: "";
}

.eicon-cloud-upload:before {
	content: "";
}

.eicon-search-bold:before {
	content: "";
}

.eicon-map-pin:before {
	content: "";
}

.eicon-meetup:before {
	content: "";
}

.eicon-slideshow:before {
	content: "";
}

.eicon-t-letter-bold:before {
	content: "";
}

.eicon-preferences:before {
	content: "";
}

.eicon-table-of-contents:before {
	content: "";
}

.eicon-tv:before {
	content: "";
}

.eicon-upload:before {
	content: "";
}

.eicon-instagram-comments:before {
	content: "";
}

.eicon-instagram-nested-gallery:before {
	content: "";
}

.eicon-instagram-post:before {
	content: "";
}

.eicon-instagram-video:before {
	content: "";
}

.eicon-instagram-gallery:before {
	content: "";
}

.eicon-instagram-likes:before {
	content: "";
}

.eicon-facebook:before {
	content: "";
}

.eicon-twitter:before {
	content: "";
}

.eicon-pinterest:before {
	content: "";
}

.eicon-frame-expand:before {
	content: "";
}

.eicon-frame-minimize:before {
	content: "";
}

.eicon-archive:before {
	content: "";
}

.eicon-colors-typography:before {
	content: "";
}

.eicon-custom:before {
	content: "";
}

.eicon-footer:before {
	content: "";
}

.eicon-header:before {
	content: "";
}

.eicon-layout-settings:before {
	content: "";
}

.eicon-lightbox-expand:before {
	content: "";
}

.eicon-error-404:before {
	content: "";
}

.eicon-theme-style:before {
	content: "";
}

.eicon-search-results:before {
	content: "";
}

.eicon-single-post:before {
	content: "";
}

.eicon-site-identity:before {
	content: "";
}

.eicon-theme-builder:before {
	content: "";
}

.eicon-download-bold:before {
	content: "";
}

.eicon-share-arrow:before {
	content: "";
}

.eicon-global-settings:before {
	content: "";
}

.eicon-user-preferences:before {
	content: "";
}

.eicon-lock:before {
	content: "";
}

.eicon-export-kit:before {
	content: "";
}

.eicon-import-kit:before {
	content: "";
}

.eicon-lottie:before {
	content: "";
}

.eicon-products-archive:before {
	content: "";
}

.eicon-single-product:before {
	content: "";
}

.eicon-disable-trash-o:before {
	content: "";
}

.eicon-single-page:before {
	content: "";
}

.eicon-wordpress-light:before {
	content: "";
}

.eicon-cogs-check:before {
	content: "";
}

.eicon-custom-css:before {
	content: "";
}

.eicon-global-colors:before {
	content: "";
}

.eicon-globe:before {
	content: "";
}

.eicon-typography-1:before {
	content: "";
}

.eicon-background:before {
	content: "";
}

.eicon-device-responsive:before {
	content: "";
}

.eicon-device-wide:before {
	content: "";
}

.eicon-code-highlight:before {
	content: "";
}

.eicon-video-playlist:before {
	content: "";
}

.eicon-download-kit:before {
	content: "";
}

.eicon-kit-details:before {
	content: "";
}

.eicon-kit-parts:before {
	content: "";
}

.eicon-kit-upload:before {
	content: "";
}

.eicon-kit-plugins:before {
	content: "";
}

.eicon-kit-upload-alt:before {
	content: "";
}

.eicon-hotspot:before {
	content: "";
}

.eicon-paypal-button:before {
	content: "";
}

.eicon-shape:before {
	content: "";
}

.eicon-wordart:before {
	content: "";
}

.eicon-checkout:before {
	content: "";
}

.eicon-container:before {
	content: "";
}

.eicon-flip:before {
	content: "";
}

.eicon-info:before {
	content: "";
}

.eicon-my-account:before {
	content: "";
}

.eicon-purchase-summary:before {
	content: "";
}

.eicon-page-transition:before {
	content: "";
}

.eicon-spotify:before {
	content: "";
}

.eicon-stripe-button:before {
	content: "";
}

.eicon-woo-settings:before {
	content: "";
}

.eicon-woo-cart:before {
	content: "";
}

.eicon-grow:before {
	content: "";
}

.eicon-order-end:before {
	content: "";
}

.eicon-nowrap:before {
	content: "";
}

.eicon-order-start:before {
	content: "";
}

.eicon-progress-tracker:before {
	content: "";
}

.eicon-shrink:before {
	content: "";
}

.eicon-wrap:before {
	content: "";
}

.eicon-align-center-h:before {
	content: "";
}

.eicon-align-center-v:before {
	content: "";
}

.eicon-align-end-h:before {
	content: "";
}

.eicon-align-end-v:before {
	content: "";
}

.eicon-align-start-h:before {
	content: "";
}

.eicon-align-start-v:before {
	content: "";
}

.eicon-align-stretch-h:before {
	content: "";
}

.eicon-align-stretch-v:before {
	content: "";
}

.eicon-justify-center-h:before {
	content: "";
}

.eicon-justify-center-v:before {
	content: "";
}

.eicon-justify-end-h:before {
	content: "";
}

.eicon-justify-end-v:before {
	content: "";
}

.eicon-justify-space-around-h:before {
	content: "";
}

.eicon-justify-space-around-v:before {
	content: "";
}

.eicon-justify-space-between-h:before {
	content: "";
}

.eicon-justify-space-between-v:before {
	content: "";
}

.eicon-justify-space-evenly-h:before {
	content: "";
}

.eicon-justify-space-evenly-v:before {
	content: "";
}

.eicon-justify-start-h:before {
	content: "";
}

.eicon-justify-start-v:before {
	content: "";
}

.eicon-woocommerce-cross-sells:before {
	content: "";
}

.eicon-woocommerce-notices:before {
	content: "";
}

.eicon-inner-container:before {
	content: "";
}

.eicon-warning-full:before {
	content: "";
}

.eicon-exit:before {
	content: "";
}

.eicon-loop-builder:before {
	content: "";
}

.eicon-notes:before {
	content: "";
}

.eicon-read:before {
	content: "";
}

.eicon-unread:before {
	content: "";
}

.eicon-carousel-loop:before {
	content: "";
}

.eicon-mega-menu:before {
	content: "";
}

.eicon-nested-carousel:before {
	content: "";
}

.eicon-ai:before {
	content: "";
}

.eicon-taxonomy-filter:before {
	content: "";
}

.eicon-container-grid:before {
	content: "";
}

.eicon-upgrade:before {
	content: "";
}

.eicon-eye:before {
	content: "";
}

.eicon-elementor-square:before {
	content: "";
}
