
#tve-lg-error-container {
	background-color: #f2dede;
	color: #a94442;
	border: 1px solid #ebccd1;
	border-radius: 1px;
	padding: 4px 10px;
	position: absolute;
	z-index: 3000000;
	box-sizing: border-box !important;
}

#tve-lg-error-container .tve-lg-err-item {
	line-height: 1.2;
	font-size: 14px;
}

#tve-lg-error-container .tve-lg-err-close {
	color: #a94442;
	display: inline-block;
	font-size: 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -6px 0px 0px;
}

#tve-lg-error-container .tve-lg-err-close:hover {
	text-decoration: none;
}

.thrv_wrapper.thrv_lead_generation {
	width: 100%;
	overflow: unset !important;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container {
	color: #555;
	--tcb-applied-color: #555;
	font-family: Roboto, sans-serif;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"], .thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"], .thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container textarea {
	padding: 10px 15px;
	height: auto;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="email"]:hover, .thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input[type="text"]:hover, .thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container textarea:hover {
	border-color: #b7d8d1;
}

.thrv_wrapper.thrv_lead_generation .tve_lead_generated_inputs_container input::placeholder {
	font-family: inherit !important;
}

.thrv_wrapper.thrv_lead_generation {
	position: relative;
	box-sizing: border-box;
}

.thrv_wrapper.thrv_lead_generation::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
	margin: 10px 0px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_input > input {
	margin: 0px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea {
	margin: 10px 0px;
}

.thrv_wrapper.thrv_lead_generation.tve-lead-generation-template .thrv_lead_generation_container .tve_lg_input_container.tve_lg_textarea > textarea {
	margin: 0px;
}

.tve-lg-error {
	background-repeat: no-repeat;
	border-color: transparent !important;
	box-shadow: #a94442 0px 0px 4px inset !important;
}

.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input {
	display: flex;
}

.thrv_lead_generation_container .tve_lg_input_container.tve_lg_input > input {
	flex: 1 1 0%;
	max-width: 100%;
}

.thrv_lead_generation_container input[type="password"], .thrv_lead_generation_container input[type="email"], .thrv_lead_generation_container input[type="url"], .thrv_lead_generation_container input[type="text"], .thrv_lead_generation_container input[type="tel"], .thrv_lead_generation_container button, .thrv_lead_generation_container select, .thrv_lead_generation_container textarea {
	border-style: solid;
	border-color: #b7d8d1;
	border-width: 1px;
	max-width: none;
	background-color: #f8f9fa;
	box-sizing: border-box !important;
	float: none !important;
	width: 100% !important;
}

.thrv_lead_generation_container input[type="password"]::placeholder, .thrv_lead_generation_container input[type="email"]::placeholder, .thrv_lead_generation_container input[type="url"]::placeholder, .thrv_lead_generation_container input[type="text"]::placeholder, .thrv_lead_generation_container input[type="tel"]::placeholder, .thrv_lead_generation_container button::placeholder, .thrv_lead_generation_container select::placeholder, .thrv_lead_generation_container textarea::placeholder {
	opacity: .7;
	color: inherit !important;
}

.thrv_lead_generation_container input:hover {
	background-color: #fff;
	border-color: #1abc9c;
}

.thrv_lead_generation_container input[type="image"] {
	box-sizing: border-box;
}

.thrv_lead_generation_container select {
	height: auto;
}

.thrv_lead_generation_container input[type="password"], .thrv_lead_generation_container input[type="email"], .thrv_lead_generation_container input[type="text"], .thrv_lead_generation_container input[type="tel"], .thrv_lead_generation_container input[type="url"] {
	outline: none;
	padding: 5px;
}

.thrv_lead_generation_container button {
	border-width: 0px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 10px;
}

.thrv_lead_generation_container .tcb-form-loader {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

span.tcb-form-loader-icon {
	animation: .7s linear 0s infinite normal none running tcb-loader;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0px 0px -12px;
	opacity: .7;
}

.thrv_lead_generation_container .thrv_text_element {
	position: relative;
	z-index: 1 !important;
}

.tve_lg_input_container {
	position: relative;
	z-index: 1 !important;
}

.tve_lg_input_container input[type="text"], .tve_lg_input_container input[type="email"], .tve_lg_input_container textarea {
	margin: 10px 0px;
}

.tve_lg_input_container textarea {
	min-height: 40px;
}

.tve_lg_input_container.tcb-plain-text {
	cursor: unset;
}

.tve_lead_generated_inputs_container {
	--tcb-local-color-30800: #3b88fd;
	--tcb-local-color-f2bba: rgba(59, 136, 253, .1);
	--tcb-local-color-trewq: rgba(59, 136, 253, .3);
	--tcb-local-color-poiuy: rgba(59, 136, 253, .6);
	--tcb-local-color-f83d7: rgba(59, 136, 253, .25);
	--tcb-local-color-3d798: rgba(59, 136, 253, .4);
	--tcb-local-color-418a6: rgba(59, 136, 253, .12);
	--tcb-local-color-a941t: rgba(59, 136, 253, .05);
	--tcb-local-color-1ad9d: rgba(46, 204, 113, .1);
	--tcb-local-color-2dbcc: #88e7fd;
	--tcb-local-color-frty6: rgba(59, 136, 253, .45);
	--tcb-local-color-flktr: rgba(59, 136, 253, .8);
	--tcb-radio-size: 20px;
	--tcb-checkbox-size: 20px;
	--tve-color: var(--tcb-local-color-30800);
}

.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark, .tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark {
	border-color: transparent;
	box-shadow: #a94442 0px 0px 4px inset;
}

.tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark::after, .tve-new-radio .tve_lg_radio_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark::after, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) + .tve-checkmark::after, .tve-new-checkbox .tve_lg_checkbox_wrapper .tve-lg-error:not(:checked) + label:not(:hover) .tve-checkmark::after {
	box-shadow: #a94442 0px 0px 4px inset;
}

.tve-new-radio.tve_lg_radio.tve-lg-error-multiple::after {
	display: block;
	position: absolute;
	left: 16px;
	bottom: -10px;
	font-size: 16px;
	color: #aa4443;
}

.tve_lg_input_container.tve_lg_textarea:not(.tve-lg-show-counter) .tve-lg-textarea-counter {
	display: none;
}

.tve_lg_input_container.tve_lg_textarea .tve-lg-textarea-counter {
	text-align: right;
	font-size: inherit;
}

.tve_lg_input_container.tve_lg_textarea textarea {
	outline: none;
}

:not(#tve) .thrv_text_element.tve-lg-textarea-counter .tve-fill-text-dynamic {
	pointer-events: none;
	user-select: none;
	font-size: inherit;
	text-align: right;
}

.tve_lg_dropdown.tve-lg-error, .tcb-form-dropdown.tve-lg-error, .tve-dynamic-dropdown.tve-lg-error {
	border-radius: 6px;
}

.tve_lg_dropdown.tve-lg-error > a, .tcb-form-dropdown.tve-lg-error > a, .tve-dynamic-dropdown.tve-lg-error > a {
	box-shadow: #a94442 0px 0px 4px !important;
}

.tcb-file-list .tcb-file-loader .tcb-form-loader-icon {
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	margin: -8px 0px 0px -8px;
}

.tve_social_custom.tve_style_5 {
	font-size: 22px;
}

.tve_social_custom.tve_style_5 .tve_s_link {
	font-size: inherit;
}

.tve_social_custom.tve_style_5 .tve_s_icon {
	font-size: 1.136em;
	line-height: 1em;
	height: 1.92em;
	width: 1.92em;
}

.tve_social_custom.tve_style_5 .tve_s_item:hover .tve_s_link, .tve_social_custom.tve_style_5 .tve_s_item:active .tve_s_link {
	color: #fff !important;
}

.tve_social_custom.tve_style_5 .tve_s_item.tve_share_item .tve_s_icon {
	width: unset;
	height: unset;
	padding: .445em;
}

.tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item {
	padding-right: 20px;
}

.tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item .tve_s_icon {
	margin-right: 10px;
}

.tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item .tve_s_text, .tve_social_custom.tve_style_5.tve_social_itb .tve_s_item.tve_share_item .tve_s_count {
	padding: 0px;
}

.tve_s_fb_share {
	--tcb-social-color-style-6: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-6: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-7: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-7: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-8: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-8: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-9: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-9: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-10: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-10: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-11: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-11: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-12: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-12: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-13: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-13: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-14: #111;
}

.tve_s_in_share {
	--tcb-social-color-style-14: #111;
}

.tve_s_fb_share {
	--tcb-social-color-style-15: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-15: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-16: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-16: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-17: #181818;
}

.tve_s_in_share {
	--tcb-social-color-style-17: #181818;
}

.tve_s_fb_share {
	--tcb-social-color-style-18: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-18: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-1: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-1: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-2: #284f9b;
}

.tve_s_in_share {
	--tcb-social-color-style-2: #015a9c;
}

.tve_s_fb_share {
	--tcb-social-color-style-3: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-3: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-4: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-4: #0177b5;
}

.tve_s_fb_share {
	--tcb-social-color-style-5: #3569b4;
}

.tve_s_in_share {
	--tcb-social-color-style-5: #0177b5;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item {
	border: 2px solid var(--tcb-social-color-style-5);
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_link, .thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_icon, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_link, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item .tve_s_icon {
	color: var(--tcb-social-color-style-5) !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover {
	background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)), linear-gradient(var(--tcb-social-color-style-5), var(--tcb-social-color-style-5));
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_text, .thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_count, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_text, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_count {
	color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_icon, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:hover .tve_s_icon {
	fill: #fff !important;
	color: #fff !important;
}

.thrv_social:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:active, .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_5 .tve_s_item:active {
	border-color: var(--tcb-social-color-style-5);
	background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1)), linear-gradient(var(--tcb-social-color-style-5), var(--tcb-social-color-style-5));
}

.tve_s_item {
	--tcb-local-color-style-1: linear-gradient(to bottom right, var(--tcb-local-color-f2bba) 50%, var(--tcb-local-color-trewq) 50%);
	--tcb-local-color-style-2: var(--tcb-local-color-f3080);
	--tcb-local-color-style-3: var(--tcb-local-color-f3080);
	--tcb-local-color-style-4: var(--tcb-local-color-f3080);
	--tcb-local-color-style-5: var(--tcb-local-color-f3080);
	--tcb-local-color-style-6: var(--tcb-local-color-f2bba);
	--tcb-local-color-style-7: var(--tcb-local-color-f2bba);
	--tcb-local-color-style-8: var(--tcb-local-color-f2bba);
}

.tve_s_fb_share {
	--tcb-local-color-style-1: linear-gradient(to bottom right, rgba(53, 105, 180, .8) 50%, #3569b4 50%);
	--tcb-local-color-style-2: #3569b4;
	--tcb-local-color-style-3: #3569b4;
	--tcb-local-color-style-4: #3569b4;
	--tcb-local-color-style-5: #3569b4;
	--tcb-local-color-style-6: #3569b4;
	--tcb-local-color-style-7: #3569b4;
	--tcb-local-color-style-8: #3569b4;
}

.tve_s_in_share {
	--tcb-local-color-style-1: linear-gradient(to bottom right, rgba(1, 119, 181, .8) 50%, #0177b5 50%);
	--tcb-local-color-style-2: #0177b5;
	--tcb-local-color-style-3: #0177b5;
	--tcb-local-color-style-4: #0177b5;
	--tcb-local-color-style-5: #0177b5;
	--tcb-local-color-style-6: #0177b5;
	--tcb-local-color-style-7: #0177b5;
	--tcb-local-color-style-8: #0177b5;
}

.thrv_social_custom:not(.tcb-social-full-width):not(.tve_style_12) .tve_s_item:last-child {
	margin-right: 0px;
}

.tve_s_fb_share.tve_share_item .tve_s_icon::before {
	content: "" !important;
}

.tve_s_in_share.tve_share_item .tve_s_icon::before {
	content: "" !important;
}

.tve_social_custom {
	display: table;
}

.tve_social_custom .tve_s_item {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 10px;
	line-height: 1.5em;
}

.tve_social_custom .tve_s_item.thrv_wrapper {
	margin-top: 5px;
	margin-bottom: 5px;
}

.tve_social_custom .tve_s_item:not(:last-child) {
	margin-right: 10px;
}

.rtl .tve_social_custom .tve_s_item:not(:first-child) {
	margin-right: 10px !important;
}

.rtl .tve_social_custom .tve_s_item:first-child {
	margin-right: 0px !important;
}

.tve_social_custom .tve_s_item.tve_s_in_share .tve_s_count {
	display: none !important;
}

.tve_social_custom .tve_s_item.tve_s_in_share .tve_s_count {
	display: none !important;
}

.tve_social_custom .tve_s_link {
	box-shadow: none;
	display: table;
	border: 0px;
	color: #fff;
	text-decoration: none !important;
}

.tve_social_custom .tve_s_link:hover {
	text-decoration: none;
}

.tve_social_custom .tve_s_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
}

.tve_social_custom .tve_s_icon.thrv_wrapper {
	margin: 0px;
}

.tve_social_custom .tve_s_icon svg.tcb-icon {
	fill: currentcolor;
	color: currentcolor;
}

.tve_social_custom .tve_s_text {
	display: table-cell;
	font-size: inherit;
	padding: 0px 20px 0px 10px;
	vertical-align: middle;
	white-space: nowrap;
	flex-grow: 1;
}

.tve_social_custom .tve_s_count {
	display: none;
}

.tve_social_custom.tve_social_ib .tve_s_text {
	display: none;
}

.tcb-social-vertical {
	display: flex;
	flex-direction: column;
}

.thrv_social_custom .tve_social_items {
	display: inline-block;
	vertical-align: middle;
}

.thrv_social_custom {
	align-items: center;
	justify-content: center;
	max-width: max-content;
	display: flex !important;
}

.thrv_social_custom.tve_share_left {
	flex-direction: row;
}

.tve_social_items a {
	font-size: unset;
}

.thrv_wrapper .tve-content-box-background {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	height: 100% !important;
}

.thrv_wrapper.thrv-content-box {
	box-sizing: border-box;
	position: relative;
	min-height: 10px;
}

.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element) {
	box-sizing: border-box;
}

.tve-cb {
	display: inline-block;
	vertical-align: middle;
	clear: both;
	overflow: visible;
	width: 100%;
	z-index: 1;
	position: relative;
	min-height: 10px;
}

.tcb-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	vertical-align: middle;
	stroke-width: 0;
	stroke: currentcolor;
	fill: currentcolor;
	box-sizing: content-box;
	transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}

svg.tcb-icon path:not([fill="none"]) {
	transition: none 0s ease 0s;
	fill: inherit !important;
	stroke: inherit !important;
}

.thrv_icon {
	text-align: center;
}

.tve-form-button {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: table !important;
}

.tve-form-button.thrv_wrapper {
	padding: 0px;
}

.tve-form-button .tcb-plain-text {
	cursor: pointer;
}

.tve-form-button {
	position: relative;
	z-index: 1;
}

.tve-form-button:focus-within .tve-form-button-submit {
	box-shadow: rgba(142, 142, 142, .5) 0px 2px 4px;
}

.tcb-with-icon.tcb-flip .tcb-button-icon {
	padding-left: 15px;
}

.tcb-with-icon .tcb-button-icon {
	display: block;
}

.tcb-with-icon .tcb-button-icon .thrv_wrapper.thrv_icon {
	margin: 0px;
}

a.tcb-button-link {
	background-color: #1abc9c;
	padding: 12px 15px;
	font-size: 18px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}

a.tcb-button-link:hover {
	background-color: #15a288;
}

.tcb-flip a.tcb-button-link {
	flex-direction: row-reverse;
}

.tve-form-button a.tcb-button-link {
	color: #fff;
	text-decoration: none !important;
}

a.tcb-button-link > span::before {
	position: absolute;
	content: "";
	display: none;
	top: -100px;
	bottom: -100px;
	width: 1px;
	left: 10px;
	background-color: #007900;
}

span.tcb-button-texts {
	color: inherit;
	display: block;
	flex: 1 1 0%;
	position: relative;
}

span.tcb-button-texts > span {
	display: block;
	padding: 0px;
}

span.tcb-button-icon {
	display: none;
	font-size: 1em;
	line-height: 0;
	position: relative;
	color: inherit;
}

span.tcb-button-icon .tcb-icon {
	height: 1em;
}

.tcb-plain-text {
	cursor: text;
}

.thrv_text_element {
	overflow-wrap: break-word;
}

body:not(.tve_editor_page) .thrv_wrapper.thrv_footer, body:not(.tve_editor_page) .thrv_wrapper.thrv_header {
	padding: 0px;
}

.tcb-post-content {
	overflow-wrap: break-word;
}

.tcb-post-content.thrv_wrapper {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}

.thrv-login-element .tcb-form-loader-icon {
	z-index: 11;
}

.thrv-login-element .tcb-form-loader > span.tcb-form-loader-icon {
	animation: .7s linear 0s infinite normal none running tcb-loader;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0px 0px -12px;
	opacity: .7;
}

.notifications-content-wrapper {
	position: fixed;
	opacity: 1;
}

.notifications-content-wrapper.thrv_wrapper {
	padding: 0px;
	margin: 0px;
}

.notifications-content-wrapper.tcb-permanently-hidden {
	display: none !important;
}

.notifications-content-wrapper .notifications-content {
	display: none;
	flex-direction: column;
}

.notifications-content-wrapper:not(.notification-edit-mode) {
	z-index: 9999993;
}

.notifications-content-wrapper[data-position*="top"] {
	top: 50px;
}

.notifications-content-wrapper[data-position*="middle"] {
	top: 50%;
	transform: translateY(-50%);
}

.notifications-content-wrapper[data-position*="bottom"] {
	bottom: 50px;
}

.notifications-content-wrapper[data-position*="left"] {
	left: 50px;
}

.notifications-content-wrapper[data-position*="center"] {
	left: 50%;
	transform: translateX(-50%);
}

.notifications-content-wrapper[data-position*="right"] {
	right: 50px;
}

.notifications-content-wrapper[data-position="middle-center"] {
	transform: translate(-50%, -50%);
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode), .notifications-content-wrapper.tcb-animated.editor-preview {
	transition: top .7s ease 0s, bottom .7s ease 0s, left .7s ease 0s, right .7s ease 0s, opacity .7s ease-in-out 0s;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="bottom"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="bottom"] {
	bottom: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="top"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="down"][data-position*="middle"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="top"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="down"][data-position*="middle"] {
	top: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="bottom"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="bottom"] {
	bottom: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="top"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="up"][data-position*="middle"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="top"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="up"][data-position*="middle"] {
	top: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="right"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="right"] {
	right: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="left"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="left"][data-position*="center"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="left"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="left"][data-position*="center"] {
	left: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="right"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="right"] {
	right: -100%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="left"], .notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation="right"][data-position*="center"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="left"], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation="right"][data-position*="center"] {
	left: 150%;
}

.notifications-content-wrapper.tcb-animated:not(.notification-edit-mode)[data-animation], .notifications-content-wrapper.tcb-animated.editor-preview[data-animation] {
	opacity: 0;
}

.notifications-content-wrapper[data-state="success"] .notification-success {
	display: flex;
}

.notifications-content-wrapper[data-state="warning"] .notification-warning {
	display: flex;
}

.notifications-content-wrapper[data-state="error"] .notification-error {
	display: flex;
}

.tcb-permanently-hidden {
	display: none !important;
}

.tar-disabled {
	cursor: default;
	opacity: .4;
	pointer-events: none;
}

.tcb-clear::after {
	display: block;
	height: 0px;
	content: "";
}

.svg-shape-bottom {
	fill: #fff;
}

.tcb-flex-row {
	display: flex;
	flex-flow: row;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 0px;
	margin-left: -15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.tcb-flex-col {
	flex: 1 1 auto;
	padding-top: 0px;
	padding-left: 15px;
}

.tcb-flex-row .tcb-flex-col {
	box-sizing: border-box;
}

.tcb-col {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.tcb-flex-row .tcb-col {
	box-sizing: border-box;
}

.thrv-svg-icon svg, .tve_s_icon svg {
	width: 1em;
	height: 1em;
	stroke-width: 0;
	fill: currentcolor;
	stroke: currentcolor;
}

html {
	text-rendering: auto !important;
}

html body {
	text-rendering: auto !important;
}

#tve_editor ul {
	margin-left: 20px;
}

.thrv_wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 1px;
}

.thrv_wrapper div {
	box-sizing: content-box;
}

.thrv_wrapper.tve-elem-default-pad {
	padding: 20px;
}

.thrv_wrapper.thrv_text_element, .thrv_wrapper.thrv_symbol {
	margin: 0px;
}

.thrv_wrapper.thrv-columns {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

.tve_shortcode_editor h1 {
	padding: 0px;
}

p {
	font-size: 1em;
}

.tve_clearfix::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0px;
}

a:not(.tcb-button-link) svg.tcb-icon {
	color: #111;
}

.thrv_icon {
	line-height: 0;
}

.thrv_icon.tcb-icon-display {
	display: table;
	border-collapse: initial;
}

.thrv_icon.thrv_wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.tvd-toast {
	justify-content: space-between;
}

.tvd-toast.tve-fe-message {
	top: 50px;
	width: 60%;
	padding: 0px;
	color: #000;
	max-width: 500px;
	position: fixed;
	z-index: 9999993;
	left: 50%;
}

.tvd-toast.tve-fe-message .tve-toast-message {
	position: relative;
	left: -50%;
	background: #fff;
	box-shadow: #a7a7a7 0px 0px 15px 0px;
}

.tvd-toast.tve-fe-message .tve-toast-icon-container {
	display: inline-block;
	width: 50px;
	background: green;
	color: #fff;
	height: 100%;
	position: absolute;
}

.tvd-toast.tve-fe-message .tve-toast-icon-container.tve-toast-error {
	background: red;
}

.tvd-toast.tve-fe-message .tve-toast-message-container {
	padding: 20px 10px 20px 70px;
	margin: auto 0px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
}

.tvd-toast.tve-fe-message span {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	min-height: 50px;
	height: 100%;
	width: 100%;
}

.thrv_symbol.thrv_header, .thrv_symbol.thrv_footer {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.tve-content-box-background[data-clip-id] {
	transform: rotateZ(0deg);
}

.grecaptcha-badge {
	z-index: 99;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder {
	min-height: var(--tcb-container-height-d, 100px) !important;
	position: relative;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section {
	box-sizing: border-box;
	margin: 0px;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box {
	box-sizing: border-box;
}

:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out, :not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.thrv_wrapper.thrv_contentbox_shortcode {
	position: relative;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
	position: absolute !important;
	overflow-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, .6) 0px 0px 2px 2px;
	color: #21759b;
	display: block;
	font-size: .7778rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	clip: auto !important;
}

.tcb-post-content::after {
	clear: both;
}

.tcb-post-content {
	margin: 1.5em 0px 0px;
}

.tve_social_items a {
	font-size: unset;
}

.tve_s_item a {
	border: 0px;
	box-shadow: none;
	display: table;
	padding: 2px;
	color: #fff !important;
	text-decoration: none !important;
}

body:not(.ttb-editor-page) .tcb-post-content::before, body:not(.ttb-editor-page) .tcb-post-content::after {
	display: none;
}

.thrv_wrapper.thrv_text_element {
	padding: 1px;
}

.tcb-flip .tcb-button-link {
	flex-direction: row-reverse;
}

a.tcb-plain-text {
	cursor: pointer;
}

.section-background .svg-shape-bottom {
	position: absolute;
	left: 0px;
}

.thrv_wrapper.main-container {
	padding: 0px;
}

@media (max-width: 1023px) {
	:not(#_s):not(#_s) .tcb-conditional-display-placeholder {
		min-height: var(--tcb-container-height-t) !important;
	}
}

@media (max-width: 767px) {
	html {
		overflow-x: hidden !important;
	}
	
	html, body {
		max-width: 100vw !important;
	}
	
	.notifications-content-wrapper {
		transform: translateX(-50%);
		left: 50% !important;
		right: unset !important;
	}
	
	.notifications-content-wrapper[data-position*="middle"] {
		transform: translate(-50%, -50%);
	}
	
	.notifications-content-wrapper[data-position*="top"] {
		top: 0px;
	}
	
	.notifications-content-wrapper[data-position*="bottom"] {
		bottom: 0px;
	}
	
	body:not(.tcb_show_all_hidden) .tcb-mobile-hidden {
		display: none !important;
	}
	
	.tcb-flex-row {
		flex-direction: column;
	}
	
	.tcb-flex-row.v-2 {
		flex-direction: row;
	}
	
	.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) {
		flex-wrap: wrap;
	}
	
	.tcb-flex-row.v-2:not(.tcb-mobile-no-wrap) > .tcb-flex-col {
		width: 100%;
		flex: 1 0 390px;
		max-width: 100% !important;
	}
	
	:not(#_s):not(#_s) .tcb-conditional-display-placeholder {
		min-height: var(--tcb-container-height-m) !important;
	}
}

@media only screen and (max-width: 740px) {
	.thrv_lead_generation .thrv_lead_generation_container .tve_lg_input_container.tve_lg_select_container .thrv_icon {
		margin-right: 14px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.notifications-content-wrapper[data-position*="top"] {
		top: 20px;
	}
	
	.notifications-content-wrapper[data-position*="bottom"] {
		bottom: 20px;
	}
	
	.tcb-flex-row.tcb-medium-wrap, .tcb-flex-row.tcb-resized.tcb-medium-wrap {
		flex-wrap: wrap;
	}
	
	.tcb-flex-row.tcb-medium-wrap > .tcb-flex-col, .tcb-flex-row.tcb-resized.tcb-medium-wrap > .tcb-flex-col {
		max-width: 100% !important;
	}
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.tcb-flex-col {
		width: 100%;
	}
	
	.tcb-col {
		display: block;
	}
}

@media screen and (max-device-width: 480px) {
	body {
		text-size-adjust: none;
	}
}

@keyframes tcb-loader {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(359deg);
	}
}
