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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	99% {
		visibility: hidden;
	}

	to {
		visibility: visible;
	}
}

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

	to {
		opacity: 1;
	}
}

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

	99% {
		opacity: 0;
		visibility: visible;
	}

	to {
		opacity: 0;
		visibility: hidden;
	}
}

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

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

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

	99% {
		visibility: visible;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px;
}

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

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

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px;
}

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

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

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

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important;
}

:root :where(.wp-block-table-of-contents) {
	box-sizing: border-box;
}

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

:where(pre.wp-block-verse) {
	font-family: inherit;
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super;
}

a[data-fn].fn:after {
	content: "["counter(footnotes) "]";
	float: left;
	text-indent: 0;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*=border-top-color]) {
	border-top-style: solid;
}

html :where([style*=border-right-color]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
	border-left-style: solid;
}

html :where([style*=border-width]) {
	border-style: solid;
}

html :where([style*=border-top-width]) {
	border-top-style: solid;
}

html :where([style*=border-right-width]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

#altEmail_container,
.altEmail_container {
	position: absolute !important;
	overflow: hidden !important;
	display: inline !important;
	height: 1px !important;
	width: 1px !important;
	z-index: -1000 !important;
}

.clearfix {}

.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.tdm-title {
	font-size: 36px;
	line-height: 47px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 26px;
	color: #111;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

@media (max-width:767px) {
	.tdm-title {
		font-size: 35px;
		line-height: 39px;
	}
}

.tds-title .tdm-title {
	display: inline-block;
}

.tdm-title-sm {
	margin-bottom: 7px;
	font-size: 23px;
	line-height: 33px;
	font-weight: 500;
}

.tdm-descr {
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 30px;
}

@media (max-width:1018px) {
	.tdm-descr {
		font-size: 15px;
		line-height: 24px;
	}
}

@media (min-width:768px) and (max-width:1018px) {
	.tdm-descr {
		margin-bottom: 25px;
	}
}

@media (max-width:767px) {
	.tdm-descr {
		margin-bottom: 20px;
	}
}

.tdm-inline-block {
	display: inline-block;
}

.tdm-content-horiz-center {
	text-align: center !important;
	margin-right: auto;
	margin-left: auto;
}

.tdm-content-horiz-right {
	text-align: right !important;
	margin-left: auto;
}

[data-mfp-src] {
	cursor: pointer;
}

[data-scroll-to-class] {
	cursor: pointer;
}

@font-face {
	font-family: "multipurpose";
	src: url("/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot?2");
	src: url("/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.eot?2#iefix") format("embedded-opentype"), url("/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.woff?2") format("woff"), url("/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.ttf?2") format("truetype"), url("/wp-content/plugins/td-composer/td-multi-purpose/images/icons/multipurpose.svg?2#wpion") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class*=" tdm-icon-"]:before,
[class*=" tdm-icons"]:before,
[class^=tdm-icon-]:before,
[class^=tdm-icons]:before {
	font-family: "multipurpose" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=tdm-icon-] {
	line-height: 1;
	text-align: center;
	display: inline-block;
}

[class*=tdm-icons] {
	line-height: 1;
	text-align: center;
	display: inline-block;
	cursor: default;
}

:root {
	--td_theme_color: #4db2ec;
	--td_grid_border_color: #ededed;
	--td_black: #222;
	--td_text_color: #111;
	--td_default_google_font_1: "Open Sans", "Open Sans Regular", sans-serif;
	--td_default_google_font_2: "Roboto", sans-serif;
}

.clearfix {}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.td-main-content-wrap,
.td-category-grid {
	background-color: #fff;
}

.td-page-meta {
	display: none;
}

.td-container,
.tdc-row,
.tdc-row-composer {
	width: 1068px;
	margin-right: auto;
	margin-left: auto;
}

.td-container:before,
.tdc-row:before,
.tdc-row-composer:before,
.td-container:after,
.tdc-row:after,
.tdc-row-composer:after {
	display: table;
	content: "";
	line-height: 0;
}

.td-container:after,
.tdc-row:after,
.tdc-row-composer:after {
	clear: both;
}

.tdc-row[class*="stretch_row"]>.td-pb-row>.td-element-style,
.tdc-row-composer[class*="stretch_row"]>.td-pb-row>.td-element-style {
	width: 100vw !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
}

@media (max-width: 767px) {
	.td-pb-row>.td-element-style {
		width: 100vw !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
}

.td-pb-row {
	margin-right: -24px;
	margin-left: -24px;
	position: relative;
}

.td-pb-row:before,
.td-pb-row:after {
	display: table;
	content: "";
}

.td-pb-row:after {
	clear: both;
}

.td-pb-row [class*="td-pb-span"] {
	display: block;
	min-height: 1px;
	float: left;
	padding-right: 24px;
	padding-left: 24px;
	position: relative;
}

@media (min-width: 1019px) and (max-width: 1140px) {
	.td-pb-row [class*="td-pb-span"] {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1018px) {
	.td-pb-row [class*="td-pb-span"] {
		padding-right: 14px;
		padding-left: 14px;
	}
}

@media (max-width: 767px) {
	.td-pb-row [class*="td-pb-span"] {
		padding-right: 0;
		padding-left: 0;
		float: none;
		width: 100%;
	}
}

.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.td-pb-span3 {
	width: 25%;
}

.td-pb-span4 {
	width: 33.33333333%;
}

.td-pb-span6 {
	width: 50%;
}

.td-pb-span8 {
	width: 66.66666667%;
}

.td-pb-span12 {
	width: 100%;
}

.wpb_row {
	margin-bottom: 0;
}

.vc_row .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.td-block-row {
	margin-left: -24px;
	margin-right: -24px;
}

.td-block-row:before,
.td-block-row:after {
	display: table;
	content: "";
}

.td-block-row:after {
	clear: both;
}

.td-block-row [class*="td-block-span"] {
	display: block;
	min-height: 1px;
	float: left;
	padding-right: 24px;
	padding-left: 24px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
	.td-block-row [class*="td-block-span"] {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 768px) and (max-width: 1018px) {
	.td-block-row [class*="td-block-span"] {
		padding-right: 14px;
		padding-left: 14px;
	}
}

@media (max-width: 767px) {
	.td-block-row [class*="td-block-span"] {
		padding-right: 0;
		padding-left: 0;
		float: none;
		width: 100%;
	}
}

.td-block-span12 {
	width: 100%;
}

@media (min-width: 1019px) and (max-width: 1140px) {

	.td-container,
	.tdc-row,
	.tdc-row-composer {
		width: 980px;
	}

	.td-pb-row,
	.td-block-row {
		margin-right: -20px;
		margin-left: -20px;
	}
}

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

	.td-container,
	.tdc-row,
	.tdc-row-composer {
		width: 740px;
	}

	.td-pb-row,
	.td-block-row {
		margin-right: -14px;
		margin-left: -14px;
	}
}

@media (max-width: 767px) {

	.td-container,
	.tdc-row,
	.tdc-row-composer {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.td-pb-row,
	.td-block-row {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.td-drop-down-search .td-search-form {
		margin: 20px;
	}
}

#td-outer-wrap {
	overflow: hidden;
}

@media (max-width: 767px) {
	#td-outer-wrap {
		margin: auto;
		width: 100%;
		-webkit-transition: transform .7s ease;
		transition: transform .7s ease;
		-webkit-transform-origin: 50% 200px 0;
		transform-origin: 50% 200px 0;
	}
}

.td-menu-background {
	background-repeat: var(--td_mobile_background_repeat, no-repeat);
	background-size: var(--td_mobile_background_size, cover);
	background-position: var(--td_mobile_background_size, center top);
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	height: 113%;
	z-index: 9999;
	visibility: hidden;
	transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
}

.td-menu-background:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .98;
	background: #313b45;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--td_mobile_gradient_one_mob, #313b45)), color-stop(100%, var(--td_mobile_gradient_two_mob, #3393b8)));
	background: linear-gradient(to bottom, var(--td_mobile_gradient_one_mob, #313b45) 0%, var(--td_mobile_gradient_two_mob, #3393b8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--td_mobile_gradient_one_mob, #313b45)", endColorstr="var(--td_mobile_gradient_two_mob, #3393b8)", GradientType=0);
}

#td-mobile-nav {
	padding: 0;
	position: fixed;
	width: 100%;
	height: calc(100% + 1px);
	top: 0;
	z-index: 9999;
	visibility: hidden;
	transform: translate3d(-99%, 0, 0);
	-webkit-transform: translate3d(-99%, 0, 0);
	left: -1%;
	font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

#td-mobile-nav input:invalid {
	box-shadow: none !important;
}

#td-mobile-nav {
	height: 1px;
	overflow: hidden;
}

#td-mobile-nav .td-menu-socials {
	padding: 0 65px 0 20px;
	overflow: hidden;
	height: 60px;
}

#td-mobile-nav .td-social-icon-wrap {
	margin: 20px 5px 0 0;
	display: inline-block;
}

#td-mobile-nav .td-social-icon-wrap i {
	border: none;
	background-color: transparent;
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	color: var(--td_mobile_text_color, #fff);
	vertical-align: middle;
}

#td-mobile-nav .td-social-icon-wrap .td-icon-instagram {
	font-size: 16px;
}

.td-mobile-close {
	position: absolute;
	right: 1px;
	top: 0;
	z-index: 1000;
}

.td-mobile-close .td-icon-close-mobile {
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 21px;
	color: var(--td_mobile_text_color, #fff);
	top: 4px;
	position: relative;
}

.td-mobile-content {
	padding: 20px 20px 0;
}

.td-mobile-container {
	padding-bottom: 20px;
	position: relative;
}

.td-mobile-content {}

.td-mobile-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.td-mobile-content li {
	float: none;
	margin-left: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}

.td-mobile-content li a {
	display: block;
	line-height: 21px;
	font-size: 21px;
	color: var(--td_mobile_text_color, #fff);
	margin-left: 0;
	padding: 12px 30px 12px 12px;
	font-weight: bold;
}

.td-mobile-content .td-icon-menu-right {
	display: none;
	position: absolute;
	cursor: pointer;
	top: 10px;
	right: -4px;
	z-index: 1000;
	font-size: 14px;
	padding: 6px 12px;
	float: right;
	color: var(--td_mobile_text_color, #fff);
	-webkit-transform-origin: 50% 48% 0px;
	transform-origin: 50% 48% 0px;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.td-mobile-content .td-icon-menu-right:before {
	content: "";
}

.td-mobile-content .sub-menu {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
	transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
}

.td-mobile-content .sub-menu .td-icon-menu-right {
	font-size: 11px;
	right: -2px;
	top: 8px;
	color: var(--td_mobile_text_color, #fff);
}

.td-mobile-content .sub-menu a {
	padding: 9px 26px 9px 36px !important;
	line-height: 19px;
	font-size: 16px;
	font-weight: normal;
}

.td-mobile-content .sub-menu .sub-menu {}

.td-mobile-content .sub-menu .sub-menu a {
	padding-left: 55px !important;
}

.td-mobile-content .sub-menu .sub-menu .sub-menu a {
	padding-left: 74px !important;
}

.td-mobile-content .menu-item-has-children a {
	width: 100%;
	z-index: 1;
}

.td-mobile-container {
	opacity: 1;
}

.td-search-wrap-mob {
	padding: 0;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	text-align: center;
	z-index: 9999;
	visibility: hidden;
	color: var(--td_mobile_text_color, #fff);
	font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.td-search-wrap-mob .td-drop-down-search {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.td-search-wrap-mob #td-header-search-mob {
	color: var(--td_mobile_text_color, #fff);
	font-weight: bold;
	font-size: 26px;
	height: 40px;
	line-height: 36px;
	border: 0;
	background: transparent;
	outline: 0;
	margin: 8px 0;
	padding: 0;
	text-align: center;
}

.td-search-wrap-mob .td-search-input {
	margin: 0 5%;
	position: relative;
}

.td-search-wrap-mob .td-search-input span {
	opacity: .8;
	font-size: 12px;
}

.td-search-wrap-mob .td-search-input:before,
.td-search-wrap-mob .td-search-input:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--td_mobile_text_color, #fff);
	bottom: 0;
	left: 0;
	opacity: .2;
}

.td-search-wrap-mob .td-search-input:after {
	opacity: .8;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-webkit-transition: transform .5s ease .8s;
	transition: transform .5s ease .8s;
}

.td-search-wrap-mob .td-post-date {
	color: var(--td_mobile_text_color, #ddd);
	opacity: .8;
}

.td-search-wrap-mob .td-search-form {
	margin-bottom: 30px;
}

.td-search-background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	height: 113%;
	z-index: 9999;
	-webkit-transition: all .5s cubic-bezier(.79, .14, .15, .86);
	transition: all .5s cubic-bezier(.79, .14, .15, .86);
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	visibility: hidden;
}

.td-search-background:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .98;
	background: #313b45;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, var(--td_mobile_gradient_one_mob, #313b45)), color-stop(100%, var(--td_mobile_gradient_two_mob, #3393b8)));
	background: linear-gradient(to bottom, var(--td_mobile_gradient_one_mob, #313b45) 0%, var(--td_mobile_gradient_two_mob, #3393b8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--td_mobile_gradient_one_mob, #313b45)", endColorstr="var(--td_mobile_gradient_two_mob, #3393b8)", GradientType=0);
}

.td-search-close {
	text-align: right;
	z-index: 1000;
}

.td-search-close .td-icon-close-mobile {
	height: 70px;
	width: 70px;
	line-height: 70px;
	font-size: 21px;
	color: var(--td_mobile_text_color, #fff);
	position: relative;
	top: 4px;
	right: 0;
}

#td-mobile-nav label {
	position: absolute;
	top: 26px;
	left: 10px;
	font-size: 17px;
	color: var(--td_mobile_text_color, #fff);
	opacity: .6;
	pointer-events: none;
}

body {
	font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 14px;
	line-height: 21px;
}

p {
	margin-top: 0;
	margin-bottom: 21px;
}

a:active,
a:focus {
	outline: none;
}

a {
	color: var(--td_theme_color, #4db2ec);
	text-decoration: none;
}

ul,
ol {
	padding: 0;
}

ul li,
ol li {
	line-height: 24px;
	margin-left: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--td_default_google_font_2, "Roboto", sans-serif);
	color: var(--td_text_color, #111);
	font-weight: 400;
	margin: 6px 0;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
	color: var(--td_text_color, #111);
}

h1 {
	font-size: 32px;
	line-height: 40px;
	margin-top: 33px;
	margin-bottom: 23px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-top: 27px;
	margin-bottom: 17px;
}

h4 {
	font-size: 19px;
	line-height: 29px;
	margin-top: 24px;
	margin-bottom: 14px;
}

textarea {
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 100%;
	height: 168px;
	min-height: 168px;
	padding: 6px 9px;
}

@media (max-width: 767px) {
	textarea {
		font-size: 16px;
	}
}

textarea:active,
textarea:focus {
	border-color: #b0b0b0 !important;
}

textarea:focus,
input:focus,
input[type]:focus {
	outline: 0 none;
}

input[type=submit] {
	font-family: var(--td_default_google_font_2, "Roboto", sans-serif);
	font-size: 13px;
	background-color: var(--td_black, #222);
	border-radius: 0;
	color: #fff;
	border: none;
	padding: 8px 15px;
	font-weight: 500;
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
}

input[type=submit]:hover {
	background-color: var(--td_theme_color, #4db2ec);
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px;
}

@media (max-width: 767px) {

	input[type=text],
	input[type=url],
	input[type=tel],
	input[type=email] {
		font-size: 16px;
	}
}

input[type=text]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=email]:active,
input[type=text]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=email]:focus {
	border-color: #b0b0b0 !important;
}

input[type=password] {
	width: 100%;
	position: relative;
	top: 0;
	display: inline-table;
	vertical-align: middle;
	font-size: 12px;
	line-height: 21px;
	color: #444;
	border: 1px solid #ccc;
	max-width: 100%;
	height: 34px;
	padding: 3px 9px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	input[type=password] {
		font-size: 16px;
	}
}

.tagdiv-type {
	font-size: 16px;
	line-height: 1.74;
	color: #222;
}

.tagdiv-type img {
	margin-bottom: 21px;
}

.tagdiv-type figure img {
	margin-bottom: 0;
}

.tagdiv-type a:hover {
	text-decoration: underline;
}

.tagdiv-type ul,
.tagdiv-type ol {
	margin-bottom: 26px;
}

.tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item),
.tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item) {
	line-height: inherit;
	margin-bottom: 10px;
}

.tagdiv-type ul li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child,
.tagdiv-type ol li:not(.blocks-gallery-item):not(.wp-block-navigation-item):last-child {
	margin-bottom: 0;
}

.tagdiv-type li ul,
.tagdiv-type li ol {
	margin-bottom: 0;
}

.tagdiv-type p {
	margin-bottom: 26px;
}

.tagdiv-type embed,
.tagdiv-type iframe,
.tagdiv-type object {
	max-width: 100% !important;
}

.wp-caption-text,
.wp-caption-dd {
	font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	text-align: left;
	margin: 6px 0 26px 0;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 17px;
	color: #444;
}

.entry-title a:hover,
.td-post-category:hover,
.widget a:hover,
.td_block_wrap a:hover {
	text-decoration: none !important;
}

.entry-title {
	word-wrap: break-word;
}

.td-module-meta-info {
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	font-size: 11px;
	margin-bottom: 7px;
	line-height: 1;
	min-height: 17px;
}

.td-post-author-name {
	font-weight: bold;
	display: inline-block;
	position: relative;
	top: 2px;
}

.td-post-author-name a {
	color: #000;
}

.td-post-author-name span {
	color: #ccc;
	margin: 0 2px 0 2px;
	font-weight: normal;
}

.td-post-author-name div {
	display: inline;
	margin-right: 2px;
}

.td-post-date {
	color: #767676;
	display: inline-block;
	position: relative;
	top: 2px;
}

.block-title {
	font-family: var(--td_default_google_font_2, "Roboto", sans-serif);
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 26px;
	border-bottom: 2px solid var(--td_header_color, var(--td_black, #222));
}

.block-title>a,
.block-title>span,
.block-title>label,
.block-title>span>a {
	line-height: 17px;
	display: inline-block;
	padding: 7px 12px 4px;
	background-color: var(--td_header_color, var(--td_black, #222));
	color: var(--td_text_header_color, #fff);
}

.td_block_template_1 .block-title {
	text-align: left;
}

.td-main-content-wrap {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.td-main-content-wrap {
		padding-bottom: 26px;
	}
}

.td-pb-span4 .wpb_wrapper,
.td-ss-main-sidebar {
	perspective: unset !important;
}

.td-crumb-container {
	min-height: 35px;
	margin-bottom: 9px;
	padding-top: 21px;
}

@media (min-width: 768px) and (max-width: 1018px) {
	.td-crumb-container {
		padding-top: 16px;
	}
}

@media (max-width: 767px) {
	.td-crumb-container {
		padding-top: 11px;
	}
}

.single-post .td-bred-no-url-last {}

@media (max-width: 767px) {
	.single-post .td-bred-no-url-last {
		display: none;
	}
}

.entry-crumbs {
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	font-size: 12px;
	color: #c3c3c3;
	line-height: 18px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.entry-crumbs a {
	color: #c3c3c3;
}

.entry-crumbs a:hover {
	color: #777;
}

.entry-crumbs .td-bread-sep {
	font-size: 8px;
	margin: 0 5px;
}

.td-category {
	list-style: none;
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1;
}

.td-category li {
	display: inline-block;
	margin: 0 5px 5px 0;
	line-height: 1;
}

.td-category a {
	color: #fff;
	background-color: var(--td_black, #222);
	padding: 3px 6px 4px 6px;
	white-space: nowrap;
	display: inline-block;
}

.td-category a:hover {
	opacity: .9;
}

.single .td-category {}

@media (max-width: 767px) {
	.single .td-category {
		margin-bottom: 0;
	}
}

.post {
	background-color: var(--td_container_transparent, #fff);
}

.post header .entry-title {
	margin-top: 0;
	margin-bottom: 7px;
	word-wrap: break-word;
	font-size: 41px;
	line-height: 50px;
}

@media (max-width: 1018px) {
	.post header .entry-title {
		font-size: 32px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.post header .entry-title {
		margin-top: 3px;
		margin-bottom: 9px;
	}
}

.td-post-sub-title {
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	line-height: 24px;
	color: #999;
	margin: 9px 0 14px 0;
}

@media (max-width: 767px) {
	.td-post-sub-title {
		margin: 0 0 16px;
	}
}

header .td-module-meta-info {
	margin-bottom: 16px;
}

header .td-post-author-name {
	font-weight: 400;
	color: #444;
	float: left;
}

header .td-post-author-name a {
	font-weight: 700;
	margin-right: 3px;
}

header .td-post-date {
	margin-left: 4px;
	color: #767676;
	float: left;
}

.post footer {
	clear: both;
}

.td-post-source-tags {
	font-size: 11px;
}

.td-post-source-tags a {
	font-size: 11px;
}

.author-box-wrap {
	border: 1px solid var(--td_grid_border_color, #ededed);
	padding: 21px;
	margin-bottom: 48px;
}

@media (max-width: 767px) {
	.author-box-wrap {
		text-align: center;
	}
}

.author-box-wrap .avatar {
	float: left;
	max-width: 96px;
}

@media (max-width: 767px) {
	.author-box-wrap .avatar {
		margin-bottom: 5px;
		float: none;
	}
}

.author-box-wrap .desc {
	margin-left: 117px;
	font-size: 12px;
}

@media (max-width: 767px) {
	.author-box-wrap .desc {
		margin-left: 0;
	}
}

.author-box-wrap .td-social-icon-wrap .td-icon-font {
	color: #222;
}

.author-box-wrap .td-author-social {
	margin-bottom: -5px;
}

.author-box-wrap .td-author-social a {
	color: #444;
	margin-top: 11px;
}

.author-box-wrap .td-author-social a:hover {
	color: var(--td_theme_color, #4db2ec);
}

.author-box-wrap .td-author-social .td-icon-font {
	font-size: 15px;
	width: auto;
	min-width: 18px;
	height: auto;
	margin-right: 15px;
}

.td-author-name {
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	margin: 7px 0 8px 0;
}

.td-author-name a {
	color: #222;
}

.td-author-name a:hover {
	color: var(--td_theme_color, #4db2ec);
}

.td-author-url {
	font-size: 11px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 6px;
}

.td-author-url a {
	color: #444;
}

.td-author-url a:hover {
	color: var(--td_theme_color, #4db2ec);
}

.td-post-content p:empty {
	display: none;
}

.td-post-featured-image {
	position: relative;
}

.td-post-featured-image img {
	display: block;
	margin-bottom: 26px;
	width: 100%;
}

.td-post-featured-image .wp-caption-text {
	margin-bottom: 26px;
	z-index: 1;
}

.td-post-content {
	margin-top: 21px;
	padding-bottom: 16px;
}

@media (max-width: 767px) {
	.td-post-content {
		margin-top: 16px;
	}
}

.td-post-content p {
	word-wrap: break-word;
}

.td-post-content img {
	display: block;
}

@media (max-width: 1018px) {
	.td-post-template-default .td-post-header header .entry-title {
		font-size: 32px;
		line-height: 36px;
	}
}

.td-post-template-default .td-post-featured-image img {
	width: auto;
}

.comment-respond {
	margin-bottom: 21px;
}

@media (max-width: 767px) {
	.comment-respond {
		margin-left: 0 !important;
	}
}

.single .comments {
	margin-bottom: 48px;
	padding-top: 10px;
	margin-top: -10px;
}

#reply-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 7px;
	margin-top: 10px;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: 400;
	color: var(--td_text_color, #111);
	margin-left: 10px;
}

#cancel-comment-reply-link:hover {
	color: var(--td_theme_color, #4db2ec);
}

.comments .comment-form .submit {}

@media (max-width: 767px) {
	.comments .comment-form .submit {
		width: 100%;
		font-size: 15px;
		font-weight: bold;
		padding: 15px 0;
		text-transform: uppercase;
	}
}

.comments {
	clear: both;
}

.comment-form .td-warning-comment,
.comment-form .td-warning-author,
.comment-form .td-warning-email,
.comment-form .td-warning-email-error,
.comment-form .td-warning-captcha,
.comment-form .td-warning-captcha-score {
	display: none;
}

.comment-form textarea {
	display: block;
}

.td-form-comment,
.td-form-author,
.td-form-email,
.td-form-url {
	margin-top: 0;
	margin-bottom: 21px;
}

.comment-form-cookies-consent label {
	margin-left: 8px;
}

.comment-form-cookies-consent * {
	vertical-align: middle;
}

@font-face {
	font-family: "newspaper";
	src: url("/wp-content/themes/Newspaper/images/icons/newspaper.eot?24");
	src: url("/wp-content/themes/Newspaper/images/icons/newspaper.eot?24#iefix") format("embedded-opentype"), url("/wp-content/themes/Newspaper/images/icons/newspaper.woff?24") format("woff"), url("/wp-content/themes/Newspaper/images/icons/newspaper.ttf?24") format("truetype"), url("/wp-content/themes/Newspaper/images/icons/newspaper.svg?24#newspaper") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="td-icon-"]:before,
[class*=" td-icon-"]:before {
	font-family: "newspaper";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*="td-icon-"] {
	line-height: 1;
	text-align: center;
	display: inline-block;
}

.td-icon-down:before {
	content: "";
}

.td-icon-right:before {
	content: "";
}

.td-icon-right-arrow:before {
	content: "";
}

.td-icon-menu-up:before {
	content: "";
}

.td-icon-menu-right:before {
	content: "";
}

.td-icon-mail:before {
	content: "";
}

.td-icon-facebook:before {
	content: "";
}

.td-icon-instagram:before {
	content: "";
}

.td-icon-linkedin:before {
	content: "";
}

.td-icon-rss:before {
	content: "";
}

.td-icon-twitter:before {
	content: "";
}

.td-icon-youtube:before {
	content: "";
}

.td-icon-mobile:before {
	content: "";
}

.td-icon-whatsapp:before {
	content: "";
}

.td-icon-close-mobile:before {
	content: "";
}

.td-icon-telegram:before {
	content: "";
}

.td-icon-plus:before {
	content: "";
}

.td-social-icon-wrap:hover .td-icon-font {
	-webkit-transition: color .3s;
	transition: color .3s;
	color: #fff;
}

.td-social-icon-wrap:hover i.td-icon-facebook {
	color: #3b5998;
}

.td-social-icon-wrap:hover i.td-icon-instagram {
	color: #3f729b;
}

.td-social-icon-wrap:hover i.td-icon-linkedin {
	color: #007bb6;
}

.td-social-icon-wrap:hover i.td-icon-mail {
	color: #000;
}

.td-social-icon-wrap:hover i.td-icon-rss {
	color: #f36f24;
}

.td-social-icon-wrap:hover i.td-icon-twitter {
	color: #00aced;
}

.td-social-icon-wrap:hover i.td-icon-youtube {
	color: #b00;
}

.td-social-icon-wrap:hover i.td-icon-telegram {
	color: #3b9de1;
}

.td-social-icon-wrap:hover i.td-icon-whatsapp {
	color: #7bbf6a;
}

.widget {
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	margin-bottom: 38px;
}

.widget a {
	color: #111;
}

.widget a:hover {
	color: var(--td_theme_color, #4db2ec);
}

.widget ul {
	list-style: none;
	box-shadow: none;
}

.widget li {
	line-height: 30px;
	list-style: none;
	margin-left: 12px;
}

.widget li li {
	margin-left: 21px;
}

.widget .block-title {
	margin-bottom: 13px;
}

.widget .block-title span a {
	padding: 0;
	color: inherit;
}

.widget_recent_entries {
	margin-bottom: 32px;
}

.widget_recent_entries ul {
	margin-top: 13px;
}

.widget_recent_entries li {
	margin-bottom: 8px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #f1f1f1;
	font-family: var(--td_default_google_font_2, "Roboto", sans-serif);
}

@media (min-width: 768px) and (max-width: 1018px) {
	.widget_recent_entries li {
		margin-bottom: 3px;
		padding-bottom: 2px;
	}
}

.widget_recent_entries li:last-child {
	border-bottom: none;
}

.widget_recent_entries li a {
	display: inline-block;
	line-height: 21px;
}

.widget_text ul {
	margin-bottom: 21px;
}

.widget_text ul li {
	list-style: disc;
	list-style-position: inside;
}

.widget_text a {
	color: var(--td_theme_color, #4db2ec);
}

.widget_text a:hover {
	text-decoration: underline !important;
}

.widget_text .block-title {
	margin-bottom: 26px;
}

@media print {

	html,
	body {
		background-color: #fff;
		color: #000;
		margin: 0;
		padding: 0;
	}

	body {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		zoom: 80%;
	}

	body .td-post-featured-image img {
		width: 100% !important;
	}

	img {
		max-width: 100%;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	ul,
	ol,
	li {
		page-break-inside: avoid;
	}

	.single .td-main-sidebar,
	.single #td-theme-settings,
	.single .td-header-top-menu,
	.single .td-header-menu-wrap,
	.single .td-header-sp-ads,
	.single .td-main-sidebar,
	.single .td-post-source-tags,
	.single .td-post-sharing,
	.single .td-post-next-prev,
	.single .td_block_related_posts,
	.single #comments,
	.single .td-footer-container,
	.single .td-footer-wrapper,
	.single .td-sub-footer-container,
	.single .td-category,
	.single .td-post-views,
	.single .td-post-comments,
	.single .td-scroll-up,
	.single iframe,
	.single .td-more-articles-box,
	.single .td_block_video_playlist,
	.single .td-crumb-container,
	.single .td-g-rec,
	.single .td-a-rec,
	.single .td-menu-background,
	.single .author-box-wrap .avatar {
		display: none !important;
	}

	.td-header-desktop-wrap {
		display: block !important;
	}

	.td-footer-template-wrap,
	.td_block_wrap:not(.tdb_breadcrumbs):not(.tdb_header_logo):not(.tdb_single_categories):not(.tdb-single-title):not(.tdb_single_author):not(.tdb_single_date):not(.tdb_single_comments_count):not(.tdb_single_post_views):not(.tdb_single_featured_image):not(.tdb_single_content):not(.td_woo_breadcrumbs):not(.td-woo-product-title):not(.td_woo_product_description):not(.td_woo_add_to_cart):not(.td_woo_product_sku):not(.td_woo_product_image):not(.td_woo_product_tabs):not(.td_woo_product_categories):not(.td_woo_product_tags):not(.td_woo_product_image_bg):not(.td_woo_product_price):not(.td_woo_product_rating) {
		display: none !important;
	}

	.td-main-content,
	.td-main-content-wrap .tdc-column,
	header {
		width: 100% !important;
	}
}

.clearfix {}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.tdc_zone {
	margin: 0;
}

.td-main-content-wrap .tdc_zone {
	z-index: 0;
}

.td-header-template-wrap {
	z-index: 100;
}

.td-header-desktop-wrap {
	width: 100%;
}

.td_block_wrap {
	margin-bottom: 48px;
	position: relative;
	clear: both;
}

@media (max-width: 767px) {
	.td_block_wrap {
		margin-bottom: 32px;
	}
}

.td-block-title-wrap {
	position: relative;
}

.td-fix-index {
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

a[href^="tel"] {
	color: inherit;
}

[class*="tdb-fake-block"] {
	filter: grayscale(1);
	user-select: none;
	-webkit-user-select: none;
}

.td_block_wrap p:empty:before {
	display: none;
}

@font-face {
	font-family: "newspaper-icons";
	src: url("/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/../images/icons/newspaper-icons.eot?1");
	src: url("/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/../images/icons/newspaper-icons.eot?1#iefix") format("embedded-opentype"), url("/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/../images/icons/newspaper-icons.woff?1") format("woff"), url("/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/../images/icons/newspaper-icons.ttf?1") format("truetype"), url("/wp-content/plugins/td-composer/legacy/Newspaper/assets/css/../images/icons/newspaper-icons.svg?1#newspaper-icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="td-icons"]:before,
[class*=" td-icons"]:before {
	font-family: "newspaper-icons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*="td-icons"] {
	line-height: 1;
	text-align: center;
	display: inline-block;
	cursor: default;
}

.clear-sky-d:before {
	content: "";
	display: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.td-a-rec img {
	display: block;
}

.td-a-rec-id-smart_list_6 img,
.td-a-rec-id-smart_list_7 img,
.td-a-rec-id-smart_list_8 img,
.td-a-rec-id-post_style_12 img,
.td-a-rec-id-sidebar img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_inline img,
.td-a-rec-id-content_bottom img,
.td-a-rec-id-custom_ad_1 img,
.td-a-rec-id-custom_ad_2 img,
.td-a-rec-id-custom_ad_3 img,
.td-a-rec-id-custom_ad_4 img,
.td-a-rec-id-custom_ad_5 img {
	width: 100%;
}

.td-a-rec-id-post_style_12,
.td-a-rec-id-content_top,
.td-a-rec-id-content_bottom {
	clear: both;
	text-align: center;
}

.td-a-rec-id-post_style_12>div,
.td-a-rec-id-content_top>div,
.td-a-rec-id-content_bottom>div {
	margin-bottom: 21px;
}

.td-a-rec-id-post_style_12 img,
.td-a-rec-id-content_top img,
.td-a-rec-id-content_bottom img {
	margin-bottom: 0;
}

.td-a-rec-id-custom_ad_1,
.td-a-rec-id-custom_ad_2,
.td-a-rec-id-custom_ad_3,
.td-a-rec-id-custom_ad_4,
.td-a-rec-id-custom_ad_5 {
	text-align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.td-a-rec-id-custom_ad_1>div,
.td-a-rec-id-custom_ad_2>div,
.td-a-rec-id-custom_ad_3>div,
.td-a-rec-id-custom_ad_4>div,
.td-a-rec-id-custom_ad_5>div {
	margin-bottom: 44px;
}

.td-a-rec-id-custom_ad_1 .td-block-title-wrap,
.td-a-rec-id-custom_ad_2 .td-block-title-wrap,
.td-a-rec-id-custom_ad_3 .td-block-title-wrap,
.td-a-rec-id-custom_ad_4 .td-block-title-wrap,
.td-a-rec-id-custom_ad_5 .td-block-title-wrap {
	margin-bottom: 26px;
}

.td-container-wrap {
	background-color: var(--td_container_transparent, #fff);
	margin-left: auto;
	margin-right: auto;
}

.td-scroll-up {
	position: fixed;
	bottom: 4px;
	right: 5px;
	cursor: pointer;
	z-index: 9999;
}

.td-scroll-up[data-style="style1"] {
	display: none;
	width: 40px;
	height: 40px;
	background-color: var(--td_theme_color, #4db2ec);
	transform: translate3d(0, 70px, 0);
	transition: transform .4s cubic-bezier(.55, 0, .1, 1) 0s;
}

.td-scroll-up[data-style="style1"] .td-icon-menu-up {
	position: relative;
	color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	width: 40px;
	top: 7px;
}

.td-scroll-up[data-style="style2"] {
	transform: scale(.8);
	height: 40px;
	width: 40px;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #e7e7e7;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease-in-out;
	pointer-events: none;
}

@-webkit-keyframes fullspin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fullspin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.wpb_button,
.vc_btn {
	display: inline-block;
	font-family: var(--td_default_google_font_1, "Open Sans", "Open Sans Regular", sans-serif);
	font-weight: 600;
	line-height: 24px;
	text-shadow: none;
	border: none;
	transition: none;
	border-radius: 0;
	margin-bottom: 21px;
}

.wpb_button:hover,
.vc_btn:hover {
	text-shadow: none;
	text-decoration: none !important;
}

.widget {
	overflow: hidden;
}

.td-element-style {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	pointer-events: none;
}

.td-element-style-before {
	transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	opacity: 0;
}

@-webkit-keyframes td_fadeInRight {
	0% {
		opacity: .05;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes td_fadeInRight {
	0% {
		opacity: .05;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes td_fadeInLeft {
	0% {
		opacity: .05;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes td_fadeInLeft {
	0% {
		opacity: .05;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes td_fadeInDown {
	0% {
		opacity: .05;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes td_fadeInDown {
	0% {
		opacity: .05;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes td_fadeInUp {
	0% {
		opacity: .05;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes td_fadeInUp {
	0% {
		opacity: .05;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes td_fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes td_fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes td_fadeOut_to_1 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: .1;
	}
}

@keyframes td_fadeOut_to_1 {
	0% {
		opacity: 1;
	}

	100% {
		opacity: .1;
	}
}

@-webkit-keyframes td_fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes td_fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@-webkit-keyframes td_fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes td_fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@-webkit-keyframes rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}
}

@keyframes rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.td-animation-stack-type0-2:not(.woocommerce-product-gallery img) {
	opacity: 1 !important;
	transition: opacity .3s;
	transition-timing-function: cubic-bezier(.39, .76, .51, .56);
}

p[class*="dropcapp"]:first-letter {
	float: left;
	display: block;
	font-size: 50px;
	line-height: 56px;
	background-color: #4db2ec;
	color: white;
	text-align: center;
	margin: 9px 13px 0 0;
	padding: 2px 14px 4px;
	font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

.td-book-club-demo {}

@-webkit-keyframes tdb-fullspin-anim {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes tdb-fullspin-anim {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

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

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

:root {
	--wp-block-synced-color: #7a00df;
	--wp-block-synced-color--rgb: 122, 0, 223;
	--wp-bound-block-color: var(--wp-block-synced-color);
	--wp-editor-canvas-background: #ddd;
	--wp-admin-theme-color: #007cba;
	--wp-admin-theme-color--rgb: 0, 124, 186;
	--wp-admin-theme-color-darker-10: #006ba1;
	--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
	--wp-admin-theme-color-darker-20: #005a87;
	--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
	--wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
	:root {
		--wp-admin-border-width-focus: 1.5px
	}
}

.wp-element-button {
	cursor: pointer
}

:root .has-very-light-gray-background-color {
	background-color: #eee
}

:root .has-very-dark-gray-background-color {
	background-color: #313131
}

:root .has-very-light-gray-color {
	color: #eee
}

:root .has-very-dark-gray-color {
	color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc)
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px
}

.has-regular-font-size {
	font-size: 1em
}

.has-larger-font-size {
	font-size: 2.625em
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
	text-align: center
}

.has-text-align-left {
	text-align: left
}

.has-text-align-right {
	text-align: right
}

.has-fit-text {
	white-space: nowrap !important
}

#end-resizable-editor-section {
	display: none
}

.aligncenter {
	clear: both
}

.items-justified-left {
	justify-content: flex-start
}

.items-justified-center {
	justify-content: center
}

.items-justified-right {
	justify-content: flex-end
}

.items-justified-space-between {
	justify-content: space-between
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important
}

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

html :where(.has-border-color) {
	border-style: solid
}

html :where([style*=border-top-color]) {
	border-top-style: solid
}

html :where([style*=border-right-color]) {
	border-right-style: solid
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid
}

html :where([style*=border-left-color]) {
	border-left-style: solid
}

html :where([style*=border-width]) {
	border-style: solid
}

html :where([style*=border-top-width]) {
	border-top-style: solid
}

html :where([style*=border-right-width]) {
	border-right-style: solid
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid
}

html :where([style*=border-left-width]) {
	border-left-style: solid
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%
}

:where(figure) {
	margin: 0 0 1em
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px
	}
}

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

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

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

/*# sourceURL=/wp-includes/blocks/heading/style.min.css */

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

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

/*# sourceURL=/wp-includes/blocks/list/style.min.css */

.is-small-text {
	font-size: .875em
}

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

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

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

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

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

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

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

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

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

/*# sourceURL=/wp-includes/blocks/paragraph/style.min.css */

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

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

/*# sourceURL=/wp-includes/css/classic-themes.min.css */

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

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

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

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

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

.is-layout-flex> :is(*, div) {
	margin: 0;
}

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

.is-layout-grid> :is(*, div) {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
	.td-header-desktop-wrap {
		display: none
	}
}

@media (min-width:767px) {
	.td-header-mobile-wrap {
		display: none
	}
}

.materias-populares ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.mais-lidas {
	display: flex;
}

.materias-populares .posicao {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	margin-right: 24px;
	font-family: var(--merriweather-font), sans;
	color: #959595;
	font-size: 3.25em;
	font-style: italic;
}

li.mais-lidas a {
	color: #111111;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	font-style: normal;
}

li.mais-lidas a:hover {
	color: #ce2027;
}

:root {
	--accent-color: #fff
}

ul.sf-menu>.menu-item>a {
	font-family: "Droid Serif";
	line-height: 70px;
	font-weight: normal
}

.td-page-content p,
.td-page-content li,
.td-page-content .td_block_text_with_title,
.wpb_text_column p {
	font-family: "Droid Serif"
}

:root {
	--td_theme_color: #ce2027;
	--td_slider_text: rgba(206, 32, 39, 0.7);
	--td_header_color: #000000;
	--td_text_header_color: #ffffff;
	--td_mobile_gradient_one_mob: rgba(0, 0, 0, 0.95);
	--td_mobile_gradient_two_mob: rgba(0, 0, 0, 0.75);
	--td_mobile_text_active_color: #976a41;
	--td_mobile_button_background_mob: #976a41;
	--td_mobile_button_color_mob: #ffffff;
	--td_login_hover_background: #976a41;
	--td_login_hover_color: #ffffff;
	--td_login_gradient_one: #25262e;
	--td_login_gradient_two: rgba(37, 38, 46, 0.85)
}

.td-book-club-demo .sf-menu>.current-menu-item>a,
.td-book-club-demo .sf-menu>.current-menu-ancestor>a,
.td-book-club-demo .sf-menu>.current-category-ancestor>a,
.td-book-club-demo .sf-menu>li:hover>a,
.td-book-club-demo .sf-menu>.sfHover>a {
	color: #ce2027 !important
}

.td-book-club-demo .block-title span:after,
.td-book-club-demo .td-related-title .td-cur-simple-item:after {
	border-color: #ce2027 transparent transparent transparent
}

.td-book-club-demo .block-title span:after,
.td-book-club-demo .td-related-title .td-cur-simple-item:after {
	border-color: #000000 transparent transparent transparent
}

/* aumenta um pouco as meta info abaixo do título nos artigos */
.td-module-meta-info {
	font-size: 13px;
}

/* Leia mais nas matérias */
.afwadid-351871 div:first-child {
	display: none;
}

#leiamais {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	padding: 10px 0;
}

#leiamais h3 {
	margin: 0 !important;
}

#leiamais p {
	margin: 5px 0 0 0 !important;
	font-size: 0.9em;
}

@media (max-width: 767px) {
	.tdi_220 {
		padding-top: 20px;
	}
}

/* Receba noticias no whatsapp */
/*.afwadid-353507 div:first-child,
	.afwadid-353515 div:first-child,
	.afwadid-354617 div:first-child {
	display: none;
	}*/

.tdm-btn-style1 {
	background-color: #ce2027
}

.tdm-btn-style2:before {
	border-color: #ce2027
}

.tdm-btn-style2 {
	color: #ce2027
}

.tdm-btn-style3 {
	-webkit-box-shadow: 0 2px 16px #ce2027;
	-moz-box-shadow: 0 2px 16px #ce2027;
	box-shadow: 0 2px 16px #ce2027
}

.tdm-btn-style3:hover {
	-webkit-box-shadow: 0 4px 26px #ce2027;
	-moz-box-shadow: 0 4px 26px #ce2027;
	box-shadow: 0 4px 26px #ce2027
}

.nova-sede-exp h4 {
	background-color: #ec1c30;
	padding: 10px
}

button {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	background-color: #222222;
	border-radius: 0;
	color: #fff;
	border: none;
	padding: 8px 15px;
	font-weight: 500
}

button:hover,
button.is-checked {
	background-color: #ec1b30 !important
}

body.eleicoes2020 .post-inner.alignwide {
	max-width: 1068px;
	margin: auto
}

.perfmatters-lazy-youtube {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-bottom: 56.23%;
	overflow: hidden
}

.perfmatters-lazy-youtube img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
	border: none;
	cursor: pointer;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all
}

.perfmatters-lazy-youtube img:hover {
	-webkit-filter: brightness(75%)
}

.perfmatters-lazy-youtube .play {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	background: url(/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	filter: grayscale(1)
}

.perfmatters-lazy-youtube:hover .play {
	filter: grayscale(0)
}

.perfmatters-lazy-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99
}

body .perfmatters-lazy-css-bg:not([data-ll-status=entered]),
body .perfmatters-lazy-css-bg:not([data-ll-status=entered]) *,
body .perfmatters-lazy-css-bg:not([data-ll-status=entered])::before,
body .perfmatters-lazy-css-bg:not([data-ll-status=entered])::after,
body .perfmatters-lazy-css-bg:not([data-ll-status=entered]) *::before,
body .perfmatters-lazy-css-bg:not([data-ll-status=entered]) *::after {
	background-image: none !important;
	will-change: transform;
	transition: opacity 0.025s ease-in, transform 0.025s ease-in !important;
}