:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(0.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: 0.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: 0.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: 0.85;
	text-decoration: none;
}

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

.wp-block-image>a,
.wp-block-image>figure>a {
	display: inline-block;
}

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

.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"]>a {
	border-radius: inherit;
}

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

.wp-block-image figure {
	margin: 0;
}

@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: 0.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: 0.5em 1em;
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(0.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(0.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: 0.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: 0.6666666667em;
	padding-right: 0.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;
}

: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;
}

.tdm-title {
	font-size: 36px;
	line-height: 47px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 26px;
	color: #111;
	-webkit-transition: all 0.2s ease;
	transition: all 0.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;
}

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

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

* {
	-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-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-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 0.7s ease;
		transition: transform 0.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: 0.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 0.3s ease;
	transition: transform 0.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 0.5s cubic-bezier(0.77, 0, 0.175, 1),
		opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition:
		max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1),
		opacity 0.5s cubic-bezier(0.77, 0, 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 .current-menu-item>a,
.td-mobile-content .current-menu-ancestor>a,
.td-mobile-content .current-category-ancestor>a {
	color: var(--td_mobile_text_active_color, #73c7e3);
}

.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 0.5s ease 0s;
	transition: all 0.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: 0.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: 0.2;
}

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

.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 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
	transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.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: 0.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;
}

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

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 0.4s;
	transition: background-color 0.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;
}

.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-page-title {
	font-size: 30px;
	line-height: 38px;
	margin: -9px 0 19px 0;
}

.td-page-title,
.td-page-title h1 {
	color: var(--td_page_title_color, var(--td_text_color, #111));
}

body .td-page-title {}

@media (min-width: 768px) and (max-width: 1018px) {
	body .td-page-title {
		font-size: 26px;
		line-height: 34px;
		margin: -2px 0 19px 0;
	}
}

@media (max-width: 767px) {
	body .td-page-title {
		font-size: 24px;
		line-height: 32px;
	}
}

.page-template-page-pagebuilder-title .td-crumb-container,
.page-template-default .td-crumb-container {}

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

	.page-template-page-pagebuilder-title .td-crumb-container,
	.page-template-default .td-crumb-container {
		margin-bottom: 0;
	}
}

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

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

.td-page-content {
	padding-bottom: 26px;
}

.td-page-content,
.td-page-content p {
	color: var(--td_page_content_color, var(--td_black, #222));
}

.td-page-content h1,
.td-page-content h2,
.td-page-content h3,
.td-page-content h4,
.td-page-content h5,
.td-page-content h6 {
	color: var(--td_page_h_color, var(--td_text_color, #111));
}

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

.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-post-content p:empty {
	display: none;
}

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

.wp-block-image {
	margin-bottom: 21px;
}

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

@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-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-close-mobile:before {
	content: "";
}

.td-social-icon-wrap:hover .td-icon-font {
	-webkit-transition: color 0.3s;
	transition: color 0.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-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;
}

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

@media print {

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

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

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

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

.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-page-content .td_block_wrap {
	line-height: 21px;
}

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

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

.tdb-template .td-main-content-wrap {
	padding-bottom: 0;
}

[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-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 0.4s cubic-bezier(0.55, 0, 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(0.8);
	height: 40px;
	width: 40px;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #e7e7e7;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.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: 0.05;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes td_fadeInUp {
	0% {
		opacity: 0.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: 0.1;
	}
}

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

	100% {
		opacity: 0.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);
	}
}

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 */
.wp-block-image>a,
.wp-block-image>figure>a {
	display: inline-block;
}

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

@media not (prefers-reduced-motion) {
	.wp-block-image img.hide {
		visibility: hidden;
	}

	.wp-block-image img.show {
		animation: show-content-image 0.4s;
	}
}

.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"]>a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull>a,
.wp-block-image.alignwide>a {
	width: 100%;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

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

.wp-block-image.is-style-circle-mask img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

:root :where(.wp-block-image.is-style-rounded img,
	.wp-block-image .is-style-rounded img) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wp-lightbox-container img {
	cursor: zoom-in;
}

.wp-lightbox-container img:hover+button {
	opacity: 1;
}

.wp-lightbox-container button {
	align-items: center;
	backdrop-filter: blur(16px) saturate(180%);
	background-color: #5a5a5a40;
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	width: 20px;
	z-index: 100;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-container button {
		transition: opacity 0.2s ease;
	}
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto #5a5a5a40;
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px;
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1;
}

.wp-lightbox-container button:focus {
	opacity: 1;
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: #5a5a5a40;
	border: none;
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000;
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none;
}

.wp-lightbox-overlay button {
	background: none;
	border: none;
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: 0.9;
	position: absolute;
	width: 100%;
	z-index: 2000000;
}

.wp-lightbox-overlay.active {
	visibility: visible;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-overlay.active {
		animation: turn-on-visibility 0.25s both;
	}

	.wp-lightbox-overlay.active img {
		animation: turn-on-visibility 0.35s both;
	}

	.wp-lightbox-overlay.show-closing-animation:not(.active) {
		animation: turn-off-visibility 0.35s both;
	}

	.wp-lightbox-overlay.show-closing-animation:not(.active) img {
		animation: turn-off-visibility 0.25s both;
	}

	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible;
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in 0.4s;
	}

	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility 0.4s forwards;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out 0.4s;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
		animation: none;
	}

	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility 0.4s forwards;
	}
}

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

	99% {
		visibility: hidden;
	}

	to {
		visibility: visible;
	}
}

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

	to {
		opacity: 1;
	}
}

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

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

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

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

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

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

	99% {
		visibility: visible;
	}

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

/*# sourceURL=/wp-includes/blocks/image/style.min.css */
.is-small-text {
	font-size: 0.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: 0.68;
	margin: 0.05em 0.1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: 0.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(0.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;
}

#denakop-ad-square-fixo {
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 2147483647;
}

#denakop-ad-square-fixo p {
	display: none !important;
}

#denakop-popup-ad {
	bottom: 110px;
	left: 10px;
}

/* 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;
}

/* oculta barra de compartilhamento */

@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-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: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.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;
}

.tdi_2 {
	min-height: 0;
}

.tdi_2>.td-element-style:after {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 0 !important;
	display: block !important;
	background-color: #ffffff !important;
}

.td-header-mobile-wrap {
	position: relative;
	width: 100%;
}

@media (max-width: 767px) {
	.tdi_2:before {
		content: "";
		display: block;
		width: 100vw;
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		box-shadow: none;
		z-index: 20;
		pointer-events: none;
	}

	@media (max-width: 767px) {
		.tdi_2:before {
			width: 100%;
		}
	}
}

.tdi_4,
.tdi_4 .tdc-columns {
	min-height: 0;
}

.tdi_4,
.tdi_4 .tdc-columns {
	display: block;
}

.tdi_4 .tdc-columns {
	width: 100%;
}

.tdi_4:before,
.tdi_4:after {
	display: table;
}

@media (max-width: 767px) {
	@media (min-width: 768px) {
		.tdi_4 {
			margin-left: -0px;
			margin-right: -0px;
		}

		.tdi_4 .tdc-row-video-background-error,
		.tdi_4>.vc_column,
		.tdi_4>.tdc-columns>.vc_column {
			padding-left: 0px;
			padding-right: 0px;
		}
	}
}

@media (max-width: 767px) {
	.tdi_4 {
		position: relative;
	}
}

@media (max-width: 767px) {
	.tdi_3_rand_style>.td-element-style-before {
		content: "" !important;
		width: 100% !important;
		height: 100% !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		display: block !important;
		z-index: 0 !important;
		background-image: none !important;
		background-size: cover !important;
		background-position: center top !important;
	}
}

@media (max-width: 767px) {
	.tdi_3_rand_style {
		background-color: #000000 !important;
	}
}

.tdi_6 {
	vertical-align: baseline;
}

.tdi_6>.wpb_wrapper,
.tdi_6>.wpb_wrapper>.tdc-elements {
	display: block;
}

.tdi_6>.wpb_wrapper>.tdc-elements {
	width: 100%;
}

.tdi_6>.wpb_wrapper>.vc_row_inner {
	width: auto;
}

.tdi_6>.wpb_wrapper {
	width: auto;
	height: auto;
}

@media (max-width: 767px) {
	.tdi_6 {
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.tdi_6 {
		width: 20% !important;
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.tdi_7 {
		margin-left: -16px !important;
	}
}

.tdb-header-align {
	vertical-align: middle;
}

.tdb_mobile_menu {
	margin-bottom: 0;
	clear: none;
}

.tdb_mobile_menu a {
	display: inline-block !important;
	position: relative;
	text-align: center;
	color: var(--td_theme_color, #4db2ec);
}

.tdb_mobile_menu a>span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tdb_mobile_menu svg {
	height: auto;
}

.tdb_mobile_menu svg,
.tdb_mobile_menu svg * {
	fill: var(--td_theme_color, #4db2ec);
}

#tdc-live-iframe .tdb_mobile_menu a {
	pointer-events: none;
}

.td-menu-mob-open-menu {
	overflow: hidden;
}

.td-menu-mob-open-menu #td-outer-wrap {
	position: static;
}

.tdi_7 {
	display: inline-block;
}

.tdi_7 .tdb-mobile-menu-button i {
	font-size: 22px;
	width: 55px;
	height: 55px;
	line-height: 55px;
}

.tdi_7 .tdb-mobile-menu-button svg {
	width: 22px;
}

.tdi_7 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg {
	width: 55px;
	height: 55px;
}

.tdi_7 .tdb-mobile-menu-button {
	color: #ffffff;
}

.tdi_7 .tdb-mobile-menu-button svg,
.tdi_7 .tdb-mobile-menu-button svg * {
	fill: #ffffff;
}

@media (max-width: 767px) {
	.tdi_7 .tdb-mobile-menu-button i {
		font-size: 27px;
		width: 54px;
		height: 54px;
		line-height: 54px;
	}

	.tdi_7 .tdb-mobile-menu-button svg {
		width: 27px;
	}

	.tdi_7 .tdb-mobile-menu-button .tdb-mobile-menu-icon-svg {
		width: 54px;
		height: 54px;
	}
}

.tdi_9 {
	vertical-align: baseline;
}

.tdi_9>.wpb_wrapper,
.tdi_9>.wpb_wrapper>.tdc-elements {
	display: block;
}

.tdi_9>.wpb_wrapper>.tdc-elements {
	width: 100%;
}

.tdi_9>.wpb_wrapper>.vc_row_inner {
	width: auto;
}

.tdi_9>.wpb_wrapper {
	width: auto;
	height: auto;
}

@media (max-width: 767px) {
	.tdi_9 {
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.tdi_9 {
		width: 60% !important;
		display: inline-block !important;
	}
}

.tdb_header_logo {
	margin-bottom: 0;
	clear: none;
}

.tdb_header_logo .tdb-logo-a,
.tdb_header_logo h1 {
	display: flex;
	pointer-events: auto;
	align-items: flex-start;
}

.tdb_header_logo h1 {
	margin: 0;
	line-height: 0;
}

.tdb_header_logo .tdb-logo-img-wrap img {
	display: block;
}

.tdb_header_logo .tdb-logo-svg-wrap+.tdb-logo-img-wrap {
	display: none;
}

.tdb_header_logo .tdb-logo-svg-wrap svg {
	width: 50px;
	display: block;
	transition: fill 0.3s ease;
}

.tdb_header_logo .tdb-logo-text-wrap {
	display: flex;
}

.tdb_header_logo .tdb-logo-text-title,
.tdb_header_logo .tdb-logo-text-tagline {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tdb_header_logo .tdb-logo-text-title {
	background-size: cover;
	background-position: center center;
	font-size: 75px;
	font-family: serif;
	line-height: 1.1;
	color: #222;
	white-space: nowrap;
}

.tdb_header_logo .tdb-logo-text-tagline {
	margin-top: 2px;
	font-size: 12px;
	font-family: serif;
	letter-spacing: 1.8px;
	line-height: 1;
	color: #767676;
}

.tdb_header_logo .tdb-logo-icon {
	position: relative;
	font-size: 46px;
	color: #000;
}

.tdb_header_logo .tdb-logo-icon-svg {
	line-height: 0;
}

.tdb_header_logo .tdb-logo-icon-svg svg {
	width: 46px;
	height: auto;
}

.tdb_header_logo .tdb-logo-icon-svg svg,
.tdb_header_logo .tdb-logo-icon-svg svg * {
	fill: #000;
}

.tdi_10 .tdb-logo-a,
.tdi_10 h1 {
	align-items: flex-start;
	justify-content: center;
}

.tdi_10 .tdb-logo-svg-wrap {
	display: block;
}

.tdi_10 .tdb-logo-svg-wrap+.tdb-logo-img-wrap {
	display: none;
}

.tdi_10 .tdb-logo-img-wrap {
	display: block;
}

.tdi_10 .tdb-logo-text-tagline {
	margin-top: 2px;
	margin-left: 0;
	display: none;
}

.tdi_10 .tdb-logo-text-title {
	display: none;
}

.tdi_10 .tdb-logo-text-wrap {
	flex-direction: column;
	align-items: flex-start;
}

.tdi_10 .tdb-logo-icon {
	top: 0px;
	display: block;
}

@media (max-width: 767px) {
	.tdb_header_logo .tdb-logo-text-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.tdb_header_logo .tdb-logo-text-tagline {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.tdi_10 .tdb-logo-img {
		max-width: 70px;
	}
}

.tdi_12 {
	vertical-align: baseline;
}

.tdi_12>.wpb_wrapper,
.tdi_12>.wpb_wrapper>.tdc-elements {
	display: block;
}

.tdi_12>.wpb_wrapper>.tdc-elements {
	width: 100%;
}

.tdi_12>.wpb_wrapper>.vc_row_inner {
	width: auto;
}

.tdi_12>.wpb_wrapper {
	width: auto;
	height: auto;
}

@media (max-width: 767px) {
	.tdi_12 {
		vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.tdi_12 {
		width: 20% !important;
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.tdi_13 {
		margin-right: -18px !important;
		margin-bottom: 0px !important;
	}
}

.tdb_mobile_search {
	margin-bottom: 0;
	clear: none;
}

.tdb_mobile_search a {
	display: inline-block !important;
	position: relative;
	text-align: center;
	color: var(--td_theme_color, #4db2ec);
}

.tdb_mobile_search a>span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tdb_mobile_search svg {
	height: auto;
}

.tdb_mobile_search svg,
.tdb_mobile_search svg * {
	fill: var(--td_theme_color, #4db2ec);
}

#tdc-live-iframe .tdb_mobile_search a {
	pointer-events: none;
}

.td-search-opened {
	overflow: hidden;
}

.td-search-opened #td-outer-wrap {
	position: static;
}

.td-search-opened .td-search-wrap-mob {
	position: fixed;
	height: calc(100% + 1px);
}

.td-search-opened .td-drop-down-search {
	height: calc(100% + 1px);
	overflow-y: scroll;
	overflow-x: hidden;
}

.tdi_13 {
	display: inline-block;
	float: right;
	clear: none;
}

.tdi_13 .tdb-header-search-button-mob i {
	font-size: 22px;
	width: 55px;
	height: 55px;
	line-height: 55px;
}

.tdi_13 .tdb-header-search-button-mob svg {
	width: 22px;
}

.tdi_13 .tdb-header-search-button-mob .tdb-mobile-search-icon-svg {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
}

.tdi_13 .tdb-header-search-button-mob {
	color: #ffffff;
}

.tdi_13 .tdb-header-search-button-mob svg,
.tdi_13 .tdb-header-search-button-mob svg * {
	fill: #ffffff;
}

.tdi_15,
.tdi_15 .tdc-columns {
	min-height: 0;
}

.tdi_15,
.tdi_15 .tdc-columns {
	display: block;
}

.tdi_15 .tdc-columns {
	width: 100%;
}

.tdi_15:before,
.tdi_15:after {
	display: table;
}

.tdi_17 {
	vertical-align: baseline;
}

.tdi_17>.wpb_wrapper,
.tdi_17>.wpb_wrapper>.tdc-elements {
	display: block;
}

.tdi_17>.wpb_wrapper>.tdc-elements {
	width: 100%;
}

.tdi_17>.wpb_wrapper>.vc_row_inner {
	width: auto;
}

.tdi_17>.wpb_wrapper {
	width: auto;
	height: auto;
}

.td_block_separator {
	width: 100%;
	align-items: center;
	margin-bottom: 38px;
	padding-bottom: 10px;
}

.td_block_separator span {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	border-top: 1px solid #ebebeb;
}

.td_separator_align_left span {
	margin-left: 0;
}

.td_separator_align_right span {
	margin-right: 0;
}

.td_separator_dashed span {
	border-top-style: dashed;
}

.td_separator_dotted span {
	border-top-style: dotted;
}

.td_separator_double span {
	height: 3px;
	border-bottom: 1px solid #ebebeb;
}

.td_separator_shadow>span {
	position: relative;
	height: 20px;
	overflow: hidden;
	border: 0;
	color: #ebebeb;
}

.td_separator_shadow>span>span {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 13px;
	width: 98%;
	border-radius: 100%;
}

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

.tdi_19 {
	margin-right: -48px !important;
	margin-bottom: 0px !important;
	margin-left: -48px !important;
	width: auto !important;
}

@media (min-width: 1019px) and (max-width: 1140px) {
	.tdi_19 {
		margin-right: -24px !important;
		margin-left: -24px !important;
	}
}

.tdc-footer-template .td-main-content-wrap {
	padding-bottom: 0;
}

.td-page-content blockquote,
.td-post-content blockquote,
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #c92f2f;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}

.post blockquote p,
.page blockquote p,
.td-post-text-content blockquote p {
	display: inline;
	font-size: 0.8rem;
	padding: 0.25rem 0 0.25rem 1.5rem;
	position: relative;
	color: #333;
	line-height: 1;
}

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

@media (min-width: 767px) .td-header-sp-logo {}

.anuncio-background {
	background-color: transparent !important;
}

.box-autor img {
	max-width: 70px;
	max-height: 70px;
	text-align: left;
	margin: 0 10px 6px 0 !important;
}

.category .td-module-thumb {
	max-height: 162px;
	overflow: hidden;
}

body.td-menu-mob-open-menu {
	overflow: hidden;
}

.single-post .tdi_79.td-a-rec {
	text-align: left;
	margin: 0;
	max-width: 744px;
}

body.colunistas .td_block_list_menu ul li,
body.mapa-do-site .td_block_list_menu ul li {
	font-weight: bold;
}

body.colunistas .td_block_list_menu ul li ul li,
body.mapa-do-site .td_block_list_menu ul li ul li {
	font-weight: 400;
}

body.colunistas .td_block_list_menu ul li ul li:before,
body.mapa-do-site .td_block_list_menu ul li ul li:before {
	content: ">";
	padding-right: 5px;
	color: red;
}

a.yarpp-thumbnail {
	color: #ce2027;
	font-size: 0.8em;
}

.yarpp-thumbnail>img,
.yarpp-thumbnail-default {
	margin-bottom: 5px;
}

.td-post-sharing-top:before {
	content: "Compartilhe esta matéria:";
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
}

.box-autor img {
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media (min-width: 767px) {
	.box-autor p {
		overflow: hidden;
		text-overflow: ellipsis;
		max-height: 90px;
	}

	.td-menu-background {}

	#td-mobile-nav {
		max-width: 400px;
		background-color: #000;
	}

	.td-menu-mob-open-menu #td-outer-wrap {
		transform: none !important;
		-webkit-transform: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.td-menu-mob-open-menu #td-outer-wrap {
		position: inherit;
	}
}

@media (max-width: 767px) {
	.box-autor img {
		float: left !important;
		margin: 0 10px 15px 0 !important;
	}

	.yarpp-thumbnail>img {
		width: 150px;
		height: auto;
		margin: 3px;
		margin-left: 3px;
	}

	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 150px !important;
	}
}

body.page #audimaWidget {
	display: none;
}

.td-post-sub-title {
	font-style: normal;
	font-weight: bold;
}

.tdi_153 .td_block_wrap {
	margin-bottom: 0px;
}

.cssDivMain,
.cssOptDivMain,
form.formIntegration {
	font-size: 12px;
	border-radius: 30px;
	padding: 6px;
	vertical-align: middle;
}

.cssDivEmail,
.cssOptDivEmail,
form .divinput {
	font-weight: 500;
	display: inline-block;
}

.cssTxtEmail,
.cssOptTxtEmail,
form .type_EMAIL {
	font-weight: 500;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	box-decoration-break: unset;
	height: 30px !important;
	border: 0 !important;
	line-height: 20px;
	text-align: center;
}

.cssDivClick,
.cssOptDivClick,
form .submit-button-td,
form .block {
	font-weight: 500;
	display: inline-block;
	margin: 0px;
}

form .submit-button-td {
	margin-left: 7px;
}

.cssBtnClick,
.cssOptBtnClick,
form .dinSubmit {
	font-weight: 500;
	border-style: none;
	border-width: 0px;
	font-size: 11px;
	height: 30px !important;
	color: #fff;
	background-color: #ce2027;
	padding: 0 15px;
}

.cssDivMsg,
.cssOptDivMsg {
	font-weight: 500;
}

input#btnClick,
input#btnClickFooter {}

.DinamizeDivCaptchaMessage {
	display: none;
}

.DinamizeDivMessageAlert {
	display: none;
}

.DinamizeDivMessageError {
	display: none;
}

form .block label {
	display: none;
}

#newsFooter .cssOptDivMain {
	margin: 30px 0 0 0 !important;
	padding: 10px 10px;
	border-radius: 0;
	display: block;
}

#newsFooter .cssOptDivEmail {
	width: 100%;
}

#newsFooter #txtEmail {
	border-radius: 30px;
	text-align: center;
}

#newsFooter .cssOptDivClick {
	display: block;
	margin: 10px auto 0 auto;
	width: 100%;
}

#newsFooter input#btnClick {
	width: 100%;
	border-radius: 30px;
}

.modal,
.DinamizeDivMessageSuccess {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

#myModal .modal-content,
.DinamizeDivMessageSuccess .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 5px solid #000;
	width: 80%;
	text-align: center;
	max-width: 1030px;
}

#myModal .close,
.DinamizeDivMessageSuccess .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus,
.DinamizeDivMessageSuccess .close:hover,
.DinamizeDivMessageSuccess .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

#myModal p,
.DinamizeDivMessageSuccess p {
	border-top: 1px solid #ce2027;
	padding-top: 20px;
	text-align: left;
}

#r89-mobile-billboard-top-article-1-0-wrapper {
	display: none;
}

#r89-mobile-billboard-top-article-2-1-1-wrapper {
	display: none;
}

body.jogos .td-main-content {
	width: 100%;
}

body.jogos .td-main-sidebar {
	display: none;
}

.ultimas-noticias .td-module-container .td-module-title {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ultimas-noticias .td-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;
	max-height: 4.5em;
}

body.single-post .tdi_52 .tdm-inline-image-wrap {
	display: none;
}

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

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

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

.wp-block-embed__wrapper {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {

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

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

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

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

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

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

.tagdiv-type .wp-block-embed {
	margin-bottom: 26px;
}

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

.wp-block-gallery {
	margin-bottom: 26px;
}

.wp-block-gallery figcaption {
	font-family:
		Verdana,
		BlinkMacSystemFont,
		-apple-system,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-family:
		Verdana,
		BlinkMacSystemFont,
		-apple-system,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 11px;
	line-height: 17px;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: auto;
	padding: 1em;
	text-align: center;
	text-shadow: 0 0 1.5px #000;
}

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

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

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	scrollbar-color: #0000 #0000;
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
}

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	will-change: transform;
}

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, #0006, #0000);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

.wp-block-embed__wrapper {
	position: relative;
}

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

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

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

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

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

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

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

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

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

.wp-block-gallery.wp-block-gallery-1 {
	--wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
	gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

.wp-block-gallery.wp-block-gallery-2 {
	--wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
	gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}

/*# sourceURL=core-block-supports-inline-css */



.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}