.ts-poll-preview-control,
.tspoll_selector_block,
.tspoll_selector_block .components-placeholder__fieldset {
	align-items: center !important;
}

.tspoll_selector_block .components-placeholder__fieldset {
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-direction: column;
}

.tspoll_guttenberg_block {
	cursor: not-allowed;
}

.tspoll_guttenberg_block * {
	pointer-events: none;
}

.ts_poll_select_block {
	padding-right: .125rem;
	padding-left: .4375rem;
	margin-top: .5rem;
	border-top: .0625rem solid #e2e4e7;
	border-bottom: .0625rem solid #e2e4e7;
	background-color: #fff;
	width: max-content;
}

.ts_poll_select_block .components-select-control__input {
	padding: 0 1.5rem 0 .5rem;
}

.ts_poll_select_block .components-base-control__field {
	margin-bottom: 0;
	margin-top: .1875rem;
	margin-left: .25rem;
}/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2 {
	margin-top: 1.5rem;
}

.jp-related-posts-i2__list {
	--hgap: 1rem;

	display: flex;
	flex-wrap: wrap;
	column-gap: var(--hgap);
	row-gap: 2rem;

	margin: 0;
	padding: 0;

	list-style-type: none;
}

.jp-related-posts-i2__post {
	display: flex;
	flex-direction: column;
	/* Default: 2 items by row */
	flex-basis: calc( ( 100% - var(--hgap) ) / 2 );
}

/* Quantity qeuries: see https://alistapart.com/article/quantity-queries-for-css/ */
.jp-related-posts-i2__post:nth-last-child(n+3):first-child,
.jp-related-posts-i2__post:nth-last-child(n+3):first-child ~ * {
	/* From 3 total items on, 3 items by row */
	flex-basis: calc( ( 100% - var(--hgap) * 2 ) / 3 );
}

.jp-related-posts-i2__post:nth-last-child(4):first-child,
.jp-related-posts-i2__post:nth-last-child(4):first-child ~ * {
	/* Exception for 4 total items: 2 items by row */
	flex-basis: calc( ( 100% - var(--hgap) ) / 2 );
}

.jp-related-posts-i2__post-link {
	display: flex;
	flex-direction: column;
	row-gap: 0.5rem;

	width: 100%;
	margin-bottom: 1rem;
	
	line-height: 1.2;
}

.jp-related-posts-i2__post-link:focus-visible {
	outline-offset: 2px;
}

.jp-related-posts-i2__post-img {
	order: -1;

	max-width: 100%;
}

.jp-related-posts-i2__post-defs {
	margin: 0;

	list-style-type: unset;
}

/* Hide, except from screen readers */
.jp-related-posts-i2__post-defs dt {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

.jp-related-posts-i2__post-defs dd {
	margin: 0;
}

/* List view */

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__list {
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	margin-bottom: 2rem;
}

/* Breakpoints */

@media only screen and (max-width: 640px) {
	.jp-related-posts-i2__list {
		display: block;
	}

	.jp-related-posts-i2__post {
		margin-bottom: 2rem;
	}
}

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position:relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	height: auto;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* List Layout */
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

/*
 * Responsive
 */

@media only screen and (max-width: 640px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 320px) {

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
	#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}

/*
 * Hide the related post section in the print view of a post
 */

@media print {
	.jp-relatedposts {
		display:none !important;
	}
}@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.has-modal-open .wp-block-cover .wp-block-cover__inner-container,.has-modal-open .wp-block-cover-image .wp-block-cover__inner-container{z-index:auto}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media (prefers-reduced-motion:no-preference){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull a,.wp-block-image.alignwide a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:inline-block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-content{display:flow-root}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);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:auto!important;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}}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start;
  height: 100%; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

/**
 * Responsive Grid Options. Exclude these from the editor.
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 4; }
  @media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(8, 1fr); }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  @media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(12, 1fr); }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px; }

.wp-block-jetpack-layout-grid-column {
  max-width: 100%; }
@charset "UTF-8";:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33,69,230;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:24,58,214;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__appear{animation-delay:0s;animation-duration:1ms}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-animate__slide-in{animation-delay:0s;animation-duration:1ms}}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{align-items:center;-webkit-appearance:none;background:none;border:0;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:400;height:36px;margin:0;padding:6px 12px;text-decoration:none;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-button{transition-delay:0s;transition-duration:0s}}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true]){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.04)}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:rgba(var(--wp-admin-theme-color--rgb),.08)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));height:auto;margin:0;outline:none;padding:0;text-align:left;text-decoration:underline;transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}@media (prefers-reduced-motion:reduce){.components-button.is-link{transition-delay:0s;transition-duration:0s}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}@media (prefers-reduced-motion:reduce){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation-duration:0s}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0;width:32px}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0;width:24px}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size:24px;--checkbox-input-margin:8px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;border:1px solid #1e1e1e;border-radius:2px;box-shadow:0 0 0 #0000;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:var(--checkbox-input-size);line-height:normal;line-height:0;margin:0 4px 0 0;outline:0;padding:6px 8px;padding:0!important;text-align:center;transition:box-shadow .1s linear;transition:none;transition:border-color .1s ease-in-out;vertical-align:top;width:var(--checkbox-input-size)}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media (prefers-reduced-motion:reduce){.components-checkbox-control__input[type=checkbox]{transition-delay:0s;transition-duration:0s}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);transition:transform .1s ease;vertical-align:top;width:28px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option-wrapper{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;cursor:pointer;display:inline-block;height:100%;transition:box-shadow .1s ease;vertical-align:top;width:100%}@media (prefers-reduced-motion:reduce){.components-circular-option-picker__option{transition-delay:0s;transition-duration:0s}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{border:none;box-shadow:none;font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{align-items:flex-start;border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;display:flex;flex-wrap:wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-combobox-control__suggestions-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-combobox-control__reset.components-button{display:flex;height:16px;min-width:16px;padding:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{align-items:center;display:flex}.block-editor-dimension-control .components-base-control__label{align-items:center;display:flex;margin-bottom:0;margin-right:1em}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1;transition:opacity .2s ease-in-out}@media (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:none}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1);transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}@media (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:none}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{margin:0 -8px;padding:8px}.components-dropdown__content .components-menu-group:first-child{margin-top:-8px}.components-dropdown__content .components-menu-group:last-child{margin-bottom:-8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;margin-top:0;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:36px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-button{padding:6px}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;overflow:hidden;position:relative;transition:background-color .2s ease,border-color .2s ease;vertical-align:top;width:32px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;opacity:0;position:absolute;transition:opacity .2s ease}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__track:after{transition-delay:0s;transition-duration:0s}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;border-radius:50%;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;transition:transform .2s ease,background-color .2s ease-out;width:12px}@media (prefers-reduced-motion:reduce){.components-form-toggle .components-form-toggle__thumb{transition-delay:0s;transition-duration:0s}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;cursor:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:0;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-form-token-field__input-container{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:#1e1e1e;display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;padding:0;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token.is-disabled .components-form-token-field__remove-token{cursor:default}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;line-height:24px;min-width:unset;transition:all .2s cubic-bezier(.4,1,.4,1)}@media (prefers-reduced-motion:reduce){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{animation-delay:0s;animation-duration:1ms;transition-delay:0s;transition-duration:0s}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;cursor:pointer;line-height:10px;overflow:initial;padding:0 2px}.components-form-token-field__remove-token.components-button:hover{color:#1e1e1e}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;flex:1 0 100%;list-style:none;margin:0;max-height:128px;min-width:100%;overflow-y:auto;padding:0;transition:all .15s ease-in-out}@media (prefers-reduced-motion:reduce){.components-form-token-field__suggestions-list{transition-delay:0s;transition-duration:0s}}.components-form-token-field__suggestion{box-sizing:border-box;color:#1e1e1e;cursor:pointer;display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background-color:rgba(var(--wp-components-color-accent--rgb,var(--wp-admin-theme-color--rgb)),.04)}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:60px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide__page{min-height:300px}}.components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide__page-control{margin:0;text-align:center}.components-guide__page-control li{display:inline-block;margin:0}.components-guide__page-control .components-button{color:#e0e0e0;height:30px;margin:-6px 0;min-width:20px}.components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions [role=region]:focus:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header{outline-color:var(--wp-admin-theme-color);outline-offset:calc(((-1*var(--wp-admin-border-width-focus))/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2);outline-style:solid;outline-width:calc((var(--wp-admin-border-width-focus)/var(--wp-block-editor-iframe-zoom-out-scale, 1))*2)}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;margin-top:8px;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards;background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay{animation-delay:0s;animation-duration:1ms}}.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.components-modal__screen-overlay.is-animating-out{animation-delay:0s;animation-duration:1ms}}.components-modal__frame{animation-duration:var(--modal-frame-animation-duration);animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;box-sizing:border-box;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}@media (prefers-reduced-motion:reduce){.components-modal__frame{animation-delay:0s;animation-duration:1ms}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 120px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0;transition:background .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body>.components-panel__body-title{transition-delay:0s;transition-duration:0s}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;height:auto;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;transition:background .1s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button{transition-delay:0s;transition-duration:0s}}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor;transition:color .1s ease-in-out}@media (prefers-reduced-motion:reduce){.components-panel__body-toggle.components-button .components-panel__arrow{transition-delay:0s;transition-duration:0s}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px;transition:box-shadow .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder__input[type=url]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none;transition:opacity .1s linear}@media (prefers-reduced-motion:reduce){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition-delay:0s;transition-duration:0s}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;will-change:transform;z-index:1000000}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{appearance:none;border:1px solid #1e1e1e;border-radius:2px;border-radius:50%;box-shadow:0 0 0 #0000;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;grid-column:1;grid-row:1;height:24px;line-height:normal;margin:0;max-width:24px;min-width:24px;padding:0;position:relative;transition:box-shadow .1s linear;transition:none;width:24px}@media (prefers-reduced-motion:reduce){.components-radio-control__input[type=radio]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-radio-control__input[type=radio]{font-size:13px;line-height:normal}}.components-radio-control__input[type=radio]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]::-webkit-input-placeholder{color:#1e1e1e9e}.components-radio-control__input[type=radio]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-radio-control__input[type=radio]:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;opacity:0;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);transition:transform .1s ease-in;width:3px;will-change:transform}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle:before{transition-delay:0s;transition-duration:0s}}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation-delay:0s;animation-duration:1ms}}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation-delay:0s;animation-duration:1ms}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}
/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}

/*!rtl:end:ignore*/.components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width:782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button{color:#fff;flex-shrink:0;height:auto;line-height:1.4;margin-left:32px;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){background-color:initial;text-decoration:underline}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{box-shadow:none;color:#fff;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:#fff;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:after{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px;transition:all .1s linear}@media (prefers-reduced-motion:reduce){.components-tab-panel__tabs-item:before{transition-delay:0s;transition-duration:0s}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;transition:box-shadow .1s linear;width:100%}@media (prefers-reduced-motion:reduce){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition-delay:0s;transition-duration:0s}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e;opacity:1}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid #1e1e1e;border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards;border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media (prefers-reduced-motion:reduce){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation-delay:0s;animation-duration:1ms}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:#1e1e1e}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:#fff;border-right:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;line-height:0;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:#fff;border:1px solid #1e1e1e;display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/* jQuery Modal */
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}#secondline-psb-subs-modal.modal{display:none;vertical-align:middle;overflow:visible;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}#secondline-psb-subs-modal.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}

body #secondline-psb-subs-modal.modal a.close-modal {
    background-color: #000;
    border-radius: 50%;
    color: #000;
    text-indent: 0;
}

body #secondline-psb-subs-modal.modal a.close-modal:hover {
	opacity: .8;
}

body #secondline-psb-subs-modal {
    max-width: 400px;
}


.secondline-psb-subscribe-modal ul {
    list-style: none;
    padding: 0;
}

.secondline-psb-subscribe-modal ul li {
    padding: 0;    
    margin: 0 0 0 0;
}

.secondline-psb-subscribe-modal ul li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.secondline-psb-subscribe-modal ul li:last-child {
    padding-bottom: 10px;
}

img.secondline-psb-subscribe-img {
    margin-right: 20px;
    height: 32px!important;
    width: 32px;	
}

.secondline-psb-subscribe-modal img.secondline-psb-subscribe-img, .button img.secondline-psb-subscribe-img {
	display: inline-block;
	vertical-align: middle;
}

body .blocker {
  z-index: 99999 !important;    
} 

/* BUTTON STYLES */
.secondline-psb-subscribe-inline a.button.podcast-subscribe-button {
    margin-right: 10px;
	margin-bottom: 10px;
}

.secondline-psb-alignment-left {
    text-align: left;
}
.secondline-psb-alignment-center {
    text-align: center;
}
.secondline-psb-alignment-right {
    text-align: right;
}
.secondline-psb-alignment-none {
    text-align: none;
}

.wp-block.wp-block-secondline-themes-podcast-subscribe-button * {
    pointer-events: none;
}

body [id^=podcast-subscribe-button].secondline-psb-square-style a.button.podcast-subscribe-button {
	border-radius: 0 !important;
}

body [id^=podcast-subscribe-button].secondline-psb-radius-style a.button.podcast-subscribe-button {
	border-radius: 4px !important;
}

body [id^=podcast-subscribe-button].secondline-psb-round-style a.button.podcast-subscribe-button {
	border-radius: 50px !important;
}

body [id^=podcast-subscribe-button] .secondline-psb-subscribe-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body [id^=podcast-subscribe-button] li {
    list-style: none !important;        
}

body [id^=podcast-subscribe-button] li:before, body [id^=podcast-subscribe-button] li:after {
    display: none !important;
}

body [id^=podcast-subscribe-button] .secondline-psb-subscribe-list li {
    margin-bottom: 20px;
}

body [id^=podcast-subscribe-button] .secondline-psb-subscribe-list li a.button.podcast-subscribe-button {
	min-width: 150px;
}

body [id^=podcast-subscribe-button] a.button.podcast-subscribe-button {
    line-height: 1;
    border: none;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 14px 20px;
    font-size: 1em;
}

body [id^=podcast-subscribe-button] a.button.podcast-subscribe-button img {
    box-shadow: none;
}

body [id^=podcast-subscribe-button] .secondline-psb-subscribe-icons img.secondline-psb-subscribe-img {
	height: 42px;
    width: 42px;
}

body [id^=podcast-subscribe-button] .secondline-psb-subscribe-icons a.button.podcast-subscribe-button {
	padding: 0 !important;
	border: none !important;	
	background-color: transparent !important;
}

body [id^=podcast-subscribe-button] .secondline-psb-subscribe-icons span {
    display: inline-block;
    margin: 10px 0;
}/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
form.ts_poll_form>.ts_poll_section {
    padding: 0 !important;
    margin: 0 !important;
}

form.ts_poll_form>.ts_poll_section:not(.tsp_active_section),
form.ts_poll_form>div.ts_load_vue_poll.tsp_not_active_section {
    display: none !important;
}

form.ts_poll_form {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important;
    margin-bottom: .9375rem !important;
    margin-top: .9375rem !important;
}

form.ts_poll_form>div.ts_load_vue_poll,
div.ts_load_vue_poll>div.ts_load_poll_logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: column;
    width: 100% !important;
}

.ts_poll_section button:focus,
.ts_poll_section button:hover,
.ts_poll_section button,
.ts_poll_section input[type="button"],
.ts_poll_section input[type="button"]:focus,
.ts_poll_section input[type="button"]:hover {
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.ts_poll_section input[type=radio]:checked+label:before {
    background-color: inherit !important;
}

div.ts_load_vue_poll>span.tsp_load_span {
    margin-top: 1.25rem !important;
    padding: .625rem .9375rem !important;
    box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .3) !important;
    background-color: #f7f7f7 !important;
    border-radius: .3125rem !important;
    font-size: .75rem !important;
    color: #222 !important;
    word-break: break-word !important;
    letter-spacing: .0313rem !important;
}

div.ts_load_poll_logo>div.tsp_load_circle {
    width: 3rem !important;
    height: 3rem !important;
    border: 0.5rem solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 0.5rem solid #8c8c8c !important;
    -webkit-animation: ts_poll_logo_spin 1.5s linear infinite;
    animation: ts_poll_logo_spin 1.5s linear infinite;
}

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

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

@keyframes ts_poll_logo_spin {
    0% {
        transform: rotate(0deg);
    }

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

.tsp_sceleton_item {
    background-color: #ced4da !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    position: relative
}

.tsp_sceleton_item:before {
    -webkit-animation: ph-animation .8s linear infinite !important;
    animation: ph-animation .8s linear infinite !important;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50% !important;
    bottom: 0 !important;
    content: " " !important;
    left: 0% !important;
    margin-left: -100% !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 500% !important;
    z-index: 1
}

.tsp_sceleton_item * {
    z-index: -1 !important;
    visibility: hidden;
}

@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }

    to {
        transform: translate3d(30%, 0, 0)
    }
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url(/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.eot?v=4.6.3);
	src: url(/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

.ts-poll,
.ts-poll-fas,
.ts-poll-far,
.ts-poll-fal,
.ts-poll-fad,
.ts-poll-fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.ts-poll-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em;
}

.ts-poll-xs {
	font-size: .75em;
}

.ts-poll-sm {
	font-size: .875em;
}

.ts-poll-1x {
	font-size: 1em;
}

.ts-poll-2x {
	font-size: 2em;
}

.ts-poll-3x {
	font-size: 3em;
}

.ts-poll-4x {
	font-size: 4em;
}

.ts-poll-5x {
	font-size: 5em;
}

.ts-poll-6x {
	font-size: 6em;
}

.ts-poll-7x {
	font-size: 7em;
}

.ts-poll-8x {
	font-size: 8em;
}

.ts-poll-9x {
	font-size: 9em;
}

.ts-poll-10x {
	font-size: 10em;
}

.ts-poll-fw {
	text-align: center;
	width: 1.25em;
}

.ts-poll-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.ts-poll-ul>li {
	position: relative;
}

.ts-poll-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.ts-poll-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.ts-poll-pull-left {
	float: left;
}

.ts-poll-pull-right {
	float: right;
}

.ts-poll.ts-poll-pull-left,
.ts-poll-fas.ts-poll-pull-left,
.ts-poll-far.ts-poll-pull-left,
.ts-poll-fal.ts-poll-pull-left,
.ts-poll-fab.ts-poll-pull-left {
	margin-right: .3em;
}

.ts-poll.ts-poll-pull-right,
.ts-poll-fas.ts-poll-pull-right,
.ts-poll-far.ts-poll-pull-right,
.ts-poll-fal.ts-poll-pull-right,
.ts-poll-fab.ts-poll-pull-right {
	margin-left: .3em;
}

.ts-poll-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.ts-poll-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ts-poll-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ts-poll-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ts-poll-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.ts-poll-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ts-poll-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.ts-poll-flip-both,
.ts-poll-flip-horizontal.ts-poll-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical,
:root .ts-poll-flip-both {
	-webkit-filter: none;
	filter: none;
}

.ts-poll-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.ts-poll-stack-1x,
.ts-poll-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.ts-poll-stack-1x {
	line-height: inherit;
}

.ts-poll-stack-2x {
	font-size: 2em;
}

.ts-poll-inverse {
	color: #fff;
}


/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.ts-poll.pull-left {
	margin-right: .3em;
}

.ts-poll.pull-right {
	margin-left: .3em;
}

.ts-poll-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.ts-poll-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.ts-poll-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ts-poll-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ts-poll-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.ts-poll-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ts-poll-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical {
	filter: none;
}

.ts-poll-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.ts-poll-stack-1x,
.ts-poll-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.ts-poll-stack-1x {
	line-height: inherit;
}

.ts-poll-stack-2x {
	font-size: 2em;
}

.ts-poll-inverse {
	color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	 readers do not read off random characters that represent icons */

.ts-poll-glass:before {
	content: "\f000";
}

.ts-poll-music:before {
	content: "\f001";
}

.ts-poll-search:before {
	content: "\f002";
}

.ts-poll-envelope-o:before {
	content: "\f003";
}

.ts-poll-heart:before {
	content: "\f004";
}

.ts-poll-star:before {
	content: "\f005";
}

.ts-poll-star-o:before {
	content: "\f006";
}

.ts-poll-user:before {
	content: "\f007";
}

.ts-poll-film:before {
	content: "\f008";
}

.ts-poll-th-large:before {
	content: "\f009";
}

.ts-poll-th:before {
	content: "\f00a";
}

.ts-poll-th-list:before {
	content: "\f00b";
}

.ts-poll-check:before {
	content: "\f00c";
}

.ts-poll-remove:before,
.ts-poll-close:before,
.ts-poll-times:before {
	content: "\f00d";
}

.ts-poll-search-plus:before {
	content: "\f00e";
}

.ts-poll-search-minus:before {
	content: "\f010";
}

.ts-poll-power-off:before {
	content: "\f011";
}

.ts-poll-signal:before {
	content: "\f012";
}

.ts-poll-gear:before,
.ts-poll-cog:before {
	content: "\f013";
}

.ts-poll-trash-o:before {
	content: "\f014";
}

.ts-poll-home:before {
	content: "\f015";
}

.ts-poll-file-o:before {
	content: "\f016";
}

.ts-poll-clock-o:before {
	content: "\f017";
}

.ts-poll-road:before {
	content: "\f018";
}

.ts-poll-download:before {
	content: "\f019";
}

.ts-poll-arrow-circle-o-down:before {
	content: "\f01a";
}

.ts-poll-arrow-circle-o-up:before {
	content: "\f01b";
}

.ts-poll-inbox:before {
	content: "\f01c";
}

.ts-poll-play-circle-o:before {
	content: "\f01d";
}

.ts-poll-rotate-right:before,
.ts-poll-repeat:before {
	content: "\f01e";
}

.ts-poll-refresh:before {
	content: "\f021";
}

.ts-poll-list-alt:before {
	content: "\f022";
}

.ts-poll-lock:before {
	content: "\f023";
}

.ts-poll-flag:before {
	content: "\f024";
}

.ts-poll-headphones:before {
	content: "\f025";
}

.ts-poll-volume-off:before {
	content: "\f026";
}

.ts-poll-volume-down:before {
	content: "\f027";
}

.ts-poll-volume-up:before {
	content: "\f028";
}

.ts-poll-qrcode:before {
	content: "\f029";
}

.ts-poll-barcode:before {
	content: "\f02a";
}

.ts-poll-tag:before {
	content: "\f02b";
}

.ts-poll-tags:before {
	content: "\f02c";
}

.ts-poll-book:before {
	content: "\f02d";
}

.ts-poll-bookmark:before {
	content: "\f02e";
}

.ts-poll-print:before {
	content: "\f02f";
}

.ts-poll-camera:before {
	content: "\f030";
}

.ts-poll-font:before {
	content: "\f031";
}

.ts-poll-bold:before {
	content: "\f032";
}

.ts-poll-italic:before {
	content: "\f033";
}

.ts-poll-text-height:before {
	content: "\f034";
}

.ts-poll-text-width:before {
	content: "\f035";
}

.ts-poll-align-left:before {
	content: "\f036";
}

.ts-poll-align-center:before {
	content: "\f037";
}

.ts-poll-align-right:before {
	content: "\f038";
}

.ts-poll-align-justify:before {
	content: "\f039";
}

.ts-poll-list:before {
	content: "\f03a";
}

.ts-poll-dedent:before,
.ts-poll-outdent:before {
	content: "\f03b";
}

.ts-poll-indent:before {
	content: "\f03c";
}

.ts-poll-video-camera:before {
	content: "\f03d";
}

.ts-poll-photo:before,
.ts-poll-image:before,
.ts-poll-picture-o:before {
	content: "\f03e";
}

.ts-poll-pencil:before {
	content: "\f040";
}

.ts-poll-map-marker:before {
	content: "\f041";
}

.ts-poll-adjust:before {
	content: "\f042";
}

.ts-poll-tint:before {
	content: "\f043";
}

.ts-poll-edit:before,
.ts-poll-pencil-square-o:before {
	content: "\f044";
}

.ts-poll-share-square-o:before {
	content: "\f045";
}

.ts-poll-check-square-o:before {
	content: "\f046";
}

.ts-poll-arrows:before {
	content: "\f047";
}

.ts-poll-step-backward:before {
	content: "\f048";
}

.ts-poll-fast-backward:before {
	content: "\f049";
}

.ts-poll-backward:before {
	content: "\f04a";
}

.ts-poll-play:before {
	content: "\f04b";
}

.ts-poll-pause:before {
	content: "\f04c";
}

.ts-poll-stop:before {
	content: "\f04d";
}

.ts-poll-forward:before {
	content: "\f04e";
}

.ts-poll-fast-forward:before {
	content: "\f050";
}

.ts-poll-step-forward:before {
	content: "\f051";
}

.ts-poll-eject:before {
	content: "\f052";
}

.ts-poll-chevron-left:before {
	content: "\f053";
}

.ts-poll-chevron-right:before {
	content: "\f054";
}

.ts-poll-plus-circle:before {
	content: "\f055";
}

.ts-poll-minus-circle:before {
	content: "\f056";
}

.ts-poll-times-circle:before {
	content: "\f057";
}

.ts-poll-check-circle:before {
	content: "\f058";
}

.ts-poll-question-circle:before {
	content: "\f059";
}

.ts-poll-info-circle:before {
	content: "\f05a";
}

.ts-poll-crosshairs:before {
	content: "\f05b";
}

.ts-poll-times-circle-o:before {
	content: "\f05c";
}

.ts-poll-check-circle-o:before {
	content: "\f05d";
}

.ts-poll-ban:before {
	content: "\f05e";
}

.ts-poll-arrow-left:before {
	content: "\f060";
}

.ts-poll-arrow-right:before {
	content: "\f061";
}

.ts-poll-arrow-up:before {
	content: "\f062";
}

.ts-poll-arrow-down:before {
	content: "\f063";
}

.ts-poll-mail-forward:before,
.ts-poll-share:before {
	content: "\f064";
}

.ts-poll-expand:before {
	content: "\f065";
}

.ts-poll-compress:before {
	content: "\f066";
}

.ts-poll-plus:before {
	content: "\f067";
}

.ts-poll-minus:before {
	content: "\f068";
}

.ts-poll-asterisk:before {
	content: "\f069";
}

.ts-poll-exclamation-circle:before {
	content: "\f06a";
}

.ts-poll-gift:before {
	content: "\f06b";
}

.ts-poll-leaf:before {
	content: "\f06c";
}

.ts-poll-fire:before {
	content: "\f06d";
}

.ts-poll-eye:before {
	content: "\f06e";
}

.ts-poll-eye-slash:before {
	content: "\f070";
}

.ts-poll-warning:before,
.ts-poll-exclamation-triangle:before {
	content: "\f071";
}

.ts-poll-plane:before {
	content: "\f072";
}

.ts-poll-calendar:before {
	content: "\f073";
}

.ts-poll-random:before {
	content: "\f074";
}

.ts-poll-comment:before {
	content: "\f075";
}

.ts-poll-magnet:before {
	content: "\f076";
}

.ts-poll-chevron-up:before {
	content: "\f077";
}

.ts-poll-chevron-down:before {
	content: "\f078";
}

.ts-poll-retweet:before {
	content: "\f079";
}

.ts-poll-shopping-cart:before {
	content: "\f07a";
}

.ts-poll-folder:before {
	content: "\f07b";
}

.ts-poll-folder-open:before {
	content: "\f07c";
}

.ts-poll-arrows-v:before {
	content: "\f07d";
}

.ts-poll-arrows-h:before {
	content: "\f07e";
}

.ts-poll-bar-chart-o:before,
.ts-poll-bar-chart:before {
	content: "\f080";
}

.ts-poll-twitter-square:before {
	content: "\f081";
}

.ts-poll-facebook-square:before {
	content: "\f082";
}

.ts-poll-camera-retro:before {
	content: "\f083";
}

.ts-poll-key:before {
	content: "\f084";
}

.ts-poll-gears:before,
.ts-poll-cogs:before {
	content: "\f085";
}

.ts-poll-comments:before {
	content: "\f086";
}

.ts-poll-thumbs-o-up:before {
	content: "\f087";
}

.ts-poll-thumbs-o-down:before {
	content: "\f088";
}

.ts-poll-star-half:before {
	content: "\f089";
}

.ts-poll-heart-o:before {
	content: "\f08a";
}

.ts-poll-sign-out:before {
	content: "\f08b";
}

.ts-poll-linkedin-square:before {
	content: "\f08c";
}

.ts-poll-thumb-tack:before {
	content: "\f08d";
}

.ts-poll-external-link:before {
	content: "\f08e";
}

.ts-poll-sign-in:before {
	content: "\f090";
}

.ts-poll-trophy:before {
	content: "\f091";
}

.ts-poll-github-square:before {
	content: "\f092";
}

.ts-poll-upload:before {
	content: "\f093";
}

.ts-poll-lemon-o:before {
	content: "\f094";
}

.ts-poll-phone:before {
	content: "\f095";
}

.ts-poll-square-o:before {
	content: "\f096";
}

.ts-poll-bookmark-o:before {
	content: "\f097";
}

.ts-poll-phone-square:before {
	content: "\f098";
}

.ts-poll-twitter:before {
	content: "\f099";
}

.ts-poll-facebook-f:before,
.ts-poll-facebook:before {
	content: "\f09a";
}

.ts-poll-github:before {
	content: "\f09b";
}

.ts-poll-unlock:before {
	content: "\f09c";
}

.ts-poll-credit-card:before {
	content: "\f09d";
}

.ts-poll-feed:before,
.ts-poll-rss:before {
	content: "\f09e";
}

.ts-poll-hdd-o:before {
	content: "\f0a0";
}

.ts-poll-bullhorn:before {
	content: "\f0a1";
}

.ts-poll-bell:before {
	content: "\f0f3";
}

.ts-poll-certificate:before {
	content: "\f0a3";
}

.ts-poll-hand-o-right:before {
	content: "\f0a4";
}

.ts-poll-hand-o-left:before {
	content: "\f0a5";
}

.ts-poll-hand-o-up:before {
	content: "\f0a6";
}

.ts-poll-hand-o-down:before {
	content: "\f0a7";
}

.ts-poll-arrow-circle-left:before {
	content: "\f0a8";
}

.ts-poll-arrow-circle-right:before {
	content: "\f0a9";
}

.ts-poll-arrow-circle-up:before {
	content: "\f0aa";
}

.ts-poll-arrow-circle-down:before {
	content: "\f0ab";
}

.ts-poll-globe:before {
	content: "\f0ac";
}

.ts-poll-wrench:before {
	content: "\f0ad";
}

.ts-poll-tasks:before {
	content: "\f0ae";
}

.ts-poll-filter:before {
	content: "\f0b0";
}

.ts-poll-briefcase:before {
	content: "\f0b1";
}

.ts-poll-arrows-alt:before {
	content: "\f0b2";
}

.ts-poll-group:before,
.ts-poll-users:before {
	content: "\f0c0";
}

.ts-poll-chain:before,
.ts-poll-link:before {
	content: "\f0c1";
}

.ts-poll-cloud:before {
	content: "\f0c2";
}

.ts-poll-flask:before {
	content: "\f0c3";
}

.ts-poll-cut:before,
.ts-poll-scissors:before {
	content: "\f0c4";
}

.ts-poll-copy:before,
.ts-poll-files-o:before {
	content: "\f0c5";
}

.ts-poll-paperclip:before {
	content: "\f0c6";
}

.ts-poll-save:before,
.ts-poll-floppy-o:before {
	content: "\f0c7";
}

.ts-poll-square:before {
	content: "\f0c8";
}

.ts-poll-navicon:before,
.ts-poll-reorder:before,
.ts-poll-bars:before {
	content: "\f0c9";
}

.ts-poll-list-ul:before {
	content: "\f0ca";
}

.ts-poll-list-ol:before {
	content: "\f0cb";
}

.ts-poll-strikethrough:before {
	content: "\f0cc";
}

.ts-poll-underline:before {
	content: "\f0cd";
}

.ts-poll-table:before {
	content: "\f0ce";
}

.ts-poll-magic:before {
	content: "\f0d0";
}

.ts-poll-truck:before {
	content: "\f0d1";
}

.ts-poll-pinterest:before {
	content: "\f0d2";
}

.ts-poll-pinterest-square:before {
	content: "\f0d3";
}

.ts-poll-google-plus-square:before {
	content: "\f0d4";
}

.ts-poll-google-plus:before {
	content: "\f0d5";
}

.ts-poll-money:before {
	content: "\f0d6";
}

.ts-poll-caret-down:before {
	content: "\f0d7";
}

.ts-poll-caret-up:before {
	content: "\f0d8";
}

.ts-poll-caret-left:before {
	content: "\f0d9";
}

.ts-poll-caret-right:before {
	content: "\f0da";
}

.ts-poll-columns:before {
	content: "\f0db";
}

.ts-poll-unsorted:before,
.ts-poll-sort:before {
	content: "\f0dc";
}

.ts-poll-sort-down:before,
.ts-poll-sort-desc:before {
	content: "\f0dd";
}

.ts-poll-sort-up:before,
.ts-poll-sort-asc:before {
	content: "\f0de";
}

.ts-poll-envelope:before {
	content: "\f0e0";
}

.ts-poll-linkedin:before {
	content: "\f0e1";
}

.ts-poll-rotate-left:before,
.ts-poll-undo:before {
	content: "\f0e2";
}

.ts-poll-legal:before,
.ts-poll-gavel:before {
	content: "\f0e3";
}

.ts-poll-dashboard:before,
.ts-poll-tachometer:before {
	content: "\f0e4";
}

.ts-poll-comment-o:before {
	content: "\f0e5";
}

.ts-poll-comments-o:before {
	content: "\f0e6";
}

.ts-poll-flash:before,
.ts-poll-bolt:before {
	content: "\f0e7";
}

.ts-poll-sitemap:before {
	content: "\f0e8";
}

.ts-poll-umbrella:before {
	content: "\f0e9";
}

.ts-poll-paste:before,
.ts-poll-clipboard:before {
	content: "\f0ea";
}

.ts-poll-lightbulb-o:before {
	content: "\f0eb";
}

.ts-poll-exchange:before {
	content: "\f0ec";
}

.ts-poll-cloud-download:before {
	content: "\f0ed";
}

.ts-poll-cloud-upload:before {
	content: "\f0ee";
}

.ts-poll-user-md:before {
	content: "\f0f0";
}

.ts-poll-stethoscope:before {
	content: "\f0f1";
}

.ts-poll-suitcase:before {
	content: "\f0f2";
}

.ts-poll-bell-o:before {
	content: "\f0a2";
}

.ts-poll-coffee:before {
	content: "\f0f4";
}

.ts-poll-cutlery:before {
	content: "\f0f5";
}

.ts-poll-file-text-o:before {
	content: "\f0f6";
}

.ts-poll-building-o:before {
	content: "\f0f7";
}

.ts-poll-hospital-o:before {
	content: "\f0f8";
}

.ts-poll-ambulance:before {
	content: "\f0f9";
}

.ts-poll-medkit:before {
	content: "\f0fa";
}

.ts-poll-fighter-jet:before {
	content: "\f0fb";
}

.ts-poll-beer:before {
	content: "\f0fc";
}

.ts-poll-h-square:before {
	content: "\f0fd";
}

.ts-poll-plus-square:before {
	content: "\f0fe";
}

.ts-poll-angle-double-left:before {
	content: "\f100";
}

.ts-poll-angle-double-right:before {
	content: "\f101";
}

.ts-poll-angle-double-up:before {
	content: "\f102";
}

.ts-poll-angle-double-down:before {
	content: "\f103";
}

.ts-poll-angle-left:before {
	content: "\f104";
}

.ts-poll-angle-right:before {
	content: "\f105";
}

.ts-poll-angle-up:before {
	content: "\f106";
}

.ts-poll-angle-down:before {
	content: "\f107";
}

.ts-poll-desktop:before {
	content: "\f108";
}

.ts-poll-laptop:before {
	content: "\f109";
}

.ts-poll-tablet:before {
	content: "\f10a";
}

.ts-poll-mobile-phone:before,
.ts-poll-mobile:before {
	content: "\f10b";
}

.ts-poll-circle-o:before {
	content: "\f10c";
}

.ts-poll-quote-left:before {
	content: "\f10d";
}

.ts-poll-quote-right:before {
	content: "\f10e";
}

.ts-poll-spinner:before {
	content: "\f110";
}

.ts-poll-circle:before {
	content: "\f111";
}

.ts-poll-mail-reply:before,
.ts-poll-reply:before {
	content: "\f112";
}

.ts-poll-github-alt:before {
	content: "\f113";
}

.ts-poll-folder-o:before {
	content: "\f114";
}

.ts-poll-folder-open-o:before {
	content: "\f115";
}

.ts-poll-smile-o:before {
	content: "\f118";
}

.ts-poll-frown-o:before {
	content: "\f119";
}

.ts-poll-meh-o:before {
	content: "\f11a";
}

.ts-poll-gamepad:before {
	content: "\f11b";
}

.ts-poll-keyboard-o:before {
	content: "\f11c";
}

.ts-poll-flag-o:before {
	content: "\f11d";
}

.ts-poll-flag-checkered:before {
	content: "\f11e";
}

.ts-poll-terminal:before {
	content: "\f120";
}

.ts-poll-code:before {
	content: "\f121";
}

.ts-poll-mail-reply-all:before,
.ts-poll-reply-all:before {
	content: "\f122";
}

.ts-poll-star-half-empty:before,
.ts-poll-star-half-full:before,
.ts-poll-star-half-o:before {
	content: "\f123";
}

.ts-poll-location-arrow:before {
	content: "\f124";
}

.ts-poll-crop:before {
	content: "\f125";
}

.ts-poll-code-fork:before {
	content: "\f126";
}

.ts-poll-unlink:before,
.ts-poll-chain-broken:before {
	content: "\f127";
}

.ts-poll-question:before {
	content: "\f128";
}

.ts-poll-info:before {
	content: "\f129";
}

.ts-poll-exclamation:before {
	content: "\f12a";
}

.ts-poll-superscript:before {
	content: "\f12b";
}

.ts-poll-subscript:before {
	content: "\f12c";
}

.ts-poll-eraser:before {
	content: "\f12d";
}

.ts-poll-puzzle-piece:before {
	content: "\f12e";
}

.ts-poll-microphone:before {
	content: "\f130";
}

.ts-poll-microphone-slash:before {
	content: "\f131";
}

.ts-poll-shield:before {
	content: "\f132";
}

.ts-poll-calendar-o:before {
	content: "\f133";
}

.ts-poll-fire-extinguisher:before {
	content: "\f134";
}

.ts-poll-rocket:before {
	content: "\f135";
}

.ts-poll-maxcdn:before {
	content: "\f136";
}

.ts-poll-chevron-circle-left:before {
	content: "\f137";
}

.ts-poll-chevron-circle-right:before {
	content: "\f138";
}

.ts-poll-chevron-circle-up:before {
	content: "\f139";
}

.ts-poll-chevron-circle-down:before {
	content: "\f13a";
}

.ts-poll-html5:before {
	content: "\f13b";
}

.ts-poll-css3:before {
	content: "\f13c";
}

.ts-poll-anchor:before {
	content: "\f13d";
}

.ts-poll-unlock-alt:before {
	content: "\f13e";
}

.ts-poll-bullseye:before {
	content: "\f140";
}

.ts-poll-ellipsis-h:before {
	content: "\f141";
}

.ts-poll-ellipsis-v:before {
	content: "\f142";
}

.ts-poll-rss-square:before {
	content: "\f143";
}

.ts-poll-play-circle:before {
	content: "\f144";
}

.ts-poll-ticket:before {
	content: "\f145";
}

.ts-poll-minus-square:before {
	content: "\f146";
}

.ts-poll-minus-square-o:before {
	content: "\f147";
}

.ts-poll-level-up:before {
	content: "\f148";
}

.ts-poll-level-down:before {
	content: "\f149";
}

.ts-poll-check-square:before {
	content: "\f14a";
}

.ts-poll-pencil-square:before {
	content: "\f14b";
}

.ts-poll-external-link-square:before {
	content: "\f14c";
}

.ts-poll-share-square:before {
	content: "\f14d";
}

.ts-poll-compass:before {
	content: "\f14e";
}

.ts-poll-toggle-down:before,
.ts-poll-caret-square-o-down:before {
	content: "\f150";
}

.ts-poll-toggle-up:before,
.ts-poll-caret-square-o-up:before {
	content: "\f151";
}

.ts-poll-toggle-right:before,
.ts-poll-caret-square-o-right:before {
	content: "\f152";
}

.ts-poll-euro:before,
.ts-poll-eur:before {
	content: "\f153";
}

.ts-poll-gbp:before {
	content: "\f154";
}

.ts-poll-dollar:before,
.ts-poll-usd:before {
	content: "\f155";
}

.ts-poll-rupee:before,
.ts-poll-inr:before {
	content: "\f156";
}

.ts-poll-cny:before,
.ts-poll-rmb:before,
.ts-poll-yen:before,
.ts-poll-jpy:before {
	content: "\f157";
}

.ts-poll-ruble:before,
.ts-poll-rouble:before,
.ts-poll-rub:before {
	content: "\f158";
}

.ts-poll-won:before,
.ts-poll-krw:before {
	content: "\f159";
}

.ts-poll-bitcoin:before,
.ts-poll-btc:before {
	content: "\f15a";
}

.ts-poll-file:before {
	content: "\f15b";
}

.ts-poll-file-text:before {
	content: "\f15c";
}

.ts-poll-sort-alpha-asc:before {
	content: "\f15d";
}

.ts-poll-sort-alpha-desc:before {
	content: "\f15e";
}

.ts-poll-sort-amount-asc:before {
	content: "\f160";
}

.ts-poll-sort-amount-desc:before {
	content: "\f161";
}

.ts-poll-sort-numeric-asc:before {
	content: "\f162";
}

.ts-poll-sort-numeric-desc:before {
	content: "\f163";
}

.ts-poll-thumbs-up:before {
	content: "\f164";
}

.ts-poll-thumbs-down:before {
	content: "\f165";
}

.ts-poll-youtube-square:before {
	content: "\f166";
}

.ts-poll-youtube:before {
	content: "\f167";
}

.ts-poll-xing:before {
	content: "\f168";
}

.ts-poll-xing-square:before {
	content: "\f169";
}

.ts-poll-youtube-play:before {
	content: "\f16a";
}

.ts-poll-dropbox:before {
	content: "\f16b";
}

.ts-poll-stack-overflow:before {
	content: "\f16c";
}

.ts-poll-instagram:before {
	content: "\f16d";
}

.ts-poll-flickr:before {
	content: "\f16e";
}

.ts-poll-adn:before {
	content: "\f170";
}

.ts-poll-bitbucket:before {
	content: "\f171";
}

.ts-poll-bitbucket-square:before {
	content: "\f172";
}

.ts-poll-tumblr:before {
	content: "\f173";
}

.ts-poll-tumblr-square:before {
	content: "\f174";
}

.ts-poll-long-arrow-down:before {
	content: "\f175";
}

.ts-poll-long-arrow-up:before {
	content: "\f176";
}

.ts-poll-long-arrow-left:before {
	content: "\f177";
}

.ts-poll-long-arrow-right:before {
	content: "\f178";
}

.ts-poll-apple:before {
	content: "\f179";
}

.ts-poll-windows:before {
	content: "\f17a";
}

.ts-poll-android:before {
	content: "\f17b";
}

.ts-poll-linux:before {
	content: "\f17c";
}

.ts-poll-dribbble:before {
	content: "\f17d";
}

.ts-poll-skype:before {
	content: "\f17e";
}

.ts-poll-foursquare:before {
	content: "\f180";
}

.ts-poll-trello:before {
	content: "\f181";
}

.ts-poll-female:before {
	content: "\f182";
}

.ts-poll-male:before {
	content: "\f183";
}

.ts-poll-gittip:before,
.ts-poll-gratipay:before {
	content: "\f184";
}

.ts-poll-sun-o:before {
	content: "\f185";
}

.ts-poll-moon-o:before {
	content: "\f186";
}

.ts-poll-archive:before {
	content: "\f187";
}

.ts-poll-bug:before {
	content: "\f188";
}

.ts-poll-vk:before {
	content: "\f189";
}

.ts-poll-weibo:before {
	content: "\f18a";
}

.ts-poll-renren:before {
	content: "\f18b";
}

.ts-poll-pagelines:before {
	content: "\f18c";
}

.ts-poll-stack-exchange:before {
	content: "\f18d";
}

.ts-poll-arrow-circle-o-right:before {
	content: "\f18e";
}

.ts-poll-arrow-circle-o-left:before {
	content: "\f190";
}

.ts-poll-toggle-left:before,
.ts-poll-caret-square-o-left:before {
	content: "\f191";
}

.ts-poll-dot-circle-o:before {
	content: "\f192";
}

.ts-poll-wheelchair:before {
	content: "\f193";
}

.ts-poll-vimeo-square:before {
	content: "\f194";
}

.ts-poll-turkish-lira:before,
.ts-poll-try:before {
	content: "\f195";
}

.ts-poll-plus-square-o:before {
	content: "\f196";
}

.ts-poll-space-shuttle:before {
	content: "\f197";
}

.ts-poll-slack:before {
	content: "\f198";
}

.ts-poll-envelope-square:before {
	content: "\f199";
}

.ts-poll-wordpress:before {
	content: "\f19a";
}

.ts-poll-openid:before {
	content: "\f19b";
}

.ts-poll-institution:before,
.ts-poll-bank:before,
.ts-poll-university:before {
	content: "\f19c";
}

.ts-poll-mortar-board:before,
.ts-poll-graduation-cap:before {
	content: "\f19d";
}

.ts-poll-yahoo:before {
	content: "\f19e";
}

.ts-poll-google:before {
	content: "\f1a0";
}

.ts-poll-reddit:before {
	content: "\f1a1";
}

.ts-poll-reddit-square:before {
	content: "\f1a2";
}

.ts-poll-stumbleupon-circle:before {
	content: "\f1a3";
}

.ts-poll-stumbleupon:before {
	content: "\f1a4";
}

.ts-poll-delicious:before {
	content: "\f1a5";
}

.ts-poll-digg:before {
	content: "\f1a6";
}

.ts-poll-pied-piper-pp:before {
	content: "\f1a7";
}

.ts-poll-pied-piper-alt:before {
	content: "\f1a8";
}

.ts-poll-drupal:before {
	content: "\f1a9";
}

.ts-poll-joomla:before {
	content: "\f1aa";
}

.ts-poll-language:before {
	content: "\f1ab";
}

.ts-poll-fax:before {
	content: "\f1ac";
}

.ts-poll-building:before {
	content: "\f1ad";
}

.ts-poll-child:before {
	content: "\f1ae";
}

.ts-poll-paw:before {
	content: "\f1b0";
}

.ts-poll-spoon:before {
	content: "\f1b1";
}

.ts-poll-cube:before {
	content: "\f1b2";
}

.ts-poll-cubes:before {
	content: "\f1b3";
}

.ts-poll-behance:before {
	content: "\f1b4";
}

.ts-poll-behance-square:before {
	content: "\f1b5";
}

.ts-poll-steam:before {
	content: "\f1b6";
}

.ts-poll-steam-square:before {
	content: "\f1b7";
}

.ts-poll-recycle:before {
	content: "\f1b8";
}

.ts-poll-automobile:before,
.ts-poll-car:before {
	content: "\f1b9";
}

.ts-poll-cab:before,
.ts-poll-taxi:before {
	content: "\f1ba";
}

.ts-poll-tree:before {
	content: "\f1bb";
}

.ts-poll-spotify:before {
	content: "\f1bc";
}

.ts-poll-deviantart:before {
	content: "\f1bd";
}

.ts-poll-soundcloud:before {
	content: "\f1be";
}

.ts-poll-database:before {
	content: "\f1c0";
}

.ts-poll-file-pdf-o:before {
	content: "\f1c1";
}

.ts-poll-file-word-o:before {
	content: "\f1c2";
}

.ts-poll-file-excel-o:before {
	content: "\f1c3";
}

.ts-poll-file-powerpoint-o:before {
	content: "\f1c4";
}

.ts-poll-file-photo-o:before,
.ts-poll-file-picture-o:before,
.ts-poll-file-image-o:before {
	content: "\f1c5";
}

.ts-poll-file-zip-o:before,
.ts-poll-file-archive-o:before {
	content: "\f1c6";
}

.ts-poll-file-sound-o:before,
.ts-poll-file-audio-o:before {
	content: "\f1c7";
}

.ts-poll-file-movie-o:before,
.ts-poll-file-video-o:before {
	content: "\f1c8";
}

.ts-poll-file-code-o:before {
	content: "\f1c9";
}

.ts-poll-vine:before {
	content: "\f1ca";
}

.ts-poll-codepen:before {
	content: "\f1cb";
}

.ts-poll-jsfiddle:before {
	content: "\f1cc";
}

.ts-poll-life-bouy:before,
.ts-poll-life-buoy:before,
.ts-poll-life-saver:before,
.ts-poll-support:before,
.ts-poll-life-ring:before {
	content: "\f1cd";
}

.ts-poll-circle-o-notch:before {
	content: "\f1ce";
}

.ts-poll-ra:before,
.ts-poll-resistance:before,
.ts-poll-rebel:before {
	content: "\f1d0";
}

.ts-poll-ge:before,
.ts-poll-empire:before {
	content: "\f1d1";
}

.ts-poll-git-square:before {
	content: "\f1d2";
}

.ts-poll-git:before {
	content: "\f1d3";
}

.ts-poll-y-combinator-square:before,
.ts-poll-yc-square:before,
.ts-poll-hacker-news:before {
	content: "\f1d4";
}

.ts-poll-tencent-weibo:before {
	content: "\f1d5";
}

.ts-poll-qq:before {
	content: "\f1d6";
}

.ts-poll-wechat:before,
.ts-poll-weixin:before {
	content: "\f1d7";
}

.ts-poll-send:before,
.ts-poll-paper-plane:before {
	content: "\f1d8";
}

.ts-poll-send-o:before,
.ts-poll-paper-plane-o:before {
	content: "\f1d9";
}

.ts-poll-history:before {
	content: "\f1da";
}

.ts-poll-circle-thin:before {
	content: "\f1db";
}

.ts-poll-header:before {
	content: "\f1dc";
}

.ts-poll-paragraph:before {
	content: "\f1dd";
}

.ts-poll-sliders:before {
	content: "\f1de";
}

.ts-poll-share-alt:before {
	content: "\f1e0";
}

.ts-poll-share-alt-square:before {
	content: "\f1e1";
}

.ts-poll-bomb:before {
	content: "\f1e2";
}

.ts-poll-soccer-ball-o:before,
.ts-poll-futbol-o:before {
	content: "\f1e3";
}

.ts-poll-tty:before {
	content: "\f1e4";
}

.ts-poll-binoculars:before {
	content: "\f1e5";
}

.ts-poll-plug:before {
	content: "\f1e6";
}

.ts-poll-slideshare:before {
	content: "\f1e7";
}

.ts-poll-twitch:before {
	content: "\f1e8";
}

.ts-poll-yelp:before {
	content: "\f1e9";
}

.ts-poll-newspaper-o:before {
	content: "\f1ea";
}

.ts-poll-wifi:before {
	content: "\f1eb";
}

.ts-poll-calculator:before {
	content: "\f1ec";
}

.ts-poll-paypal:before {
	content: "\f1ed";
}

.ts-poll-google-wallet:before {
	content: "\f1ee";
}

.ts-poll-cc-visa:before {
	content: "\f1f0";
}

.ts-poll-cc-mastercard:before {
	content: "\f1f1";
}

.ts-poll-cc-discover:before {
	content: "\f1f2";
}

.ts-poll-cc-amex:before {
	content: "\f1f3";
}

.ts-poll-cc-paypal:before {
	content: "\f1f4";
}

.ts-poll-cc-stripe:before {
	content: "\f1f5";
}

.ts-poll-bell-slash:before {
	content: "\f1f6";
}

.ts-poll-bell-slash-o:before {
	content: "\f1f7";
}

.ts-poll-trash:before {
	content: "\f1f8";
}

.ts-poll-copyright:before {
	content: "\f1f9";
}

.ts-poll-at:before {
	content: "\f1fa";
}

.ts-poll-eyedropper:before {
	content: "\f1fb";
}

.ts-poll-paint-brush:before {
	content: "\f1fc";
}

.ts-poll-birthday-cake:before {
	content: "\f1fd";
}

.ts-poll-area-chart:before {
	content: "\f1fe";
}

.ts-poll-pie-chart:before {
	content: "\f200";
}

.ts-poll-line-chart:before {
	content: "\f201";
}

.ts-poll-lastfm:before {
	content: "\f202";
}

.ts-poll-lastfm-square:before {
	content: "\f203";
}

.ts-poll-toggle-off:before {
	content: "\f204";
}

.ts-poll-toggle-on:before {
	content: "\f205";
}

.ts-poll-bicycle:before {
	content: "\f206";
}

.ts-poll-bus:before {
	content: "\f207";
}

.ts-poll-ioxhost:before {
	content: "\f208";
}

.ts-poll-angellist:before {
	content: "\f209";
}

.ts-poll-cc:before {
	content: "\f20a";
}

.ts-poll-shekel:before,
.ts-poll-sheqel:before,
.ts-poll-ils:before {
	content: "\f20b";
}

.ts-poll-meanpath:before {
	content: "\f20c";
}

.ts-poll-buysellads:before {
	content: "\f20d";
}

.ts-poll-connectdevelop:before {
	content: "\f20e";
}

.ts-poll-dashcube:before {
	content: "\f210";
}

.ts-poll-forumbee:before {
	content: "\f211";
}

.ts-poll-leanpub:before {
	content: "\f212";
}

.ts-poll-sellsy:before {
	content: "\f213";
}

.ts-poll-shirtsinbulk:before {
	content: "\f214";
}

.ts-poll-simplybuilt:before {
	content: "\f215";
}

.ts-poll-skyatlas:before {
	content: "\f216";
}

.ts-poll-cart-plus:before {
	content: "\f217";
}

.ts-poll-cart-arrow-down:before {
	content: "\f218";
}

.ts-poll-diamond:before {
	content: "\f219";
}

.ts-poll-ship:before {
	content: "\f21a";
}

.ts-poll-user-secret:before {
	content: "\f21b";
}

.ts-poll-motorcycle:before {
	content: "\f21c";
}

.ts-poll-street-view:before {
	content: "\f21d";
}

.ts-poll-heartbeat:before {
	content: "\f21e";
}

.ts-poll-venus:before {
	content: "\f221";
}

.ts-poll-mars:before {
	content: "\f222";
}

.ts-poll-mercury:before {
	content: "\f223";
}

.ts-poll-intersex:before,
.ts-poll-transgender:before {
	content: "\f224";
}

.ts-poll-transgender-alt:before {
	content: "\f225";
}

.ts-poll-venus-double:before {
	content: "\f226";
}

.ts-poll-mars-double:before {
	content: "\f227";
}

.ts-poll-venus-mars:before {
	content: "\f228";
}

.ts-poll-mars-stroke:before {
	content: "\f229";
}

.ts-poll-mars-stroke-v:before {
	content: "\f22a";
}

.ts-poll-mars-stroke-h:before {
	content: "\f22b";
}

.ts-poll-neuter:before {
	content: "\f22c";
}

.ts-poll-genderless:before {
	content: "\f22d";
}

.ts-poll-facebook-official:before {
	content: "\f230";
}

.ts-poll-pinterest-p:before {
	content: "\f231";
}

.ts-poll-whatsapp:before {
	content: "\f232";
}

.ts-poll-server:before {
	content: "\f233";
}

.ts-poll-user-plus:before {
	content: "\f234";
}

.ts-poll-user-times:before {
	content: "\f235";
}

.ts-poll-hotel:before,
.ts-poll-bed:before {
	content: "\f236";
}

.ts-poll-viacoin:before {
	content: "\f237";
}

.ts-poll-train:before {
	content: "\f238";
}

.ts-poll-subway:before {
	content: "\f239";
}

.ts-poll-medium:before {
	content: "\f23a";
}

.ts-poll-yc:before,
.ts-poll-y-combinator:before {
	content: "\f23b";
}

.ts-poll-optin-monster:before {
	content: "\f23c";
}

.ts-poll-opencart:before {
	content: "\f23d";
}

.ts-poll-expeditedssl:before {
	content: "\f23e";
}

.ts-poll-battery-4:before,
.ts-poll-battery-full:before {
	content: "\f240";
}

.ts-poll-battery-3:before,
.ts-poll-battery-three-quarters:before {
	content: "\f241";
}

.ts-poll-battery-2:before,
.ts-poll-battery-half:before {
	content: "\f242";
}

.ts-poll-battery-1:before,
.ts-poll-battery-quarter:before {
	content: "\f243";
}

.ts-poll-battery-0:before,
.ts-poll-battery-empty:before {
	content: "\f244";
}

.ts-poll-mouse-pointer:before {
	content: "\f245";
}

.ts-poll-i-cursor:before {
	content: "\f246";
}

.ts-poll-object-group:before {
	content: "\f247";
}

.ts-poll-object-ungroup:before {
	content: "\f248";
}

.ts-poll-sticky-note:before {
	content: "\f249";
}

.ts-poll-sticky-note-o:before {
	content: "\f24a";
}

.ts-poll-cc-jcb:before {
	content: "\f24b";
}

.ts-poll-cc-diners-club:before {
	content: "\f24c";
}

.ts-poll-clone:before {
	content: "\f24d";
}

.ts-poll-balance-scale:before {
	content: "\f24e";
}

.ts-poll-hourglass-o:before {
	content: "\f250";
}

.ts-poll-hourglass-1:before,
.ts-poll-hourglass-start:before {
	content: "\f251";
}

.ts-poll-hourglass-2:before,
.ts-poll-hourglass-half:before {
	content: "\f252";
}

.ts-poll-hourglass-3:before,
.ts-poll-hourglass-end:before {
	content: "\f253";
}

.ts-poll-hourglass:before {
	content: "\f254";
}

.ts-poll-hand-grab-o:before,
.ts-poll-hand-rock-o:before {
	content: "\f255";
}

.ts-poll-hand-stop-o:before,
.ts-poll-hand-paper-o:before {
	content: "\f256";
}

.ts-poll-hand-scissors-o:before {
	content: "\f257";
}

.ts-poll-hand-lizard-o:before {
	content: "\f258";
}

.ts-poll-hand-spock-o:before {
	content: "\f259";
}

.ts-poll-hand-pointer-o:before {
	content: "\f25a";
}

.ts-poll-hand-peace-o:before {
	content: "\f25b";
}

.ts-poll-trademark:before {
	content: "\f25c";
}

.ts-poll-registered:before {
	content: "\f25d";
}

.ts-poll-creative-commons:before {
	content: "\f25e";
}

.ts-poll-gg:before {
	content: "\f260";
}

.ts-poll-gg-circle:before {
	content: "\f261";
}

.ts-poll-tripadvisor:before {
	content: "\f262";
}

.ts-poll-odnoklassniki:before {
	content: "\f263";
}

.ts-poll-odnoklassniki-square:before {
	content: "\f264";
}

.ts-poll-get-pocket:before {
	content: "\f265";
}

.ts-poll-wikipedia-w:before {
	content: "\f266";
}

.ts-poll-safari:before {
	content: "\f267";
}

.ts-poll-chrome:before {
	content: "\f268";
}

.ts-poll-firefox:before {
	content: "\f269";
}

.ts-poll-opera:before {
	content: "\f26a";
}

.ts-poll-internet-explorer:before {
	content: "\f26b";
}

.ts-poll-tv:before,
.ts-poll-television:before {
	content: "\f26c";
}

.ts-poll-contao:before {
	content: "\f26d";
}

.ts-poll-500px:before {
	content: "\f26e";
}

.ts-poll-amazon:before {
	content: "\f270";
}

.ts-poll-calendar-plus-o:before {
	content: "\f271";
}

.ts-poll-calendar-minus-o:before {
	content: "\f272";
}

.ts-poll-calendar-times-o:before {
	content: "\f273";
}

.ts-poll-calendar-check-o:before {
	content: "\f274";
}

.ts-poll-industry:before {
	content: "\f275";
}

.ts-poll-map-pin:before {
	content: "\f276";
}

.ts-poll-map-signs:before {
	content: "\f277";
}

.ts-poll-map-o:before {
	content: "\f278";
}

.ts-poll-map:before {
	content: "\f279";
}

.ts-poll-commenting:before {
	content: "\f27a";
}

.ts-poll-commenting-o:before {
	content: "\f27b";
}

.ts-poll-houzz:before {
	content: "\f27c";
}

.ts-poll-vimeo:before {
	content: "\f27d";
}

.ts-poll-black-tie:before {
	content: "\f27e";
}

.ts-poll-fonticons:before {
	content: "\f280";
}

.ts-poll-reddit-alien:before {
	content: "\f281";
}

.ts-poll-edge:before {
	content: "\f282";
}

.ts-poll-credit-card-alt:before {
	content: "\f283";
}

.ts-poll-codiepie:before {
	content: "\f284";
}

.ts-poll-modx:before {
	content: "\f285";
}

.ts-poll-fort-awesome:before {
	content: "\f286";
}

.ts-poll-usb:before {
	content: "\f287";
}

.ts-poll-product-hunt:before {
	content: "\f288";
}

.ts-poll-mixcloud:before {
	content: "\f289";
}

.ts-poll-scribd:before {
	content: "\f28a";
}

.ts-poll-pause-circle:before {
	content: "\f28b";
}

.ts-poll-pause-circle-o:before {
	content: "\f28c";
}

.ts-poll-stop-circle:before {
	content: "\f28d";
}

.ts-poll-stop-circle-o:before {
	content: "\f28e";
}

.ts-poll-shopping-bag:before {
	content: "\f290";
}

.ts-poll-shopping-basket:before {
	content: "\f291";
}

.ts-poll-hashtag:before {
	content: "\f292";
}

.ts-poll-bluetooth:before {
	content: "\f293";
}

.ts-poll-bluetooth-b:before {
	content: "\f294";
}

.ts-poll-percent:before {
	content: "\f295";
}

.ts-poll-gitlab:before {
	content: "\f296";
}

.ts-poll-wpbeginner:before {
	content: "\f297";
}

.ts-poll-wpforms:before {
	content: "\f298";
}

.ts-poll-envira:before {
	content: "\f299";
}

.ts-poll-universal-access:before {
	content: "\f29a";
}

.ts-poll-wheelchair-alt:before {
	content: "\f29b";
}

.ts-poll-question-circle-o:before {
	content: "\f29c";
}

.ts-poll-blind:before {
	content: "\f29d";
}

.ts-poll-audio-description:before {
	content: "\f29e";
}

.ts-poll-volume-control-phone:before {
	content: "\f2a0";
}

.ts-poll-braille:before {
	content: "\f2a1";
}

.ts-poll-assistive-listening-systems:before {
	content: "\f2a2";
}

.ts-poll-asl-interpreting:before,
.ts-poll-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.ts-poll-deafness:before,
.ts-poll-hard-of-hearing:before,
.ts-poll-deaf:before {
	content: "\f2a4";
}

.ts-poll-glide:before {
	content: "\f2a5";
}

.ts-poll-glide-g:before {
	content: "\f2a6";
}

.ts-poll-signing:before,
.ts-poll-sign-language:before {
	content: "\f2a7";
}

.ts-poll-low-vision:before {
	content: "\f2a8";
}

.ts-poll-viadeo:before {
	content: "\f2a9";
}

.ts-poll-viadeo-square:before {
	content: "\f2aa";
}

.ts-poll-snapchat:before {
	content: "\f2ab";
}

.ts-poll-snapchat-ghost:before {
	content: "\f2ac";
}

.ts-poll-snapchat-square:before {
	content: "\f2ad";
}

.ts-poll-pied-piper:before {
	content: "\f2ae";
}

.ts-poll-first-order:before {
	content: "\f2b0";
}

.ts-poll-yoast:before {
	content: "\f2b1";
}

.ts-poll-themeisle:before {
	content: "\f2b2";
}

.ts-poll-google-plus-circle:before,
.ts-poll-google-plus-official:before {
	content: "\f2b3";
}

.ts-poll-address-book:before {
	content: "\f2b9";
}

.ts-poll-fa:before,
.ts-poll-font-awesome:before {
	content: "\f2b4";
}

.ts-poll:before {
	font-family: "FontAwesome";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: .0625rem;
	margin: -0.0625rem;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: .0625rem;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.ts-poll,
.ts-poll-fab {
	font-family: 'FontAwesome';
}

.ts-poll-far {
	font-family: 'FontAwesome';
	font-weight: 500;
}

.ts-poll-fas {
	font-family: 'FontAwesome';
	font-weight: 900;
}

.ts-poll-emoji {
	font-family: monospace;
	color: #000;
	font-style: initial;
}

.ts-poll-emoji-100:before {
	content: "💯";
}

.ts-poll-emoji-grinning:before {
	content: "😀";
}

.ts-poll-emoji-grimacing:before {
	content: "😬";
}

.ts-poll-emoji-grin:before {
	content: "😁";
}

.ts-poll-emoji-joy:before {
	content: "😂";
}

.ts-poll-emoji-rofl:before {
	content: "🤣";
}

.ts-poll-emoji-partying:before {
	content: "🥳";
}

.ts-poll-emoji-smiley:before {
	content: "😃";
}

.ts-poll-emoji-smile:before {
	content: "😄";
}

.ts-poll-emoji-sweat-smile:before {
	content: "😅";
}

.ts-poll-emoji-laughing:before {
	content: "😆";
}

.ts-poll-emoji-innocent:before {
	content: "😇";
}

.ts-poll-emoji-wink:before {
	content: "😉";
}

.ts-poll-emoji-blush:before {
	content: "😊";
}

.ts-poll-emoji-slightly-smiling-face:before {
	content: "🙂";
}

.ts-poll-emoji-upside-down-face:before {
	content: "🙃";
}

.ts-poll-emoji-yum:before {
	content: "😋";
}

.ts-poll-emoji-relieved:before {
	content: "😌";
}

.ts-poll-emoji-heart-eyes:before {
	content: "😍";
}

.ts-poll-emoji-smiling-face-with-three-hearts:before {
	content: "🥰";
}

.ts-poll-emoji-kissing-heart:before {
	content: "😘";
}

.ts-poll-emoji-kissing:before {
	content: "😗";
}

.ts-poll-emoji-kissing-smiling-eyes:before {
	content: "😙";
}

.ts-poll-emoji-kissing-closed-eyes:before {
	content: "😚";
}

.ts-poll-emoji-stuck-out-tongue-winking-eye:before {
	content: "😜";
}

.ts-poll-emoji-zany:before {
	content: "🤪";
}

.ts-poll-emoji-raised-eyebrow:before {
	content: "🤨";
}

.ts-poll-emoji-monocle:before {
	content: "🧐";
}

.ts-poll-emoji-stuck-out-tongue-closed-eyes:before {
	content: "😝";
}

.ts-poll-emoji-stuck-out-tongue:before {
	content: "😛";
}

.ts-poll-emoji-money-mouth-face:before {
	content: "🤑";
}

.ts-poll-emoji-nerd-face:before {
	content: "🤓";
}

.ts-poll-emoji-sunglasses:before {
	content: "😎";
}

.ts-poll-emoji-star-struck:before {
	content: "🤩";
}

.ts-poll-emoji-clown-face:before {
	content: "🤡";
}

.ts-poll-emoji-cowboy-hat-face:before {
	content: "🤠";
}

.ts-poll-emoji-hugs:before {
	content: "🤗";
}

.ts-poll-emoji-smirk:before {
	content: "😏";
}

.ts-poll-emoji-no-mouth:before {
	content: "😶";
}

.ts-poll-emoji-neutral-face:before {
	content: "😐";
}

.ts-poll-emoji-expressionless:before {
	content: "😑";
}

.ts-poll-emoji-unamused:before {
	content: "😒";
}

.ts-poll-emoji-roll-eyes:before {
	content: "🙄";
}

.ts-poll-emoji-thinking:before {
	content: "🤔";
}

.ts-poll-emoji-lying-face:before {
	content: "🤥";
}

.ts-poll-emoji-hand-over-mouth:before {
	content: "🤭";
}

.ts-poll-emoji-shushing:before {
	content: "🤫";
}

.ts-poll-emoji-symbols-over-mouth:before {
	content: "🤬";
}

.ts-poll-emoji-exploding-head:before {
	content: "🤯";
}

.ts-poll-emoji-flushed:before {
	content: "😳";
}

.ts-poll-emoji-disappointed:before {
	content: "😞";
}

.ts-poll-emoji-worried:before {
	content: "😟";
}

.ts-poll-emoji-angry:before {
	content: "😠";
}

.ts-poll-emoji-rage:before {
	content: "😡";
}

.ts-poll-emoji-pensive:before {
	content: "😔";
}

.ts-poll-emoji-confused:before {
	content: "😕";
}

.ts-poll-emoji-slightly-frowning-face:before {
	content: "🙁";
}

.ts-poll-emoji-persevere:before {
	content: "😣";
}

.ts-poll-emoji-confounded:before {
	content: "😖";
}

.ts-poll-emoji-tired-face:before {
	content: "😫";
}

.ts-poll-emoji-weary:before {
	content: "😩";
}

.ts-poll-emoji-pleading:before {
	content: "🥺";
}

.ts-poll-emoji-triumph:before {
	content: "😤";
}

.ts-poll-emoji-open-mouth:before {
	content: "😮";
}

.ts-poll-emoji-scream:before {
	content: "😱";
}

.ts-poll-emoji-fearful:before {
	content: "😨";
}

.ts-poll-emoji-cold-sweat:before {
	content: "😰";
}

.ts-poll-emoji-hushed:before {
	content: "😯";
}

.ts-poll-emoji-frowning:before {
	content: "😦";
}

.ts-poll-emoji-anguished:before {
	content: "😧";
}

.ts-poll-emoji-cry:before {
	content: "😢";
}

.ts-poll-emoji-disappointed-relieved:before {
	content: "😥";
}

.ts-poll-emoji-drooling-face:before {
	content: "🤤";
}

.ts-poll-emoji-sleepy:before {
	content: "😪";
}

.ts-poll-emoji-sweat:before {
	content: "😓";
}

.ts-poll-emoji-hot:before {
	content: "🥵";
}

.ts-poll-emoji-cold:before {
	content: "🥶";
}

.ts-poll-emoji-sob:before {
	content: "😭";
}

.ts-poll-emoji-dizzy-face:before {
	content: "😵";
}

.ts-poll-emoji-astonished:before {
	content: "😲";
}

.ts-poll-emoji-zipper-mouth-face:before {
	content: "🤐";
}

.ts-poll-emoji-nauseated-face:before {
	content: "🤢";
}

.ts-poll-emoji-sneezing-face:before {
	content: "🤧";
}

.ts-poll-emoji-vomiting:before {
	content: "🤮";
}

.ts-poll-emoji-mask:before {
	content: "😷";
}

.ts-poll-emoji-face-with-thermometer:before {
	content: "🤒";
}

.ts-poll-emoji-face-with-head-bandage:before {
	content: "🤕";
}

.ts-poll-emoji-woozy:before {
	content: "🥴";
}

.ts-poll-emoji-sleeping:before {
	content: "😴";
}

.ts-poll-emoji-ghost:before {
	content: "👻";
}

.ts-poll-emoji-alien:before {
	content: "👽";
}

.ts-poll-emoji-palms-up:before {
	content: "🤲";
}

.ts-poll-emoji-raised-hands:before {
	content: "🙌";
}

.ts-poll-emoji-clap:before {
	content: "👏";
}

.ts-poll-emoji-wave:before {
	content: "👋";
}

.ts-poll-emoji-call-me-hand:before {
	content: "🤙";
}

.ts-poll-emoji-plus1:before {
	content: "👍";
}

.ts-poll-emoji--1:before {
	content: "👎";
}

.ts-poll-emoji-facepunch:before {
	content: "👊";
}

.ts-poll-emoji-fist:before {
	content: "✊";
}

.ts-poll-emoji-fist-left:before {
	content: "🤛";
}

.ts-poll-emoji-fist-right:before {
	content: "🤜";
}

.ts-poll-emoji-v:before {
	content: "✌";
}

.ts-poll-emoji-ok-hand:before {
	content: "👌";
}

.ts-poll-emoji-raised-hand:before {
	content: "✋";
}

.ts-poll-emoji-raised-back-of-hand:before {
	content: "🤚";
}

.ts-poll-emoji-open-hands:before {
	content: "👐";
}

.ts-poll-emoji-muscle:before {
	content: "💪";
}

.ts-poll-emoji-pray:before {
	content: "🙏";
}

.ts-poll-emoji-foot:before {
	content: "🦶";
}

.ts-poll-emoji-leg:before {
	content: "🦵";
}

.ts-poll-emoji-handshake:before {
	content: "🤝";
}

.ts-poll-emoji-point-up:before {
	content: "☝";
}

.ts-poll-emoji-point-up-2:before {
	content: "👆";
}

.ts-poll-emoji-point-down:before {
	content: "👇";
}

.ts-poll-emoji-point-left:before {
	content: "👈";
}

.ts-poll-emoji-point-right:before {
	content: "👉";
}

.ts-poll-emoji-fu:before {
	content: "🖕";
}

.ts-poll-emoji-raised-hand-with-fingers-splayed:before {
	content: "🖐";
}

.ts-poll-emoji-love-you:before {
	content: "🤟";
}

.ts-poll-emoji-metal:before {
	content: "🤘";
}

.ts-poll-emoji-crossed-fingers:before {
	content: "🤞";
}

.ts-poll-emoji-vulcan-salute:before {
	content: "🖖";
}

.ts-poll-emoji-eyes:before {
	content: "👀";
}

.ts-poll-emoji-brain:before {
	content: "🧠";
}

.ts-poll-emoji-speaking-head:before {
	content: "🗣";
}

.ts-poll-emoji-baby:before {
	content: "👶";
}

.ts-poll-emoji-child:before {
	content: "🧒";
}

.ts-poll-emoji-boy:before {
	content: "👦";
}

.ts-poll-emoji-girl:before {
	content: "👧";
}

.ts-poll-emoji-adult:before {
	content: "🧑";
}

.ts-poll-emoji-man:before {
	content: "👨";
}

.ts-poll-emoji-woman:before {
	content: "👩";
}

.ts-poll-emoji-blonde-man:before {
	content: "👱";
}

.ts-poll-emoji-bearded-person:before {
	content: "🧔";
}

.ts-poll-emoji-older-adult:before {
	content: "🧓";
}

.ts-poll-emoji-older-man:before {
	content: "👴";
}

.ts-poll-emoji-older-woman:before {
	content: "👵";
}

.ts-poll-emoji-man-with-gua-pi-mao:before {
	content: "👲";
}

.ts-poll-emoji-woman-with-headscarf:before {
	content: "🧕";
}

.ts-poll-emoji-man-with-turban:before {
	content: "👳";
}

.ts-poll-emoji-policeman:before {
	content: "👮";
}

.ts-poll-emoji-construction-worker-man:before {
	content: "👷";
}

.ts-poll-emoji-male-detective:before {
	content: "🕵";
}

.ts-poll-emoji-angel:before {
	content: "👼";
}

.ts-poll-emoji-pregnant-woman:before {
	content: "🤰";
}

.ts-poll-emoji-breastfeeding:before {
	content: "🤱";
}

.ts-poll-emoji-princess:before {
	content: "👸";
}

.ts-poll-emoji-prince:before {
	content: "🤴";
}

.ts-poll-emoji-bride-with-veil:before {
	content: "👰";
}

.ts-poll-emoji-man-in-tuxedo:before {
	content: "🤵";
}

.ts-poll-emoji-running-man:before {
	content: "🏃";
}

.ts-poll-emoji-walking-man:before {
	content: "🚶";
}

.ts-poll-emoji-dancer:before {
	content: "💃";
}

.ts-poll-emoji-man-dancing:before {
	content: "🕺";
}

.ts-poll-emoji-dancing-women:before {
	content: "👯";
}

.ts-poll-emoji-couple:before {
	content: "👫";
}

.ts-poll-emoji-two-men-holding-hands:before {
	content: "👬";
}

.ts-poll-emoji-two-women-holding-hands:before {
	content: "👭";
}

.ts-poll-emoji-bowing-man:before {
	content: "🙇";
}

.ts-poll-emoji-woman-shrugging:before {
	content: "🤷";
}

.ts-poll-emoji-tipping-hand-woman:before {
	content: "💁";
}

.ts-poll-emoji-no-good-woman:before {
	content: "🙅";
}

.ts-poll-emoji-ok-woman:before {
	content: "🙆";
}

.ts-poll-emoji-raising-hand-woman:before {
	content: "🙋";
}

.ts-poll-emoji-pouting-woman:before {
	content: "🙎";
}

.ts-poll-emoji-frowning-woman:before {
	content: "🙍";
}

.ts-poll-emoji-haircut-woman:before {
	content: "💇";
}

.ts-poll-emoji-massage-woman:before {
	content: "💆";
}

.ts-poll-emoji-couple-with-heart-woman-man:before {
	content: "💑";
}

.ts-poll-emoji-couplekiss-man-woman:before {
	content: "💏";
}

.ts-poll-emoji-family-man-woman-boy:before {
	content: "👪";
}

.ts-poll-emoji-kiss:before {
	content: "💋";
}

.ts-poll-emoji-tophat:before {
	content: "🎩";
}

.ts-poll-emoji-mortar-board:before {
	content: "🎓";
}

.ts-poll-emoji-crown:before {
	content: "👑";
}

.ts-poll-emoji-ring:before {
	content: "💍";
}

.ts-poll-emoji-dog:before {
	content: "🐶";
}

.ts-poll-emoji-cat:before {
	content: "🐱";
}

.ts-poll-emoji-mouse:before {
	content: "🐭";
}

.ts-poll-emoji-hamster:before {
	content: "🐹";
}

.ts-poll-emoji-rabbit:before {
	content: "🐰";
}

.ts-poll-emoji-fox-face:before {
	content: "🦊";
}

.ts-poll-emoji-bear:before {
	content: "🐻";
}

.ts-poll-emoji-panda-face:before {
	content: "🐼";
}

.ts-poll-emoji-koala:before {
	content: "🐨";
}

.ts-poll-emoji-tiger:before {
	content: "🐯";
}

.ts-poll-emoji-lion:before {
	content: "🦁";
}

.ts-poll-emoji-cow:before {
	content: "🐮";
}

.ts-poll-emoji-pig:before {
	content: "🐷";
}

.ts-poll-emoji-frog:before {
	content: "🐸";
}

.ts-poll-emoji-monkey-face:before {
	content: "🐵";
}

.ts-poll-emoji-see-no-evil:before {
	content: "🙈";
}

.ts-poll-emoji-hear-no-evil:before {
	content: "🙉";
}

.ts-poll-emoji-speak-no-evil:before {
	content: "🙊";
}

.ts-poll-emoji-monkey:before {
	content: "🐒";
}

.ts-poll-emoji-chicken:before {
	content: "🐔";
}

.ts-poll-emoji-penguin:before {
	content: "🐧";
}

.ts-poll-emoji-bird:before {
	content: "🐦";
}

.ts-poll-emoji-baby-chick:before {
	content: "🐤";
}

.ts-poll-emoji-hatching-chick:before {
	content: "🐣";
}

.ts-poll-emoji-hatched-chick:before {
	content: "🐥";
}

.ts-poll-emoji-duck:before {
	content: "🦆";
}

.ts-poll-emoji-eagle:before {
	content: "🦅";
}

.ts-poll-emoji-owl:before {
	content: "🦉";
}

.ts-poll-emoji-bat:before {
	content: "🦇";
}

.ts-poll-emoji-wolf:before {
	content: "🐺";
}

.ts-poll-emoji-boar:before {
	content: "🐗";
}

.ts-poll-emoji-horse:before {
	content: "🐴";
}

.ts-poll-emoji-unicorn:before {
	content: "🦄";
}

.ts-poll-emoji-honeybee:before {
	content: "🐝";
}

.ts-poll-emoji-bug:before {
	content: "🐛";
}

.ts-poll-emoji-butterfly:before {
	content: "🦋";
}

.ts-poll-emoji-snail:before {
	content: "🐌";
}

.ts-poll-emoji-beetle:before {
	content: "🐞";
}

.ts-poll-emoji-ant:before {
	content: "🐜";
}

.ts-poll-emoji-grasshopper:before {
	content: "🦗";
}

.ts-poll-emoji-spider:before {
	content: "🕷";
}

.ts-poll-emoji-scorpion:before {
	content: "🦂";
}

.ts-poll-emoji-crab:before {
	content: "🦀";
}

.ts-poll-emoji-snake:before {
	content: "🐍";
}

.ts-poll-emoji-lizard:before {
	content: "🦎";
}

.ts-poll-emoji-t-rex:before {
	content: "🦖";
}

.ts-poll-emoji-sauropod:before {
	content: "🦕";
}

.ts-poll-emoji-turtle:before {
	content: "🐢";
}

.ts-poll-emoji-tropical-fish:before {
	content: "🐠";
}

.ts-poll-emoji-fish:before {
	content: "🐟";
}

.ts-poll-emoji-blowfish:before {
	content: "🐡";
}

.ts-poll-emoji-dolphin:before {
	content: "🐬";
}

.ts-poll-emoji-shark:before {
	content: "🦈";
}

.ts-poll-emoji-whale:before {
	content: "🐳";
}

.ts-poll-emoji-whale2:before {
	content: "🐋";
}

.ts-poll-emoji-crocodile:before {
	content: "🐊";
}

.ts-poll-emoji-leopard:before {
	content: "🐆";
}

.ts-poll-emoji-zebra:before {
	content: "🦓";
}

.ts-poll-emoji-tiger2:before {
	content: "🐅";
}

.ts-poll-emoji-water-buffalo:before {
	content: "🐃";
}

.ts-poll-emoji-ox:before {
	content: "🐂";
}

.ts-poll-emoji-cow2:before {
	content: "🐄";
}

.ts-poll-emoji-deer:before {
	content: "🦌";
}

.ts-poll-emoji-dromedary-camel:before {
	content: "🐪";
}

.ts-poll-emoji-camel:before {
	content: "🐫";
}

.ts-poll-emoji-giraffe:before {
	content: "🦒";
}

.ts-poll-emoji-elephant:before {
	content: "🐘";
}

.ts-poll-emoji-rhinoceros:before {
	content: "🦏";
}

.ts-poll-emoji-goat:before {
	content: "🐐";
}

.ts-poll-emoji-ram:before {
	content: "🐏";
}

.ts-poll-emoji-sheep:before {
	content: "🐑";
}

.ts-poll-emoji-racehorse:before {
	content: "🐎";
}

.ts-poll-emoji-pig2:before {
	content: "🐖";
}

.ts-poll-emoji-rat:before {
	content: "🐀";
}

.ts-poll-emoji-mouse2:before {
	content: "🐁";
}

.ts-poll-emoji-rooster:before {
	content: "🐓";
}

.ts-poll-emoji-turkey:before {
	content: "🦃";
}

.ts-poll-emoji-dove:before {
	content: "🕊";
}

.ts-poll-emoji-dog2:before {
	content: "🐕";
}

.ts-poll-emoji-poodle:before {
	content: "🐩";
}

.ts-poll-emoji-cat2:before {
	content: "🐈";
}

.ts-poll-emoji-rabbit2:before {
	content: "🐇";
}

.ts-poll-emoji-chipmunk:before {
	content: "🐿";
}

.ts-poll-emoji-hedgehog:before {
	content: "🦔";
}

.ts-poll-emoji-raccoon:before {
	content: "🦝";
}

.ts-poll-emoji-llama:before {
	content: "🦙";
}

.ts-poll-emoji-hippopotamus:before {
	content: "🦛";
}

.ts-poll-emoji-kangaroo:before {
	content: "🦘";
}

.ts-poll-emoji-badger:before {
	content: "🦡";
}

.ts-poll-emoji-swan:before {
	content: "🦢";
}

.ts-poll-emoji-peacock:before {
	content: "🦚";
}

.ts-poll-emoji-parrot:before {
	content: "🦜";
}

.ts-poll-emoji-lobster:before {
	content: "🦞";
}

.ts-poll-emoji-mosquito:before {
	content: "🦟";
}

.ts-poll-emoji-paw-prints:before {
	content: "🐾";
}

.ts-poll-emoji-cactus:before {
	content: "🌵";
}

.ts-poll-emoji-evergreen-tree:before {
	content: "🌲";
}

.ts-poll-emoji-deciduous-tree:before {
	content: "🌳";
}

.ts-poll-emoji-palm-tree:before {
	content: "🌴";
}

.ts-poll-emoji-seedling:before {
	content: "🌱";
}

.ts-poll-emoji-herb:before {
	content: "🌿";
}

.ts-poll-emoji-four-leaf-clover:before {
	content: "🍀";
}

.ts-poll-emoji-bamboo:before {
	content: "🎍";
}

.ts-poll-emoji-tanabata-tree:before {
	content: "🎋";
}

.ts-poll-emoji-leaves:before {
	content: "🍃";
}

.ts-poll-emoji-fallen-leaf:before {
	content: "🍂";
}

.ts-poll-emoji-maple-leaf:before {
	content: "🍁";
}

.ts-poll-emoji-ear-of-rice:before {
	content: "🌾";
}

.ts-poll-emoji-hibiscus:before {
	content: "🌺";
}

.ts-poll-emoji-sunflower:before {
	content: "🌻";
}

.ts-poll-emoji-rose:before {
	content: "🌹";
}

.ts-poll-emoji-wilted-flower:before {
	content: "🥀";
}

.ts-poll-emoji-tulip:before {
	content: "🌷";
}

.ts-poll-emoji-blossom:before {
	content: "🌼";
}

.ts-poll-emoji-cherry-blossom:before {
	content: "🌸";
}

.ts-poll-emoji-bouquet:before {
	content: "💐";
}

.ts-poll-emoji-mushroom:before {
	content: "🍄";
}

.ts-poll-emoji-chestnut:before {
	content: "🌰";
}

.ts-poll-emoji-jack-o-lantern:before {
	content: "🎃";
}

.ts-poll-emoji-earth-americas:before {
	content: "🌎";
}

.ts-poll-emoji-earth-africa:before {
	content: "🌍";
}

.ts-poll-emoji-earth-asia:before {
	content: "🌏";
}

.ts-poll-emoji-full-moon:before {
	content: "🌕";
}

.ts-poll-emoji-new-moon-with-face:before {
	content: "🌚";
}

.ts-poll-emoji-full-moon-with-face:before {
	content: "🌝";
}

.ts-poll-emoji-sun-with-face:before {
	content: "🌞";
}

.ts-poll-emoji-crescent-moon:before {
	content: "🌙";
}

.ts-poll-emoji-star:before {
	content: "⭐";
}

.ts-poll-emoji-star2:before {
	content: "🌟";
}

.ts-poll-emoji-zap:before {
	content: "⚡";
}

.ts-poll-emoji-fire:before {
	content: "🔥";
}

.ts-poll-emoji-boom:before {
	content: "💥";
}

.ts-poll-emoji-green-apple:before {
	content: "🍏";
}

.ts-poll-emoji-apple:before {
	content: "🍎";
}

.ts-poll-emoji-pear:before {
	content: "🍐";
}

.ts-poll-emoji-tangerine:before {
	content: "🍊";
}

.ts-poll-emoji-lemon:before {
	content: "🍋";
}

.ts-poll-emoji-banana:before {
	content: "🍌";
}

.ts-poll-emoji-watermelon:before {
	content: "🍉";
}

.ts-poll-emoji-grapes:before {
	content: "🍇";
}

.ts-poll-emoji-strawberry:before {
	content: "🍓";
}

.ts-poll-emoji-melon:before {
	content: "🍈";
}

.ts-poll-emoji-cherries:before {
	content: "🍒";
}

.ts-poll-emoji-peach:before {
	content: "🍑";
}

.ts-poll-emoji-pineapple:before {
	content: "🍍";
}

.ts-poll-emoji-coconut:before {
	content: "🥥";
}

.ts-poll-emoji-kiwi-fruit:before {
	content: "🥝";
}

.ts-poll-emoji-mango:before {
	content: "🥭";
}

.ts-poll-emoji-avocado:before {
	content: "🥑";
}

.ts-poll-emoji-broccoli:before {
	content: "🥦";
}

.ts-poll-emoji-tomato:before {
	content: "🍅";
}

.ts-poll-emoji-eggplant:before {
	content: "🍆";
}

.ts-poll-emoji-cucumber:before {
	content: "🥒";
}

.ts-poll-emoji-carrot:before {
	content: "🥕";
}

.ts-poll-emoji-hot-pepper:before {
	content: "🌶";
}

.ts-poll-emoji-potato:before {
	content: "🥔";
}

.ts-poll-emoji-corn:before {
	content: "🌽";
}

.ts-poll-emoji-leafy-greens:before {
	content: "🥬";
}

.ts-poll-emoji-sweet-potato:before {
	content: "🍠";
}

.ts-poll-emoji-peanuts:before {
	content: "🥜";
}

.ts-poll-emoji-honey-pot:before {
	content: "🍯";
}

.ts-poll-emoji-croissant:before {
	content: "🥐";
}

.ts-poll-emoji-bread:before {
	content: "🍞";
}

.ts-poll-emoji-baguette-bread:before {
	content: "🥖";
}

.ts-poll-emoji-bagel:before {
	content: "🥯";
}

.ts-poll-emoji-pretzel:before {
	content: "🥨";
}

.ts-poll-emoji-cheese:before {
	content: "🧀";
}

.ts-poll-emoji-egg:before {
	content: "🥚";
}

.ts-poll-emoji-bacon:before {
	content: "🥓";
}

.ts-poll-emoji-steak:before {
	content: "🥩";
}

.ts-poll-emoji-pancakes:before {
	content: "🥞";
}

.ts-poll-emoji-poultry-leg:before {
	content: "🍗";
}

.ts-poll-emoji-meat-on-bone:before {
	content: "🍖";
}

.ts-poll-emoji-bone:before {
	content: "🦴";
}

.ts-poll-emoji-fried-shrimp:before {
	content: "🍤";
}

.ts-poll-emoji-fried-egg:before {
	content: "🍳";
}

.ts-poll-emoji-hamburger:before {
	content: "🍔";
}

.ts-poll-emoji-fries:before {
	content: "🍟";
}

.ts-poll-emoji-stuffed-flatbread:before {
	content: "🥙";
}

.ts-poll-emoji-hotdog:before {
	content: "🌭";
}

.ts-poll-emoji-pizza:before {
	content: "🍕";
}

.ts-poll-emoji-sandwich:before {
	content: "🥪";
}

.ts-poll-emoji-canned-food:before {
	content: "🥫";
}

.ts-poll-emoji-spaghetti:before {
	content: "🍝";
}

.ts-poll-emoji-taco:before {
	content: "🌮";
}

.ts-poll-emoji-burrito:before {
	content: "🌯";
}

.ts-poll-emoji-green-salad:before {
	content: "🥗";
}

.ts-poll-emoji-shallow-pan-of-food:before {
	content: "🥘";
}

.ts-poll-emoji-ramen:before {
	content: "🍜";
}

.ts-poll-emoji-stew:before {
	content: "🍲";
}

.ts-poll-emoji-fish-cake:before {
	content: "🍥";
}

.ts-poll-emoji-fortune-cookie:before {
	content: "🥠";
}

.ts-poll-emoji-sushi:before {
	content: "🍣";
}

.ts-poll-emoji-bento:before {
	content: "🍱";
}

.ts-poll-emoji-curry:before {
	content: "🍛";
}

.ts-poll-emoji-rice-ball:before {
	content: "🍙";
}

.ts-poll-emoji-rice:before {
	content: "🍚";
}

.ts-poll-emoji-rice-cracker:before {
	content: "🍘";
}

.ts-poll-emoji-oden:before {
	content: "🍢";
}

.ts-poll-emoji-dango:before {
	content: "🍡";
}

.ts-poll-emoji-shaved-ice:before {
	content: "🍧";
}

.ts-poll-emoji-ice-cream:before {
	content: "🍨";
}

.ts-poll-emoji-icecream:before {
	content: "🍦";
}

.ts-poll-emoji-pie:before {
	content: "🥧";
}

.ts-poll-emoji-cake:before {
	content: "🍰";
}

.ts-poll-emoji-cupcake:before {
	content: "🧁";
}

.ts-poll-emoji-moon-cake:before {
	content: "🥮";
}

.ts-poll-emoji-birthday:before {
	content: "🎂";
}

.ts-poll-emoji-custard:before {
	content: "🍮";
}

.ts-poll-emoji-candy:before {
	content: "🍬";
}

.ts-poll-emoji-lollipop:before {
	content: "🍭";
}

.ts-poll-emoji-chocolate-bar:before {
	content: "🍫";
}

.ts-poll-emoji-popcorn:before {
	content: "🍿";
}

.ts-poll-emoji-dumpling:before {
	content: "🥟";
}

.ts-poll-emoji-doughnut:before {
	content: "🍩";
}

.ts-poll-emoji-cookie:before {
	content: "🍪";
}

.ts-poll-emoji-soccer:before {
	content: "⚽";
}

.ts-poll-emoji-basketball:before {
	content: "🏀";
}

.ts-poll-emoji-baseball:before {
	content: "⚾";
}

.ts-poll-emoji-softball:before {
	content: "🥎";
}

.ts-poll-emoji-volleyball:before {
	content: "🏐";
}

.ts-poll-emoji-8ball:before {
	content: "🎱";
}

.ts-poll-emoji-trophy:before {
	content: "🏆";
}

.ts-poll-emoji-medal-sports:before {
	content: "🏅";
}

.ts-poll-emoji-1st-place-medal:before {
	content: "🥇";
}

.ts-poll-emoji-2nd-place-medal:before {
	content: "🥈";
}

.ts-poll-emoji-3rd-place-medal:before {
	content: "🥉";
}

.ts-poll-emoji-clapper:before {
	content: "🎬";
}

.ts-poll-emoji-dart:before {
	content: "🎯";
}

.ts-poll-emoji-rocket:before {
	content: "🚀";
}

.ts-poll-emoji-vertical-traffic-light:before {
	content: "🚦";
}

.ts-poll-emoji-traffic-light:before {
	content: "🚥";
}

.ts-poll-emoji-checkered-flag:before {
	content: "🏁";
}

.ts-poll-emoji-sparkler:before {
	content: "🎇";
}

.ts-poll-emoji-fireworks:before {
	content: "🎆";
}

.ts-poll-emoji-computer:before {
	content: "💻";
}

.ts-poll-emoji-camera:before {
	content: "📷";
}

.ts-poll-emoji-camera-flash:before {
	content: "📸";
}

.ts-poll-emoji-video-camera:before {
	content: "📹";
}

.ts-poll-emoji-movie-camera:before {
	content: "🎥";
}

.ts-poll-emoji-film-projector:before {
	content: "📽";
}

.ts-poll-emoji-film-strip:before {
	content: "🎞";
}

.ts-poll-emoji-hourglass-flowing-sand:before {
	content: "⏳";
}

.ts-poll-emoji-hourglass:before {
	content: "⌛";
}

.ts-poll-emoji-bulb:before {
	content: "💡";
}

.ts-poll-emoji-oil-drum:before {
	content: "🛢";
}

.ts-poll-emoji-money-with-wings:before {
	content: "💸";
}

.ts-poll-emoji-dollar:before {
	content: "💵";
}

.ts-poll-emoji-yen:before {
	content: "💴";
}

.ts-poll-emoji-euro:before {
	content: "💶";
}

.ts-poll-emoji-pound:before {
	content: "💷";
}

.ts-poll-emoji-moneybag:before {
	content: "💰";
}

.ts-poll-emoji-credit-card:before {
	content: "💳";
}

.ts-poll-emoji-gem:before {
	content: "💎";
}

.ts-poll-emoji-bomb:before {
	content: "💣";
}

.ts-poll-emoji-firecracker:before {
	content: "🧨";
}

.ts-poll-emoji-smoking:before {
	content: "🚬";
}

.ts-poll-emoji-nazar-amulet:before {
	content: "🧿";
}

.ts-poll-emoji-key:before {
	content: "🔑";
}

.ts-poll-emoji-teddy-bear:before {
	content: "🧸";
}

.ts-poll-emoji-world-map:before {
	content: "🗺";
}

.ts-poll-emoji-moyai:before {
	content: "🗿";
}

.ts-poll-emoji-shopping-cart:before {
	content: "🛒";
}

.ts-poll-emoji-balloon:before {
	content: "🎈";
}

.ts-poll-emoji-ribbon:before {
	content: "🎀";
}

.ts-poll-emoji-gift:before {
	content: "🎁";
}

.ts-poll-emoji-love-letter:before {
	content: "💌";
}

.ts-poll-emoji-inbox-tray:before {
	content: "📥";
}

.ts-poll-emoji-outbox-tray:before {
	content: "📤";
}

.ts-poll-emoji-bar-chart:before {
	content: "📊";
}

.ts-poll-emoji-chart-with-upwards-trend:before {
	content: "📈";
}

.ts-poll-emoji-chart-with-downwards-trend:before {
	content: "📉";
}

.ts-poll-emoji-date:before {
	content: "📅";
}

.ts-poll-emoji-calendar:before {
	content: "📆";
}

.ts-poll-emoji-link:before {
	content: "🔗";
}

.ts-poll-emoji-paperclip:before {
	content: "📎";
}

.ts-poll-emoji-pushpin:before {
	content: "📌";
}

.ts-poll-emoji-triangular-flag-on-post:before {
	content: "🚩";
}

.ts-poll-emoji-closed-lock-with-key:before {
	content: "🔐";
}

.ts-poll-emoji-lock:before {
	content: "🔒";
}

.ts-poll-emoji-unlock:before {
	content: "🔓";
}

.ts-poll-emoji-lock-with-ink-pen:before {
	content: "🔏";
}

.ts-poll-emoji-memo:before {
	content: "📝";
}

.ts-poll-emoji-mag:before {
	content: "🔍";
}

.ts-poll-emoji-mag-right:before {
	content: "🔎";
}

.ts-poll-emoji-orange-heart:before {
	content: "🧡";
}

.ts-poll-emoji-yellow-heart:before {
	content: "💛";
}

.ts-poll-emoji-green-heart:before {
	content: "💚";
}

.ts-poll-emoji-blue-heart:before {
	content: "💙";
}

.ts-poll-emoji-purple-heart:before {
	content: "💜";
}

.ts-poll-emoji-black-heart:before {
	content: "🖤";
}

.ts-poll-emoji-broken-heart:before {
	content: "💔";
}

.ts-poll-emoji-two-hearts:before {
	content: "💕";
}

.ts-poll-emoji-revolving-hearts:before {
	content: "💞";
}

.ts-poll-emoji-heartbeat:before {
	content: "💓";
}

.ts-poll-emoji-heartpulse:before {
	content: "💗";
}

.ts-poll-emoji-sparkling-heart:before {
	content: "💖";
}

.ts-poll-emoji-cupid:before {
	content: "💘";
}

.ts-poll-emoji-gift-heart:before {
	content: "💝";
}

.ts-poll-emoji-heart-decoration:before {
	content: "💟";
}

.ts-poll-emoji-vs:before {
	content: "🆚";
}

.ts-poll-emoji-white-flower:before {
	content: "💮";
}

.ts-poll-emoji-sos:before {
	content: "🆘";
}

.ts-poll-emoji-no-entry:before {
	content: "⛔";
}

.ts-poll-emoji-no-entry-sign:before {
	content: "🚫";
}

.ts-poll-emoji-x:before {
	content: "❌";
}

.ts-poll-emoji-o:before {
	content: "⭕";
}

.ts-poll-emoji-stop-sign:before {
	content: "🛑";
}

.ts-poll-emoji-anger:before {
	content: "💢";
}

.ts-poll-emoji-underage:before {
	content: "🔞";
}

.ts-poll-emoji-no-mobile-phones:before {
	content: "📵";
}

.ts-poll-emoji-exclamation:before {
	content: "❗";
}

.ts-poll-emoji-grey-exclamation:before {
	content: "❕";
}

.ts-poll-emoji-question:before {
	content: "❓";
}

.ts-poll-emoji-grey-question:before {
	content: "❔";
}

.ts-poll-emoji-chart:before {
	content: "💹";
}

.ts-poll-emoji-negative-squared-cross-mark:before {
	content: "❎";
}

.ts-poll-emoji-white-check-mark:before {
	content: "✅";
}

.ts-poll-emoji-mens:before {
	content: "🚹";
}

.ts-poll-emoji-womens:before {
	content: "🚺";
}

.ts-poll-emoji-cinema:before {
	content: "🎦";
}

.ts-poll-emoji-up:before {
	content: "🆙";
}

.ts-poll-emoji-cool:before {
	content: "🆒";
}

.ts-poll-emoji-new:before {
	content: "🆕";
}

.ts-poll-emoji-free:before {
	content: "🆓";
}

.ts-poll-emoji-stop-button:before {
	content: "⏹";
}

.ts-poll-emoji-record-button:before {
	content: "⏺";
}

.ts-poll-emoji-arrows-counterclockwise:before {
	content: "🔄";
}

.ts-poll-emoji-musical-note:before {
	content: "🎵";
}

.ts-poll-emoji-notes:before {
	content: "🎶";
}

.ts-poll-emoji-heavy-plus-sign:before {
	content: "➕";
}

.ts-poll-emoji-heavy-minus-sign:before {
	content: "➖";
}

.ts-poll-emoji-heavy-division-sign:before {
	content: "➗";
}

.ts-poll-emoji-infinity:before {
	content: "♾";
}

.ts-poll-emoji-heavy-dollar-sign:before {
	content: "💲";
}

.ts-poll-emoji-currency-exchange:before {
	content: "💱";
}

.ts-poll-emoji-end:before {
	content: "🔚";
}

.ts-poll-emoji-back:before {
	content: "🔙";
}

.ts-poll-emoji-on:before {
	content: "🔛";
}

.ts-poll-emoji-top:before {
	content: "🔝";
}

.ts-poll-emoji-soon:before {
	content: "🔜";
}

.ts-poll-emoji-radio-button:before {
	content: "🔘";
}

.ts-poll-emoji-white-circle:before {
	content: "⚪";
}

.ts-poll-emoji-black-circle:before {
	content: "⚫";
}

.ts-poll-emoji-red-circle:before {
	content: "🔴";
}

.ts-poll-emoji-large-blue-circle:before {
	content: "🔵";
}

.ts-poll-emoji-large-orange-diamond:before {
	content: "🔶";
}

.ts-poll-emoji-large-blue-diamond:before {
	content: "🔷";
}

.ts-poll-emoji-small-red-triangle:before {
	content: "🔺";
}

.ts-poll-emoji-black-large-square:before {
	content: "⬛";
}

.ts-poll-emoji-white-large-square:before {
	content: "⬜";
}

.ts-poll-emoji-small-red-triangle-down:before {
	content: "🔻";
}

.ts-poll-emoji-black-square-button:before {
	content: "🔲";
}

.ts-poll-emoji-white-square-button:before {
	content: "🔳";
}

.ts-poll-emoji-speaker:before {
	content: "🔈";
}

.ts-poll-emoji-sound:before {
	content: "🔉";
}

.ts-poll-emoji-loud-sound:before {
	content: "🔊";
}

.ts-poll-emoji-mute:before {
	content: "🔇";
}

.ts-poll-emoji-mega:before {
	content: "📣";
}

.ts-poll-emoji-loudspeaker:before {
	content: "📢";
}

.ts-poll-emoji-bell:before {
	content: "🔔";
}

.ts-poll-emoji-no-bell:before {
	content: "🔕";
}

.ts-poll-emoji-thought-balloon:before {
	content: "💭";
}

.ts-poll-emoji-right-anger-bubble:before {
	content: "🗯";
}

.ts-poll-emoji-speech-balloon:before {
	content: "💬";
}

.ts-poll-emoji-left-speech-bubble:before {
	content: "🗨";
}
:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@charset "UTF-8";:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#7f54b3;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6a6a6a}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#b3af54;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816e99}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button:hover{background-color:#dcd7e3;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#b3af54;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#b3af54}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#b3af54}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #7f54b3;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#b3af54}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#e9e6ed;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #cfc8d8;margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e3;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2b9ce;border-top-color:#b5aac3}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e3;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}#coming-soon-footer-banner{width:100%;min-height:56px;background:#fff;position:fixed;display:flex;font-size:13px;bottom:0;line-height:16px;align-items:center;border-top:1px solid #dcdcdc;padding:16px;box-sizing:border-box;z-index:100}#coming-soon-footer-banner .coming-soon-footer-banner__content{text-align:center;flex:1;margin-right:10px;line-height:16px;text-wrap:pretty}#coming-soon-footer-banner a{color:#3858e9;text-decoration:none}#coming-soon-footer-banner a.coming-soon-footer-banner-dismiss{background-image:url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.4995 13.0602L16.2118 16.7725L17.2725 15.7118L13.5602 11.9995L17.2725 8.28723L16.2119 7.22657L12.4995 10.9389L8.78722 7.22656L7.72656 8.28722L11.4389 11.9995L7.72657 15.7119L8.78723 16.7725L12.4995 13.0602Z" fill="%23757575"/></svg>');width:24px;height:24px;cursor:pointer;background-repeat:no-repeat}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}
.text-stroke,.text-stroke--primary,.text-stroke--secondary{-webkit-text-stroke-width:var(--wp--custom--typography--text-stroke-width,2px)!important}.ext-absolute{position:absolute!important}.bring-to-front,.ext .wp-block-image,.ext-relative{position:relative!important}.ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-order-1{order:1!important}.ext-order-2{order:2!important}.ext-col-auto{grid-column:auto!important}.ext-col-span-1{grid-column:span 1/span 1!important}.ext-col-span-2{grid-column:span 2/span 2!important}.ext-col-span-3{grid-column:span 3/span 3!important}.ext-col-span-4{grid-column:span 4/span 4!important}.ext-col-span-5{grid-column:span 5/span 5!important}.ext-col-span-6{grid-column:span 6/span 6!important}.ext-col-span-7{grid-column:span 7/span 7!important}.ext-col-span-8{grid-column:span 8/span 8!important}.ext-col-span-9{grid-column:span 9/span 9!important}.ext-col-span-10{grid-column:span 10/span 10!important}.ext-col-span-11{grid-column:span 11/span 11!important}.ext-col-span-12{grid-column:span 12/span 12!important}.ext-col-span-full{grid-column:1/-1!important}.ext-col-start-1{grid-column-start:1!important}.ext-col-start-2{grid-column-start:2!important}.ext-col-start-3{grid-column-start:3!important}.ext-col-start-4{grid-column-start:4!important}.ext-col-start-5{grid-column-start:5!important}.ext-col-start-6{grid-column-start:6!important}.ext-col-start-7{grid-column-start:7!important}.ext-col-start-8{grid-column-start:8!important}.ext-col-start-9{grid-column-start:9!important}.ext-col-start-10{grid-column-start:10!important}.ext-col-start-11{grid-column-start:11!important}.ext-col-start-12{grid-column-start:12!important}.ext-col-start-13{grid-column-start:13!important}.ext-col-start-auto{grid-column-start:auto!important}.ext-col-end-1{grid-column-end:1!important}.ext-col-end-2{grid-column-end:2!important}.ext-col-end-3{grid-column-end:3!important}.ext-col-end-4{grid-column-end:4!important}.ext-col-end-5{grid-column-end:5!important}.ext-col-end-6{grid-column-end:6!important}.ext-col-end-7{grid-column-end:7!important}.ext-col-end-8{grid-column-end:8!important}.ext-col-end-9{grid-column-end:9!important}.ext-col-end-10{grid-column-end:10!important}.ext-col-end-11{grid-column-end:11!important}.ext-col-end-12{grid-column-end:12!important}.ext-col-end-13{grid-column-end:13!important}.ext-col-end-auto{grid-column-end:auto!important}.ext-row-auto{grid-row:auto!important}.ext-row-span-1{grid-row:span 1/span 1!important}.ext-row-span-2{grid-row:span 2/span 2!important}.ext-row-span-3{grid-row:span 3/span 3!important}.ext-row-span-4{grid-row:span 4/span 4!important}.ext-row-span-5{grid-row:span 5/span 5!important}.ext-row-span-6{grid-row:span 6/span 6!important}.ext-row-span-full{grid-row:1/-1!important}.ext-row-start-1{grid-row-start:1!important}.ext-row-start-2{grid-row-start:2!important}.ext-row-start-3{grid-row-start:3!important}.ext-row-start-4{grid-row-start:4!important}.ext-row-start-5{grid-row-start:5!important}.ext-row-start-6{grid-row-start:6!important}.ext-row-start-7{grid-row-start:7!important}.ext-row-start-auto{grid-row-start:auto!important}.ext-row-end-1{grid-row-end:1!important}.ext-row-end-2{grid-row-end:2!important}.ext-row-end-3{grid-row-end:3!important}.ext-row-end-4{grid-row-end:4!important}.ext-row-end-5{grid-row-end:5!important}.ext-row-end-6{grid-row-end:6!important}.ext-row-end-7{grid-row-end:7!important}.ext-row-end-auto{grid-row-end:auto!important}.ext-m-0:not([style*=margin]){margin:0!important}.ext-m-auto:not([style*=margin]){margin:auto!important}.ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.ext .alignwide,.ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-group>*,.ext-my-0:not([style*=margin]),.wp-block-column.editor\:pointer-events-none{margin-top:0!important;margin-bottom:0!important}.ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.ext h2,.ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .wp-block-columns+.wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]),.ext-mt-0:not([style*=margin]),[class*=fullwidth-cols] .wp-block-column:first-child,[class*=fullwidth-cols] .wp-block-column:first-child>*,[class*=fullwidth-cols] .wp-block-column>:first-child,[class*=fullwidth-cols] .wp-block-group:first-child{margin-top:0!important}.ext-mt-auto:not([style*=margin]){margin-top:auto!important}.ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]),.ext-mr-0:not([style*=margin]){margin-right:0!important}.ext-mr-auto:not([style*=margin]){margin-right:auto!important}.ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext .is-not-stacked-on-mobile .wp-block-column,.ext-mb-0:not([style*=margin]),.ext.wp-block-group>:last-child,.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile>.wp-block-column,[class*=fullwidth-cols] .wp-block-column:last-child,[class*=fullwidth-cols] .wp-block-column>:last-child,[class*=fullwidth-cols] .wp-block-group:last-child{margin-bottom:0!important}.ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.ext-mb-base:not([style*=margin]),.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.ext-ml-0:not([style*=margin]),.ext-ml-0:not([style*=margin]):not([style*=margin]){margin-left:0!important}.ext-ml-auto:not([style*=margin]){margin-left:auto!important}.ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.editor\:no-resize .components-resizable-box__container,.ext-block{display:block!important}.ext .wp-block-image img,.ext-inline-block{display:inline-block!important}.ext-inline{display:inline!important}.ext-flex{display:flex!important}.ext-inline-flex{display:inline-flex!important}.ext .ext-grid>[class*="_inner-container"],.ext-grid{display:grid!important}.ext-inline-grid{display:inline-grid!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container::before,.editor\:no-caption .block-editor-rich-text__editable,.editor\:no-inserter .wp-block-column:not(.is-selected)>.block-list-appender,.editor\:no-inserter .wp-block-cover__inner-container>.block-list-appender,.editor\:no-inserter .wp-block-group__inner-container>.block-list-appender,.editor\:no-inserter>.block-list-appender,.ext-hidden{display:none!important}.ext-w-auto{width:auto!important}.ext-w-full{width:100%!important}.ext [class*=inner-container]>.alignwide [class*=inner-container]>*,.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]>*,.ext-max-w-full{max-width:100%!important}.ext-flex-1{flex:1 1 0%!important}.ext-flex-auto{flex:1 1 auto!important}.ext-flex-initial{flex:0 1 auto!important}.ext-flex-none{flex:none!important}.ext-flex-shrink-0{flex-shrink:0!important}.ext-flex-shrink{flex-shrink:1!important}.ext-flex-grow-0{flex-grow:0!important}.ext-flex-grow{flex-grow:1!important}.ext-list-none,.is-style-inline-list li{list-style-type:none!important}.ext .ext-grid-cols-1>[class*="_inner-container"],.ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-cols-2>[class*="_inner-container"],.ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-cols-3>[class*="_inner-container"],.ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-cols-4>[class*="_inner-container"],.ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-cols-5>[class*="_inner-container"],.ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-cols-6>[class*="_inner-container"],.ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-cols-7>[class*="_inner-container"],.ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.ext .ext-grid-cols-8>[class*="_inner-container"],.ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.ext .ext-grid-cols-9>[class*="_inner-container"],.ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.ext .ext-grid-cols-10>[class*="_inner-container"],.ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.ext .ext-grid-cols-11>[class*="_inner-container"],.ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.ext .ext-grid-cols-12>[class*="_inner-container"],.ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.ext .ext-grid-cols-none>[class*="_inner-container"],.ext-grid-cols-none{grid-template-columns:none!important}.ext .ext-grid-rows-1>[class*="_inner-container"],.ext-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))!important}.ext .ext-grid-rows-2>[class*="_inner-container"],.ext-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))!important}.ext .ext-grid-rows-3>[class*="_inner-container"],.ext-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))!important}.ext .ext-grid-rows-4>[class*="_inner-container"],.ext-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))!important}.ext .ext-grid-rows-5>[class*="_inner-container"],.ext-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))!important}.ext .ext-grid-rows-6>[class*="_inner-container"],.ext-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))!important}.ext .ext-grid-rows-none>[class*="_inner-container"],.ext-grid-rows-none{grid-template-rows:none!important}.ext-flex-row{flex-direction:row!important}.ext-flex-row-reverse{flex-direction:row-reverse!important}.ext-flex-col{flex-direction:column!important}.ext-flex-col-reverse{flex-direction:column-reverse!important}.ext-flex-wrap{flex-wrap:wrap!important}.ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.ext-flex-nowrap{flex-wrap:nowrap!important}.ext .ext-items-start>[class*="_inner-container"],.ext-items-start{align-items:flex-start!important}.ext .ext-items-end>[class*="_inner-container"],.ext-items-end{align-items:flex-end!important}.ext .ext-items-center>[class*="_inner-container"],.ext .is-style-angled>[class*="_inner-container"],.ext-items-center{align-items:center!important}.ext .ext-items-baseline>[class*="_inner-container"],.ext-items-baseline{align-items:baseline!important}.ext .ext-items-stretch>[class*="_inner-container"],.ext-items-stretch{align-items:stretch!important}.ext-justify-start{justify-content:flex-start!important}.ext-justify-end{justify-content:flex-end!important}.ext-justify-center{justify-content:center!important}.ext-justify-between{justify-content:space-between!important}.ext-justify-around{justify-content:space-around!important}.ext-justify-evenly{justify-content:space-evenly!important}.ext-justify-items-start{justify-items:start!important}.ext-justify-items-end{justify-items:end!important}.ext-justify-items-center{justify-items:center!important}.ext-justify-items-stretch{justify-items:stretch!important}.ext-gap-0{gap:0!important}.ext-gap-base{gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-lg{gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-x-0{-moz-column-gap:0!important;column-gap:0!important}.ext-gap-x-base{-moz-column-gap:var(--wp--style--block-gap,1.75rem)!important;column-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-x-lg{-moz-column-gap:var(--extendify--spacing--large,3rem)!important;column-gap:var(--extendify--spacing--large,3rem)!important}.ext-gap-y-0{row-gap:0!important}.ext-gap-y-base{row-gap:var(--wp--style--block-gap,1.75rem)!important}.ext-gap-y-lg{row-gap:var(--extendify--spacing--large,3rem)!important}.ext-justify-self-auto{justify-self:auto!important}.ext-justify-self-start{justify-self:start!important}.ext-justify-self-end{justify-self:end!important}.ext-justify-self-center{justify-self:center!important}.ext-justify-self-stretch{justify-self:stretch!important}.ext-rounded-none{border-radius:0!important}.ext-rounded-full{border-radius:9999px!important}.ext-rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.ext-rounded-t-full{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.ext-rounded-r-none{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ext-rounded-r-full{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.ext-rounded-b-none{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-b-full{border-bottom-right-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-l-none{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.ext-rounded-l-full{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.ext-rounded-tl-none{border-top-left-radius:0!important}.ext-rounded-tl-full{border-top-left-radius:9999px!important}.ext-rounded-tr-none{border-top-right-radius:0!important}.ext-rounded-tr-full{border-top-right-radius:9999px!important}.ext-rounded-br-none{border-bottom-right-radius:0!important}.ext-rounded-br-full{border-bottom-right-radius:9999px!important}.ext-rounded-bl-none{border-bottom-left-radius:0!important}.ext-rounded-bl-full{border-bottom-left-radius:9999px!important}.ext-border-0{border-width:0!important}.ext-border-t-0{border-top-width:0!important}.ext-border-r-0{border-right-width:0!important}.ext-border-b-0{border-bottom-width:0!important}.ext-border-l-0{border-left-width:0!important}.ext .wp-block-group__inner-container,.ext-p-0:not([style*=padding]){padding:0!important}.ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.ext .wp-block-columns .wp-block-column[style*=padding],.ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.ext-px-base:not([style*=padding]),.ext.has-background{padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pt-0:not([style*=padding]){padding-top:0!important}.ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.ext-pr-0:not([style*=padding]){padding-right:0!important}.ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.ext-pb-0:not([style*=padding]){padding-bottom:0!important}.ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.ext-pl-0:not([style*=padding]),.is-style-inline-list{padding-left:0!important}.ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.ext-text-left{text-align:left!important}.ext .wp-block-image,.ext-text-center{text-align:center!important}.ext-text-right{text-align:right!important}.ext-leading-none{line-height:1!important}.ext-leading-tight{line-height:1.25!important}.ext-leading-snug{line-height:1.375!important}.ext-leading-normal{line-height:1.5!important}.ext-leading-relaxed{line-height:1.625!important}.ext-leading-loose{line-height:2!important}.ext-aspect-square img{aspect-ratio:1/1!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape img{aspect-ratio:4/3!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape-wide img{aspect-ratio:16/9!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-portrait img{aspect-ratio:3/4!important;-o-object-fit:cover!important;object-fit:cover!important}.ext-aspect-landscape .components-resizable-box__container,.ext-aspect-landscape-wide .components-resizable-box__container,.ext-aspect-portrait .components-resizable-box__container,.ext-aspect-square .components-resizable-box__container{height:auto!important}.clip-path--rhombus img{-webkit-clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important;clip-path:polygon(15% 6%,80% 29%,84% 93%,23% 69%)!important}.clip-path--diamond img{-webkit-clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important;clip-path:polygon(5% 29%,60% 2%,91% 64%,36% 89%)!important}.clip-path--rhombus-alt img{-webkit-clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important;clip-path:polygon(14% 9%,85% 24%,91% 89%,19% 76%)!important}.wp-block-columns[class*=fullwidth-cols]{margin-bottom:unset!important}.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.ext-my-0,.is-root-container.block-editor-block-list__layout>[data-align=full]:not(:first-of-type)>.wp-block-column.editor\:pointer-events-none,.is-root-container.block-editor-block-list__layout>[data-align=wide]>.ext-my-0:not([style*=margin]),.is-root-container.block-editor-block-list__layout>[data-align=wide]>.wp-block-column.editor\:pointer-events-none{margin-top:calc(-1 * var(--wp--style--block-gap,28px))!important}@media (min-width:600px) and (max-width:781px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n){margin-left:var(--wp--style--block-gap,2em)!important}}@media (max-width:781px){.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (max-width:1079px){.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile){flex-wrap:wrap!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not([style*=margin]){margin-left:0!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}}.direction-rtl{direction:rtl!important}.direction-ltr{direction:ltr!important}.bring-to-front{z-index:10!important}.text-stroke{-webkit-text-stroke-color:var(--wp--preset--color--background)!important}.text-stroke--primary{-webkit-text-stroke-color:var(--wp--preset--color--primary)!important}.text-stroke--secondary{-webkit-text-stroke-color:var(--wp--preset--color--secondary)!important}.editor\:no-resize .components-resizable-box__handle,.editor\:no-resize .components-resizable-box__handle::after,.editor\:no-resize .components-resizable-box__side-handle::before{display:none!important;pointer-events:none!important}.editor\:pointer-events-none{pointer-events:none!important}.is-style-angled{align-items:center!important;justify-content:flex-end!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;clip-path:polygon(0 0,30% 0%,50% 100%,0% 100%)!important;z-index:1!important}.has-foreground-color{color:var(--wp--preset--color--foreground,#000)!important}.has-foreground-background-color{background-color:var(--wp--preset--color--foreground,#000)!important}.has-background-color{color:var(--wp--preset--color--background,#fff)!important}.has-background-background-color{background-color:var(--wp--preset--color--background,#fff)!important}.has-primary-color{color:var(--wp--preset--color--primary,#4b5563)!important}.has-primary-background-color{background-color:var(--wp--preset--color--primary,#4b5563)!important}.has-secondary-color{color:var(--wp--preset--color--secondary,#9ca3af)!important}.has-secondary-background-color{background-color:var(--wp--preset--color--secondary,#9ca3af)!important}.ext.has-text-color h1,.ext.has-text-color h2,.ext.has-text-color h3,.ext.has-text-color h4,.ext.has-text-color h5,.ext.has-text-color h6,.ext.has-text-color p{color:currentColor!important}.has-white-color{color:var(--wp--preset--color--white,#fff)!important}.has-black-color{color:var(--wp--preset--color--black,#000)!important}.has-ext-foreground-background-color{background-color:var(--wp--preset--color--foreground,var(--wp--preset--color--black,#000))!important}.has-ext-primary-background-color{background-color:var(--wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000))!important}.wp-block-button__link.has-black-background-color{border-color:var(--wp--preset--color--black,#000)!important}.wp-block-button__link.has-white-background-color{border-color:var(--wp--preset--color--white,#fff)!important}.has-ext-small-font-size{font-size:var(--wp--preset--font-size--ext-small)!important}.has-ext-medium-font-size{font-size:var(--wp--preset--font-size--ext-medium)!important}.has-ext-large-font-size{font-size:var(--wp--preset--font-size--ext-large)!important;line-height:1.2!important}.has-ext-x-large-font-size{font-size:var(--wp--preset--font-size--ext-x-large)!important;line-height:1!important}.has-ext-xx-large-font-size{font-size:var(--wp--preset--font-size--ext-xx-large)!important;line-height:1!important}.has-ext-x-large-font-size:not([style*=line-height]),.has-ext-xx-large-font-size:not([style*=line-height]){line-height:1.1!important}.ext .wp-block-group>*+*{margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:0!important}.has-ext-x-large-font-size+h3,.has-ext-x-large-font-size+p{margin-top:.5rem!important}.ext .wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap,.5em) * .75)!important;min-width:12rem!important}.ext>[class*="_inner-container"]>.ext-grid:not([class*=columns]),.ext>[class*="_inner-container"]>.wp-block>.ext-grid:not([class*=columns]){display:initial!important}.ext .ext-grid-cols-13>[class*="_inner-container"]{grid-template-columns:repeat(13,minmax(0,1fr))!important}.ext [class*=inner-container]>.alignwide [class*=inner-container],.ext [class*=inner-container]>[data-align=wide] [class*=inner-container]{max-width:var(--responsive--alignwide-width,120rem)!important}.ext .wp-block-image img{vertical-align:middle!important}body{--extendify--spacing--large:var(
        --wp--custom--spacing--large,
        clamp(2em, 8vw, 8em)
    )!important;--wp--preset--font-size--ext-small:1rem!important;--wp--preset--font-size--ext-medium:1.125rem!important;--wp--preset--font-size--ext-large:clamp(1.65rem, 3.5vw, 2.15rem)!important;--wp--preset--font-size--ext-x-large:clamp(3rem, 6vw, 4.75rem)!important;--wp--preset--font-size--ext-xx-large:clamp(3.25rem, 7.5vw, 5.75rem)!important;--wp--preset--color--black:#000!important;--wp--preset--color--white:#fff!important}.ext *{box-sizing:border-box!important}.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container{background:0 0!important}.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull{margin-top:unset!important;margin-bottom:unset!important}.block-editor-block-preview__content-iframe .preview\:min-h-50{min-height:50vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-60{min-height:60vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-70{min-height:70vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-80{min-height:80vw!important}.block-editor-block-preview__content-iframe .preview\:min-h-100{min-height:100vw!important}.is-root-container .wp-block[data-align=full]>.ext-mx-0:not([style*=margin]):not([style*=margin]){margin-right:calc(1 * var(--wp--custom--spacing--outer,0))!important;margin-left:calc(1 * var(--wp--custom--spacing--outer,0))!important;overflow:hidden!important;width:unset!important}@media (min-width:782px){.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child){margin-bottom:0!important}.is-style-inline-list li{margin-right:var(--wp--style--block-gap,1.75rem)!important;display:inline!important}.is-style-inline-list li:first-child{margin-left:0!important}.is-style-inline-list li:last-child{margin-right:0!important}.is-style-angled .wp-block-cover__image-background,.is-style-angled .wp-block-cover__video-background{-webkit-clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important;clip-path:polygon(0 0,55% 0%,65% 100%,0% 100%)!important}.tablet\:ext-absolute{position:absolute!important}.tablet\:ext-relative{position:relative!important}.tablet\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-order-1{order:1!important}.tablet\:ext-order-2{order:2!important}.tablet\:ext-m-0:not([style*=margin]){margin:0!important}.tablet\:ext-m-auto:not([style*=margin]){margin:auto!important}.tablet\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.tablet\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.tablet\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.tablet\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.tablet\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mt-0:not([style*=margin]){margin-top:0!important}.tablet\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.tablet\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mr-0:not([style*=margin]){margin-right:0!important}.tablet\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.tablet\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.tablet\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.tablet\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-ml-0:not([style*=margin]){margin-left:0!important}.tablet\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.tablet\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.tablet\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.tablet\:ext-block{display:block!important}.tablet\:ext-inline-block{display:inline-block!important}.tablet\:ext-inline{display:inline!important}.tablet\:ext-flex{display:flex!important}.tablet\:ext-inline-flex{display:inline-flex!important}.tablet\:ext-grid{display:grid!important}.tablet\:ext-inline-grid{display:inline-grid!important}.tablet\:ext-hidden{display:none!important}.tablet\:ext-w-auto{width:auto!important}.tablet\:ext-w-full{width:100%!important}.tablet\:ext-max-w-full{max-width:100%!important}.tablet\:ext-flex-1{flex:1 1 0%!important}.tablet\:ext-flex-auto{flex:1 1 auto!important}.tablet\:ext-flex-initial{flex:0 1 auto!important}.tablet\:ext-flex-none{flex:none!important}.tablet\:ext-flex-shrink-0{flex-shrink:0!important}.tablet\:ext-flex-shrink{flex-shrink:1!important}.tablet\:ext-flex-grow-0{flex-grow:0!important}.tablet\:ext-flex-grow{flex-grow:1!important}.tablet\:ext-list-none{list-style-type:none!important}.tablet\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.tablet\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tablet\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tablet\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tablet\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tablet\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.tablet\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.tablet\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.tablet\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.tablet\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.tablet\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.tablet\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.tablet\:ext-grid-cols-none{grid-template-columns:none!important}.tablet\:ext-flex-row{flex-direction:row!important}.tablet\:ext-flex-row-reverse{flex-direction:row-reverse!important}.tablet\:ext-flex-col{flex-direction:column!important}.tablet\:ext-flex-col-reverse{flex-direction:column-reverse!important}.tablet\:ext-flex-wrap{flex-wrap:wrap!important}.tablet\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.tablet\:ext-flex-nowrap{flex-wrap:nowrap!important}.tablet\:ext-items-start{align-items:flex-start!important}.tablet\:ext-items-end{align-items:flex-end!important}.tablet\:ext-items-center{align-items:center!important}.tablet\:ext-items-baseline{align-items:baseline!important}.tablet\:ext-items-stretch{align-items:stretch!important}.tablet\:ext-justify-start{justify-content:flex-start!important}.tablet\:ext-justify-end{justify-content:flex-end!important}.tablet\:ext-justify-center{justify-content:center!important}.tablet\:ext-justify-between{justify-content:space-between!important}.tablet\:ext-justify-around{justify-content:space-around!important}.tablet\:ext-justify-evenly{justify-content:space-evenly!important}.tablet\:ext-justify-items-start{justify-items:start!important}.tablet\:ext-justify-items-end{justify-items:end!important}.tablet\:ext-justify-items-center{justify-items:center!important}.tablet\:ext-justify-items-stretch{justify-items:stretch!important}.tablet\:ext-justify-self-auto{justify-self:auto!important}.tablet\:ext-justify-self-start{justify-self:start!important}.tablet\:ext-justify-self-end{justify-self:end!important}.tablet\:ext-justify-self-center{justify-self:center!important}.tablet\:ext-justify-self-stretch{justify-self:stretch!important}.tablet\:ext-p-0:not([style*=padding]){padding:0!important}.tablet\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.tablet\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.tablet\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pt-0:not([style*=padding]){padding-top:0!important}.tablet\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pr-0:not([style*=padding]){padding-right:0!important}.tablet\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.tablet\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-pl-0:not([style*=padding]){padding-left:0!important}.tablet\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.tablet\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.tablet\:ext-text-left{text-align:left!important}.tablet\:ext-text-center{text-align:center!important}.tablet\:ext-text-right{text-align:right!important}}@media (min-width:1080px){.desktop\:ext-absolute{position:absolute!important}.desktop\:ext-relative{position:relative!important}.desktop\:ext-top-base{top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-top-lg{top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--top-base{top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--top-lg{top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-right-base{right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-right-lg{right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--right-base{right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--right-lg{right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-bottom-base{bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-bottom-lg{bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--bottom-base{bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--bottom-lg{bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-left-base{left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-left-lg{left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--left-base{left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--left-lg{left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-order-1{order:1!important}.desktop\:ext-order-2{order:2!important}.desktop\:ext-m-0:not([style*=margin]){margin:0!important}.desktop\:ext-m-auto:not([style*=margin]){margin:auto!important}.desktop\:ext-m-base:not([style*=margin]){margin:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-m-lg:not([style*=margin]){margin:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--m-base:not([style*=margin]){margin:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--m-lg:not([style*=margin]){margin:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mx-0:not([style*=margin]){margin-left:0!important;margin-right:0!important}.desktop\:ext-mx-auto:not([style*=margin]){margin-left:auto!important;margin-right:auto!important}.desktop\:ext-mx-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important;margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mx-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important;margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mx-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mx-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-my-0:not([style*=margin]){margin-top:0!important;margin-bottom:0!important}.desktop\:ext-my-auto:not([style*=margin]){margin-top:auto!important;margin-bottom:auto!important}.desktop\:ext-my-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important;margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-my-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important;margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--my-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important;margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--my-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important;margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mt-0:not([style*=margin]){margin-top:0!important}.desktop\:ext-mt-auto:not([style*=margin]){margin-top:auto!important}.desktop\:ext-mt-base:not([style*=margin]){margin-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mt-lg:not([style*=margin]){margin-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mt-base:not([style*=margin]){margin-top:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mt-lg:not([style*=margin]){margin-top:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mr-0:not([style*=margin]){margin-right:0!important}.desktop\:ext-mr-auto:not([style*=margin]){margin-right:auto!important}.desktop\:ext-mr-base:not([style*=margin]){margin-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mr-lg:not([style*=margin]){margin-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mr-base:not([style*=margin]){margin-right:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mr-lg:not([style*=margin]){margin-right:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-mb-0:not([style*=margin]){margin-bottom:0!important}.desktop\:ext-mb-auto:not([style*=margin]){margin-bottom:auto!important}.desktop\:ext-mb-base:not([style*=margin]){margin-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-mb-lg:not([style*=margin]){margin-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--mb-base:not([style*=margin]){margin-bottom:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--mb-lg:not([style*=margin]){margin-bottom:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-ml-0:not([style*=margin]){margin-left:0!important}.desktop\:ext-ml-auto:not([style*=margin]){margin-left:auto!important}.desktop\:ext-ml-base:not([style*=margin]){margin-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-ml-lg:not([style*=margin]){margin-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext--ml-base:not([style*=margin]){margin-left:calc(var(--wp--style--block-gap,1.75rem) * -1)!important}.desktop\:ext--ml-lg:not([style*=margin]){margin-left:calc(var(--extendify--spacing--large,3rem) * -1)!important}.desktop\:ext-block{display:block!important}.desktop\:ext-inline-block{display:inline-block!important}.desktop\:ext-inline{display:inline!important}.desktop\:ext-flex{display:flex!important}.desktop\:ext-inline-flex{display:inline-flex!important}.desktop\:ext-grid{display:grid!important}.desktop\:ext-inline-grid{display:inline-grid!important}.desktop\:ext-hidden{display:none!important}.desktop\:ext-w-auto{width:auto!important}.desktop\:ext-w-full{width:100%!important}.desktop\:ext-max-w-full{max-width:100%!important}.desktop\:ext-flex-1{flex:1 1 0%!important}.desktop\:ext-flex-auto{flex:1 1 auto!important}.desktop\:ext-flex-initial{flex:0 1 auto!important}.desktop\:ext-flex-none{flex:none!important}.desktop\:ext-flex-shrink-0{flex-shrink:0!important}.desktop\:ext-flex-shrink{flex-shrink:1!important}.desktop\:ext-flex-grow-0{flex-grow:0!important}.desktop\:ext-flex-grow{flex-grow:1!important}.desktop\:ext-list-none{list-style-type:none!important}.desktop\:ext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.desktop\:ext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop\:ext-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desktop\:ext-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.desktop\:ext-grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.desktop\:ext-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.desktop\:ext-grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.desktop\:ext-grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}.desktop\:ext-grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}.desktop\:ext-grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}.desktop\:ext-grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.desktop\:ext-grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}.desktop\:ext-grid-cols-none{grid-template-columns:none!important}.desktop\:ext-flex-row{flex-direction:row!important}.desktop\:ext-flex-row-reverse{flex-direction:row-reverse!important}.desktop\:ext-flex-col{flex-direction:column!important}.desktop\:ext-flex-col-reverse{flex-direction:column-reverse!important}.desktop\:ext-flex-wrap{flex-wrap:wrap!important}.desktop\:ext-flex-wrap-reverse{flex-wrap:wrap-reverse!important}.desktop\:ext-flex-nowrap{flex-wrap:nowrap!important}.desktop\:ext-items-start{align-items:flex-start!important}.desktop\:ext-items-end{align-items:flex-end!important}.desktop\:ext-items-center{align-items:center!important}.desktop\:ext-items-baseline{align-items:baseline!important}.desktop\:ext-items-stretch{align-items:stretch!important}.desktop\:ext-justify-start{justify-content:flex-start!important}.desktop\:ext-justify-end{justify-content:flex-end!important}.desktop\:ext-justify-center{justify-content:center!important}.desktop\:ext-justify-between{justify-content:space-between!important}.desktop\:ext-justify-around{justify-content:space-around!important}.desktop\:ext-justify-evenly{justify-content:space-evenly!important}.desktop\:ext-justify-items-start{justify-items:start!important}.desktop\:ext-justify-items-end{justify-items:end!important}.desktop\:ext-justify-items-center{justify-items:center!important}.desktop\:ext-justify-items-stretch{justify-items:stretch!important}.desktop\:ext-justify-self-auto{justify-self:auto!important}.desktop\:ext-justify-self-start{justify-self:start!important}.desktop\:ext-justify-self-end{justify-self:end!important}.desktop\:ext-justify-self-center{justify-self:center!important}.desktop\:ext-justify-self-stretch{justify-self:stretch!important}.desktop\:ext-p-0:not([style*=padding]){padding:0!important}.desktop\:ext-p-base:not([style*=padding]){padding:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-p-lg:not([style*=padding]){padding:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-px-0:not([style*=padding]){padding-left:0!important;padding-right:0!important}.desktop\:ext-px-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important;padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-px-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important;padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-py-0:not([style*=padding]){padding-top:0!important;padding-bottom:0!important}.desktop\:ext-py-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important;padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-py-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important;padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pt-0:not([style*=padding]){padding-top:0!important}.desktop\:ext-pt-base:not([style*=padding]){padding-top:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pt-lg:not([style*=padding]){padding-top:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pr-0:not([style*=padding]){padding-right:0!important}.desktop\:ext-pr-base:not([style*=padding]){padding-right:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pr-lg:not([style*=padding]){padding-right:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pb-0:not([style*=padding]){padding-bottom:0!important}.desktop\:ext-pb-base:not([style*=padding]){padding-bottom:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pb-lg:not([style*=padding]){padding-bottom:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-pl-0:not([style*=padding]){padding-left:0!important}.desktop\:ext-pl-base:not([style*=padding]){padding-left:var(--wp--style--block-gap,1.75rem)!important}.desktop\:ext-pl-lg:not([style*=padding]){padding-left:var(--extendify--spacing--large,3rem)!important}.desktop\:ext-text-left{text-align:left!important}.desktop\:ext-text-center{text-align:center!important}.desktop\:ext-text-right{text-align:right!important}}
/**
 * Theme Name: Throne
 * Theme URI: https://mekshq.com/theme/throne/
 * Text Domain: throne
 * Description: A Personal Blog/Magazine WordPress Theme.
 * Author: meks
 * Author URI: https://mekshq.com
 * Version: 1.8.2
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/**
*  Table of Contents:
*     1. NORMALIZE STYLES
*       2. LINKS
*       3. TYPOGRAPHY RESETS
*       4. ELEMENTS
*     5. WORDPRESS BASIC STYLES
*       6.WORDPRESS GALLERY STYLES
*     7. LAYOUT STYLES
*     8. HEADER AND NAVIGATION STYLES
*     9. TYPOGRAPHY STYLES
*     10. ENTRY META STYLES
*     11. FEATURED AREA STYLES
*     12. WIDGET STYLES
*     13. PAGINATION STYLES
*     14. FOOTER STYLES
*     15. WIDGETS STYLES
*     16. COMMENT STYLES
*     17. CONTACT FORM 7 STYLES
*     18. CONTENT LAYOUT STYLES
*     19. ADDITIONAL CSS STYLES
*     20. SINGLE POST STYLES
*     21. SOCIAL ICONS
*     22. MEKS SHORTCODES
*     23. RESPONSIVE NAVIGATION STYLES
*     24. MAGNIFIC POPUP STYLES
*     25. GUTENBERG

 * ----------------------------------------------------------------------------
 */


/*--------------------------------------------------
          NORMALIZE STYLES
---------------------------------------------------*/
*,*:before,*:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
html {
 -ms-text-size-adjust: 100%; /* 2 */
 -webkit-text-size-adjust: 100%; /* 2 */
}
/*GOOGLE CHROME FONT FIX*/

body{
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.2s;
}

@-webkit-keyframes fontfix{
  from{  opacity: 1; }
  to{ opacity: 1; }
}
body {
 margin: 0;
 background: #f3f3f3;
 color: #444;
 font-style:normal;
 font-variant:normal;
 font-size: 16px;
 line-height: 26px;
 position: relative;
 height: auto;
 -webkit-font-smoothing: subpixel-antialiased;
 text-rendering:optimizeLegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
progress,
video {
 display: inline-block; /* 1 */
 vertical-align: baseline; /* 2 */
 max-width: 100%;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
a {
 background: transparent;
}
a:active,
a:hover {
 outline: 0;
}
a:focus{
 outline: 0;
}
.entry-content a:hover{
 text-decoration: underline;
}

#sidebar a:hover,
#subheader_box a:hover{
 text-decoration: underline;
}
#sidebar .arqam-widget-counter a:hover{
 text-decoration: none;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
 color: inherit; /* 1 */
 font: inherit; /* 2 */
 margin: 0; /* 3 */
}
button {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button; /* 2 */
 cursor: pointer; /* 3 */
}
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; /* 1 */
 padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
 -webkit-appearance: textfield; /* 1 */
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box; /* 2 */
 box-sizing: content-box;
}


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

textarea {
 overflow: auto;
 padding: 10px;
}
iframe,
embed{max-width: 100%;}
ul,ol{
 margin: 0 0 26px 0;
}
/* ==========================================================================
  LINKS
  ========================================================================== */
a:active,
a:hover {
  outline: 0;
}
a{
 color: inherit;
 text-decoration: none;
}
/* ==========================================================================
  TYPOGRAPHY RESETS
  ========================================================================== */

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 -ms-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{max-width: 100%; height: auto; display: inline-block; vertical-align: middle;}

/* ==========================================================================
  ELEMENTS
  ========================================================================== */
blockquote {
 font-style: italic;
 border-left: 2px solid;
 margin-left: 15px;
 padding: 0 0 0 20px;
 font-size: 24px;
 line-height: 32px;
}
table {
 border: 1px solid #e3e3e3; /* Fallback for IE */
 border: 1px solid rgba(0,0,0,0.1);
 border-width: 1px;
 margin: 0 0 25px 0;
 text-align: left;
 padding:0;
}

caption { text-align: left }

tr { 
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1) }

th,
td {
  padding: 15px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}
var,
kbd,
samp,
code,
pre {
  font: 16px/26px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: #efefef;
}
pre {
  white-space: pre;
  overflow: auto;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  clear: both;
}
/* ==========================================================================
  WORDPRESS BASIC STYLES
  ========================================================================== */

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  margin: 0 0 10px 20px;
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin: 30px auto;
  padding: 3px;
}
.alignleft { float: left }

.alignright { float: right }
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.alignnone{
 margin-bottom: 25px;
}
.photo_caption{
 text-align: right;
 font-size: 13px;
 margin: -30px 10px 0 0;
 float: right;
 font-style: italic;
 position: relative;
}
.single_b .photo_caption{
 color: #FFF;
 z-index: 2000;
}
.single_b .entry-image img{
 width:100%;
}

.wp-caption {
 max-width: 100%;
 padding: 0;
 text-align: center;
}

.wp-caption img{
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}

.wp-caption .wp-caption-text {
 margin: 0;
 padding: 5px;
 background: #e23a3e;
 color: #FFF;
 font-size: 14px;
 font-style: normal;
}
.wp-caption .wp-caption-text a{
 color: #FFF;
 text-decoration: underline;
}
.wp-caption .wp-caption-text a:hover{
 text-decoration: none;
}

.wp-smiley {
  max-height: 13px;
  margin: 0;
}
/* ==========================================================================
  WORDPRESS GALLERY STYLES
  ========================================================================== */
.gallery { margin: auto }

.gallery-image {
  border: 2px solid #efefef;
  margin-left: 0;
}

.gallery-caption { margin-left: 0 }

#thr_main .main_content_wrapper .gallery-item {
 float: left;
 text-align: center;
 margin: 0 0 1px;
 padding-left: 1px;
 opacity: 0;
}
#thr_main .main_content_wrapper .gallery img{
 border: none;
}
#thr_main .main_content_wrapper .gallery{
 margin-bottom: 26px;
}
#thr_main .main_content_wrapper .gallery:after{
  content: "";
  clear: both;
  display: table;  
}
.gallery-item{
 position: relative;
 overflow: hidden;
}
.gallery-caption{
 position: absolute;
 bottom: -20px;
 left: 0;
 height: auto;
 min-height: 50px;
 width: 100%;
 z-index: 9999;
 display: block;
 color: #FFF;
 padding: 10px;
 opacity: 0;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
 background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}
.gallery-item:hover .gallery-caption{
 opacity: 1;
 bottom: 0;
}
.gallery-item:hover a{
 text-decoration: none;
}
.gallery-icon{
 position: relative;
}
.gallery-icon a:before,
.blocks-gallery-item a:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 background: rgba(0,0,0,0.1);
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.gallery-item:hover .gallery-icon a:before,
.gallery-item:hover .gallery-icon a:after,
.blocks-gallery-item:hover a:before,
.blocks-gallery-item:hover a:after,  
.layout_a .format-image .featured_image a:hover:after,
.thr-popup:hover:before {
 opacity: 1;
}
.gallery-icon a:after,
.layout_a .format-image .featured_image a:after,
.thr-popup:before,
.blocks-gallery-item a:after{
 content: "\e090";
 color: #FFF;
 font-size: 36px;
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: "Simple-Line-Icons";
 margin-top: -18px;
 margin-left: -18px;
 line-height: 36px;
 opacity: 0;
 z-index: 1000;
-webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
/* ==========================================================================
  LAYOUT STYLES
  ========================================================================== */
.clear{clear: both;}
.clear:before, .clear:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
content: "";
display: table;
}
.content_wrapper {
  width: 1070px;
  margin: 0 auto;
  position: relative;
}
.content_wrapper:after{
  clear: both;
  content: "";
}
.full_width{
  width: 100%;
  float: left;
}
.main_content_wrapper{
  float: left;
  width: 730px;
}
.thr_body_sidebar_left .main_content_wrapper{
 float: right;
}
.sidebar{
  width: 300px;
  float: left;
  margin: 0 0 0 40px;
  position: relative;
}
.sidebar.left{
 margin: 0 40px 0 0;
}
.admin-bar .sticky_active,
.admin-bar .affix{
 top: 40px;
}
.admin-bar.sticky_on .affix{
 top: 100px;
}
.sticky_on .affix{
 top: 70px;
}
.thr_sticky{
 float: left;
 width: 100%;
 margin-bottom: 40px;
}
.thr_sidebar_wrapped .thr_sticky{
 margin-bottom: 0;
}
.sticky_active,
.affix{
 position: fixed !important;
 top: 30px;
 width: 300px
}
.affix-top{
 position: relative !important;
}
.sticky_active.thr_sticky_abs{
 position: absolute !important;
 bottom: 20px;
 top: auto;
 right: 0;
}
.thr_sidebar_wrapped .affix,
.thr_sidebar_wrapped .affix-bottom{
 width: 300px;
 padding: 0 20px 0;
 margin: 0 0 0 -20px;
}
.affix-responsive{
 position: static !important;
 width: auto;
 top: 0 !important;
}
.thr_content_wrapped .main_content_wrapper{
 padding: 30px;
 margin: 0 0 40px;
 box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
.thr_sidebar_wrapped .widget{
 padding-bottom: 15px;
}
.thr_boxed{
 margin: 0 auto;
 width: 1150px;
}
.thr_boxed_wrapper{
 float: left;
 width: 100%;
 background: #FFF;
}
.body_bg_img{
 position: fixed;
 z-index: -1;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
}
.body_bg_img{
 opacity: 0;
}
.body_bg_img img{
 min-width: 100%;
 min-height: 100%;
 vertical-align: middle;
 -ms-interpolation-mode: bicubic;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
}
.overlay_bg_div{
 position: absolute;
 height: 100%;
 width: 100%;
 top: 0;
 left: 0;
 z-index: 1;
}
 /* =============================================================================
  HEADER AND NAVIGATION STYLES
  ========================================================================== */
.header{
  position: relative;
  margin: 0 0 40px;
  box-shadow: 0 2px 2px -2px rgba(0,0,0,0.1);
  z-index: 1041;
}
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 50px;
  box-shadow: 0 2px 2px -2px rgba(0,0,0,0.1);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
     -o-transition: all 300ms linear;
      transition: all 300ms linear;
}
.header-sticky .logo_wrapper{
 max-height: 40px;
 top: 2px;
}
.header-sticky .logo_wrapper img{
 max-height: 40px;
}
.header-sticky #nav li > a{
 padding: 15px 3px;
}
.header-sticky .search_header_form{
 height: 49px;
}
.header-sticky .site-title,
.header-sticky .site-title a{
 font-size: 20px;
 line-height: 40px;
}
.header-main-3 span.site-title {
display: block;
}
.header-sticky #nav .sub-menu a{
 padding: 10px 15px;
}
.header-sticky .menu-item-has-children:after{
 margin: 19px 0 0 2px;
}
.header-sticky .nav-btn{
 top: 10px;
}
.header-sticky .site-desc{
 display: none;
}
.search_header_form input[type="text"]{
 background: transparent;
}
.admin-bar .header-sticky{
 top: 32px;
}
.header-is-sticky {
 -webkit-transform: translateY(0%);
 -moz-transform: translateY(0%);
 transform: translateY(0%);
}
.logo_wrapper{
  position: absolute;
  top: 23px;
  left: 0;
}
.site-title,
.site-title a{
  text-decoration: none;
  font-size: 40px;
}
h1.site-title{
 line-height: 1em;
 margin-bottom: 0;
 display: block;
}
.site-title{
 line-height: 1em;
 display: block;
}

.site-desc{
 margin-top: 5px;
}
.header-main-3 .site-desc{
 float: none;
}
#nav{
  float: right;
}
#nav ul{
  padding: 0;
  margin: 0;
  position: relative;
}
.header-main #nav ul{
 float: right;
}
#nav li{
 list-style: none;
 float: left;
 margin: 0 10px;
 position: relative;
}
#nav li a{
 display: block;
 float: left;
 text-decoration: none;
 padding: 40px 3px 38px 3px;
 line-height: 22px;
 font-size: 14px;
 box-shadow: none;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
  font-style: normal;
}
#nav li a:hover{
 cursor: pointer;
}
#nav > ul > li > a:hover,
#nav > ul > .current-menu-item {
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
#nav > ul > li:hover > a,
#nav a:hover{
  color: #e23a3e;
}
#nav .sub-menu{
 margin-left: 0;
 left: -10px;
 position: absolute;
 top: 100%;
 min-width: 200px;
 z-index:9999;
 padding: 0;
 margin-top: 0;
 max-height: 0;
 display: none;
 border: 0 solid rgba(0,0,0,0.25);
}
#nav li:hover > .sub-menu{
 max-height: 950px;
}
#nav .sub-menu li{
 float: left;
 width: 100%;
 margin: 0;
 border-bottom: 1px solid rgba(255,255,255,0.1);
}
#nav .sub-menu li:last-child{
 border-bottom: none;
}
#nav .sub-menu a {
 width: 100%;
 height: auto;
 float: left;
 text-align: left;
 line-height: 20px;
 padding: 10px 15px;
 font-size: 14px;
 max-width: none;
 text-decoration: none;
 min-height: 25px;
}
.header-sticky #nav .sub-menu{
 top: 51px;
}
#nav .sub-menu .sub-menu{
 position: absolute;
 right: -201px;
 left: auto;
 top: 0;
 display: none;
 width: 150px;
 max-height: 0;
}
#nav .sub-menu li:hover > .sub-menu{
 display: block;
 max-height: 950px;
}
.search_header{
 float: right;
 position: relative;
 z-index: 1200;
}
.search_header:hover{
 cursor: pointer;
}
.s_class{
  float: left;
}
.menu-item-has-children:after{
 content: "\f107";
 float: right;
 display: inline-block;
 border-top-color: #323232;
 font-size: 12px;
 line-height: 12px;
 font-family: 'FontAwesome';
}
.sidr ul li{
 position: relative;
}
.thr_menu_parent{
 content: "\f107";
 display: inline-block;
 border-top-color: #323232;
 font-size: 12px;
 line-height: 12px;
 font-family: 'FontAwesome';
 position: absolute;
 right: 0;
 top: 0;
 border-left: 1px solid rgba(255,255,255,0.1);
 border-radius: 0;
 padding: 18px 19px
}
.thr_menu_parent:hover{
 cursor: pointer;
}
.sidr-class-sub-menu .thr_menu_parent{
 padding: 14px 19px;
}
#nav .sub-menu > li.menu-item-has-children:after{
 margin-top: -26px;
 margin-left: auto;
 margin-right: 15px;
}
#nav .sub-menu .menu-item-has-children:after{
 content: "\f105";
}
.header-bottom-wrapper li.menu-item-has-children:after{
 margin: 25px 0 0 2px; 
}
.thr_stop_hover{
 pointer-events: none;
}
li.menu-item-has-children:hover:after{
 border-top-color: #e23a3e;
}
#nav li#search_header_wrap{
 position: initial;
}
.search_header_form{
 display: none;
 width: 100%;
 position: absolute;
 top: 0;
 z-index: 500;
 right: 0;
 height: 59px;
}
.search_header_form input[type="text"],
.search_header_form input[type="text"]:focus{
 position: absolute;
 width: 100%;
 height: 100%;
 right: 0;
 border: none;
}
.header-main .search_header_form{
 top: -1px;
 height: 100%;
}
.header-main .search_header_form input[type="text"]{
 height: 48px;
}
.header_ads_space{
 float: right;
 max-width: 728px;
 margin: 6px 0 0 0;
}
.header-main-3 .logo_wrapper{
 position: relative;
 text-align: center;
}
.header-main,
.header-bottom{
 float: left;
 width: 100%;
}
.header-bottom{
 height: 60px;
 border-top: 1px solid #e3e3e3; /* Fallback for IE */
 border-top:1px solid rgba(255,255,255,0.1); 
}
.header-bottom #nav > ul > li > a{
 padding: 19px 3px;
}
.header-bottom-wrapper #nav{
 float: left;
 width: 100%;
}
.header-bottom-wrapper #search_header_wrap{
 float: right;
 position: initial;
}
.header-bottom-wrapper #nav li:first-child{
 margin-left: 0;
}
.navigation_centered.header-bottom-wrapper #nav{
 float: none;
 display: inline-block;
 width: auto;
 margin: 0 auto;
}
.navigation_centered.header-bottom-wrapper{
 text-align: center;
}
.header-main #nav ul > li:last-child{
 margin-right: 0;
}
#nav li#search_header_wrap a:hover{
 box-shadow: none;
}
.header-bottom-3 .social_header_space{
 margin: 11px 0;
}
.header-top-1 .social_header_space li a{
 background-color: transparent;
 border-color: transparent;
 font-size: 14px;
 border-radius: 0;
 padding: 7px 0;
 height: 30px;
 margin: 0;
 line-height: 1em;
 width: 30px;
 float: left;
}
.header_bg_img{
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 height: 100%;
 width: 100%;
 z-index: -1;
 overflow: hidden;
}
.header_bg_img img{
 width: 100%;
}
#subheader_box{
 margin-bottom: 20px;
}
.error404 .entry-content .nav-menu{
 list-style: none;
 text-align: center;
}
.error404 .entry-content .nav-menu li{
 display: inline-block;
 vertical-align: top;
 list-style: none;
 margin: 0 5px;
}
.error404 .entry-content .nav-menu li a{
 padding: 8px 10px;
 color: #FFF;
 border-radius: 5px;
}
.error404 .entry-content .nav-menu li a:hover{
 opacity: 0.7;
 text-decoration: none;
}
.error404 .content_wrapper{
 clear: both;
}
 /* =============================================================================
  TYPOGRAPHY STYLES
  ========================================================================== */

h1,h2,h3,h4,h5,h6{
 margin: 0;
 color: #323232;
 font-style: normal;
}

h1 { font-size: 55px; line-height: 65px; margin-bottom: 7px; }

h2 { font-size: 45px; line-height: 52px; margin-bottom: 10px;}

h3 { font-size: 36px; line-height: 46px; margin-bottom: 7px; -webkit-font-smoothing: antialiased; }

h4 { font-size: 30px; line-height: 40px; margin-bottom: 7px; }

h5 { font-size: 25px; line-height: 35px; margin-bottom: 7px; }

h6 { font-size: 20px; line-height: 30px; margin-bottom: 7px; }

.uppercase {
 -webkit-font-smoothing: antialiased;
 text-transform: uppercase;
}
p{
 margin: 0 0 25px 0;
 color: inherit;
}
.entry-title a{
 -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
     transition: all .2s linear;
 margin-bottom: 15px;
}
.entry-title a:hover{
 color: #e23a3e;
}
/* =============================================================================
 ENTRY META STYLES
 ========================================================================== */
.entry-image img{
 float: left;
}
.entry-image{
 margin-bottom: 26px;
}
.entry-title{
 margin-bottom: 7px;
}
.entry-meta{
 margin-bottom: 20px;
 font-size: 14px;
}
.entry-meta,
.entry-footer,
.entry-image,
.entry-header{
 width: 100%;
 float: left;
}
.meta-item{
 display: inline-block;
 vertical-align: top;
 color: #A0A0A0;
 margin-right: 15px;
}
.meta-item i{
  margin-top: 4px;
  margin-right: 5px;
  color: #e23a3e;
}
.meta-item a{
 text-decoration: none;
 color: #A0A0A0;
 position: relative;
}
.layout_c .entry-footer .meta-item{
 margin-right: 0;
}
.meta-item-share{
 float: right;
 margin-right: 0;
}
.layout_b .meta-item.categories,
.layout_c .meta-item.categories{
 display: inline;
}

.post,
.posts_wrapper .page{
 padding: 0 0 40px;
 margin: 0 0 25px;
 float: left;
 width: 100%;
}
.more-link{display: none;}
.meta-item .read_more_button,
.thr_button, 
input[type="submit"],
button[type="submit"],
body div.wpforms-container-full .wpforms-form input[type=submit], 
body div.wpforms-container-full .wpforms-form button[type=submit], 
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
 padding: 4px 14px;
 float: left;
 background: #e23a3e;
 color: #FFF;
 border-radius: 5px;
 font-size: 14px;
 line-height: 24px;
}
input[type="submit"],
body div.wpforms-container-full .wpforms-form input[type=submit], 
body div.wpforms-container-full .wpforms-form button[type=submit], 
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
 border: none;
 font-size: 16px;
}
.main_content_wrapper .read_more_button i,
.main_content_wrapper .thr_button i{
 margin-right: 6px;
 color: inherit;
 margin-top: 5px;
 float: left;
 color: #FFF;
}
.meta-item .read_more_button:hover,
.thr_button:hover{
 color: #FFF;
 text-decoration: none;
}
.read_more_button:hover,
.thr_button:hover,
input[type="submit"]:hover,
body div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
body div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
 opacity: 0.8;
 border:none;
}
.read_more_button:hover span,
.thr_button:hover span{
 opacity: 1;
}
.meta-item.meta-small .read_more_button{
 background: transparent;
 color: #323232;
 padding: 0; 
}
.meta-item.meta-small .read_more_button i{
 color: #e23a3e;
}
.meta-item.meta-small .read_more_button:hover{
 box-shadow: none;
 color: #e23a3e;
}

.thr_share_button{
 padding: 4px 8px 2px;
 border-left: 1px solid transparent;
 float: right;
 font-size: 14px;
}

/* =============================================================================
 FEATURED AREA STYLES
 ========================================================================== */

.featured_item_big{
 float: left;
 width: 730px;
 height: 430px;
 background: #eee;
}
.featured_item_small{
 float: left;
 width: 300px;
}
.featured_element{
 float: left;
 position: relative;
 overflow: hidden;
}
.featured_title_wrapper{
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px;
  background: #e23a3e;
  position: relative;
}
.featured_excerpt{
 opacity: 0;
 padding: 5px 20px 0 0;
 position: absolute;
 -webkit-transition: opacity .3s;
 -moz-transition: opacity .3s;
 transition: opacity .3s;
 -o-transition: opacity .3s;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.featured_excerpt p{
 font-size: 14px;
 line-height: 22px;
 color: #FFF;
 margin: 0 0 5px;
}

.f_title_bg,
.single .featured_title_over:after,
.thr_posts_widget .featured_title_over:after{
 height: 50%;
 width: 100%;
 bottom: 0;
 left: 0;
 z-index: 0;
 position: absolute;
 content: '';
 pointer-events: none;
 background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
 background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
 background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
 background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.featured_4 .f_title_bg{
  height: 60%;
}
.featured_3 .f_title_bg{
  height: 50%;
}
.featured_2 .f_title_bg{
  height: 50%;
}
.single .featured_title_over:after,
.thr_posts_widget .featured_title_over:after{
 height: 100%;
}
.f_overlay{
 opacity: 0;
 background:rgba(0,0,0,0.5);
 position: absolute;
 height: 100%;
 width: 100%;
 z-index: 999;
 top: 0;
 left: 0;
 -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
.featured_element:hover .f_overlay{
 opacity: 1;
}
.f_read_more{
 font-size: 12px;
 background-color: #e23a3e;
 color: #FFF;
 line-height: 20px;
 border-radius: 3px;
 padding: 4px 10px 4px 7px;
}
.f_read_more:hover{
 opacity: 0.9;
}
.featured_4 .featured_item{
 width: 100%;
 height: 267px;
}
.featured_4 .featured_element{
 width: 24.91%;
 margin: 0 0 1px 1px;
}
.featured_4 .featured_title_wrapper{
 height: 100px;
}
.featured_3 .featured_item{
 width: 100%;
 height: 267px;
 overflow: hidden;
}
.featured_3 .featured_element{
 width: 33.25%;
 margin: 0 0 1px 1px;
}
.featured_3 .featured_title_wrapper{
 height: 100px;
}
.featured_2 .featured_item{
 width: 100%;
 height: 267px;
 overflow: hidden;
}
.featured_2 .featured_element{
 width: 49.95%;
 margin: 0 0 1px 1px;
}
.featured_2 .featured_title_wrapper{
 height: 100px;
}
.featured_4 .featured_item img{
 height: 267px;
}
.featured_2 .featured_element:first-child,
.featured_3 .featured_element:first-child,
.featured_4 .featured_element:first-child{
 margin-left: 0;
}
.featured_title_over h2,
.featured_title_wrapper h2{
 font-size: 24px;
 line-height: 1.325em;
 color: #FFF;
 text-shadow: rgba(0,0,0,.6) 0 0 5px;
 z-index: 1001;
 position: relative;
 margin-bottom: 0;
}
.featured_title_over{
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 padding: 20px 20px 20px 20px;
 z-index: 1001;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
.featured_title_under h2 a,
.featured_title_over h2 a{
 color: #FFF;
}
.featured_title_over .meta-item,
.featured_title_over .meta-item i,
.featured_title_over .meta-item a{
 color: #FFF;
 font-size: 14px;
 text-shadow: rgba(0,0,0,.6) 0 0 5px;
}

.featured_shadow.featured_title_over:after{
 bottom: 0;
}
.featured_date_wrapper{
 font-size: 14px;
 color: #FFF;
 z-index: 9999;
 position: relative;
}
.featured_date_wrapper i{
 margin:0 5px 0 0;
}
.featured_title_over .featured_date_wrapper{
 text-shadow: rgba(0,0,0,.6) 0 0 5px; 
}
#featured_wrapper{
 opacity: 0;
}
.featured_wrapper,
#archive_title{
 margin-bottom: 40px;
}
#archive_title p:last-child{
 margin-bottom: 0;
}
#archive_title p{
 font-size: 16px;
 color: #444;
}
#archive_title .content_wrapper{
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1);
 padding-bottom: 10px;
 position: relative;
}
.arch_line{
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 0;
 padding: 0 20px 0 0;
 height: 2px;
 background: #e23a3e;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 -ms-box-sizing: content-box;
 box-sizing: content-box;
}
.featured_item_overlay {
 display: block;
 position: absolute;
 z-index: 1000;
 background: rgba(0, 0, 0, 0.2);
 overflow: hidden;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
#archive_title h1{
 font-size: 24px;
 line-height: 34px;
 margin: 0;
 display: inline-block;
}
.featured_item_expand {
 display: block;
 position: absolute;
 z-index: 100;
 width: 60px;
 height: 60px;
 border: 2px solid #fff;
 text-align: center;
 color: #fff;
 line-height: 55px;
 font-weight: 100;
 font-size: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 -ms-border-radius: 30px;
 -o-border-radius: 30px;
 border-radius: 30px;
}
.featured_icon{
 position: absolute;
 right: 20px;
 top: 17px;
 z-index: 1000;
 color: #FFF;
 font-size: 16px;
 border: 2px solid #FFF;
 border-radius: 50%;
 padding: 10px;
 line-height: 1em;
 background: rgba(0, 0, 0, 0.5);
}
.layout_d .featured_icon{
 right: 50%;
 margin: -20px -20px 0 0;
 top: 50%;
}
.featured_image{
 position: relative;
 width: 100%;
 float: left;
}
.featured_image a{
 float: left;
 position: relative;
 max-width: 100%;
}
.featured_item_overlay{
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 opacity: 0; 
 position: absolute;
 background: rgba(0, 0, 0, 0.2);
 height: 100%;
 width: 100%;
 filter: Alpha(Opacity=0);
 opacity: 0;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
.featured_image:hover .featured_item_overlay,
.featured_image_sidebar:hover .featured_item_overlay,
.prev_next_link:hover .featured_item_overlay{
 opacity: 1;
}
.effect .featured_item_overlay {
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 opacity: 0;
}
.effect .featured_item_overlay .featured_item_expand {
 position: absolute;
 top: 0;
 left: 0;
 color: #FFF;
 background: #000;
 background: rgba(0, 0, 0, 0.4);
 height: 100%;
 width: 100%;
 filter: Alpha(Opacity=0);
 opacity: 0;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
.effect.featured_element.hover .featured_item_overlay {
 opacity: 1;
}
.effect.featured_element.hover .featured_item_overlay .featured_item_expand {
 top: 50%;
 margin-top: -30px;
 opacity: 1;
}
/* =============================================================================
 WIDGET STYLES
 ========================================================================== */

.widget{
 padding-bottom: 20px;
 font-size: 14px;
 line-height: 24px;
}
.thr_widget_wrapped #sidebar .widget{
  margin-bottom: 40px;
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
  padding: 15px 20px;
}
.thr_sidebar_wrapped #sidebar,
.thr_sidebar_wrapped .affix {
 box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
#sidebar .widget-title{
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1);
 padding: 0; 
 position: relative;
 margin: 0 0 15px;
 font-size: 20px;
 line-height: 28px;
 min-height: 41px;
 display: block;
 float: left;
 width: 100%;
}
.thr_widget_wrapped #sidebar .widget-title{
 margin: 0 0 15px 0;
}
#sidebar .widget-title span{
 border-bottom: 2px solid #e23a3e;
 padding: 0 20px 10px 0;
 position: relative;
 top: 1px;
 max-width: 80%;
 display: inline-block;
}
.thr_sidebar_wrapped #sidebar{
 margin: 0 0 40px 40px;
 padding: 0 20px 0;
}
.thr_sidebar_wrapped #sidebar.left{
  margin: 0 40px 40px 0;
}
.widget ul{
 padding: 0;
 list-style: none;
 margin-bottom: 0;
}
.widget p{
 margin-bottom: 15px;
}
.widget li{
 line-height: 1.6em;
 padding: 0 0 3px;
 margin: 0 0 3px;
}
.widget li:last-child{
 padding-bottom: 0;
 margin-bottom: 0;
}
.widget .textwidget p:last-child{
 margin-bottom: 0;
}
.thr_sidebar_wrapped #sidebar.left{
  margin: 0 40px 40px 0;
}

/*TAGS*/
.tagcloud a{
 font-size: 18px;
}
.tagcloud a:before{
 content: "#";
}

.widget_media_gallery .gallery-item {
    margin: 0 !important;
}
/* =============================================================================
 PAGINATION STYLES
 ========================================================================== */

#thr_pagination{
 text-align: center;
 position: relative;
}
.pagination-wapper{
 float: left;
 width: 100%;
 margin: 0;
 padding: 30px 0 0;
 border-top: 1px solid #e3e3e3; /* Fallback for IE */
 border-top: 1px solid rgba(0,0,0,0.1);
}
.pagination-wapper{
 margin-bottom: 30px;
}
.thr_content_wrapped .thr_boxed .pagination-wapper,
.thr_content_wrapped .pagination-wapper{
 margin-bottom: 0;
}

.page-numbers,
.post_previous a,
.post_next a,
.load_more_posts a{
 padding: 4px 14px;
 display: inline-block;
 vertical-align: top;
 box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
 line-height: 23px;
 border-radius: 5px;
 font-size: 14px;
 -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
     transition: all .2s linear;
 -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
     transform: translateZ(0);
}
.load_more_posts a{
 display: block;
}
.current,
.page-numbers:hover,
#pagination .post_previous a:hover,
#pagination .post_next a:hover,
.load_more_posts a:hover{
 background: #e23a3e;
 color: #FFF;
 box-shadow: inset 0 0 0 1px #e23a3e;
 -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
     transform: translateZ(0);
}
.load_more_posts{
 margin: 0 auto;
 text-align: center;
}
#pagination .prev,
#pagination .post_previous a{
 float: left;
}
#pagination .prev{
 position: absolute;
 left: 0;
}
#pagination .next,
#pagination .post_next a{
 float: right;
}
#pagination .next{
 position: absolute;
 right: 0;
}
#pagination .prev,
#pagination .next,
#pagination .post_next a,
#pagination .post_previous a{
 position: relative;
}
#pagination .prev:before,
#pagination .post_previous a:before{
 content: "\e07a";
 font-family: 'Simple-Line-Icons';
 margin: 1px 5px 0 0;
 float: left;
}
#pagination .next:after,
#pagination .post_next a:after{
 content: "\e079"; 
 font-family: 'Simple-Line-Icons';
 margin: 1px 0 0 5px;
 float: right;
}
.load_more_posts a i{
 display: inline-block;
 margin: 5px 6px 0 0;
}
.single_prev_next a{
 position: relative;
}
.prev_next_link .meta-item{
 display: block;
 position: relative;
 z-index: 9999;
}
.prev_next_link .meta-item i{
 margin: 5px 5px 0 0;
}
.single_post_next .prev_next_link .meta-item{
 margin: 0;
}
.single_post_next .prev_next_link .meta-item i{
 margin: 5px 0 0 5px;
}
.single_post_next.single_prev_next .prev_next_link a{
 float: right;
}

/* loader style */
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.thr-loader {
  background: none;
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  display: none;
}
.thr-loader > div {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -ms-animation: uil-ring-anim 0.5s linear infinite;
  -moz-animation: uil-ring-anim 0.5s linear infinite;
  -webkit-animation: uil-ring-anim 0.5s linear infinite;
  -o-animation: uil-ring-anim 0.5s linear infinite;
  animation: uil-ring-anim 0.5s linear infinite;
}

.thr-load-more {
  text-align: center;
}
.thr-load-more a {
  padding: 4px 14px;
  display: inline-block;
  vertical-align: top;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  line-height: 23px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.thr-load-more a:hover  {
  color: #FFF;
}

.thr-infinite-scroll {
  text-align: center;
}

.thr-infinite-scroll .thr-hide-btn {
  visibility: hidden;
}


/* =============================================================================
 FOOTER STYLES
 ========================================================================== */
.footer_wrapper {
 background: #333;
 padding: 0;
}
.footer_wrapper .widget{
 padding: 40px 0 40px;
}
.footer_wrapper .widget-title{
 color: #FFF;
 font-size: 20px;
 line-height: 28px;
 margin-bottom: 25px;
}
.footer_wrapper .footer-col{
  float: left;
}
.footer_wrapper .one-third {
  width: 29.33%;
  margin-left: 6%;
}
.footer_wrapper .one-quarter {
  width: 22.5%;
  margin-left: 3.3%;
}
.footer_wrapper .one-half {
  width: 47%;
  margin-left: 6%;
}
.footer_wrapper .footer-col:first-child {
  margin-left: 0;
}
.footer_wrapper .widget{
  margin-bottom: 0;
}
.footer_wrapper ul{
 margin-bottom: 0;
}
.footer_wrapper .mks_themeforest_widget ul{
 text-align: left;
}
.footer_wrapper .featured_image_sidebar{
 width: auto;
 min-width: 65%;
}
.copy_area{
  background: rgba(0,0,0,0.3);
  padding: 10px 0;
  font-size: 14px;
}
.copy_area p{
 color: #FFF;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 0
}
#thr_footer_menu{
  float: right;
  list-style: none;
  margin:5px 0 0 0;
  padding: 0;
}
#thr_footer_menu li{
  float: left;
  line-height: 1.2em;
  font-size: 14px;
  margin: 0 5px;
}
#thr_footer_menu li a{
  font-size: 14px;
  line-height: 1.2em;
}
.footer_wrapper a:hover{
 text-decoration: underline;
}
.copy_area .left{
 float: left;
}
.copy_area #thr_footer_menu{
 float: right;
}
.copy_area #thr_footer_menu li{
 float: left;
 list-style: none;
}
#thr_footer_menu .menu-item-has-children:after{
 display: none;
}
.copy_area #thr_footer_menu li a{
 font-size: 14px;
}
#footer.footer_wrapper .mks_author_widget img{
 margin: 0 20px 0 0;
}
/* =============================================================================
  WIDGET STYLES
  ========================================================================== */
 
#sidebar .widget {
 clear: both;
 float: left;
 width: 100%;
 padding-top: 15px;
}
.thr_video_widget p{
 margin-bottom: 0;
}

#sidebar .thr_sticky .widget:last-child{
 margin-bottom: 0;
}
.thr_sidebar_wrapped #sidebar .thr_sticky.thr_sticky_abs .widget:last-child{
 padding-bottom: 0
}
.widget_recent_entries ul span{
 display: block;
}

/* ==|== archives widget ==================================================== */

.widget_archive select{
 width: 100%;
 padding: 10px;
 border: 1px solid #e3e3e3; /* Fallback for IE */
 border: 1px solid rgba(0,0,0,0.1);
 font-size: 16px;
}
.thr_widget_wrapped .widget_archive select,
.thr_widget_wrapped .widget_categories select{
 width: 260px;
}
 
/* ==|== tag-cloud widget =================================================== */

.widget_tag_cloud a {
 margin: 0 5px 6px 0;
 float: left;
 padding: 0;
}
/* ==|== calendar widget =================================================== */

#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody td {
  border: 1px solid #e3e3e3; /* Fallback for IE */
  border: 1px solid rgba(0,0,0,0.1);
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td a {
  font-weight: normal;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  text-transform: uppercase;
  padding: 0px 10px 0;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget_pages ul.children{
  padding: 0 20px 0 20px;
}
.widget_search input,
.jetpack_subscription_widget #subscribe-field{
  font-size: 1em;
  border: 1px solid #e3e3e3; /* Fallback for IE */
  border: 1px solid rgba(0,0,0,0.1)
}
.widget select{
  margin: 0;
  padding: 5px;
}
.count{
 color: #FFF;
 font-size: 12px;
 height: 26px;
 line-height: 20px;
 margin: 0;
 padding: 2px 5px;
 text-align: center;
 background: rgba(0,0,0,0.3);
 display: inline-block;
 float: right;
 min-width: 26px;
}
 
/* ==|== category widget ==================================================== */

.widget_categories ul li,
.widget_archive ul li {
 line-height: 24px;
 padding: 0 0 10px 0;
 margin: 0 0 10px;
 float: left;
 width: 100%;
 border-bottom: 1px solid rgba(0,0,0,0.1);
} 
.widget_categories ul li:last-child,
.widget_archive ul li:last-child{
 border-bottom: none;
}
.widget_categories ul li a,
.widget_archive ul li a{
 float: left;
 text-overflow: ellipsis;
 white-space: nowrap;
 word-wrap: normal;
 overflow: hidden;
 width: 100%;
 line-height: 25px;
}

.widget_categories select{
 width: 100%;
 padding: 10px;
 border: 1px solid #e3e3e3; /* Fallback for IE */
 border: 1px solid rgba(0,0,0,0.1);
 font-size: 16px;
} 
/* ==|== recent-commments widget ============================================ */

#recentcomments li{
 float: left;
 width: 100%;
 margin-bottom: 10px;
}
#recentcomments li:last-child{
 margin-bottom: 0;
}
.recentcomments:before{
 content: "\e07d";
 font-family: "Simple-Line-Icons";
 margin: 0 5px 0 0;
 float: left;
}
/* ==|== search widget ====================================================== */

.widget_search{
 position: relative;
}
.thr_widget_wrapped .widget_search .search_form{
 padding: 0;
}
.footer_wrapper .widget_search .search_form{
 padding: 0;
}
.thr_widget_wrapped .widget_search .search_form i{
 right: 15px;
}
.search_form{
 position: relative;
}
.search_form i{
 position: absolute;
 z-index: 100;
 right: 15px;
 top: 15px;
}
/* ==|== text widget ======================================================== */

.widget_nav_menu ul.sub-menu{
 padding: 0 0 0 20px;
}

/* ==|== meks widgets =================================================== */

.featured_image_sidebar{
 position: relative;
 float: left;
 width: 100%;
}
.featured_image_sidebar img{
 float: left;
}
.featured_posts_link{
 font-size: 24px;
 line-height: 1.325em;
 color: #FFF;
 text-shadow: rgba(0,0,0,.6) 0 0 5px;
 position: relative;
 z-index: 1001;
}
.widget .featured_posts_link{
 font-size: 22px;
}
.thr_posts_widget li{
 float: left;
 width: 100%;
 margin: 0 0 1px;
 padding:0;
}
#sidebar .mks_ads_widget .small li, 
#sidebar .mks_adswidget_ul.small li{
 margin: 0 10px 10px;
}
.mks_adswidget_ul li:last-child,
.mks_adswidget_ul{
 margin-bottom: 0;
}

.mks_author_widget h3{
 font-size: 18px;
 line-height: 26px;
 margin-bottom: 5px;
}
.thr_widget_wrapped .mks_author_widget img{
 margin: 0 20px 0 0;
}
.mks_author_widget p{
 margin-bottom: 0;
}
.mks_author_link{
 margin: 10px 0 0;
 float: left;
}
.thr_widget_wrapped .mks_author_link{
 margin: 10px 0 0 0;
}
.mks_read_more a{
 float: left;
}
.mks_read_more,
 .thr_widget_wrapped #sidebar .widget .mks_read_more{
 margin-top: 10px;
 display: block;
 width: 100%;
 float: left;
 margin-bottom: 0 !important;
}
.mks_themeforest_widget ul li{
 float: left;
}
.mks_themeforest_widget p{
 margin-bottom: 15px;
}
.thr_sidebar_wrapped .widget ul{
 margin-bottom: 0;
}
.mks_flickr_widget ul.flickr li, 
.mks_flickr_widget ul.flickr li{
 margin: 0 1px 1px 0 !important;
 padding: 0 !important;
 }
 ul.flickr img{
 float: left;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
 }
 .mks_flickr_widget ul{
 float: left;
 width: 100%;
 }
 .widget_yarpp_widget ol{
 padding: 0 0 0 20px;
 }

 .thr_widget_wrapped #sidebar .mks_ads_widget .small li,
 .thr_widget_wrapped #sidebar .mks_adswidget_ul.small li,
 .thr_sidebar_wrapped #sidebar .mks_ads_widget .small li,
 .thr_sidebar_wrapped #sidebar .mks_adswidget_ul.small li{
 margin: 0 2px 2px 0;
 }
.thr_posts_widget .entry-meta{
 margin-bottom: 0;
 position: relative;
 z-index: 100;
}
#sidebar .thr_posts_widget.widget a{
 color: #FFF;
}
#sidebar .thr_posts_widget.widget a:hover{
 text-decoration: none;
}

/* =============================================================================
 COMMENT STYLES
 ========================================================================== */
.comment-form,
.comments_main{
 float: left;
 width: 100%;
 clear: both;
}
#respond {
 background-color: transparent;
 box-shadow: none;
 padding: 0 0 20px;
 float: left;
 width: 100%;
} 
#respond > p, #respond p.comment-notes, p.logged-in-as,
.comment-form p {
 margin-bottom: 25px;
}
.comment-form p.form-submit{
 margin-bottom: 0;
}
.comment-form .comment-form-comment{
 margin-bottom: 25px;
 float: left;
 width: 100%;
}
.comment-list li.comment > article, .comment-list li.pingback > div,
.pingback{
 margin: 0;
 padding: 0 0 15px;
 position: relative;
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1);
 float: left;
 width: 100%;
}
p.logged-in-as {
 padding-bottom: 0; 
}
.comment-list {
 margin: 0 0 40px;
 padding: 0;
 float: left;
 width: 100%;
}
.comment-list li {
 list-style: none;
 width: 100%;
 float: left;
}
.comment-list > li.comment{
 float: left;
 width: 100%;
 margin-bottom: 20px;
}
.comment-list li.comment > div, .comment-list li.pingback > div {
 background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  position: relative;
  padding-left: 116px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.comment-list .children {
 padding-left: 30px;
 padding-top: 20px;
 float: left;
 width: 100%;
 margin: 0;
}
.comment-list .children li{
 margin-bottom: 20px;
}
.comment-list .children li:last-child{
 margin-bottom: 0;
}
.fn{
 font-weight: normal;
}
.meta-item .fn{
 font-weight: 300;
}
.comment-list img.avatar{
 float: left;
 width: 60px;
 height: 60px;
 margin: 0 20px 0 0;
 position: absolute;
 top: 0;
 left: 0;

}
.comment-list .reply a {
 color: #A0A0A0;
 cursor: pointer;
 padding: 0;
 font-size: 14px;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
.comment-list .reply a:before{
 font-family: "Simple-Line-Icons";
 content: "\e050";
 color: #e23a3e;
 margin: 0 5px 0 0;
}
.comment-list .reply a:hover{
 text-decoration: none;
}
.comment-list .comment-edit-link{
 text-transform: uppercase;
 font-size: 11px;
 padding: 1px 7px;
}
.comment-list .comment-author {
 color: inherit;
 margin-bottom: 5px;
}
.comment-metadata {
 font-size: 14px;
 line-height: 1.325em;
}
.comment-metadata time{
 color: #A0A0A0;
}
.comment-metadata time:before{
 font-family: 'Simple-Line-Icons';
 content: "\e081";
 color: #e23a3e;
 margin: 0 5px 0 0;
 float: left;
}
.comment-body .comment-meta{
 margin: 5px 0 0 80px;
 height: 55px;
}

.comment-list .comment-edit-link:hover{
 text-decoration: underline;
}
.comment-list .comment-content {
 padding-bottom: 0;
 margin-top: 10px;
}
.comment-content a:hover{
 text-decoration: underline;
}
.comment-content p{
 margin-bottom: 15px;
}
.comment-list .comment-content p:last-child{
 margin-bottom: 0;
}

#respond h3 .cancel-comment-reply, #respond #cancel-comment-reply-link {
 display: inline-block; 
 margin-left: 10px;
 padding-left: 10px;
 position: relative;
 border-left: 1px solid #dddddd;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
 width: 100%;
 float: left;
 margin: 0 0 2px 0;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
select,
#comment,
textarea{
 line-height: normal;
 width: 100%;
 background: rgba(255,255,255,0.4);
 border: 1px solid #e3e3e3; /* Fallback for IE */
 border: 1px solid rgba(0,0,0,0.1);
 height: 42px;
 padding: 0 10px;

}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
select:focus,
#comment:focus,
textarea:focus{
 border: 1px solid #e3e3e3; /* Fallback for IE */
 border: 1px solid rgba(0,0,0,0.2);
 outline: none;
 box-shadow: none; 
}
textarea{
 height: 150px;
 padding: 10px;
}
input[type="range"]{
 width: 100%;
}
#comment{
 padding: 10px;
 height: 150px;
 resize: vertical;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
 float: left;
 width: 33.33%;
 padding: 0 15px 0 0;
}
.comment-form-url{
 padding: 0;
}
.required{
 color: #e23a3e;
}
.form-allowed-tags{
 font-size: 90%;
 line-height: 1.4em;
 color: #444;
}
.button_respond{
 float: right;
 color: #323232;
 font-size: 16px;
}
.main_content_wrapper .button_respond{
 margin: 5px 0 0 0;
}
.button_respond i{
 color: #e23a3e;
 margin: 1px 5px 0 0;
}
.button_respond:hover{
 color: #e23a3e;
}
.comment-list > li.comment:last-child ul.children{
 padding-bottom: 0px;
}
.comment-reply-title{
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1);
 padding: 5px 0 10px 0;
 position: relative;
 margin: 0 0 15px;
 font-size: 24px;
 line-height: 34px;
}
.comment-reply-title:after {
 content: "";
 position: absolute;
 bottom: -1px;
 left: 0;
 width: 10%;
 height: 2px;
 background: #e23a3e;
}
.comment-reply-title:after{width: 20%;}
.comment-reply-title .comment-reply-title:after{
 width: 130px;
}
.thr_boxed .comment-list li.comment > article, 
.thr_boxed .comment-list li.pingback > div,
.thr_content_wrapped .comment-list li.comment > article, 
.thr_content_wrapped .comment-list li.pingback > div{
 padding: 0 0 10px;
}
.thr_boxed .comment-list img.avatar,
.thr_content_wrapped .comment-list img.avatar{
 top: 0;
 left: 0;
}
.thr_content_wrapped .comment-list .children{
 background-position: left 75px;
}
.comment #respond{
 padding: 0 0 20px;
 margin: 20px 0 0;
}
.comment-list li.bypostauthor > .comment-body:after,
.comment-list li.comment-author-admin > .comment-body:after {
 background: rgba(0,0,0,0.2);
 display: block;
 position: absolute;
 content: "\e005";
 color: #fff;
 line-height: 20px;
 width: 27px;
 font-style: normal;
 font-family: "Simple-Line-Icons";
 text-align: center;
}
.comment-list li.comment-author-admin > .comment-body:after {
  content: "\e005"; 
}
.comment-list li.bypostauthor > .comment-body:after,
.comment-list li.comment-author-admin > .comment-body:after {
  top: 0;
  right: 0;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
}
.comment-list li li.bypostauthor > .comment-body:after,
.comment-list li li.comment-author-admin > .comment-body:after {
  top: 0;
  right: 0;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 15px;
}
#submit{
 background: #e23a3e;
 padding: 4px 14px;
 border: none;
 color: #FFF;
 position: relative;
 font-size: 16px;
 line-height: 26px;
 border-radius: 5px;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
#submit:hover{
 opacity: 0.8;
}
.comment-awaiting-moderation{
 position: absolute;
 right: 0;
 top: 5px;
 font-size: 80%;
}
.comment-list .reply{
 margin-top: 10px;
}
.comment-subscription-form{
 clear: both;
 margin-top: 10px;
 float: left;
 width: 100%;
 display: block;
 margin-bottom: 0 !important; 
}
.pingback .comment-body .comment-meta{margin: 0;}
.pingback .comment-metadata{
 margin-bottom: 10px;
 float: left;
 width: 100%;
}
.pingback{margin-bottom: 20px;}

#wp-comment-cookies-consent {
  margin-right: 7px;
}

/*--------------------------------------------------
 CONTACT FORM 7 STYLES
---------------------------------------------------*/
.wpcf7-submit:hover{ cursor:pointer}
.wpcf7-form-control-wrap {width: 100%;}

div.wpcf7-response-output{ margin:15px 0 15px; padding:15px; border:none;}

div.wpcf7-validation-errors,
.error{ background:#e74c3c; color:#FFF}
div.wpcf7-mail-sent-ok, .success{ background:#27ae60; color:#FFF}
.success,
.error{ 
  padding: 10px;
  display: block;
  margin: 10px 0;
  border-radius: 6px;
  float: left;
  width: 100%;
}
span.wpcf7-not-valid-tip{ display:none; border:none; padding:5px 10px; background:#f1c40f; color:white; top:0; left:auto; right:0}
textarea.wpcf7-not-valid, 
input[type="url"].wpcf7-not-valid, 
input[type="tel"].wpcf7-not-valid, 
input[type="text"].wpcf7-not-valid, 
input[type="email"].wpcf7-not-valid, 
input[type="number"].wpcf7-not-valid, 
input[type="password"].wpcf7-not-valid{ border-color:#f1c40f}

span.wpcf7-list-item{margin-left:15px}
span.wpcf7-list-item:first-child{margin-left:0}

/*NO SIDEBAR*/
.no_sidebar .main_content_wrapper{
 width: 100%;
}

/*--------------------------------------------------
 CONTENT LAYOUT STYLES
---------------------------------------------------*/
.layout_a.post,
.layout_a.page{
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1);
}
.layout_a.post:last-child,
.layout_a.page:last-child{
 margin: 0;
 border-bottom: none;
}
.layout_a.entry-content{
 clear: both;
}
/*LAYOUT B*/
.layout_d .entry-image{
 width: auto;
 margin: 0 20px 0 0;
 height: 100px;
 width: 100px;
}
.layout_b .entry-image,
.layout_e .entry-image{
 width: auto;
 margin: 0 30px 0 0; 
}
.layout_b .entry-image{
 width: 267px;
 height: 267px;
}
.layout_b .entry-content p{
 margin-bottom: 10px;
}
.layout_b.post,
.layout_b.page{
 padding: 0 0 5px;
}
.layout_b .entry-meta{
 margin-bottom: 4px;
}
.layout_b .entry-content{
 margin: 0 0 0 297px;
}
/*LAYOUT C*/
.layout_c .entry-content p,
.layout_c .entry-image{
 margin-bottom: 15px;
}
.layout_c.post,
.layout_c.page{
 padding: 0 0 10px;
}
.layout_c .entry-meta{
 margin-bottom: 8px;
}
/*LAYOUT D*/
.layout_d .entry-meta{
 margin-bottom: 0;
 font-size: 14px;
}
.layout_b .entry-title,
.layout_c .entry-title,
.single .layout_b .entry-title,
.single .layout_c .entry-title{
 font-size: 32px;
 line-height: 40px;
}
.layout_b .entry-meta,
.layout_d .entry-meta {
 width: auto;
 float: none;
 display: block;
}
.layout_d.post,
.layout_d.page{
 width: 48%;
 padding: 0 0 5px;
}
.thr_content_wrapped .layout_c.post,
.thr_content_wrapped .layout_d.post,
.thr_content_wrapped .layout_c.page,
.thr_content_wrapped .layout_d.page{
 width: 47%;
}
.layout_c.post,
.layout_d.post,
.layout_c.page,
.layout_d.page{
  width: 47.2%;
}
.no_sidebar .layout_c.post,
.no_sidebar .layout_d .post,
.no_sidebar .layout_c.page,
.no_sidebar .layout_d .page{
 width: 48%;
}
.layout_d .entry-title,
.single .posts_wrapper .layout_d .entry-title,
.layout_d .entry-title,
.related-box .posts_wrapper .layout_d .entry-title a{
 font-size: 22px;
 line-height: 30px;
}

.layout_d .post,
.layout_d .page{
 padding: 0;
 border-bottom: none;
 margin-bottom: 20px;
}
.posts_wrapper .layout_c:nth-child(2n), .posts_wrapper .layout_d:nth-child(2n){
 margin-left: 40px;
}

/*--------------------------------------------------
 ADDITIONAL CSS STYLES
---------------------------------------------------*/
img#wpstats {
  display: none;
}
.header_ads_space img{vertical-align: top;}
#disqus_thread{
 width: 100%;
 padding: 1.250em 1.250em 1.250em 0;
 float: left;
 clear: both;
}
.page-progress {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 9999;
}
.page-progress span {
 display: block;
 background: #e23a3e;
 height: 2px;
 width: 0;
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -ms-transition: all 0.2s;
 -o-transition: all 0.2s;
 transition: all 0.2s;
}
.entry-content .yarpp-related h3{
 font-weight: 100 !important;
 font-size: 24px!important;
 line-height: 34px!important;
}
.entry-content .yarpp-thumbnail > img, .entry-content .yarpp-thumbnail-default{
 margin: 0;
}
.entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail{
 border: none;
}
.entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
 font-size: 16px !important;
 line-height: 22px;
 font-weight: 100 !important;
 margin: 10px 0 0 0;
 max-height: 45px;
}
.entry-content .yarpp-related a{
 font-size: 16px !important;
 line-height: 22px; 
 font-weight: 100 !important; 
}
.yarpp-related-none{
 display: none;
}
.yarpp-related ol{
 padding: 0 0 0 20px;
 margin: 10px 0 40px;
}
.mejs-container{
 margin: 0 0 26px;
 border-radius: 5px;
}
.entry-content .mejs-container, .entry-content .mejs-embed, .entry-content .mejs-embed body{
 background: transparent;
 max-width: 100% !important;
}
.twitter-tweet{width: 100% !important;}
#back-top {
 position: fixed;
 right: 20px;
 bottom: 0;
 z-index: 1041;
 width: 40px;
 height: 40px;
 background: transparent;
 text-indent: 0;
 -webkit-transition-duration: 0s;
 -moz-transition-duration: 0s;
 -o-transition-duration: 0s;
 color: #e8e8e8;
 background: #323232;
 font-size: 32px;
 padding: 4px 0 0 0;
 text-align: center;
 border-radius: 5px 5px 0 0;
}
#back-top:hover{
  text-decoration: none;
}
#back-top {
  display: none;
}
#back-top i{
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
      transition: all 0.2s;
  opacity: 0.7;
}
#back-top:hover i{
  opacity: 1;
}
.error404 .main_content_wrapper{
 width: 100%;
 float: none;
}
.error404 .entry-content{
 text-align: center;
}
.error404 .entry-content h1{
 font-size: 95px;
 line-height: 1.2em;
}
.error404 .entry-content h2{
 margin-bottom: 30px;
}
#thr_404_menu{
 list-style: none;
 margin:50px 0;
}
.fb_iframe_widget{
 text-align: center;
 width: 100% !important;
 margin-bottom: 26px;
}
#buddypress div#item-header {
overflow: initial;
}
#feedburner_email_widget_sbef_email{
 margin-bottom: 10px;
}
.ie9 .header-sticky{
 z-index: 1005;
}
.ie9 #search_header_wrap form,
.gt-ie9 #search_header_wrap form,
_:-ms-input-placeholder, :root #search_header_wrap form{
 position: absolute;
 width: 300px;
 right: 0;
}
.ie9 .search_header_form{
 width: 300px;
}
.ie9 .mks_adswidget_ul.small li{
 float: left;
}
.tiled-gallery{
 margin-bottom: 0;
}
_:-moz-tree-row(hover), .count { margin:-25px 0 0 0;}
#search_header_wrap form .search_input::-ms-clear {
  display: none;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed{
 border: none;
}
.fluid-width-video-wrapper{
 clear: both;
}
.lt-ie9 .header-sticky{z-index: 1040;}
.lt-ie9 .entry-image.featured_image a{float:none;}
.lt-ie9 .featured_icon{background: #000;}

.thr_widget_wrapped #sidebar .thr_adsense_expand{
 padding:0;
 background: transparent;
}
.thr_widget_wrapped #sidebar .thr_adsense_expand .widget-title{
 margin:15px 20px;
 width:85%;
}
.thr_sidebar_wrapped #sidebar .thr_adsense_expand .thr_adsense_wrapper{
 margin: 0 -20px;
}
.thr-popup{
 position: relative;
 margin: 0;
 padding: 0;
}
.thr-popup:before{
 text-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

a.thr-popup-img {
  position: relative;
}

a.thr-popup-img:after {
  content: "\e090";
  color: #FFF;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Simple-Line-Icons";
  margin-top: -18px;
  margin-left: -18px;
  line-height: 36px;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thr-popup-img:hover:after {
  opacity: 1;
}
a.thr-popup-img:hover .featured_item_overlay {
  opacity: 1;
}

.wp-caption.alignright a {
  display: block;
}
.wp-caption.alignleft a {
  display: block;
}
a.thr-popup-img .alignnone  {
  margin-bottom: 0;
}
a.thr-popup-img .aligncenter  {
  padding: 0;
}
a.thr-popup-img.thr-alignnone {
  display: block;
}
a.thr-popup-img.thr-aligncenter {
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------
 SINGLE POST STYLES
---------------------------------------------------*/

.related-box .entry-title a{
 font-size:30px;
 line-height:32px;
}

.related-box .entry-image {
 height:auto;
}

.single_b{
 position: relative;
 width: 100%;
 float: left;
 margin-bottom: 40px;
}
.single_b .image_meta{
 position: absolute;
 width: 100%;
 bottom: 0;
}
.single_b .entry-image{
 margin-bottom: 0;
 width: auto;
 position: relative;
}
.single_b .entry-image{
 opacity: 0;
}
.single_b .featured_title_over{
 padding: 30px;
}
.single_b .entry-title{
 color: #FFF;
}
.page .page-layout-b .entry-title {
  color: #FFF;
}
.single_b .entry-title{
 position: relative;
 z-index: 1001;
 text-shadow: rgba(0,0,0,.6) 0 0 5px;
 margin: 0;
}
.single_b .entry-meta{
 position: relative;
 z-index: 9999;
 margin-bottom: 5px;
}
.single_b .entry-meta .meta-item a,
.single_b .entry-meta .meta-item i,
.single_b .entry-meta .meta-item span{
 color: #FFF;
 text-shadow: rgba(0,0,0,.6) 0 0 5px;
}
.single .entry-title,
.page-template-default .entry-title{
 font-size: 45px;
 line-height: 55px;
 margin-bottom: 10px;
}
.page-template-default .entry-title{
 margin-bottom: 26px;
}
.meta-tags a:before{
 content: "#";
}
.entry-content .meta-tags a{
 display: inline-block;
 vertical-align: top;
}
.meta-tags{
 margin-bottom: 25px;
}
.single_post_navigation{
 float: left;
 width: 100%;
 padding: 15px 0 0;
 margin-bottom: 40px;
}
.single_prev_next{
 width: 50%;
}
.single_prev_next img{
 width: 100%;
}
.single_post_previous{
 float: left;
 text-align: left;
}
.single_post_next{
 float: right;
 text-align: right;
 padding-left: 1px;
}
.single_prev_next a{
 font-size: 22px;
 line-height: 26px;
 float: left;
 min-height: 175px;
 width: 100%;
}
.single_post_previous i{
 float: left;
 margin: 2px 5px 0 0;
}
.single_post_next i{
 float: right;
 margin: 2px 0 0 5px;
}
.single_prev_next a:hover,
.single_prev_next a i{
 color: #e23a3e;
}
.data-image{
 float: left;
 margin: 0 15px 0 0;
 max-width: 112px;
}
.data-content p{
 margin-bottom: 0;
}
.author-title{
 font-size: 24px;
 margin-bottom: 0;
}
.underlined_heading{
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1);
 padding: 5px 0 10px 0;
 position: relative;
 margin: 0 0 15px;
 font-size: 24px;
 line-height: 34px;
}
.underlined_heading span{
 border-bottom: 2px solid #e23a3e;
 padding: 0 20px 11px 0;
}
.thr_author_link:hover{
 text-decoration: underline;
}
.thr_author_link{
 float: right;
  margin: 10px 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  white-space: pre;
}
.thr_author_links{
 margin: 0;
 font-size: 14px;
 float: right;
 display: inline-block;
}
.author-box{
 float: left;
 width: 100%;
 padding: 0;
}
.page .author-box .authors_divider {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin: 7px 0 30px;
}

.page .author-box .thr_author_links a:hover {
  text-decoration: none;
}
.page .author-box .thr_author_links a.thr-view-all {
  float: right;
  display: block;
  margin-left: 20px;
  font-size: 18px;
}
.page .author-box .thr_author_links a.thr-view-all:hover {
  text-decoration: underline;
}

.meta-share{
 background: #FFF;
 position: fixed;
 left: 0;
 margin-right: 0;
 width: 35px;
 border-radius: 0 5px 5px 0;
 z-index: 1051;
}
.meta-share .soc_sharing{
 border-radius: 0 5px 5px 0;
}
.meta-share .soc_sharing .thr_share_items{
 display: block;
 opacity: 1;
 width: 100%;
}
.meta-share .thr_share_items .meks_ess,
body .thr_share_items .meks_ess.transparent {
  margin: 0;
  text-align: center;
  top: 0;
}
.meta-share .thr_share_items .meks_ess a,
body .thr_share_items .meks_ess.transparent a {
  margin: 0 !important;
  width: 100%;
  clear: both;
  padding: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
body .meta-item-share .thr_share_items .meks_ess.transparent a {
  width: 30px;
}
.meta-share .thr_share_items .meks_ess a:first-child{ 
  margin-top: 5px;
}
.meta-share .thr_share_items .meks_ess a:last-child {
 border-radius: 0 0 5px 0;
}
body .meta-item-share .thr_share_items .meks_ess.transparent a:first-child {
  border-radius: 5px 0 0 5px;
}
.meta-share .soc_sharing .thr_share_button {
 border-left: none;
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(0,0,0,0.1);
}
.meta-share .soc_sharing i{
 margin-right: 5px;
}
.meta-share .soc_sharing .meks_ess a:first-child{
 border-radius: 0;
}
.meta-share .soc_sharing .meks_ess a:hover::before,
.soc_sharing.soc_active .meks_ess a:hover::before,
body .thr_share_items .meks_ess.transparent a:hover::before {
 color: #FFF !important;
}

/*--------------------------------------------------
 SOCIAL ICONS
---------------------------------------------------*/

.soc_squared{
 display: block;
 text-align: center;
 float: right;
 margin-left: 4px;
 margin-bottom: 5px;
 border: none;
 padding: 10px 0px 0 5px;
 font-size: 20px;
}
.fa-apple:hover{
  color: #606060;
}
.fa-behance:hover{
  color: #18a3fe;
}
.fa-blogger:hover{
  color: #fb913f;
}
.fa-delicious:hover{
  color: #3274d1;
}
.fa-deviantart:hover{
  color: #d0de21;
}
.fa-digg:hover{
  color: #2882c6;
}
.fa-dribbble:hover{
  color: #ef5b92;
}
.fa-facebook:hover{
  color: #3b5998;
}
.fa-flickr:hover{
  color: #f1628b;
}
.fa-github:hover{
  color: #7292a2; 
}
.fa-google:hover,
.fa-google-plus:hover{
 color: #d94a39; 
}
.fa-spotify:hover{
 color: #81b71a;
}
.fa-vine:hover{
 color: #00a478;
}
.fa-linkedin:hover{
  color: #71b2d0; 
}
.fa-pinterest:hover{
  color: #cb2027; 
}
.fa-posterous:hover{
  color: #f9d560; 
}
.fa-reddit:hover{
  color: #bfd0e2;
}
.fa-rss:hover{
  color: #fe9900; 
}
.fa-skype:hover{
  color: #18b7f1; 
}
.fa-stumbleupon:hover{
  color: #eb4924; 
}
.fa-soundcloud:hover{
  color: #f60000; 
}
.fa-tumblr:hover{
  color: #3a5976; 
}
.fa-twitter:hover{
  color: #48c4d2; 
}
.fa-vimeo:hover{
  color: #62a0ad; 
}
.fa-wordpress:hover{
  color: #464646;
}
.fa-yahoo:hover{
  color: #ab64bc; 
}
.fa-youtube:hover{
  color: #f45750; 
}
.fa-instagram:hover{
  color: #306088; 
}
.fa-xing:hover{
  color: #126567; 
}
.social_header_space li a.fa-facebook:hover,
body .soc_sharing .meks_ess a.socicon-facebook:hover{
 background-color: #3b5998 !important;
}
.social_header_space li a.fa-twitter:hover,
body .soc_sharing .meks_ess a.socicon-twitter:hover{
 background-color: #55acee !important;
}
.social_header_space li a.fa-google-plus:hover,
body .soc_sharing .meks_ess a.socicon-googleplus:hover{
 background-color: #d94a39 !important;
}
.social_header_space li a.fa-instagram:hover{
 background-color: #306088;
}
.social_header_space li a.fa-linkedin:hover,
body .soc_sharing .meks_ess a.socicon-linkedin:hover{
 background-color: #71b2d0 !important;
}
.social_header_space li a.fa-pinterest:hover,
body .soc_sharing .meks_ess a.socicon-pinterest:hover{
 background-color: #cb2027 !important;
}

body .soc_sharing .meks_ess a.socicon-mail:hover{
  background-color: #000000 !important;
}

body .soc_sharing .meks_ess a.socicon-vkontakte:hover{
  background-color: #5a7fa6 !important;
}

body .soc_sharing .meks_ess a.socicon-stumbleupon:hover{
  background-color: #e64011 !important;
}
body .soc_sharing .meks_ess a.socicon-reddit:hover{
  background-color: #e74a1e !important;
}
body .soc_sharing .meks_ess a.socicon-whatsapp:hover{
  background-color: #20B038 !important;
}

.social_header_space a.fa-rss{
 border-color: #fe9900; 
 color: #fe9900;
}
.social_header_space li a.fa-rss:hover{
 background-color: #fe9900;
}
.soc_sharing a{
 background-color: transparent;
 height: 32px;
 width: 30px;
 text-align: center;
 float: left;
 margin: 0;
 border: none;
 padding: 8px 0 0;
 color: #e23a3e;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
.meta-item .soc_sharing a:hover,
.meta-item .soc_sharing.soc_active a:hover{
 color: #FFF;
 text-decoration: none;
}
.soc_sharing{
 box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
 float: right;
 border-radius: 5px; 
 position: relative;
 -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
     transition: all .2s ease-in-out;
}
.soc_sharing ul{
 display: none;
 float: left;
 margin: 0;
 padding: 0;
}
.soc_sharing ul li{
 list-style: none;
 height: 32px;
 width: 30px;
 float: left;
}
.soc_sharing li:first-child a{
 border-radius: 5px 0 0 5px;
}
.soc_sharing:hover ul,
.meta-item .soc_sharing.soc_active ul{
 opacity: 1;
 display: block;
}
.soc_sharing:hover,
.meta-item .soc_sharing.soc_active{
 width: auto;
 cursor: default;
}

.soc_sharing:hover .thr_share_button,
.meta-item .soc_sharing.soc_active .thr_share_button{
 border-color: rgba(0,0,0,0.1);
 cursor: pointer;
}

/*--------------------------------------------------
 MEKS SHORTCODES
---------------------------------------------------*/
a.mks_button:hover{
 text-decoration: none;
}
.mks_separator{
 color: rgba(0,0,0,0.1);
 float: none;
}

/*--------------------------------------------------
 RESPONSIVE NAVIGATION STYLES
---------------------------------------------------*/
.sidr {
 display: none;
 position: absolute;
 position: fixed;
 top: 0;
 height: 100%;
 z-index: 999999;
 width: 200px;
 overflow-x: none;
 overflow-y: auto;
 font-size: 15px;
 background: #FFF;
 border-right: 1px solid #e3e3e3; /* Fallback for IE */
 border-right: 1px solid rgba(0,0,0,0.1);
 -webkit-transition: -webkit-transform 350ms ease;
 -moz-transition: -moz-transform 350ms ease;
 transition: transform 350ms ease;
}
.sidr .sidr-inner {
 padding: 0 0 15px;
}
.sidr .sidr-inner > p {
 margin-left: 15px;
 margin-right: 15px;
}

.sidr.left {
 left: -200px;
 right: auto;
}
.sidr p {
 font-size: 13px;
 margin: 0 0 12px;
}
.sidr ul {
 display: block;
 margin: 0 0 15px;
 padding: 0;
 border-top: 1px solid #e3e3e3; /* Fallback for IE */
 border-top: 1px solid rgba(255,255,255,0.1);
}
.sidr ul li {
 display: block;
 margin: 0;
 line-height: 48px;
 border-bottom: 1px solid #e3e3e3; /* Fallback for IE */
 border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidr ul li a {
 padding: 0 15px;
 display: block;
 text-decoration: none;
 color: #333333;
 -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
.sidr ul li ul {
 border-bottom: none;
 margin: 0;
 display: none;
 position: relative;
}
.sidr ul li ul li {
 line-height: 40px;
 font-size: 14px;
}
.sidr ul li ul li:last-child {
 border-bottom: none;
}
.sidr ul li ul li a{
 padding-left: 20px;
}
.sidr form {
 margin: 0 10px;
}
.sidr label {
 font-size: 13px;
}
.sidr input[type="text"]{
 border: none;
 height: 32px;
}
.sidr form{
 position: relative;
}
.sidr form:after{
 font-family: "Simple-Line-Icons";
 content: "\e090";
 position: absolute;
 top: 0;
 right: 5px;
}
.sidr-open{
 position: relative !important;
 left: 0 !important;
 margin-left: 200px !important;
 float: left;
}
.sidr-open .header-sticky{
 left: 200px;
}
.nav-btn{
 display: none;
 font-size: 31px;
 float: left;
 position: absolute;
 top: 15px;
 left: 20px;
}

/*--------------------------------------------------
 MAGNIFIC POPUP STYLES
---------------------------------------------------*/
.mfp-bg {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1042;
 overflow: hidden;
 position: fixed;
 background: #0b0b0b;
 opacity: 0.8;
 filter: alpha(opacity=80); }

.mfp-wrap {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1043;
 position: fixed;
 outline: none !important;
 -webkit-backface-visibility: hidden; }

.mfp-container {
 text-align: center;
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 padding: 0 8px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box; }

.mfp-container:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle; }

.mfp-align-top .mfp-container:before {
 display: none; }

.mfp-content {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 margin: 0 auto;
 text-align: left;
 z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
 width: 100%;
 cursor: auto; }

.mfp-ajax-cur {
 cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
 cursor: -moz-zoom-out;
 cursor: -webkit-zoom-out;
 cursor: zoom-out; }

.mfp-zoom {
 cursor: pointer;
 cursor: -webkit-zoom-in;
 cursor: -moz-zoom-in;
 cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
 cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none; }

.mfp-zoom-out-cur #sticky_header{
 z-index: 100;
}
.mfp-loading.mfp-figure {
 display: none; }

.mfp-hide {
 display: none !important; }

.mfp-preloader {
 color: #cccccc;
 position: absolute;
 top: 50%;
 width: auto;
 text-align: center;
 margin-top: -0.8em;
 left: 8px;
 right: 8px;
 z-index: 1044; }
 .mfp-preloader a {
  color: #cccccc; }
  .mfp-preloader a:hover {
   color: white; }

.mfp-s-ready .mfp-preloader {
 display: none; }

.mfp-s-error .mfp-content {
 display: none; }

button.mfp-close, button.mfp-arrow {
 overflow: visible;
 cursor: pointer;
 background: transparent;
 border: 0;
 -webkit-appearance: none;
 display: block;
 outline: none;
 padding: 0;
 z-index: 1046;
 -webkit-box-shadow: none;
 box-shadow: none; }
button::-moz-focus-inner {
 padding: 0;
 border: 0; }

.mfp-close {
 width: 44px;
 height: 44px;
 line-height: 44px;
 position: absolute;
 right: 0;
 top: 0;
 text-decoration: none;
 text-align: center;
 opacity: 0.65;
 filter: alpha(opacity=65);
 padding: 0 0 18px 10px;
 color: white;
 font-style: normal;
 font-size: 28px;
 font-family: Arial, Baskerville, monospace; }
 .mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
 .mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
 color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
 color: white;
 right: -6px;
 text-align: right;
 padding-right: 6px;
 width: 100%; }

.mfp-counter {
 position: absolute;
 top: 0;
 right: 0;
 color: #cccccc;
 font-size: 12px;
 line-height: 18px; }

.mfp-arrow {
 position: absolute;
 opacity: 0.65;
 filter: alpha(opacity=65);
 margin: 0;
 top: 50%;
 margin-top: -55px;
 padding: 0;
 width: 90px;
 height: 110px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
 .mfp-arrow:active {
  margin-top: -54px; }
 .mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }
 .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 25px;
  color: #FFF;
  font-size: 34px;
  }

  .mfp-arrow-right:before{
   font-family: "Simple-Line-Icons";
   content: "\e079";
  }
  .mfp-arrow-left:before{
   font-family: "Simple-Line-Icons";
   content: "\e07a";
  }
 .mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
 .mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
 left: 0; }
 .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {margin-left: 30px; }
 .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {margin-left: 30px;}

.mfp-arrow-right {
 right: 0; }

.mfp-iframe-holder {
 padding-top: 40px;
 padding-bottom: 40px; }
 .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
 .mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
 width: 100%;
 height: 0;
 overflow: hidden;
 padding-top: 56.25%; }
 .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
 width: auto;
 max-width: 100%;
 height: auto;
 display: block;
 line-height: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 40px 0 40px;
 margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
 line-height: 0; }
 .mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }
 .mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }
 .mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
 margin-top: -36px;
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
 cursor: auto; }

.mfp-title {
 text-align: left;
 line-height: 18px;
 color: #f3f3f3;
 word-wrap: break-word;
 padding-right: 36px; }

.mfp-image-holder .mfp-content {
 max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
 cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
 /**
    * Remove all paddings around the image on small screen
    */
 .mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0; }
 .mfp-img-mobile img.mfp-img {
  padding: 0; }
 .mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0; }
 .mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px; }
 .mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
   padding: 0; }
 .mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px; }
 .mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  text-align: center;
  padding: 0; } }

@media all and (max-width: 900px) {
 .mfp-arrow {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }
 .mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0; }
 .mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%; }
 .mfp-container {
  padding-left: 6px;
  padding-right: 6px; } 
}

.mfp-ie7 .mfp-img {
 padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
 width: 600px;
 left: 50%;
 margin-left: -300px;
 margin-top: 5px;
 padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
 padding: 0; }
.mfp-ie7 .mfp-content {
 padding-top: 44px; }
.mfp-ie7 .mfp-close {
 top: 0;
 right: 0;
 padding-top: 0; }

 input.thr-search-icon {
    position: absolute;
    z-index: 100;
    right: -7px;
    top: -9px;
    background: transparent !important;
    border: none;
 }

 /*--------------------------------------------------
 GUTENBERG
---------------------------------------------------*/
.wp-block-separator{
    clear: both;
    margin-bottom: 25px;
    margin-top: 25px;
}
.wp-block-preformatted {
    white-space: nowrap;
    overflow: auto;
}
blockquote.wp-block-quote{
  font-style: normal;
  border-left: 2px solid;
  margin-left: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  clear: both;
}
.wp-block-quote{
    margin-bottom: 30px;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 24px;
    padding: 2rem 3.6rem;
}
.wp-block-quote.is-large:before{
    left: 0;
}
.wp-block-pullquote{
    padding: 3rem 24px; 
    margin-bottom: 24px;
  border: 0;
}
.wp-block-gallery.aligncenter, 
.wp-block-gallery.alignnone,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
    display: flex;
}
.wp-block-cover__inner-container p:last-child{
  margin-bottom: 0;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover-image h2{
    position: relative;
    z-index: 2;
}
.wp-block-cover-image.aligncenter{
    margin: 0 0 1.5em;
    display: flex;  
}
.wp-block-gallery{
    margin: 0 0 25px;  
    clear: both;  
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter{
    text-align: center;
}
.wp-block-pullquote.aligncenter:before{
    left: 50%;
    margin-left: -14px;
}
.wp-block-pullquote.alignleft{
    text-align: left;
    margin-top: 0;
}
.wp-block-pullquote.alignright{
    text-align: right;
}
.wp-block-pullquote cite{
    font-size: 80%;
    font-style: normal;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p{
  font-style: normal;
}
.wp-block-pullquote blockquote{
  font-style: normal;
}
blockquote cite em{
  font-style: normal;
}
.wp-block-video video{
    max-width: 100%;
}

.entry-content .wp-block-categories ul, 
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-latest-posts.is-grid{
    padding: 0;
    list-style: inside;
    margin-left: 0;
}

.entry-content .wp-block-button__link:hover{
    text-decoration: none;
}
.emoji{
    width: 24px;
}


/* Image block */
.wp-block-image figure {
  margin:0;
  padding: 0;
}
/* Dropcap */
p.has-drop-cap:not(:focus)::first-letter{
	font-size: 60px;
	margin: 10px 20px 0 0;
}


/* Tables */
.wp-block-table.is-style-stripes{
    border-bottom: none;
    border: 0;
}
.wp-block-table{
    width:100%;
}
td{
    word-break: break-all;
}

.wp-block-image figcaption {
  margin: 0;
  padding: 5px;
  background: #e23a3e;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
}

.entry-content .wp-block-categories ul.children:last-child{
  margin-bottom: 0;
}

/* Pullquote */

.wp-block-pullquote{
    padding:0;
}
.wp-block-pullquote blockquote{
    padding: 50px 100px;
    margin:0;
}
.wp-block-pullquote blockquote{
	border-bottom: 2px solid;
    border-top: 2px solid;
    border-left: none;

}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: initial;
    margin-right: initial;
    max-width: 100%;
    text-align: center;
    border: none;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p, 
.wp-block-pullquote.alignleft.is-style-solid-color blockquote p,
.wp-block-pullquote.alignright.is-style-solid-color blockquote p{
	font-size: 18px;
	line-height: 30px;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote{
    padding: 40px;
    text-align: left;
    margin: 0;
}

.wp-block-pullquote.alignleft, 
.wp-block-pullquote.alignright{
	padding:0;
    margin-top: 8px;
}
.wp-block-pullquote.is-style-solid-color.alignleft, 
.wp-block-pullquote.is-style-solid-color.alignright{
    border: none;
}
.wp-block-audio.aligncenter,
.wp-block-pullquote.aligncenter{
	text-align: center;
}

.wp-block-pullquote.aligncenter {
    padding: 0;
}
.wp-block-pullquote.alignleft{
    text-align: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.wp-block-pullquote.alignright{
	text-align: left;
    margin-left: 3rem;
    margin-bottom: 10px;
}
.wp-block-quote cite,
.wp-block-pullquote cite{
	font-size: 80%;
}
.wp-block-pullquote.alignleft, 
.wp-block-pullquote.alignright{
	max-width: 300px;
}

.wp-block-categories{
  list-style: inside;
}
.entry-content .wp-block-latest-posts.is-grid {
  padding: 0 0 0 20px;
  list-style: outside;
}
.entry-content .wp-block-categories ul{
  margin-left: 25px;
  margin-top: 1px;
}
.wp-block-categories{
  max-width: 300px;
  padding: 0;
}
.wp-block-categories li{
  margin-bottom: 1px;
}
/* Buttons */
.wp-block-button__link{
  padding: 4px 14px;
  border: none;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  border-radius: 5px;
  transition: all .2s ease-in-out;
}
.wp-block-button__link:hover{
  opacity: 0.8;
}
.is-style-outline .wp-block-button__link {
  background: 0 0;
  border: 1px solid currentcolor;
}
.is-style-outline .wp-block-button__link:hover{
  opacity: .7;
  background-color: transparent !important;
}

/* Margins */

.wp-block-column,
.wp-block-separator,
.wp-block-embed,
.wp-block-image,
.wp-block-pullquote,
.entry-content .wp-block-quote,
.wp-block-media-text,
.wp-block-table,
.wp-block-categories,
.alignnone,
.gallery.gallery-columns-1,
.wp-audio-shortcode,
.wp-block-video,
.wp-block-audio,
.wp-block-search {
	margin-bottom: 25px;
}
.entry-content .wp-block-gallery {
    margin-bottom: 8px;
}

@media (min-width:600px) {
	.wp-block-column:nth-child(odd) {
		margin-right: 12px;
	}
	.wp-block-column:nth-child(even) {
		margin-left: 12px;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 12px;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 12px;
	}
}

.wp-block-column p:only-of-type{
	margin-bottom: 0;
}
@media (max-width:782px) {
	.wp-block-columns{
		flex-wrap: nowrap;
	}
}
@media (max-width: 660px){
	.wp-block-columns{
		flex-wrap: wrap;
	}
	.wp-block-columns .wp-block-column {
		flex: 0 0 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
  .wp-block-column,
  .wp-block-separator,
  .wp-block-embed,
  .wp-block-image,
  .wp-block-pullquote,
  .entry-content .wp-block-quote,
  .wp-block-media-text,
  .wp-block-table,
  .wp-block-categories,
  .alignnone,
  .gallery.gallery-columns-1,
  .wp-audio-shortcode,
  .wp-block-video,
  .wp-block-audio,
  .wp-block-search {
		margin-bottom: 10px;
	}
	.entry-content .wp-block-gallery {
		margin-bottom: 4px;
	}
}
.wp-block-embed{
  word-break: break-all;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.has-large-font-size,
.has-huge-font-size,
.has-medium-font-size,
.has-small-font-size{
    line-height: 1.4;
}
.wp-block-audio audio{
  min-width: 240px;
}
.wp-block-code{
  overflow: auto;
}

.wp-block-separator{
	max-width: 200px;
    border-bottom-width: 0;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator.is-style-wide{
	max-width: 100%;
	border-bottom-width: 0;
}
.wp-block-separator{
	margin-top: 30px;
	clear: both;
}
.entry-content .wp-block-rss li{
    list-style: none;
    margin-bottom: 20px;
}
.wp-block-search .wp-block-search__input{
    width: auto;
}
.wp-block-rss{
  padding-left: 0;
  list-style: none;    
  margin-left: 0;
}


.wp-block-rss li{
  margin-bottom: 20px;
}
.wp-block-search .wp-block-search__button{
  border: none;
}
.wp-block-archives{
  padding: 0;
  list-style: disc inside;  
}
.wp-block-latest-comments{
  margin-left: 0;
  padding: 0;
}
#wp-calendar thead{
  font-size: 16px;
}
#wp-calendar thead th{
  padding: 10px;
}
#wp-calendar caption{
  text-align: center;
}
#wp-calendar tbody td{
  border-top: none;
}
#wp-calendar{
  border: none;
}
#wp-calendar tfoot tr{
  border-bottom: none;
}
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal;
  font-size: inherit;
}
body div.wpforms-container-full .wpforms-form .wpforms-field {
  margin-bottom: 6px;
}
body div.wpforms-container-full .wpforms-form input, 
body div.wpforms-container-full .wpforms-form select {
  height: 42px !important;
}/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 951px) and (max-width: 1150px) {
 .thr_boxed{width: 95%;}
.content_wrapper{width: 95%;}
.featured_2 .featured_element,
.featured_3 .featured_item,
.featured_4 .featured_element,
.featured_4 .featured_item img,
.featured_3 .featured_item img,
.featured_2 .featured_item img,
.featured_4 .featured_item,
.featured_3 .featured_item,
.featured_2 .featured_item{height: auto;}
.featured_2 .featured_element{width: 49.9%;}
.featured_4 .featured_element {width: 24.8%;}
.featured_3 .featured_element {width: 33.19%;}
.thr_content_wrapped .main_content_wrapper{padding: 20px;}
.no_sidebar .main_content_wrapper{width: 100%;min-width: 100%;}
.main_content_wrapper{width: auto;min-width: 55%;max-width: 66%;}
.sidebar{width: 31.2%; margin: 0 0 0 20px;}
.thr_sidebar_wrapped #sidebar{margin: 0 0 40px 20px}
.featured_image_sidebar{min-height: 131px;} 
.single_prev_next a{min-height: 145px; }
.sticky_active{width: 28.5%;}
.sticky_active.thr_sticky_abs{width: 100%;}
.header_ads_space{max-width: 728px;}
.layout_b .entry-image{width: 160px; height: 160px; margin: 0 20px 20px 0;}
.layout_b .entry-content{clear: both;}
.layout_b .entry-content{margin: 0;}
.thr_content_wrapped .layout_c.post, .thr_content_wrapped .layout_d.post, .thr_content_wrapped .layout_c.page, .thr_content_wrapped .layout_d.page {width:47%}
.posts_wrapper .layout_c:nth-child(2n), .posts_wrapper .layout_d:nth-child(2n) { margin-left: 6%;}
.layout_c.post, .layout_d.post, .layout_c.page, .layout_d.page{width: 47%;}
.posts_wrapper .last{margin-left: 20px;}
.sidebar.left{width: 29%;}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.featured_2 .featured_element {width: 100%; margin: 0 0 1px 0;}
.featured_3 .featured_element{width:33.23%; }	
.single_prev_next{width: 100%; margin-bottom: 1px;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 950px) {
.main_content_wrapper, .sidebar{width: 100%;}
.thr_boxed{width: 95%;}
.thr_sidebar_wrapped #sidebar, #sidebar{margin:0 0 40px;}
.featured_4 .featured_element{width:24.8%;}
.nav-btn{display: block;}
#nav{display: none;}
.header-main{height: 60px !important; text-align: center;}
.logo_wrapper{position: relative;display: inline-block;top: 6px !important; margin: 0 auto; width: 220px;}
.header-sticky.header-is-sticky .logo_wrapper{top: 2px !important;}
.site-desc{display: none;}
.site-title, .site-title a{line-height: 1em;}
.site-title img{max-height: 37px;}
.header{margin-bottom: 20px;}
#subheader_box{margin-bottom: 0;}
.featured_2 .featured_element,
.featured_3 .featured_item,
.featured_4 .featured_element,
.featured_4 .featured_item img,
.featured_3 .featured_item img,
.featured_2 .featured_item img,
.featured_4 .featured_item,
.featured_3 .featured_item,
.featured_2 .featured_item{height: auto; width: 100%;}
.featured_2 .featured_element{width: 49.8%;}
.featured_4 .featured_element {width: 24.8%;}
.featured_3 .featured_element {width: 33.17%;}
.featured_2 .featured_element{margin: 0 0 1px 1px;}
.featured_icon{display: none;}
.featured_title_over{padding: 15px;}
.thr_content_wrapped .main_content_wrapper{padding: 20px;}
.header-bottom{display: none;}
.featured_title_over .meta-item, .featured_title_over .meta-item i, .featured_title_over .meta-item a{font-size: 13px;}
.featured_excerpt p{font-size: 13px;line-height: 19px;}
.featured_title_over h2{font-size: 20px;}
.widget_archive li{float: left; width: 30%;}
.single_prev_next a{min-height: 100px;}
.main_content_wrapper{width: 100%;}
.content_wrapper{width: 100%; padding: 0 3%;}
.thr_posts_widget li{width: 49%;margin-right: 1px;}
.header_ads_space{display: none;}
.single_b.content_wrapper{padding: 0;}
.thr_content_wrapped .layout_c.post, .thr_content_wrapped .layout_d.post, .thr_content_wrapped .layout_c.page, .thr_content_wrapped .layout_d.page {width: 47%;}
.layout_c.post, .layout_d.post, .layout_c.page, .layout_d.page{width: 47%;}
.posts_wrapper .layout_c:nth-child(2n), .posts_wrapper .layout_d:nth-child(2n) { margin-left: 6%;}
.posts_wrapper .last{margin-left: 20px;}
.thr_widget_wrapped #sidebar .widget{padding: 20px;}
.affix-responsive{width: 100%;}
.thr_widget_wrapped #sidebar .widget-title{margin: 0 0 15px;}
.thr_widget_wrapped .mks_author_widget img{margin: 0 20px 0 0;}
.thr_widget_wrapped #sidebar .widget > ul, .thr_widget_wrapped #sidebar .widget > div, .thr_widget_wrapped #sidebar .widget > p,
.thr_widget_wrapped .widget_search .search_form{padding: 0;}
.layout_b .entry-image {width: 150px;height: 150px; margin: 0 20px 0 0;}
.layout_b .entry-content{margin: 0;}
.layout_d .entry-image{width: 70px; height: 70px;}
.footer_wrapper .footer-col{width: 100%;margin: 0;padding: 20px 10px;}
.copy_area{padding: 10px 20px;}
.meta-item{white-space: nowrap; margin-top: 10px;}
.site-title, .site-title a {line-height: 1em !important;font-size: 24px !important;margin: 8px 0 0 0;text-align: center;}
.header-sticky{text-align: center;}
.featured_image_sidebar img{width: 100%;}
.gallery-icon{display: inline-block;}
.header-sticky .site-title, .header-sticky .site-title a {font-size: 20px;line-height: 40px;margin: 3px 0 0 0;}
.site-title{display: inline-block;}
.layout_a .entry-content{
	display: block;
	position: relative;
	z-index: 1;
	clear: both;
}
}

@media only screen and (min-width: 480px) and (max-width: 650px) {
.featured_title_over h2,.widget .featured_posts_link {font-size: 18px;}
.single .single_b .entry-title{font-size: 30px;line-height: 40px;}
.single_b .featured_title_over {padding: 20px;}
}
@media only screen and (max-width: 782px) {
	.admin-bar .header-sticky {top: 46px;}
}
@media only screen and (max-width: 600px) {
	.admin-bar .header-sticky {top: 0;}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.content_wrapper{width: 100%; padding: 0;}
.thr_boxed{width: 100%;}
#header #nav, .site-desc, .header-bottom{display: none;}
.logo_wrapper img{max-height: 32px !important;}
.main_content_wrapper{padding: 0 10px;}
.layout_b .entry-content{margin: 0;}
.meta-item .read_more_button, .entry-content .meta-item, .entry-footer .meta-item{width: 100%;}
.entry-content .meta-item, .entry-footer .meta-item{margin: 0 0 15px 0;}
.read_more_button i, .thr_button i{float: none;}
.meta-item .read_more_button{text-align: center;}
.soc_sharing ul,.soc_sharing:hover ul{display: inline-block !important;float: none;}
.soc_sharing ul li{float: none;display: inline-block;}
.thr_share_button {float: none;display: inline-block;vertical-align: top; border: none;}
body .meta-item-share .thr_share_items .meks_ess.transparent a:first-child {border-radius: 0;}
.soc_sharing,.soc_sharing:hover{width: 100%;text-align: center;}
.soc_sharing ul li{height: 26px;}
.layout_c.post, .layout_d.post, .layout_c.page, .layout_d.page,
.thr_content_wrapped .layout_c.post, .thr_content_wrapped .layout_d.post, .thr_content_wrapped .layout_c.page, .thr_content_wrapped .layout_d.page{width: 100%; margin-left:0; }
.thr_content_wrapped .main_content_wrapper{padding: 10px;}
.single_b .featured_title_over{padding: 10px;}
.single_prev_next{width: 100%; margin-bottom: 1px;}
.single_post_next{padding-left: 0;}
.comment-form-author, .comment-form-email, .comment-form-url,.thr_posts_widget li{width: 100%;}
.soc_sharing li:first-child a{border-radius: 0;}
.layout_d .entry-title{clear: none;}
.single .entry-title, .page-template-default .entry-title{font-size: 32px;line-height: 42px;}
h1 { font-size: 36px; line-height: 46px; }
h2 { font-size: 32px; line-height: 42px;}
h3 { font-size: 30px; line-height: 40px;}
h4 { font-size: 26px; line-height: 36px;}
h5 { font-size: 24px; line-height: 34px;}
h6 { font-size: 20px; line-height: 30px;}
th, td{padding: 5px;}
.gallery-item{width: 100% !important;}
.prev_next_link .featured_posts_link{font-size: 18px;}
.layout_b .entry-title, .layout_c .entry-title{font-size: 32px; line-height: 42px;}
.layout_b .entry-image{width: 100%; height: auto; margin: 0;}
.layout_b .entry-image img, .layout_b .featured_image a,
.layout_c .entry-image img, .layout_c .featured_image a{width: 100%;}
#sidebar{padding: 0;}
.thr_widget_wrapped #sidebar .widget-title{padding: 0;margin: 0 10px 15px;width: 93%;}
.thr_widget_wrapped #sidebar .widget > ul, .thr_widget_wrapped #sidebar .widget > div, .thr_widget_wrapped #sidebar .widget > p,
.thr_widget_wrapped .widget_search .search_form{padding: 0 10px;}
.thr_widget_wrapped .mks_author_widget img{margin: 0 20px 0 10px;}
.layout_d .entry-image{width: 100px; height: 100px;}
.main_content_wrapper .read_more_button i, .main_content_wrapper .thr_button i{float: none;}
.featured_2 .featured_element,
.featured_3 .featured_element{width: 100%; margin: 0 0 1px 0;}
.featured_4 .featured_element{width:49.8%;}
.featured_icon{display: none;}
.featured_title_over h2{font-size: 18px;}
.featured_title_over .meta-item, .featured_title_over .meta-item i, .featured_title_over .meta-item a{font-size: 10px;}
.featured_title_over{padding: 10px 10px 20px;}
.featured_4 .featured_element:nth-child(3n+3){ margin: 0 0 1px 0;}
.post, .posts_wrapper .page{padding: 0 0 30px;}
.footer_wrapper .footer-col{width: 100%;margin: 0;padding: 20px 10px;}
#pagination .prev, #pagination .post_previous a{width: 100%; margin-bottom: 10px;}
#pagination .next, #pagination .post_next a{width:100%; margin-top: 10px;}
#archive_title .content_wrapper{width: 93%; margin: 0 10px;}
.single .meta-share{display: none;}
.thr_widget_wrapped #sidebar .widget{padding: 20px 0;}
#back-top{display: none !important;}
.single .single_b .entry-title{font-size: 20px;line-height: 28px;margin-bottom: 0;}
.single_b.content_wrapper{margin-bottom: 20px;}
.featured_title_over .meta-item, .featured_title_over .meta-item i, .featured_title_over .meta-item a{font-size: 9px;}
.admin-bar .header-sticky {top: 0;}
.comment-list .children{padding-left:0; }
}

@media (max-width: 667px){
	.wp-block-pullquote p, 
	.wp-block-pullquote.is-style-solid-color blockquote p{
		font-size: 18px;
		line-height: 30px;
	}
 
	.wp-block-pullquote{
		padding: 0;
	}
  
	.wp-block-pullquote blockquote{
		padding: 20px;
	}
  
	.wp-block-pullquote p, 
	.wp-block-pullquote.is-style-solid-color blockquote p{
		font-size: 20px;
		line-height: 32px;
	}
	.wp-block-pullquote.alignleft, 
	.wp-block-pullquote.alignright {
		max-width: 100%;
		margin-left: 0;
		padding: 0;
		margin-right: 0;
	}
	
	.wp-block-quote,
	.wp-block-quote.is-style-large{
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 0;
	}
  }
  @media(max-width: 667px){
	.wp-block-image .alignleft,
	.wp-block-image .alignright{
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
  
	.wp-block-search .wp-block-search__button {
	  margin-left: 0;
	  margin-top: 10px;
  }
  .wp-block-search .wp-block-search__input {
    width: 100%;
}
  }
  /**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars.wpl-new-layout {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars.wpl-new-layout .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2C3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
	box-sizing: border-box;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {
	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.small li,
.mks_adswidget_ul.custom li{
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
}
.mks_ads_widget ul.large img,
.mks_adswidget_ul.large img{
	width: 300px;
	height: 250px;
}
.mks_ads_widget ul.small img,
.mks_adswidget_ul.small img{
	width: 125px;
	height: 125px;
}

.mks_ads_widget ul li a{
	padding: 0;
	margin: 0;
}
.mks_adswidget_ul li img {
	width: auto;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}
.widget_mks_widget_hidden{
	display: none;
}
.widget_mks_widget_hidden{
	background: red;
	color: #FFF;
}.meks-instagram-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-content: stretch;
}

.meks-instagram-widget a {
	-moz-box-shadow:  none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	display: block;
	font-size: 0;
	border: none;
	outline: 0;
	margin: 0;
	padding: 0;
}
.meks-instagram-widget a img {
	-moz-box-shadow:  none;
  	-webkit-box-shadow: none;
  	box-shadow: none;
	border: none;
	outline: 0;
	margin: 0;
	padding: 0;
}

.meks-instagram-follow-link {
	display: block;
	margin: 20px 0 0 0;
}

.meks-instagram-follow-link a{
	width: 100%;
}
.mks_ig_likes{
	font-size: 11px;
	display:block;
	opacity: .8;
	margin-bottom: 5px;
}ul.flickr{
    list-style-type: none;
    padding: 0;
}
ul.flickr li, 
.widget ul.flickr li {
	width: auto;
	float: left;
	margin: 10px 10px 0 0;
}

ul.flickr a {
	display: block;
}
ul.flickr img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
ul.flickr a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}
.clear{
	clear: both;
}.mks_author_widget img{
	float: left;
	margin: 0 20px 0 0;
}

.mks_author_widget .mks_autor_link_wrap{ margin: 0; padding: 0;}
.mks-co-authors-wrapper {
	margin-bottom: 30px;
}
.mks-co-authors-wrapper:last-child {
	margin-bottom: 0;
}

.wp-block-legacy-widget__edit-preview .mks_author_widget > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.howto {
	font-size: 12px;
}
.widget-inside ul {
	padding: 0 !important;
	margin: 5px 0 !important;
}
.widget-inside ul li::marker {
	content: none !important;
}@font-face {
    font-family: "socicon";
    src: url(/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot);
    src: url(/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.woff) format("woff"), url(/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.ttf) format("truetype"), url(/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.svg#socicon) format("svg");
    font-weight: normal;
    font-style: normal;
}

ul.mks_social_widget_ul li a:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.mks_social_widget_ul li:before,
ul.mks_social_widget_ul li:after{
    display: none;
}


ul.mks_social_widget_ul li a {
    background: none;
    display: block;
    height: 48px;
    width: 48px;
    float: left;
    margin-right: 5px;
    font-size: 0px;
    margin-bottom: 5px;
    position: relative;
    border: none !important;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    letter-spacing: normal;
}

ul.mks_social_widget_ul li a span {
    margin: 0;
    padding: 0;
    font-size: 0px;
}

ul.mks_social_widget_ul li a:before {
    color: #FFF;
}

ul.mks_social_widget_ul li a.soc_rounded {
    border-radius: 20%;
}

ul.mks_social_widget_ul li a.soc_circle {
    border-radius: 50%;
}

ul.mks_social_widget_ul li:hover a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

ul.mks_social_widget_ul li {
    display: inline-block;
    vertical-align: top;
    border: none !important;
    padding: 0;
}


/*--------------------------------------------------
			    OLD ICONS STYLES
---------------------------------------------------*/

ul.mks_social_widget_ul .socicon-aim {
    background-color: #e95a00;
}

ul.mks_social_widget_ul .socicon-evernote {
    background-color: #77ba2f;
}

ul.mks_social_widget_ul .socicon-cargo {
    background-color: #00c462;
}

ul.mks_social_widget_ul .socicon-icloud {
    background-color: #fb913f;
}

ul.mks_social_widget_ul .socicon-picasa {
    background-color: #444;
}

ul.mks_social_widget_ul .socicon-posterous {
    background-color: #f9d560;
}

ul.mks_social_widget_ul .socicon-tencent {
    background-color: #389FDA;
}

ul.mks_social_widget_ul .socicon-me2day {
    background-color: #4e28ac;
}

/* Old social icons that don't have font */
ul.mks_social_widget_ul .socicon-aim {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/aim_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-cargo {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/cargo_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-evernote {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/evernote_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-icloud {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/icloud_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-picasa {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/picasa_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-posterous {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/posterous_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-tencent {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/tencent_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.mks_social_widget_ul .socicon-me2day {
    background-image: url(/wp-content/plugins/meks-smart-social-widget/css/../img/social_icons/me2day_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}



/*--------------------------------------------------
			    NEW ICONS STYLES
---------------------------------------------------*/

ul.mks_social_widget_ul .socicon-500px {
	background: #58a9de;
}

ul.mks_social_widget_ul .socicon-500px:before {
	content: "\e000"
}

ul.mks_social_widget_ul .socicon-8tracks {
	background: #122c4b;
}

ul.mks_social_widget_ul .socicon-8tracks:before {
	content: "\e001"
}

ul.mks_social_widget_ul .socicon-airbnb {
	background: #ff5a5f;
}

ul.mks_social_widget_ul .socicon-airbnb:before {
	content: "\e002"
}

ul.mks_social_widget_ul .socicon-alliance {
	background: #144587;
}

ul.mks_social_widget_ul .socicon-alliance:before {
	content: "\e003"
}

ul.mks_social_widget_ul .socicon-amazon {
	background: #ff9900;
}

ul.mks_social_widget_ul .socicon-amazon:before {
	content: "\e004"
}

ul.mks_social_widget_ul .socicon-amplement {
	background: #0996c3;
}

ul.mks_social_widget_ul .socicon-amplement:before {
	content: "\e005"
}

ul.mks_social_widget_ul .socicon-android {
	background: #8ec047;
}

ul.mks_social_widget_ul .socicon-android:before {
	content: "\e006"
}

ul.mks_social_widget_ul .socicon-angellist {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-angellist:before {
	content: "\e007"
}

ul.mks_social_widget_ul .socicon-apple {
	background: #B9BFC1;
}

ul.mks_social_widget_ul .socicon-apple:before {
	content: "\e008"
}

ul.mks_social_widget_ul .socicon-appnet {
	background: #494949;
}

ul.mks_social_widget_ul .socicon-appnet:before {
	content: "\e009"
}

ul.mks_social_widget_ul .socicon-baidu {
	background: #2629d9;
}

ul.mks_social_widget_ul .socicon-baidu:before {
	content: "\e00a"
}

ul.mks_social_widget_ul .socicon-bandcamp {
	background: #619aa9;
}

ul.mks_social_widget_ul .socicon-bandcamp:before {
	content: "\e00b"
}

ul.mks_social_widget_ul .socicon-battlenet {
	background: #0096CD;
}

ul.mks_social_widget_ul .socicon-battlenet:before {
	content: "\e00c"
}

ul.mks_social_widget_ul .socicon-mixer {
	background: #1FBAED;
}

ul.mks_social_widget_ul .socicon-mixer:before {
	content: "\e00d"
}

ul.mks_social_widget_ul .socicon-bebee {
	background: #f28f16;
}

ul.mks_social_widget_ul .socicon-bebee:before {
	content: "\e00e"
}

ul.mks_social_widget_ul .socicon-bebo {
	background: #EF1011;
}

ul.mks_social_widget_ul .socicon-bebo:before {
	content: "\e00f"
}

ul.mks_social_widget_ul .socicon-behance {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-behance:before {
	content: "\e010"
}

ul.mks_social_widget_ul .socicon-blizzard {
	background: #01B2F1;
}

ul.mks_social_widget_ul .socicon-blizzard:before {
	content: "\e011"
}

ul.mks_social_widget_ul .socicon-blogger {
	background: #ec661c;
}

ul.mks_social_widget_ul .socicon-blogger:before {
	content: "\e012"
}

ul.mks_social_widget_ul .socicon-buffer {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-buffer:before {
	content: "\e013"
}

ul.mks_social_widget_ul .socicon-chrome {
	background: #757575;
}

ul.mks_social_widget_ul .socicon-chrome:before {
	content: "\e014"
}

ul.mks_social_widget_ul .socicon-coderwall {
	background: #3E8DCC;
}

ul.mks_social_widget_ul .socicon-coderwall:before {
	content: "\e015"
}

ul.mks_social_widget_ul .socicon-curse {
	background: #f26522;
}

ul.mks_social_widget_ul .socicon-curse:before {
	content: "\e016"
}

ul.mks_social_widget_ul .socicon-dailymotion {
	background: #004e72;
}

ul.mks_social_widget_ul .socicon-dailymotion:before {
	content: "\e017"
}

ul.mks_social_widget_ul .socicon-deezer {
	background: #32323d;
}

ul.mks_social_widget_ul .socicon-deezer:before {
	content: "\e018"
}

ul.mks_social_widget_ul .socicon-delicious {
	background: #020202;
}

ul.mks_social_widget_ul .socicon-delicious:before {
	content: "\e019"
}

ul.mks_social_widget_ul .socicon-deviantart {
	background: #c5d200;
}

ul.mks_social_widget_ul .socicon-deviantart:before {
	content: "\e01a"
}

ul.mks_social_widget_ul .socicon-diablo {
	background: #8B1209;
}

ul.mks_social_widget_ul .socicon-diablo:before {
	content: "\e01b"
}

ul.mks_social_widget_ul .socicon-digg {
	background: #1d1d1b;
}

ul.mks_social_widget_ul .socicon-digg:before {
	content: "\e01c"
}

ul.mks_social_widget_ul .socicon-discord {
	background: #7289da;
}

ul.mks_social_widget_ul .socicon-discord:before {
	content: "\e01d"
}

ul.mks_social_widget_ul .socicon-disqus {
	background: #2e9fff;
}

ul.mks_social_widget_ul .socicon-disqus:before {
	content: "\e01e"
}

ul.mks_social_widget_ul .socicon-douban {
	background: #3ca353;
}

ul.mks_social_widget_ul .socicon-douban:before {
	content: "\e01f"
}

ul.mks_social_widget_ul .socicon-draugiem {
	background: #ffa32b;
}

ul.mks_social_widget_ul .socicon-draugiem:before {
	content: "\e020"
}

ul.mks_social_widget_ul .socicon-dribbble {
	background: #e84d88;
}

ul.mks_social_widget_ul .socicon-dribbble:before {
	content: "\e021"
}

ul.mks_social_widget_ul .socicon-drupal {
	background: #00598e;
}

ul.mks_social_widget_ul .socicon-drupal:before {
	content: "\e022"
}

ul.mks_social_widget_ul .socicon-ebay {
	background: #333333;
}

ul.mks_social_widget_ul .socicon-ebay:before {
	content: "\e023"
}

ul.mks_social_widget_ul .socicon-ello {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-ello:before {
	content: "\e024"
}

ul.mks_social_widget_ul .socicon-endomondo {
	background: #86ad00;
}

ul.mks_social_widget_ul .socicon-endomondo:before {
	content: "\e025"
}

ul.mks_social_widget_ul .socicon-envato {
	background: #597c3a;
}

ul.mks_social_widget_ul .socicon-envato:before {
	content: "\e026"
}

ul.mks_social_widget_ul .socicon-etsy {
	background: #F56400;
}

ul.mks_social_widget_ul .socicon-etsy:before {
	content: "\e027"
}

ul.mks_social_widget_ul .socicon-facebook {
	background: #3e5b98;
}

ul.mks_social_widget_ul .socicon-facebook:before {
	content: "\e028"
}

ul.mks_social_widget_ul .socicon-feedburner {
	background: #ffcc00;
}

ul.mks_social_widget_ul .socicon-feedburner:before {
	content: "\e029"
}

ul.mks_social_widget_ul .socicon-filmweb {
	background: #ffc404;
}

ul.mks_social_widget_ul .socicon-filmweb:before {
	content: "\e02a"
}

ul.mks_social_widget_ul .socicon-firefox {
	background: #484848;
}

ul.mks_social_widget_ul .socicon-firefox:before {
	content: "\e02b"
}

ul.mks_social_widget_ul .socicon-flattr {
	background: #F67C1A;
}

ul.mks_social_widget_ul .socicon-flattr:before {
	content: "\e02c"
}

ul.mks_social_widget_ul .socicon-flickr {
	background: #1e1e1b;
}

ul.mks_social_widget_ul .socicon-flickr:before {
	content: "\e02d"
}

ul.mks_social_widget_ul .socicon-formulr {
	background: #ff5a60;
}

ul.mks_social_widget_ul .socicon-formulr:before {
	content: "\e02e"
}

ul.mks_social_widget_ul .socicon-forrst {
	background: #5B9A68;
}

ul.mks_social_widget_ul .socicon-forrst:before {
	content: "\e02f"
}

ul.mks_social_widget_ul .socicon-foursquare {
	background: #f94877;
}

ul.mks_social_widget_ul .socicon-foursquare:before {
	content: "\e030"
}

ul.mks_social_widget_ul .socicon-friendfeed {
	background: #2F72C4;
}

ul.mks_social_widget_ul .socicon-friendfeed:before {
	content: "\e031"
}

ul.mks_social_widget_ul .socicon-github {
	background: #221e1b;
}

ul.mks_social_widget_ul .socicon-github:before {
	content: "\e032"
}

ul.mks_social_widget_ul .socicon-goodreads {
	background: #463020;
}

ul.mks_social_widget_ul .socicon-goodreads:before {
	content: "\e033"
}

ul.mks_social_widget_ul .socicon-google {
	background: #4285f4;
}

ul.mks_social_widget_ul .socicon-google:before {
	content: "\e034"
}

ul.mks_social_widget_ul .socicon-googlegroups {
	background: #4F8EF5;
}

ul.mks_social_widget_ul .socicon-googlegroups:before {
	content: "\e036"
}

ul.mks_social_widget_ul .socicon-googlephotos {
	background: #212121;
}

ul.mks_social_widget_ul .socicon-googlephotos:before {
	content: "\e037"
}

ul.mks_social_widget_ul .socicon-googleplus {
	background: #dd4b39;
}

ul.mks_social_widget_ul .socicon-googleplus:before {
	content: "\e038"
}

ul.mks_social_widget_ul .socicon-googlescholar {
	background: #4285f4;
}

ul.mks_social_widget_ul .socicon-googlescholar:before {
	content: "\e035"
}

ul.mks_social_widget_ul .socicon-grooveshark {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-grooveshark:before {
	content: "\e039"
}

ul.mks_social_widget_ul .socicon-hackerrank {
	background: #2ec866;
}

ul.mks_social_widget_ul .socicon-hackerrank:before {
	content: "\e03a"
}

ul.mks_social_widget_ul .socicon-hearthstone {
	background: #EC9313;
}

ul.mks_social_widget_ul .socicon-hearthstone:before {
	content: "\e03b"
}

ul.mks_social_widget_ul .socicon-hellocoton {
	background: #d30d66;
}

ul.mks_social_widget_ul .socicon-hellocoton:before {
	content: "\e03c"
}

ul.mks_social_widget_ul .socicon-heroes {
	background: #2397F7;
}

ul.mks_social_widget_ul .socicon-heroes:before {
	content: "\e03d"
}

ul.mks_social_widget_ul .socicon-hitbox {
	background: #99CC00;
}

ul.mks_social_widget_ul .socicon-hitbox:before {
	content: "\e03e"
}

ul.mks_social_widget_ul .socicon-horde {
	background: #84121C;
}

ul.mks_social_widget_ul .socicon-horde:before {
	content: "\e03f"
}

ul.mks_social_widget_ul .socicon-houzz {
	background: #7CC04B;
}

ul.mks_social_widget_ul .socicon-houzz:before {
	content: "\e040"
}

ul.mks_social_widget_ul .socicon-icq {
	background: #7EBD00;
}

ul.mks_social_widget_ul .socicon-icq:before {
	content: "\e041"
}

ul.mks_social_widget_ul .socicon-identica {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-identica:before {
	content: "\e042"
}

ul.mks_social_widget_ul .socicon-imdb {
	background: #E8BA00;
}

ul.mks_social_widget_ul .socicon-imdb:before {
	content: "\e043"
}

ul.mks_social_widget_ul .socicon-instagram {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-instagram:before {
	content: "\e044"
}

ul.mks_social_widget_ul .socicon-issuu {
	background: #F26F61;
}

ul.mks_social_widget_ul .socicon-issuu:before {
	content: "\e045"
}

ul.mks_social_widget_ul .socicon-istock {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-istock:before {
	content: "\e046"
}

ul.mks_social_widget_ul .socicon-itunes {
	background: #ff5e51;
}

ul.mks_social_widget_ul .socicon-itunes:before {
	content: "\e047"
}

ul.mks_social_widget_ul .socicon-keybase {
	background: #FF7100;
}

ul.mks_social_widget_ul .socicon-keybase:before {
	content: "\e048"
}

ul.mks_social_widget_ul .socicon-lanyrd {
	background: #3c80c9;
}

ul.mks_social_widget_ul .socicon-lanyrd:before {
	content: "\e049"
}

ul.mks_social_widget_ul .socicon-lastfm {
	background: #d41316;
}

ul.mks_social_widget_ul .socicon-lastfm:before {
	content: "\e04a"
}

ul.mks_social_widget_ul .socicon-line {
	background: #00B901;
}

ul.mks_social_widget_ul .socicon-line:before {
	content: "\e04b"
}

ul.mks_social_widget_ul .socicon-linkedin {
	background: #3371b7;
}

ul.mks_social_widget_ul .socicon-linkedin:before {
	content: "\e04c"
}

ul.mks_social_widget_ul .socicon-livejournal {
	background: #0099CC;
}

ul.mks_social_widget_ul .socicon-livejournal:before {
	content: "\e04d"
}

ul.mks_social_widget_ul .socicon-lyft {
	background: #FF00BF;
}

ul.mks_social_widget_ul .socicon-lyft:before {
	content: "\e04e"
}

ul.mks_social_widget_ul .socicon-macos {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-macos:before {
	content: "\e04f"
}

ul.mks_social_widget_ul .socicon-mail {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-mail:before {
	content: "\e050"
}

ul.mks_social_widget_ul .socicon-medium {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-medium:before {
	content: "\e051"
}

ul.mks_social_widget_ul .socicon-meetup {
	background: #e2373c;
}

ul.mks_social_widget_ul .socicon-meetup:before {
	content: "\e052"
}

ul.mks_social_widget_ul .socicon-mixcloud {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-mixcloud:before {
	content: "\e053"
}

ul.mks_social_widget_ul .socicon-modelmayhem {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-modelmayhem:before {
	content: "\e054"
}

ul.mks_social_widget_ul .socicon-mumble {
	background: #5AB5D1;
}

ul.mks_social_widget_ul .socicon-mumble:before {
	content: "\e055"
}

ul.mks_social_widget_ul .socicon-myspace {
	background: #323232;
}

ul.mks_social_widget_ul .socicon-myspace:before {
	content: "\e056"
}

ul.mks_social_widget_ul .socicon-newsvine {
	background: #075B2F;
}

ul.mks_social_widget_ul .socicon-newsvine:before {
	content: "\e057"
}

ul.mks_social_widget_ul .socicon-nintendo {
	background: #F58A33;
}

ul.mks_social_widget_ul .socicon-nintendo:before {
	content: "\e058"
}

ul.mks_social_widget_ul .socicon-npm {
	background: #C12127;
}

ul.mks_social_widget_ul .socicon-npm:before {
	content: "\e059"
}

ul.mks_social_widget_ul .socicon-odnoklassniki {
	background: #f48420;
}

ul.mks_social_widget_ul .socicon-odnoklassniki:before {
	content: "\e05a"
}

ul.mks_social_widget_ul .socicon-openid {
	background: #f78c40;
}

ul.mks_social_widget_ul .socicon-openid:before {
	content: "\e05b"
}

ul.mks_social_widget_ul .socicon-opera {
	background: #FF1B2D;
}

ul.mks_social_widget_ul .socicon-opera:before {
	content: "\e05c"
}

ul.mks_social_widget_ul .socicon-outlook {
	background: #0072C6;
}

ul.mks_social_widget_ul .socicon-outlook:before {
	content: "\e05d"
}

ul.mks_social_widget_ul .socicon-overwatch {
	background: #9E9E9E;
}

ul.mks_social_widget_ul .socicon-overwatch:before {
	content: "\e05e"
}

ul.mks_social_widget_ul .socicon-patreon {
	background: #F96854;
}

ul.mks_social_widget_ul .socicon-patreon:before {
	content: "\e05f"
}

ul.mks_social_widget_ul .socicon-paypal {
	background: #009cde;
}

ul.mks_social_widget_ul .socicon-paypal:before {
	content: "\e060"
}

ul.mks_social_widget_ul .socicon-periscope {
	background: #3AA4C6;
}

ul.mks_social_widget_ul .socicon-periscope:before {
	content: "\e061"
}

ul.mks_social_widget_ul .socicon-persona {
	background: #e6753d;
}

ul.mks_social_widget_ul .socicon-persona:before {
	content: "\e062"
}

ul.mks_social_widget_ul .socicon-pinterest {
	background: #c92619;
}

ul.mks_social_widget_ul .socicon-pinterest:before {
	content: "\e063"
}

ul.mks_social_widget_ul .socicon-play {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-play:before {
	content: "\e064"
}

ul.mks_social_widget_ul .socicon-player {
	background: #6E41BD;
}

ul.mks_social_widget_ul .socicon-player:before {
	content: "\e065"
}

ul.mks_social_widget_ul .socicon-playstation {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-playstation:before {
	content: "\e066"
}

ul.mks_social_widget_ul .socicon-pocket {
	background: #ED4055;
}

ul.mks_social_widget_ul .socicon-pocket:before {
	content: "\e067"
}

ul.mks_social_widget_ul .socicon-qq {
	background: #4297d3;
}

ul.mks_social_widget_ul .socicon-qq:before {
	content: "\e068"
}

ul.mks_social_widget_ul .socicon-quora {
	background: #cb202d;
}

ul.mks_social_widget_ul .socicon-quora:before {
	content: "\e069"
}

ul.mks_social_widget_ul .socicon-raidcall {
	background: #073558;
}

ul.mks_social_widget_ul .socicon-raidcall:before {
	content: "\e06a"
}

ul.mks_social_widget_ul .socicon-ravelry {
	background: #B6014C;
}

ul.mks_social_widget_ul .socicon-ravelry:before {
	content: "\e06b"
}

ul.mks_social_widget_ul .socicon-reddit {
	background: #e74a1e;
}

ul.mks_social_widget_ul .socicon-reddit:before {
	content: "\e06c"
}

ul.mks_social_widget_ul .socicon-renren {
	background: #2266b0;
}

ul.mks_social_widget_ul .socicon-renren:before {
	content: "\e06d"
}

ul.mks_social_widget_ul .socicon-researchgate {
	background: #00CCBB;
}

ul.mks_social_widget_ul .socicon-researchgate:before {
	content: "\e06e"
}

ul.mks_social_widget_ul .socicon-residentadvisor {
	background: #B3BE1B;
}

ul.mks_social_widget_ul .socicon-residentadvisor:before {
	content: "\e06f"
}

ul.mks_social_widget_ul .socicon-reverbnation {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-reverbnation:before {
	content: "\e070"
}

ul.mks_social_widget_ul .socicon-rss {
	background: #f26109;
}

ul.mks_social_widget_ul .socicon-rss:before {
	content: "\e071"
}

ul.mks_social_widget_ul .socicon-sharethis {
	background: #01bf01;
}

ul.mks_social_widget_ul .socicon-sharethis:before {
	content: "\e072"
}

ul.mks_social_widget_ul .socicon-skype {
	background: #28abe3;
}

ul.mks_social_widget_ul .socicon-skype:before {
	content: "\e073"
}

ul.mks_social_widget_ul .socicon-slideshare {
	background: #4ba3a6;
}

ul.mks_social_widget_ul .socicon-slideshare:before {
	content: "\e074"
}

ul.mks_social_widget_ul .socicon-smugmug {
	background: #ACFD32;
}

ul.mks_social_widget_ul .socicon-smugmug:before {
	content: "\e075"
}

ul.mks_social_widget_ul .socicon-snapchat {
	background: #fffa37;
}

ul.mks_social_widget_ul .socicon-snapchat:before {
	content: "\e076"
}

ul.mks_social_widget_ul .socicon-songkick {
	background: #F80046;
}

ul.mks_social_widget_ul .socicon-songkick:before {
	content: "\e077"
}

ul.mks_social_widget_ul .socicon-soundcloud {
	background: #fe3801;
}

ul.mks_social_widget_ul .socicon-soundcloud:before {
	content: "\e078"
}

ul.mks_social_widget_ul .socicon-spotify {
	background: #7bb342;
}

ul.mks_social_widget_ul .socicon-spotify:before {
	content: "\e079"
}

ul.mks_social_widget_ul .socicon-stackexchange {
	background: #2f2f2f;
}

ul.mks_social_widget_ul .socicon-stackexchange:before {
	content: "\e07a"
}

ul.mks_social_widget_ul .socicon-stackoverflow {
	background: #FD9827;
}

ul.mks_social_widget_ul .socicon-stackoverflow:before {
	content: "\e07b"
}

ul.mks_social_widget_ul .socicon-starcraft {
	background: #002250;
}

ul.mks_social_widget_ul .socicon-starcraft:before {
	content: "\e07c"
}

ul.mks_social_widget_ul .socicon-stayfriends {
	background: #F08A1C;
}

ul.mks_social_widget_ul .socicon-stayfriends:before {
	content: "\e07d"
}

ul.mks_social_widget_ul .socicon-steam {
	background: #171a21;
}

ul.mks_social_widget_ul .socicon-steam:before {
	content: "\e07e"
}

ul.mks_social_widget_ul .socicon-storehouse {
	background: #25B0E6;
}

ul.mks_social_widget_ul .socicon-storehouse:before {
	content: "\e07f"
}

ul.mks_social_widget_ul .socicon-strava {
	background: #FC4C02;
}

ul.mks_social_widget_ul .socicon-strava:before {
	content: "\e080"
}

ul.mks_social_widget_ul .socicon-streamjar {
	background: #503a60;
}

ul.mks_social_widget_ul .socicon-streamjar:before {
	content: "\e081"
}

ul.mks_social_widget_ul .socicon-stumbleupon {
	background: #e64011;
}

ul.mks_social_widget_ul .socicon-stumbleupon:before {
	content: "\e082"
}

ul.mks_social_widget_ul .socicon-swarm {
	background: #FC9D3C;
}

ul.mks_social_widget_ul .socicon-swarm:before {
	content: "\e083"
}

ul.mks_social_widget_ul .socicon-teamspeak {
	background: #465674;
}

ul.mks_social_widget_ul .socicon-teamspeak:before {
	content: "\e084"
}

ul.mks_social_widget_ul .socicon-teamviewer {
	background: #168EF4;
}

ul.mks_social_widget_ul .socicon-teamviewer:before {
	content: "\e085"
}

ul.mks_social_widget_ul .socicon-technorati {
	background: #5cb030;
}

ul.mks_social_widget_ul .socicon-technorati:before {
	content: "\e086"
}

ul.mks_social_widget_ul .socicon-telegram {
	background: #0088cc;
}

ul.mks_social_widget_ul .socicon-telegram:before {
	content: "\e087"
}

ul.mks_social_widget_ul .socicon-tripadvisor {
	background: #4B7E37;
}

ul.mks_social_widget_ul .socicon-tripadvisor:before {
	content: "\e088"
}

ul.mks_social_widget_ul .socicon-tripit {
	background: #1982C3;
}

ul.mks_social_widget_ul .socicon-tripit:before {
	content: "\e089"
}

ul.mks_social_widget_ul .socicon-triplej {
	background: #E53531;
}

ul.mks_social_widget_ul .socicon-triplej:before {
	content: "\e08a"
}

ul.mks_social_widget_ul .socicon-tumblr {
	background: #45556c;
}

ul.mks_social_widget_ul .socicon-tumblr:before {
	content: "\e08b"
}

ul.mks_social_widget_ul .socicon-twitch {
	background: #6441a5;
}

ul.mks_social_widget_ul .socicon-twitch:before {
	content: "\e08c"
}

ul.mks_social_widget_ul .socicon-twitter {
	background: #222222;
}

ul.mks_social_widget_ul .socicon-twitter:before {
	content: "\e959"
}

ul.mks_social_widget_ul .socicon-uber {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-uber:before {
	content: "\e08e"
}

ul.mks_social_widget_ul .socicon-ventrilo {
	background: #77808A;
}

ul.mks_social_widget_ul .socicon-ventrilo:before {
	content: "\e08f"
}

ul.mks_social_widget_ul .socicon-viadeo {
	background: #e4a000;
}

ul.mks_social_widget_ul .socicon-viadeo:before {
	content: "\e090"
}

ul.mks_social_widget_ul .socicon-viber {
	background: #7b519d;
}

ul.mks_social_widget_ul .socicon-viber:before {
	content: "\e091"
}

ul.mks_social_widget_ul .socicon-viewbug {
	background: #2B9FCF;
}

ul.mks_social_widget_ul .socicon-viewbug:before {
	content: "\e092"
}

ul.mks_social_widget_ul .socicon-vimeo {
	background: #51b5e7;
}

ul.mks_social_widget_ul .socicon-vimeo:before {
	content: "\e093"
}

ul.mks_social_widget_ul .socicon-vine {
	background: #00b389;
}

ul.mks_social_widget_ul .socicon-vine:before {
	content: "\e094"
}

ul.mks_social_widget_ul .socicon-vkontakte {
	background: #5a7fa6;
}

ul.mks_social_widget_ul .socicon-vkontakte:before {
	content: "\e095"
}

ul.mks_social_widget_ul .socicon-warcraft {
	background: #1EB10A;
}

ul.mks_social_widget_ul .socicon-warcraft:before {
	content: "\e096"
}

ul.mks_social_widget_ul .socicon-wechat {
	background: #09b507;
}

ul.mks_social_widget_ul .socicon-wechat:before {
	content: "\e097"
}

ul.mks_social_widget_ul .socicon-weibo {
	background: #e31c34;
}

ul.mks_social_widget_ul .socicon-weibo:before {
	content: "\e098"
}

ul.mks_social_widget_ul .socicon-whatsapp {
	background: #20B038;
}

ul.mks_social_widget_ul .socicon-whatsapp:before {
	content: "\e099"
}

ul.mks_social_widget_ul .socicon-wikipedia {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-wikipedia:before {
	content: "\e09a"
}

ul.mks_social_widget_ul .socicon-windows {
	background: #00BDF6;
}

ul.mks_social_widget_ul .socicon-windows:before {
	content: "\e09b"
}

ul.mks_social_widget_ul .socicon-wordpress {
	background: #464646;
}

ul.mks_social_widget_ul .socicon-wordpress:before {
	content: "\e09c"
}

ul.mks_social_widget_ul .socicon-wykop {
	background: #328efe;
}

ul.mks_social_widget_ul .socicon-wykop:before {
	content: "\e09d"
}

ul.mks_social_widget_ul .socicon-xbox {
	background: #92C83E;
}

ul.mks_social_widget_ul .socicon-xbox:before {
	content: "\e09e"
}

ul.mks_social_widget_ul .socicon-xing {
	background: #005a60;
}

ul.mks_social_widget_ul .socicon-xing:before {
	content: "\e09f"
}

ul.mks_social_widget_ul .socicon-yahoo {
	background: #6e2a85;
}

ul.mks_social_widget_ul .socicon-yahoo:before {
	content: "\e0a0"
}

ul.mks_social_widget_ul .socicon-yammer {
	background: #1175C4;
}

ul.mks_social_widget_ul .socicon-yammer:before {
	content: "\e0a1"
}

ul.mks_social_widget_ul .socicon-yandex {
	background: #FF0000;
}

ul.mks_social_widget_ul .socicon-yandex:before {
	content: "\e0a2"
}

ul.mks_social_widget_ul .socicon-yelp {
	background: #c83218;
}

ul.mks_social_widget_ul .socicon-yelp:before {
	content: "\e0a3"
}

ul.mks_social_widget_ul .socicon-younow {
	background: #61C03E;
}

ul.mks_social_widget_ul .socicon-younow:before {
	content: "\e0a4"
}

ul.mks_social_widget_ul .socicon-youtube {
	background: #e02a20;
}

ul.mks_social_widget_ul .socicon-youtube:before {
	content: "\e0a5"
}

ul.mks_social_widget_ul .socicon-zapier {
	background: #FF4A00;
}

ul.mks_social_widget_ul .socicon-zapier:before {
	content: "\e0a6"
}

ul.mks_social_widget_ul .socicon-zerply {
	background: #9DBC7A;
}

ul.mks_social_widget_ul .socicon-zerply:before {
	content: "\e0a7"
}

ul.mks_social_widget_ul .socicon-zomato {
	background: #cb202d;
}

ul.mks_social_widget_ul .socicon-zomato:before {
	content: "\e0a8"
}

ul.mks_social_widget_ul .socicon-zynga {
	background: #DC0606;
}

ul.mks_social_widget_ul .socicon-zynga:before {
	content: "\e0a9"
}

ul.mks_social_widget_ul .socicon-spreadshirt {
	background: #00b2a6;
}

ul.mks_social_widget_ul .socicon-spreadshirt:before {
	content: "\e900"
}

ul.mks_social_widget_ul .socicon-trello {
	background: #0079bf;
}

ul.mks_social_widget_ul .socicon-trello:before {
	content: "\e902"
}

ul.mks_social_widget_ul .socicon-gamejolt {
	background: #191919;
}

ul.mks_social_widget_ul .socicon-gamejolt:before {
	content: "\e901"
}

ul.mks_social_widget_ul .socicon-tunein {
	background: #36b4a7;
}

ul.mks_social_widget_ul .socicon-tunein:before {
	content: "\e903"
}

ul.mks_social_widget_ul .socicon-bloglovin {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-bloglovin:before {
	content: "\e904"
}

ul.mks_social_widget_ul .socicon-gamewisp {
	background: #F8A853;
}

ul.mks_social_widget_ul .socicon-gamewisp:before {
	content: "\e905"
}

ul.mks_social_widget_ul .socicon-messenger {
	background: #0084ff;
}

ul.mks_social_widget_ul .socicon-messenger:before {
	content: "\e906"
}

ul.mks_social_widget_ul .socicon-pandora {
	background: #224099;
}

ul.mks_social_widget_ul .socicon-pandora:before {
	content: "\e907"
}

ul.mks_social_widget_ul .socicon-microsoft {
	background: #666666;
}

ul.mks_social_widget_ul .socicon-microsoft:before {
	content: "\e90e"
}

ul.mks_social_widget_ul .socicon-mobcrush {
	background: #FFEE00;
}

ul.mks_social_widget_ul .socicon-mobcrush:before {
	content: "\e90d"
}

ul.mks_social_widget_ul .socicon-sketchfab {
	background: #00A5D6;
}

ul.mks_social_widget_ul .socicon-sketchfab:before {
	content: "\e90c"
}

ul.mks_social_widget_ul .socicon-yt-gaming {
	background: #E91D00;
}

ul.mks_social_widget_ul .socicon-yt-gaming:before {
	content: "\e90b"
}

ul.mks_social_widget_ul .socicon-fyuse {
	background: #FF3143;
}

ul.mks_social_widget_ul .socicon-fyuse:before {
	content: "\e90a"
}

ul.mks_social_widget_ul .socicon-bitbucket {
	background: #243759;
}

ul.mks_social_widget_ul .socicon-bitbucket:before {
	content: "\e909"
}

ul.mks_social_widget_ul .socicon-augment {
	background: #E71204;
}

ul.mks_social_widget_ul .socicon-augment:before {
	content: "\e908"
}

ul.mks_social_widget_ul .socicon-toneden {
	background: #777BF9;
}

ul.mks_social_widget_ul .socicon-toneden:before {
	content: "\e93a"
}

ul.mks_social_widget_ul .socicon-niconico {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-niconico:before {
	content: "\e939"
}

ul.mks_social_widget_ul .socicon-zillow {
	background: #0074e4;
}

ul.mks_social_widget_ul .socicon-zillow:before {
	content: "\e938"
}

ul.mks_social_widget_ul .socicon-googlemaps {
	background: #4285F4;
}

ul.mks_social_widget_ul .socicon-googlemaps:before {
	content: "\e937"
}

ul.mks_social_widget_ul .socicon-booking {
	background: #003580;
}

ul.mks_social_widget_ul .socicon-booking:before {
	content: "\e936"
}

ul.mks_social_widget_ul .socicon-fundable {
	background: #1d181f;
}

ul.mks_social_widget_ul .socicon-fundable:before {
	content: "\e935"
}

ul.mks_social_widget_ul .socicon-upwork {
	background: #5BBC2F;
}

ul.mks_social_widget_ul .socicon-upwork:before {
	content: "\e934"
}

ul.mks_social_widget_ul .socicon-ghost {
	background: #33393C;
}

ul.mks_social_widget_ul .socicon-ghost:before {
	content: "\e933"
}

ul.mks_social_widget_ul .socicon-loomly {
	background: #00425f;
}

ul.mks_social_widget_ul .socicon-loomly:before {
	content: "\e932"
}

ul.mks_social_widget_ul .socicon-trulia {
	background: #20BF63;
}

ul.mks_social_widget_ul .socicon-trulia:before {
	content: "\e931"
}

ul.mks_social_widget_ul .socicon-ask {
	background: #CF0000;
}

ul.mks_social_widget_ul .socicon-ask:before {
	content: "\e930"
}

ul.mks_social_widget_ul .socicon-gust {
	background: #1E2E3E;
}

ul.mks_social_widget_ul .socicon-gust:before {
	content: "\e92f"
}

ul.mks_social_widget_ul .socicon-toptal {
	background: #4C73AA;
}

ul.mks_social_widget_ul .socicon-toptal:before {
	content: "\e92e"
}

ul.mks_social_widget_ul .socicon-squarespace {
	background: #121212;
}

ul.mks_social_widget_ul .socicon-squarespace:before {
	content: "\e92d"
}

ul.mks_social_widget_ul .socicon-bonanza {
	background: #62764A;
}

ul.mks_social_widget_ul .socicon-bonanza:before {
	content: "\e92c"
}

ul.mks_social_widget_ul .socicon-doodle {
	background: #0064DC;
}

ul.mks_social_widget_ul .socicon-doodle:before {
	content: "\e92b"
}

ul.mks_social_widget_ul .socicon-bing {
	background: #008485;
}

ul.mks_social_widget_ul .socicon-bing:before {
	content: "\e92a"
}

ul.mks_social_widget_ul .socicon-seedrs {
	background: #7FBB31;
}

ul.mks_social_widget_ul .socicon-seedrs:before {
	content: "\e929"
}

ul.mks_social_widget_ul .socicon-freelancer {
	background: #0088CA;
}

ul.mks_social_widget_ul .socicon-freelancer:before {
	content: "\e928"
}

ul.mks_social_widget_ul .socicon-shopify {
	background: #5C6AC4;
}

ul.mks_social_widget_ul .socicon-shopify:before {
	content: "\e927"
}

ul.mks_social_widget_ul .socicon-googlecalendar {
	background: #3D81F6;
}

ul.mks_social_widget_ul .socicon-googlecalendar:before {
	content: "\e926"
}

ul.mks_social_widget_ul .socicon-redfin {
	background: #C82022;
}

ul.mks_social_widget_ul .socicon-redfin:before {
	content: "\e925"
}

ul.mks_social_widget_ul .socicon-wix {
	background: #0096FF;
}

ul.mks_social_widget_ul .socicon-wix:before {
	content: "\e924"
}

ul.mks_social_widget_ul .socicon-craigslist {
	background: #561A8B;
}

ul.mks_social_widget_ul .socicon-craigslist:before {
	content: "\e923"
}

ul.mks_social_widget_ul .socicon-alibaba {
	background: #FF6A00;
}

ul.mks_social_widget_ul .socicon-alibaba:before {
	content: "\e922"
}

ul.mks_social_widget_ul .socicon-zoom {
	background: #2D8CFF;
}

ul.mks_social_widget_ul .socicon-zoom:before {
	content: "\e921"
}

ul.mks_social_widget_ul .socicon-homes {
	background: #F7841B;
}

ul.mks_social_widget_ul .socicon-homes:before {
	content: "\e920"
}

ul.mks_social_widget_ul .socicon-appstore {
	background: #007AFF;
}

ul.mks_social_widget_ul .socicon-appstore:before {
	content: "\e91f"
}

ul.mks_social_widget_ul .socicon-guru {
	background: #4C81C0;
}

ul.mks_social_widget_ul .socicon-guru:before {
	content: "\e91e"
}

ul.mks_social_widget_ul .socicon-aliexpress {
	background: #E92C00;
}

ul.mks_social_widget_ul .socicon-aliexpress:before {
	content: "\e91d"
}

ul.mks_social_widget_ul .socicon-gotomeeting {
	background: #FD7A2B;
}

ul.mks_social_widget_ul .socicon-gotomeeting:before {
	content: "\e91c"
}

ul.mks_social_widget_ul .socicon-fiverr {
	background: #0DB62A;
}

ul.mks_social_widget_ul .socicon-fiverr:before {
	content: "\e91b"
}

ul.mks_social_widget_ul .socicon-logmein {
	background: #45B6F3;
}

ul.mks_social_widget_ul .socicon-logmein:before {
	content: "\e91a"
}

ul.mks_social_widget_ul .socicon-openaigym {
	background: #29A8B3;
}

ul.mks_social_widget_ul .socicon-openaigym:before {
	content: "\e919"
}

ul.mks_social_widget_ul .socicon-slack {
	background: #4B6BC6;
}

ul.mks_social_widget_ul .socicon-slack:before {
	content: "\e918"
}

ul.mks_social_widget_ul .socicon-codepen {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-codepen:before {
	content: "\e917"
}

ul.mks_social_widget_ul .socicon-angieslist {
	background: #299F37;
}

ul.mks_social_widget_ul .socicon-angieslist:before {
	content: "\e916"
}

ul.mks_social_widget_ul .socicon-homeadvisor {
	background: #EF8B1D;
}

ul.mks_social_widget_ul .socicon-homeadvisor:before {
	content: "\e915"
}

ul.mks_social_widget_ul .socicon-unsplash {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-unsplash:before {
	content: "\e914"
}

ul.mks_social_widget_ul .socicon-mastodon {
	background: #2986D6;
}

ul.mks_social_widget_ul .socicon-mastodon:before {
	content: "\e913"
}

ul.mks_social_widget_ul .socicon-natgeo {
	background: #222222;
}

ul.mks_social_widget_ul .socicon-natgeo:before {
	content: "\e912"
}

ul.mks_social_widget_ul .socicon-qobuz {
	background: #298FBF;
}

ul.mks_social_widget_ul .socicon-qobuz:before {
	content: "\e911"
}

ul.mks_social_widget_ul .socicon-tidal {
	background: #01FFFF;
}

ul.mks_social_widget_ul .socicon-tidal:before {
	content: "\e910"
}

ul.mks_social_widget_ul .socicon-realtor {
	background: #D52228;
}

ul.mks_social_widget_ul .socicon-realtor:before {
	content: "\e90f"
}

ul.mks_social_widget_ul .socicon-calendly {
	background: #00a3fa;
}

ul.mks_social_widget_ul .socicon-calendly:before {
	content: "\e93d"
}

ul.mks_social_widget_ul .socicon-homify {
	background: #7DCDA3;
}

ul.mks_social_widget_ul .socicon-homify:before {
	content: "\e93c"
}

ul.mks_social_widget_ul .socicon-crunchbase {
	background: #0288d1;
}

ul.mks_social_widget_ul .socicon-crunchbase:before {
	content: "\e93b"
}

ul.mks_social_widget_ul .socicon-livemaster {
	background: #e76d00;
}

ul.mks_social_widget_ul .socicon-livemaster:before {
	content: "\e93e"
}

ul.mks_social_widget_ul .socicon-udemy {
	background: #17aa1c;
}

ul.mks_social_widget_ul .socicon-udemy:before {
	content: "\e93f"
}

ul.mks_social_widget_ul .socicon-nextdoor {
	background: #01B247;
}

ul.mks_social_widget_ul .socicon-nextdoor:before {
	content: "\e942"
}

ul.mks_social_widget_ul .socicon-origin {
	background: #F56C2E;
}

ul.mks_social_widget_ul .socicon-origin:before {
	content: "\e941"
}

ul.mks_social_widget_ul .socicon-codered {
	background: #FF033B;
}

ul.mks_social_widget_ul .socicon-codered:before {
	content: "\e940"
}

ul.mks_social_widget_ul .socicon-portfolio {
	background: #54AFFF;
}

ul.mks_social_widget_ul .socicon-portfolio:before {
	content: "\e943"
}

ul.mks_social_widget_ul .socicon-instructables {
	background: #f8b514;
}

ul.mks_social_widget_ul .socicon-instructables:before {
	content: "\e944"
}

ul.mks_social_widget_ul .socicon-gitlab {
	background: #e65228;
}

ul.mks_social_widget_ul .socicon-gitlab:before {
	content: "\e945"
}

ul.mks_social_widget_ul .socicon-mailru {
	background: #FDA840;
}

ul.mks_social_widget_ul .socicon-mailru:before {
	content: "\e94a"
}

ul.mks_social_widget_ul .socicon-bookbub {
	background: #E70005;
}

ul.mks_social_widget_ul .socicon-bookbub:before {
	content: "\e949"
}

ul.mks_social_widget_ul .socicon-kobo {
	background: #BF0000;
}

ul.mks_social_widget_ul .socicon-kobo:before {
	content: "\e948"
}

ul.mks_social_widget_ul .socicon-smashwords {
	background: #4181C3;
}

ul.mks_social_widget_ul .socicon-smashwords:before {
	content: "\e947"
}

ul.mks_social_widget_ul .socicon-hackernews {
	background: #FF6601;
}

ul.mks_social_widget_ul .socicon-hackernews:before {
	content: "\e946"
}

ul.mks_social_widget_ul .socicon-hackerone {
	background: #ec1075;
}

ul.mks_social_widget_ul .socicon-hackerone:before {
	content: "\e956"
}

ul.mks_social_widget_ul .socicon-beatport {
	background: #94d500;
}

ul.mks_social_widget_ul .socicon-beatport:before {
	content: "\e955"
}

ul.mks_social_widget_ul .socicon-napster {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-napster:before {
	content: "\e954"
}

ul.mks_social_widget_ul .socicon-spip {
	background: #E00D6F;
}

ul.mks_social_widget_ul .socicon-spip:before {
	content: "\e953"
}

ul.mks_social_widget_ul .socicon-wickr {
	background: #F29100;
}

ul.mks_social_widget_ul .socicon-wickr:before {
	content: "\e952"
}

ul.mks_social_widget_ul .socicon-blackberry {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-blackberry:before {
	content: "\e951"
}

ul.mks_social_widget_ul .socicon-myanimelist {
	background: #2E51A2;
}

ul.mks_social_widget_ul .socicon-myanimelist:before {
	content: "\e950"
}

ul.mks_social_widget_ul .socicon-pixiv {
	background: #049CFF;
}

ul.mks_social_widget_ul .socicon-pixiv:before {
	content: "\e94f"
}

ul.mks_social_widget_ul .socicon-gamefor {
	background: #506F82;
}

ul.mks_social_widget_ul .socicon-gamefor:before {
	content: "\e94e"
}

ul.mks_social_widget_ul .socicon-traxsource {
	background: #40A0FF;
}

ul.mks_social_widget_ul .socicon-traxsource:before {
	content: "\e94d"
}

ul.mks_social_widget_ul .socicon-indiedb {
	background: #77C628;
}

ul.mks_social_widget_ul .socicon-indiedb:before {
	content: "\e94c"
}

ul.mks_social_widget_ul .socicon-moddb {
	background: #CC0300;
}

ul.mks_social_widget_ul .socicon-moddb:before {
	content: "\e94b"
}

ul.mks_social_widget_ul .socicon-internet {
	background: #000000;
}

ul.mks_social_widget_ul .socicon-internet:before {
	content: "\e957"
}

ul.mks_social_widget_ul .socicon-tiktok {
	background: #00f2ea;
}

ul.mks_social_widget_ul .socicon-tiktok:before {
	content: "\e958"
}ul.mks_themeforest_widget_ul li{
	width: 80px !important;
	height: 80px;
	display: inline-block !important;
	margin: 0 2px 4px 0;
	padding: 0;
	vertical-align: top;
}

ul.mks_themeforest_widget_ul li img{
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
}
.mks_read_more{
	text-align: center;
}
.mks_read_more{margin-top: 10px;}/*

THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN.
USE THE CUSTOM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR
CUSTOM CSS RULES.

*/

div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}

div.tnp-profile {
    display: block;
    margin: 1em 0;
    max-width: 500px;
    /*width: 100%;*/
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
    margin-bottom: .7em;
    border: 0;
    padding: 0;
}

.tnp-subscription label,
.tnp-profile label
{
    display: block;
    color: inherit;
    font-weight: normal;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-bottom: .25em;
    font-size: .9em;
}

.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
    display: inline-block;
}

.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{
    /* Fixes some bad themes CSS */
    max-width: 1em;
    display: inline-block;
    margin-right: .5em;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-subscription select option,
.tnp-profile select option
{
    margin-right: .75em;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
    background-color: #444;
    color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    display: inline-block;
}

@media all and (max-width: 480px) {
    .tnp-subscription input[type=submit],
    .tnp-profile input[type=submit] {
        width: 100%;
    }
}

.tnp-widget {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.tnp-widget .tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-widget label {
    display: block;
    color: inherit;
    font-size: 14px;
}

.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
    width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd ;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
    width: auto;
    display: inline-block;
}

/* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */
.tnp-widget select option {
    margin-right: 10px;
}

.tnp-widget input.tnp-submit {
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    margin: 0;
}

.tnp-field input[type="submit"] {
    position: inherit;
}

.tnp-field label {

}

/* Newsletter Widget Minimal */

.tnp-widget-minimal {
    width: 100%;
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0;
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* The minimal form */

.tnp-subscription-minimal {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
}

.tnp-subscription-minimal form {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}

.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
    width: 70%;
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin-right: 10px;
}

.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
    width: 31%;
}

.tnp-subscription-minimal .tnp-privacy-field {
    margin-top: 10px;
}

/* Some of these styles are overridden by theme styles... */
.tnp-subscription-minimal input.tnp-submit {
    width: 29%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0px;
    margin: 0;
}

.tnp-subscription-posts {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 2rem;
}

.tnp-subscription-posts .tnp-subscription {
    max-width: auto;
    margin: 0;
}

@media all and (max-width: 525px) {
    .tnp-subscription-minimal.with-name input.tnp-email,
    .tnp-subscription-minimal.with-name input.tnp-name,
    .tnp-subscription-minimal input.tnp-submit
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: block;
        margin-bottom: .5rem;
    }
}

/* Single button forms */
.tnp-button-form button.tnp-submit {
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0px;
    height: auto;
    margin: 0;
}

/* Comments Extension */
.tnp-comments {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tnp-comments label {
    display: block;
}

.tnp-comments input[type=checkbox] {
    display: inline-block;
    width: auto!important;
}


/* Locked Content Extension */
.tnp-lock {
    clear: both;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    margin: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tnp-nl-checkout {
    margin-bottom: 1em;
}
/* GENERAL */

@font-face {
    font-family: "socicon";
    src: url(/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.eot);
    src: url(/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.woff) format("woff"), url(/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.ttf) format("truetype"), url(/wp-content/plugins/meks-easy-social-share/assets/css/../fonts/socicon.svg#socicon) format("svg");
    font-weight: normal;
    font-style: normal;
}

.meks_ess .socicon-facebook {
	background: #3e5b98;
}
.meks_ess .socicon-facebook:before {
	content: "\e028"
}

.meks_ess .socicon-twitter {
	background: #222222;
}
.meks_ess .socicon-twitter:before {
	content: "\e959"
}

.meks_ess .socicon-pinterest {
	background: #c92619;
}
.meks_ess .socicon-pinterest:before {
	content: "\e063"
}

.meks_ess .socicon-reddit {
	background: #e74a1e;
}
.meks_ess .socicon-reddit:before {
	content: "\e06c"
}

.meks_ess .socicon-instagram {
	background: #000000;
}
.meks_ess .socicon-instagram:before {
	content: "\e044"
}

.meks_ess .socicon-stumbleupon {
	background: #e64011;
}
.meks_ess .socicon-stumbleupon:before {
	content: "\e082"
}

.meks_ess .socicon-linkedin {
	background: #3371b7;
}
.meks_ess .socicon-linkedin:before {
	content: "\e04c"
}

.meks_ess .socicon-googleplus {
	background: #dd4b39;
}
.meks_ess .socicon-googleplus:before {
	content: "\e038"
}

.meks_ess .socicon-whatsapp {
	background: #20B038;
}
.meks_ess .socicon-whatsapp:before {
	content: "\e099"
}

.meks_ess .socicon-vkontakte {
	background: #5a7fa6;
}
.meks_ess .socicon-vkontakte:before {
	content: "\e095"
}

.meks_ess .socicon-mail {
	background: #000000;
}
.meks_ess .socicon-mail:before {
	content: "\e050"
}

.transparent .socicon-facebook:before,
.outline .socicon-facebook:before,
.transparent .socicon-facebook span,
.outline .socicon-facebook span {
    color: #3e5b98;
}
.transparent .socicon-twitter:before,
.outline .socicon-twitter:before,
.transparent .socicon-twitter span,
.outline .socicon-twitter span {
    color: #222222;
}
.transparent .socicon-pinterest:before,
.outline .socicon-pinterest:before,
.transparent .socicon-pinterest span,
.outline .socicon-pinterest span {
    color: #c92619;
}
.transparent .socicon-reddit:before,
.outline .socicon-reddit:before,
.transparent .socicon-reddit span,
.outline .socicon-reddit span {
    color: #e74a1e;
}
.transparent .socicon-instagram:before,
.outline .socicon-instagram:before,
.transparent .socicon-instagram span,
.outline .socicon-instagram span {
    color: #000000;
}
.transparent .socicon-stumbleupon:before,
.outline .socicon-stumbleupon:before,
.transparent .socicon-stumbleupon span,
.outline .socicon-stumbleupon span {
    color: #e64011;
}
.transparent .socicon-linkedin:before,
.outline .socicon-linkedin:before,
.transparent .socicon-linkedin span,
.outline .socicon-linkedin span {
    color: #3371b7;
}
.transparent .socicon-googleplus:before,
.outline .socicon-googleplus:before,
.transparent .socicon-googleplus span,
.outline .socicon-googleplus span {
    color: #dd4b39;
}
.transparent .socicon-whatsapp:before,
.outline .socicon-whatsapp:before,
.transparent .socicon-whatsapp span,
.outline .socicon-whatsapp span {
    color: #20B038;
}
.transparent .socicon-vkontakte:before,
.outline .socicon-vkontakte:before,
.transparent .socicon-vkontakte span,
.outline .socicon-vkontakte span {
    color: #5a7fa6;
}
.transparent .socicon-mail:before,
.outline .socicon-mail:before,
.transparent .socicon-mail span,
.outline .socicon-mail span {
    color: #000000;
}

body .outline .meks_ess-item.socicon-facebook,
body .outline .meks_ess-item.socicon-facebook:hover {
    border-color: #3e5b98;
}
body .outline .meks_ess-item.socicon-twitter,
body .outline .meks_ess-item.socicon-twitter:hover {
    border-color: #222222;
}
body .outline .meks_ess-item.socicon-pinterest,
body .outline .meks_ess-item.socicon-pinterest:hover {
    border-color: #c92619;
}
body .outline .meks_ess-item.socicon-reddit,
body .outline .meks_ess-item.socicon-reddit:hover {
    border-color: #e74a1e;
}
body .outline .meks_ess-item.socicon-instagram,
body .outline .meks_ess-item.socicon-instagram:hover {
    border-color: #000000;
}
body .outline .meks_ess-item.socicon-stumbleupon,
body .outline .meks_ess-item.socicon-stumbleupon:hover {
    border-color: #e64011;
}
body .outline .meks_ess-item.socicon-linkedin,
body .outline .meks_ess-item.socicon-linkedin:hover {
    border-color: #3371b7;
}
body .outline .meks_ess-item.socicon-googleplus,
body .outline .meks_ess-item.socicon-googleplus:hover {
    border-color: #dd4b39;
}
body .outline .meks_ess-item.socicon-whatsapp,
body .outline .meks_ess-item.socicon-whatsapp:hover {
    border-color: #20B038;
}
body .outline .meks_ess-item.socicon-vkontakte,
body .outline .meks_ess-item.socicon-vkontakte:hover {
    border-color: #5a7fa6;
}
body .outline .meks_ess-item.socicon-mail,
body .outline .meks_ess-item.socicon-mail:hover {
    border-color: #000000;
}

.meks_ess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: -5px;
}
body .meks_ess .meks_ess-item {
    font-style: normal;
    text-decoration: none !important;
    font-family: inherit;
    color: #FFF;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 5px !important;
    box-shadow: none !important;
    border: 0;
}
.meks_ess .meks_ess-item:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-size: 14px;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
}


body .meks_ess .meks_ess-item:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,rgba(0,0,0,.1))) !important;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
    background-image: -o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
    background-image: -ms-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
    background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 100%) !important;
}
body .meks_ess .meks_ess-item:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.meks_ess .meks_ess-item span {
    font-family: inherit;
    position: relative;
    top: -1px;
    margin-left: 8px;
}
.meks_ess.no-labels span {
    display: none;
}

.meks_ess.transparent .meks_ess-item {
    font-size: 1em;
}

/* STYLES */
.meks_ess.outline .meks_ess-item {
    border: 1px solid transparent;
    background: transparent !important;
}
.meks_ess.outline .meks_ess-item:hover {
    border: 1px solid;
}

.meks_ess.transparent .meks_ess-item {
    border-radius: 0;
    background: transparent !important;
}
.meks_ess.transparent .meks_ess-item:hover {
    background: transparent !important;
}


/* STYLE 1 - rectangle no-labels */
.meks_ess.rectangle.no-labels .meks_ess-item {
    border-radius: 0;
    min-width: 100px;
}

/* STYLE 2 - rounded no-labels */
.meks_ess.rounded.no-labels .meks_ess-item {
    border-radius: 20px;
    min-width: 100px;
}

/* STYLE 3 - circle no-labels */
.meks_ess.circle, .meks_ess.square, .meks_ess.transparent {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.meks_ess.circle .meks_ess-item, .meks_ess.square .meks_ess-item, .meks_ess.transparent .meks_ess-item {
    width: 40px;
    border-radius: 50%;
    -webkit-box-flex: none; 
    -webkit-flex: none; 
    -ms-flex: none;
    flex: none;
}

/* STYLE 4 - square no-labels */
.meks_ess.square .meks_ess-item {
    border-radius: 0;
}

/* STYLE 5 - transparent no-labels */
.meks_ess.transparent.outline .meks_ess-item {
    border: 0;
}

/* STYLE 6 - rectangle */
.meks_ess.rectangle .meks_ess-item {
    border-radius: 0;
    min-width: 140px;
}

/* STYLE 7 - rounded */
.meks_ess.rounded .meks_ess-item {
    border-radius: 20px;
    min-width: 140px;
}

/* STYLE 8 - transparent */
.meks_ess.transparent .meks_ess-item {
    min-width: auto;
    width: auto;
    margin-right: 25px;
    border-radius: 0;
}
.meks_ess.transparent .socicon-facebook {
    margin-left: -3px;
}