/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2__row {
	display: flex;
	margin-top: 1.5rem;
}

.jp-related-posts-i2__row:first-child {
	margin-top: 0;
}

.jp-related-posts-i2__post {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
	max-width: calc(33% - 20px);
}

.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post {
	max-width: calc(50% - 20px);
}

.jp-related-posts-i2__post-heading, .jp-related-posts-i2__post-img-link,
.jp-related-posts-i2__post-date, .jp-related-posts-i2__post-context {
	flex-direction: row;
	display: block;
}

.jp-related-posts-i2__post-heading {
	margin: 0.5rem 0;
	font-size: 1rem;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-link {
	display: block;
	width: 100%;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-img-link {
	order: -1;
}
.jp-related-posts-i2__post-img-link img {
	width: 100%;
}

/* List view */

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

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	max-width: none;
	margin: 0;
}

.jp-relatedposts-i2[data-layout="list"].jp-related-posts-i2__post-img-link {
	margin-top: 1rem;
}

/* Breakpoints */
@media only screen and (max-width: 640px) {
	.jp-related-posts-i2__row {
		margin-top: 0;
		display: block;
	}
	.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
		max-width: none;
		margin: 0;
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link {
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link img {
		width: 350px;
	}
}

/* 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-dropdown label{display:block}.wp-block-avatar{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{cursor:pointer;display:inline-block;text-align:center;word-break:break-word;box-sizing:border-box}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){box-shadow:none;text-decoration:none;border-radius:9999px;padding:calc(.667em + 2px) calc(1.333em + 2px)}.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)*0.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*0.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*0.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:100%;flex-basis: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}.wp-block-button.is-style-outline>.wp-block-button__link,.wp-block-button .wp-block-button__link.is-style-outline{border:2px solid;padding:.667em 1.333em}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent;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 tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.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{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap!important;align-items:normal!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.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap: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-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{content:"";display:table;clear:both}.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-top:.5em;margin-right:.75em;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{margin-top:1em;margin-bottom:1em;display:block}.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{display:block;box-sizing:border-box;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-size:1em;font-family:inherit}.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-right:.5em;margin-bottom:.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{margin-right:1ch;display:inline-block}.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{margin-left:1ch;display:inline-block}.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{margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{margin-bottom:0;max-width:100%;list-style:none;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-cover,.wp-block-cover-image{position:relative;background-position:50%;min-height:430px;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.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]),.wp-block-cover .has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.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-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,.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{opacity:0}.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,.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{opacity:.1}.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,.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{opacity:.2}.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,.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{opacity:.3}.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,.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{opacity:.4}.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,.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{opacity:.5}.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,.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{opacity:.6}.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,.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{opacity:.7}.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,.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{opacity:.8}.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,.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{opacity:.9}.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,.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{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:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.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-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{color:#000}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.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;width:auto}.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;outline:none;border:none;box-shadow:none}.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-size:cover;background-repeat:no-repeat}@supports (-webkit-overflow-scrolling:touch){.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-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.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{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;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{margin-bottom:1.5em}.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}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;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}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin: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{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;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{margin:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.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;max-width:100%;height:auto;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{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0;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{width:100%;height:100%;flex:1;object-fit:cover}.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{width:100%;margin-right:0}@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{width:calc(33.33333% - .66667em);margin-right:1em}.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{width:calc(25% - .75em);margin-right:1em}.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{width:calc(20% - .8em);margin-right:1em}.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{width:calc(16.66667% - .83333em);margin-right:1em}.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{width:calc(14.28571% - .85714em);margin-right:1em}.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{width:calc(12.5% - .875em);margin-right:1em}.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){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image{display:flex;flex-grow:1;justify-content:center;position:relative;flex-direction:column;max-width:100%;box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{margin:0;flex-direction:column;flex-grow:1}.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{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%;box-sizing:border-box}.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{flex:initial;background:none;color:inherit;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-grow:1;flex-basis:100%;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-top:0;margin-bottom:auto}.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{width:100%;flex:1 0 0%;height:100%;object-fit:cover}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{height:auto;max-width:100%;vertical-align:bottom}.wp-block-image.has-custom-border img,.wp-block-image img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{display:table}.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.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 figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded 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{-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-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.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}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;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-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;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.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}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em;float:left}.wp-block-latest-posts__featured-image.alignright{margin-left:1em;float:right}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto;box-sizing:border-box}.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 img,.wp-block-media-text__media video{height:auto;max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@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-top:0;margin-bottom:0;margin-left: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{display:flex;align-items:center;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.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(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;line-height:0;display:inline-block;font-size:inherit;padding:0;background-color:inherit;color:currentColor;border:none;width:.6em;height:.6em;margin-left:.25em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;width:inherit;height:inherit;margin-top:.075em}.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{background-color:inherit;color:inherit;position:absolute;z-index:2;display:flex;flex-direction:column;align-items:normal;opacity:0;transition:opacity .1s linear;visibility:hidden;width:0;height:0;overflow:hidden;left:-1px;top:100%}.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-right:0;margin-left:auto}.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{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.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:not(.open-on-click):hover>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{visibility:visible;overflow:visible;opacity:1;width:auto;height:auto;min-width:200px}.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{position:relative;display:flex}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-size:inherit;font-family:inherit;line-height:inherit;font-style:inherit;font-weight:inherit;text-transform:inherit;text-align:left}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{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 .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)),: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)){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;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation__container{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,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{display:none;position:fixed;top:0;left:0;right:0;bottom:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{display:flex;flex-wrap:var(--navigation-layout-wrap,wrap);flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){color:inherit!important;background-color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;background-color:inherit;animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);overflow:auto;z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-duration:1ms;animation-delay:0s}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{padding-top:calc(2rem + 24px);overflow:visible;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:var(--navigation-layout-justification-setting,inherit)}.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 .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{opacity:1;visibility:visible;height:auto;width:auto;overflow:initial;min-width:200px;position:static;border:none;padding-left:2rem;padding-right:2rem}.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{display:flex;flex-direction:column;align-items:var(--navigation-layout-justification-setting,initial)}.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-page-list{color:inherit!important;background:transparent!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{right:auto;left:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){display:block;width:100%;position:relative;z-index:auto;background-color:inherit}.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;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{vertical-align:middle;cursor:pointer;color:currentColor;background:transparent;border:none;margin:0;padding:0;text-transform:inherit}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;top:0;right:0;z-index:2}.wp-block-navigation__responsive-close{width:100%;max-width:var(--wp--style--global--wide-size,100%);margin-left:auto;margin-right:auto}.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{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{display:flex;flex-direction:var(--navigation-layout-direction,initial);justify-content:var(--navigation-layout-justify,initial);align-items:var(--navigation-layout-align,initial);flex-wrap:var(--navigation-layout-wrap,wrap);background-color:inherit}.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;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{margin:0}.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 input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-size:1em;font-family:inherit}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{display:block;box-sizing:border-box;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-date{box-sizing:border-box}.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}.wp-block-post-featured-image img{max-width:100%;width:100%;height:auto;vertical-align:bottom;box-sizing:border-box}.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{position:absolute;inset:0;background-color:#000}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.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-terms__separator{white-space:pre-wrap}.wp-block-post-title{word-break:break-word;box-sizing:border-box}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center;overflow-wrap:break-word;box-sizing:border-box}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.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{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{margin-top:0;margin-bottom:0;max-width:100%;list-style:none;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{flex-direction:row;display:flex;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)}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-child{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{margin-right:1ch;display:inline-block}.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{margin-left:1ch;display:inline-block}.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:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more: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;padding:0;list-style:none}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:.625em;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{min-width:1.5em;min-height:1.5em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:.375em .625em}.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{padding:8px;flex-grow:1;margin-left:0;margin-right:0;min-width:3em;border:1px solid #949494;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){padding:4px;border:1px solid #949494}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}: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:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border:1px solid;border-right:none;border-left:none}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.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}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-social-links{box-sizing:border-box;padding-left:0;padding-right:0;text-indent:0;margin-left:0;background:none}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){margin-left:.5em;margin-right:.5em;font-size:.65em}.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{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay: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-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:1.25em;height:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.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}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center;justify-content: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}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.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 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{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.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:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.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,.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{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color]>*,.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{border-right-color:inherit}.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,.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{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color]>*,.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{border-left-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit;border-style:inherit}.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{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.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%}figure{margin:0 0 1em}/**
 * 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%; }
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.gdpr-hidden {
  display: none;
}

.gdpr-overlay {
  background: #141618;
  display: none;
  height: 100%;
  left: 0;
  opacity: .6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.gdpr * {
  font-family: inherit !important;
}

.gdpr input[type="submit"],
.gdpr button {
  border-radius: 2px;
  border-width: 0;
  box-shadow: none;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  line-height: 22px;
  padding: 9px 27px 9px 27px;
  text-shadow: none;
  text-transform: none;
}

.gdpr input[type="submit"].btn-accent.gdpr-agreement:focus, .gdpr input[type="submit"].btn-accent:focus,
.gdpr button.btn-accent.gdpr-agreement:focus,
.gdpr button.btn-accent:focus {
  color: #fff !important;
}

.gdpr img {
  width: 100%;
}

.gdpr-privacy-bar {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}

.gdpr-privacy-bar.gdpr-hide-bar {
  transition: bottom 1s ease-in-out;
  bottom: -999px;
}

.gdpr-privacy-bar .gdpr-wrapper {
  overflow: hidden;
  padding: 18px 27px;
}

.gdpr-privacy-bar .gdpr-wrapper p {
  font-size: 13px;
  margin: 0 0 18px;
}

.gdpr-privacy-bar .gdpr-wrapper a {
  color: #006cff;
}

.gdpr-privacy-bar .gdpr-preferences {
  background-color: transparent !important;
  color: #fff !important;
}

body:not(.rtl) .gdpr-privacy-bar .gdpr-preferences {
  padding: 0 27px 0 0 !important;
}

body.rtl .gdpr-privacy-bar .gdpr-preferences {
  padding: 0 0 0 27px !important;
}

.gdpr-privacy-preferences .gdpr-wrapper,
.gdpr-general-confirmation .gdpr-wrapper {
  border-radius: 2.5px;
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 50%;
  max-height: 700px;
  max-width: 1000px;
  overflow: hidden;
  overflow: visible;
  padding: 15px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 999999999;
  padding: 36px;
}

.gdpr-privacy-preferences form,
.gdpr-general-confirmation form {
  box-shadow: 0 50px 50px -30px rgba(0, 0, 0, 0.2), 0 30px 50px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
  position: relative;
}

.gdpr-privacy-preferences .gdpr-box-title,
.gdpr-general-confirmation .gdpr-box-title {
  height: 0;
  position: relative;
}

.gdpr-privacy-preferences .gdpr-box-title h3,
.gdpr-general-confirmation .gdpr-box-title h3 {
  display: none;
}

.gdpr-privacy-preferences .gdpr-close,
.gdpr-general-confirmation .gdpr-close {
  color: #fff;
  cursor: pointer;
  line-height: 0;
  position: absolute;
  top: 50%;
}

body:not(.rtl) .gdpr-privacy-preferences .gdpr-close, body:not(.rtl)
.gdpr-general-confirmation .gdpr-close {
  right: -27px;
}

body.rtl .gdpr-privacy-preferences .gdpr-close, body.rtl
.gdpr-general-confirmation .gdpr-close {
  left: -27px;
}

.gdpr-privacy-preferences .gdpr-close:before,
.gdpr-general-confirmation .gdpr-close:before {
  content: '\e117';
  font-family: uncodeicon !important;
  font-size: 18px;
}

.gdpr-privacy-preferences footer,
.gdpr-general-confirmation footer {
  background-color: #f7f7f7;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid #eaeaea;
  bottom: 0;
  height: 96px;
  left: 0;
  margin-left: 0;
  overflow: hidden;
  padding: 18px 36px;
  position: absolute;
  right: 0;
  width: auto;
}

.gdpr-privacy-preferences footer input,
.gdpr-general-confirmation footer input {
  margin-top: 0;
}

.gdpr-privacy-preferences footer span,
.gdpr-general-confirmation footer span {
  margin-top: 9px;
  display: block;
  text-align: center;
}

.gdpr-privacy-preferences footer a,
.gdpr-general-confirmation footer a {
  color: #555d66;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
}

.gdpr-privacy-preferences .gdpr-content,
.gdpr-general-confirmation .gdpr-content {
  background: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.gdpr-privacy-preferences .gdpr-tab-content,
.gdpr-general-confirmation .gdpr-tab-content {
  background-color: #fff;
  bottom: 76px;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.gdpr-privacy-preferences .gdpr-tab-content header,
.gdpr-general-confirmation .gdpr-tab-content header {
  padding: 36px 36px 0;
}

.gdpr-privacy-preferences .gdpr-tab-content h4,
.gdpr-general-confirmation .gdpr-tab-content h4 {
  color: #303133;
  font-family: inherit !important;
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 0;
}

.gdpr-privacy-preferences .gdpr-tab-content > div,
.gdpr-general-confirmation .gdpr-tab-content > div {
  max-height: 100%;
  overflow-y: auto;
}

.gdpr-privacy-preferences .gdpr-tab-content .gdpr-active,
.gdpr-general-confirmation .gdpr-tab-content .gdpr-active {
  display: block;
}

.gdpr-privacy-preferences .gdpr-info,
.gdpr-general-confirmation .gdpr-info {
  color: #72777c;
  font-size: 14px;
  font-weight: 400;
  padding: 0 36px 36px;
}

.gdpr-privacy-preferences .gdpr-info p,
.gdpr-general-confirmation .gdpr-info p {
  color: #72777c;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 27px;
  margin-top: 0;
}

.gdpr-privacy-preferences .gdpr-info a,
.gdpr-general-confirmation .gdpr-info a {
  color: #72777c;
  font-weight: 700;
  text-decoration: underline;
}

.gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p,
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
  color: #303133;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
}

body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
  padding-right: 100px;
}

body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
  padding-left: 100px;
}

.gdpr-privacy-preferences .gdpr-info .gdpr-cookies,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
  font-size: 12px;
}

body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
  padding-right: 100px;
}

body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-cookies {
  padding-left: 100px;
}

.gdpr-privacy-preferences .gdpr-info .gdpr-cookies-used,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies-used {
  border-top: 1px solid #eaeaea;
  margin-top: 18px;
  padding-top: 18px;
  position: relative;
}

.gdpr-privacy-preferences .gdpr-info .gdpr-cookies-used a,
.gdpr-general-confirmation .gdpr-info .gdpr-cookies-used a {
  font-size: 12px;
}

.gdpr-privacy-preferences .gdpr-info .gdpr-always-active,
.gdpr-general-confirmation .gdpr-info .gdpr-always-active {
  color: #303133;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 0;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-always-active, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-always-active {
  right: 0;
}

body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-always-active, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-always-active {
  left: 0;
}

.gdpr-privacy-preferences .gdpr-info .gdpr-button,
.gdpr-general-confirmation .gdpr-info .gdpr-button {
  position: absolute;
  top: 15px;
}

body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-button, body:not(.rtl)
.gdpr-general-confirmation .gdpr-info .gdpr-button {
  right: 0;
}

body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-button, body.rtl
.gdpr-general-confirmation .gdpr-info .gdpr-button {
  left: 0;
}

.gdpr-switch {
  display: inline-block;
  height: 24px;
  margin-bottom: 0;
  min-width: 45px;
  position: absolute;
  top: 15px;
}

body:not(.rtl) .gdpr-switch {
  right: 0;
}

body.rtl .gdpr-switch {
  left: 0;
}

.gdpr-switch input {
  display: none !important;
}

.gdpr-switch .gdpr-slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.gdpr-switch .gdpr-slider:before {
  background-color: white;
  bottom: 4px;
  content: "";
  height: 16px;
  position: absolute;
  transition: .4s;
  width: 16px;
}

body:not(.rtl) .gdpr-switch .gdpr-slider:before {
  left: 4px;
}

body.rtl .gdpr-switch .gdpr-slider:before {
  right: 4px;
}

.gdpr-switch .gdpr-slider.round {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 34px;
}

.gdpr-switch .gdpr-slider.round:before {
  border-radius: 50%;
}

body:not(.rtl) .gdpr-switch input:checked + .gdpr-slider:before {
  transform: translateX(21px);
}

body.rtl .gdpr-switch input:checked + .gdpr-slider:before {
  transform: translateX(-21px);
}

/*
----------------------------------------------------------

#GDPR

----------------------------------------------------------
*/
.tmb-consent-blocked:not(.tmb-lightbox) .t-entry-visual-overlay,
.tmb-consent-blocked:not(.tmb-lightbox) .t-overlay-wrap {
  display: none;
}

.tmb-consent-blocked .pushed {
  margin-top: 0;
}

.tmb-consent-blocked .uncode-single-media-wrapper .pushed {
  display: table;
  height: 0;
  position: relative;
  width: 100%;
}

.tmb-consent-blocked .uncode-single-media-wrapper .pushed .uncode-noconsent-gdpr-poster img {
  height: auto !important;
}

.tmb-consent-blocked .uncode-single-media-wrapper .pushed .uncode-noconsent-gdpr-wrap-no-poster {
  height: 0;
  padding-top: 66.7%;
}

.uncode-noconsent-gdpr-wrap {
  background-size: cover;
  height: 100%;
  position: relative;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster, .uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster img {
  transform: none !important;
  transition: none !important;
}

.uncode-single-media-wrapper .uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-poster img {
  position: relative !important;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-overlay {
  background: #141618;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.uncode-noconsent-gdpr-wrap.uncode-noconsent-gdpr-wrap-no-poster .uncode-noconsent-gdpr-overlay {
  opacity: 1;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-holder {
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap {
  color: #ffffff;
  display: table-cell;
  padding: 0 36px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-icon,
.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text {
  display: block;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-icon {
  padding-bottom: 10px;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-icon i.fa {
  font-size: 30px;
  margin-bottom: 18px;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  vertical-align: middle;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text .gdpr-preferences {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.uncode-noconsent-gdpr-wrap .uncode-noconsent-gdpr-content-wrap .uncode-noconsent-gdpr-text .gdpr-preferences:hover {
  text-decoration: none;
}

.uncode_consent_notice {
  text-align: center;
}

.uncode_consent_notice i.fa {
  display: block;
  font-size: 30px;
  margin-bottom: 18px;
}

.uncode_consent_notice a {
  color: #ffffff !important;
  text-decoration: underline;
}

.uncode_consent_notice a:hover {
  text-decoration: none;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 400;
}

body:not(.rtl) .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 12px;
}

body.rtl .wpcf7-acceptance .wpcf7-list-item-label {
  padding-right: 12px;
}

.wpcf7-acceptance .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item-label::before {
  display: none;
}

.comment-form-cookies-consent label {
  font-size: 13px;
  font-weight: 400;
}

body:not(.rtl) .comment-form-cookies-consent label {
  padding-left: 12px;
}

body.rtl .comment-form-cookies-consent label {
  padding-right: 12px;
}

@media (min-width: 320px) {
  .gdpr-privacy-bar .gdpr-right .gdpr-preferences {
    line-height: 40px;
  }
  body:not(.rtl) .gdpr-privacy-bar .gdpr-right .gdpr-agreement {
    float: right;
  }
  body.rtl .gdpr-privacy-bar .gdpr-right .gdpr-agreement {
    float: left;
  }
}

@media (min-width: 480px) {
  .gdpr-privacy-preferences footer,
  .gdpr-general-confirmation footer {
    height: 76px;
  }
  .gdpr-privacy-preferences footer input,
  .gdpr-general-confirmation footer input {
    width: auto !important;
  }
  .gdpr-privacy-preferences footer span,
  .gdpr-general-confirmation footer span {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body:not(.rtl) .gdpr-privacy-preferences footer span, body:not(.rtl)
  .gdpr-general-confirmation footer span {
    right: 36px;
  }
  body.rtl .gdpr-privacy-preferences footer span, body.rtl
  .gdpr-general-confirmation footer span {
    left: 36px;
  }
}

@media (min-width: 570px) {
  .gdpr-privacy-preferences .gdpr-content,
  .gdpr-general-confirmation .gdpr-content {
    border-radius: 2px;
  }
  .gdpr-privacy-preferences .gdpr-tab-content,
  .gdpr-general-confirmation .gdpr-tab-content {
    display: block;
  }
}

@media (min-width: 768px) {
  .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title,
  .gdpr-general-confirmation .gdpr-info .gdpr-cookie-title {
    display: inline-block;
    vertical-align: top;
    width: 180px;
  }
  body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title, body:not(.rtl)
  .gdpr-general-confirmation .gdpr-info .gdpr-cookie-title {
    padding-right: 27px;
  }
  body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title, body.rtl
  .gdpr-general-confirmation .gdpr-info .gdpr-cookie-title {
    padding-left: 27px;
  }
  body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body:not(.rtl)
  .gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
    padding-right: 0;
  }
  body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookie-title p, body.rtl
  .gdpr-general-confirmation .gdpr-info .gdpr-cookie-title p {
    padding-left: 0;
  }
  .gdpr-privacy-preferences .gdpr-info .gdpr-cookies,
  .gdpr-general-confirmation .gdpr-info .gdpr-cookies {
    display: inline-block;
    vertical-align: top;
    width: 330px;
  }
  body:not(.rtl) .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body:not(.rtl)
  .gdpr-general-confirmation .gdpr-info .gdpr-cookies {
    padding-right: 0 !important;
  }
  body.rtl .gdpr-privacy-preferences .gdpr-info .gdpr-cookies, body.rtl
  .gdpr-general-confirmation .gdpr-info .gdpr-cookies {
    padding-left: 0 !important;
  }
}

@media (min-width: 960px) {
  .gdpr-privacy-bar .gdpr-wrapper {
    padding-bottom: 27px;
    padding-top: 27px;
  }
  .gdpr-privacy-bar .gdpr-wrapper p {
    margin: 0;
  }
  body:not(.rtl) .gdpr-privacy-bar .gdpr-wrapper p {
    padding-right: 250px;
  }
  body.rtl .gdpr-privacy-bar .gdpr-wrapper p {
    padding-left: 250px;
  }
  .gdpr-privacy-bar .gdpr-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  body:not(.rtl) .gdpr-privacy-bar .gdpr-right {
    right: 36px;
  }
  body.rtl .gdpr-privacy-bar .gdpr-right {
    left: 36px;
  }
  .gdpr-privacy-bar .gdpr-right .gdpr-preferences {
    line-height: 22px;
  }
  body:not(.rtl) .gdpr-privacy-bar .gdpr-right .gdpr-agreement, body.rtl .gdpr-privacy-bar .gdpr-right .gdpr-agreement {
    float: none;
  }
  .gdpr-privacy-preferences .gdpr-info .gdpr-cookies,
  .gdpr-general-confirmation .gdpr-info .gdpr-cookies {
    width: 550px;
  }
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format("truetype"); }

#wp-discord {
  overflow: hidden;
  width: 100%;
  max-width: 385px;
  margin: 15px auto;
  padding: 15px;
  border-radius: 9px;
  background: #fff;
  font-family: "Open Sans",sans-serif;
  color: #23272A;
  box-sizing: border-box; }

#wp-discord .wpd-head {
  overflow: hidden;
  border-bottom: 1px solid #99AAB5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 30px; }

#wp-discord .wpd-head h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: inherit;
  text-transform: none; }

#wp-discord .wpd-head img.wpd-icon {
  width: 100%;
  height: auto;
  max-width: 58px;
  float: left;
  margin-right: 15px; }

#wp-discord .wpd-head img.wpd-name {
  width: 100%;
  height: auto;
  max-width: 93px;
  margin-top: 10px; }

#wp-discord .wpd-info {
  text-transform: uppercase;
  font-size: 14px; }

#wp-discord .wpd-info span {
  line-height: 30px; }

#wp-discord .wpd-info strong {
  font-weight: 700; }

#wp-discord .wpd-info a {
  display: inline-block;
  float: right;
  padding: 5px 12px;
  border-radius: 3px;
  background: #7289DA;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s ease; }

#wp-discord .wpd-info a:focus, #wp-discord .wpd-info a:hover {
  background: #2C2F33;
  color: #99AAB5; }

#wp-discord .wpd-info ul.wpd-users {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
  text-transform: none; }

#wp-discord .wpd-info ul.wpd-users li {
  display: block;
  clear: both;
  padding: 6px 0;
  border-bottom: 1px dotted #c8d1d7;
  line-height: 29px; }

#wp-discord .wpd-info ul.wpd-users li:last-child {
  border: none;
  padding-bottom: 0; }

#wp-discord .wpd-info ul.wpd-users img {
  display: inline-block;
  float: left;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid #7289DA; }

#wp-discord .wpd-info ul.wpd-users strong {
  font-weight: 600; }

#wp-discord .wpd-info ul.wpd-users .wpd-status {
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  margin: 10px 5px 0 0;
  border-radius: 50%;
  background: #00c220; }

#wp-discord .wpd-info ul.wpd-users .wpd-status.idle {
  background: #e48e00; }

#wp-discord.wpd-gray {
  background: #c8d1d7; }

#wp-discord.wpd-gray .wpd-info ul.wpd-user li {
  border-color: #bbb; }

#wp-discord.wpd-dark {
  background: #23272A;
  color: #99AAB5; }

#wp-discord.wpd-dark .wpd-info a:focus, #wp-discord.wpd-dark .wpd-info a:hover {
  background: #c8d1d7;
  color: #2C2F33; }

#wp-discord.wpd-dark .wpd-info ul.wpd-users li {
  border-color: #393d40; }

.wpd_alert {
  color: red;
  background: #fafafa;
  display: block;
  padding: 1rem;
  margin: 1rem; }
/**
 * 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 */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

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 * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	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 ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !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;
	}
}
/*
----------------------------------------------------------
[Table of contents]

#Normalize
#Scaffolding
#Type
#Lists
#Code
#Grid
#Tables
#Forms
#Buttons
#Icons
#Component-animations
#Button-groups
#Navs
#Navbar
#Breadcrumbs
#Alerts
#Panels
#Dividers
#Pricing-tables
#Fluid-objects
#Preloader
#Tooltip
#Post
#Portfolio

Menus
#Menu-Structure
#Menu-Position
#Menu-Toggle

Plugins
#Isotope
#iLightbox
#OwlCarousel
#OwlCarousel-Textual
#Justified-Gallery
#Slides Scroll

Styles
#Elements-text
#Headers
#Thumbs
#Overlay
#Onepage-scroll
#Widgets
#Footer
#Comments
#Author
#Testimonials
#Twitter
#Share
#VC-Modules
#Media-Elements
#LiveSearch
#Shadows
#Corners

Animations
#Animation

----------------------------------------------------------
*/
/*
----------------------------------------------------------

#Normalize

----------------------------------------------------------
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
script {
  display: none !important;
}
@media print {
  .box-container {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .menu-container {
    width: 100% !important;
  }
  .animate_when_almost_visible {
    opacity: 1 !important;
    animation-name: none !important;
  }
  .icon-box-icon svg path {
    stroke-dasharray: initial !important;
    stroke-dashoffset: initial !important;
  }
}
/*
----------------------------------------------------------

#Scaffolding

----------------------------------------------------------
*/
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
@media (max-width: 569px) {
  html {
    margin-top: 0px;
  }
}
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  overflow: initial !important;
}
@media (max-width: 569px) {
  body.logged-in.admin-bar {
    padding-top: 46px !important;
  }
}
.box-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-container {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: relative;
}
.main-background {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-background > div {
  width: 100%;
  height: 100%;
}
.main-wrapper {
  width: 100%;
  height: 100%;
}
.hmenu .main-wrapper {
  display: table-row;
}
.main-container .row-content {
  height: 100%;
}
@media (max-width: 959px) {
  .main-container {
    padding-top: 0px !important;
  }
}
.sections-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.page-wrapper,
.page-body {
  display: table-row;
  width: 100%;
  height: 100%;
}
.page-body {
  position: relative;
}
.main-container > .row > .row-inner > div[class*=col-lg-]:not(:first-child),
.main-container > .row:not(:first-child) > .row-inner > div[class*=col-lg-] {
  border-top-width: 0px !important;
}
.no-vmargin > .row-inner > div[class*=col-lg-]:not(.logo-container) {
  padding: 0px;
}
@media (max-width: 569px) {
  body.menu-mobile-centered .mobile-hidden:not(.social-icon):not(.menu-social):not(.menu-icons) {
    display: none !important;
  }
  body:not(.menu-mobile-centered) .mobile-hidden {
    display: none !important;
  }
  body.hmenu-center-split .mobile-hidden.menu-icons,
  body.hmenu-center-split .mobile-hidden.social-icon {
    display: inline-block !important;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  body.menu-mobile-centered .tablet-hidden:not(.social-icon):not(.menu-social) {
    display: none !important;
  }
  body:not(.menu-mobile-centered) .tablet-hidden {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .desktop-hidden {
    display: none !important;
  }
}
.post-wrapper,
.margin-auto {
  margin: auto;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  outline: 0;
  border: 0;
  text-decoration: none;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
}
*:focus {
  outline: none;
}
button {
  outline: 0;
  border: 0;
}
figure {
  margin: 0;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
img.adaptive-async,
img.async-done {
  width: 100%;
  height: auto;
  max-width: none;
}
.async-blurred {
  filter: blur(10px);
  transition: filter 0.3s ease-out;
}
.async-blurred.async-done {
  filter: blur(0px);
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-round .t-entry-visual-cont > a,
.tmb-round .t-entry-visual-cont > a {
  perspective: 1000px;
  overflow: hidden;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.img-circle > img {
  border-radius: 50%;
}
hr {
  margin: 27px 0px 27px 0px;
  border: 0;
  border-top-width: 1px;
  border-style: solid;
}
hr.separator-no-padding {
  margin-top: 0px;
  margin-bottom: 0px;
}
hr.separator-double-padding {
  margin: 54px 0px 54px 0px;
}
hr.no-top-margin {
  margin-top: 0px;
}
hr.double-top-margin {
  margin-top: 72px;
}
hr.dotted {
  border-style: dotted;
}
hr.dashed {
  border-style: dashed;
}
hr.separator-break {
  margin-left: auto;
  margin-right: auto;
}
.uncode_text_column > *:first-child {
  margin-top: 0px;
}
.detail-container {
  display: table;
  table-layout: fixed;
}
.detail-container .detail-label {
  min-width: 108px;
  display: table-cell;
}
.detail-container .detail-value {
  display: table-cell;
}
.detail-container a {
  font-weight: 400;
}
.std-block-padding {
  padding: 72px 36px 72px 36px;
}
@media (max-width: 1499px) {
  .std-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
@media (max-width: 959px) {
  .std-block-padding {
    padding: 36px 36px 36px 36px;
  }
}
.std-top-padding {
  padding-top: 72px;
}
@media (max-width: 1499px) {
  .std-top-padding {
    padding-top: 54px;
  }
}
@media (max-width: 959px) {
  .std-top-padding {
    padding-top: 36px;
  }
}
.std-bottom-padding {
  padding-bottom: 72px;
}
@media (max-width: 1499px) {
  .std-bottom-padding {
    padding-bottom: 54px;
  }
}
@media (max-width: 959px) {
  .std-bottom-padding {
    padding-bottom: 36px;
  }
}
.body-borders > * {
  position: fixed;
  z-index: 11000;
}
.body-borders .body-border-shadow {
  box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.1);
}
.body-borders .top-border {
  top: 0;
  left: 0;
  width: 100%;
}
.body-borders .right-border {
  top: 0;
  right: 0;
  height: 100%;
}
.body-borders .bottom-border {
  bottom: 0;
  left: 0;
  width: 100%;
}
.body-borders .left-border {
  top: 0;
  left: 0;
  height: 100%;
}
.body-borders[data-border="9"] .top-border,
.body-borders[data-border="9"] .bottom-border {
  height: 9px;
}
.body-borders[data-border="9"] .right-border,
.body-borders[data-border="9"] .left-border {
  width: 9px;
}
.body-borders[data-border="18"] .top-border,
.body-borders[data-border="18"] .bottom-border {
  height: 18px;
}
.body-borders[data-border="18"] .right-border,
.body-borders[data-border="18"] .left-border {
  width: 18px;
}
@media (max-width: 959px) {
  .body-borders[data-border="18"] .top-border,
  .body-borders[data-border="18"] .bottom-border {
    height: 9px;
  }
  .body-borders[data-border="18"] .right-border,
  .body-borders[data-border="18"] .left-border {
    width: 9px;
  }
}
.body-borders[data-border="27"] .top-border,
.body-borders[data-border="27"] .bottom-border {
  height: 27px;
}
.body-borders[data-border="27"] .right-border,
.body-borders[data-border="27"] .left-border {
  width: 27px;
}
@media (max-width: 959px) {
  .body-borders[data-border="27"] .top-border,
  .body-borders[data-border="27"] .bottom-border {
    height: 9px;
  }
  .body-borders[data-border="27"] .right-border,
  .body-borders[data-border="27"] .left-border {
    width: 9px;
  }
}
.body-borders[data-border="36"] .top-border,
.body-borders[data-border="36"] .bottom-border {
  height: 36px;
}
.body-borders[data-border="36"] .right-border,
.body-borders[data-border="36"] .left-border {
  width: 36px;
}
@media (max-width: 959px) {
  .body-borders[data-border="36"] .top-border,
  .body-borders[data-border="36"] .bottom-border {
    height: 9px;
  }
  .body-borders[data-border="36"] .right-border,
  .body-borders[data-border="36"] .left-border {
    width: 9px;
  }
}
body[data-border="9"] .box-wrapper {
  padding-bottom: 9px;
}
body[data-border="9"] .footer-scroll-top {
  padding-right: 9px;
  padding-bottom: 9px;
}
body[data-border="9"] .overlay .menu-close-search {
  margin: 9px;
}
body[data-border="9"] .onepage-pagination {
  margin: 9px;
}
@media (min-width: 960px) {
  body[data-border="9"] .vmenu-container {
    padding-top: 9px;
    height: calc(100% -  9px ) !important;
  }
}
body[data-border="18"] .box-wrapper {
  padding-bottom: 18px;
}
body[data-border="18"] .footer-scroll-top {
  padding-right: 18px;
  padding-bottom: 18px;
}
body[data-border="18"] .overlay .menu-close-search {
  margin: 18px;
}
body[data-border="18"] .onepage-pagination {
  margin: 18px;
}
@media (max-width: 959px) {
  body[data-border="18"] .box-wrapper {
    padding-bottom: 9px;
  }
  body[data-border="18"] .footer-scroll-top {
    padding-right: 9px;
    padding-bottom: 9px;
  }
  body[data-border="18"] .overlay .menu-close-search {
    margin: 9px;
  }
  body[data-border="18"] .onepage-pagination {
    margin: 9px;
  }
}
@media (min-width: 960px) {
  body[data-border="18"] .vmenu-container {
    padding-top: 18px;
    height: calc(100% -  18px ) !important;
  }
}
body[data-border="27"] .box-wrapper {
  padding-bottom: 27px;
}
body[data-border="27"] .footer-scroll-top {
  padding-right: 27px;
  padding-bottom: 27px;
}
body[data-border="27"] .overlay .menu-close-search {
  margin: 27px;
}
body[data-border="27"] .onepage-pagination {
  margin: 27px;
}
@media (max-width: 959px) {
  body[data-border="27"] .box-wrapper {
    padding-bottom: 9px;
  }
  body[data-border="27"] .footer-scroll-top {
    padding-right: 9px;
    padding-bottom: 9px;
  }
  body[data-border="27"] .overlay .menu-close-search {
    margin: 9px;
  }
  body[data-border="27"] .onepage-pagination {
    margin: 9px;
  }
}
@media (min-width: 960px) {
  body[data-border="27"] .vmenu-container {
    padding-top: 27px;
    height: calc(100% -  27px ) !important;
  }
}
body[data-border="36"] .box-wrapper {
  padding-bottom: 36px;
}
body[data-border="36"] .footer-scroll-top {
  padding-right: 36px;
  padding-bottom: 36px;
}
body[data-border="36"] .overlay .menu-close-search {
  margin: 36px;
}
body[data-border="36"] .onepage-pagination {
  margin: 36px;
}
@media (max-width: 959px) {
  body[data-border="36"] .box-wrapper {
    padding-bottom: 9px;
  }
  body[data-border="36"] .footer-scroll-top {
    padding-right: 9px;
    padding-bottom: 9px;
  }
  body[data-border="36"] .overlay .menu-close-search {
    margin: 9px;
  }
  body[data-border="36"] .onepage-pagination {
    margin: 9px;
  }
}
@media (min-width: 960px) {
  body[data-border="36"] .vmenu-container {
    padding-top: 36px;
    height: calc(100% -  36px ) !important;
  }
}
/*
----------------------------------------------------------

#Type

----------------------------------------------------------
*/
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading-text > p {
  -webkit-font-smoothing: antialiased;
}
.media-modal.wp-core-ui h1,
.media-modal.wp-core-ui h2,
.media-modal.wp-core-ui h3,
.media-modal.wp-core-ui h4,
.media-modal.wp-core-ui h5,
.media-modal.wp-core-ui h6,
.media-modal.wp-core-ui .heading-text > p {
  font-size: initial !important;
}
h1,
.h1 {
  font-size: 35px;
  line-height: 1.2;
  margin: 27px 0 0;
}
@media (max-width: 339px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-size: 29px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h5,
.h5 {
  font-size: 17px;
  line-height: 1.2;
  margin: 27px 0 0;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 1.2;
  margin: 27px 0 0;
}
p,
li,
dt,
dd,
dl,
address,
label,
small,
pre,
code {
  font-size: 15px;
  line-height: 1.75;
  margin: 18px 0 0;
}
aside p,
aside li,
aside dt,
aside dd,
aside dl,
aside address,
aside label,
aside small,
aside pre,
aside code {
  font-size: 0.933em;
}
.site-footer p,
.site-footer li,
.site-footer dt,
.site-footer dd,
.site-footer dl,
.site-footer address,
.site-footer label,
.site-footer small,
.site-footer pre,
.site-footer code {
  font-size: 0.938em;
}
.media-modal.wp-core-ui p,
.media-modal.wp-core-ui li,
.media-modal.wp-core-ui dt,
.media-modal.wp-core-ui dd,
.media-modal.wp-core-ui dl,
.media-modal.wp-core-ui address,
.media-modal.wp-core-ui label,
.media-modal.wp-core-ui small,
.media-modal.wp-core-ui pre,
.media-modal.wp-core-ui code {
  line-height: 18px;
  margin: 0;
  font-size: inherit;
}
p.text-top-reduced {
  margin-top: 9px;
}
div.text-top-reduced > *:first-child {
  margin-top: 9px;
}
small,
figcaption {
  font-size: 12px;
}
figcaption {
  margin: 9px 0px 0px 0px;
}
ul,
ol {
  margin: 18px 0px 0px 0px;
  padding-left: 18px;
}
ul,
ol {
  padding: 0;
}
ul i,
ol i {
  margin-right: 18px;
}
ul {
  list-style: none;
}
ol {
  margin-left: 18px;
}
ul li,
ol li {
  margin-top: 0;
}
ul > li > ul,
ol > li > ol {
  margin-left: 9px;
  padding-left: 0;
  margin-top: 0;
}
dl {
  margin: 18px 18px 0px 18px;
}
dl dt {
  font-weight: 600;
}
dd {
  margin-top: 0;
}
dl dd {
  margin-bottom: 0px;
}
dl dt:first-child {
  margin-top: 0px;
}
blockquote {
  margin: 27px 0px 27px 0px;
  padding: 0px 0px 0px 27px;
  border-left: 2px solid;
}
blockquote p {
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0;
}
blockquote p:first-child {
  margin-top: 0px;
}
blockquote small {
  font-size: 13px;
  margin: 9px 0px 0px 0px;
  margin-bottom: 0;
  display: inline;
  letter-spacing: 0 !important;
}
blockquote small:before {
  content: "-";
  margin: 0px 9px 0px 0px;
}
blockquote.pullquote > p:first-of-type,
blockquote.pullquote .pullquote__content {
  quotes: "\201C" "\201D";
}
blockquote.pullquote > p:first-of-type:before,
blockquote.pullquote .pullquote__content:before {
  content: open-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: .2em;
}
blockquote.pullquote > p:first-of-type:after,
blockquote.pullquote .pullquote__content:after {
  content: close-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-left: .1em;
}
cite {
  font-style: normal;
}
mark {
  color: #ffffff;
  padding: 1px 4px;
  border-radius: 2px;
  font-weight: 600;
}
.messagebox_text {
  color: #ffffff;
  padding: 18px;
  border-radius: 4px;
  font-weight: 600;
}
.messagebox_text > * {
  margin-top: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.btn-custom-typo.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize;
}
.btn-custom-typo.text-capitalize {
  text-transform: capitalize !important;
}
.text-lowercase {
  text-transform: lowercase;
}
.btn-custom-typo.text-lowercase {
  text-transform: lowercase !important;
}
.text-initial {
  text-transform: initial;
}
.btn-custom-typo.text-initial {
  text-transform: initial !important;
}
.text-lead,
.text-lead > * {
  font-size: 18px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin: 36px 0px 0px 0px;
}
.text-lead.text-top-reduced {
  margin: 9px 0px 0px 0px;
}
.text-bold {
  font-weight: 600;
}
.no-letterspace {
  letter-spacing: 0 !important;
}
.text-italic {
  font-style: italic;
}
.font-weight-100,
.font-weight-100 *:not(strong):not(b),
.btn-custom-typo.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200,
.font-weight-200 *:not(strong):not(b),
.btn-custom-typo.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300,
.font-weight-300 *:not(strong):not(b),
.btn-custom-typo.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400,
.font-weight-400 *:not(strong):not(b),
.btn-custom-typo.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500,
.font-weight-500 *:not(strong):not(b),
.btn-custom-typo.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600,
.font-weight-600 *:not(strong):not(b),
.btn-custom-typo.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700,
.font-weight-700 *:not(strong):not(b),
.btn-custom-typo.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800,
.font-weight-800 *:not(strong):not(b),
.btn-custom-typo.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-900,
.font-weight-900 *:not(strong):not(b),
.btn-custom-typo.font-weight-900 {
  font-weight: 900 !important;
}
/*
----------------------------------------------------------

#Lists

----------------------------------------------------------
*/
ul.icons {
  margin: 0;
  padding: 0 !important;
}
ul.icons li {
  list-style: none;
  margin: 5px 0px 0px 0px;
  vertical-align: top;
}
ul.icons li .fa {
  margin-right: 13.5px;
  font-size: 1em;
  line-height: .7em;
  position: relative;
  top: 0.1em;
}
.uncode-list ul.text-large li {
  font-size: 1.2em;
}
/*
----------------------------------------------------------

#Code

----------------------------------------------------------
*/
code,
kbd,
pre,
samp {
  font-family: Monaco, monospace;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1.75;
  margin: 18px 0 0;
}
code {
  padding: 4px;
}
pre {
  display: block;
  margin: 18px 0px 0px 0px;
  padding: 18px 18px 18px 18px;
  border: 1px solid;
}
/*
----------------------------------------------------------

#Grid

----------------------------------------------------------
*/
/*
----------------------------------------------------------
#Rows
----------------------------------------------------------
*/
.row-inner {
  display: table-row;
}
@media (max-width: 959px) {
  .row-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .ie:not(.ie11) .row-inner,
  .safari5 .row-inner,
  .android4 .row-inner {
    display: block;
  }
  .post-wrapper > .post-body > .row-container > .row-parent > .row-inner {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .row-inner.restrict,
  .row-inner.restrict > div {
    height: 1px;
  }
}
@media (min-width: 960px) {
  .row-inner.expand {
    height: 100%;
  }
}
.row-inner + .row-inner {
  margin: 18px 0px 0px 0px;
}
.row {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
html.ie:not(.ie11) .page-wrapper .row.row-parent,
html.safari5 .page-wrapper .row.row-parent,
html.android4 .page-wrapper .row.row-parent {
  display: block;
}
@media (max-width: 959px) {
  .row .row-internal {
    height: auto;
  }
}
@media (min-width: 570px) {
  .row.row-max-height {
    max-height: none;
  }
}
@media (max-width: 959px) {
  .row[data-minheight] > .row-inner > div[class*=col-lg-] {
    height: 100%;
  }
}
.row .uncol {
  display: block;
  overflow: hidden;
  position: relative;
}
.row .uncoltable {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .row .uncoltable {
    padding-top: 0 !important;
  }
}
.row .uncell {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: inherit;
  border: 0;
}
.ie .row .uncell,
.safari5 .row .uncell,
.android4 .row .uncell {
  position: static;
}
.row .uncell.no-block-padding {
  padding: 0px 0px 0px 0px;
}
.row .uncell.one-block-padding {
  padding: 1px;
}
.row .column-rows {
  padding: 0px !important;
}
.row .column-rows > .uncont {
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 960px) {
  .row .uncont.col-custom-width {
    border: 36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box;
  }
}
.row .uncont > * {
  position: relative;
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont,
.row div[class*=col-lg-] .row-inner .align_center > .uncol > .uncoltable > .uncell > .uncont {
  text-align: center;
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .btn,
.row div[class*=col-lg-] .row-inner .align_center > .uncol > .uncoltable > .uncell > .uncont .btn,
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .btn-link,
.row div[class*=col-lg-] .row-inner .align_center > .uncol > .uncoltable > .uncell > .uncont .btn-link {
  transform-origin: center;
}
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-] .row-inner .align_center > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-].align_center > .uncol > .uncoltable > .uncell > .uncont .icon-media,
.row div[class*=col-lg-] .row-inner .align_center > .uncol > .uncoltable > .uncell > .uncont .icon-media {
  margin-left: auto;
  margin-right: auto;
}
.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont,
.row div[class*=col-lg-] .row-inner .align_right > .uncol > .uncoltable > .uncell > .uncont {
  text-align: right;
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_right > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_right > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: right;
  }
}
.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-] .row-inner .align_right > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-].align_right > .uncol > .uncoltable > .uncell > .uncont .icon-media,
.row div[class*=col-lg-] .row-inner .align_right > .uncol > .uncoltable > .uncell > .uncont .icon-media {
  margin-right: 0;
  margin-left: auto;
}
.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont,
.row div[class*=col-lg-] .row-inner .align_left > .uncol > .uncoltable > .uncell > .uncont {
  text-align: left;
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_left > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_left > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: left;
  }
}
.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-] .row-inner .align_left > .uncol > .uncoltable > .uncell > .uncont hr,
.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont .icon-media,
.row div[class*=col-lg-] .row-inner .align_left > .uncol > .uncoltable > .uncell > .uncont .icon-media {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont,
  .row div[class*=col-lg-] .row-inner .align_center_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: center;
  }
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-] .row-inner .align_center_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media,
  .row div[class*=col-lg-] .row-inner .align_center_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont,
  .row div[class*=col-lg-] .row-inner .align_center_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: center;
  }
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-] .row-inner .align_center_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media,
  .row div[class*=col-lg-] .row-inner .align_center_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont,
  .row div[class*=col-lg-] .row-inner .align_left_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: left;
  }
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-] .row-inner .align_left_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media,
  .row div[class*=col-lg-] .row-inner .align_left_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont,
  .row div[class*=col-lg-] .row-inner .align_left_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: left;
  }
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-] .row-inner .align_left_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media,
  .row div[class*=col-lg-] .row-inner .align_left_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont,
  .row div[class*=col-lg-] .row-inner .align_right_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: right;
  }
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-] .row-inner .align_right_tablet > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media,
  .row div[class*=col-lg-] .row-inner .align_right_tablet > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 569px) {
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont,
  .row div[class*=col-lg-] .row-inner .align_right_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-] .row-inner .align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn,
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link,
  .row div[class*=col-lg-] .row-inner .align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .btn-link {
    transform-origin: right;
  }
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-] .row-inner .align_right_mobile > .uncol > .uncoltable > .uncell > .uncont hr,
  .row div[class*=col-lg-].align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media,
  .row div[class*=col-lg-] .row-inner .align_right_mobile > .uncol > .uncoltable > .uncell > .uncont .icon-media {
    margin-right: 0;
    margin-left: auto;
  }
}
.row div[class*=col-lg-].pos-left > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0px;
}
.row div[class*=col-lg-].pos-center > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0 auto;
}
.row div[class*=col-lg-].pos-right > .uncol > .uncoltable > .uncell > .uncont {
  margin-left: auto;
}
.row div[class*=col-lg-].pos-top,
.row div[class*=col-lg-].pos-top .uncell {
  vertical-align: top;
}
.row div[class*=col-lg-].pos-middle .uncell,
.row div[class*=col-lg-].pos-middle {
  vertical-align: middle;
}
.row div[class*=col-lg-].pos-bottom,
.row div[class*=col-lg-].pos-bottom .uncell {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .row div[class*=col-lg-] {
    padding: 36px 0px 0px 0px;
  }
}
.row div.column_child.align_center > .uncol > .uncoltable > .uncell > .uncont {
  text-align: center;
}
.row div.column_child.align_center > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-left: auto;
  margin-right: auto;
}
.row div.column_child.align_justify > .uncol > .uncoltable > .uncell > .uncont {
  text-align: justify;
}
.row div.column_child.align_justify > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-left: auto;
  margin-right: auto;
}
.row div.column_child.align_right > .uncol > .uncoltable > .uncell > .uncont {
  text-align: right;
}
.row div.column_child.align_right > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-right: 0;
  margin-left: auto;
}
.row div.column_child.align_left > .uncol > .uncoltable > .uncell > .uncont {
  text-align: left;
}
.row div.column_child.align_left > .uncol > .uncoltable > .uncell > .uncont hr {
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div.column_child.align_center_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div.column_child.align_center_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 569px) {
  .row div.column_child.align_center_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: center;
  }
  .row div.column_child.align_center_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div.column_child.align_left_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div.column_child.align_left_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 569px) {
  .row div.column_child.align_left_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: left;
  }
  .row div.column_child.align_left_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .row div.column_child.align_right_tablet > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div.column_child.align_right_tablet > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 569px) {
  .row div.column_child.align_right_mobile > .uncol > .uncoltable > .uncell > .uncont {
    text-align: right;
  }
  .row div.column_child.align_right_mobile > .uncol > .uncoltable > .uncell > .uncont hr {
    margin-right: 0;
    margin-left: auto;
  }
}
.row div.column_child.pos-left > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0px;
}
.row div.column_child.pos-center > .uncol > .uncoltable > .uncell > .uncont {
  margin: 0 auto;
}
.row div.column_child.pos-right > .uncol > .uncoltable > .uncell > .uncont {
  margin-left: auto;
}
.row div.column_child.pos-top,
.row div.column_child.pos-top .uncell {
  vertical-align: top;
}
.row div.column_child.pos-middle .uncell,
.row div.column_child.pos-middle {
  vertical-align: middle;
}
.row div.column_child.pos-bottom,
.row div.column_child.pos-bottom .uncell {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .row div.column_child {
    padding: 36px 0px 0px 0px;
  }
}
.row .limit-width-inner {
  margin: auto !important;
}
.row-background,
.column-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: inherit;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
}
.row-background .background-overlay,
.column-background .background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.row-background .background-overlay-inner,
.column-background .background-overlay-inner {
  height: 100%;
}
.row-background .parallax-content.video > *,
.column-background .parallax-content.video > * {
  top: 0px !important;
}
.row-background .uncode-video-container,
.column-background .uncode-video-container {
  opacity: 0;
  transition: opacity 1s;
}
.row-background .uncode-video-container > *,
.column-background .uncode-video-container > * {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
}
body:not(.video-not-supported) .row-background .uncode-video-container.self-video,
body:not(.video-not-supported) .column-background .uncode-video-container.self-video {
  background: none !important;
}
body:not(.video-not-supported) .row-background .uncode-video-container.self-video mediaelementwrapper,
body:not(.video-not-supported) .column-background .uncode-video-container.self-video mediaelementwrapper {
  display: block;
  height: 100%;
  position: relative;
}
body:not(.video-not-supported) .row-background .uncode-video-container.self-video mediaelementwrapper video.background-video-shortcode,
body:not(.video-not-supported) .column-background .uncode-video-container.self-video mediaelementwrapper video.background-video-shortcode {
  position: absolute;
}
.video-not-supported .row-background .uncode-video-container.self-video,
.video-not-supported .column-background .uncode-video-container.self-video {
  opacity: 1 !important;
}
.video-not-supported .row-background .uncode-video-container.self-video .wp-video,
.video-not-supported .column-background .uncode-video-container.self-video .wp-video {
  display: none !important;
}
.row-background .mejs-controls,
.column-background .mejs-controls,
.row-background .mejs-layers,
.column-background .mejs-layers {
  display: none;
}
.row-background .background-wrapper,
.column-background .background-wrapper {
  backface-visibility: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background-clip: padding-box;
}
@media (max-width: 959px) {
  .mobile-parallax-not-allowed .row-background .background-wrapper,
  .mobile-parallax-not-allowed .column-background .background-wrapper {
    transform: none !important;
    height: 100% !important;
  }
}
.row-background .background-wrapper .background-inner,
.column-background .background-wrapper .background-inner {
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
}
@media (max-width: 1499px) {
  .row-background .background-wrapper .background-inner,
  .column-background .background-wrapper .background-inner {
    background-size: cover;
  }
}
.row-background .background-wrapper .background-inner[data-imgready="true"]:not(.uncode-video-container),
.column-background .background-wrapper .background-inner[data-imgready="true"]:not(.uncode-video-container) {
  opacity: 1;
}
.touch .row-background .background-wrapper .background-inner,
.touch .column-background .background-wrapper .background-inner {
  background-attachment: scroll !important;
}
.half-block-padding {
  padding: 18px 18px 18px 18px;
}
.single-block-padding {
  padding: 36px 36px 36px 36px;
}
.double-block-padding {
  padding: 72px;
}
@media (max-width: 1699px) {
  .double-block-padding {
    padding: 54px;
  }
}
@media (max-width: 1499px) {
  .double-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
.triple-block-padding {
  padding: 108px;
}
@media (max-width: 1699px) {
  .triple-block-padding {
    padding: 72px;
  }
}
@media (max-width: 1499px) {
  .triple-block-padding {
    padding: 54px;
  }
}
@media (max-width: 959px) {
  .triple-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
.quad-block-padding {
  padding: 144px;
}
@media (max-width: 1699px) {
  .quad-block-padding {
    padding: 108px;
  }
}
@media (max-width: 1499px) {
  .quad-block-padding {
    padding: 72px;
  }
}
@media (max-width: 959px) {
  .quad-block-padding {
    padding: 54px 36px 54px 36px;
  }
}
.main-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.main-container .row {
  width: 100%;
  table-layout: fixed;
}
.main-container .row .uncol {
  overflow: visible;
}
@media (max-width: 959px) {
  .main-container .row .uncol {
    position: relative !important;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .main-container .row .uncont {
    max-width: none !important;
    height: auto !important;
  }
}
@media (max-width: 959px) {
  .main-container .row.row-parent:not(.row-slider):not(.row-header),
  .main-container .row .row-parent:not(.row-slider):not(.row-header) .row {
    height: auto !important;
  }
  .main-container .row.row-parent:not(.row-slider):not(.row-header) .row-child,
  .main-container .row .row-parent:not(.row-slider):not(.row-header) .row .row-child {
    height: auto !important;
  }
}
@media (max-width: 569px) {
  .main-container .row.row-parent:not(.no-h-padding) .column_parent > .uncol > .uncoltable > .uncell > .uncont:not(.col-custom-width),
  .main-container .row.row-parent:not(.no-h-padding) .column_child > .uncol > .uncoltable > .uncell > .uncont:not(.col-custom-width) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.main-container .row .column_parent,
.main-container .row .column_child {
  clear: both;
}
.main-container .row-inner {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.safari5 .main-container .row-inner,
.android4 .main-container .row-inner {
  width: 100%;
}
.main-container .row-inner.row-inner-force {
  width: 100%;
}
.main-container .row-inner > div {
  padding: 0px 0px 0px 36px;
}
@media (max-width: 959px) {
  .main-container .row-inner > div:not([class*=col-md]) {
    padding: 36px 0px 0px 0px;
  }
  .main-container .row-inner > div:first-child:not([class*=col-md]) {
    padding-top: 0px;
  }
  .main-container .row-inner > div:only-child:not([class*=col-md]) {
    padding-top: 0px;
  }
  .main-container .row-inner > .mobile-hidden + div {
    padding: 0px 0px 0px 0px;
  }
}
@media (max-width: 569px) {
  .main-container .row-inner > div {
    padding: 36px 0px 0px 0px;
  }
  .main-container .row-inner > div:first-child {
    padding-top: 0px;
  }
  .main-container .row-inner > div:only-child {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-inner {
    margin-left: -36px;
  }
}
.main-container .row-inner > .main-inner-col > .row-container > .row {
  padding-left: 0px;
  padding-right: 0px;
}
.main-container .row-inner > .main-inner-col:first-child > .row-container {
  padding-right: 0px;
}
@media (min-width: 1500px) {
  .main-container .row-inner > .main-col-left > div > .row-parent {
    padding-right: 36px;
  }
  .main-container .row-inner > .main-col-right > div > .row-parent {
    padding-left: 36px;
  }
}
@media (max-width: 959px) {
  .main-container .inverted-device-order .row-inner > div:first-child:not([class*=col-md]) {
    padding-top: 36px;
  }
  .main-container .inverted-device-order .row-inner > div:nth-child(2):not([class*=col-md]) {
    display: table-header-group !important;
    padding-top: 0px;
  }
}
@media (max-width: 569px) {
  .main-container .inverted-device-order .row-inner > div:first-child:not([class*=col-sm]) {
    padding-top: 36px;
  }
  .main-container .inverted-device-order .row-inner > div:nth-child(2):not([class*=col-sm]) {
    display: table-header-group !important;
    padding-top: 0px;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .main-container .inverted-device-order .col-no-gutter .row-inner > div:first-child:not([class*=col-md]) {
    padding-top: 0;
  }
}
@media (max-width: 569px) {
  .main-container .inverted-device-order .col-no-gutter .row-inner > div:first-child:not([class*=col-sm]) {
    padding-top: 0;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .main-container .inverted-device-order .col-half-gutter .row-inner > div:first-child:not([class*=col-md]) {
    padding-top: 18px;
  }
}
@media (max-width: 569px) {
  .main-container .inverted-device-order .col-half-gutter .row-inner > div:first-child:not([class*=col-sm]) {
    padding-top: 18px;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .main-container .inverted-device-order .col-one-gutter .row-inner > div:first-child:not([class*=col-md]) {
    padding-top: 1px;
  }
}
@media (max-width: 569px) {
  .main-container .inverted-device-order .col-one-gutter .row-inner > div:first-child:not([class*=col-sm]) {
    padding-top: 1px;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .main-container .cols-md-responsive {
    margin-left: -36px;
  }
  .main-container .cols-md-responsive > div[class*=col-md] {
    padding-left: 36px;
    padding-bottom: 0px !important;
  }
  .main-container .cols-md-responsive > div[class*=col-md].col-md-clear {
    padding-top: 36px;
  }
  .main-container .cols-md-responsive > div[class*=col-md]:not(.col-md-clear) {
    padding-top: 0px !important;
  }
  .main-container .col-one-gutter > .cols-md-responsive {
    margin-left: -2px;
  }
  .main-container .col-one-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 1px;
  }
  .main-container .col-half-gutter > .cols-md-responsive {
    margin-left: -18px;
  }
  .main-container .col-half-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 18px;
  }
  .main-container .col-half-gutter > .cols-md-responsive > div[class*=col-md].col-md-clear {
    padding-top: 18px;
  }
  .main-container .col-double-gutter > .cols-md-responsive {
    margin-left: -36px;
  }
  .main-container .col-double-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 36px;
  }
  .main-container .col-no-gutter > .cols-md-responsive {
    margin-left: 0;
  }
  .main-container .col-no-gutter > .cols-md-responsive > div[class*=col-md] {
    padding-left: 0;
  }
}
@media (max-width: 570px) {
  .main-container .cols-sm-responsive {
    margin-left: -36px;
  }
  .main-container .cols-sm-responsive > div[class*=col-sm] {
    padding-left: 36px;
    padding-bottom: 0px !important;
  }
  .main-container .cols-sm-responsive > div[class*=col-sm].col-sm-clear {
    padding-top: 36px;
  }
  .main-container .cols-sm-responsive > div[class*=col-sm]:not(.col-sm-clear) {
    padding-top: 0px !important;
  }
  .main-container .col-one-gutter > .cols-sm-responsive {
    margin-left: -2px;
  }
  .main-container .col-one-gutter > .cols-sm-responsive > div[class*=col-sm] {
    padding-left: 1px;
  }
  .main-container .col-half-gutter > .cols-sm-responsive {
    margin-left: -18px;
  }
  .main-container .col-half-gutter > .cols-sm-responsive > div[class*=col-sm] {
    padding-left: 18px;
  }
  .main-container .col-half-gutter > .cols-sm-responsive > div[class*=col-sm].col-sm-clear {
    padding-top: 18px;
  }
  .main-container .col-double-gutter > .cols-sm-responsive {
    margin-left: -36px;
  }
  .main-container .col-double-gutter > .cols-sm-responsive > div[class*=col-sm] {
    padding-left: 36px;
  }
  .main-container .col-double-gutter > .cols-sm-responsive > div[class*=col-sm].col-sm-clear {
    padding-top: 36px;
  }
  .main-container .col-no-gutter > .cols-sm-responsive {
    margin-left: 0;
  }
  .main-container .col-no-gutter > .cols-sm-responsive > div[class*=col-sm] {
    padding-left: 0;
  }
}
.main-container .row-container {
  position: relative;
  clear: both;
  border: 0;
}
.main-container .row-container.row-next-to-blend {
  transform: translateZ(0px);
}
html.touch body:not(.mobile-parallax-not-allowed) .main-container .row-container.with-parallax > div > .background-wrapper,
html.touch body:not(.mobile-parallax-not-allowed) .main-container .row-container .uncell.with-parallax > div > .background-wrapper,
html.touch body:not(.mobile-parallax-not-allowed) .main-container .row-container.with-parallax > .fp-tableCell > .fp-scrollable > .fp-scroller > div > .background-wrapper,
html.touch body:not(.mobile-parallax-not-allowed) .main-container .row-container .uncell.with-parallax > .fp-tableCell > .fp-scrollable > .fp-scroller > div > .background-wrapper,
html.touch body:not(.mobile-parallax-not-allowed) .main-container .row-container.with-parallax > .fp-tableCell > div > .background-wrapper,
html.touch body:not(.mobile-parallax-not-allowed) .main-container .row-container .uncell.with-parallax > .fp-tableCell > div > .background-wrapper,
html.no-touch .main-container .row-container.with-parallax > div > .background-wrapper,
html.no-touch .main-container .row-container .uncell.with-parallax > div > .background-wrapper,
html.no-touch .main-container .row-container.with-parallax > .fp-tableCell > .fp-scrollable > .fp-scroller > div > .background-wrapper,
html.no-touch .main-container .row-container .uncell.with-parallax > .fp-tableCell > .fp-scrollable > .fp-scroller > div > .background-wrapper,
html.no-touch .main-container .row-container.with-parallax > .fp-tableCell > div > .background-wrapper,
html.no-touch .main-container .row-container .uncell.with-parallax > .fp-tableCell > div > .background-wrapper {
  height: 130%;
  height: calc(100% + 30vh);
  will-change: transform;
}
body:not(.adaptive-images-async) .main-container .row-container.with-kburns .background-inner.uncode-kburns:not(.adaptive-async):not(.async-done),
body:not(.adaptive-images-async) .main-container .row-container .with-kburns .background-inner.uncode-kburns:not(.adaptive-async):not(.async-done) {
  overflow: auto;
  animation: kenburns 15s ease alternate forwards;
}
.main-container .row-container.with-kburns .background-inner.uncode-kburns.async-done,
.main-container .row-container .with-kburns .background-inner.uncode-kburns.async-done {
  animation: kenburns 15s ease alternate forwards;
}
body.compose-mode .main-container .row-container.with-kburns .background-inner.uncode-kburns,
body.compose-mode .main-container .row-container .with-kburns .background-inner.uncode-kburns {
  animation: kenburns 15s ease alternate forwards;
}
.main-container .row-container.with-zoomout .background-inner:not(.uncode-video-container),
.main-container .row-container .with-zoomout .background-inner:not(.uncode-video-container) {
  transform: scale(1.5);
  overflow: auto;
}
body:not(.adaptive-images-async) .main-container .row-container.with-zoomout .background-inner.uncode-zoomout:not(.adaptive-async):not(.async-done),
body:not(.adaptive-images-async) .main-container .row-container .with-zoomout .background-inner.uncode-zoomout:not(.adaptive-async):not(.async-done) {
  animation: backwash 1s ease alternate forwards;
}
.main-container .row-container.with-zoomout .background-inner.uncode-zoomout[data-provider],
.main-container .row-container .with-zoomout .background-inner.uncode-zoomout[data-provider],
.main-container .row-container.with-zoomout .background-inner.uncode-zoomout.async-done,
.main-container .row-container .with-zoomout .background-inner.uncode-zoomout.async-done {
  animation: backwash 1s ease alternate forwards;
}
body.compose-mode .main-container .row-container.with-zoomout .background-inner.uncode-zoomout,
body.compose-mode .main-container .row-container .with-zoomout .background-inner.uncode-zoomout {
  animation: backwash 1s ease alternate forwards;
}
.main-container .row-container .row-parent {
  padding: 36px 36px 36px 36px;
}
.main-container .row-container .row-parent .no-internal-gutter .uncont > * {
  margin-top: 0px;
}
.main-container .row-container .row-parent .one-internal-gutter .uncont > * {
  margin-top: 1px;
}
.main-container .row-container .row-parent .half-internal-gutter .uncont > * {
  margin-top: 18px;
}
.main-container .row-container .row-parent .single-internal-gutter .uncont > * {
  margin-top: 36px;
}
.main-container .row-container .row-parent .double-internal-gutter .uncont > * {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .double-internal-gutter .uncont > * {
    margin-top: 54px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .double-internal-gutter .uncont > * {
    margin-top: 36px;
  }
}
.main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
  margin-top: 108px;
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
    margin-top: 90px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
    margin-top: 72px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .triple-internal-gutter .uncont > * {
    margin-top: 54px;
  }
}
.main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
  margin-top: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 126px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 108px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 90px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .quad-internal-gutter .uncont > * {
    margin-top: 72px;
  }
}
.main-container .row-container .row-parent .column_child.no-internal-gutter .uncont > * {
  margin-top: 0px;
}
.main-container .row-container .row-parent .column_child.one-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 1px;
}
.main-container .row-container .row-parent .column_child.half-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 18px;
}
.main-container .row-container .row-parent .column_child.half-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 18px;
}
.main-container .row-container .row-parent .column_child.single-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 36px;
}
.main-container .row-container .row-parent .column_child.double-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .column_child.double-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 54px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .column_child.double-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 36px;
  }
}
.main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 108px;
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 90px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 72px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .column_child.triple-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 54px;
  }
}
.main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
  margin-top: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 126px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 108px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 90px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .row-parent .column_child.quad-internal-gutter .uncont > *:not(:first-child) {
    margin-top: 72px;
  }
}
.main-container .row-container .row-parent .uncont > *.ilightbox-html:first-child + *,
.main-container .row-container .row-parent .uncont > *:first-child,
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper):not(.edit-account) > *:first-child:not(.isotope-wrapper):not(.justified-wrapper):not(.index-wrapper):not(.edit-account),
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper):not(.edit-account) > *:first-child > *:first-child,
.main-container .row-container .row-parent .uncont > *:first-child:not(.divider-wrapper):not(.edit-account) > *:first-child:not(.isotope-wrapper):not(.justified-wrapper):not(.index-wrapper):not(.edit-account) > *:first-child > *:first-child {
  margin-top: 0px !important;
}
.main-container .row-container .row-parent .uncont > *.desktop-hidden:first-child + * {
  margin-top: 0px !important;
}
article.hentry .main-container .row-container .row-parent {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 960px) {
  .main-container .row-container .row-parent.limit-width.fill-col-left {
    padding-left: 36px;
  }
  .main-container .row-container .row-parent.limit-width.fill-col-right {
    padding-right: 36px;
  }
}
.main-container .row-container > .row-parent:not(.row-slider) .row-child {
  padding: 0px !important;
}
@media (min-width: 960px) {
  .main-container .row-container > .row-parent .row-child > .row-inner > div {
    padding: 0px 0px 0px 36px;
  }
}
.main-container .row-container .row-w-sidebar {
  padding: 0px;
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-no-gutter > .row-inner,
  .main-container .row-container .col-no-gutter > .row-inner {
    margin-left: 0px;
    width: 100%;
  }
}
.main-container .row-container .row-child.col-no-gutter > .row-inner > div,
.main-container .row-container .col-no-gutter > .row-inner > div {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 959px) {
  .main-container .row-container .row-child.col-no-gutter > .row-inner > div,
  .main-container .row-container .col-no-gutter > .row-inner > div {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner,
  .main-container .row-container .col-one-gutter > .row-inner {
    margin-left: -1px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner > div,
  .main-container .row-container .col-one-gutter > .row-inner > div {
    padding-left: 1px;
    padding-right: 0px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner > div,
  .main-container .row-container .col-one-gutter > .row-inner > div {
    padding-top: 1px;
  }
  .main-container .row-container .row-child.col-one-gutter > .row-inner > div:first-child,
  .main-container .row-container .col-one-gutter > .row-inner > div:first-child {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-one-gutter > .row-inner {
    margin-left: -1px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-half-gutter > .row-inner,
  .main-container .row-container .col-half-gutter > .row-inner {
    margin-left: -18px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-half-gutter > .row-inner > div,
  .main-container .row-container .col-half-gutter > .row-inner > div {
    padding-left: 18px;
    padding-right: 0px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .row-child.col-half-gutter > .row-inner > div,
  .main-container .row-container .col-half-gutter > .row-inner > div {
    padding-top: 18px;
  }
  .main-container .row-container .row-child.col-half-gutter > .row-inner > div:first-child,
  .main-container .row-container .col-half-gutter > .row-inner > div:first-child {
    padding-top: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-std-gutter > .row-inner,
  .main-container .row-container .col-std-gutter > .row-inner {
    margin-left: -54px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-std-gutter > .row-inner > div,
  .main-container .row-container .col-std-gutter > .row-inner > div {
    padding-left: 54px;
    padding-right: 0px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-double-gutter > .row-inner,
  .main-container .row-container .col-double-gutter > .row-inner {
    margin-left: -72px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container .row-child.col-double-gutter > .row-inner > div,
  .main-container .row-container .col-double-gutter > .row-inner > div {
    padding-left: 72px;
    padding-right: 0px;
  }
}
.main-container .row-container:not(.limit-width) .no-h-padding,
.main-container .row-container.boxed-row .no-h-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.main-container .row-container .no-top-padding {
  padding-top: 0px;
}
.main-container .row-container .no-bottom-padding {
  padding-bottom: 0px;
}
.main-container .row-container:not(.limit-width) .one-h-padding,
.main-container .row-container.boxed-row .one-h-padding {
  padding-left: 1px;
  padding-right: 1px;
}
.main-container .row-container .one-top-padding {
  padding-top: 1px;
}
.main-container .row-container .one-bottom-padding {
  padding-bottom: 1px;
}
.main-container .row-container .single-top-padding {
  padding-top: 36px;
}
.main-container .row-container .single-bottom-padding {
  padding-bottom: 36px;
}
.main-container .row-container .single-left-padding {
  padding-left: 36px;
}
.main-container .row-container .single-right-padding {
  padding-right: 36px;
}
.main-container .row-container .single-h-padding {
  padding-left: 36px;
  padding-right: 36px;
}
.main-container .row-container .double-h-padding {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 959px) {
  .main-container .row-container .double-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .std-top-padding {
  padding-top: 54px;
}
@media (max-width: 569px) {
  .main-container .row-container .std-top-padding {
    padding-top: 36px;
  }
}
.main-container .row-container .std-bottom-padding {
  padding-bottom: 54px;
}
@media (max-width: 569px) {
  .main-container .row-container .std-bottom-padding {
    padding-bottom: 36px;
  }
}
.main-container .row-container .double-top-padding {
  padding-top: 72px;
}
.main-container .row-container .double-bottom-padding {
  padding-bottom: 72px;
}
.main-container .row-container .triple-h-padding {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1699px) {
  .main-container .row-container .triple-h-padding {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .triple-h-padding {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .triple-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .triple-top-padding {
  padding-top: 108px;
}
@media (max-width: 1699px) {
  .main-container .row-container .triple-top-padding {
    padding-top: 72px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .triple-top-padding {
    padding-top: 54px;
  }
}
.main-container .row-container .triple-bottom-padding {
  padding-bottom: 108px;
}
@media (max-width: 1699px) {
  .main-container .row-container .triple-bottom-padding {
    padding-bottom: 72px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .triple-bottom-padding {
    padding-bottom: 54px;
  }
}
.main-container .row-container .quad-h-padding {
  padding-left: 144px;
  padding-right: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .quad-h-padding {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .quad-h-padding {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .quad-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .quad-top-padding {
  padding-top: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .quad-top-padding {
    padding-top: 108px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .quad-top-padding {
    padding-top: 72px;
  }
}
.main-container .row-container .quad-bottom-padding {
  padding-bottom: 144px;
}
@media (max-width: 1699px) {
  .main-container .row-container .quad-bottom-padding {
    padding-bottom: 108px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .quad-bottom-padding {
    padding-bottom: 72px;
  }
}
.main-container .row-container .penta-h-padding {
  padding-left: 162px;
  padding-right: 162px;
}
@media (max-width: 1699px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 144px;
    padding-right: 144px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 126px;
    padding-right: 126px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .penta-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .penta-top-padding {
  padding-top: 162px;
}
@media (max-width: 1699px) {
  .main-container .row-container .penta-top-padding {
    padding-top: 144px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .penta-top-padding {
    padding-top: 126px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .penta-top-padding {
    padding-top: 54px;
  }
}
.main-container .row-container .penta-bottom-padding {
  padding-bottom: 162px;
}
@media (max-width: 1699px) {
  .main-container .row-container .penta-bottom-padding {
    padding-bottom: 144px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .penta-bottom-padding {
    padding-bottom: 126px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .penta-bottom-padding {
    padding-bottom: 54px;
  }
}
.main-container .row-container .exa-h-padding {
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 1699px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 162px;
    padding-right: 162px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 144px;
    padding-right: 144px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 569px) {
  .main-container .row-container .exa-h-padding {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container .row-container .exa-top-padding {
  padding-top: 180px;
}
@media (max-width: 1699px) {
  .main-container .row-container .exa-top-padding {
    padding-top: 162px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .exa-top-padding {
    padding-top: 144px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .exa-top-padding {
    padding-top: 108px;
  }
}
.main-container .row-container .exa-bottom-padding {
  padding-bottom: 180px;
}
@media (max-width: 1699px) {
  .main-container .row-container .exa-bottom-padding {
    padding-bottom: 162px;
  }
}
@media (max-width: 1499px) {
  .main-container .row-container .exa-bottom-padding {
    padding-bottom: 144px;
  }
}
@media (max-width: 959px) {
  .main-container .row-container .exa-bottom-padding {
    padding-bottom: 108px;
  }
}
@media (min-width: 960px) {
  .main-container .row-container.limit-width.boxed-row {
    box-sizing: border-box;
    background-clip: content-box;
    padding-left: 36px;
    padding-right: 36px;
  }
}
.main-container #page-header .row-container.with-zoomout .background-inner:not(.uncode-zoomout-already),
.main-container #page-header .row-container .with-zoomout .background-inner:not(.uncode-zoomout-already) {
  opacity: 0;
}
@media (min-width: 960px) {
  .main-container .post-body > .row-container .row-child.col-one-gutter > .row-inner,
  .main-container .post-body > .row-container .col-one-gutter > .row-inner {
    width: calc(100% + 1px);
  }
}
@media (min-width: 960px) {
  .main-container .post-body > .row-container .row-child.col-one-gutter > .row-inner {
    width: calc(100% + 1px);
  }
}
@media (min-width: 960px) {
  .main-container .post-body > .row-container .row-child.col-half-gutter > .row-inner,
  .main-container .post-body > .row-container .col-half-gutter > .row-inner {
    width: calc(100% + 18px);
  }
}
@media (min-width: 960px) {
  .main-container .post-body > .row-container .row-child.col-std-gutter > .row-inner,
  .main-container .post-body > .row-container .col-std-gutter > .row-inner {
    width: calc(100% + 54px);
  }
}
@media (min-width: 960px) {
  .main-container .post-body > .row-container .row-child.col-double-gutter > .row-inner,
  .main-container .post-body > .row-container .col-double-gutter > .row-inner {
    width: calc(100% + 72px);
  }
}
.main-container .with-kburns .header-bg-wrapper .uncode-kburns {
  overflow: auto;
  animation: kenburns 15s ease alternate forwards;
}
.main-container .uncode-scroll-visible .add-kburns .background-inner,
.main-container .uncode-scroll-visible.add-kburns .background-inner,
.main-container .uncode-scroll-visible .add-kburns .t-background-cover,
.main-container .uncode-scroll-visible.add-kburns .t-background-cover {
  overflow: auto;
  animation: kenburns 15s ease alternate forwards;
}
.main-container .with-zoomout .header-bg-wrapper:not(.header-carousel-wrapper) .header-bg {
  transform: scale(1.5);
  overflow: auto;
}
.main-container .with-zoomout .header-bg-wrapper:not(.header-carousel-wrapper) .header-bg:not(.uncode-zoomout-already) {
  opacity: 0;
}
.main-container .with-zoomout .header-bg-wrapper .uncode-zoomout:not(.adaptive-async):not(.async-done),
.main-container .with-zoomout .header-bg-wrapper .uncode-zoomout[data-provider],
.main-container .with-zoomout .header-bg-wrapper .uncode-zoomout.async-done {
  animation: backwash 1s ease alternate forwards;
}
body.compose-mode .main-container .with-zoomout .header-bg-wrapper .uncode-zoomout {
  animation: backwash 1s ease alternate forwards;
}
html.ie .main-container .with-kburns.with-parallax .uncode-kburns {
  animation: none !important;
}
.main-container .uncode-scroll-visible .add-zoomout .background-inner,
.main-container .uncode-scroll-visible.add-zoomout .background-inner,
.main-container .uncode-scroll-visible .add-zoomout .t-background-cover,
.main-container .uncode-scroll-visible.add-zoomout .t-background-cover {
  transform: scale(1.5);
  overflow: auto;
}
.main-container .uncode-scroll-visible .add-zoomout .background-inner.async-done,
.main-container .uncode-scroll-visible.add-zoomout .background-inner.async-done,
.main-container .uncode-scroll-visible .add-zoomout .t-background-cover.async-done,
.main-container .uncode-scroll-visible.add-zoomout .t-background-cover.async-done {
  animation: backwash 1s ease alternate forwards;
}
body.compose-mode .main-container .uncode-scroll-visible .add-zoomout .background-inner,
body.compose-mode .main-container .uncode-scroll-visible.add-zoomout .background-inner,
body.compose-mode .main-container .uncode-scroll-visible .add-zoomout .t-background-cover,
body.compose-mode .main-container .uncode-scroll-visible.add-zoomout .t-background-cover {
  animation: backwash 1s ease alternate forwards;
}
.main-container .unequal.row,
.main-container .uncol.unexpand,
.main-container .uncol.unexpand > div > div > .uncont,
.main-container .unequal.row > .row-inner > div > .uncol,
.main-container .unequal .row-internal {
  height: 100%;
}
@media (min-width: 570px) and (max-width: 959px) {
  .main-container .unequal.row .cols-md-responsive > div[class*=col-lg-],
  .main-container .uncol.unexpand .cols-md-responsive > div[class*=col-lg-],
  .main-container .uncol.unexpand > div > div > .uncont .cols-md-responsive > div[class*=col-lg-],
  .main-container .unequal.row > .row-inner > div > .uncol .cols-md-responsive > div[class*=col-lg-],
  .main-container .unequal .row-internal .cols-md-responsive > div[class*=col-lg-] {
    height: 100% !important;
  }
  .main-container .unequal.row .cols-md-responsive > div[class*=col-md-]:not(.col-md-clear),
  .main-container .uncol.unexpand .cols-md-responsive > div[class*=col-md-]:not(.col-md-clear),
  .main-container .uncol.unexpand > div > div > .uncont .cols-md-responsive > div[class*=col-md-]:not(.col-md-clear),
  .main-container .unequal.row > .row-inner > div > .uncol .cols-md-responsive > div[class*=col-md-]:not(.col-md-clear),
  .main-container .unequal .row-internal .cols-md-responsive > div[class*=col-md-]:not(.col-md-clear) {
    display: table-cell !important;
  }
}
@media (max-width: 959px) {
  .firefox .main-container .uncol.unexpand > div > div,
  .firefox .main-container .unequal.row > .row-inner:not(.cols-md-responsive) > div,
  .firefox .main-container .header-wrapper .row > .row-inner:not(.cols-md-responsive) > div {
    display: inline-table;
    width: 100%;
  }
  .firefox .main-container .uncol.unexpand > div > div > .uncont,
  .firefox .main-container .unequal.row > .row-inner:not(.cols-md-responsive) > div > .uncont,
  .firefox .main-container .header-wrapper .row > .row-inner:not(.cols-md-responsive) > div > .uncont,
  .firefox .main-container .uncol.unexpand > div > div > .uncol,
  .firefox .main-container .unequal.row > .row-inner:not(.cols-md-responsive) > div > .uncol,
  .firefox .main-container .header-wrapper .row > .row-inner:not(.cols-md-responsive) > div > .uncol {
    display: table-cell;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  html:not(.ie):not(.firefox):not(.fp-enabled) .main-container .cols-md-responsive {
    height: 100% !important;
  }
  html.chrome:not(.ie):not(.firefox):not(.fp-enabled) .main-container .cols-md-responsive {
    height: 0 !important;
  }
}
/*
----------------------------------------------------------
#Columns
----------------------------------------------------------
*/
.col-lg-0 {
  padding: 27px 36px 27px 36px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding: 36px 36px 36px 36px;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.fp-enabled .col-lg-1:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-2:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-3:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-4:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-5:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-6:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-7:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-8:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-9:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-10:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-11:not(#logo-container-mobile):first-of-type:last-of-type,
.fp-enabled .col-lg-12:not(#logo-container-mobile):first-of-type:last-of-type {
  display: table-cell;
}
@media (min-width: 960px) {
  .col-lg-0,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    display: table-cell;
    height: 100%;
  }
  .chrome .col-lg-0,
  .chrome .col-lg-1,
  .chrome .col-lg-2,
  .chrome .col-lg-3,
  .chrome .col-lg-4,
  .chrome .col-lg-5,
  .chrome .col-lg-6,
  .chrome .col-lg-7,
  .chrome .col-lg-8,
  .chrome .col-lg-9,
  .chrome .col-lg-10,
  .chrome .col-lg-11,
  .chrome .col-lg-12 {
    height: 0;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .row .uncoltable {
    min-height: 0 !important;
  }
}
@media (min-width: 570px) and (max-width: 959px) {
  .col-md-100,
  .col-md-75,
  .col-md-66,
  .col-md-50,
  .col-md-33,
  .col-md-25,
  .col-md-16 {
    display: inline-table;
    table-layout: fixed;
  }
  .col-md-100 {
    width: 100%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-66 {
    width: 66.666666667%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-33 {
    width: 33.33333333%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-16 {
    width: 16.666666667%;
  }
}
@media (max-width: 570px) {
  .col-sm-100,
  .col-sm-75,
  .col-sm-66,
  .col-sm-50,
  .col-sm-33,
  .col-sm-25,
  .col-sm-16 {
    display: inline-table;
    table-layout: fixed;
  }
  .fp-enabled .col-sm-100:first-of-type:last-of-type,
  .fp-enabled .col-sm-75:first-of-type:last-of-type,
  .fp-enabled .col-sm-66:first-of-type:last-of-type,
  .fp-enabled .col-sm-50:first-of-type:last-of-type,
  .fp-enabled .col-sm-33:first-of-type:last-of-type,
  .fp-enabled .col-sm-25:first-of-type:last-of-type,
  .fp-enabled .col-sm-16:first-of-type:last-of-type {
    display: table-cell;
  }
  .col-sm-100 {
    width: 100%;
  }
  .col-sm-75 {
    width: 75%;
  }
  .col-sm-66 {
    width: 66.666666667%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .col-sm-33 {
    width: 33.33333333%;
  }
  .col-sm-25 {
    width: 25%;
  }
  .col-sm-16 {
    width: 16.666666667%;
  }
}
.col-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 900;
}
.block-bg-overlay {
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  transition: opacity 0.2s;
}
.uncode-video-container + .block-bg-blend-mode.not-ie,
.uncode-video-container + .block-bg-blend-mode + .block-bg-blend-mode.not-ie,
.uncode-video-container + .block-bg-blend-mode.for-ie,
.uncode-video-container + .block-bg-blend-mode + .block-bg-blend-mode.for-ie {
  opacity: 0;
}
/*
----------------------------------------------------------
#Columns offgrid
----------------------------------------------------------
*/
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_half {
    left: 18px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_single {
    left: 36px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_double {
    left: 72px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_triple {
    left: 108px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_quad {
    left: 144px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_neg_half {
    left: -18px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_neg_single {
    left: -36px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_neg_double {
    left: -72px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_neg_triple {
    left: -108px !important;
  }
}
@media (min-width: 960px) {
  body:not(.vc-safe-mode) .shift_x_neg_quad {
    left: -144px !important;
  }
}
body:not(.vc-safe-mode) .shift_y_half {
  margin-top: 18px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_half:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_single {
  margin-top: 36px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_single:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_double {
  margin-top: 72px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_double:not(.shift_y_fixed) {
    margin-top: 54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_double:not(.shift_y_fixed) {
    margin-top: 36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_double:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_triple {
  margin-top: 108px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_triple:not(.shift_y_fixed) {
    margin-top: 54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_triple:not(.shift_y_fixed) {
    margin-top: 36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_triple:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_quad {
  margin-top: 144px !important;
}
@media (max-width: 1699px) {
  body:not(.vc-safe-mode) .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 108px !important;
  }
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_quad:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_neg_half {
  margin-top: -18px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_neg_half {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_neg_single {
  margin-top: -36px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_neg_single {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_neg_double {
  margin-top: -72px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_neg_double:not(.shift_y_fixed) {
    margin-top: -54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_neg_double:not(.shift_y_fixed) {
    margin-top: -36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_neg_double:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_neg_triple {
  margin-top: -108px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_neg_triple:not(.shift_y_fixed) {
    margin-top: -54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_neg_triple:not(.shift_y_fixed) {
    margin-top: -36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_neg_triple:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_neg_quad {
  margin-top: -144px !important;
}
@media (max-width: 1699px) {
  body:not(.vc-safe-mode) .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: -108px !important;
  }
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: -54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: -36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_neg_quad:not(.shift_y_fixed) {
    margin-top: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_half {
  margin-bottom: 18px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_half:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_single {
  margin-bottom: 36px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_single:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_double {
  margin-bottom: 72px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_down_double:not(.shift_y_down_fixed) {
    margin-bottom: 54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_down_double:not(.shift_y_down_fixed) {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_double:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_triple {
  margin-bottom: 108px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_down_triple:not(.shift_y_down_fixed) {
    margin-bottom: 54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_down_triple:not(.shift_y_down_fixed) {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_triple:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_quad {
  margin-bottom: 144px !important;
}
@media (max-width: 1699px) {
  body:not(.vc-safe-mode) .shift_y_down_quad:not(.shift_y_down_fixed) {
    margin-bottom: 108px !important;
  }
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_down_quad:not(.shift_y_down_fixed) {
    margin-bottom: 54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_down_quad:not(.shift_y_down_fixed) {
    margin-bottom: 36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_quad:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_neg_half {
  margin-bottom: -18px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_half {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_neg_single {
  margin-bottom: -36px !important;
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_single {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_neg_double {
  margin-bottom: -72px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_double:not(.shift_y_down_fixed) {
    margin-bottom: -54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_double:not(.shift_y_down_fixed) {
    margin-bottom: -36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_double:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_neg_triple {
  margin-bottom: -108px !important;
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_triple:not(.shift_y_down_fixed) {
    margin-bottom: -54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_triple:not(.shift_y_down_fixed) {
    margin-bottom: -36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_triple:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
body:not(.vc-safe-mode) .shift_y_down_neg_quad {
  margin-bottom: -144px !important;
}
@media (max-width: 1699px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_quad:not(.shift_y_down_fixed) {
    margin-bottom: -108px !important;
  }
}
@media (max-width: 1499px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_quad:not(.shift_y_down_fixed) {
    margin-bottom: -54px !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_quad:not(.shift_y_down_fixed) {
    margin-bottom: -36px !important;
  }
}
@media (max-width: 569px) {
  body:not(.vc-safe-mode) .shift_y_down_neg_quad:not(.shift_y_down_fixed) {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 959px) {
  body:not(.vc-safe-mode) .row div[class*=shift_y_down_] .uncell {
    vertical-align: baseline !important;
  }
}
/*
----------------------------------------------------------
#Shape dividers
----------------------------------------------------------
*/
.has-dividers .start_animation {
  z-index: 1;
}
.uncode-divider-wrap {
  left: 0;
  pointer-events: none;
  width: 100%;
}
body.uncode-fullpage-slide .uncode-divider-wrap:not(.uncode-divider-flip) {
  transform: translateZ(0px);
}
.uncode-divider-wrap.uncode-divider-relative {
  position: relative;
}
.uncode-divider-wrap:not(.uncode-divider-relative) {
  position: absolute;
}
.uncode-divider-wrap.uncode-divider-wrap-bottom {
  bottom: 0;
}
.uncode-divider-wrap.uncode-divider-wrap-bottom svg,
.uncode-divider-wrap.uncode-divider-wrap-bottom img {
  bottom: -1px;
}
.uncode-divider-wrap.uncode-divider-wrap-top:not(.uncode-row-divider-invert) svg,
.uncode-divider-wrap.uncode-divider-wrap-top:not(.uncode-row-divider-invert) img {
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: translatex(-50%) scaley(-1);
}
.uncode-divider-wrap.uncode-divider-wrap-bottom.uncode-row-divider-invert svg,
.uncode-divider-wrap.uncode-divider-wrap-bottom.uncode-row-divider-invert img {
  filter: FlipH;
  -ms-filter: "FlipH";
  transform: translatex(-50%) scaley(-1);
}
.uncode-divider-wrap.uncode-divider-wrap-top {
  top: 0;
}
.uncode-divider-wrap.uncode-divider-wrap-top svg,
.uncode-divider-wrap.uncode-divider-wrap-top img {
  top: -1px;
}
.uncode-divider-wrap svg,
.uncode-divider-wrap img {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
}
.uncode-divider-wrap.uncode-divider-preserve-ratio svg,
.uncode-divider-wrap.uncode-divider-preserve-ratio img {
  width: auto;
}
.uncode-divider-wrap:not(.uncode-divider-preserve-ratio) svg,
.uncode-divider-wrap:not(.uncode-divider-preserve-ratio) img {
  width: 100%;
}
.uncode-divider-wrap.uncode-divider-flip {
  transform: scaleX(-1) translateZ(0px);
}
@media (min-width: 570px) and (max-width: 959px) {
  .uncode-divider-wrap.uncode-divider-tablet-hide {
    display: none;
  }
}
@media (max-width: 569px) {
  .uncode-divider-wrap.uncode-divider-mobile-hide {
    display: none;
  }
}
.z_index_-1 {
  z-index: -1;
}
.z_index_0 {
  z-index: 0;
}
.z_index_1 {
  z-index: 1;
}
.z_index_2 {
  z-index: 2;
}
.z_index_3 {
  z-index: 3;
}
.z_index_4 {
  z-index: 4;
}
.z_index_5 {
  z-index: 5;
}
.z_index_6 {
  z-index: 6;
}
.z_index_7 {
  z-index: 7;
}
.z_index_8 {
  z-index: 8;
}
.z_index_9 {
  z-index: 9;
}
.z_index_10 {
  z-index: 10;
}
.z_index_11 {
  z-index: 11;
}
.z_index_12 {
  z-index: 12;
}
.z_index_13 {
  z-index: 13;
}
.z_index_14 {
  z-index: 14;
}
.z_index_15 {
  z-index: 15;
}
.z_index_16 {
  z-index: 16;
}
.z_index_17 {
  z-index: 17;
}
.z_index_18 {
  z-index: 18;
}
.z_index_19 {
  z-index: 19;
}
.z_index_20 {
  z-index: 20;
}
@media (min-width: 570px) and (max-width: 959px) {
  div[class*=vc_custom_]:not(.vc_custom_preserve_tablet) {
    margin-left: 0;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
}
@media (max-width: 569px) {
  div[class*=vc_custom_]:not(.vc_custom_preserve_mobile) {
    margin-left: 0;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }
}
body.customer-area-active .cuar-css-wrapper .row {
  display: block;
  table-layout: auto;
}
.uncell,
.uncont {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.uncell[class*="unshadow-"],
.uncont[class*="unshadow-"],
.uncell[class*="unradius-"],
.uncont[class*="unradius-"] {
  border: 0 !important;
}
/*
----------------------------------------------------------

#Tables

----------------------------------------------------------
*/
table {
  empty-cells: show;
  border: 1px solid;
  margin: 18px 0px 0px 0px;
}
table thead {
  text-align: left;
  vertical-align: bottom;
}
table td,
table th {
  background-color: transparent;
  border-left: 1px solid;
  border-bottom: 1px solid;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 8px 18px 7px 18px;
  font-weight: 600;
}
.tmb table td,
.tmb table th {
  padding: 8px 0px 7px 0px;
  text-align: center;
}
@media (max-width: 959px) {
  table td,
  table th {
    padding: 8px 5px 7px 5px;
  }
  .tmb table td,
  .tmb table th {
    padding: 8px 0px 7px 0px;
  }
}
.media-modal.wp-core-ui table td,
.media-modal.wp-core-ui table th {
  background-color: inherit;
  border-left: inherit;
  border-bottom: inherit;
  padding: inherit;
  font-size: inherit;
  margin: inherit;
  overflow: inherit;
  font-weight: inherit;
}
table td:first-child,
table th:first-child {
  border-left-width: 0;
}
/*
----------------------------------------------------------
#Forms
----------------------------------------------------------
*/
label {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin: 0px 0px 5px 0px;
}
form p {
  margin: 18px 0px 0px 0px;
  font-weight: 600;
}
form img.ajax-loader {
  position: absolute;
  left: 50%;
  margin-left: -30px !important;
  bottom: -25px;
}
div.wpcf7 span.ajax-loader {
  background-image: url(/wp-content/themes/uncode/library/css/../img/preloader.svg);
  background-position: 50%;
  background-size: 20px;
  position: absolute;
}
input,
textarea,
select,
.seldiv,
.select2-choice,
.select2-selection--single {
  display: block;
  font-size: 14px;
  line-height: initial;
  margin: 9px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  border: 1px solid transparent;
}
html.ie11 input,
html.ie11 textarea,
html.ie11 select {
  min-height: 41px;
  padding-bottom: 0;
  padding-top: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-style: solid;
}
.input-underline .wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-text {
  padding-right: 3px;
  width: calc(99% - 3px);
}
.input-underline input[type="text"],
.input-underline input[type="email"],
.input-underline input[type="number"],
.input-underline input[type="url"],
.input-underline input[type="tel"],
.input-underline input[type="search"],
.input-underline textarea,
.input-underline select {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none !important;
}
.input-underline input[type="text"]:focus,
.input-underline input[type="email"]:focus,
.input-underline input[type="number"]:focus,
.input-underline input[type="url"]:focus,
.input-underline input[type="tel"]:focus,
.input-underline input[type="search"]:focus,
.input-underline textarea:focus,
.input-underline select:focus {
  border-top: none;
  border-left: none;
  border-right: none;
}
.input-underline .overlay.overlay-search .search-container .search-container-inner i {
  right: 0;
}
.form-xl {
  font-size: 18px !important;
  padding: 16px 27px 16px 27px !important;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="tel"],
.comments-area input[type="url"] {
  width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"] {
  display: inline-block;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  font-size: 12px;
  padding: 13px 31px 13px 31px;
  text-align: center !important;
  vertical-align: middle;
  background-image: none;
  border-radius: 2px;
  outline: none;
  white-space: nowrap;
  -webkit-text-stroke: 0px;
  width: auto;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: content-box;
  display: inline-block;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: normal;
  min-height: 0 !important;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.webkit input[type=checkbox],
.webkit input[type=radio],
.android input[type=checkbox],
.android input[type=radio] {
  padding-left: 8px;
  padding-right: 8px;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  box-sizing: border-box;
  font-family: "uncodeicon";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.2em;
}
.media-modal.wp-core-ui input[type=checkbox],
.media-modal.wp-core-ui input[type=radio] {
  width: initial;
  height: initial;
  box-sizing: initial;
  vertical-align: initial;
  display: initial;
  font-size: initial;
  margin: initial;
  padding-left: initial;
  padding-right: initial;
  position: initial;
  text-align: initial;
  line-height: initial;
}
.media-modal.wp-core-ui input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  border-radius: 50%;
}
.media-modal.wp-core-ui input[type=radio] {
  -webkit-appearance: radio;
}
input[type=radio]:checked:before {
  content: "";
  border-radius: 100%;
  width: 50%;
  height: 50%;
}
input[type=checkbox]:checked:before {
  content: "\f00c";
}
input[type="file"],
input[type="range"] {
  background-color: transparent !important;
  padding: 0;
  border: 0;
  box-shadow: none;
  width: auto;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
.menu-smart input[type="search"] {
  width: 100%;
}
textarea {
  width: 100%;
  resize: none;
}
.seldiv {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-shadow: none !important;
}
.seldiv select {
  box-shadow: none !important;
  margin: 0;
  border: none;
}
.seldiv:after {
  background: none;
  font-family: "uncodeicon";
  content: "\f107";
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 19px;
  z-index: 1;
  pointer-events: none;
}
.seldiv:before {
  border-left-style: solid;
  height: 100%;
  position: absolute;
  content: "";
  font-size: 12px;
  right: 51px;
}
select {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border-style: solid;
  border-color: transparent;
  -moz-appearance: none;
  text-overflow: "";
  outline: none;
  background-position: 100% center;
  background-repeat: no-repeat;
  box-shadow: none !important;
}
.rtl select {
  background-position: 0% center;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
.style-light select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
}
.style-dark select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
}
.media-modal.wp-core-ui select {
  display: initial;
  min-width: inherit;
  -webkit-appearance: menulist-button;
  appearance: menulist-button;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
span.wpcf7-list-item {
  margin-right: 1em;
  margin-left: 0;
}
.wpcf7-list-item-label {
  margin-left: .25em;
}
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 13px;
  padding: 6px 9px 6px 9px;
  padding: 0;
  margin: 18px 0px 0px 0px;
  display: block;
  text-align: inherit;
  border: 0;
  font-weight: 500;
}
input.wpcf7-form-control.wpcf7-submit.btn {
  margin: 0px 0px 0px 0px;
}
.wpcf7-inline-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 0px;
}
.wpcf7-inline-wrapper input,
.wpcf7-inline-wrapper select {
  margin: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 9px 0px 9px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input {
  text-align: left;
}
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="checkbox"]),
.wpcf7-inline-wrapper .wpcf7-inline-field input:not([type="radio"]) {
  width: 100%;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:first-child {
  padding-left: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field:last-child {
  padding-right: 0px;
}
.wpcf7-inline-wrapper .wpcf7-inline-field > * {
  margin-top: 0px !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group {
  display: table;
  table-layout: auto;
}
.wpcf7-inline-wrapper.wpcf7-input-group p {
  padding: 0;
}
body:not(.rtl) .wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
body:not(.rtl) .wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input:not(.btn) {
  line-height: 1.65em;
  padding: 11px 15px 11px 15px;
  border-right: none !important;
}
body.rtl .wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
body.rtl .wpcf7-inline-wrapper.wpcf7-input-group > *:first-child input:not(.btn) {
  line-height: 1.65em;
  padding: 11px 15px 11px 15px;
  border-left: none !important;
}
body:not(.input-underline):not(.rtl) form:not(.input-underline) .wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
body:not(.input-underline):not(.rtl) form:not(.input-underline) .wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input:not(.btn) {
  line-height: 1.65em;
  padding: 11px 15px 11px 15px;
  border-left: none !important;
}
body:not(.input-underline).rtl form:not(.input-underline) .wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
body:not(.input-underline).rtl form:not(.input-underline) .wpcf7-inline-wrapper.wpcf7-input-group > *:not(:first-child) input:not(.btn) {
  line-height: 1.65em;
  padding: 11px 15px 11px 15px;
  border-right: none !important;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field {
  display: table-cell;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-text {
  width: 99%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn {
  width: 1%;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
  width: auto;
}
.wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input.btn-xl {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.firefox .wpcf7-inline-wrapper.wpcf7-input-group .wpcf7-inline-field-btn input {
  border-bottom: 0;
}
.wpcf7 form input.wpcf7-form-control.wpcf7-submit.btn.btn-lg,
.wpcf7 form input.wpcf7-form-control.wpcf7-submit.btn.btn-xl {
  margin-top: 18px;
}
form .wpcf7-inline-wrapper:nth-child(2) p {
  margin-top: 0px;
}
.wpcf7-captchac {
  margin: 14px 0px 0px 0px;
}
input.wpcf7-submit {
  margin-top: 0;
}
.form-text-center {
  text-align: center !important;
}
.form-fluid {
  width: 100% !important;
}
.form-circle {
  border-radius: 10em;
  padding-right: 30px;
  padding-left: 30px;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url] {
  padding: 10px 15px !important;
}
.gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0px !important;
}
.gfield_select {
  min-width: inherit !important;
}
.ui-datepicker select {
  display: inline;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  max-width: none;
  min-width: auto;
  width: auto;
  background: none;
}
.ui-datepicker table {
  border: none;
}
.ui-datepicker table td,
.ui-datepicker table th {
  border: none;
}
.webkit .frm_forms input[type=checkbox],
.webkit .frm_forms input[type=radio],
.android .frm_forms input[type=checkbox],
.android .frm_forms input[type=radio] {
  height: auto;
}
.wpforms-container input[type=checkbox],
.wpforms-container input[type=radio] {
  -webkit-appearance: checkbox;
}
.frm_forms input[type=radio]:checked:before,
.frm_forms input[type=checkbox]:checked:before,
.frm_forms input[type=radio]:checked:before,
.wpforms-container input[type=radio]:checked:before,
.wpforms-container input[type=checkbox]:checked:before,
.wpforms-container input[type=radio]:checked:before {
  display: none;
}
.grecaptcha-badge {
  z-index: 1;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 400;
}
body:not(.rtl) .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 12px;
}
body.rtl .wpcf7-acceptance .wpcf7-list-item-label {
  padding-right: 12px;
}
.wpcf7-acceptance .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  display: none;
}
.comment-form-cookies-consent label {
  font-size: 13px;
  font-weight: 400;
}
body:not(.rtl) .comment-form-cookies-consent label {
  padding-left: 12px;
}
body.rtl .comment-form-cookies-consent label {
  padding-right: 12px;
}
/*
----------------------------------------------------------

#Buttons

----------------------------------------------------------
*/
.btn,
.btn-link {
  display: inline-block;
  font-size: 12px;
  padding: 13px 31px 13px 31px !important;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border-radius: 2px;
  outline: none;
  white-space: pre-wrap;
  -webkit-text-stroke: 0px;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 569px) {
  .btn:not(input):not(.checkout-button),
  .btn-link:not(input):not(.checkout-button) {
    transform: scale(0.8);
    transform-origin: left;
  }
  .navbar .btn:not(input):not(.checkout-button),
  .navbar .btn-link:not(input):not(.checkout-button),
  .menu-accordion .btn:not(input):not(.checkout-button),
  .menu-accordion .btn-link:not(input):not(.checkout-button) {
    transform: none;
  }
}
.btn.btn-top-margin,
.btn-link.btn-top-margin {
  margin-top: 18px;
}
.btn .fa,
.btn-link .fa {
  position: relative;
  vertical-align: top;
  line-height: inherit;
  top: .085em;
}
.btn.btn-border-animated,
.btn-link.btn-border-animated {
  position: relative;
}
.btn.btn-border-animated:after,
.btn-link.btn-border-animated:after {
  content: '';
  position: absolute;
  border: 1px solid;
  border-radius: inherit;
  border-color: inherit;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.btn-container {
  display: block;
  margin-top: 18px;
}
.btn-container.btn-inline {
  display: inline-block;
  padding-left: 9px;
  padding-right: 9px;
  vertical-align: bottom;
  margin-top: 0px !important;
}
@media (max-width: 569px) {
  .btn-container.btn-inline {
    display: block;
    padding: 0px;
    margin-top: 9px !important;
  }
}
* > .btn-container:first-of-type {
  padding-left: 0px;
}
* > .btn-container:last-of-type {
  padding-right: 0px;
}
.btn-link {
  border: 1px solid transparent;
  padding: 0px !important;
}
.btn-xl {
  font-size: 18px !important;
  padding: 16px 47px 16px 47px !important;
}
.btn-lg {
  font-size: 15px !important;
  padding: 14px 40px 14px 40px !important;
}
.btn-sm {
  font-size: 10px !important;
  padding: 9px 25px 9px 25px !important;
}
.btn-icon-left .fa {
  margin-right: 9px;
}
.btn-icon-right .fa {
  margin-left: 9px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-square {
  border-radius: 0px !important;
}
.btn-round {
  border-radius: 8px !important;
}
.btn-circle {
  border-radius: 10em !important;
}
.btn-shadow {
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.6) !important;
}
.btn-shadow-sm.btn-shadow {
  box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.6) !important;
}
.btn-shadow-std.btn-shadow {
  box-shadow: 0 8px 30px -6px rgba(0, 0, 0, 0.6) !important;
}
.btn-shadow-lg.btn-shadow {
  box-shadow: 0 13px 34px -9px rgba(0, 0, 0, 0.6) !important;
}
.btn-shadow-xl.btn-shadow {
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.6) !important;
}
.btn-italic {
  font-style: italic !important;
}
.btn-disable-hover {
  pointer-events: none !important;
}
/* Ripple Out */
@keyframes btn-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.btn-ripple-out:after {
  animation-duration: .5s;
}
.btn-ripple-out:hover:after,
.btn-ripple-out:focus:after,
.btn-ripple-out:active:after {
  animation-name: btn-ripple-out;
}
/* Ripple In */
@keyframes btn-ripple-in {
  100% {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    opacity: 1;
  }
}
.btn-ripple-in:hover:after {
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}
.btn-ripple-in:hover:after,
.btn-ripple-in:focus:after,
.btn-ripple-in:active:after {
  animation-name: btn-ripple-in;
}
.border-width-1 {
  border-width: 1px !important;
}
.border-width-2 {
  border-width: 2px !important;
}
.border-width-3 {
  border-width: 3px !important;
}
.border-width-4 {
  border-width: 4px !important;
}
.border-width-5 {
  border-width: 5px !important;
}
/*
----------------------------------------------------------

#Icons

----------------------------------------------------------
*/
.fa-container {
  display: inline-block;
  width: 100%;
  margin: 18px 0px 0px 0px;
}
.fa-btn {
  cursor: pointer;
}
.fa-stack {
  text-align: center;
  border-width: 1px !important;
}
.fa-stack.fa-squared {
  border-radius: 0px !important;
}
.fa-stack.fa-rounded-btn {
  border-radius: 2px !important;
}
.icon-box {
  display: table;
  width: 100%;
}
.icon-box.icon-inline {
  display: inline-table;
  table-layout: fixed;
  width: auto;
  text-align: center;
  vertical-align: bottom;
  margin-top: 0px !important;
  padding-left: 9px;
  padding-right: 9px;
}
.icon-box .icon-media {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: 100%;
}
.icon-box .icon-media object {
  display: table-cell;
  vertical-align: middle;
}
.icon-box .icon-media svg {
  width: 100%;
  height: auto;
}
.icon-box .icon-automatic-video {
  border: inherit;
  bottom: 0;
  border-radius: inherit;
  background-clip: padding-box;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
  transition-property: bottom, left, right, top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.icon-box .icon-automatic-video.btn-outline {
  border-style: solid;
  border-width: 2px;
}
.icon-box .icon-automatic-video.btn-outline .icon-automatic-video-inner-bg {
  bottom: 0;
  border-radius: inherit;
  background-clip: padding-box;
  content: '';
  display: block;
  left: 0;
  opacity: .25;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.icon-box .icon-automatic-video .icon-automatic-video-outer-bg {
  bottom: 0;
  border-radius: inherit;
  background-clip: padding-box;
  content: '';
  display: block;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 0;
  transition-property: box-shadow, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.icon-box .icon-automatic-video.btn-shadow {
  box-shadow: none !important;
}
:hover.icon-box .icon-automatic-video {
  bottom: -10%;
  left: -10%;
  right: -10%;
  top: -10%;
}
:hover.icon-box .icon-automatic-video .icon-automatic-video-inner-bg {
  opacity: .5;
}
:hover.icon-box .icon-automatic-video .icon-automatic-video-outer-bg {
  opacity: .15;
}
.icon-box .fa-stack.icon-animated {
  border: 0;
}
.icon-box .fa-stack.icon-animated i {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
  z-index: 1;
}
.icon-box.absolute-center {
  left: 0;
  margin-top: 0 !important;
  position: absolute !important;
  z-index: 1;
  text-align: center;
  display: table-cell;
  top: 50%;
}
.icon-box.absolute-center .icon-box-icon {
  margin-top: 0 !important;
  top: 50% !important;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  width: auto;
}
div > .icon-box:first-child {
  padding-left: 0px !important;
}
div > .icon-box:last-child {
  padding-right: 0px !important;
}
.icon-box-top {
  table-layout: fixed;
}
.icon-box-top .fa-container {
  margin-top: 0px;
}
.icon-box-heading > * {
  line-height: 1.5em;
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon,
.icon-box-left .icon-box-content,
.icon-box-right .icon-box-content {
  display: table-cell;
  vertical-align: top;
}
.icon-box-left .icon-box-icon,
.icon-box-right .icon-box-icon {
  width: 1px;
}
.icon-box-left .icon-box-heading,
.icon-box-right .icon-box-heading {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.icon-box-left .icon-box-heading > *,
.icon-box-right .icon-box-heading > * {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0px;
}
.icon-box-left .fa-1x,
.icon-box-right .fa-1x {
  line-height: 2.5em;
}
.icon-box-left .icon-box-fa-2x,
.icon-box-right .icon-box-fa-2x {
  height: 2em;
}
.icon-box-left .icon-box-fa-3x,
.icon-box-right .icon-box-fa-3x {
  height: 3em;
}
.icon-box-left .icon-box-fa-4x,
.icon-box-right .icon-box-fa-4x {
  height: 4em;
}
.icon-box-left .icon-box-fa-5x,
.icon-box-right .icon-box-fa-5x {
  height: 5em;
}
.icon-box-left .icon-box-fa-1x-back,
.icon-box-right .icon-box-fa-1x-back {
  height: 2.5em;
}
.icon-box-left .icon-box-fa-2x-back,
.icon-box-right .icon-box-fa-2x-back {
  height: 5em;
}
.icon-box-left .icon-box-fa-3x-back,
.icon-box-right .icon-box-fa-3x-back {
  height: 7em;
}
.icon-box-left .icon-box-fa-4x-back,
.icon-box-right .icon-box-fa-4x-back {
  height: 10em;
}
.icon-box-left .icon-box-fa-5x-back,
.icon-box-right .icon-box-fa-5x-back {
  height: 12em;
}
.icon-box-left .icon-box-content {
  padding-left: 18px;
}
@media (min-width: 960px) {
  .icon-box-left .icon-box-content {
    padding-left: 36px;
  }
}
.icon-box-left .icon-box-content:not(.add-margin) p {
  margin-top: 0px;
}
.icon-box-right .icon-box-content {
  padding-right: 18px;
}
@media (min-width: 960px) {
  .icon-box-right .icon-box-content {
    padding-right: 36px;
  }
}
.icon-box-right .icon-box-content:not(.add-margin) p {
  margin-top: 0px;
}
.icon-expand .icon-box-content,
.icon-expand .icon-box-icon {
  width: 50%;
}
/*
----------------------------------------------------------

#Component animations

----------------------------------------------------------
*/
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
/*
----------------------------------------------------------

#Navs

----------------------------------------------------------
*/
.nav > li > a {
  display: block;
}
.nav-tabs {
  border-bottom: 1px solid;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.nav-tabs > li {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  line-height: normal;
  padding: 0px 23px 18px 23px;
}
.nav-tabs > li > a span {
  font-size: 12px;
  white-space: pre;
}
.nav-tabs > li.active > a {
  padding: 0px 23px 18px 23px;
  pointer-events: none;
}
@media (min-width: 960px) {
  .nav-tabs > li.active > a {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
  cursor: default;
}
.tab-content {
  padding: 36px 0px 0px 0px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-content.vertical {
  padding: 0px 0px 0px 36px;
}
.tab-content .remove-top-margin {
  margin-top: -27px;
}
.tab-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.vertical-tab-menu {
  width: 20%;
  float: left;
}
.vertical-tab-contents {
  width: 80%;
  float: left;
}
@media (max-width: 569px) {
  .vertical-tab-contents {
    width: 100%;
    float: none;
  }
  .vertical-tab-contents .tab-content {
    padding: 0;
  }
}
.vertical-tab-menu .nav-tabs {
  border: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  margin-right: -1px;
}
@media (max-width: 569px) {
  .vertical-tab-menu {
    clear: both;
    display: block;
    min-height: 100px !important;
    width: 100% !important;
    margin: 0px 0px 18px 0px;
  }
}
@media (min-width: 570px) {
  .tab-content.vertical {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.tabs-left > li {
  float: none;
  display: block;
}
.tabs-left > li.active > a {
  padding: 9px 23px 9px 0px;
  border-bottom-width: 0px !important;
  border-right-width: 2px!important;
  border-right-style: solid;
}
.tabs-left > li > a {
  margin-right: 0;
  display: block;
  text-align: left;
  padding: 9px 23px 9px 0px;
}
.nav-links > * {
  display: inline-block;
}
.nav-links > *:nth-child(2) {
  margin-left: 18px;
}
.nav-links > * a {
  vertical-align: bottom;
  margin-top: 0px;
  padding-top: 0px;
}
/*
----------------------------------------------------------

#Breadcrumbs

----------------------------------------------------------
*/
.breadcrumb {
  padding: 0px 0px 0px 0px;
  list-style: none;
  font-weight: 500;
  line-height: 1.2;
}
.breadcrumb > li {
  display: inline-block;
  margin-top: 0;
  font-size: 13px;
}
.breadcrumb > li + li:not(.paged):before {
  content: "/\00a0";
  padding: 0 5px;
}
@media (max-width: 959px) {
  .breadcrumb {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
}
.row-breadcrumb {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
}
.row-breadcrumb.row-breadcrumb-light {
  border-color: #eaeaea;
  background-color: #f7f7f7;
}
.row-breadcrumb.row-breadcrumb-dark {
  border-color: #303133;
  background-color: #191b1e;
}
.row-breadcrumb .breadcrumb-title {
  margin: 0;
  line-height: 1.3em;
}
@media (max-width: 959px) {
  .row-breadcrumb .breadcrumb-title {
    margin: auto !important;
    text-align: center;
    float: none !important;
  }
}
.row-breadcrumb.text-left .breadcrumb {
  margin: 0px 0px 0px 0px !important;
}
.row-breadcrumb.text-left .breadcrumb-title {
  float: right;
}
.row-breadcrumb.text-right .breadcrumb {
  margin: 0px 0px 0px 0px !important;
}
.row-breadcrumb.text-right .breadcrumb-title {
  float: left;
}
@media (max-width: 959px) {
  .row-breadcrumb .row > *:not(:first-child) {
    margin: 9px 0px 0px 0px !important;
  }
}
.pagination,
.navigation {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin: 0;
  border-radius: 2px;
}
.pagination > li > a,
.navigation > li > a,
.pagination > li > span,
.navigation > li > span {
  margin-top: 0px;
}
.pagination > li:first-child > a,
.navigation > li:first-child > a,
.pagination > li:first-child > span,
.navigation > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.navigation > li:last-child > a,
.pagination > li:last-child > span,
.navigation > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li .page-numbers,
.navigation > li .page-numbers {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: 4.5px;
  margin-bottom: 4.5px;
  border-radius: 50%;
}
.pagination > li .current,
.navigation > li .current,
.pagination > li .current:hover,
.navigation > li .current:hover,
.pagination > li .current:focus,
.navigation > li .current:focus {
  z-index: 2;
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: default;
}
.pagination > .disabled > span,
.navigation > .disabled > span,
.pagination > .disabled > span:hover,
.navigation > .disabled > span:hover,
.pagination > .disabled > span:focus,
.navigation > .disabled > span:focus,
.pagination > .disabled > a,
.navigation > .disabled > a,
.pagination > .disabled > a:hover,
.navigation > .disabled > a:hover,
.pagination > .disabled > a:focus,
.navigation > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.pagination .btn,
.navigation .btn {
  border: none;
}
.pagination .page-prev,
.navigation .page-prev {
  width: 33.33333%;
  border: 0px;
  text-align: left;
}
@media (max-width: 569px) {
  .pagination .page-prev,
  .navigation .page-prev {
    width: 20px !important;
  }
}
.pagination .page-prev .btn-link,
.navigation .page-prev .btn-link {
  text-align: left;
  position: relative;
  transform-origin: left;
}
@media (min-width: 569px) {
  .pagination .page-prev .btn-link,
  .navigation .page-prev .btn-link {
    padding: 0px 21px !important;
  }
}
.pagination .page-prev > a,
.navigation .page-prev > a,
.pagination .page-prev > span,
.navigation .page-prev > span {
  border-radius: 0px;
  width: 100%;
}
.pagination .page-prev .btn,
.navigation .page-prev .btn {
  margin-left: 0px !important;
}
.pagination .page-prev i,
.navigation .page-prev i {
  position: absolute;
  margin-right: 14px;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  left: 0px;
}
.pagination .page-prev .btn span,
.navigation .page-prev .btn span {
  display: inline-block;
  transition: transform 0.2s;
}
@media (max-width: 569px) {
  .pagination .page-prev .btn span,
  .navigation .page-prev .btn span {
    display: none;
  }
}
.pagination .page-prev .btn span:hover,
.navigation .page-prev .btn span:hover {
  transform: translateX(-4px);
}
.pagination .page-next,
.navigation .page-next {
  width: 33.33333%;
  border: 0px;
  text-align: right;
}
@media (max-width: 569px) {
  .pagination .page-next,
  .navigation .page-next {
    width: 20px !important;
  }
}
.pagination .page-next .btn-link,
.navigation .page-next .btn-link {
  text-align: right;
  position: relative;
  transform-origin: right;
}
@media (min-width: 569px) {
  .pagination .page-next .btn-link,
  .navigation .page-next .btn-link {
    padding: 0px 21px !important;
  }
}
.pagination .page-next > a,
.navigation .page-next > a,
.pagination .page-next > span,
.navigation .page-next > span {
  border-radius: 0px;
  width: 100%;
}
.pagination .page-next .btn,
.navigation .page-next .btn {
  margin-right: 0px !important;
}
.pagination .page-next i,
.navigation .page-next i {
  position: absolute;
  margin-left: 14px;
  margin-right: 0;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  right: 0px;
}
.pagination .page-next .btn span,
.navigation .page-next .btn span {
  display: inline-block;
  transition: transform 0.2s;
}
@media (max-width: 569px) {
  .pagination .page-next .btn span,
  .navigation .page-next .btn span {
    display: none;
  }
}
.pagination .page-next .btn span:hover,
.navigation .page-next .btn span:hover {
  transform: translateX(4px);
}
@media (max-width: 569px) {
  .pagination .btn-disable-hover,
  .navigation .btn-disable-hover {
    font-size: 0px;
  }
}
.pagination > li {
  display: inline-block;
}
.pagination > li > .btn {
  padding: 0px !important;
  margin: 0px !important;
}
.pagination > li > a,
.pagination > li > span {
  width: 35px;
}
.pagination > li i {
  line-height: 45px !important;
  top: 0px !important;
}
.pagination .page-prev {
  float: left;
  width: 54px;
}
.pagination .page-prev > a,
.pagination .page-prev > span {
  text-align: left;
  border-radius: 0px;
  width: 100%;
}
.pagination .page-next {
  float: right;
  width: 54px;
}
.pagination .page-next > a,
.pagination .page-next > span {
  text-align: right;
  border-radius: 0px;
  width: 100%;
}
.navigation > li {
  display: table-cell;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.row-navigation {
  outline-width: 1px;
  outline-style: solid;
}
.row-navigation .nav-back .btn-link {
  transform-origin: center;
}
.main-container .row-navigation .row-parent {
  padding: 27px 36px 27px 36px;
}
.page-links > *:first-child {
  margin-left: 9px;
}
.page-links span {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: rgba(238, 238, 238, 0.6);
  border-radius: 50%;
}
.page-links a {
  display: inline-block;
  border-radius: 50%;
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: pointer;
}
/*
----------------------------------------------------------

#Panels

----------------------------------------------------------
*/
.panel {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.panel-body {
  padding: 27px 0px 27px 0px;
}
.panel-body > *:first-child {
  margin-top: 0 !important;
}
.panel-title {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
  margin-top: 0;
}
.panel-title > a {
  display: block;
  color: inherit;
  position: relative;
  padding: 18px 0px 18px 0px;
}
.panel-title > a span {
  font-size: 12px;
}
.panel-title > a span:after {
  font-family: "uncodeicon";
  content: "\f105";
  margin-top: 0px;
  font-weight: normal;
  font-size: 15px;
  right: 0;
  margin-right: 0;
  position: absolute;
}
.panel-title.active > a span:after {
  content: "\f107";
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel-group .panel-heading {
  border-radius: 0px;
  padding: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-width: 1px;
  border-top-style: solid;
}
.panel-group .panel-heading + .panel-collapse.collapsing * {
  transition: none !important;
}
.panel-group .panel:last-child {
  border-bottom-width: 1px;
}
/*
----------------------------------------------------------

#Dividers

----------------------------------------------------------
*/
.divider {
  margin-right: auto;
  margin-left: auto;
  height: 0;
  position: relative;
  border-top-style: none;
  height: 4em;
  padding: 18px 0px 18px 0px;
}
.divider:before,
.divider:after {
  content: '';
  position: absolute;
  top: 50%;
  border-top-style: solid;
  border-width: 1px;
  border-color: inherit;
}
.divider .divider-icon,
.divider .divider-text {
  position: absolute;
  margin-top: -1.5em;
  margin-bottom: -1.5em;
}
.divider .divider-icon {
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3.4em;
  text-align: center;
}
.divider .divider-icon.icon-inactive {
  cursor: pointer;
  pointer-events: none;
}
.divider.divider-left-icon .divider-icon {
  left: 0;
  margin-left: 0;
}
.divider.divider-right-icon .divider-icon {
  left: auto;
  right: 0;
  margin-left: 0;
}
.divider.divider-center-icon:before {
  left: 0;
  right: 50%;
  margin-right: 3em;
}
.divider.divider-center-icon:after {
  left: 50%;
  right: 0;
  margin-left: 3em;
}
.divider.divider-left-icon:before {
  left: 4em;
  right: 0;
}
.divider.divider-right-icon:before {
  right: 4em;
  left: 0;
}
.empty-space {
  margin-top: 0 !important;
}
.empty-space.empty-quart {
  padding-top: 9px;
}
.empty-space.empty-half {
  padding-top: 18px;
}
.empty-space.empty-single {
  padding-top: 36px;
}
.empty-space.empty-double {
  padding-top: 72px;
}
.empty-space.empty-triple {
  padding-top: 108px;
}
.empty-space.empty-quad {
  padding-top: 144px;
}
/*
----------------------------------------------------------

#Pricing-tables

----------------------------------------------------------
*/
.plan-centered {
  text-align: center;
}
.plan {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
}
.plan .plan-title {
  padding: 36px 36px 36px 36px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.plan .plan-title > h3 {
  font-size: 17px;
  line-height: 1.2;
  margin: 27px 0 0;
  margin: 0;
}
.plan-colored.plan .plan-title > h3 {
  color: #ffffff;
}
.plan .plan-title .plan-title-data {
  display: block;
  margin: 9px 0px 0px 0px;
}
.plan-colored.plan .plan-title .plan-title-data {
  color: #ffffff;
}
.plan .plan-price {
  padding: 36px 36px 36px 36px;
  display: inline-block;
  width: 100%;
}
.plan .plan-price .price {
  display: block;
  font-size: 56px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0 !important;
}
.plan .plan-price .period {
  font-size: 13px;
  margin: 2px 0px 0px 0px;
}
.plan .item-list {
  list-style: none !important;
  margin: 0;
  padding: 0px 0px 0px 0px !important;
}
.plan .item-list > li {
  padding: 12px 36px 12px 36px;
  border-top-width: 1px;
  border-top-style: solid;
}
.plan .plan-button {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 36px 36px 36px 36px;
}
.plan .plan-button .btn {
  margin-top: 0;
}
@media (min-width: 960px) {
  .plan.plan-most-popular {
    position: relative;
    z-index: 2;
    margin: -36px 0px 0px 0px !important;
  }
  .plan.plan-most-popular > .plan-container .plan-title {
    padding: 54px 36px 54px 36px;
  }
  .plan.plan-most-popular > .plan-container .plan-button {
    padding: 54px 36px 54px 36px;
  }
}
@media (min-width: 960px) {
  .col-no-gutter .plan {
    margin-left: -1px !important;
  }
}
/*
----------------------------------------------------------
#Fluid-objects
----------------------------------------------------------
*/
.fluid-object {
  position: relative;
  display: block;
  z-index: 3;
  margin: 0px;
}
.style-metro .fluid-object {
  height: 100%;
}
.style-masonry .fluid-object {
  margin-top: -1px;
}
.fluid-object .tmb-carousel .t-inside {
  margin-top: 0px !important;
}
.fluid-object .mejs-poster {
  background-size: cover;
}
.fluid-object .mejs-container {
  position: absolute;
  bottom: 0px;
  vertical-align: bottom;
}
.tmb-entry-title-uppercase .fluid-object {
  text-transform: uppercase;
}
.tmb-entry-title-lowercase .fluid-object {
  text-transform: lowercase;
}
.tmb-entry-title-capitalize .fluid-object {
  text-transform: capitalize;
}
.fluid-object.self-audio {
  padding-top: 30px !important;
}
.fluid-object.self-audio .mejs-container {
  background: transparent;
}
.fluid-object.self-audio .mejs-offscreen {
  display: none;
}
.fluid-object.self-audio > div {
  background-size: cover;
  background-position: center;
}
.fluid-object.object-size {
  padding-top: 56.25%;
}
.style-metro .fluid-object.object-size {
  padding-top: 0px;
}
.fluid-object.object-size.soundcloud-single {
  padding-top: 167px;
  background-color: #f5f5f5;
}
.fluid-object.object-size.soundcloud-playlist {
  padding-top: 65%;
  background-color: #f5f5f5;
}
.style-metro .fluid-object.object-size.soundcloud-playlist {
  padding-top: 0px;
}
.fluid-object.object-size.tweet {
  padding: 0px !important;
  display: table;
  table-layout: fixed;
}
.fluid-object.object-size.tweet .twitter-item {
  display: table-cell;
  vertical-align: middle;
}
.fluid-object.object-size.tweet .twitter-item i {
  font-size: 17px;
  top: 3px;
  position: relative;
  padding-right: 5px;
}
.fluid-object.object-size.tweet .tweet-text {
  margin-top: 18px;
  margin-bottom: 0;
}
.fluid-object.object-size.spotify {
  padding-top: 80px;
  background-color: #323231;
}
.fluid-object.object-size.regular-text {
  padding-top: 0px !important;
  display: table;
  table-layout: fixed;
}
.fluid-object.object-size.regular-text > * {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0px;
}
.fluid-object.object-size.nested-carousel {
  padding-top: 0px;
}
.fluid-object.object-size.nested-carousel .t-inside {
  opacity: 1 !important;
}
.style-metro .fluid-object.object-size .owl-carousel-wrapper,
.style-metro .fluid-object.object-size .owl-carousel-container,
.style-metro .fluid-object.object-size .owl-stage-outer,
.style-metro .fluid-object.object-size .owl-carousel,
.style-metro .fluid-object.object-size .owl-stage {
  height: 100%;
  display: block;
}
.style-metro .fluid-object.object-size .owl-item {
  height: 100% !important;
}
.style-metro .fluid-object.object-size .tmb-carousel,
.style-metro .fluid-object.object-size .tmb-carousel > div,
.style-metro .fluid-object.object-size .t-entry-visual,
.style-metro .fluid-object.object-size .t-entry-visual-tc {
  display: block !important;
  height: 100%;
}
.fluid-object.object-size .wp-video .mejs-layers > *,
.fluid-object.object-size .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}
.fluid-object.object-size .wp-video,
.fluid-object.object-size .mejs-video,
.fluid-object.object-size .mejs-overlay {
  width: 100% !important;
}
.fluid-object:not(.spotify):not(.wp-video):not(.tweet):not(.regular-text):not(.nested-carousel):not(.soundcloud-single):not(.soundcloud-playlist) > * {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.fluid-object.spotify > * {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
.fluid-object.soundcloud-single {
  height: 115px;
  padding-top: 0 !important;
}
.fluid-object.soundcloud-single,
.fluid-object.soundcloud-playlist {
  line-height: 0;
}
.fluid-object.soundcloud-single iframe,
.fluid-object.soundcloud-playlist iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.social-object {
  margin: 0;
}
.facebook-object .fb_iframe_widget,
.facebook-object .fb_iframe_widget span iframe,
.facebook-object .fb_iframe_widget span,
.facebook-object iframe[style] {
  width: inherit !important;
}
.twitter-object .twitter-tweet {
  margin: 0 !important;
}
.uncode-single-media {
  line-height: 0px;
}
.uncode-single-media .single-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
.uncode-single-media .single-wrapper > a {
  display: inline-block;
  width: 100%;
}
.uncode-single-media.text-center .uncode-single-media-wrapper > div > * {
  display: block;
  margin: auto;
}
.uncode-single-media.text-left .uncode-single-media-wrapper > div > * {
  display: block;
  margin-right: auto;
}
.uncode-single-media.text-right .uncode-single-media-wrapper > div > * {
  display: block;
  margin-left: auto;
}
.uncode-single-media .uncode-wrapper {
  display: block;
}
.uncode-single-media .uncode-single-media-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0px;
}
.uncode-single-media .uncode-single-media-wrapper.single-advanced {
  width: 100%;
}
.uncode-single-media .uncode-single-media-wrapper > iframe {
  width: 100%;
  height: auto;
}
.uncode-single-media .uncode-single-media-wrapper.single-other {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.uncode-single-media .uncode-single-media-wrapper.single-other > iframe {
  position: absolute;
  height: 100%;
}
.uncode-single-media .uncode-single-media-wrapper.single-other > * {
  width: 100% !important;
}
.uncode-single-media .uncode-single-media-wrapper.img-circle,
.uncode-single-media .uncode-single-media-wrapper .img-circle {
  perspective: 1000px;
}
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-inside,
.uncode-single-media .uncode-single-media-wrapper .img-circle .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper .img-circle .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-circle .t-entry-visual-overlay,
.uncode-single-media .uncode-single-media-wrapper .img-circle .t-entry-visual-overlay {
  border-radius: 50%;
}
.uncode-single-media .uncode-single-media-wrapper.img-round,
.uncode-single-media .uncode-single-media-wrapper .img-round {
  perspective: 1000px;
}
.uncode-single-media .uncode-single-media-wrapper.img-round .t-inside,
.uncode-single-media .uncode-single-media-wrapper .img-round .t-inside,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper .img-round .t-entry-visual,
.uncode-single-media .uncode-single-media-wrapper.img-round .t-entry-visual-overlay,
.uncode-single-media .uncode-single-media-wrapper .img-round .t-entry-visual-overlay {
  border-radius: 2px;
}
.uncode-single-media .uncode-single-media-wrapper > .dummy ~ img,
.uncode-single-media .uncode-single-media-wrapper > .dummy + * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uncode-single-media-wrapper.img-thumbnail:not(.single-advanced) {
  border-width: 1px;
  border-style: solid;
}
/* Google maps
---------------------------------------------------------- */
.uncode-gmaps-widget .gmnoprint img {
  max-width: none;
}
.uncode-gmaps-widget .uncode-map-wrapper iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
}
.uncode-gmaps-widget.uncode-map-responsive .uncode-wrapper,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper {
  position: relative;
  height: 100%;
}
.uncode-gmaps-widget.uncode-map-responsive,
.uncode-gmaps-widget.uncode-map-responsive .uncode-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uncode-gmaps-widget .gmap-buttons {
  height: 25px;
  width: 25px;
  cursor: pointer;
  margin-left: 20px;
  color: white;
  display: block;
  padding: 5px 0px 0px 1px  !important;
  border: none !important;
  opacity: 0;
}
.uncode-gmaps-widget .gmap-zoom-min {
  margin-top: 20px;
  margin-bottom: 1px;
}
.uncode-gmaps-widget address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 9px;
  color: white;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .uncode-map-wrapper .gm-style canvas {
    transform: scale(0.5, 0.5);
    margin-top: 25%;
  }
}
/*
----------------------------------------------------------
#Preloader
----------------------------------------------------------
*/
.t-preloader {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: spinner 600ms linear infinite;
}
.loaded .t-preloader {
  display: none;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
----------------------------------------------------------

#Post

----------------------------------------------------------
*/
.post-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.post-wrapper .post-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.post-wrapper .post-footer {
  border-top-width: 1px;
  border-top-style: solid;
}
.post-wrapper .post-footer.post-footer-light {
  border-color: #eaeaea;
}
.post-wrapper .post-footer.post-footer-dark {
  border-color: #303133;
}
@media (max-width: 569px) {
  .post-content {
    max-width: 100% !important;
  }
}
.post-content::after {
  clear: both;
  content: '';
  display: block;
}
.post-content .post-media blockquote.pullquote p:first-child {
  font-size: 25px;
}
.post-content .post-media .t-inside {
  display: block;
  table-layout: auto;
}
.post-content .post-media .fluid-object.regular-text .twitter-item {
  text-align: left;
}
.search-results .post-content article:first-child h1 {
  margin-top: 0;
}
.search-results .post-content .entry-summary {
  margin: 9px 0px 0px 0px;
}
.search-results .post-content article + article {
  margin: 36px 0px 0px 0px;
}
.post-content > *:first-child,
.post-content > .row-container > .row-parent > *:first-child {
  margin-top: 0px;
}
.post-content .post-title-wrapper {
  margin-bottom: 30px;
}
.post-content .post-title-wrapper + * {
  margin-top: 0px;
}
.post-content .post-media + * {
  margin-top: 72px;
}
@media (max-width: 569px) {
  .post-content .post-media + * {
    margin-top: 36px;
  }
}
.post-content .post-title {
  margin: 0;
}
.post-content iframe {
  width: 100%;
}
.post-content > .owl-carousel-wrapper .t-entry-visual-overlay,
.post-content > .owl-carousel-wrapper .t-overlay-wrap {
  position: absolute;
}
.post-content img {
  max-width: 100%;
}
.ie9 .post-content img[src$=".svg"] {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post-content img[src$=".svg"] {
    width: 100%;
  }
}
.post-content ul:not(.no-list) {
  list-style: disc;
  padding: 0px 0px 0px 18px;
}
.post-content aside ul,
.post-content aside ul:not(.no-list) {
  list-style: none;
  padding: 0px 0px 0px 0px;
}
.post-content table {
  width: 100%;
}
.ie11 .post-content {
  width: 100%;
}
.ie11 .post-content figure {
  width: inherit !important;
}
body.uncode-fullpage .post-content > div:not(#colophon) ul,
body.uncode-scroll-snap .post-content > div:not(#colophon) ul {
  list-style: disc;
  padding: 0px 0px 0px 18px;
}
.firefox body.uncode-fullpage .main-wrapper {
  display: table-row;
}
.post-wrapper .post-share {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 30px;
  padding-bottom: 30px;
}
.portfolio-wrapper .post-share {
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 30px;
}
.portfolio-wrapper .portfolio-comments {
  border-top-width: 1px;
  border-top-style: solid;
}
.portfolio-wrapper .portfolio-comments.portfolio-comments-light {
  border-color: #eaeaea;
}
.portfolio-wrapper .portfolio-comments.portfolio-comments-dark {
  border-color: #303133;
}
.post-password-form input {
  display: inline-block;
}
.post-password-form input[type="password"] {
  width: auto;
  margin-top: 9px;
}
.post-password-form input[type="submit"] {
  vertical-align: top;
  margin-top: 9px;
  padding-top: 9px;
  padding-bottom: 8px;
}
.more-link i {
  font-size: 12px;
  margin-left: 9px;
}
.more-link.btn-link {
  display: table;
  table-layout: fixed;
}
@media (min-width: 960px) {
  .sticky-element {
    height: auto !important;
  }
  .sticky-element.is_stucked {
    z-index: 100;
  }
}
/*
----------------------------------------------------------

#Post tag

----------------------------------------------------------
*/
.post-tag-container.widget-container {
  margin-top: 36px;
  margin-bottom: -9px;
}
/*
----------------------------------------------------------

#404

----------------------------------------------------------
*/
.page-body.standard-404 .post-body,
.page-body.standard-404 .row-container,
.page-body.standard-404 .row-parent {
  height: 100%;
}
.page-body.standard-404 h1 span {
  line-height: 1em;
}
.page-body.standard-404 h2 {
  margin-top: 0 !important;
}
.page-body.standard-404 .uncont {
  max-width: 450px !important;
}
.page-body.standard-404 .search-container-inner {
  margin: auto;
}
/*
----------------------------------------------------------

#Portfolio

----------------------------------------------------------
*/
.portfolio-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}
html:not(.firefox) .portfolio-wrapper {
  height: 100%;
}
.portfolio-wrapper .portfolio-body {
  display: table-row;
  height: 100%;
}
.portfolio-wrapper .post-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.portfolio-wrapper .post-footer,
.portfolio-wrapper .post-share {
  padding-top: 27px !important;
}
.portfolio-wrapper div[class*=sharer-].share-button .social ul li {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
}
.row-portfolio-info .heading-text {
  margin-top: 0px;
}
.row-portfolio-info > .row > .row-inner:not(:first-child) {
  margin-top: 18px;
}
.portfolio-details {
  display: block;
}
.detail-label {
  font-weight: 600;
}
.portfolio-navigation hr {
  margin: 0px;
}
/*
----------------------------------------------------------
#Tooltip
----------------------------------------------------------
*/
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px !important;
  opacity: 0;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -6px;
  padding: 5px 0;
}
.tooltip-inner {
  max-width: 200px;
  padding: 6px 18px 6px 18px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #404040;
  border-radius: 4px;
  font-weight: 500;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #404040;
}
/*
----------------------------------------------------------

#Utility classes

----------------------------------------------------------
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right,
.alignright {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.disable-hover .page-wrapper * {
  pointer-events: none !important;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.boomapps_vcrow {
  z-index: 0;
}
.vc-particles-background-bg {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1 !important;
}
.vc-particles-background-bg canvas {
  position: absolute;
}
.vc-particles-background-bg ~ .row {
  z-index: 2;
}
#page-header.has-video .vc-particles-background-bg {
  opacity: 0;
  transition: opacity 1s;
}
.video-started#page-header.has-video .vc-particles-background-bg {
  opacity: 1;
}
.overflow-hidden {
  overflow: hidden;
}
.display-table-cell {
  display: table-cell;
}
.media-toolbar-secondary select {
  display: inline-block;
  min-width: initial;
  line-height: 20px !important;
}
.row .uncont .wcmp_fpm_buttons {
  position: absolute;
}
html.edge .not-ie,
html.ie .not-ie,
body.video-not-supported .not-ie {
  display: none;
}
html:not(.video-not-supported):not(.edge):not(.ie) .for-ie {
  display: none;
}
/*
----------------------------------------------------------

#Menu-Structure: Core

----------------------------------------------------------
*/
.menu-smart,
.menu-smart ul,
.menu-smart li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: normal;
}
body:not(.rtl) .menu-smart,
body:not(.rtl) .menu-smart ul,
body:not(.rtl) .menu-smart li {
  direction: ltr;
}
.menu-container ul.menu-smart a {
  position: relative;
  display: block;
}
ul.menu-smart a.disabled {
  cursor: default;
}
ul.menu-smart ul {
  position: absolute;
  top: -999999px;
  left: -800px;
  width: 100px;
}
body[class*=hmenu] ul.menu-smart > li,
ul.menu-smart.menu-horizontal > li,
.navbar-cta ul.menu-smart > li {
  display: inline-block;
}
body[class*=hmenu] ul.menu-smart > li::after,
ul.menu-smart.menu-horizontal > li::after,
.navbar-cta ul.menu-smart > li::after {
  content: '';
  display: inline;
}
@media (max-width: 959px) {
  body[class*=hmenu] ul.menu-smart > li,
  ul.menu-smart.menu-horizontal > li,
  .navbar-cta ul.menu-smart > li {
    display: block;
  }
}
@media (min-width: 960px) {
  body[class*=hmenu] ul.menu-smart > li,
  ul.menu-smart.menu-horizontal > li,
  .navbar-cta ul.menu-smart > li {
    transition-delay: unset !important;
  }
}
ul.menu-smart ul li,
ul.sm-vertical li {
  float: none;
}
ul.menu-smart a {
  white-space: nowrap;
}
ul.menu-smart ul a,
ul.sm-vertical a {
  white-space: normal;
}
* html ul.sm-vertical li {
  float: left;
  width: 100%;
}
* html ul.sm-vertical ul li {
  float: none;
  width: auto;
}
*:first-child + html ul.sm-vertical > li {
  float: left;
  width: 100%;
}
ul.menu-smart:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
* html ul.menu-smart {
  height: 1px;
}
*:first-child + html ul.sm {
  min-height: 1px;
}
@media (min-width: 960px) {
  ul.menu-smart li *,
  ul.menu-smart li *:before,
  ul.menu-smart li *:after {
    box-sizing: content-box;
  }
}
ul.menu-smart {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}
/*
----------------------------------------------------------

#Menu-Structure: Basic

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-smart {
    padding: 0px 13px 0px 13px;
  }
  .menu-smart ul li > a {
    display: block;
  }
}
ul.menu-smart {
  line-height: 0px;
}
.menu-mini.menu-smart a {
  padding: 4px 9px 4px 9px;
  font-size: 12px;
}
.menu-mini.menu-smart span {
  font-size: 12px;
}
@media (min-width: 960px) {
  .menu-mini.menu-smart ul a {
    padding: 5px 9px 5px 9px !important;
  }
}
.menu-smart a span {
  position: relative;
  background: inherit;
}
.menu-smart ul li,
.sm-vertical.menu-smart li {
  border-left-width: 0 !important;
}
@media (min-width: 960px) {
  .menu-smart > li > a {
    padding: 0px 14px 0px 14px;
  }
  .menu-primary .menu-icons.menu-smart > li > a {
    padding: 0px 9px 0px 9px;
  }
  .hmenu-center :not(.menu-mini).menu-smart > li > a {
    padding: 0px 13px 0px 13px;
  }
}
.menu-overlay .menu-primary .menu-smart .social-icon {
  display: inline-block;
}
@media (max-width: 959px) {
  body:not(.menu-mobile-centered) .menu-overlay .menu-primary .menu-smart .social-icon > a {
    padding-left: 9px;
    padding-right: 9px;
  }
  body:not(.menu-mobile-centered) .menu-overlay .menu-primary .menu-smart .social-icon:first-child > a {
    padding-left: 36px;
  }
  body:not(.menu-mobile-centered) .menu-overlay .menu-primary .menu-smart .social-icon:last-child > a {
    padding-right: 36px;
  }
  body:not(.menu-mobile-centered) .menu-overlay .menu-primary .menu-smart .social-icon:only-child > a {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 960px) {
  body.menu-overlay-center .menu-primary .menu-smart .search-icon {
    display: inline-block;
  }
  body.menu-overlay:not(.menu-overlay-center) .menu-primary .menu-smart .search-icon {
    display: block;
  }
  .menu-primary .menu-smart .social-icon > a {
    padding: 0px 5px 0px 5px;
  }
  body[class*=hmenu-] .menu-primary .menu-smart .social-icon + li:not(.social-icon) > a {
    padding-left: 27px;
  }
}
@media (max-width: 569px) {
  body.menu-overlay-center .menu-primary .menu-smart .search-icon {
    display: none;
  }
}
@media (max-width: 959px) {
  .menu-primary .menu-icons.menu-smart .social-icon {
    display: inline-block;
  }
  body:not(.menu-mobile-centered) .menu-primary .menu-icons.menu-smart .social-icon a {
    padding-right: 0 !important;
  }
  body:not(.menu-mobile-centered) .menu-primary .menu-icons.menu-smart .social-icon:not(:first-child) a {
    padding-left: 0 !important;
  }
}
.menu-smart > li:first-child {
  border-left-width: 0 !important;
}
.menu-smart ul span {
  background-color: transparent !important;
}
.menu-smart i.fa-dropdown {
  display: inline-block;
  position: relative;
  padding: 0px 0px 0px 9px;
  margin: 0px 0px 0px 0px;
  margin-right: 0;
  box-sizing: content-box !important;
  font-size: .8em;
  text-align: right !important;
}
.menu-smart i.menu-icon {
  margin-right: 6px;
  line-height: 0px;
  position: relative;
  vertical-align: inherit;
  top: 0.05em;
}
.menu-smart i.menu-icon.fa-2x {
  margin-right: 9px;
  top: 0.25em;
}
@media (min-width: 960px) {
  body[class*=hmenu-] .menu-smart ul > li > a i.fa-dropdown {
    float: right;
    top: 5px;
  }
  body[class*=hmenu-] .menu-smart ul > li > a i.fa-dropdown:before {
    content: "\f105";
  }
  body[class*=vmenu-] .menu-cta-inner.menu-smart ul > li > a i.fa-dropdown {
    float: right;
    top: 5px;
  }
  body[class*=vmenu-] .menu-cta-inner.menu-smart ul > li > a i.fa-dropdown:before {
    content: "\f105";
  }
  .menu-smart ul > li > a,
  .menu-smart ul > li > ul > li > a {
    padding: 5px 9px 5px 9px;
  }
}
.menu-smart span.scroll-up,
.menu-smart span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-left: 0px;
  border-right: 0px;
  left: auto !important;
  height: 1.429px;
}
.menu-smart span.scroll-up-arrow,
.menu-smart span.scroll-down-arrow {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed solid dashed;
}
.menu-smart span.scroll-down-arrow {
  top: 8px;
  border-style: solid dashed dashed dashed;
}
.menu-smart .btn {
  margin-top: 0px;
}
.menu-smart > li > a > div > div > div.btn {
  margin: 0;
}
.menu-smart > li > a > div > div > div.btn span {
  top: 0 !important;
}
@media (min-width: 960px) {
  .menu-smart > li.menu-btn-container > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 959px) {
  .menu-smart li.menu-item-button a {
    height: auto !important;
  }
}
.menu-horizontal li.menu-btn-container,
.menu-horizontal li.menu-btn-container a {
  height: 100%;
  position: relative;
}
.menu-horizontal .menu-btn-table {
  display: inline-table;
  table-layout: fixed;
  height: 0;
  top: 0 !important;
}
.menu-overlay .menu-horizontal .menu-btn-table {
  margin: 0 auto;
}
.menu-horizontal .menu-btn-cell {
  display: table-cell;
}
@media (max-width: 959px) {
  .menu-horizontal {
    overflow: hidden;
  }
}
@media (max-width: 959px) {
  .menu-btn-table {
    display: table;
    table-layout: fixed;
    height: 100%;
  }
  body.menu-mobile-centered .menu-btn-table {
    margin: 0 auto;
  }
  body:not(.menu-mobile-centered) .menu-btn-table {
    margin: 0;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Megamenu

----------------------------------------------------------
*/
.menu-horizontal {
  line-height: 0px;
}
@media (min-width: 960px) {
  .menu-horizontal {
    height: 100%;
    width: 100%;
  }
  .hmenu-center .main-menu-container .menu-horizontal {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .menu-horizontal > div {
    height: 100%;
    display: inline-table;
  }
}
.menu-horizontal .menu-smart > .mega-menu {
  position: static !important;
}
.menu-horizontal .menu-smart > .mega-menu *,
.menu-horizontal .menu-smart > .mega-menu *:before,
.menu-horizontal .menu-smart > .mega-menu *:after {
  box-sizing: border-box;
}
.menu-horizontal .menu-smart > .mega-menu .scroll-up,
.menu-horizontal .menu-smart > .mega-menu .scroll-down {
  display: none !important;
}
.menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
  margin-left: 0 !important;
  max-width: none !important;
  right: auto !important;
}
@media (max-width: 959px) {
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    width: 100% !important;
  }
}
@media (min-width: 960px) {
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    padding: 27px 0px 27px 0px;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-one > li {
    width: 100%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-two > li {
    width: 50%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-three > li {
    width: 33.33333333333333%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-four > li {
    width: 25%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-five > li {
    width: 20%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-six > li {
    width: 16.666666666666664%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-seven > li {
    width: 14.285714286%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner.mega-menu-eight > li {
    width: 12.5%;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li {
    float: left;
    border-top: 0px;
    border-left-width: 1px !important;
    border-left-style: solid;
    padding: 0px 27px 0px 27px;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li:first-child {
    border-left-width: 0px !important;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a {
    padding: 9px 9px 14px 9px;
    pointer-events: none;
    cursor: default;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a i:not(.menu-icon).fa {
    display: none;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > ul {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    border: 0px;
    width: 100%;
    min-width: inherit !important;
    display: block !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    max-width: none !important;
    overflow: visible !important;
    height: auto !important;
    background: transparent;
    border-top: 0px !important;
    padding: 0px !important;
    box-shadow: none;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > ul > li {
    border-top: 0px;
    border-left: 0px;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > ul > li > a {
    padding: 5px 9px 5px 9px;
  }
}
body.hmenu-center-double:not(.hormenu-position-right) .menu-horizontal .menu-smart.menu-cta-inner > .mega-menu .mega-menu-inner {
  left: auto !important;
  right: 0 !important;
}
/*
----------------------------------------------------------

#Menu-Structure: Horizontal

----------------------------------------------------------
*/
.menu-horizontal {
  position: relative;
}
@media (max-width: 959px) {
  .menu-horizontal {
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .menu-horizontal .menu-smart ul {
    padding: 18px 18px 18px 18px;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Lateral

----------------------------------------------------------
*/
.menu-sidebar {
  width: 100%;
  height: auto;
}
@media (max-width: 959px) {
  .menu-sidebar {
    overflow: hidden;
  }
}
@media (min-width: 960px) {
  .vmenu-container {
    overflow-y: auto !important;
  }
}
@media (max-width: 959px) {
  .vmenu-container {
    overflow: hidden !important;
  }
}
@media (min-width: 960px) {
  .vmenu-container .main-menu-container form.search {
    padding: 18px 54px 18px 54px;
  }
  .vmenu-container .main-menu-container .sm-vertical {
    padding: 36px 0px 0px 0px;
  }
  .vmenu-container .main-menu-container > div:last-child:not(.vmenu-wrap-cell) > *,
  .vmenu-container .main-menu-container .vmenu-wrap-cell > div:last-child > * {
    padding: 0px 0px 36px 0px;
  }
  .vmenu-container .main-menu-container > div:only-child:not(.vmenu-wrap-cell) > *,
  .vmenu-container .main-menu-container .vmenu-wrap-cell > div:only-child > * {
    padding: 0px 0px 36px 0px;
  }
}
.vmenu-container .navbar-social ul {
  padding: 36px 54px 0px 54px;
}
.vmenu-container .navbar-social ul li:first-child a {
  padding-left: 0px;
}
.vmenu-container .navbar-social ul li:last-child a {
  padding-right: 0px;
}
.vmenu-container .navbar-social ul li:only-child a {
  padding-left: 0px;
  padding-right: 0px;
}
.vmenu-container i {
  margin-right: 0;
}
.vmenu-container i + span {
  margin: 0px 0px 0px 9px;
}
@media (min-width: 960px) {
  .vmenu-container .menu-accordion ul ul {
    padding: 12px 0px 12px 0px;
  }
  .overlay .vmenu-container .menu-accordion ul ul {
    padding: 2vh 0;
  }
}
.vmenu-container .menu-smart.menu-social a {
  font-size: 18px;
  padding: 0px 5px 0px 5px;
}
@media (min-width: 960px) {
  .vmenu .vmenu-container.menu-no-borders .main-menu-container > div:first-child > * {
    padding-top: 0px;
  }
}
body.menu-accordion-active .menu-accordion ul.menu-smart:not(.menu-smart-init) .current-menu-item > ul,
body.menu-accordion-active .menu-accordion ul.menu-smart:not(.menu-smart-init) .current-menu-ancestor > ul {
  display: block;
}
.menu-accordion ul.menu-smart {
  width: 100% !important;
}
.menu-accordion ul.menu-smart ul {
  display: none;
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
.menu-accordion ul.menu-smart > li {
  float: none;
}
.menu-accordion ul.menu-smart > li > a,
.menu-accordion ul.menu-smart ul.sm-nowrap > li > a {
  white-space: normal;
}
.menu-accordion ul.menu-smart iframe {
  display: none;
}
.menu-accordion .menu-smart {
  line-height: normal;
}
.menu-accordion .menu-smart a,
.menu-accordion .menu-smart form.search {
  padding: 9px 36px 9px 36px;
}
.menu-accordion .menu-smart ul a {
  margin-left: 0.571px;
}
.menu-accordion .menu-smart ul ul a {
  margin-left: 1.143px;
}
.menu-accordion .menu-smart ul ul ul a {
  margin-left: 1.714px;
}
.menu-accordion .menu-smart ul ul ul ul a {
  margin-left: 3.429px;
}
.menu-accordion .menu-smart ul ul ul ul ul a {
  margin-left: 4.571px;
}
.menu-accordion .menu-smart li {
  border-left: 0px !important;
}
.menu-accordion form input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.menu-accordion .menu-accordion-dividers + li {
  border-top: none;
}
.menu-accordion .menu-social li {
  border: none;
}
@media (min-width: 960px) {
  .menu-accordion .menu-smart a {
    padding: 5px 54px 5px 54px;
  }
  .menu-accordion .menu-smart ul a {
    margin-left: 0px !important;
  }
}
.menu-accordion .navbar-social ul,
.menu-accordion .navbar-search ul {
  border: 0px;
}
@media (max-width: 959px) {
  .menu-accordion-dividers {
    display: none;
  }
}
.menu-accordion-dividers.logo-divider {
  margin: 0px 0px 0px 0px;
}
/*
----------------------------------------------------------

#Menu-Structure: Mobile

----------------------------------------------------------
*/
@media (max-width: 959px) {
  ul.menu-smart {
    width: 100% !important;
  }
  ul.menu-smart ul {
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  ul.menu-smart > li {
    float: none;
  }
  ul.menu-smart > li > a,
  ul.menu-smart ul.sm-nowrap > li > a {
    white-space: normal;
  }
  ul.menu-smart iframe {
    display: none;
  }
  .menu-smart {
    line-height: normal;
  }
  .menu-smart a,
  .menu-smart form.search {
    padding: 9px 36px 9px 36px;
  }
  .menu-smart ul a {
    margin-left: 0.571px;
  }
  .menu-smart ul ul a {
    margin-left: 1.143px;
  }
  .menu-smart ul ul ul a {
    margin-left: 1.714px;
  }
  .menu-smart ul ul ul ul a {
    margin-left: 3.429px;
  }
  .menu-smart ul ul ul ul ul a {
    margin-left: 4.571px;
  }
  .menu-smart li {
    border-left: 0px !important;
  }
  form input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .menu-accordion-dividers + li {
    border-top: none;
  }
  .menu-social li {
    border: none;
  }
  .menu-smart a {
    font-weight: 500;
    text-transform: uppercase;
  }
}
/*
----------------------------------------------------------

Centered mobile menu

----------------------------------------------------------
*/
@media (max-width: 959px) {
  body.menu-mobile-centered .main-menu-container .menu-horizontal,
  body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper,
  body.menu-mobile-centered .overlay-menu .navbar-main {
    display: table !important;
    min-height: 100%;
    text-align: center;
    width: 100%;
  }
  body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner,
  body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell,
  body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner {
    display: table-cell;
    margin: auto;
    padding: 36px 0px 36px 0px;
    vertical-align: middle;
    width: 100%;
  }
  body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart:not(.menu-smart-social),
  body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart:not(.menu-smart-social),
  body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart:not(.menu-smart-social) {
    padding: 0 !important;
  }
  body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item > a,
  body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart li.menu-item > a,
  body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart li.menu-item > a,
  body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart li.menu-item-link > a,
  body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart li.menu-item-link > a,
  body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart li.menu-item-link > a {
    font-size: 4.5vw !important;
    line-height: 1.3 !important;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: none !important;
  }
  body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner .row-inner,
  body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell .row-inner,
  body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner .row-inner {
    margin: 0;
  }
  body.menu-mobile-centered .uncode-cart .uncode-cart-dropdown {
    padding: 0;
  }
  body.menu-mobile-centered .uncode-cart .uncode-cart-dropdown li:not([class]) {
    text-align: center !important;
  }
  body.menu-mobile-centered .uncode-cart .uncode-cart-dropdown li:not([class]) > span {
    position: relative;
    top: -18px;
  }
  body.menu-mobile-centered .uncode-cart .uncode-cart-dropdown li.buttons {
    padding: 9px 0px 9px 0px !important;
  }
  body.menu-mobile-centered .uncode-cart .uncode-cart-dropdown li.buttons a {
    font-size: inherit !important;
  }
  body.menu-mobile-centered .uncode-cart .uncode-cart-dropdown li.cart-item-list {
    padding: 0px 45px 0px 36px;
  }
  body.menu-mobile-centered .uncode-cart .uncode-cart-dropdown li.cart-item-list .remove {
    right: 36px;
  }
  body.menu-mobile-centered .menu-smart li:not(.social-icon) .fa {
    display: none !important;
  }
  body.menu-mobile-centered .menu-smart li.social-icon a {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
  }
  body.menu-mobile-centered .menu-smart li.social-icon a .fa {
    font-size: 1.15em;
    margin: 0 !important;
  }
  body.menu-mobile-centered .menu-smart li i + span {
    margin: 0 !important;
  }
  body.menu-mobile-centered .navbar-social,
  body.menu-mobile-centered .menu-smart-social,
  body.menu-mobile-centered .menu-horizontal-inner div .menu-smart-social {
    padding: 3vw 0 0 !important;
  }
  body.menu-mobile-centered .menu-smart input[type="search"] {
    margin-top: 0;
  }
}
@media (max-width: 959px) and (max-width: 959px) {
  body.menu-mobile-centered .main-menu-container .menu-horizontal .menu-horizontal-inner ul.menu-smart:not(.menu-smart-social) ul,
  body.menu-mobile-centered .vmenu-container .vmenu-row-wrapper .vmenu-wrap-cell ul.menu-smart:not(.menu-smart-social) ul,
  body.menu-mobile-centered .overlay-menu .navbar-main .menu-sidebar-inner ul.menu-smart:not(.menu-smart-social) ul {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 959px) {
  body.menu-mobile-animated.menu-mobile-centered .menu-sticky .menu-container .open-items.close li,
  body.menu-mobile-animated.menu-mobile-centered .menu-sticky-vertical .menu-container .open-items.close li {
    opacity: 0 !important;
    transition-delay: 0s !important;
  }
  body.menu-mobile-animated.menu-mobile-centered .menu-sticky + .overlay-menu .open-items.close .menu-smart > li {
    opacity: 0 !important;
    transition-delay: 0s !important;
  }
}
/*
----------------------------------------------------------

SmartMenu: Overlay

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-overlay .vmenu-container .menu-sidebar-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 90px 0px 90px 0px !important;
  }
  .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) {
    font-size: 28px !important;
    font-size: 3.5vh !important;
    vertical-align: middle;
    line-height: 1.3em;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) i:not(.fa-dropdown) {
    font-size: .8em;
  }
  .menu-overlay .vmenu-container .menu-smart a:not(.wc-forward) .btn {
    font-size: 3.5vh;
  }
  .menu-overlay .vmenu-container .menu-smart .social-icon i {
    padding-left: .2em;
    padding-right: .2em;
  }
  .menu-overlay .vmenu-container .menu-smart li:not(.menu-item-button) i.menu-icon {
    font-size: 1em !important;
    top: -0.05em;
    margin-right: .5em;
  }
  .menu-overlay .vmenu-container .menu-smart .badge {
    font-size: 24px;
    font-size: 2.2vh;
    vertical-align: middle;
    top: 0;
  }
  .menu-overlay .vmenu-container .menu-smart.menu-mini a {
    font-size: 14px;
  }
  .menu-overlay .vmenu-container .uncode-cart-dropdown,
  .menu-overlay .vmenu-container form.search {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .menu-overlay .vmenu-container .overlay-menu hr {
    margin: 5px 0px 5px 0px;
  }
  .menu-overlay .vmenu-container input {
    margin-top: .5em !important;
  }
  .menu-overlay .vmenu-container .vmenu-container {
    width: 100%;
  }
  .menu-overlay .vmenu-container .navbar-social i:before {
    font-size: 1.2em;
    left: 0;
    margin-top: 0;
  }
  .menu-overlay .vmenu-container .menu-smart.menu-social a * {
    line-height: 0;
  }
  .menu-overlay .vmenu-container .main-menu-container {
    height: 100% !important;
  }
  .menu-overlay .vmenu-container .menu-sidebar {
    height: auto !important;
  }
}
.menu-overlay .vmenu-container span.menu-item-description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  line-height: 1em;
  padding-top: 1em;
  margin-bottom: 1em;
  opacity: .7;
}
@media (max-width: 959px) {
  .menu-overlay .vmenu-container span.menu-item-description {
    display: none;
  }
}
/*
----------------------------------------------------------

SmartMenu: Offcanvas

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-offcanvas.vmenu-top .navbar-main {
    margin: 18px 0px 0px 0px !important;
  }
}
@media (min-width: 960px) {
  .menu-offcanvas.boxed-width .box-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .menu-offcanvas.boxed-width .box-container .vmenu-container {
    border: none;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Alignments

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .hmenu:not(.hmenu-center-split) .navbar-nav-first:not(.navbar-cta) {
    width: 100%;
  }
  body[class*=" hmenu"].hormenu-position-left:not(.hmenu-center-split):not(.hmenu-position-center):not(.rtl) .navbar-nav-first:not(.navbar-cta) > ul > li:last-child > a,
  body[class*=" hmenu"].hormenu-position-left:not(.hmenu-center-split):not(.hmenu-position-center):not(.rtl) .navbar-nav-first:not(.navbar-cta) > ul > li:only-child > a {
    padding-right: 0px;
  }
  body[class*=" hmenu"].hormenu-position-right:not(.hmenu-center-split):not(.hmenu-position-center):not(.rtl) .navbar-nav-first:not(.navbar-cta) > ul > li:first-child > a,
  body[class*=" hmenu"].hormenu-position-right:not(.hmenu-center-split):not(.hmenu-position-center):not(.rtl) .navbar-nav-first:not(.navbar-cta) > ul > li:only-child > a {
    padding-left: 0px;
  }
  body[class*=" hmenu"].hormenu-position-left:not(.hmenu-center-split):not(.hmenu-position-center).rtl .navbar-nav-first:not(.navbar-cta) > ul > li:first-child > a,
  body[class*=" hmenu"].hormenu-position-left:not(.hmenu-center-split):not(.hmenu-position-center).rtl .navbar-nav-first:not(.navbar-cta) > ul > li:only-child > a {
    padding-right: 0px;
  }
  body[class*=" hmenu"].hormenu-position-right:not(.hmenu-center-split):not(.hmenu-position-center).rtl .navbar-nav-first:not(.navbar-cta) > ul > li:last-child > a,
  body[class*=" hmenu"].hormenu-position-right:not(.hmenu-center-split):not(.hmenu-position-center).rtl .navbar-nav-first:not(.navbar-cta) > ul > li:only-child > a {
    padding-left: 0px;
  }
  .hmenu-center-double .main-menu-container:first-child .navbar-nav > ul {
    padding: 0 !important;
  }
  .hmenu-center-double .main-menu-container:first-child .navbar-nav > ul > li:first-child > a {
    padding-left: 0px;
  }
  .hmenu-center-double .main-menu-container:last-child .navbar-nav > ul {
    padding: 0 !important;
  }
  .hmenu-center-double .main-menu-container:last-child .navbar-nav > ul > li:first-child > a {
    padding-left: 0px;
  }
  .hmenu-center-split .navbar-nav-first:not(.navbar-cta) > ul > li:first-child > a {
    padding-left: 0px;
  }
  .hmenu-center-split #masthead > .menu-container {
    opacity: 0;
  }
  .hmenu-center-split .navbar-main {
    width: 100%;
  }
  .hmenu-center-split .navbar-main > ul {
    padding: 0;
    position: relative;
    display: table;
    table-layout: fixed;
    margin: auto;
  }
  .hmenu-center-split .navbar-main > ul > li {
    display: table-cell !important;
  }
  .hmenu-center-split:not(.hormenu-position-right) .navbar-nav-first:not(.navbar-cta) > ul {
    padding: 0px;
    margin: 0px 27px 0px 0px;
  }
  .hmenu-center-split:not(.hormenu-position-right):not(.menu-has-cta) .navbar-nav-first:not(.navbar-cta) > ul > li:last-child > a {
    padding-right: 36px;
  }
  .hmenu-center-split.hormenu-position-right .navbar-nav-first:not(.navbar-cta) > ul {
    padding: 0px;
    margin: 0px 0px 0px 27px;
  }
  .hmenu-center-split.hormenu-position-right:not(.menu-has-cta) .navbar-nav-first:not(.navbar-cta) > ul > li:last-child > a {
    padding-left: 36px;
  }
}
/*
----------------------------------------------------------

#Menu-Structure: Header borders

----------------------------------------------------------
*/
@media (max-width: 959px) {
  .menu-primary.menu-borders,
  .menu-primary .menu-borders {
    border-bottom-width: 0px;
    border-bottom-style: solid;
  }
}
@media (min-width: 960px) {
  .menu-primary.menu-borders,
  .menu-primary .menu-borders {
    border-bottom-width: 1px;
    border-top-width: 0px;
    border-bottom-style: solid;
    border-top-style: solid;
  }
  .hmenu-center .menu-primary.menu-borders,
  .hmenu-center .menu-primary .menu-borders {
    border-top-width: 1px;
  }
}
@media (min-width: 960px) {
  .vmenu-borders {
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
  }
  .vmenu-position-right .vmenu-borders {
    border-right-width: 0px;
  }
  .vmenu-position-left .vmenu-borders {
    border-left-width: 0px;
  }
  .box-container.limit-width .vmenu-borders {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
.vmenu-container .vmenu-borders {
  border-bottom-width: 0px;
}
.vmenu-container .menu-smart {
  padding: 0;
}
.vmenu-container .html-code {
  display: inline-block;
}
.vmenu-container .html-code svg {
  height: 100%;
}
.menu-no-borders hr {
  border: none;
}
/*
----------------------------------------------------------

#Menu-Structure: Elements

----------------------------------------------------------
*/
.navbar-social .menu-smart a i.fa,
.navbar-search .menu-smart a i.fa {
  left: 0px;
  margin-right: 0;
  float: none;
}
.navbar-social li,
.navbar-search li {
  display: inline-block;
}
.menu-bloginfo {
  line-height: 0;
  white-space: nowrap;
  padding: 4px 18px 4px 18px;
}
.menu-bloginfo .menu-bloginfo-inner {
  line-height: 1em;
  font-size: 12px;
}
.menu-bloginfo .menu-bloginfo-inner > * {
  line-height: 1em;
  font-size: 12px;
  margin-top: 0px;
}
/*
----------------------------------------------------------

#Menu-Structure: Specifics

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .menu-no-arrows .menu-smart > li > a i.fa-dropdown {
    display: none;
  }
  body[class*=vmenu-] .menu-no-arrows .menu-smart:not(.menu-cta-inner) a i.fa-dropdown {
    display: none;
  }
}
@media (max-width: 959px) {
  .ie .hmenu .menu-horizontal-inner,
  .edge .hmenu .menu-horizontal-inner {
    height: auto !important;
  }
  .mobile-secondary-menu {
    padding-top: 0 !important;
  }
}
@media (min-width: 960px) {
  .hmenu .menu-horizontal-inner {
    width: 100%;
  }
  .hmenu .menu-horizontal-inner .menu-item.menu-item-language,
  .hmenu .menu-horizontal-inner .lang-item {
    height: auto;
  }
  .navbar-topmenu {
    width: 100%;
  }
  .menu-icons ul {
    padding: 0 !important;
  }
  .menu-icons i:not(.fa-dropdown) {
    margin-right: 0px;
    line-height: 0px;
    position: relative;
  }
  body[class*=hmenu] .menu-icons i:not(.fa-dropdown),
  body.menu-overlay-center .menu-icons i:not(.fa-dropdown) {
    top: 3px;
    font-size: 18px;
    width: 1em;
  }
}
body[class*=vmenu-] .main-container {
  height: auto;
}
@media (min-width: 960px) {
  .menu-accordion .menu-smart.menu-no-dividers a {
    padding: 6px 18px 6px 18px !important;
  }
  .hmenu-center .logo-container {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .hmenu-center .logo-container #main-logo {
    display: inline-block;
  }
  .menu-shrink .logo-container #main-logo a > * {
    transition: height 0.3s linear, font-size 0.3s linear;
  }
  .menu-shrink .logo-container {
    transition: padding 0.3s linear;
  }
  .hmenu-center-split .logo-container {
    padding: 36px 36px 36px 36px;
  }
  .hmenu-center-double .logo-container {
    padding: 36px 0px 36px 0px;
    text-align: center;
  }
  .logo-container.shrinked {
    padding: 18px 18px 18px 18px;
  }
  header {
    width: 100%;
    z-index: 1000;
    position: relative;
  }
  body[class*=vmenu-] .main-container {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .vmenu body[class*=vmenu-] .main-container {
    display: table;
    table-layout: fixed;
  }
}
@media (max-width: 959px) {
  .menu-wrapper {
    position: relative;
    z-index: 1000;
  }
  .sticky_spacer {
    position: relative !important;
    height: auto !important;
  }
}
@media (min-width: 960px) {
  .menu-animated .menu-horizontal .menu-smart > li > ul.mega-menu-inner > li a,
  .menu-animated .menu-horizontal .menu-smart > li > ul:not(.mega-menu-inner):not(.cart_list) li > a,
  .menu-animated .menu-horizontal .menu-smart > li > ul.cart_list > li:not(.removing-item) {
    opacity: 0;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    transition: transform 650ms cubic-bezier(0.35, 0.81, 0.41, 1), opacity 650ms cubic-bezier(0.35, 0.81, 0.41, 1);
  }
  .menu-animated .menu-horizontal .menu-smart > li ul.open-animated.mega-menu-inner > li a,
  .menu-animated .menu-horizontal .menu-smart > li ul.open-animated:not(.mega-menu-inner):not(.cart_list) > li > a,
  .menu-animated .menu-horizontal .menu-smart > li ul.open-animated.cart_list > li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.row-offcanvas .row-menu-inner .main-menu-container {
  display: table-cell;
  padding: 0;
  position: absolute;
  top: 0;
  width: auto;
}
body.vmenu-position-left .row-offcanvas .row-menu-inner .main-menu-container,
body.menu-overlay-left .row-offcanvas .row-menu-inner .main-menu-container {
  left: 76px;
}
body.vmenu-position-left.menu-cart-desktop .row-offcanvas .row-menu-inner .main-menu-container,
body.menu-overlay-left.menu-cart-desktop .row-offcanvas .row-menu-inner .main-menu-container {
  left: 130px;
}
body.vmenu-position-right .row-offcanvas .row-menu-inner .main-menu-container,
body:not(.menu-overlay-left) .row-offcanvas .row-menu-inner .main-menu-container {
  right: 76px;
}
body.vmenu-position-right.menu-cart-desktop .row-offcanvas .row-menu-inner .main-menu-container,
body:not(.menu-overlay-left):not(.menu-offcanvas).menu-cart-desktop .row-offcanvas .row-menu-inner .main-menu-container {
  right: 130px;
}
li.menu-item-button {
  height: 100%;
  vertical-align: top;
}
li.menu-item-button::before,
li.menu-item-button::after {
  content: '';
  display: block;
  height: calc(50% - ( 13px + 0.5em ));
  width: 100%;
}
li.menu-item-button > a::before,
li.menu-item-button > a::after {
  display: none !important;
}
li.menu-item-button > a .menu-item > span {
  background: none !important;
  white-space: nowrap;
}
/*
----------------------------------------------------------

#Menu-Position: General

----------------------------------------------------------
*/
.menu-wrapper {
  display: table-row;
  width: 100%;
  position: relative;
  height: 1px;
}
@media (max-width: 959px) {
  .menu-wrapper:not(.menu-sticky):not(.menu-hide-only) body:not(.compose-mode) {
    height: auto !important;
  }
}
@media (max-width: 959px) {
  .menu-wrapper.menu-sticky .menu-container {
    position: fixed;
  }
}
@media (max-width: 959px) {
  .menu-wrapper.menu-sticky .main-menu-container,
  .menu-wrapper.menu-hide-only .main-menu-container {
    overflow: scroll;
  }
}
.boxed-width .menu-wrapper .menu-primary:not(.is_stuck) .limit-width {
  max-width: none;
  width: 100%;
  margin: 0;
}
.row-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .row-menu {
    max-width: none !important;
  }
}
.row-menu-inner {
  width: 100%;
  background-clip: content-box !important;
  position: relative;
}
@media (min-width: 960px) {
  .row-menu-inner {
    display: table;
    height: 100%;
  }
  .row-menu:not(.row-offcanvas) .ie9 .row-menu-inner {
    display: block;
  }
}
.row-menu-inner > div:not(.logo-container) {
  padding-top: 0px;
  padding-bottom: 0px;
}
.hmenu .navbar-nav,
.navbar-cta {
  height: 100%;
}
.menu-overlay .navbar-cta,
.menu-offcanvas .navbar-cta,
.menu-overlay-center .navbar-cta {
  display: table-cell;
}
.hmenu .menu-smart,
.hmenu-center .menu-smart,
.navbar-cta ul.menu-smart {
  height: 100%;
}
.menu-with-logo .menu-smart > li,
.menu-with-logo .menu-smart > li > a {
  height: 100%;
}
@media (min-width: 960px) {
  .hmenu .menu-primary .menu-smart > li > a,
  .hmenu-center .menu-primary .menu-smart > li > a {
    height: 100%;
    line-height: 1em;
  }
  .hmenu .menu-primary .menu-smart > li > a:before,
  .hmenu-center .menu-primary .menu-smart > li > a:before {
    content: "";
    display: block;
    height: 52%;
    height: calc(52% - 0.50em);
  }
  .hmenu .menu-primary .menu-smart > li > a:after,
  .hmenu-center .menu-primary .menu-smart > li > a:after {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 0.50em);
  }
  .firefox .hmenu .menu-primary .menu-smart > li > a:after,
  .firefox .hmenu-center .menu-primary .menu-smart > li > a:after {
    height: auto;
  }
}
@media (min-width: 960px) {
  .hmenu:not(.menu-item-link) > a,
  .hmenu-center:not(.menu-item-link) > a {
    height: 0px;
  }
}
@media (min-width: 960px) {
  .navbar-cta ul.menu-smart > li > a {
    height: 100%;
    line-height: 1em;
  }
  .navbar-cta ul.menu-smart > li > a:before {
    content: "";
    display: block;
    height: 52%;
    height: calc(52% - 0.50em);
  }
  .navbar-cta ul.menu-smart > li > a:after {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 0.50em);
  }
  .firefox .navbar-cta ul.menu-smart > li > a:after {
    height: auto;
  }
}
@media (min-width: 960px) {
  .menu-overlay-center #masthead .menu-icons > li > a {
    height: 100%;
    line-height: 1em;
  }
  .menu-overlay-center #masthead .menu-icons > li > a:before {
    content: "";
    display: block;
    height: 52%;
    height: calc(52% - 0.50em);
  }
  .menu-overlay-center #masthead .menu-icons > li > a:after {
    content: "";
    display: block;
    height: 50%;
    height: calc(50% - 0.50em);
  }
}
.menu-overlay-center .navbar-nav-first {
  position: absolute;
  height: 100%;
}
.menu-overlay-center .navbar-nav-first .menu-icons {
  padding: 0;
  height: 100%;
  display: inline;
}
.menu-overlay-center .navbar-nav-first .menu-icons > li:first-child a {
  padding-left: 0;
}
.menu-overlay-center .navbar-nav-first .menu-icons > li:last-child a {
  padding-right: 0;
}
.hmenu .menu-primary .menu-smart > li.menu-btn-container {
  height: auto;
}
.hmenu .menu-primary .menu-smart > li.menu-btn-container > a:before {
  content: none;
}
.menu-horizontal-inner {
  line-height: 0px;
}
@media (min-width: 960px) {
  .hmenu-center .menu-container-mobile.menu-hide {
    position: relative !important;
    transform: none !important;
    width: 100% !important;
  }
}
@media (max-width: 959px) {
  body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
    margin-left: 5px;
  }
  body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul ul a:not(.cart-thumb):not(.btn) {
    margin-left: 10px;
  }
  body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul ul ul a:not(.cart-thumb):not(.btn) {
    margin-left: 15px;
  }
  body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul ul ul ul a:not(.cart-thumb):not(.btn) {
    margin-left: 20px;
  }
}
@media (max-width: 959px) {
  body.menu-mobile-centered .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 959px) {
  .vmenu-position-right.uncode-fullpage .main-header {
    position: absolute;
    top: 0;
  }
}
.menu-container {
  overflow: visible;
  width: 100%;
  transition: background-color 0.4s ease-in-out;
}
@media (min-width: 960px) {
  .vmenu .main-header .menu-container {
    overflow-y: auto;
    box-sizing: border-box;
  }
  .vmenu .main-header .menu-container .menu-item-button a {
    line-height: 1em;
    padding: 9px 54px 9px 54px;
  }
}
.menu-wrapper.menu-sticky .menu-container {
  z-index: 2000;
}
@media (max-width: 959px) {
  body[class*=vmenu-] .main-header {
    width: inherit;
  }
  body[class*=vmenu-] .main-header .menu-container {
    width: inherit;
  }
}
.menu-hide.menu-container,
.menu-container.menu-hide-vertical,
.menu-container-mobile.menu-hide {
  transition: transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
}
.hmenu-center-split .menu-hide.menu-container,
.hmenu-center-split .menu-container.menu-hide-vertical,
.hmenu-center-split .menu-container-mobile.menu-hide {
  transition: transform 0.5s ease-in-out, background-color 0.4s ease-in-out, opacity 0.05s;
}
.no-header .menu-container {
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 959px) {
  .menu-container .row-brand {
    float: left;
  }
}
.menu-container .navbar-brand * {
  line-height: 1em;
}
@media (max-width: 959px) {
  .menu-wrapper div[class*=col-lg-] {
    display: block;
  }
}
.menu-wrapper div[class*=col-lg-].middle {
  vertical-align: middle;
}
.navbar-header {
  position: relative;
}
#main-logo {
  line-height: 0px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: inline-block;
}
body[class*=vmenu-] #main-logo {
  text-align: inherit;
}
#main-logo .text-logo {
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: 0px !important;
}
#main-logo a > * {
  margin: 0px;
  width: auto;
}
.logo-container .html-code {
  position: relative;
  text-align: left;
  height: 100%;
}
.menu-overlay-left .logo-container .html-code,
.vmenu-position-left .logo-container .html-code {
  text-align: right;
}
@media (max-width: 959px) {
  .menu-overlay-left .logo-container .html-code,
  .vmenu-position-left .logo-container .html-code {
    text-align: left;
  }
}
.logo-container .html-code .logo-canvas {
  display: block;
  height: 100% !important;
  visibility: hidden;
}
.vmenu-middle .logo-container .html-code .logo-canvas {
  display: inline-block;
  text-align: center;
}
.vmenu-container .logo-container .html-code {
  display: inline-block;
}
.logo-container .html-code svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu-overlay-left .logo-container .html-code svg,
.vmenu-position-left .logo-container .html-code svg {
  float: right;
}
@media (max-width: 959px) {
  .logo-container .html-code svg {
    text-align: left;
  }
}
.logo-container .logo-image {
  display: block;
  position: relative;
}
.logo-container .logo-image img {
  height: 100%;
  width: auto;
}
.logo-container .main-logo {
  position: relative;
}
.logo-container .mobile-logo {
  position: absolute;
  top: 0;
}
@media (max-width: 959px) {
  .uncode-logo-mobile .menu-wrapper .main-logo,
  .uncode-logo-mobile #masthead .main-logo {
    transform: translateX(-10000px);
  }
}
@media (min-width: 960px) {
  .uncode-logo-mobile .menu-wrapper .mobile-logo,
  .uncode-logo-mobile #masthead .mobile-logo {
    transform: translateX(-10000px);
  }
}
.uncode-empty-menu #masthead .mmb-container {
  display: none !important;
}
@media (max-width: 959px) {
  .uncode-empty-menu-mobile #masthead .mmb-container {
    display: none !important;
  }
}
#main-logo .html-code .dummy {
  height: 100%;
}
#main-logo .html-code .dummy:before {
  content: "";
  padding-left: 100%;
  height: 100%;
  display: block;
}
#main-logo .navbar-brand img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
}
.menu-container {
  float: none!important;
  z-index: 2;
}
.menu-container:before,
.menu-container:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.menu-container:after {
  clear: both;
}
.menu-container:before,
.menu-container:after {
  content: " ";
  display: table;
  table-layout: fixed;
}
.menu-container:after {
  clear: both;
}
body.menu-offcanvas .main-container {
  z-index: 3;
  position: relative;
}
@media (min-width: 960px) {
  .menu-primary .row {
    border-collapse: collapse;
  }
}
#masthead:not(.menu-absolute) {
  z-index: 2000;
  position: relative;
}
.logo-container {
  line-height: 1px;
  vertical-align: top;
}
body[class*=vmenu-]:not(.menu-overlay):not(.menu-offcanvas) .logo-container {
  padding: 36px 54px 0px 54px;
}
.logo-container > * {
  margin: 0 auto;
  line-height: normal;
}
/*
----------------------------------------------------------

#Menu-Position: Desktop View

----------------------------------------------------------
*/
@media (min-width: 960px) {
  body.hmenu-position-right .menu-primary-inner {
    text-align: right;
  }
  body.hmenu-position-left .menu-primary-inner {
    text-align: left;
  }
  body.hmenu-position-center .menu-primary-inner {
    text-align: center;
  }
  .menu-primary-inner > * {
    text-align: left;
  }
  body.hmenu-center-double:not(.hormenu-position-right) .menu-primary-inner {
    text-align: left;
  }
  body.hmenu-center-double.hormenu-position-right .menu-primary-inner {
    text-align: right;
  }
  body.hmenu-position-right .menu-cta-inner {
    text-align: right;
  }
  body.hmenu-position-left .menu-cta-inner {
    text-align: left;
  }
  .menu-cta-inner > * {
    text-align: left;
  }
  body.hmenu-center-double:not(.hormenu-position-right) .menu-cta-inner {
    text-align: right;
  }
  body.hmenu-center-double.hormenu-position-right .menu-cta-inner {
    text-align: left;
  }
  .menu-secondary .menu-borders {
    border-bottom-width: 0px;
  }
  .menu-secondary .col-lg-12 {
    text-align: right;
  }
  body.hmenu-position-center .logo-container {
    min-width: 200px;
  }
  body.hmenu-position-center .main-menu-container .navbar-cta.navbar-nav-last,
  body.hmenu-position-center:not(.menu-has-cta) .main-menu-container .navbar-nav-last {
    min-width: 200px;
  }
  body.hmenu-position-center .main-menu-container .navbar-cta:not(.navbar-nav-last) {
    min-width: 100px;
  }
  body.hmenu-position-center .main-menu-container .navbar-cta + .navbar-nav-last {
    min-width: 0px;
  }
  body.hmenu-center .menu-primary-inner {
    padding: 0 !important;
  }
  body.hmenu .menu-primary .menu-horizontal .menu-smart > li > a,
  .navbar-cta ul.menu-smart > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body[class*=hmenu-]:not(.hmenu-center-split):not(.hmenu-center-double):not(.hormenu-position-right) .logo-container {
    padding-left: 0px !important;
  }
  body[class*=hmenu-]:not(.hmenu-center-split):not(.hmenu-center-double).hormenu-position-right .logo-container {
    padding-right: 0px !important;
  }
  body[class*=hmenu-].hmenu-position-left .logo-container {
    padding-right: 18px !important;
  }
  body[class*=hmenu-] .pull-left-menu,
  body[class*=hmenu-] .pull-left-menu > ul,
  body[class*=hmenu-] .pull-left-menu > ul > li:first-child > a:first-child {
    padding-left: 0px !important;
  }
  body[class*=hmenu-] .menu-wrapper .row-inner > [class*=col-lg-]:first-child,
  body[class*=hmenu-] .menu-wrapper .row-inner > [class*=col-lg-]:only-child {
    padding-left: 0px !important;
  }
  body[class*=hmenu-] .navbar-nav-last {
    text-align: right;
  }
  body[class*=hmenu-].hmenu-position-right .menu-borders .navbar-main > ul.menu-smart {
    padding: 0;
  }
  body[class*=hmenu-]:not(.hormenu-position-right).hmenu-center-split:not(.menu-has-cta) .menu-borders .navbar-nav-first > *:first-child {
    border-right-width: 1px;
    border-right-style: solid;
  }
  body[class*=hmenu-]:not(.hormenu-position-right).hmenu-center-split.menu-has-cta .menu-borders .navbar-nav-first + .navbar-cta > *:first-child,
  body[class*=hmenu-]:not(.hormenu-position-right).hmenu-center-split.menu-has-cta .menu-borders .navbar-nav-first.navbar-cta > *:first-child {
    border-right-width: 1px;
    border-right-style: solid;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    padding: 0px 0px 0px 27px;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .menu-borders .navbar-nav:not(.navbar-cta) + .navbar-nav-last > *:first-child,
  body[class*=hmenu-]:not(.hormenu-position-right) .menu-borders .navbar-nav + .navbar-cta:not(.hmenu-center-split-child) > *:first-child {
    border-left-width: 1px;
    border-left-style: solid;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .menu-borders .navbar-nav:not(.navbar-cta) + .navbar-nav-last > *:first-child {
    margin: 0px 0px 0px 36px;
    padding: 0px 0px 0px 36px;
    float: right;
  }
  body[class*=hmenu-].hormenu-position-right.hmenu-center-split:not(.menu-has-cta) .menu-borders .navbar-nav-first > *:first-child {
    border-left-width: 1px;
    border-left-style: solid;
  }
  body[class*=hmenu-].hormenu-position-right .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    border-right-width: 1px;
    border-right-style: solid;
  }
  body[class*=hmenu-].hormenu-position-right .menu-borders .navbar-nav + .navbar-nav-last > *:first-child {
    margin: 0px 0px 0px 36px;
    padding: 0px 0px 0px 36px;
    float: left;
  }
  body[class*=hmenu-] .menu-item-button a::before {
    height: 0 !important;
  }
  body[class*=hmenu-] .menu-item-button a::after {
    height: 0;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last:not(.navbar-cta) > ul > li:first-child > a,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last:not(.navbar-cta) > ul > li:only-child > a {
    margin-left: 0px;
    padding-left: 0px !important;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last:not(.navbar-cta) > ul > li:first-child > a i,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last:not(.navbar-cta) > ul > li:only-child > a i {
    margin-left: 0px !important;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-cta + .navbar-nav-last > ul {
    padding-left: 27px !important;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul > li:last-child > a,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul > li:only-child > a {
    margin-right: 0px;
    padding-right: 0px !important;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul > li:last-child > a i,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul > li:only-child > a i {
    margin-right: 0px !important;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > li:last-child > a,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > li:only-child > a,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > div:last-child > ul,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > a:only-child,
  body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > a:only-child > li:last-child > a {
    padding-right: 0px;
  }
  body[class*=hmenu-]:not(.hormenu-position-right) .menu-bloginfo {
    padding-left: 0px;
  }
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:first-child > a,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:only-child > a {
    margin-right: 0px;
    padding-right: 0px !important;
  }
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:first-child > a i,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:only-child > a i {
    margin-right: 0px !important;
  }
  body[class*=hmenu-].hormenu-position-right .navbar-cta + .navbar-nav-last > ul {
    padding-right: 27px !important;
  }
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:last-child > a,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:only-child > a {
    margin-left: 0px;
    padding-left: 0px !important;
  }
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:last-child > a i,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul > li:only-child > a i {
    margin-left: 0px !important;
  }
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > ul,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > li:last-child > a,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > li:only-child > a,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > div:last-child > ul,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > a:only-child,
  body[class*=hmenu-].hormenu-position-right .navbar-nav-last:not(.navbar-cta) > a:only-child > li:last-child > a {
    padding-left: 0px;
  }
  body[class*=hmenu-].hormenu-position-right .menu-bloginfo {
    padding-right: 0px;
  }
  body.hmenu-center .main-menu-container .menu-horizontal-inner > * {
    display: inline-block;
    float: left;
  }
  body.hmenu-center .main-menu-container .menu-horizontal-inner > .nav > ul > li {
    height: 54px;
  }
  body.hmenu-center .main-menu-container .menu-item-button a::before {
    height: 9px !important;
  }
  body.hmenu-center .main-menu-container .menu-item-button a::after {
    height: 0;
  }
  body.hmenu-center-split .menu-horizontal > .menu-horizontal-inner .navbar-nav {
    text-align: center;
  }
  body.hmenu-center-split .menu-horizontal .menu-smart > li {
    vertical-align: middle;
  }
  .ie .main-menu-container .menu-horizontal-inner,
  .edge .main-menu-container .menu-horizontal-inner {
    min-height: 20px;
  }
  .main-menu-container .menu-horizontal-inner .fa-angle-right.fa-dropdown {
    display: none;
  }
  .navbar-header img {
    max-width: none;
  }
  .menu-smart.menu-justified > li {
    text-align: center;
  }
  .no-touch .menu-container-fixed {
    z-index: 1100;
    position: fixed;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  body.hmenu .menu-container .navbar-nav {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
  }
  body.hmenu.hmenu-center-double .menu-container .navbar-nav {
    width: 100%;
  }
  body:not(.hmenu-center) .menu-absolute {
    left: 0;
    right: 0;
    z-index: 1000;
    position: absolute;
  }
  .no-touch .with-header .menu-sticky {
    position: absolute;
  }
  .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    display: table;
    border-collapse: separate;
    overflow: hidden;
    table-layout: fixed;
  }
  .menu-horizontal .mega-menu-inner > li.menu-item {
    display: table-cell;
    float: none !important;
  }
  .row-offcanvas .logo-container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .vmenu-position-right.menu-offcanvas .box-container {
    position: relative;
  }
  .vmenu-position-right.menu-offcanvas .main-header {
    left: 100%;
  }
  .vmenu-position-left.menu-offcanvas .main-header {
    left: 0;
  }
  body[class*=vmenu-] .main-header {
    display: table-cell;
    vertical-align: top;
  }
  body[class*=vmenu-] .logo-container img {
    display: inline-block;
  }
  body[class*=vmenu-] .main-menu-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  body[class*=vmenu-] .main-menu-container .menu-sidebar {
    display: table-cell;
  }
  .vmenu-center .menu-container .row-inner * {
    text-align: center;
  }
  .vmenu-right .menu-container .row-inner * {
    text-align: right;
  }
  .vmenu-right .menu-smart:not(.menu-cta-inner) a i.fa-dropdown {
    float: left;
    top: .4em;
  }
  .vmenu-left .menu-container .row-inner * {
    text-align: left;
  }
  .vmenu-left .menu-smart:not(.menu-cta-inner) a i.fa-dropdown {
    float: right;
    top: .4em;
  }
  .menu-accordion form input {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .vmenu-top .menu-sidebar {
    vertical-align: top;
  }
  .vmenu-middle .menu-sidebar {
    vertical-align: middle;
  }
  .vmenu-bottom .menu-sidebar {
    vertical-align: bottom;
  }
  .vmenu-center .navbar-main i.fa-dropdown {
    padding: 0em 0em 0em 0.75em;
    margin-left: 0.3em;
  }
  .vmenu-container {
    position: fixed !important;
    height: 100% !important;
    box-sizing: content-box;
    top: 0px !important;
    z-index: 3000;
  }
  .vmenu-container > .row,
  .vmenu-wrap-cell > .row {
    height: 100% !important;
  }
  .vmenu-row-wrapper,
  .vmenu-wrap-cell {
    display: inherit;
    height: inherit;
    width: inherit;
  }
  .menu-smart.menu-justified > li li {
    text-align: left;
  }
  .menu-wrapper .row-menu .row-menu-inner {
    padding: 0px 36px 0px 36px;
  }
  .menu-wrapper .row {
    table-layout: auto;
    position: relative;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  body[class*=vmenu-] .main-menu-container {
    height: 100% !important;
  }
}
body.menu-mobile-transparent:not(.hmenu-center) .menu-absolute.menu-transparent {
  left: 0;
  right: 0;
  z-index: 1000;
  position: absolute;
}
/*
----------------------------------------------------------

#Menu-Position: Mobile View

----------------------------------------------------------
*/
@media (max-width: 959px) {
  .menu-container {
    z-index: 1000;
  }
  .menu-container.isotope-filters {
    z-index: 100;
  }
  .menu-container-mobile {
    width: 100%;
    z-index: 1000;
  }
  .menu-container .logo-container {
    position: relative;
    padding: 27px 36px 27px 36px !important;
  }
  .main-menu-container {
    float: left;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
  .main-menu-container.open-items {
    overflow-y: scroll;
  }
  .main-menu-container .menu-sidebar-inner {
    padding: 27px 0px 27px 0px;
  }
  .main-menu-container .row-inner:not(:first-child) .menu-sidebar-inner {
    padding-top: 0;
  }
  .main-menu-container .row-inner:first-child:not(:only-child) .menu-sidebar-inner {
    padding-bottom: 0;
  }
  .vmenu-container .row-inner {
    display: block;
    width: 100%;
  }
  .menu-sidebar-inner {
    line-height: 0px;
  }
  .menu-sidebar-inner > * {
    line-height: normal;
  }
  .menu-smart a i.fa-dropdown {
    float: right;
    right: 7px;
    top: .3em;
  }
  .menu-smart a i.fa-dropdown.fa-angle-right {
    right: 8px;
  }
  .menu-horizontal-inner > div:first-child:not(.navbar-social) .menu-smart,
  .menu-horizontal-inner > div.navbar-social + div .menu-smart,
  .menu-horizontal-inner > div.navbar-cta + div .menu-smart {
    padding: 27px 0px 0px 0px !important;
  }
  .menu-horizontal-inner > div:last-child .menu-smart {
    padding: 0px 0px 27px 0px !important;
  }
  body:not(.hmenu-center-split) .menu-horizontal-inner .navbar-nav:not(:first-child) .menu-smart {
    padding-top: 0;
  }
  .menu-horizontal-inner .navbar-nav:first-child:not(:only-child) .menu-smart {
    padding-bottom: 0;
  }
  #main-logo.navbar-header {
    display: inline-block;
  }
  body.hmenu-center-split .col-lg-0.logo-container .navbar-brand {
    display: inline-block;
    vertical-align: middle;
  }
  body.vmenu .main-header {
    display: block;
  }
  .menu-cta-inner {
    margin-top: 9px;
  }
  .hmenu-center-double .menu-smart + .menu-cta-inner.menu-smart {
    margin-top: 0;
  }
}
/*
----------------------------------------------------------

#Menu-Position: Offcanvas

----------------------------------------------------------
*/
body.menu-offcanvas .logo-offcanvas {
  text-align: right;
}
body.menu-offcanvas .logo-offcanvas img {
  margin: 0 auto;
  display: inline-block;
}
body.menu-offcanvas .logo-offcanvas .mmb-container.mobile-hidden {
  left: 0px;
  right: auto;
}
.overlay .mmb-container.mobile-hidden {
  top: 0;
  left: auto;
  right: 0px;
  z-index: 10000;
}
body.menu-offcanvas.vmenu-position-right .logo-offcanvas {
  text-align: left;
}
body.menu-offcanvas.vmenu-position-right .logo-offcanvas .mmb-container {
  left: auto;
  right: 0px;
}
body .menu-button-offcanvas {
  display: inline-block;
}
body[class*=hmenu-] .menu-wrapper [class*=col-lg-]:not(.logo-container) {
  padding-left: 0;
  padding-right: 0;
}
body[class*=vmenu-] .vmenu-container .logo-container > *:first-child {
  line-height: 0;
  position: relative;
}
@media (min-width: 960px) {
  body.menu-offcanvas .main-header {
    position: absolute;
    top: 0px;
    z-index: auto;
    height: 100%;
  }
  body.menu-offcanvas .menu-wrapper {
    z-index: 999;
  }
  body.menu-offcanvas .vmenu-container,
  body.menu-offcanvas .row-offcanvas,
  body.menu-offcanvas .main-container {
    transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), width 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .chrome body.menu-offcanvas.boxed-width .main-header,
  .firefox body.menu-offcanvas.boxed-width .main-header,
  .ie body.menu-offcanvas.boxed-width .main-header,
  .edge body.menu-offcanvas.boxed-width .main-header {
    height: 100%;
  }
  .chrome body.menu-offcanvas.boxed-width:not(.off-opened) .main-header,
  .firefox body.menu-offcanvas.boxed-width:not(.off-opened) .main-header,
  .ie body.menu-offcanvas.boxed-width:not(.off-opened) .main-header,
  .edge body.menu-offcanvas.boxed-width:not(.off-opened) .main-header {
    z-index: 1;
  }
  .chrome body.menu-offcanvas.boxed-width .menu-container,
  .firefox body.menu-offcanvas.boxed-width .menu-container,
  .ie body.menu-offcanvas.boxed-width .menu-container,
  .edge body.menu-offcanvas.boxed-width .menu-container {
    clip: rect(0, auto, auto, 0);
  }
  body.menu-offcanvas:not(.off-opened) .vmenu-container {
    pointer-events: none;
  }
}
/*
----------------------------------------------------------

#Menu-Position: Overlay

----------------------------------------------------------
*/
.menu-overlay .vmenu-container {
  margin: auto;
  overflow: scroll;
}
.menu-overlay .vmenu-container .main-menu-container {
  display: table-cell;
}
@media (max-width: 959px) {
  .menu-overlay .vmenu-container .main-menu-container {
    overflow-y: scroll;
  }
}
@media (min-width: 960px) {
  .menu-overlay .vmenu-container .menu-primary-inner {
    padding-top: 0;
  }
}
@media (max-width: 959px) {
  .menu-overlay .overlay-menu {
    position: relative;
    width: inherit;
    visibility: visible;
    transform: initial;
  }
}
@media (max-width: 959px) {
  .menu-hide,
  .menu-hide-vertical {
    position: absolute;
    z-index: 1000;
  }
  .menu-overlay .menu-sticky + .overlay-menu {
    position: fixed;
    z-index: 1000;
  }
  .menu-overlay .menu-sticky + .overlay-menu .main-menu-container {
    overflow-y: scroll;
  }
  .menu-sticky-vertical {
    z-index: 2000;
  }
  .menu-sticky-vertical .vmenu-container {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .menu-mobile-animated.menu-overlay .menu-sticky + .overlay-menu .menu-smart > li,
  .menu-mobile-animated .menu-sticky .menu-container .menu-smart > li,
  .menu-mobile-animated .menu-hide-only .menu-container .menu-smart > li,
  .menu-mobile-animated .menu-sticky + .main-header .menu-container .menu-smart > li,
  .menu-mobile-animated .menu-hide-only + .main-header .menu-container .menu-smart > li,
  .menu-mobile-animated .menu-overlay .menu-sticky-vertical + .overlay-menu .menu-smart > li,
  .menu-mobile-animated .menu-sticky-vertical .menu-container .menu-smart > li,
  .menu-mobile-animated .menu-hide-only-vertical .menu-container .menu-smart > li,
  .menu-mobile-animated .menu-sticky-vertical + .main-header .menu-container .menu-smart > li,
  .menu-mobile-animated .menu-hide-only-vertical + .main-header .menu-container .menu-smart > li {
    opacity: 0;
    transform: scale(1.1) translateY(-24px);
    transition: opacity 0.3s ease-out,transform 0.3s ease-out;
  }
  .menu-mobile-animated.menu-overlay .menu-sticky + .overlay-menu .open-items .menu-smart > li,
  .menu-mobile-animated .menu-sticky .menu-container .open-items .menu-smart > li,
  .menu-mobile-animated .menu-hide-only .menu-container .open-items .menu-smart > li,
  .menu-mobile-animated .menu-sticky + .main-header .menu-container .open-items .menu-smart > li,
  .menu-mobile-animated .menu-hide-only + .main-header .menu-container .open-items .menu-smart > li,
  .menu-mobile-animated .menu-overlay .menu-sticky-vertical + .overlay-menu .open-items .menu-smart > li,
  .menu-mobile-animated .menu-sticky-vertical .menu-container .open-items .menu-smart > li,
  .menu-mobile-animated .menu-hide-only-vertical .menu-container .open-items .menu-smart > li,
  .menu-mobile-animated .menu-sticky-vertical + .main-header .menu-container .open-items .menu-smart > li,
  .menu-mobile-animated .menu-hide-only-vertical + .main-header .menu-container .open-items .menu-smart > li {
    opacity: 1 !important;
    transform: none;
  }
  .menu-mobile-animated.menu-overlay .menu-sticky + .overlay-menu .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-sticky .menu-container .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-hide-only .menu-container .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-sticky + .main-header .menu-container .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-hide-only + .main-header .menu-container .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-overlay .menu-sticky-vertical + .overlay-menu .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-sticky-vertical .menu-container .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-hide-only-vertical .menu-container .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-sticky-vertical + .main-header .menu-container .open-items.close .menu-smart > li,
  .menu-mobile-animated .menu-hide-only-vertical + .main-header .menu-container .open-items.close .menu-smart > li {
    opacity: 0;
  }
}
@media (min-width: 960px) {
  .menu-overlay .logo-container,
  .menu-offcanvas .logo-container {
    text-align: left;
  }
}
@media (min-width: 960px) {
  .menu-overlay-left .logo-container,
  .vmenu-position-left.menu-offcanvas .logo-container {
    text-align: right;
  }
}
@media (min-width: 960px) {
  .menu-overlay-center .logo-container {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .menu-overlay-left .mmb-container,
  .vmenu-position-left.menu-offcanvas .mmb-container {
    left: 0 !important;
    right: auto !important;
  }
}
.top-menu {
  position: relative;
  z-index: 3000;
}
.top-menu li {
  text-align: left;
}
@media (min-width: 960px) {
  .top-menu.top-menu-padding .menu-bloginfo {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-menu.top-menu-padding .menu-smart > li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-menu.top-menu-padding .menu-smart > li > a {
    padding-top: inherit;
    padding-bottom: inherit;
  }
}
/******************************
*
*   Right/Left Navbar direction
*
******************************/
@media (min-width: 960px) {
  body:not(.rtl) ul.sm-rtl {
    direction: rtl;
  }
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"] #masthead,
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"] #masthead .menu-icons {
    direction: rtl;
  }
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"]:not(.hmenu-center-split):not(.hmenu-position-center):not(.hmenu-center) .navbar-nav-first:not(.navbar-cta) > ul > li:first-child > a,
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"]:not(.hmenu-center-split):not(.hmenu-position-center):not(.hmenu-center) .navbar-nav-first:not(.navbar-cta) > ul > li:only-child > a {
    padding-left: 0;
  }
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"] ul.menu-smart.menu-smart-social {
    direction: rtl;
  }
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"].hmenu-center .navbar-nav-last ul.menu-smart > li:first-child > a,
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"].hmenu-center .navbar-nav-last ul.menu-smart > li:only-child > a {
    padding-left: 12.6px !important;
  }
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"].hmenu-center .navbar-nav-last ul.menu-smart > li:only-child > a,
  body:not(.rtl).hormenu-position-right[class*=" hmenu-"].hmenu-center .navbar-nav-last ul.menu-smart > li:last-child > a {
    padding-right: 12.6px !important;
  }
  body.rtl.hormenu-position-right[class*=" hmenu-"]:not(.hmenu-center-split):not(.hmenu-position-center):not(.hmenu-center) .navbar-nav-first:not(.navbar-cta) > ul > li:last-child > a,
  body.rtl.hormenu-position-right[class*=" hmenu-"]:not(.hmenu-center-split):not(.hmenu-position-center):not(.hmenu-center) .navbar-nav-first:not(.navbar-cta) > ul > li:only-child > a {
    padding-left: 0;
  }
  body.rtl.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last ul.menu-smart > li:last-child > a,
  body.rtl.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last ul.menu-smart > li:only-child > a {
    padding-left: 12.6px !important;
  }
  body.rtl.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last ul.menu-smart > li:only-child > a,
  body.rtl.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last ul.menu-smart > li:first-child > a {
    padding-right: 12.6px !important;
  }
  body.hormenu-position-right[class*=" hmenu-"]:not(.hmenu-position-center):not(.hmenu-center-double) .navbar-main > ul.menu-smart {
    text-align: left;
  }
  body.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last {
    text-align: left;
  }
  body.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last:not(.navbar-cta) ul.menu-smart > li:first-child > a,
  body.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last:not(.navbar-cta) ul.menu-smart > li:only-child > a {
    padding-left: 9px !important;
    padding-right: 0px !important;
  }
  body.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last:not(.navbar-cta) ul.menu-smart > li:only-child > a,
  body.hormenu-position-right[class*=" hmenu-"] .navbar-nav-last:not(.navbar-cta) ul.menu-smart > li:last-child > a {
    padding-left: 0px !important;
    padding-right: 9px !important;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center-split:not(.menu-has-cta) .menu-borders .navbar-nav-first:not(.navbar-cta) > *:first-child {
    border-right-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center-split .menu-borders .navbar-nav-first:not(.navbar-cta) > *:first-child {
    margin: 0px 0px 0px 36px;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center-split:not(.menu-has-cta) .navbar-nav-first > ul > li:last-child > a {
    padding-left: 36px;
    padding-right: 9px;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center-split .navbar-nav-first:not(.navbar-cta) > ul > li:first-child > a {
    padding-left: 9px;
    padding-right: 0;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center-split .menu-icons {
    direction: rtl;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center-split .cta-wrapper {
    display: inline-block;
    height: 100%;
    padding: 0;
    vertical-align: top;
    width: auto;
  }
  body.hormenu-position-right[class*=" hmenu-"] .menu-smart .social-icon + li:not(.social-icon) > a {
    padding-left: 9px;
    padding-right: 27px;
  }
  body.hormenu-position-right[class*=" hmenu-"]:not(.hmenu-center-split)body.hormenu-position-right[class*=" hmenu-"]:not(.hmenu-center-double) .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner {
    left: 0 !important;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center-double .menu-horizontal .menu-smart:not(.menu-cta-inner) > .mega-menu .mega-menu-inner {
    right: 0 !important;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-position-left .navbar-main > ul.menu-smart {
    text-align: right;
  }
  body.hormenu-position-right[class*=" hmenu-"].hmenu-center .main-menu-container .menu-horizontal-inner > * {
    float: right;
  }
  body.hormenu-position-right[class*=" hmenu-"][class*=hmenu-] .menu-borders .navbar-nav + .navbar-nav-last > *:first-child,
  body.hormenu-position-right[class*=" hmenu-"][class*=hmenu-]:not(.hmenu-center-split) .menu-borders .navbar-nav + .navbar-cta > *:first-child {
    border-left-width: 0;
    border-right-width: 1px;
    border-right-style: solid;
    margin: 0px 36px 0px 0px;
    padding: 0px 36px 0px 0px;
    float: left;
  }
  body.hormenu-position-right[class*=" hmenu-"][class*=hmenu-] .menu-borders .navbar-cta + .navbar-nav-last > *:first-child {
    border-width: 0 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 13px 0px 0px;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul,
  body.vmenu-position-right:not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul,
  body.menu-overlay:not(.menu-overlay-left):not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul,
  body.hormenu-position-right.hmenu-center-split:not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul {
    padding: 0px 0px 0px 27px !important;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul,
  body.vmenu-position-right:not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul,
  body.menu-overlay:not(.menu-overlay-left):not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul,
  body.hormenu-position-right.hmenu-center-split:not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul {
    margin: 0px 0px 0px 36px !important;
    padding: 0px 0px 0px 36px !important;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay).hmenu-center .navbar-cta > ul,
  body.vmenu-position-right.hmenu-center .navbar-cta > ul,
  body.menu-overlay:not(.menu-overlay-left).hmenu-center .navbar-cta > ul,
  body.hormenu-position-right.hmenu-center-split.hmenu-center .navbar-cta > ul {
    margin: 0px 0px 0px 36px !important;
    padding: 0px 0px 0px 36px !important;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.rtl) .navbar-cta > ul > li:first-child > a,
  body.vmenu-position-right:not(.rtl) .navbar-cta > ul > li:first-child > a,
  body.menu-overlay:not(.menu-overlay-left):not(.rtl) .navbar-cta > ul > li:first-child > a,
  body.hormenu-position-right.hmenu-center-split:not(.rtl) .navbar-cta > ul > li:first-child > a {
    padding-left: 0;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.rtl) .navbar-cta.navbar-nav-last > ul > li:last-child > a,
  body.vmenu-position-right:not(.rtl) .navbar-cta.navbar-nav-last > ul > li:last-child > a,
  body.menu-overlay:not(.menu-overlay-left):not(.rtl) .navbar-cta.navbar-nav-last > ul > li:last-child > a,
  body.hormenu-position-right.hmenu-center-split:not(.rtl) .navbar-cta.navbar-nav-last > ul > li:last-child > a {
    padding-right: 0;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a,
  body.vmenu-position-right:not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a,
  body.menu-overlay:not(.menu-overlay-left):not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a,
  body.hormenu-position-right.hmenu-center-split:not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a {
    padding-right: 9px;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay).rtl .navbar-cta > ul > li:last-child > a,
  body.vmenu-position-right.rtl .navbar-cta > ul > li:last-child > a,
  body.menu-overlay:not(.menu-overlay-left).rtl .navbar-cta > ul > li:last-child > a,
  body.hormenu-position-right.hmenu-center-split.rtl .navbar-cta > ul > li:last-child > a {
    padding-left: 0;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay).rtl .navbar-cta.navbar-nav-last > ul > li:first-child > a,
  body.vmenu-position-right.rtl .navbar-cta.navbar-nav-last > ul > li:first-child > a,
  body.menu-overlay:not(.menu-overlay-left).rtl .navbar-cta.navbar-nav-last > ul > li:first-child > a,
  body.hormenu-position-right.hmenu-center-split.rtl .navbar-cta.navbar-nav-last > ul > li:first-child > a {
    padding-right: 0;
  }
  body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay).rtl .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a,
  body.vmenu-position-right.rtl .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a,
  body.menu-overlay:not(.menu-overlay-left).rtl .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a,
  body.hormenu-position-right.hmenu-center-split.rtl .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a {
    padding-right: 9px;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay):not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul,
  body.vmenu-position-left:not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul,
  body.menu-overlay.menu-overlay-left:not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul,
  body.hormenu-position-left.hmenu-center-split:not(.hmenu-center) .menu-container:not(.menu-borders) .navbar-cta > ul {
    padding: 0px 27px 0px 0px !important;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay):not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul,
  body.vmenu-position-left:not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul,
  body.menu-overlay.menu-overlay-left:not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul,
  body.hormenu-position-left.hmenu-center-split:not(.hmenu-center) .menu-container.menu-borders .navbar-cta > ul {
    margin: 0px 36px 0px 0px !important;
    padding: 0px 36px 0px 0px !important;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay).hmenu-center .navbar-cta > ul,
  body.vmenu-position-left.hmenu-center .navbar-cta > ul,
  body.menu-overlay.menu-overlay-left.hmenu-center .navbar-cta > ul,
  body.hormenu-position-left.hmenu-center-split.hmenu-center .navbar-cta > ul {
    margin: 0px 36px 0px 0px !important;
    padding: 0px 36px 0px 0px !important;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay):not(.rtl) .navbar-cta > ul > li:last-child > a,
  body.vmenu-position-left:not(.rtl) .navbar-cta > ul > li:last-child > a,
  body.menu-overlay.menu-overlay-left:not(.rtl) .navbar-cta > ul > li:last-child > a,
  body.hormenu-position-left.hmenu-center-split:not(.rtl) .navbar-cta > ul > li:last-child > a {
    padding-right: 0;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay):not(.rtl) .navbar-cta.navbar-nav-last > ul > li:first-child > a,
  body.vmenu-position-left:not(.rtl) .navbar-cta.navbar-nav-last > ul > li:first-child > a,
  body.menu-overlay.menu-overlay-left:not(.rtl) .navbar-cta.navbar-nav-last > ul > li:first-child > a,
  body.hormenu-position-left.hmenu-center-split:not(.rtl) .navbar-cta.navbar-nav-last > ul > li:first-child > a {
    padding-left: 0;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay):not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a,
  body.vmenu-position-left:not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a,
  body.menu-overlay.menu-overlay-left:not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a,
  body.hormenu-position-left.hmenu-center-split:not(.rtl) .navbar-cta:not(.navbar-nav-last) > ul > li:first-child > a {
    padding-left: 9px;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay).rtl .navbar-cta > ul > li:first-child > a,
  body.vmenu-position-left.rtl .navbar-cta > ul > li:first-child > a,
  body.menu-overlay.menu-overlay-left.rtl .navbar-cta > ul > li:first-child > a,
  body.hormenu-position-left.hmenu-center-split.rtl .navbar-cta > ul > li:first-child > a {
    padding-right: 0;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay).rtl .navbar-cta.navbar-nav-last > ul > li:last-child > a,
  body.vmenu-position-left.rtl .navbar-cta.navbar-nav-last > ul > li:last-child > a,
  body.menu-overlay.menu-overlay-left.rtl .navbar-cta.navbar-nav-last > ul > li:last-child > a,
  body.hormenu-position-left.hmenu-center-split.rtl .navbar-cta.navbar-nav-last > ul > li:last-child > a {
    padding-left: 0;
  }
  body.hormenu-position-right:not(.hmenu-center-split):not(.menu-overlay).rtl .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a,
  body.vmenu-position-left.rtl .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a,
  body.menu-overlay.menu-overlay-left.rtl .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a,
  body.hormenu-position-left.hmenu-center-split.rtl .navbar-cta:not(.navbar-nav-last) > ul > li:last-child > a {
    padding-left: 9px;
  }
}
@media (max-width: 959px) {
  .cta-container {
    display: none !important;
  }
}
/*
----------------------------------------------------------

#Menu-Toggle

----------------------------------------------------------
*/
.mmb-container {
  position: absolute;
  top: 50%;
  right: 0;
}
.mmb-container.mmb-container-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.mmb-container.mmb-container-overlay .menu-button-overlay {
  opacity: 0;
  line-height: 0px;
  transform: none;
}
.overlay-menu:not(.open):not(.close) + .mmb-container {
  display: none;
}
.mobile-menu-button {
  display: none;
  line-height: 0px;
  transform: translateY(-50%);
  position: relative;
  padding: 27px 36px 27px 36px;
  cursor: pointer;
}
.menu-overlay .mobile-menu-button {
  display: block;
}
@media screen and (max-width: 959px) {
  .mobile-menu-button {
    display: inline-block;
    opacity: 1 !important;
  }
}
.mobile-menu-button.menu-close-search {
  transform: none;
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .overlay-menu .menu-button-overlay {
    transform: translateY(-50%);
  }
  .overlay-menu .mmb-container {
    padding: 27px 0px 27px 0px;
  }
  body.menu-overlay-left .menu-horizontal-inner .navbar-nav-first {
    right: 36px;
  }
  body.menu-overlay-left .menu-horizontal-inner .mobile-shopping-cart {
    left: 63px;
  }
}
.lines-button {
  transition: .3s;
}
.lines,
.lines:before,
.lines:after {
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-clip: padding-box;
}
.lines {
  position: relative;
}
.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 10px center;
  transform-origin: 10px center;
}
.lines:before {
  top: 6px;
}
.lines:after {
  top: -6px;
}
.lines-button.x2.close .lines:before,
.lines-button.x2.close .lines:after {
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px;
}
.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
}
.lines-button.x2.close .lines,
.lines-button.x2.closing .lines {
  transition: background 0.3s 0s ease-in-out;
  background: transparent !important;
}
.lines-button.x2.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-shopping-cart {
  position: absolute;
  padding: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
}
@media screen and (max-width: 959px) {
  body.vmenu-position-left .mobile-shopping-cart,
  body.menu-overlay.hormenu-position-right .mobile-shopping-cart {
    left: auto;
    right: -30px;
  }
}
@media screen and (min-width: 960px) {
  .mobile-shopping-cart {
    z-index: 1000;
  }
}
.mobile-shopping-cart i {
  display: block;
  font-size: 18px;
}
/*
----------------------------------------------------------

#Isotope

----------------------------------------------------------
*/
.isotope-system:not(.index-single) .isotope-container {
  opacity: 0;
}
.row-parent.default-padding:not(.limit-width) .isotope-filters > .menu-horizontal.limit-width > .menu-smart,
.row-parent.no-h-padding .isotope-filters > .menu-horizontal > .menu-smart,
.row-parent.default-padding:not(.limit-width) .isotope-wrapper > .pagination,
.row-parent.no-h-padding .isotope-footer-inner > .pagination {
  padding-left: 36px;
  padding-right: 36px;
}
.row-parent .row-parent.default-padding:not(.limit-width) .isotope-filters > .menu-horizontal.limit-width > .menu-smart,
.row-parent .row-parent.no-h-padding .isotope-filters > .menu-horizontal > .menu-smart,
.row-parent .row-parent.default-padding:not(.limit-width) .isotope-wrapper > .pagination,
.row-parent .row-parent.no-h-padding .isotope-footer-inner > .pagination {
  padding-left: 0;
  padding-right: 0;
}
.isotope-filters.with-bg .menu-smart {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.isotope-filters {
  position: relative;
}
.isotope-filters ul.menu-smart li {
  display: inline-block !important;
}
@media (min-width: 960px) {
  .isotope-filters ul.menu-smart li {
    float: none;
  }
}
@media (max-width: 959px) {
  .isotope-filters ul.menu-smart li {
    border: none;
  }
}
@media (min-width: 960px) {
  .isotope-filters ul.menu-smart li.float-left {
    float: left;
  }
}
@media (min-width: 960px) {
  .isotope-filters ul.menu-smart li.float-right {
    float: right;
  }
  .isotope-filters ul.menu-smart li.float-right span {
    padding-right: 0px;
  }
  .isotope-filters ul.menu-smart li.float-right + li span {
    padding-left: 0px;
  }
}
.isotope-filters ul.menu-smart {
  padding: 0px;
}
@media (max-width: 959px) {
  .isotope-filters ul.menu-smart {
    border: none;
    text-align: center;
    padding-bottom: 14.4px;
  }
  .with-bg.isotope-filters ul.menu-smart {
    padding-top: 14.4px;
  }
  div[class*=shift_y_neg] .isotope-filters ul.menu-smart {
    padding-bottom: 2px;
  }
}
.isotope-filters ul.menu-smart li:first-child span {
  padding-left: 0px;
}
.isotope-filters ul.menu-smart li:last-child span {
  padding-right: 0px;
}
.isotope-filters ul.menu-smart > li > span {
  display: block;
  padding: 0px 9px 36px 9px;
}
.with-bg.isotope-filters ul.menu-smart > li > span {
  padding: 36px 9px 36px 9px;
}
.double-gutter.isotope-filters ul.menu-smart > li > span {
  padding: 0px 9px 36px 9px;
}
.with-bg.double-gutter.isotope-filters ul.menu-smart > li > span {
  padding: 36px 9px 36px 9px;
}
div[class*=shift_y_neg]:not(.shift_y_neg_single) .isotope-filters ul.menu-smart > li > span {
  padding-bottom: 27px;
}
div[class*=shift_y_neg].shift_y_neg_single .isotope-filters ul.menu-smart > li > span {
  padding-bottom: 24px;
}
@media (max-width: 959px) {
  .isotope-filters ul.menu-smart > li > span {
    padding: 0px 0px 0px 0px !important;
  }
}
.isotope-filters ul.menu-smart > li > span > a {
  text-transform: none !important;
}
@media (max-width: 959px) {
  :not(.with-bg).isotope-filters ul.menu-smart > li > span > a {
    padding: 0px 9px 18px 9px !important;
  }
  .with-bg.isotope-filters ul.menu-smart > li > span > a {
    padding: 18px 9px 18px 9px !important;
  }
}
.isotope-filters ul.menu-smart.text-uppercase > li > span > a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.isotope-filters .menu-horizontal {
  overflow: visible !important;
}
.isotope-filters ul.menu-smart > li > span > a:not(.social-menu-link) {
  font-size: 11px;
  line-height: 1.2em;
}
.isotope-filters ul.menu-smart.text-uppercase > li > span > a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.isotope-filters .menu-horizontal {
  overflow: visible !important;
}
.isotope-filters.px-gutter {
  margin-bottom: 1px;
}
.isotope-filters.half-gutter {
  margin-bottom: 18px;
}
.isotope-filters.single-gutter {
  margin-bottom: 36px;
}
.isotope-filters.double-gutter {
  margin-bottom: 72px;
}
@media (max-width: 959px) {
  .isotope-filters.double-gutter {
    margin-bottom: 36px;
  }
}
.isotope-filters:not(.with-bg) {
  margin-bottom: 0px;
}
.isotope-filters.double-gutter:not(.with-bg) {
  margin-bottom: 36px;
}
@media (max-width: 959px) {
  .isotope-filters.double-gutter:not(.with-bg) {
    margin-bottom: 0px;
  }
}
.isotope-wrapper {
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.isotope-wrapper:before {
  opacity: 0;
  transition: opacity 0.5s ease;
  content: "";
}
.isotope-wrapper.isotope-loading:before {
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 3000;
}
.isotope-general-light .isotope-wrapper.isotope-loading:before {
  background-image: url(/wp-content/themes/uncode/library/css/../img/oval-anim-light.svg);
}
.isotope-general-dark .isotope-wrapper.isotope-loading:before {
  background-image: url(/wp-content/themes/uncode/library/css/../img/oval-anim-dark.svg);
}
.isotope-general-light .isotope-wrapper.isotope-loading:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.isotope-general-dark .isotope-wrapper.isotope-loading:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.isotope-wrapper.isotope-reloaded:before {
  opacity: 0;
}
.isotope-wrapper.half-gutter .isotope-layout,
.owl-carousel-container.half-gutter,
.index-system.half-gutter,
.justified-wrapper.half-gutter .justified-layout {
  margin-right: -18px;
}
.isotope-wrapper.single-gutter .isotope-layout,
.owl-carousel-container.single-gutter,
.index-system.single-gutter,
.justified-wrapper.single-gutter .justified-layout {
  margin-right: -36px;
}
.isotope-wrapper.double-gutter .isotope-layout,
.owl-carousel-container.double-gutter,
.index-system.double-gutter,
.justified-wrapper.double-gutter .justified-layout {
  margin-right: -72px;
}
@media (max-width: 959px) {
  .isotope-wrapper.double-gutter .isotope-layout,
  .owl-carousel-container.double-gutter,
  .index-system.double-gutter,
  .justified-wrapper.double-gutter .justified-layout {
    margin-right: -36px;
  }
}
@media (max-width: 569px) {
  .isotope-wrapper.double-gutter .isotope-layout,
  .owl-carousel-container.double-gutter,
  .index-system.double-gutter,
  .justified-wrapper.double-gutter .justified-layout {
    margin-right: -36px;
  }
}
.isotope-wrapper.triple-gutter .isotope-layout,
.owl-carousel-container.triple-gutter,
.index-system.triple-gutter,
.justified-wrapper.triple-gutter .justified-layout {
  margin-right: -108px;
}
@media (max-width: 959px) {
  .isotope-wrapper.triple-gutter .isotope-layout,
  .owl-carousel-container.triple-gutter,
  .index-system.triple-gutter,
  .justified-wrapper.triple-gutter .justified-layout {
    margin-right: -36px;
  }
}
@media (max-width: 569px) {
  .isotope-wrapper.triple-gutter .isotope-layout,
  .owl-carousel-container.triple-gutter,
  .index-system.triple-gutter,
  .justified-wrapper.triple-gutter .justified-layout {
    margin-right: -36px;
  }
}
.isotope-wrapper.quad-gutter .isotope-layout,
.owl-carousel-container.quad-gutter,
.index-system.quad-gutter,
.justified-wrapper.quad-gutter .justified-layout {
  margin-right: -144px;
}
@media (max-width: 1499px) {
  .isotope-wrapper.quad-gutter .isotope-layout,
  .owl-carousel-container.quad-gutter,
  .index-system.quad-gutter,
  .justified-wrapper.quad-gutter .justified-layout {
    margin-right: -108px;
  }
}
@media (max-width: 959px) {
  .isotope-wrapper.quad-gutter .isotope-layout,
  .owl-carousel-container.quad-gutter,
  .index-system.quad-gutter,
  .justified-wrapper.quad-gutter .justified-layout {
    margin-right: -72px;
  }
}
@media (max-width: 569px) {
  .isotope-wrapper.quad-gutter .isotope-layout,
  .owl-carousel-container.quad-gutter,
  .index-system.quad-gutter,
  .justified-wrapper.quad-gutter .justified-layout {
    margin-right: -36px;
  }
}
.isotope-wrapper.no-gutter {
  overflow: hidden;
}
.isotope-wrapper.px-gutter,
.index-system.px-gutter .index-wrapper {
  clear: both;
  margin-top: -1px !important;
  overflow: hidden;
}
.isotope-wrapper.half-gutter,
.index-system.half-gutter .index-wrapper {
  margin-top: -18px !important;
}
.isotope-wrapper.single-gutter,
.index-system.single-gutter .index-wrapper {
  margin-top: -36px !important;
}
.isotope-wrapper.double-gutter,
.index-system.double-gutter .index-wrapper {
  margin-top: -72px !important;
}
@media (max-width: 959px) {
  .isotope-wrapper.double-gutter,
  .index-system.double-gutter .index-wrapper {
    margin-top: -36px !important;
  }
}
.isotope-wrapper.triple-gutter,
.index-system.triple-gutter .index-wrapper {
  margin-top: -108px !important;
}
@media (max-width: 959px) {
  .isotope-wrapper.triple-gutter,
  .index-system.triple-gutter .index-wrapper {
    margin-top: -36px !important;
  }
}
.isotope-wrapper.quad-gutter,
.index-system.quad-gutter .index-wrapper {
  margin-top: -144px !important;
}
@media (max-width: 959px) {
  .isotope-wrapper.quad-gutter,
  .index-system.quad-gutter .index-wrapper {
    margin-top: -36px !important;
  }
}
.isotope-wrapper.isotope-inner-padding.quad-gutter {
  padding-left: 144px;
  padding-right: 144px;
}
@media (max-width: 959px) {
  .isotope-wrapper.isotope-inner-padding.quad-gutter {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 569px) {
  .isotope-wrapper.isotope-inner-padding.quad-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-wrapper.isotope-inner-padding.triple-gutter {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 959px) {
  .isotope-wrapper.isotope-inner-padding.triple-gutter {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 569px) {
  .isotope-wrapper.isotope-inner-padding.triple-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-wrapper.isotope-inner-padding.double-gutter {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 959px) {
  .isotope-wrapper.isotope-inner-padding.double-gutter {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 569px) {
  .isotope-wrapper.isotope-inner-padding.double-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-wrapper.isotope-inner-padding.single-gutter {
  padding-left: 36px !important;
  padding-right: 36px !important;
}
.isotope-wrapper.isotope-inner-padding.half-gutter {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.isotope-filters.filters-inner-padding.double-gutter .menu-smart {
  padding-left: 72px !important;
  padding-right: 72px !important;
}
@media (max-width: 959px) {
  .isotope-filters.filters-inner-padding.double-gutter .menu-smart {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}
.isotope-filters.filters-inner-padding.single-gutter .menu-smart {
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 569px) {
  .isotope-filters.filters-inner-padding.single-gutter .menu-smart {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-filters.filters-inner-padding.half-gutter .menu-smart {
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 569px) {
  .isotope-filters.filters-inner-padding.half-gutter .menu-smart {
    padding-left: 0;
    padding-right: 0;
  }
}
.isotope-layout {
  transition: height 0.2s ease-in-out;
}
.tmb-animate.tmb {
  opacity: 0;
}
.px-gutter .tmb {
  padding-right: 1px;
}
.half-gutter .tmb {
  padding-right: 18px;
}
.single-gutter .tmb {
  padding-right: 36px;
}
.double-gutter .tmb {
  padding-right: 72px;
}
@media (max-width: 959px) {
  .double-gutter .tmb {
    padding-right: 36px;
  }
}
.triple-gutter .tmb {
  padding-right: 108px;
}
@media (max-width: 959px) {
  .triple-gutter .tmb {
    padding-right: 36px;
  }
}
.quad-gutter .tmb {
  padding-right: 144px;
}
@media (max-width: 1499px) {
  .quad-gutter .tmb {
    padding-right: 108px;
  }
}
@media (max-width: 959px) {
  .quad-gutter .tmb {
    padding-right: 72px;
  }
}
@media (max-width: 569px) {
  .quad-gutter .tmb {
    padding-right: 36px;
  }
}
.tmb > .t-inside {
  background-clip: content-box;
}
.no-touch .isotope-container > .tmb > .t-inside {
  opacity: 0;
}
.px-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
  margin-top: 1px;
}
.half-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
  margin-top: 18px;
}
.single-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
  margin-top: 36px;
}
.double-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .double-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
    margin-top: 36px;
  }
}
.triple-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
  margin-top: 108px;
}
@media (max-width: 959px) {
  .triple-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
    margin-top: 36px;
  }
}
.quad-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
  margin-top: 144px;
}
@media (max-width: 959px) {
  .quad-gutter:not(.owl-carousel-container):not(.justified-wrapper) .tmb > .t-inside {
    margin-top: 36px;
  }
}
.isotope-menu {
  background: #000000;
  padding: 36px 0px 36px 0px;
}
.isotope-footer {
  opacity: 0;
}
.isotope-footer .pagination {
  line-height: 0px;
  padding: 0;
}
.with-bg.isotope-footer .pagination {
  padding-left: 36px;
  padding-right: 36px;
}
.with-bg.isotope-footer .pagination > li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.isotope-footer.half-gutter .isotope-footer-inner > * {
  margin-top: 36px;
}
.isotope-footer.px-gutter .isotope-footer-inner > * {
  margin-top: 1px;
}
.isotope-footer.single-gutter .isotope-footer-inner > * {
  margin-top: 36px;
}
.isotope-footer.double-gutter .isotope-footer-inner > * {
  margin-top: 72px;
}
@media (max-width: 959px) {
  .isotope-footer.double-gutter .isotope-footer-inner > * {
    margin-top: 36px;
  }
}
.isotope-footer .pagination > li {
  display: inline-block;
}
.loadmore-button,
.loading-button {
  display: inline-block;
  text-align: center;
  margin: 18px 18px 18px 18px;
}
.isotope-infinite-button + .loadmore-button {
  display: block !important;
}
.loadmore-button .icon-container {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
}
.loadmore-button a,
.loading-button .icon-container {
  margin: 0px !important;
}
.index-single {
  float: left;
  width: 100%;
}
.index-single,
.index-single > *,
.index-single > * > * {
  height: 100% !important;
}
/*
----------------------------------------------------------

#iLightbox

----------------------------------------------------------
*/
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container iframe,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ilightbox-closedhand * {
  cursor: url(/wp-content/themes/uncode/library/css/../img/ilightbox/css/closedhand.cur), default !important;
}
.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: 4px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 100003;
  top: 50% !important;
  left: 50% !important;
  margin-top: -24px;
  margin-left: -24px;
}
.ilightbox-loader div {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-loader.horizontal {
  left: 45%;
  top: 4px;
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-loader.horizontal div {
  border-radius: 50%;
  background-clip: padding-box;
}
.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
  top: 5px;
  left: 0px;
  height: 25px;
  width: 100%;
}
.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
  width: 25px;
  height: 23px;
  transition: none;
}
.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
  display: none;
}
.ilightbox-prev-button {
  border-radius: 0px 0px 2px 2px;
  background-clip: padding-box;
}
.ilightbox-next-button {
  border-radius: 2px 2px 0px 0px;
  background-clip: padding-box;
}
.ilightbox-prev-button.horizontal {
  border-radius: 0px 2px 2px 0px;
  background-clip: padding-box;
}
.ilightbox-next-button.horizontal {
  border-radius: 2px 0px 0px 2px;
  background-clip: padding-box;
}
.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  overflow: hidden;
}
.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 60px;
  height: 100%;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
}
.no-touch .ilightbox-thumbnails .ilightbox-thumbnails-grid {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 0px;
  position: relative;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -ms-interpolation-mode: bicubic;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 1;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}
.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
}
.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}
.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: block !important;
  position: relative;
  left: 30px;
  right: 30px;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  opacity: 1 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ilightbox-holder .ilightbox-container iframe + div {
  position: absolute !important;
}
.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 1px;
  padding-left: 0;
  z-index: 20003;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: none;
  list-style: none;
  height: 16px;
  margin: 0 auto;
  text-align: center;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  display: inline-block;
  float: none;
  margin-left: 1px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/social_icons/facebook_16.png);
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/social_icons/digg_16.png);
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/social_icons/twitter_16.png);
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/social_icons/delicious_16.png);
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/social_icons/reddit_16.png);
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/social_icons/google_plus_16.png);
}
.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}
.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.ilightbox-holder .ilightbox-wrapper .ilightbox-html {
  width: 100%;
  height: 100%;
  display: block;
}
.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  height: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  width: 60px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 60px;
}
.ilightbox-button {
  position: fixed;
  z-index: 100011;
  cursor: pointer;
}
.ilightbox-button span {
  display: block;
  width: 100%;
  height: 100%;
}
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important;
}
.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}
.ilightbox-overlay.black {
  background: #141618;
}
.ilightbox-loader.black div {
  background: transparent url(/wp-content/themes/uncode/library/css/../img/oval-anim-dark.svg) no-repeat center;
}
.ilightbox-holder.black .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
}
.ilightbox-holder.black .ilightbox-alert {
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/alert.png) no-repeat center top;
  color: #555;
}
.ilightbox-toolbar.black a {
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/buttons.png) no-repeat 7px 6px;
}
.ilightbox-toolbar.black a.ilightbox-close {
  position: absolute;
  right: 5px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close {
  position: relative;
  right: 0px;
}
.ilightbox-toolbar.black a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close:hover {
  background-position: 50%;
}
.ilightbox-toolbar.black a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #141618;
}
.ilightbox-toolbar.black a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
  margin-left: 0px;
}
.ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen:hover {
  background-position: 50%;
}
.ilightbox-toolbar.black a.ilightbox-play {
  background-position: 8px -58px;
}
.ilightbox-toolbar.black a.ilightbox-play:hover {
  background-position: -32px -58px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-play:hover {
  background-position: 50%;
}
.ilightbox-toolbar.black a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.black a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-pause:hover {
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.black {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.black {
  background: #141618;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
}
.isMobile .ilightbox-toolbar.black a {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50% !important;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-fullscreen {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/fullscreen-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/fullscreen-icon-ie.png)\9;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-close {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/x-mark-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/x-mark-icon-ie.png)\9;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-next-button {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/arrow-next-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/arrow-next-icon-ie.png)\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-prev-button {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/arrow-prev-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/arrow-prev-icon-ie.png)\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-play {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/play-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/play-icon-ie.png)\9;
}
.isMobile .ilightbox-toolbar.black a.ilightbox-pause {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/pause-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/pause-icon-ie.png)\9;
}
.ilightbox-holder.black .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
  color: #ffffff;
}
.ilightbox-thumbnails.black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/thumb-overlay-play.png) no-repeat center;
}
.ilightbox-button.black.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
  bottom: 0;
  right: 0;
  left: 0;
  left: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/arrows_vertical.png) no-repeat 50% -125px;
}
.ilightbox-button.ilightbox-prev-button.black {
  top: 0;
  bottom: auto;
  background-position: 50% -36px;
}
.ilightbox-button.ilightbox-next-button.black.horizontal,
.ilightbox-button.ilightbox-prev-button.black.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/black-skin/arrows_horizontal.png);
  background-position: -125px 50%;
}
.ilightbox-button.ilightbox-prev-button.black.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%;
}
.ilightbox-holder.black .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.black,
.ilightbox-button.ilightbox-prev-button.black {
  background-color: #141618;
}
.ilightbox-overlay.white {
  background: #ffffff;
}
.ilightbox-loader.white div {
  background: transparent url(/wp-content/themes/uncode/library/css/../img/oval-anim-light.svg) no-repeat center;
}
.ilightbox-holder.white .ilightbox-container .ilightbox-caption {
  background-size: 100% 100%;
  left: 0;
  right: 0;
  color: #141618;
  text-align: center;
}
.ilightbox-holder.white .ilightbox-alert {
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/alert.png) no-repeat center top;
  color: #89949B;
}
.ilightbox-toolbar.white a {
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/buttons.png) no-repeat 7px 6px;
}
.ilightbox-toolbar.white a.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: default;
  background-color: #ffffff;
}
.ilightbox-toolbar.white a.ilightbox-close {
  position: absolute;
  right: 5px;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
  position: relative;
  right: 0px;
}
.ilightbox-toolbar.white a.ilightbox-close:hover {
  background-position: -32px 6px;
}
.ilightbox-toolbar.white a.ilightbox-fullscreen {
  background-position: 6px -33px;
  margin-left: 5px;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
  margin-left: 0px;
}
.ilightbox-toolbar.white a.ilightbox-fullscreen:hover {
  background-position: -31px -33px;
}
.ilightbox-toolbar.white a.ilightbox-play {
  background-position: 8px -58px;
}
.ilightbox-toolbar.white a.ilightbox-play:hover {
  background-position: -32px -58px;
}
.ilightbox-toolbar.white a.ilightbox-pause {
  background-position: 8px -83px;
}
.ilightbox-toolbar.white a.ilightbox-pause:hover {
  background-position: -32px -83px;
}
.isMobile .ilightbox-toolbar.white {
  background: #ffffff;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
}
.isMobile .ilightbox-toolbar.white a,
.isMobile .ilightbox-toolbar.white a:hover {
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  background-size: 50%;
  background-position: 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-fullscreen {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/fullscreen-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/fullscreen-icon-ie.png)\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-close {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/x-mark-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/x-mark-icon-ie.png)\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-next-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-next-icon-ie.png)\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-next-button.disabled {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-next-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-next-icon-ie.png)\9;
  background-position: 52% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-prev-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-prev-icon-ie.png)\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-prev-button.disabled {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-prev-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrow-prev-icon-ie.png)\9;
  background-position: 48% 50%;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-play {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/play-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/play-icon-ie.png)\9;
}
.isMobile .ilightbox-toolbar.white a.ilightbox-pause {
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/pause-icon-64.png);
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/pause-icon-ie.png)\9;
}
.ilightbox-thumbnails.white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/thumb-overlay-play.png) no-repeat center;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px;
}
.ilightbox-holder.white .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right;
}
.ilightbox-button.white.disabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  cursor: default;
}
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  bottom: 0;
  right: 0;
  left: 0;
  top: 35%\9;
  right: auto\9;
  width: 20%;
  height: 38px;
  margin: auto;
  background: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrows_vertical.png) no-repeat 50% -125px;
}
.ilightbox-button.ilightbox-prev-button.white {
  top: 0;
  bottom: auto;
  background-position: 50% -36;
}
.ilightbox-button.ilightbox-next-button.white.horizontal,
.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  top: 36%\9;
  bottom: auto\9;
  width: 38px;
  height: 20%;
  background-image: url(/wp-content/themes/uncode/library/css/../img/ilightbox/white-skin/arrows_horizontal.png);
  background-position: -125px 50%;
}
.ilightbox-button.ilightbox-prev-button.white.horizontal {
  right: auto;
  left: 0;
  background-position: -38px 50%;
}
.ilightbox-holder.white .ilightbox-container .ilightbox-social,
.ilightbox-button.ilightbox-next-button.white,
.ilightbox-button.ilightbox-prev-button.white {
  background-color: rgba(20, 22, 24, 0.25);
}
/*
----------------------------------------------------------
#OwlCarousel
----------------------------------------------------------
*/
.owl-carousel-wrapper {
  overflow: hidden;
}
.owl-carousel-wrapper.style-metro {
  height: 100%;
  display: block;
}
.owl-carousel-wrapper.style-metro .owl-carousel-container,
.owl-carousel-wrapper.style-metro .owl-stage-outer,
.owl-carousel-wrapper.style-metro .owl-carousel,
.owl-carousel-wrapper.style-metro .owl-stage {
  height: 100%;
  display: block;
}
.owl-carousel-wrapper.style-metro .owl-item {
  height: 100% !important;
}
.owl-carousel-wrapper.style-metro .tmb-carousel,
.owl-carousel-wrapper.style-metro .tmb-carousel > div,
.owl-carousel-wrapper.style-metro .t-entry-visual,
.owl-carousel-wrapper.style-metro .t-entry-visual-tc {
  display: block !important;
  height: 100%;
}
.row-slider .owl-carousel-wrapper .owl-carousel-wrapper {
  padding: 0;
  height: 100%;
}
.owl-carousel-container {
  position: relative;
}
.owl-carousel-container.carousel-inner-padding.owl-carousel-container .owl-carousel {
  padding-left: 36px;
  padding-right: 36px;
}
.owl-carousel-container:before {
  opacity: 0;
  transition: opacity 0.2s ease;
  transition-delay: 0.4s;
}
.owl-carousel-container.owl-carousel-loading {
  min-height: 120px;
}
.owl-carousel-container.owl-carousel-loading .owl-carousel {
  height: 0;
}
@media (min-width: 570px) {
  .owl-dots-outside.owl-carousel[data-dots="true"] {
    margin-bottom: 54px;
  }
  .owl-dots-outside.owl-carousel[data-dots="true"].owl-dots-db-space {
    margin-bottom: 87px;
  }
  .owl-dots-outside.owl-carousel[data-dots="true"].owl-dots-db-space.owl-dots-inside .owl-dots {
    margin-bottom: 18px;
  }
  .owl-dots-inside.owl-carousel[data-dots="true"].owl-dots-db-space.owl-dots-inside .owl-dots,
  .uncode-slider.owl-dots-inside.owl-dots-db-space.owl-dots-inside .owl-dots {
    padding-bottom: 18px;
  }
}
@media (max-width: 569px) {
  .owl-dots-outside.owl-carousel[data-dotsmobile="true"] {
    margin-bottom: 54px;
  }
}
.owl-height {
  transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.isotope-system .owl-height {
  transition: none;
}
.owl-nav.disabled {
  display: none;
}
.owl-prev,
.owl-next {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 50%;
  color: #ffffff;
  z-index: 2000;
}
.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}
@media (max-width: 959px) {
  .owl-prev,
  .owl-next {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 569px) {
  .owl-carousel[data-navmobile="false"] .owl-prev,
  .owl-carousel[data-navmobile="false"] .owl-next {
    display: none;
  }
}
@media (max-width: 959px) {
  .uncode-slider .owl-prev,
  .uncode-slider .owl-next {
    display: none;
  }
}
.header-style-light .owl-prev,
.header-style-light .owl-next {
  color: #000000;
}
.owl-prev i,
.owl-next i {
  font-size: 21px;
  position: relative;
  top: 33px;
}
.owl-prev .owl-nav-container,
.owl-next .owl-nav-container {
  height: 90px;
  width: 36px;
  top: -44px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  text-align: center;
}
.owl-prev {
  left: 0;
  transition: margin-left 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.owl-prev .owl-nav-container {
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.carousel-inner-padding .owl-prev .owl-nav-container {
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.owl-prev i {
  text-indent: -1px;
}
.touch .owl-prev {
  margin-left: 0 !important;
}
.owl-next {
  right: 0px;
  transition: margin-right 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.owl-next .owl-nav-container {
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.carousel-inner-padding .owl-next .owl-nav-container {
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.owl-carousel-container.half-gutter .owl-next {
  right: 18px !important;
}
.owl-carousel-container.single-gutter .owl-next {
  right: 36px !important;
}
.owl-carousel-container.double-gutter .owl-next {
  right: 72px !important;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-next {
    right: 36px !important;
  }
}
.owl-carousel-container.triple-gutter .owl-next {
  right: 108px !important;
}
@media (max-width: 959px) {
  .owl-carousel-container.triple-gutter .owl-next {
    right: 36px !important;
  }
}
.owl-carousel-container.quad-gutter .owl-next {
  right: 144px !important;
}
@media (max-width: 1499px) {
  .owl-carousel-container.quad-gutter .owl-next {
    right: 108px !important;
  }
}
@media (max-width: 959px) {
  .owl-carousel-container.quad-gutter .owl-next {
    right: 72px !important;
  }
}
@media (max-width: 569px) {
  .owl-carousel-container.quad-gutter .owl-next {
    right: 36px !important;
  }
}
.owl-next i {
  text-indent: 1px;
}
.touch .owl-next {
  margin-right: 0 !important;
}
.owl-dots {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translateX(-50%);
  transition: bottom 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.2s linear 0.2s;
}
.owl-dots-align-left .owl-dots {
  text-align: left;
}
.owl-dots-align-right .owl-dots {
  text-align: right;
}
.owl-dots-inside .owl-dots {
  bottom: 0;
  padding: 9px 36px 9px 36px;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
}
.header-wrapper .owl-dots-inside .owl-dots {
  padding-top: 9px;
  padding-bottom: 18px;
}
.owl-dots-no-block-padding .owl-dots {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.owl-dots-half-block-padding .owl-dots {
  padding-left: 18px;
  padding-right: 18px;
}
.owl-dots-single-block-padding .owl-dots {
  padding-left: 36px;
  padding-right: 36px;
}
.owl-dots-double-block-padding .owl-dots {
  padding-left: 72px;
  padding-right: 72px;
}
@media (max-width: 1699px) {
  .owl-dots-double-block-padding .owl-dots {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 1499px) {
  .owl-dots-double-block-padding .owl-dots {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.owl-dots-triple-block-padding .owl-dots {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1699px) {
  .owl-dots-triple-block-padding .owl-dots {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 1499px) {
  .owl-dots-triple-block-padding .owl-dots {
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (max-width: 959px) {
  .owl-dots-triple-block-padding .owl-dots {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.owl-dots-quad-block-padding .owl-dots {
  padding-left: 144px;
  padding-right: 144px;
}
@media (max-width: 1699px) {
  .owl-dots-quad-block-padding .owl-dots {
    padding-left: 108px;
    padding-right: 108px;
  }
}
@media (max-width: 1499px) {
  .owl-dots-quad-block-padding .owl-dots {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (max-width: 959px) {
  .owl-dots-quad-block-padding .owl-dots {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.owl-carousel-container.px-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: 2px;
}
.owl-carousel-container.px-gutter .owl-dots-align-right .owl-dots {
  margin-left: -2px;
}
.owl-carousel-container.half-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -9px;
}
.owl-carousel-container.half-gutter .owl-dots-align-right .owl-dots {
  margin-left: -18px;
}
.owl-carousel-container.single-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -18px;
}
.owl-carousel-container.single-gutter .owl-dots-align-right .owl-dots {
  margin-left: -36px;
}
.owl-carousel-container.double-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -36px;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -18px;
  }
}
.owl-carousel-container.double-gutter .owl-dots-align-right .owl-dots {
  margin-left: -72px;
}
@media (max-width: 959px) {
  .owl-carousel-container.double-gutter .owl-dots-align-right .owl-dots {
    margin-left: -36px;
  }
}
.owl-carousel-container.triple-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -54px;
}
@media (max-width: 959px) {
  .owl-carousel-container.triple-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -18px;
  }
}
.owl-carousel-container.triple-gutter .owl-dots-align-right .owl-dots {
  margin-left: -108px;
}
@media (max-width: 959px) {
  .owl-carousel-container.triple-gutter .owl-dots-align-right .owl-dots {
    margin-left: -36px;
  }
}
.owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
  margin-left: -72px;
}
@media (max-width: 1499px) {
  .owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -54px;
  }
}
@media (max-width: 959px) {
  .owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -36px;
  }
}
@media (max-width: 569px) {
  .owl-carousel-container.quad-gutter .owl-carousel:not(.owl-dots-align-left):not(.owl-dots-align-right) .owl-dots {
    margin-left: -18px;
  }
}
.owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
  margin-left: -144px;
}
@media (max-width: 1499px) {
  .owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
    margin-left: -108px;
  }
}
@media (max-width: 959px) {
  .owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
    margin-left: -72px;
  }
}
@media (max-width: 569px) {
  .owl-carousel-container.quad-gutter .owl-dots-align-right .owl-dots {
    margin-left: -36px;
  }
}
.owl-dots-outside .owl-dots {
  padding: 18px 0px 0px 0px;
  bottom: -54px;
}
.uncode-slider .owl-dots-outside .owl-dots {
  bottom: auto;
}
@media (min-width: 960px) {
  .owl-dots-outside.owl-dots-db-space .owl-dots {
    bottom: -87px;
  }
}
.header-scrolled .owl-dots {
  opacity: 0;
}
.owl-dots.disabled {
  display: none;
}
.owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
.owl-dots-align-left .owl-dots .owl-dot:first-child span {
  margin-left: 0;
}
.owl-dots-align-right .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}
.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0px 6px;
  display: block;
  border-radius: 50%;
  transform: scale(0.8);
  transition: transform 0.2s ease-in-out;
}
.owl-dots-inside .owl-dots .owl-dot span {
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  opacity: 0.5;
}
.owl-dots-outside .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}
.no-touch .owl-dots .owl-dot span {
  backface-visibility: hidden;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  transform: scale(1);
  opacity: 1;
}
.owl-prev,
.owl-next,
.owl-dots {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: easein;
  animation-fill-mode: forwards;
}
.owl-loaded .owl-prev,
.owl-loaded .owl-next,
.owl-loaded .owl-dots {
  animation-name: alpha-in;
}
/*
 *  KenBurns and BackWash animation reset
 */
.owl-item:not(.index-active) .with-kburns .background-inner.uncode-kburns,
.header-wrapper.with-kburns .owl-item:not(.index-active) .t-background-cover.uncode-kburns {
  animation: none !important;
}
.owl-item:not(.index-active) .with-zoomout .background-inner,
.header-wrapper.with-zoomout .owl-item:not(.index-active) .t-background-cover.uncode-zoomout {
  opacity: 0;
  animation: none !important;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 10;
}
.owl-carousel[data-fade="true"][data-navspeed="200"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="200"] .fadeIn {
  animation-duration: 0.2s;
}
.owl-carousel[data-fade="true"][data-navspeed="400"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="400"] .fadeIn {
  animation-duration: 0.4s;
}
.owl-carousel[data-fade="true"][data-navspeed="700"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="700"] .fadeIn {
  animation-duration: 0.7s;
}
.owl-carousel[data-fade="true"][data-navspeed="1000"] .fadeOut,
.owl-carousel[data-fade="true"][data-navspeed="1000"] .fadeIn {
  animation-duration: 1s;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.owl-carousel {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item {
  display: inline-block;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-child {
  display: block;
  height: 100%;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .row-inner {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.ie:not(.ie11) .uncode-slider .owl-carousel .owl-item .column_child {
  display: table-cell !important;
}
.no-touch .uncode-slider .owl-carousel .row-child {
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.no-touch.safari .uncode-slider .owl-carousel .block-bg-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
  display: none;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-height-equal.owl-carousel .owl-stage {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0px, 0, 0);
}
.carousel-inner-padding .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-touch-callout: none;
  display: inline-table;
  table-layout: fixed;
  vertical-align: top;
}
.owl-valign-bottom.owl-carousel .owl-item {
  vertical-align: bottom;
}
.owl-valign-middle.owl-carousel .owl-item {
  vertical-align: middle;
}
.owl-height-equal.owl-carousel .owl-item {
  height: 100%;
  display: table-cell;
}
.chrome .owl-height-equal.owl-carousel .owl-item {
  height: 0;
}
.owl-height-equal.owl-carousel .owl-item > .tmb {
  height: 100%;
  display: block;
}
.owl-height-equal.owl-carousel .owl-item > .tmb > .t-inside {
  height: 100%;
  display: table;
  table-layout: fixed;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loaded.owl-height-forced {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.owl-carousel.owl-loaded.owl-height-forced .owl-stage .owl-item {
  display: table-cell;
  height: 100%;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/wp-content/themes/uncode/library/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.uncode-slider .owl-height-forced .owl-stage-outer {
  display: table-cell;
  width: 100%;
}
.uncode-slider .owl-height-forced .owl-stage-outer .owl-stage {
  height: 100%;
}
.owl-height-viewport .t-inside .t-entry-visual {
  display: table-row;
  height: 100%;
  position: relative;
  width: 100%;
}
.owl-height-viewport .t-inside .t-entry-visual:last-child {
  display: table-cell;
}
.owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
}
.owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 959px) {
  .index-wrapper .owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
    position: relative;
  }
}
.owl-height-viewport .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont > a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
.owl-height-viewport .t-inside .t-entry-text {
  display: table;
  table-layout: fixed;
  height: 1px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.owl-height-viewport .t-inside .t-entry-text .t-entry-text-tc {
  display: table-cell;
  width: 100%;
}
.owl-height-viewport.tmb-content-under .t-entry-visual {
  display: table-row;
}
[data-vp-height="12"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="12"].owl-height-viewport .t-inside {
  height: 100vh;
}
[data-vp-height="11"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="11"].owl-height-viewport .t-inside {
  height: 91.66666667vh;
}
[data-vp-height="10"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="10"].owl-height-viewport .t-inside {
  height: 83.33333333vh;
}
[data-vp-height="9"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="9"].owl-height-viewport .t-inside {
  height: 75vh;
}
[data-vp-height="8"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="8"].owl-height-viewport .t-inside {
  height: 66.66666667vh;
}
[data-vp-height="7"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="7"].owl-height-viewport .t-inside {
  height: 58.33333333vh;
}
[data-vp-height="6"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="6"].owl-height-viewport .t-inside {
  height: 50vh;
}
[data-vp-height="5"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="5"].owl-height-viewport .t-inside {
  height: 41.66666667vh;
}
[data-vp-height="4"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="4"].owl-height-viewport .t-inside {
  height: 33.33333333vh;
}
[data-vp-height="3"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="3"].owl-height-viewport .t-inside {
  height: 25vh;
}
[data-vp-height="2"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="2"].owl-height-viewport .t-inside {
  height: 16.66666667vh;
}
[data-vp-height="1"]:not(.owl-loaded).owl-height-viewport,
[data-vp-height="1"].owl-height-viewport .t-inside {
  height: 8.33333333vh;
}
@media (max-width: 480px) {
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]),
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]),
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]),
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) {
    margin-left: -5px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-dots {
    margin-left: -13px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-item .tmb {
    padding-right: 26px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-prev {
    margin-left: 5px !important;
  }
  .owl-carousel-container.quad-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next,
  .owl-carousel-container.triple-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next,
  .owl-carousel-container.double-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next,
  .owl-carousel-container.single-gutter .owl-carousel[data-stagepadding]:not([data-stagepadding="0"]) .owl-next {
    margin-right: -5px !important;
  }
}
.carousel-overflow-visible.owl-carousel-wrapper,
.carousel-overflow-visible.owl-carousel-wrapper .carousel-inner-padding .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.carousel-not-active-opacity.owl-carousel-wrapper .owl-item .tmb {
  transition: opacity 0.2s ease,transform 0.2s ease;
}
.carousel-not-active-opacity.owl-carousel-wrapper .owl-item:not(.index-active) .tmb {
  opacity: .2;
}
.carousel-scaled.owl-carousel-wrapper .owl-item .tmb {
  transform-origin: top;
  transition: opacity 0.2s ease,transform 0.2s ease;
}
.carousel-scaled.owl-carousel-wrapper .owl-item:not(.index-active):not(.active) .tmb {
  transform: scale(0.85);
}
.carousel-scaled.owl-carousel-wrapper .owl-valign-middle .owl-item .tmb {
  transform-origin: center;
}
.carousel-scaled.owl-carousel-wrapper .owl-valign-bottom .owl-item .tmb {
  transform-origin: bottom;
}
.carousel-not-clickable.owl-carousel-wrapper .owl-item:not(.index-active) .tmb {
  cursor: grab;
}
.carousel-not-clickable.owl-carousel-wrapper .owl-item:not(.index-active) .tmb .t-inside {
  pointer-events: none;
}
.owl-dots-classes:not(.owl-dots) {
  display: none;
}
/*
----------------------------------------------------------

#OwlCarousel-Textual

----------------------------------------------------------
*/
.textual-carousel .tmb .t-inside {
  border: 0px !important;
}
.textual-carousel .t-entry-visual-overlay-in,
.textual-carousel .t-entry-visual,
.textual-carousel .t-inside {
  background: transparent !important;
}
.textual-carousel .tmb .tweet.fluid-object {
  margin: 0 auto;
  background: transparent !important;
  padding: 0px !important;
}
.textual-carousel .tmb .twitter-footer {
  margin: 18px 0px 0px 0px;
  display: block;
  margin-top: 27px;
}
.textual-carousel .tmb .twitter-footer:before,
.textual-carousel .tmb .twitter-footer:after {
  display: none;
}
.textual-carousel .tmb .twitter-footer small {
  margin-top: 0 !important;
  display: inline !important;
}
.textual-carousel .tmb .twitter-tweet a:last-of-type {
  display: block;
}
.textual-carousel .tmb.tmb-overlay-text-left .twitter-item {
  text-align: left;
}
.textual-carousel .tmb.tmb-overlay-text-right .twitter-item {
  text-align: right;
}
.textual-carousel .tmb.tmb-overlay-text-center .twitter-item {
  text-align: center;
}
.textual-carousel .tmb.tmb-overlay-text-justify .twitter-item {
  text-align: justify;
}
.textual-carousel .tmb .regular-text {
  width: 100%;
}
.textual-carousel .tmb .regular-text .pullquote {
  border: 0;
  background: transparent !important;
  color: white !important;
  padding: 0px;
}
.textual-carousel .tmb .regular-text .pullquote img.avatar {
  max-width: 72px;
  min-height: 72px;
  margin: 0 0 18px;
  padding: 0px;
  border: 0px;
  display: inline-block;
}
.textual-carousel .tmb .regular-text .pullquote small {
  font-size: 14px;
  display: block;
  margin-top: 27px;
}
.textual-carousel .tmb.tmb-overlay-text-left .regular-text,
.textual-carousel .tmb.tmb-content-left .regular-text,
.textual-carousel .tmb.tmb-overlay-text-left .gravatar,
.textual-carousel .tmb.tmb-content-left .gravatar {
  text-align: left;
}
.textual-carousel .tmb.tmb-overlay-text-right .regular-text,
.textual-carousel .tmb.tmb-content-right .regular-text,
.textual-carousel .tmb.tmb-overlay-text-right .gravatar,
.textual-carousel .tmb.tmb-content-right .gravatar {
  text-align: right;
}
.textual-carousel .tmb.tmb-overlay-text-center .regular-text,
.textual-carousel .tmb.tmb-content-center .regular-text,
.textual-carousel .tmb.tmb-overlay-text-center .gravatar,
.textual-carousel .tmb.tmb-content-center .gravatar {
  text-align: center;
}
.textual-carousel .tmb.tmb-overlay-text-justify .regular-text,
.textual-carousel .tmb.tmb-content-justify .regular-text {
  text-align: justify;
}
.textual-carousel .tmb.tmb-overlay-text-justify .gravatar,
.textual-carousel .tmb.tmb-content-justify .gravatar {
  text-align: center;
}
.textual-carousel.hide-quotes blockquote.pullquote .pullquote__content:before,
.textual-carousel.hide-quotes blockquote.pullquote .pullquote__content:after {
  display: none;
}
/*
----------------------------------------------------------

#Justified-Gallery

----------------------------------------------------------
*/
.justified-gallery {
  opacity: 0;
  width: 100%;
  position: relative;
}
.justified-gallery:not(.justified-gallery-finished) {
  min-height: 100vh;
}
.justified-gallery.justified-gallery-finished {
  transition: height 0.5s ease-in-out;
}
.justified-gallery > a,
.justified-gallery > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0.1;
}
.justified-gallery.justified-gallery-finished > a,
.justified-gallery.justified-gallery-finished > div {
  position: absolute;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
.justified-wrapper .justified-fixer {
  position: relative;
}
.justified-wrapper.px-gutter .justified-fixer {
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.justified-wrapper.half-gutter .justified-fixer {
  margin-bottom: -18px;
  margin-left: -18px;
  margin-right: -18px;
}
.justified-wrapper.single-gutter .justified-fixer {
  margin-bottom: -36px;
  margin-left: -36px;
  margin-right: -36px;
}
.justified-wrapper.double-gutter .justified-fixer {
  margin-bottom: -72px;
  margin-left: -72px;
  margin-right: -72px;
}
@media (max-width: 959px) {
  .justified-wrapper.double-gutter .justified-fixer {
    margin-bottom: -36px;
    margin-left: -36px;
    margin-right: -36px;
  }
}
.justified-wrapper.triple-gutter .justified-fixer {
  margin-bottom: -108px;
  margin-left: -108px;
  margin-right: -108px;
}
@media (max-width: 959px) {
  .justified-wrapper.triple-gutter .justified-fixer {
    margin-bottom: -36px;
    margin-left: -36px;
    margin-right: -36px;
  }
}
.justified-wrapper.quad-gutter .justified-fixer {
  margin-bottom: -144px;
  margin-left: -144px;
  margin-right: -144px;
}
@media (max-width: 1499px) {
  .justified-wrapper.quad-gutter .justified-fixer {
    margin-bottom: -108px;
    margin-left: -108px;
    margin-right: -108px;
  }
}
@media (max-width: 959px) {
  .justified-wrapper.quad-gutter .justified-fixer {
    margin-bottom: -72px;
    margin-left: -72px;
    margin-right: -72px;
  }
}
@media (max-width: 569px) {
  .justified-wrapper.quad-gutter .justified-fixer {
    margin-bottom: -36px;
    margin-left: -36px;
    margin-right: -36px;
  }
}
.justified-wrapper.px-gutter {
  clear: both;
  margin-top: -1px !important;
  overflow: hidden;
}
.justified-wrapper.half-gutter {
  margin-top: -18px !important;
}
.justified-wrapper.single-gutter {
  margin-top: -36px !important;
}
.justified-wrapper.double-gutter {
  margin-top: -72px !important;
}
@media (max-width: 959px) {
  .justified-wrapper.double-gutter {
    margin-top: -36px !important;
  }
}
.justified-wrapper.triple-gutter {
  margin-top: -108px !important;
}
@media (max-width: 959px) {
  .justified-wrapper.triple-gutter {
    margin-top: -36px !important;
  }
}
.justified-wrapper.quad-gutter {
  margin-top: -144px !important;
}
@media (max-width: 1499px) {
  .justified-wrapper.quad-gutter {
    margin-top: -108px !important;
  }
}
@media (max-width: 959px) {
  .justified-wrapper.quad-gutter {
    margin-top: -72px !important;
  }
}
@media (max-width: 569px) {
  .justified-wrapper.quad-gutter {
    margin-top: -36px !important;
  }
}
.justified-gallery > a,
.justified-gallery > div {
  display: block;
  overflow: visible;
  padding: 0 !important;
}
.justified-gallery .dummy {
  display: none;
}
.justified-gallery .tmb .t-entry-visual .pushed {
  display: block;
  position: relative;
}
.justified-gallery .t-inside,
.justified-gallery .t-entry-visual,
.justified-gallery .t-entry-visual-tc,
.justified-gallery .t-entry-visual-cont,
.justified-gallery .tmb .t-entry-visual .pushed,
.justified-gallery .t-entry-visual img {
  height: inherit;
}
.justified-gallery .t-entry-visual img {
  backface-visibility: hidden;
  margin: 0 !important;
}
.justified-gallery .t-entry-visual {
  overflow: hidden;
}
.justified-gallery div.justified-object-loaded:not(.entry-visible) {
  height: 0 !important;
  width: 0 !important;
}
.justified-gallery .t-inside {
  visibility: hidden;
}
.justified-gallery.justified-gallery-finished .t-inside {
  visibility: visible;
}
/*
----------------------------------------------------------

#Slides Scroll

----------------------------------------------------------*/
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.fp-enabled.touch {
  height: 100% !important;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  display: none !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
@keyframes opacityout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes scaleDown {
  from {
    /*opacity: 1; */
    transform: translateY(0);
  }
  to {
    /*opacity: 0; */
    transform: scale(0.85);
  }
}
@keyframes moveparallaxup {
  from {
    /*opacity: 1; */
    transform: translateY(0);
  }
  to {
    /*opacity: .8; */
    transform: translateY(70%);
  }
}
@keyframes moveparallaxdown {
  from {
    /*opacity: 1; */
    transform: translateY(0);
  }
  to {
    /*opacity: .8; */
    transform: translateY(-70%);
  }
}
@keyframes movecurtainup {
  from {
    /*opacity: 1; */
    transform: translateY(0);
  }
  to {
    /*opacity: .8; */
    transform: translateY(5%);
  }
}
@keyframes movecurtaindown {
  from {
    /*opacity: 1; */
    transform: translateY(0);
  }
  to {
    /*opacity: .8; */
    transform: translateY(-5%);
  }
}
@keyframes moveFromBottom {
  from {
    /*opacity: 1; */
    transform: translateY(100%);
  }
}
@keyframes moveFromTop {
  from {
    /*opacity: 1; */
    transform: translateY(-100%);
  }
}
@keyframes moveFromBottomInner {
  from {
    /*opacity: 1; */
    transform: translateY(-50%);
  }
}
@keyframes moveFromTopInner {
  from {
    /*opacity: 1; */
    transform: translateY(50%);
  }
}
@keyframes moveFromBottomtrid {
  25% {
    transform: scale(0.8);
  }
  50%,
  100% {
    transform: translateY(-100%) scale(0.8);
  }
}
@keyframes moveFromToptrid {
  25% {
    transform: scale(0.8);
  }
  50%,
  100% {
    transform: translateY(100%) scale(0.8);
  }
}
@keyframes moveFromBottomtridIn {
  0%,
  25% {
    transform: scale(0.8) translateY(125%);
  }
  50% {
    transform: scale(0.8) translateY(0);
  }
  75%,
  100% {
    transform: scale(1);
  }
}
@keyframes moveFromToptridIn {
  0%,
  25% {
    transform: scale(0.8) translateY(-125%);
  }
  50% {
    transform: scale(0.8) translateY(0);
  }
  75%,
  100% {
    transform: scale(1);
  }
}
.fp-section {
  width: 100%;
}
html:not(.touch) body.uncode-fullpage-slide .column_parent {
  height: 100% !important;
}
html:not(.touch) body.uncode-fullpage-slide:not(.uncode-fullpage-none) {
  height: 100vh !important;
}
html.touch body.uncode-fullpage-slide:not(.uncode-fullpage-none) {
  height: 100% !important;
}
body.uncode-fullpage-slide:not(.uncode-fullpage-none) .fullpage-wrapper {
  position: relative;
  touch-action: none;
  top: 0px;
}
body.uncode-fullpage-slide:not(.uncode-fullpage-none) .fp-section {
  overflow: hidden;
}
.safari body.uncode-fullpage-slide:not(.uncode-fullpage-none) .fp-section .uncont,
.safari body.uncode-fullpage-slide:not(.uncode-fullpage-none) .block-bg-overlay {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translateZ(0) !important;
}
.safari body.uncode-fullpage-slide:not(.uncode-fullpage-none) .add-kburns .tmb-overlay-showed.tmb .t-entry-visual .t-entry-visual-overlay,
.safari body.uncode-fullpage-slide:not(.uncode-fullpage-none) .add-kburns .tmb .t-entry-visual .t-entry {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translateZ(0) !important;
}
body.uncode-fullpage-slide:not(.uncode-fullpage-none) .uncode-scroll-lock {
  position: absolute;
  margin-top: 10000px;
  visibility: hidden;
  width: 100%;
}
body.uncode-fullpage-slide:not(.uncode-fullpage-none) .uncode-scroll-lock.uncode-scroll-active {
  visibility: visible;
  margin-top: 0;
}
body.uncode-fullpage-slide #colophon {
  position: absolute;
}
.safari body.uncode-fullpage-slide #colophon,
.safari body.uncode-fullpage-slide #colophon .row-parent {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translateZ(0) !important;
}
.touch body.uncode-fullpage-slide #colophon.active {
  overflow: visible;
  z-index: 5;
}
.touch body.uncode-fullpage-slide #colophon.active::before {
  content: '';
  display: block !important;
  position: absolute;
  width: 100%;
  height: 2000px;
  top: -2000px;
}
body.uncode-fullpage-slide .box-wrapper.ls-overflow-visible {
  overflow: hidden !important;
}
body.uncode-scroll-snap #colophon {
  display: block;
}
html.fp-enabled .row-container.row-navigation,
html.fp-enabled .post-after,
html.fp-enabled .post-footer {
  display: none;
}
body #page-header .isotope-system.add-kburns {
  transition: opacity 0.15s linear;
}
body.fp-waiting #page-header .isotope-system.add-kburns {
  opacity: 0;
}
/*
----------------------------------------------------------
#Elements-Text
----------------------------------------------------------
*/
.el-text {
  clear: both;
}
.heading-text.el-text > *:first-child {
  margin-top: 0 !important;
  display: inline-block;
}
.heading-text.el-text > *:first-child.bigtext {
  display: block;
}
.heading-text.el-text > *:last-child {
  margin-bottom: 0 !important;
}
.el-text i {
  display: inline-block;
}
.el-text i > span ~ span {
  display: block;
}
.el-text hr {
  margin-left: 0;
}
.el-text hr.separator-reduced {
  font-size: 14px;
  width: 40px;
  position: relative;
  display: block;
  content: "";
  margin: 18px 0px 18px 0px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-top: 0px;
}
.el-text > * > span:not(.heading-text-inner),
.el-text > * > i > span:not(.heading-text-inner) {
  display: block;
}
.el-text > * > span.heading-text-inner,
.el-text > * > i > span.heading-text-inner {
  clear: both;
  display: table-row;
  overflow: hidden;
}
.el-text > * > span.heading-text-inner .split-char,
.el-text > * > i > span.heading-text-inner .split-char,
.el-text > * > span.heading-text-inner .heading-text-inner-animate,
.el-text > * > i > span.heading-text-inner .heading-text-inner-animate {
  clear: both;
  display: inline-block;
  position: relative;
}
.el-text > * > span.heading-text-inner .heading-line-wrap,
.el-text > * > i > span.heading-text-inner .heading-line-wrap {
  display: block;
  position: relative;
  vertical-align: bottom;
}
.el-text > * > span.heading-text-inner .heading-line-wrap .split-word-empty,
.el-text > * > i > span.heading-text-inner .heading-line-wrap .split-word-empty {
  line-height: 1;
  margin: 0 -0.025em;
}
.el-text > * > span.heading-text-inner .heading-line-wrap > .split-word:first-child .split-word-empty,
.el-text > * > i > span.heading-text-inner .heading-line-wrap > .split-word:first-child .split-word-empty,
.el-text > * > span.heading-text-inner .heading-line-wrap > .split-word-empty:first-child,
.el-text > * > i > span.heading-text-inner .heading-line-wrap > .split-word-empty:first-child {
  display: none;
}
.el-text > * > span.heading-text-inner .split-word-empty,
.el-text > * > i > span.heading-text-inner .split-word-empty {
  line-height: 1;
  padding: 0 0 0.1em 0;
}
.el-text > * > span.heading-text-inner .split-word:not(.split-word-empty),
.el-text > * > i > span.heading-text-inner .split-word:not(.split-word-empty) {
  margin-bottom: -0.15em;
  vertical-align: bottom;
  visibility: hidden;
}
.el-text > * > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-flow,
.el-text > * > i > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-flow {
  display: inline-block;
  float: left;
  padding-bottom: .15em;
}
:not(.already-animated).el-text > * > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-flow,
:not(.already-animated).el-text > * > i > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-flow {
  overflow: hidden;
}
.el-text > * > span.heading-text-inner .split-word:not(.split-word-empty),
.el-text > * > i > span.heading-text-inner .split-word:not(.split-word-empty),
.el-text > * > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-inner,
.el-text > * > i > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-inner {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.el-text > * > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-inner,
.el-text > * > i > span.heading-text-inner .split-word:not(.split-word-empty) .split-word-inner {
  padding: 0 0.0575em 0.005em 0;
}
.row.loaded-split-word .el-text > * > span.heading-text-inner .split-word:not(.split-word-empty),
.row.loaded-split-word .el-text > * > i > span.heading-text-inner .split-word:not(.split-word-empty) {
  visibility: visible;
}
.el-text > * > span.heading-text-inner .heading-single-word-wrap,
.el-text > * > i > span.heading-text-inner .heading-single-word-wrap {
  clear: both;
  display: inline-block;
  overflow: hidden;
}
.el-text > * > span.heading-text-inner .heading-text-highlight,
.el-text > * > i > span.heading-text-inner .heading-text-highlight {
  position: relative;
  vertical-align: top;
}
.el-text > * > span.heading-text-inner .heading-text-highlight-inner,
.el-text > * > i > span.heading-text-inner .heading-text-highlight-inner {
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: 0.15em;
  position: absolute;
  right: 0;
  z-index: 0;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}
.el-text > * > span.heading-text-inner .split-word.first-highlight .heading-text-highlight-inner,
.el-text > * > i > span.heading-text-inner .split-word.first-highlight .heading-text-highlight-inner {
  transition-timing-function: ease-in;
}
.el-text > * > span.heading-text-inner .split-word.last-highlight .heading-text-highlight-inner,
.el-text > * > i > span.heading-text-inner .split-word.last-highlight .heading-text-highlight-inner {
  transition-timing-function: ease-out;
}
.el-text > * > span.heading-text-inner .split-word:last-child .heading-text-highlight-inner,
.el-text > * > i > span.heading-text-inner .split-word:last-child .heading-text-highlight-inner {
  right: 0.1em;
}
.el-text > * > span.heading-text-inner .heading-text-highlight-inner[data-animated="yes"],
.el-text > * > i > span.heading-text-inner .heading-text-highlight-inner[data-animated="yes"],
.el-text > * > span.heading-text-inner .split-word:last-child .heading-text-highlight-inner[data-animated="yes"],
.el-text > * > i > span.heading-text-inner .split-word:last-child .heading-text-highlight-inner[data-animated="yes"] {
  right: 100%;
}
.el-text + .clear {
  margin-top: 0 !important;
}
.counter:not(.started) {
  opacity: 0;
}
.countdown {
  line-height: 1;
}
.countdown small {
  line-height: inherit;
  font-size: 1em;
}
.counter-text,
.counter-text p {
  margin: 0px 0px 0px 0px;
}
/*
----------------------------------------------------------
#Headers
----------------------------------------------------------
*/
.header-basic {
  overflow: hidden;
}
.header-wrapper {
  transition: height 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s ease-out 0.2s !important;
}
@media (max-width: 569px) {
  .header-wrapper .header-bg-wrapper + div,
  .header-wrapper .header-bg-wrapper:only-child {
    min-height: 300px;
  }
  .header-wrapper .header-bg-wrapper:only-child {
    position: relative;
  }
}
.header-wrapper .header-scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s !important;
}
@media (max-width: 959px) {
  .header-wrapper .header-scrolldown {
    display: none;
  }
}
.header-wrapper .header-scrolldown:hover {
  transform: translateY(3px);
  opacity: .8 !important;
}
.header-wrapper .header-scrolldown i {
  font-size: 24px;
  cursor: pointer;
  color: #ffffff;
}
.header-style-light .header-wrapper .header-scrolldown i {
  color: #000000;
}
@media (min-width: 960px) {
  .header-scrolled .header-wrapper .header-scrolldown {
    opacity: 0 !important;
  }
}
@media (max-width: 570px) {
  .header-wrapper .uncode-slider .owl-next,
  .header-wrapper .uncode-slider .owl-prev {
    display: none;
  }
}
.header-wrapper .owl-next .owl-nav-container,
.header-wrapper .owl-prev .owl-nav-container {
  width: 90px;
  height: 100px;
  top: -50px;
  background: none !important;
  filter: none;
}
.header-wrapper .owl-next .owl-nav-container i,
.header-wrapper .owl-prev .owl-nav-container i {
  transition: transform 0.2s ease-in-out, opacity 0.2s;
  transition-delay: 0.2s;
  font-size: 26px;
  top: 34px;
}
.header-scrolled .header-wrapper .owl-next .owl-nav-container i,
.header-scrolled .header-wrapper .owl-prev .owl-nav-container i {
  opacity: 0;
}
body .header-wrapper .style-dark.owl-next .owl-nav-container,
body .header-wrapper .style-light.owl-next .owl-nav-container,
body .header-wrapper .style-dark.owl-prev .owl-nav-container,
body .header-wrapper .style-light.owl-prev .owl-nav-container {
  background-color: transparent !important;
}
.header-wrapper .owl-next:hover i {
  opacity: .6;
  transform: translateX(5px) scale(0.9);
}
.header-wrapper .owl-prev:hover i {
  opacity: .6;
  transform: translateX(-5px) scale(0.9);
}
.header-scrolled .header-wrapper .uncode-slider .row-child,
.header-scrolled .header-wrapper .row-header:not(.row-slider) {
  opacity: 0;
}
@media (min-width: 960px) {
  .header-scrolled .header-scroll-opacity .header-main-container {
    opacity: 0 !important;
  }
}
@media (max-width: 959px) {
  .header-bg-wrapper > .header-bg {
    background-attachment: scroll !important;
    transform: none !important;
    height: 100% !important;
  }
}
.header-wrapper {
  display: table;
  table-layout: fixed;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header-wrapper .owl-carousel-container,
.header-wrapper .owl-carousel.owl-theme,
.header-wrapper .owl-stage,
.header-wrapper .owl-stage-outer,
.header-wrapper .owl-item,
.header-wrapper .owl-item .item,
.header-wrapper .owl-item .header-main-container,
.header-wrapper .header-content {
  height: 100%;
}
.header-wrapper .owl-stage-outer {
  height: 100% !important;
}
.header-wrapper .header-bg-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-wrapper .header-bg {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.header-wrapper .header-bg.video {
  pointer-events: none;
}
.header-wrapper .header-bg-overlay {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-wrapper .header-bg-overlay-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}
.header-wrapper .header-main-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}
.touch .header-wrapper .header-main-container {
  padding-top: 0px !important;
}
.header-wrapper .header-main-container.header-carousel {
  margin-top: -25px;
  margin-bottom: 25px;
  padding-top: 50px;
}
.header-wrapper .header-content {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.header-wrapper .header-content.header-align-left {
  text-align: left;
}
.header-wrapper .header-content.header-align-right {
  text-align: right;
}
.header-wrapper .header-content.header-left .header-content-inner {
  margin-right: auto;
  margin-left: inherit;
}
.header-wrapper .header-content.header-left hr {
  margin-left: 0px;
}
.header-wrapper .header-content.header-left .buttons-wrapper .btn:first-child {
  margin-left: 0;
}
.header-wrapper .header-content.header-right .header-content-inner {
  margin-left: auto;
  margin-right: inherit;
}
.header-wrapper .header-content.header-right hr {
  margin-right: 0px;
}
.header-wrapper .header-content.header-right .buttons-wrapper .btn:last-child {
  margin-right: 0;
}
.header-wrapper .header-content.header-top {
  vertical-align: top;
}
.header-wrapper .header-content.header-bottom {
  vertical-align: bottom;
}
@media (max-width: 959px) {
  .header-wrapper .header-content .buttons-wrapper {
    font-size: 12px;
  }
}
.header-wrapper .header-content-inner {
  margin: 0 auto;
  padding: 54px 36px 54px 36px !important;
}
@media (max-width: 959px) {
  .header-wrapper .header-content-inner {
    max-width: none !important;
  }
}
.header-classic.header-wrapper .header-content-inner {
  padding: 54px 36px 54px 36px !important;
}
.header-wrapper .header-content-inner > iframe {
  max-width: 100%;
}
.header-wrapper .header-content-inner .wp-audio-shortcode {
  max-width: 500px;
  margin: auto;
}
.header-wrapper .header-content-inner blockquote.pullquote p:first-child {
  font-size: 25px;
}
.header-wrapper .header-content-inner > .header-title > span {
  display: block;
}
.header-wrapper .header-content-inner > p > * {
  margin-top: 0px;
}
.header-wrapper .header-content-inner > *:first-child,
.header-wrapper .heading-text > *:first-child {
  margin-top: 0 !important;
}
.header-wrapper .heading-text:not(.heading-bigtext) {
  display: inline-block;
}
.header-wrapper .header-subtitle {
  margin: 9px 0px 0px 0px;
}
.header-wrapper .column_parent {
  height: 100% !important;
}
@media (min-width: 960px) {
  .chrome .header-wrapper .column_parent {
    height: 0 !important;
  }
}
.header-wrapper blockquote {
  padding: 0px;
}
@media (max-width: 959px) {
  .header-main-container {
    padding-top: 0px !important;
  }
}
.header-main-container .owl-carousel .owl-item {
  float: left !important;
}
.header-bg.self-video .wp-video,
.header-bg.self-video .mejs-video {
  width: 100% !important;
  height: 100% !important;
}
.header-bg.self-video .mejs-layers,
.header-bg.self-video .mejs-controls {
  display: none;
}
.header-bg.self-video video {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blocks-animation .header-title > .animate_when_almost_visible {
  display: inline-block;
}
@media (max-width: 959px) {
  .header-main-container .row-inner {
    padding-top: 0px !important;
  }
}
.header-wrapper:not(.header-only-text):before,
.uncode-slider:not(.slider-loaded):before {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  content: "";
  z-index: 1;
  opacity: 1;
  animation: spin 2s infinite linear;
}
.style-light .header-wrapper:not(.header-only-text):before,
.style-light .uncode-slider:not(.slider-loaded):before,
.style-dark .style-light .header-wrapper:not(.header-only-text):before,
.style-dark .style-light .uncode-slider:not(.slider-loaded):before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABPtJREFUeNrsnCFv20AUx+2kIDBgIGDAYCBgUiNlwGyeNFC2gIGBSUtJ6dZP0PUTtKUlTVlBpaWsbC4LiZRKBQEDBgMeCygIGNh72bvk9eKzY8dJE9896RQnSuzzL//37t357izLWCqzN6ESBwcHDh1WqaB59DqCMsCD8/NzXztgAKcGLw6VGgMk25HicwHwDoq/boj2GhXUgFKHUlFAwDKGEkoK22XKayh+24VyA/C6WwsMIFXoBl1JRQgloBLCTQYpz9ug876F0pLOjee6hHIK5x1tBTAC5VKpMEhDLHAjw5yvh/C+QGkzeAjrbBXg7BVUfo+Bwsr6BGq8BtdvU+xz2PWP4dqnGwUMKlol9+AVxYA8eKZWVwaH9djPoz72ClTlb0LzT3X7RuCqeanNXrJCLdZyYet2tapgu2QLfcFa3Q6Uw6z1tDNWAtX0iUm+BxW43eQMHer8neV26JrvskCzM8JqU9KJgfz2uWJVhrqjyn6Qi2aCZi8JqwMXDLepL0gx92dWaLZOsPKAVkpxnb0iwKJO/AQStZwNclMrN2Dwj7isNbzaZlgKaB7c48kivysv2Cx/pLcY4B+sgli/3w+bzeYfSrpdOL6Hz4aZFUZxq0VvsXvTswpmcE8dys3QLqjXktklPQqMYxpCKaod0kgH3utJJmBE2qW33XV0np9RZRjH9ultm/K11AoTrhjkPSSzodB85ppHqYBRoBfdnq6ljx2zVtNLozDhioNN60yvWGUYx87iVFZSxK66GKqx9DPhlh71CBIV5rI0YqQbLVKZgPZ1EWB1NgSiq11KDV80MHpmOMm7dGgZE1rMSV5Gg6RKhQmfHVrGRHbwIQ6YY4BN7Yb1duaBUb+xJpJV3WmxBzkOm/vxRGECVljkblBK86VQ9QSYoBgaTlMbxAHjT6uN/bd7et2NdUnDaWoillfjElcTv2Y2inPJquEz11IO4hRWZX0pYwrbMQgS7c4Ay5aLzbnkiDJ+xzBSWymiRTA26y7W5MwhKq2oGFRzLMIoYKGUwBqbpRORChubfGzOanEKC4zC0gGbuiSNjRmLGMEpsW4AX7aifWrB0qsRf3pWUvTO60ZcUwaBKg9DGxhgc8CGSmA0sxDlVwFJ1jV3x8jHjVGJq/iCq7G6lI8bo4CJWYZO0my8gqqLr8vsJQKjFkGQ9TRWVxA1+Vk13UmQbeikMmnWpZ80WsFVFrDmtKWRujzqcAeqkee4KZtdFsvqGqjLYe7oq76nBEaxTLhmq8jdJWl6/SDuuUbStHNf5GUFd03Pmk2vj13GGLsSpN/v/202m0j7DZQXcDyGz34XTF3ohu/p7XXSsqDEpTMA6BFBweErLAgQPhsVBBYO3+CyIHwY1FtkpUt5kROjqgAUShYvUIfjXwiyALDarFW8XuR3aZb/oW+HdIE2e0Cw7bAma9UX/W150S9SPHsg10S1vd5GpUXA6qSZD1dOczEFtEdcRrdFudbnrLBSA5OgvcSWk2JaBT7/teGwPEqNdrLCQtNh3wp51xYcJL3NOi216DujuKx/OKa6LbVItqh77zRY9i7U381jrXrRdneSQeWiqpUBYx3Zde4fVqM42pCu16PsPdc/aht3qKtRjwPdX94iUOyP2FuVojd5D0RhNfoNX6liSX/AStT7bMAiFOJYybtsqkxADayYkdHCAItRoGU93cdVBmQmLBvTwP4JMADEPDW9MJgjiwAAAABJRU5ErkJggg==');
  background-size: 38px;
}
.style-dark .header-wrapper:not(.header-only-text):before,
.style-dark .uncode-slider:not(.slider-loaded):before,
.style-light .style-dark .header-wrapper:not(.header-only-text):before,
.style-light .style-dark .uncode-slider:not(.slider-loaded):before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAYAAADHl1ErAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABNtJREFUeNrsnC132zAUhqWeAcPAshmGzTDQY4GBZU3ZWDs2tu4XbPsFa9lYPVa2DC1sHgtbxswWaNZJ3Xtz7hTLjms5H7buOTppmsSWHr260pUlCeGtlslDyMTDw0OIPwcsRfjfEklIKWe9A6bgnKqXoUqnSIOCr2mA55ZLaHipSj9VShTEtHPAoKAIoIKCr6yQcpUyfGeEz14AaohU9NtEpdtdKFC2CCkApJGhIg1lATBLVcis5nX1NWOAnBjX1ur7qNKNuu7qKIAB1AgpMCClqiBLx/eL0Xw5vBXAfXANTjrOvK79MQOlM6ubyUJlPG+52Q8A7S1ruvr+r9W9bw4KGMssz+hs1w6Z5WdqgNOVduFC3dKxqrSK5ofQ/SNv1+rlEk3VidpkwwxNjPFS0pazbdhD37F86g7hYteZCFR6pWsQKT70ETrySfYdbmTnsN6gSR6Fad+m0h9A+/EUaLIuLPUyxQg9h7wzcUSGCv4Kv6Y7pZd13IjsEywX0E5q3GfcBVgI4h8hoefU8N67rpGYOfiwK1M1KBfZtbNumcEaiY6ZKtMVgxY3vViAC2pYZ6Kjpsp2B2C/qnrOKh8Ws1FyIrprFyhjiJCqPjCQpiZ433bwvOdOYAVo2q7K/HSZwiYU8qgLLkTHTZUxQZCu7VMtYCBMlBPRHyOVxbYOwKYwaorpoQXTLatMTyDQbMblVsDgu4Z4OxP9s3fkkop82UmJuhZ9UpehssSmsiJgpK5U9NdujY6vGBieGeommfehZ6zoMR/HZeb0lakw+nAhvFGzPC8DFnpga/vCop1NYJjvOqXBque1HiFEPL7kCiNYWZfDoJrhUmq4qmJgXlxrKwXGH7N7+2e/8frcK8yBwshyz2ltq22Db28WOykYg/kmudkk12OxZwXdqW+SbGihxmDf+P82gOkBrIf232B+ZmuSS6O39FYQ+Xin38DpkwUei52Fb5INmmTugVmB5UXAMg/MCizbAMZWGA92tpzxsIcUtOeJs9lw+ktj1N9nC03/5YE5AEZz+UPPa81gYQWGZZh6SiM4ptXRLfivCGOwlbk09aQkQo96rK7IYLEVsLBL61lrqCtk/qsamO1pSR/VVbS2xBZ805RG1CeVsZ3DnEE1MENlcY/UFZepq0xhRDgXBQsyOtwzhijzzPY9KzAQnuPtGLOPXYWlyzbG23nZurjSCURsFKVd/mcdFtgZyphVbY7dZsY1YU0z7qC6YtYUKxdAVwLDSPeenGKX/Bk70kHb/TYbzraa08fuL+o1J1ipeOywdBkmrFfcaonq1g9BsIyRAtHpMUND3qcUXKNswikw5s+oE5geY/NEnqfk5EXNjRvyCTekHjNkbX9+RLCoGWpYN3UfWssGN58YUf3BbuBi4yweJz5pS1DTcyti1ss8bhF0fbaOo/iQn8sza3IQiXSUIRr4CUQHs32rDarSlUk7W3R+PjetUOkwc7oWhyxzc4QZ+R5AmadLLaD+xnmRLcufwLW+Kw6PxSIDlHM3IVvKPI2g+fPNBSVXqoOahiwJBqqV06Vky7UeodZD46MlUoaAd1VDRXR2Ymi5btrmMVy7OgOR9mBGwr4UIRP2BclBxe9SsaPtivs4ZZMOgORKqWNrZYp/+9F3uq/gUM5xLVPQWkl+Kam37ttfAQYAZ993RnTunIQAAAAASUVORK5CYII=');
  background-size: 38px;
}
@media (min-width: 960px) {
  #page-header {
    display: table-row;
    width: 100%;
  }
}
#page-header .header-wrapper > .header-bg-wrapper,
#page-header .header-wrapper .header-scrolldown,
#page-header .header-wrapper .row-container > .row-background {
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}
#page-header .header-wrapper .uncode-slider .row-child,
#page-header .header-wrapper .row-parent,
#page-header .header-main-container {
  transition: opacity 0.5s;
  transition-delay: 0.2s;
}
#page-header .header-only-text .header-main-container {
  opacity: 1;
}
@media (max-width: 959px) {
  #page-header .row .uncol {
    padding-top: 0 !important;
  }
}
@media (min-width: 960px) {
  #page-header .remove-menu-padding .header-content,
  #page-header .remove-menu-padding .uncont {
    padding-top: 0px !important;
  }
}
@media (max-width: 960px) {
  #page-header .remove-menu-padding-mobile .header-content,
  #page-header .remove-menu-padding-mobile .uncont {
    padding-top: 0px !important;
  }
}
#page-header[data-imgready="true"] .header-wrapper:not(.header-only-text):before {
  opacity: 0;
  animation: none;
}
#page-header[data-imgready="true"] .header-wrapper > * {
  opacity: 1;
}
#page-header[data-imgready="true"] .header-wrapper .row-container > .row-background {
  opacity: 1;
}
.uncode-slider {
  height: 100%;
}
.header-wrapper .uncode-slider > .owl-carousel {
  transition: opacity 1s;
}
.uncode-slider .row-container,
.uncode-slider .row-child {
  height: 100% !important;
}
.uncode-slider .row-inner {
  height: 100%;
}
@media (max-width: 1499px) {
  .uncode-slider .row-inner > .column_child:only-child {
    height: 100% !important;
  }
}
@media (max-width: 1499px) {
  .uncode-slider .text-lead > * {
    font-size: 16px;
    line-height: 1.75;
    margin: 18px 0 0;
  }
}
@media (max-width: 959px) {
  .uncode-slider .text-lead > * {
    font-size: 13px;
    line-height: 1.75;
    margin: 18px 0 0;
  }
}
@media (max-width: 959px) {
  .uncode-slider .uncoltable {
    padding-top: 0 !important;
  }
}
.no-touch .bigtext {
  opacity: 0;
}
.post-info {
  margin: 18px 0px 0px 0px;
}
.post-info span {
  margin: 0px 14px 0px 14px;
  font-weight: 400;
}
@media (max-width: 569px) {
  .post-info {
    font-size: 10px !important;
  }
  .post-info span {
    margin: 0px 9px 0px 9px;
  }
}
.post-info div {
  display: inline;
}
/** Parallax header **/
.no-touch .header-parallax > .header-bg-wrapper:not(.header-carousel-wrapper),
.no-touch .header-parallax > .header-bg-wrapper.header-carousel-wrapper > .header-bg .t-entry-visual-cont {
  height: 130% !important;
  height: calc(100% + 30vh) !important;
  will-change: transform;
}
/*
----------------------------------------------------------

#Thumbs

----------------------------------------------------------
*/
.tmb .avatar {
  border-radius: 50%;
}
.tmb a.inactive-link {
  pointer-events: none;
  cursor: default;
}
.index-single .tmb {
  height: 100%;
  width: 100% !important;
}
.index-single .style-masonry .tmb {
  position: relative !important;
}
.tmb > .t-inside {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.index-single .tmb > .t-inside {
  height: 100%;
}
.tmb-loaded.tmb > .t-inside {
  opacity: 1;
}
.tmb-shadowed.tmb-shadowed-hover.tmb > .t-inside {
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.img-circle.tmb > .t-inside .t-entry-visual {
  border-radius: 50%;
}
.img-circle.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  perspective: 1000px;
  overflow: hidden;
}
.img-round.tmb > .t-inside .t-entry-visual-cont {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  perspective: 1000px;
}
.tmb-no-bg.tmb > .t-inside {
  background: none;
}
.tmb > .t-inside hr {
  margin-top: 18px;
  margin-bottom: 18px;
}
.tmb > .t-inside hr.separator-reduced {
  width: 90px;
  border-top-width: 2px;
}
.tmb > .t-inside .t-overlay-inner hr.separator-extra {
  opacity: .5;
}
:not(.tmb-no-bg).tmb > .t-inside .half-block-padding hr.separator-extra {
  margin-left: -18px !important;
  width: calc(100% + 36px);
}
.tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .half-block-padding hr.separator-extra {
  width: calc(150% + 18px);
}
:not(.tmb-no-bg).tmb > .t-inside .single-block-padding hr.separator-extra {
  margin-left: -36px !important;
  width: calc(100% + 72px);
}
.tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .single-block-padding hr.separator-extra {
  width: calc(150% + 36px);
}
:not(.tmb-no-bg).tmb > .t-inside .double-block-padding hr.separator-extra {
  margin-left: -72px !important;
  width: calc(100% + 144px);
}
.tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .double-block-padding hr.separator-extra {
  width: calc(150% + 72px);
}
@media (max-width: 1699px) {
  :not(.tmb-no-bg).tmb > .t-inside .double-block-padding hr.separator-extra {
    margin-left: -54px !important;
    width: calc(100% + 108px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .double-block-padding hr.separator-extra {
    width: calc(150% + 54px);
  }
}
@media (max-width: 1499px) {
  :not(.tmb-no-bg).tmb > .t-inside .double-block-padding hr.separator-extra {
    margin-left: -36px !important;
    width: calc(100% + 72px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .double-block-padding hr.separator-extra {
    width: calc(150% + 36px);
  }
}
:not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
  margin-left: -108px !important;
  width: calc(100% + 216px);
}
.tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
  width: calc(150% + 108px);
}
@media (max-width: 1699px) {
  :not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
    margin-left: -72px !important;
    width: calc(100% + 144px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
    width: calc(150% + 72px);
  }
}
@media (max-width: 1499px) {
  :not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
    margin-left: -54px !important;
    width: calc(100% + 108px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
    width: calc(150% + 54px);
  }
}
@media (max-width: 959px) {
  :not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
    margin-left: -36px !important;
    width: calc(100% + 72px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .triple-block-padding hr.separator-extra {
    width: calc(150% + 36px);
  }
}
:not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
  margin-left: -144px !important;
  width: calc(100% + 288px);
}
.tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
  width: calc(150% + 144px);
}
@media (max-width: 1699px) {
  :not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
    margin-left: -108px !important;
    width: calc(100% + 216px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
    width: calc(150% + 108px);
  }
}
@media (max-width: 1499px) {
  :not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
    margin-left: -72px !important;
    width: calc(100% + 144px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
    width: calc(150% + 72px);
  }
}
@media (max-width: 959px) {
  :not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
    margin-left: -36px !important;
    width: calc(100% + 72px);
  }
  .tmb-overlay-text-reduced:not(.tmb-no-bg).tmb > .t-inside .quad-block-padding hr.separator-extra {
    width: calc(150% + 36px);
  }
}
.tmb > .t-inside .spacer.half-space {
  margin-top: 18px;
}
.tmb > .t-inside .spacer.single-space {
  margin-top: 36px;
}
.tmb > .t-inside .spacer.double-space {
  margin-top: 72px;
}
.tmb-round.tmb > .t-inside {
  border-radius: 4px;
}
.tmb-media-first.tmb-content-under.tmb-round.tmb > .t-inside .t-entry-visual a:not(.tmb-term-evidence):not(.product_button_loop) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.tmb-media-last.tmb-content-under.tmb-round.tmb > .t-inside .t-entry-visual a:not(.tmb-term-evidence) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.tmb-content-lateral.tmb-round.tmb > .t-inside .t-entry-visual {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width: 570px) {
  .tmb-content-lateral-left.tmb-content-lateral-responsive.tmb-content-lateral.tmb-round.tmb > .t-inside .t-entry-visual a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .tmb-content-lateral-right.tmb-content-lateral-responsive.tmb-content-lateral.tmb-round.tmb > .t-inside .t-entry-visual a {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media (max-width: 569px) {
  .tmb-content-lateral-responsive.tmb-content-lateral.tmb-round.tmb > .t-inside .t-entry-visual a {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.tmb-content-lateral-left:not(.tmb-content-lateral-responsive).tmb-content-lateral.tmb-round.tmb > .t-inside .t-entry-visual a {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.tmb-content-lateral-right:not(.tmb-content-lateral-responsive).tmb-content-lateral.tmb-round.tmb > .t-inside .t-entry-visual a {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  float: left;
}
.tmb-content-lateral-right.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  float: right;
}
.tmb-content-size-1.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 8.33333333% !important;
}
.tmb-content-size-2.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 16.66666667% !important;
}
.tmb-content-size-3.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 25% !important;
}
.tmb-content-size-4.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 33.33333333% !important;
}
.tmb-content-size-5.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 41.66666667% !important;
}
.tmb-content-size-6.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 50% !important;
}
.tmb-content-size-7.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 58.33333333% !important;
}
.tmb-content-size-8.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 66.66666667% !important;
}
.tmb-content-size-9.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 75% !important;
}
.tmb-content-size-10.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 83.33333333% !important;
}
.tmb-content-size-11.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
  width: 91.66666667% !important;
}
.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  position: relative;
  z-index: 1;
  float: right;
}
.tmb-content-size-1.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 91.66666667% !important;
}
.tmb-content-size-2.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 83.33333333% !important;
}
.tmb-content-size-3.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 75% !important;
}
.tmb-content-size-4.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 66.66666667% !important;
}
.tmb-content-size-5.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 58.33333333% !important;
}
.tmb-content-size-6.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 50% !important;
}
.tmb-content-size-7.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 41.66666667% !important;
}
.tmb-content-size-8.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 33.33333333% !important;
}
.tmb-content-size-9.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 25% !important;
}
.tmb-content-size-10.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 16.66666667% !important;
}
.tmb-content-size-11.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  width: 8.33333333% !important;
}
.tmb-content-lateral-right.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  float: left;
  margin-right: -18px !important;
}
.tmb-content-lateral-left.tmb-content-lateral.tmb > .t-inside .t-entry-text {
  margin-left: -18px !important;
}
@media (max-width: 569px) {
  .tmb-content-lateral-responsive.tmb-content-lateral.tmb > .t-inside .t-entry-text,
  .tmb-content-lateral-responsive.tmb-content-lateral.tmb > .t-inside .t-entry-visual {
    width: 100% !important;
  }
}
.tmb .t-entry-text-tc:not(.no-block-padding) .t-entry > *:first-child {
  margin-top: 0px !important;
}
.tmb .t-entry.t-entry-team .t-entry-title {
  margin: 5px 0px 0px 0px !important;
}
.tmb .t-entry .t-entry-cat {
  font-size: 13px;
  text-transform: uppercase;
}
.tmb .t-entry .t-buttons-socials {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
}
.tmb .t-entry-visual .t-entry .t-buttons-socials {
  margin: 18px 0px 0px 0px !important;
}
.tmb .t-entry-visual {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
.tmb .t-entry-visual .pushed,
.tmb .t-entry-visual .t-entry-visual-cont > a {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tmb.tmb-no-media.tmb .t-entry-visual .pushed,
.tmb.tmb-no-media.tmb .t-entry-visual .t-entry-visual-cont > a {
  position: relative;
  display: block;
}
.tmb-quote.tmb .t-entry-visual blockquote {
  margin-top: 0;
}
.tmb-quote.tmb .t-entry-visual .t-overlay-inner,
.tmb-quote.tmb .t-entry-visual .t-overlay-wrap {
  position: relative;
}
.tmb .t-entry-visual img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block;
}
.tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > img,
.tmb-img-ratio.tmb .t-entry-visual .t-entry-visual-cont > a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.tmb .t-entry-visual .t-background-cover {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmb .t-entry-visual .t-background-cover > * {
  margin: 0px !important;
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  z-index: 1000;
}
.tmb .t-entry-visual .t-background-cover .mejs-video {
  width: 100% !important;
  height: 100% !important;
}
.tmb .t-entry-visual .t-background-click {
  z-index: auto !important;
}
.tmb-image-anim.tmb .t-entry-visual img:not(.avatar),
.tmb-image-anim.tmb .t-entry-visual .t-background-cover,
.tmb-image-anim.tmb .t-entry-visual .fluid-object,
.tmb-image-color-anim.tmb .t-entry-visual img:not(.avatar),
.tmb-image-color-anim.tmb .t-entry-visual .t-background-cover,
.tmb-image-color-anim.tmb .t-entry-visual .fluid-object {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform,filter, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.tmb-image-anim-move.tmb .t-entry-visual img:not(.avatar),
.tmb-image-anim-move.tmb .t-entry-visual .t-background-cover,
.tmb-image-anim-move.tmb .t-entry-visual .fluid-object {
  transition-duration: 0s;
}
.tmb .t-entry-visual .t-entry {
  width: 100%;
}
.tmb .t-entry-visual .t-entry-visual-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: opacity 0.2s ease-in-out;
}
.tmb .t-entry-visual .t-entry-visual-overlay .t-entry-visual-overlay-in {
  width: 100%;
  height: 100%;
}
:not(.tmb-overlay-showed).tmb .t-entry-visual .t-entry-visual-overlay {
  opacity: 0;
}
.tmb-overlay-showed.tmb .t-entry-visual .t-entry-visual-overlay {
  opacity: 1;
}
.tmb-overlay-gradient-bottom.tmb .t-entry-visual .t-entry-visual-overlay {
  background-color: transparent !important;
}
.tmb-overlay-gradient-top.tmb .t-entry-visual .t-entry-visual-overlay {
  background-color: transparent !important;
}
.tmb .t-entry-visual .t-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.tmb-overlay-bottom.tmb .t-entry-visual .t-overlay-wrap {
  margin-top: 1px;
}
.tmb.tmb-no-media.tmb .t-entry-visual .t-overlay-wrap {
  position: relative;
}
.tmb .t-entry-visual .t-overlay-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tmb.tmb-no-media.tmb .t-entry-visual .t-overlay-inner {
  position: relative;
}
.tmb .t-entry-visual .t-overlay-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tmb-overlay-bottom.tmb .t-entry-visual .t-overlay-content {
  vertical-align: bottom;
}
.tmb-overlay-top.tmb .t-entry-visual .t-overlay-content {
  vertical-align: top;
}
.tmb-overlay-text-justify.tmb .t-entry-visual .t-overlay-content {
  text-align: justify;
}
.tmb-overlay-text-justify.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-overlay-text-center.tmb .t-entry-visual .t-overlay-content {
  text-align: center;
}
.tmb-overlay-text-center.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content {
  text-align: left;
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.tmb-overlay-text-left.tmb .t-entry-visual .t-overlay-content .separator-reduced {
  margin-left: 0;
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content {
  text-align: right;
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.tmb-overlay-text-right.tmb .t-entry-visual .t-overlay-content .separator-reduced {
  margin-right: 0;
}
@media (max-width: 959px) {
  .tmb-overlay-text-mobile-justify.tmb .t-entry-visual .t-overlay-content {
    text-align: justify;
  }
  .tmb-overlay-text-mobile-justify.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-overlay-text-mobile-center.tmb .t-entry-visual .t-overlay-content {
    text-align: center;
  }
  .tmb-overlay-text-mobile-center.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content {
    text-align: left;
  }
  .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .tmb-overlay-text-mobile-left.tmb .t-entry-visual .t-overlay-content .separator-reduced {
    margin-left: 0;
  }
  .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content {
    text-align: right;
  }
  .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content hr:not(.separator-extra) {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .tmb-overlay-text-mobile-right.tmb .t-entry-visual .t-overlay-content .separator-reduced {
    margin-right: 0;
  }
}
.tmb .t-entry-visual .t-overlay-icon {
  font-size: 18px;
}
.tmb .t-entry-visual .t-overlay-icon.t-icon-size-md {
  font-size: 27px;
}
.tmb .t-entry-visual .t-overlay-icon.t-icon-size-lg {
  font-size: 36px;
}
.tmb .t-entry-visual .t-overlay-icon.t-icon-size-xl {
  font-size: 45px;
}
.tmb .t-entry-visual .t-overlay-text {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0.9);
}
.tmb .t-entry-visual .t-overlay-text.separator-extra-child {
  width: 100%;
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt {
  margin-top: 0;
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt > p:first-child {
  margin-top: 0;
}
.tmb .t-entry-visual .t-overlay-text .t-single-line .t-entry-excerpt .btn {
  margin-top: 0;
}
.tmb-overlay-pad-double.tmb .t-entry-visual .t-overlay-text {
  padding: 72px;
}
.tmb-text-showed.tmb .t-entry-visual .t-overlay-text {
  opacity: 1;
  transform: scale(1);
}
.no-touch .tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual .t-overlay-text {
  transform: translate(0px, 0px);
}
.tmb-overlay-right:not(.tmb-overlay-text-wide-sm).tmb .t-entry-visual .t-overlay-text {
  float: right;
  padding-left: 0px;
}
.tmb-overlay-left:not(.tmb-overlay-text-wide-sm).tmb .t-entry-visual .t-overlay-text {
  float: left;
  padding-right: 0px;
}
@media (min-width: 570px) {
  .tmb-overlay-right.tmb-overlay-text-wide-sm.tmb .t-entry-visual .t-overlay-text {
    float: right;
    padding-left: 0px;
  }
  .tmb-overlay-left.tmb-overlay-text-wide-sm.tmb .t-entry-visual .t-overlay-text {
    float: left;
    padding-right: 0px;
  }
}
.tmb-overlay-text-reduced.tmb .t-entry-visual .t-overlay-text {
  width: 75%;
}
.tmb-overlay-text-reduced-2.tmb .t-entry-visual .t-overlay-text {
  width: 50%;
}
@media (max-width: 569px) {
  .tmb-overlay-text-wide-sm.tmb .t-entry-visual .t-overlay-text {
    width: 100% !important;
  }
}
.tmb .t-entry-visual .t-overlay-text .t-entry > *:first-child:not(.spacer) {
  margin-top: 0px;
}
.no-touch .tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual .t-overlay-text,
.no-touch .tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual .t-cat-over {
  transform: translate(0px, 36px);
}
.tmb .t-entry-visual img,
.tmb .t-entry-visual .t-background-cover,
.tmb .t-entry-visual .fluid-object {
  transform: scale(1, 1);
}
.no-touch .tmb-desaturated.tmb .t-entry-visual img,
.no-touch .tmb-desaturated.tmb .t-entry-visual .t-background-cover,
.no-touch .tmb-desaturated.tmb .t-entry-visual .fluid-object {
  filter: gray;
  filter: grayscale(100%);
}
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover img,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:focus img,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:focus .t-background-cover,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:hover .fluid-object,
.no-touch .tmb-desaturated.tmb-image-color-anim.tmb .t-entry-visual:focus .fluid-object {
  filter: none;
  filter: grayscale(0%);
}
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover img,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:focus img,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:focus .t-background-cover,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:hover .fluid-object,
.no-touch .tmb-image-color-anim:not(.tmb-desaturated).tmb .t-entry-visual:focus .fluid-object {
  filter: gray;
  filter: grayscale(100%);
}
.no-touch .tmb-image-anim.tmb .t-entry-visual:hover img:not(.avatar),
.no-touch .tmb-image-anim.tmb .t-entry-visual:focus img:not(.avatar),
.no-touch .tmb-image-anim.tmb .t-entry-visual:hover .t-background-cover,
.no-touch .tmb-image-anim.tmb .t-entry-visual:focus .t-background-cover {
  transform: scale(1.05, 1.05);
}
.tmb-overlay-showed.tmb-overlay-anim.tmb .t-entry-visual:hover .t-entry-visual-overlay,
.tmb-overlay-showed.tmb-overlay-anim.tmb .t-entry-visual:focus .t-entry-visual-overlay {
  opacity: 0;
}
:not(.tmb-overlay-showed).tmb-overlay-anim.tmb .t-entry-visual:hover .t-entry-visual-overlay,
:not(.tmb-overlay-showed).tmb-overlay-anim.tmb .t-entry-visual:focus .t-entry-visual-overlay {
  opacity: 1;
  transition-delay: 150ms;
}
.no-touch .tmb-overlay-text-anim.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-text-showed.tmb .t-entry-visual:focus .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-text-showed.tmb .t-entry-visual:hover .t-cat-over,
.no-touch .tmb-overlay-text-anim.tmb-text-showed.tmb .t-entry-visual:focus .t-cat-over {
  transition-delay: 0ms !important;
}
.tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-overlay-text,
.tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:focus .t-overlay-text,
.tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-cat-over,
.tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:focus .t-cat-over {
  opacity: 1;
}
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:focus .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:hover .t-cat-over,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom:not(.tmb-text-showed).tmb .t-entry-visual:focus .t-cat-over {
  transform: translate(0px, 0%);
  transition-delay: 250ms;
}
.tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text,
.tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:focus .t-overlay-text,
.tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-cat-over,
.tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:focus .t-cat-over {
  opacity: 0;
}
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:focus .t-overlay-text,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:hover .t-cat-over,
.no-touch .tmb-overlay-text-anim.tmb-reveal-bottom.tmb-text-showed.tmb .t-entry-visual:focus .t-cat-over {
  transform: translate(0px, 36px);
}
.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text,
.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-cat-over,
.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-cat-over {
  opacity: 1;
}
.no-touch .tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text,
.no-touch .tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-cat-over,
.no-touch .tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-cat-over {
  transform: scale(1);
  transition-delay: 250ms;
}
.tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text,
.tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-cat-over,
.tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-cat-over {
  opacity: 0;
}
.no-touch .tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-overlay-text,
.no-touch .tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-overlay-text,
.no-touch .tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:hover .t-cat-over,
.no-touch .tmb-text-showed.tmb-overlay-text-anim:not(.tmb-reveal-bottom).tmb .t-entry-visual:focus .t-cat-over {
  transform: scale(0.98);
}
.style-masonry .tmb .t-entry-visual:hover hr:not(.separator-reduced):not(.separator-extra),
.style-masonry .tmb .t-entry-visual:focus hr:not(.separator-reduced):not(.separator-extra) {
  width: 100%;
}
.tmb .t-entry-text {
  position: relative;
  -webkit-backface-visibility: hidden;
  text-align: left;
}
.tmb-content-justify.tmb .t-entry-text {
  text-align: justify;
}
.tmb-content-justify.tmb .t-entry-text hr {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-content-center.tmb .t-entry-text {
  text-align: center;
}
.tmb-content-center.tmb .t-entry-text hr {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tmb-content-left.tmb .t-entry-text {
  text-align: left;
}
.tmb-content-left.tmb .t-entry-text hr {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.tmb-content-left.tmb .t-entry-text .separator-reduced {
  margin-left: 0;
}
.tmb-content-right.tmb .t-entry-text {
  text-align: right;
}
.tmb-content-right.tmb .t-entry-text hr {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.tmb-content-right.tmb .t-entry-text .separator-reduced {
  margin-right: 0;
}
.tmb .t-entry-text p,
.tmb .t-entry-text a {
  word-wrap: break-word;
}
@media (max-width: 569px) {
  .tmb-content-mobile-justify.tmb .t-entry-text {
    text-align: justify;
  }
  .tmb-content-mobile-justify.tmb .t-entry-text hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-content-mobile-center.tmb .t-entry-text {
    text-align: center;
  }
  .tmb-content-mobile-center.tmb .t-entry-text hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tmb-content-mobile-left.tmb .t-entry-text {
    text-align: left;
  }
  .tmb-content-mobile-left.tmb .t-entry-text hr {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .tmb-content-mobile-left.tmb .t-entry-text .separator-reduced {
    margin-left: 0;
  }
  .tmb-content-mobile-right.tmb .t-entry-text {
    text-align: right;
  }
  .tmb-content-mobile-right.tmb .t-entry-text hr {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .tmb-content-mobile-right.tmb .t-entry-text .separator-reduced {
    margin-right: 0;
  }
}
.tmb-no-bg.tmb .t-entry-text .t-entry-text-tc {
  padding-bottom: 0px !important;
}
.tmb-no-bg:not(.tmb-content-lateral).tmb .t-entry-text .t-entry-text-tc {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tmb-no-bg.tmb-content-lateral.tmb .t-entry-text .t-entry-text-tc {
  padding-top: 0px !important;
}
.tmb-no-bg.tmb-content-lateral-left.tmb .t-entry-text .t-entry-text-tc {
  padding-right: 0px !important;
}
.tmb-no-bg.tmb-content-lateral-right.tmb .t-entry-text .t-entry-text-tc {
  padding-left: 0px !important;
}
@media (max-width: 569px) {
  .tmb-no-bg.tmb-content-lateral-responsive.tmb .t-entry-text .t-entry-text-tc {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 36px !important;
  }
}
.tmb .t-entry-text .t-entry-text-tc .t-entry > *:not(hr):last-child {
  width: 100%;
}
.tmb-content-lateral.tmb-content-lateral-left.tmb .t-entry-text .t-entry-text-tc.no-block-padding {
  padding-left: 18px;
}
.tmb-content-lateral.tmb-content-lateral-right.tmb .t-entry-text .t-entry-text-tc.no-block-padding {
  padding-right: 18px;
}
.tmb .t-entry-text .t-entry-title .tmb-content-under:not(.tmb-text-space-reduced) + *,
.tmb .t-entry-text .t-entry-title .tmb-content-lateral:not(.tmb-text-space-reduced) + * {
  padding-top: 9px;
}
.tmb-text-space-reduced.tmb .t-entry hr {
  margin-top: 9px;
  margin-bottom: 9px;
}
.tmb-text-space-reduced.tmb .t-entry > *:not(hr):not(.t-entry-readmore):not(:first-child) {
  margin-top: 0px !important;
}
:not(.tmb-post).tmb .t-entry > *:not(hr) {
  margin: 9px 0px 0px 0px;
}
.tmb .t-entry .t-entry-title {
  word-break: break-word;
}
.tmb-entry-title-uppercase.tmb .t-entry .t-entry-title {
  text-transform: uppercase;
}
.tmb-entry-title-lowercase.tmb .t-entry .t-entry-title {
  text-transform: lowercase;
}
.tmb-entry-title-capitalize.tmb .t-entry .t-entry-title {
  text-transform: capitalize;
}
.tmb .t-entry .t-entry-title.single-line > * {
  margin-top: 0;
}
.tmb .t-entry p.t-entry-type {
  font-size: 12px;
}
.tmb .t-entry p.t-entry-meta span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.tmb .t-entry p.t-entry-meta .small-spacer {
  width: 10px;
  display: inline-block;
}
.tmb .t-entry p.t-entry-meta span:first-child:not(.tmb-term-evidence) {
  margin: 0px 0px 0px 0px;
}
.tmb .t-entry p.t-entry-meta span:first-child:not(.tmb-term-evidence) .fa-push-right {
  margin-left: 0;
}
.tmb .t-entry p.t-entry-meta span:last-child .cat-comma {
  display: none;
}
.tmb .t-entry p.t-entry-meta .t-entry-category {
  display: inline;
  text-transform: capitalize;
  display: inline-block;
}
.tmb .t-entry p.t-entry-meta .t-entry-category.t-entry-category-colored {
  padding: 0px 7px;
}
.tmb .t-entry p.t-entry-meta .t-entry-category .t-entry-cat-single {
  display: inline-block;
}
.tmb .t-entry p.t-entry-meta .t-entry-category .cat-comma {
  display: inline;
  padding-right: .25em;
}
.tmb .t-entry p.t-entry-readmore .btn {
  margin: 0px 0px 0px 0px;
}
.tmb .t-entry p.t-entry-author img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.tmb .t-entry p.t-entry-author img > img {
  border-radius: 50%;
}
.tmb .t-entry p.t-entry-author .tmb-avatar-size-md img {
  width: 40px;
  height: 40px;
}
.tmb .t-entry p.t-entry-author .tmb-avatar-size-lg img {
  width: 60px;
  height: 60px;
}
.tmb .t-entry p.t-entry-author .tmb-avatar-size-xl img {
  width: 80px;
  height: 80px;
}
.tmb .t-entry p.t-entry-author .tmb-username-wrap {
  display: inline-block;
  text-align: initial;
}
.tmb .t-entry p.t-entry-author .tmb-username-wrap .tmb-username-text {
  display: block;
}
.tmb .t-entry p.t-entry-author .tmb-username-wrap .tmb-user-qualification {
  display: block;
  font-size: .96em;
  font-weight: normal;
  opacity: .5;
  line-height: 1.25;
}
.tmb .t-entry p.t-entry-author i {
  margin: 0px 6px 0px 0px;
}
.tmb .t-entry p.t-entry-author span {
  vertical-align: middle;
}
.tmb-content-under.tmb .t-entry p.t-entry-author span,
.tmb-content-lateral.tmb .t-entry p.t-entry-author span {
  font-weight: 600;
}
.tmb .t-entry p.t-entry-author span.tmb-username-wrap {
  font-size: 12px;
  margin: 0px 0px 0px 12px;
  white-space: inherit;
}
.tmb .t-entry p.t-entry-small {
  font-size: 12px;
}
.tmb .t-entry p.t-entry-member-social a {
  display: inline-block;
  padding: 0px 4px 0px 4px !important;
}
.tmb .t-entry p.t-entry-member-social a:first-child {
  padding-left: 0px !important;
}
.tmb .t-entry p.t-entry-member-social a:last-child {
  padding-right: 0px !important;
}
.tmb .t-entry p.t-entry-member-social a i {
  padding: 1px !important;
}
.tmb .t-entry p.t-entry-comments {
  font-size: 12px;
}
.tmb .t-entry p.t-entry-comments .extras .extras-wrap {
  display: inline-block;
}
.tmb .t-entry p.t-entry-comments .extras > span {
  padding: 0px 14px 0px 0px;
}
.tmb .t-entry p.t-entry-comments .extras > span:last-child {
  padding: 0px;
}
.tmb .t-entry p.t-entry-comments .extras a {
  font-weight: normal;
  padding: 0px 14px 0px 0px;
}
.tmb .t-entry p.t-entry-comments .extras a.dot-irecommendthis {
  background: none !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}
.tmb .t-entry p.t-entry-comments .extras a:last-child {
  padding-right: 0px;
}
.tmb .t-entry p.t-entry-comments .extras i {
  position: relative;
  top: 1px;
  padding: 0px 5px 0px 0px;
}
.tmb .t-entry p.t-entry-comments .extras.t-reading-time {
  float: right;
  margin-top: 0px;
}
.tmb .t-cat-over {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
  transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out;
}
.tmb .t-cat-over .t-cat-over-inner {
  pointer-events: initial;
}
.tmb-text-showed.tmb .t-cat-over {
  opacity: 1;
  transform: scale(1);
}
.tmb .t-cat-over.t-cat-no-link {
  pointer-events: none;
}
.tmb .t-cat-over.t-cat-over-topleft {
  left: 0;
  top: 0;
}
.tmb .t-cat-over.t-cat-over-topleft a.tmb-term-evidence,
.tmb .t-cat-over.t-cat-over-topleft span.tmb-term-evidence {
  margin: 0px 5px 9px 0px;
}
.tmb .t-cat-over.t-cat-over-topright {
  right: 0;
  text-align: right;
  top: 0;
}
.tmb .t-cat-over.t-cat-over-topright a.tmb-term-evidence,
.tmb .t-cat-over.t-cat-over-topright span.tmb-term-evidence {
  margin: 0px 0px 9px 5px;
}
.tmb .t-cat-over.t-cat-over-bottomleft {
  bottom: 0;
  left: 0;
}
.tmb .t-cat-over.t-cat-over-bottomleft a.tmb-term-evidence,
.tmb .t-cat-over.t-cat-over-bottomleft span.tmb-term-evidence {
  margin: 0px 5px 9px 0px;
}
.tmb .t-cat-over.t-cat-over-bottomright {
  bottom: 0;
  right: 0;
}
.tmb .t-cat-over.t-cat-over-bottomright a.tmb-term-evidence,
.tmb .t-cat-over.t-cat-over-bottomright span.tmb-term-evidence {
  margin: 0px 0px 9px 5px;
}
.tmb .t-cat-over .cat-comma {
  display: inline;
  padding-right: .25em;
}
.tmb .t-cat-over a.bordered-cat,
.tmb .t-cat-over span.bordered-cat {
  border: 1px solid;
  border-color: transparent;
}
.tmb .t-entry-excerpt > p:first-child {
  margin-top: 0;
}
.style-metro .tmb .t-inside .t-entry-visual {
  display: table-cell;
  height: 100%;
  position: relative;
  width: 100%;
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc {
  display: inline-block;
  position: relative;
  height: 100%;
  top: 0;
  vertical-align: top;
  width: 100%;
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 959px) {
  .index-wrapper .style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont {
    position: relative;
  }
}
.style-metro .tmb .t-inside .t-entry-visual .t-entry-visual-tc .t-entry-visual-cont > a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  overflow: hidden;
}
.style-metro .tmb .t-inside .t-entry-text {
  display: table;
  table-layout: fixed;
  height: 1px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.style-metro .tmb .t-inside .t-entry-text .t-entry-text-tc {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.style-metro .tmb.tmb-content-vertical-middle .t-inside .t-entry-text .t-entry-text-tc {
  vertical-align: middle;
}
.style-metro .tmb.tmb-content-vertical-bottom .t-inside .t-entry-text .t-entry-text-tc {
  vertical-align: bottom;
}
.style-metro .tmb.tmb-content-lateral .t-inside .t-entry-visual {
  display: inline-block;
  min-height: 1px;
  position: static;
}
.style-metro .tmb.tmb-content-lateral .t-inside .t-entry-text {
  height: 100%;
}
@media (min-width: 570px) {
  .style-metro .tmb.tmb-content-lateral.tmb-content-lateral-responsive .t-inside .t-entry-visual .t-entry-visual-tc {
    position: absolute;
    width: inherit;
  }
}
.style-metro .tmb.tmb-content-lateral:not(.tmb-content-lateral-responsive) .t-inside .t-entry-visual .t-entry-visual-tc {
  position: absolute;
  width: inherit;
}
@media (max-width: 569px) {
  .style-metro .tmb.tmb-content-lateral.tmb-content-lateral-responsive .t-inside .t-entry-visual,
  .style-metro .tmb.tmb-content-under .t-inside .t-entry-visual {
    display: block;
    height: auto !important;
  }
  .style-metro .tmb.tmb-content-lateral.tmb-content-lateral-responsive .t-inside .t-entry-visual .t-entry-visual-cont,
  .style-metro .tmb.tmb-content-under .t-inside .t-entry-visual .t-entry-visual-cont {
    position: relative;
  }
  .style-metro .tmb.tmb-content-lateral.tmb-content-lateral-responsive .t-inside .t-entry-visual .t-entry-visual-cont > a,
  .style-metro .tmb.tmb-content-under .t-inside .t-entry-visual .t-entry-visual-cont > a {
    display: block;
    position: relative;
  }
  .style-metro .tmb.tmb-content-lateral.tmb-content-lateral-responsive .t-inside .t-entry-visual .t-entry-visual-cont > a .t-background-cover,
  .style-metro .tmb.tmb-content-under .t-inside .t-entry-visual .t-entry-visual-cont > a .t-background-cover {
    padding: 75% 0 0;
  }
}
.style-metro .tmb.tmb-content-under .t-entry-visual {
  display: table-row;
}
@media (max-width: 569px) {
  .style-metro .tmb.tmb-content-under .t-inside,
  .style-metro .tmb.tmb-content-lateral .t-inside {
    height: auto !important;
  }
}
.tmb a.tmb-term-evidence,
.uncode-info-box a.tmb-term-evidence,
.tmb span.tmb-term-evidence,
.uncode-info-box span.tmb-term-evidence,
.tmb a.bordered-cat,
.uncode-info-box a.bordered-cat,
.tmb span.bordered-cat,
.uncode-info-box span.bordered-cat {
  border-radius: 2px;
  font-size: 11px !important;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
.tmb a.bordered-cat,
.uncode-info-box a.bordered-cat,
.tmb span.bordered-cat,
.uncode-info-box span.bordered-cat {
  border: 1px solid transparent;
}
.tmb a.bordered-cat:after,
.uncode-info-box a.bordered-cat:after,
.tmb span.bordered-cat:after,
.uncode-info-box span.bordered-cat:after {
  border-radius: inherit;
  border: 1px solid;
  color: inherit;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.tmb a.tmb-term-evidence.style-accent-bg {
  margin-right: 2px;
}
.uncode-info-box {
  font-size: 12px;
}
.uncode-info-box .uncode-ib-avatar img {
  border-radius: 50%;
  background-clip: padding-box;
  vertical-align: middle;
  margin-right: 13.5px;
}
@media (max-width: 569px) {
  .uncode-info-box {
    font-size: 10px;
  }
}
.uncode-info-box span.uncode-ib-separator {
  margin: 0px 9px 0px 9px;
  font-weight: 400 !important;
}
.uncode-info-box span.uncode-ib-separator.uncode-ib-separator-symbol {
  margin: 0 1.15em;
}
.uncode-info-box .author-info {
  display: inline-block;
}
.uncode-info-box.top-avatar .author-wrap {
  display: inline-block;
  vertical-align: middle;
}
.uncode-info-box.top-avatar .author-wrap > * {
  display: block;
}
.uncode-info-box.top-avatar .author-wrap > * img {
  margin: 0;
}
.uncode-info-box.top-avatar .author-wrap > a + span {
  margin-top: 1.5em;
}
.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
  font-weight: 400;
}
.tmb-woocommerce.tmb .t-entry span.price {
  display: block;
}
.tmb-woocommerce.tmb .t-entry span.price del {
  display: inline;
  font-size: inherit !important;
}
.tmb-woocommerce.tmb .t-entry span.price ins {
  display: inline;
  font-size: inherit !important;
  text-decoration: none;
}
.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  height: 40px;
  bottom: -40px;
  width: 100%;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase !important;
  z-index: 1000;
  transition: bottom 0.2s ease-in-out;
  font-size: 12px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  border-radius: 2px;
  background-clip: padding-box;
  bottom: -60px;
  width: auto;
  font-weight: 700 !important;
  left: 10px;
  right: 10px;
  opacity: 1;
  overflow: hidden;
  transition: bottom 0.4s ease 0.1s;
  transform: translateZ(0px);
}
.tmb-woocommerce.tmb .t-entry-visual:hover .add-to-cart-overlay a,
.tmb-woocommerce.tmb .t-entry-visual:focus .add-to-cart-overlay a {
  bottom: 0;
}
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual:hover .add-to-cart-overlay a,
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual:focus .add-to-cart-overlay a {
  bottom: 10px;
  transition: bottom 0.3s ease 0.1s;
  opacity: 1;
}
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual:hover .add-to-cart-overlay a > span,
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual:focus .add-to-cart-overlay a > span {
  bottom: 0px;
  opacity: 1;
  transition-delay: 0.2s;
}
.tmb-woocommerce.tmb .t-entry-inline-price .t-entry .t-entry-title {
  display: inline-block;
  width: auto;
}
.tmb-woocommerce.tmb .t-entry-inline-price .t-entry .price {
  color: inherit !important;
  display: inline-block;
  margin: 0;
  width: auto;
}
.tmb-woocommerce.tmb .t-entry-inline-price .t-entry .price::before {
  content: "–";
  display: inline-block;
  padding: 0 .325em;
}
.tmb .dummy {
  margin-top: -1px;
}
.tmb-carousel .dummy {
  margin-top: 0px;
}
@media (max-width: 569px) {
  .tmb-content-overlay .h1,
  .tmb-content-overlay .h2,
  .tmb-content-overlay .h3,
  .tmb-content-overlay .h4,
  .tmb-content-overlay .h5,
  .tmb-content-overlay .h6 {
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin: 27px 0 0 !important;
    margin-top: 0 !important;
    line-height: initial !important;
  }
}
.isotope-container .tmb .regular-text .pullquote {
  border: 0;
  background: #1b1d1f !important;
  color: white !important;
  padding: 36px 36px 36px 36px;
}
.tmb-entry-title-uppercase.isotope-container .tmb .regular-text .pullquote {
  text-transform: uppercase;
}
.tmb-entry-title-lowercase.isotope-container .tmb .regular-text .pullquote {
  text-transform: lowercase;
}
.tmb-entry-title-capitalize.isotope-container .tmb .regular-text .pullquote {
  text-transform: capitalize;
}
.isotope-container .tmb .regular-text .pullquote p small {
  text-transform: none;
}
.isotope-container .tmb .regular-text .pullquote p:first-child {
  font-family: inherit;
}
.isotope-container .tmb .fluid-svg {
  margin-top: 0px;
}
.isotope-container .tmb .fluid-svg img {
  margin: auto;
}
.isotope-container .tmb .fluid-svg svg {
  width: 100%;
  height: 100%;
}
.isotope-container .tmb .fluid-object.tweet {
  background: #1b1d1f !important;
  color: white !important;
}
.isotope-container .tmb .fluid-object.tweet .twitter-item {
  text-align: center;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .interact {
  display: none;
}
.isotope-container .tmb .fluid-object.tweet .twitter-footer small a {
  display: block;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .tweet-text {
  margin-top: 0px;
  margin-bottom: 0px;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span:before {
  content: "-";
  margin: 0px 9px 0px 0px;
}
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span a {
  display: none;
}
html:not(.firefox) .uncode-single-media .tmb-bordered .t-entry-visual-tc {
  padding: 4px;
}
@media (min-width: 570px) {
  .off-grid-val-1.off-grid-layout:not(.isotope-filtered).off-grid-item-odd > .tmb:nth-child(odd):not(.tmb-isotope-further-row),
  .off-grid-val-1.off-grid-layout:not(.isotope-filtered).off-grid-item-odd .owl-item:nth-child(odd) .tmb,
  .off-grid-val-1.off-grid-layout:not(.isotope-filtered).off-grid-item-even > .tmb:nth-child(even):not(.tmb-isotope-further-row),
  .off-grid-val-1.off-grid-layout:not(.isotope-filtered).off-grid-item-even .owl-item:nth-child(even) .tmb,
  .off-grid-val-1.off-grid-layout:not(.isotope-filtered).off-grid-item-custom > .tmb.off-grid-custom-item:not(.tmb-isotope-further-row),
  .off-grid-val-1.off-grid-layout:not(.isotope-filtered).off-grid-item-custom .owl-item .tmb.off-grid-custom-item {
    margin-top: 18px;
  }
  .off-grid-val-2.off-grid-layout:not(.isotope-filtered).off-grid-item-odd > .tmb:nth-child(odd):not(.tmb-isotope-further-row),
  .off-grid-val-2.off-grid-layout:not(.isotope-filtered).off-grid-item-odd .owl-item:nth-child(odd) .tmb,
  .off-grid-val-2.off-grid-layout:not(.isotope-filtered).off-grid-item-even > .tmb:nth-child(even):not(.tmb-isotope-further-row),
  .off-grid-val-2.off-grid-layout:not(.isotope-filtered).off-grid-item-even .owl-item:nth-child(even) .tmb,
  .off-grid-val-2.off-grid-layout:not(.isotope-filtered).off-grid-item-custom > .tmb.off-grid-custom-item:not(.tmb-isotope-further-row),
  .off-grid-val-2.off-grid-layout:not(.isotope-filtered).off-grid-item-custom .owl-item .tmb.off-grid-custom-item {
    margin-top: 36px;
  }
  .off-grid-val-3.off-grid-layout:not(.isotope-filtered).off-grid-item-odd > .tmb:nth-child(odd):not(.tmb-isotope-further-row),
  .off-grid-val-3.off-grid-layout:not(.isotope-filtered).off-grid-item-odd .owl-item:nth-child(odd) .tmb,
  .off-grid-val-3.off-grid-layout:not(.isotope-filtered).off-grid-item-even > .tmb:nth-child(even):not(.tmb-isotope-further-row),
  .off-grid-val-3.off-grid-layout:not(.isotope-filtered).off-grid-item-even .owl-item:nth-child(even) .tmb,
  .off-grid-val-3.off-grid-layout:not(.isotope-filtered).off-grid-item-custom > .tmb.off-grid-custom-item:not(.tmb-isotope-further-row),
  .off-grid-val-3.off-grid-layout:not(.isotope-filtered).off-grid-item-custom .owl-item .tmb.off-grid-custom-item {
    margin-top: 54px;
  }
  .off-grid-val-4.off-grid-layout:not(.isotope-filtered).off-grid-item-odd > .tmb:nth-child(odd):not(.tmb-isotope-further-row),
  .off-grid-val-4.off-grid-layout:not(.isotope-filtered).off-grid-item-odd .owl-item:nth-child(odd) .tmb,
  .off-grid-val-4.off-grid-layout:not(.isotope-filtered).off-grid-item-even > .tmb:nth-child(even):not(.tmb-isotope-further-row),
  .off-grid-val-4.off-grid-layout:not(.isotope-filtered).off-grid-item-even .owl-item:nth-child(even) .tmb,
  .off-grid-val-4.off-grid-layout:not(.isotope-filtered).off-grid-item-custom > .tmb.off-grid-custom-item:not(.tmb-isotope-further-row),
  .off-grid-val-4.off-grid-layout:not(.isotope-filtered).off-grid-item-custom .owl-item .tmb.off-grid-custom-item {
    margin-top: 72px;
  }
  .off-grid-val-5.off-grid-layout:not(.isotope-filtered).off-grid-item-odd > .tmb:nth-child(odd):not(.tmb-isotope-further-row),
  .off-grid-val-5.off-grid-layout:not(.isotope-filtered).off-grid-item-odd .owl-item:nth-child(odd) .tmb,
  .off-grid-val-5.off-grid-layout:not(.isotope-filtered).off-grid-item-even > .tmb:nth-child(even):not(.tmb-isotope-further-row),
  .off-grid-val-5.off-grid-layout:not(.isotope-filtered).off-grid-item-even .owl-item:nth-child(even) .tmb,
  .off-grid-val-5.off-grid-layout:not(.isotope-filtered).off-grid-item-custom > .tmb.off-grid-custom-item:not(.tmb-isotope-further-row),
  .off-grid-val-5.off-grid-layout:not(.isotope-filtered).off-grid-item-custom .owl-item .tmb.off-grid-custom-item {
    margin-top: 90px;
  }
  .off-grid-val-6.off-grid-layout:not(.isotope-filtered).off-grid-item-odd > .tmb:nth-child(odd):not(.tmb-isotope-further-row),
  .off-grid-val-6.off-grid-layout:not(.isotope-filtered).off-grid-item-odd .owl-item:nth-child(odd) .tmb,
  .off-grid-val-6.off-grid-layout:not(.isotope-filtered).off-grid-item-even > .tmb:nth-child(even):not(.tmb-isotope-further-row),
  .off-grid-val-6.off-grid-layout:not(.isotope-filtered).off-grid-item-even .owl-item:nth-child(even) .tmb,
  .off-grid-val-6.off-grid-layout:not(.isotope-filtered).off-grid-item-custom > .tmb.off-grid-custom-item:not(.tmb-isotope-further-row),
  .off-grid-val-6.off-grid-layout:not(.isotope-filtered).off-grid-item-custom .owl-item .tmb.off-grid-custom-item {
    margin-top: 108px;
  }
  .off-grid-val-7.off-grid-layout:not(.isotope-filtered).off-grid-item-odd > .tmb:nth-child(odd):not(.tmb-isotope-further-row),
  .off-grid-val-7.off-grid-layout:not(.isotope-filtered).off-grid-item-odd .owl-item:nth-child(odd) .tmb,
  .off-grid-val-7.off-grid-layout:not(.isotope-filtered).off-grid-item-even > .tmb:nth-child(even):not(.tmb-isotope-further-row),
  .off-grid-val-7.off-grid-layout:not(.isotope-filtered).off-grid-item-even .owl-item:nth-child(even) .tmb,
  .off-grid-val-7.off-grid-layout:not(.isotope-filtered).off-grid-item-custom > .tmb.off-grid-custom-item:not(.tmb-isotope-further-row),
  .off-grid-val-7.off-grid-layout:not(.isotope-filtered).off-grid-item-custom .owl-item .tmb.off-grid-custom-item {
    margin-top: 126px;
  }
}
/*
----------------------------------------------------------

#Overlay

----------------------------------------------------------
*/
@media (min-width: 960px) {
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s 0.5s, visibility 0s 1s;
  }
  .overlay input {
    background-color: transparent !important;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }
  .overlay .navbar-main,
  .overlay .search-container {
    perspective: 1200px;
  }
  .overlay.overlay-contentscale .menu-sidebar-inner,
  .overlay.overlay-contentscale .search-container form {
    opacity: 0;
    transform: translateY(-35%) rotateX(45deg);
  }
  .open.overlay.overlay-contentscale .menu-sidebar-inner,
  .open.overlay.overlay-contentscale .search-container form {
    opacity: 1;
    transform: rotateX(0deg);
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
  }
  .close.overlay.overlay-contentscale .menu-sidebar-inner,
  .close.overlay.overlay-contentscale .search-container form {
    transform: translateY(35%) rotateX(-45deg);
    transition: transform 0.5s, opacity 0.5s;
  }
  .overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .overlay.overlay-sequential .search-container form {
    opacity: 0;
    transform: translateY(-40px);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  }
  .open-items.overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .open-items.overlay.overlay-sequential .search-container form {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.2s, opacity 0.2s;
  }
  .close.overlay.overlay-sequential .menu-sidebar-inner .menu-smart > li,
  .close.overlay.overlay-sequential .search-container form {
    transform: translateY(0px);
    transition: opacity 0.4s 0s !important;
  }
  .overlay.overlay-search {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  .overlay.overlay-search .mmb-container {
    top: 0px;
    z-index: 10001;
  }
  .overlay.overlay-search .search-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
  }
  .overlay.overlay-search .search-container .search-container-inner {
    width: 100%;
    max-width: none;
  }
  .overlay.overlay-search .search-container .search-container-inner i {
    margin-top: -0.5em;
    right: 1.5em;
  }
  .overlay.overlay-search .search-container form {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    max-width: 60vw;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .overlay.overlay-search .search-container form .search-container-inner input {
    display: inline-block;
    margin: 0px;
    width: 100%;
    font-size: 28px;
    font-size: 3.5vh;
    padding: .8em 3em .8em 1.5em;
  }
}
@media (max-width: 959px) {
  .overlay.overlay-search {
    display: none;
  }
}
.overlay .overlay-close.no-toggle {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.overlay .row-parent {
  margin-bottom: 0 !important;
}
/*
----------------------------------------------------------

#Onepage-scroll

----------------------------------------------------------
*/
.onepage-wrapper {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}
.onepage-pagination {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30px;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .onepage-pagination {
    display: none;
  }
}
.no-touch .onepage-pagination li {
  text-align: right;
  height: 1.8em;
  position: relative;
}
.no-touch .onepage-pagination a {
  display: inline-block;
  backface-visibility: hidden;
  cursor: default;
}
.no-touch .onepage-pagination span.cd-dot-cont:hover .cd-dot,
.no-touch .onepage-pagination a.is-selected .cd-dot {
  background-color: #ffffff;
  transform: scale(1.3);
}
.no-touch .onepage-pagination span.cd-dot-cont:hover + .cd-label {
  opacity: 1;
  transform: scale(1) translateX(-100%);
  display: inline-block;
  transition: opacity 100ms ease-out 100ms,transform 100ms ease-out 100ms, display 0ms 0ms;
}
.no-touch .cd-dot-cont {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right;
  display: inline-block;
  text-align: center;
  z-index: 1;
}
.no-touch .onepage-pagination .cd-dot {
  transition: all 100ms ease-out;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: all 100ms ease-in-out;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1);
}
.no-touch .onepage-pagination .cd-label {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 18px 6px 18px;
  position: absolute;
  color: #ffffff;
  display: inline-block;
  left: -12px;
  top: -2px;
  border-radius: 2px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform-origin: 0% 50%;
  transform: scale(0.5);
  transition: opacity 100ms ease-out,transform 100ms ease-out, display 0ms 100ms;
  transform: scale(0.5) translateX(-100%);
  white-space: pre;
  z-index: 0;
}
.no-touch .onepage-pagination .cd-label:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: inherit;
}
body.wrap.disabled-onepage-scroll {
  display: block !important;
}
body.wrap.disabled-onepage-scroll > div[data-parent="true"],
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}
/*
----------------------------------------------------------

#Widgets

----------------------------------------------------------
*/
.widget-container {
  margin: 54px 0px 0px 0px;
}
.widget-container:first-child {
  margin-top: 0;
}
.widget-container .widget-title {
  word-break: break-word;
  margin: 0px 0px 27px 0px;
  margin-top: 0;
}
.col-widgets-sidebar .widget-container .widget-title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 0px 0px 27px 0px;
}
footer .widget-container .widget-title {
  border: 0;
  padding: 0;
}
.widget-container a {
  font-weight: 500;
}
.widget-container ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-container ul > li > ul {
  margin-left: 10px;
}
footer .widget-container ul > li > ul {
  margin: 0;
}
.widget-container.widget_recent_entries a {
  display: block;
}
.widget-container.widget_recent_entries .post-date {
  font-size: 11px;
}
.widget-container .tagcloud {
  margin: 18px 0px 0px 0px;
}
.widget-container .tagcloud a {
  font-size: 11px !important;
  padding: 2px 5px 2px 5px;
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  margin: 0px 5px 9px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.widget-container.widget_rss img {
  display: none;
}
.widget-container.widget_text img {
  margin: 18px 0px 0px 0px;
}
.widget-container.widget_calendar #wp-calendar {
  width: 100%;
}
.widget-container.widget_calendar #wp-calendar caption {
  text-align: center;
  padding: 9px 9px 9px 9px;
  border-style: solid;
  border-width: 1px 1px 0 1px;
}
.widget-container.widget_calendar table#wp-calendar td,
.widget-container.widget_calendar table#wp-calendar th {
  text-align: center;
  padding: 9px 9px 8px 9px;
  font-size: 12px;
}
.widget-container.widget_calendar .wp-calendar-nav {
  font-size: .8em;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 9px 9px 9px 9px;
  display: flex;
}
.widget-container.widget_calendar .wp-calendar-nav .pad {
  display: none;
}
.widget-container.widget_calendar .wp-calendar-nav-prev,
.widget-container.widget_calendar .wp-calendar-nav-next {
  width: 50%;
}
.widget-container.widget_calendar .wp-calendar-nav-next {
  text-align: right;
}
.widget-container.widget_archive li a:before,
.widget-container.widget_categories li a:before,
.widget-container.widget_meta li a:before,
.widget-container.widget_product_categories li a:before {
  font-family: "uncodeicon";
  content: "\f105";
  margin-right: 12px;
  margin-top: 3px;
}
.widget-container.widget_recent_comments li,
.widget-container.widget_recent_entries li,
.widget-container.widget_pages li,
.widget-container.widget_top_rated_products li,
.widget-container.widget_recent_reviews li {
  padding-left: 18px;
  position: relative;
}
.widget-container.widget_recent_comments li:before,
.widget-container.widget_recent_entries li:before,
.widget-container.widget_pages li:before,
.widget-container.widget_top_rated_products li:before,
.widget-container.widget_recent_reviews li:before {
  font-family: "uncodeicon";
  content: "\e664";
  position: absolute;
  font-size: 8px;
  left: 0px;
  top: 4px;
}
footer .widget-container.widget_recent_comments li:before,
footer .widget-container.widget_recent_entries li:before,
footer .widget-container.widget_pages li:before,
footer .widget-container.widget_top_rated_products li:before,
footer .widget-container.widget_recent_reviews li:before {
  content: '';
}
footer .widget-container.widget_recent_comments li,
footer .widget-container.widget_recent_entries li,
footer .widget-container.widget_pages li,
footer .widget-container.widget_top_rated_products li,
footer .widget-container.widget_recent_reviews li {
  padding-left: 0;
}
.widget-container.widget_nav_menu li,
.widget-container.widget_custom_menu li {
  text-transform: uppercase;
}
.widget-container.widget_nav_menu li a,
.widget-container.widget_custom_menu li a {
  font-size: 12px;
  display: inline-block;
  padding: 0px 0px 5px 0px;
}
.widget-container.widget_nav_menu .menu-item a:before,
.widget-container.widget_custom_menu .menu-item a:before {
  font-family: "uncodeicon";
  content: "\f105";
  margin-right: 9px;
  margin-top: 3px;
}
.widget-container.widget_latest_tweets_widget li:first-child .tweet-text,
.widget-container.widget_latest_tweets li:first-child .tweet-text {
  margin-top: 0;
}
.widget-container.widget_latest_tweets_widget .tweet-details,
.widget-container.widget_latest_tweets .tweet-details {
  padding-left: 1.5em;
  margin: 0px 0px 0px 0px;
}
.widget-container.widget_latest_tweets_widget .tweet-text,
.widget-container.widget_latest_tweets .tweet-text {
  position: relative;
  padding-left: 1.5em;
  margin: 5px 0px 0px 0px;
}
.widget-container.widget_latest_tweets_widget .tweet-text:before,
.widget-container.widget_latest_tweets .tweet-text:before {
  font-family: "uncodeicon";
  content: "\f099";
  font-size: 16px;
  margin-left: .5em;
  position: absolute;
  margin-left: -1.5em;
}
.widget-container.widget_search > form {
  margin: 18px 0px 0px 0px;
}
.widget-container.widget_search > form input[type="search"] {
  width: 100%;
}
.widget-container button,
.widget-container .btn {
  padding: 5px 15px 5px 15px !important;
}
.search-container-inner {
  position: relative;
}
.search-container-inner input {
  padding-right: 36px;
}
.rtl .search-container-inner input {
  padding-left: 36px;
  padding-right: 18px;
}
.search-container-inner i.fa {
  position: absolute;
  right: 1.35em;
  top: 50%;
  margin-top: -9px;
}
.rtl .search-container-inner i.fa {
  left: 1.35em;
  right: auto;
}
.widget_nav_menu li.active > a {
  text-decoration: none;
}
/*
----------------------------------------------------------

#Footer

----------------------------------------------------------
*/
footer {
  width: 100%;
}
body:not(.compose-mode) footer#colophon {
  display: table-row;
  height: 1px;
}
body.compose-mode footer.has_content_block {
  position: relative;
}
footer .footer-last {
  font-size: 0.875em;
}
footer .footer-last p {
  font-size: 13px;
}
footer .footer-last .icon-box.icon-inline {
  line-height: 13px;
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 959px) {
  footer .footer-last {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  footer .footer-last .uncell {
    display: block;
    text-align: center;
  }
  footer .footer-last .uncell + .uncell {
    padding-top: 0;
  }
}
footer .footer-last .uncell {
  padding-top: 27px;
  padding-bottom: 27px;
}
footer .footer-last .uncell > *:first-child {
  margin-top: 0;
}
footer .footer-center {
  padding-top: 108px;
  padding-bottom: 108px;
}
footer .footer-center .uncell {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
footer .footer-center .uncell + .uncell {
  padding-top: 27px;
}
.chrome footer .footer-center .uncell {
  height: 100%;
}
footer .footer-last.footer-center .social-icon i,
.uncode-vc-social.icons-lead .social-icon i {
  font-size: 24px;
}
footer .footer-last:not(.footer-center) .social-icon i,
.uncode-vc-social:not(.icons-lead) .social-icon i {
  font-size: 18px;
}
.vmenu-footer {
  padding: 18px 54px 18px 54px;
  font-size: 12px;
}
.vmenu-footer p {
  font-size: 12px;
}
.vmenu-footer > *:first-child {
  margin-top: 0;
}
.footer-scroll-top {
  z-index: 100;
  display: none;
  position: fixed;
  right: 22px;
  bottom: 22px;
}
@media (min-width: 960px) {
  .footer-scroll-top.footer-scroll-higher {
    bottom: 61px;
  }
}
.footer-scroll-top:not(.window-scrolled) {
  opacity: 0;
  transition: opacity 0.5s;
}
.window-scrolled .footer-scroll-top {
  opacity: 1;
  display: block;
  animation-name: alpha-in;
  animation-duration: 0.5s;
}
.hide-scrollup .footer-scroll-top {
  display: block;
}
.footer-scroll-top i {
  border-radius: 2px;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.window-scrolled .touch .footer-scroll-top:hover {
  opacity: .8;
}
@media (min-width: 960px) {
  .chrome .site-info {
    height: auto !important;
  }
}
/*
----------------------------------------------------------

#Comments

----------------------------------------------------------
*/
#comments .comments-title,
#respond .comments-title,
#comments #reply-title,
#respond #reply-title {
  margin: 36px 0px 0px 0px;
}
#comments .btn-comments,
#respond .btn-comments {
  padding: 5px 10px !important;
  font-size: 12px;
}
#comments .comment-list .comments-list:first-child,
#respond .comment-list .comments-list:first-child {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 36px;
}
#comments .comments-list .comment-content,
#respond .comments-list .comment-content {
  border-top-width: 1px;
  border-top-style: solid;
}
#cancel-comment-reply-link {
  display: block;
  padding: 36px 0px 36px 0px;
}
.comment-notes {
  font-weight: normal;
  margin: 9px 0px 0px 0px;
}
.comment-list {
  padding: 0;
}
.comment-list li {
  list-style-type: none;
}
.comment {
  margin: 36px 0px 0px 0px;
}
div.comment-meta.post-meta {
  margin-left: 0;
  padding: 0px 18px 18px 18px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  background-clip: padding-box;
}
@media (min-width: 960px) {
  div.comment-meta.post-meta {
    margin-left: 90px;
  }
}
section.child-comments.comments-list {
  padding: 0px 0px 0px 90px;
}
@media (max-width: 959px) {
  section.child-comments.comments-list {
    padding: 0px 0px 0px 18px;
  }
}
.comment-content {
  position: relative;
  padding: 36px 0px 0px 0px;
}
.comment-content .comment-meta {
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 959px) {
  .comment-content .comment-meta {
    padding: 0px !important;
  }
}
.comment-content .gravatar {
  float: left;
}
@media (max-width: 959px) {
  .comment-content .gravatar {
    float: none;
  }
}
.comment-content .gravatar img.avatar {
  max-width: 72px;
  min-height: 72px;
}
@media (min-width: 960px) {
  .comment-content .gravatar img.avatar {
    display: block;
  }
}
.comment-content .logged-in-as {
  display: inline-block;
  margin: 9px 0px 0px 0px;
  font-size: 12px;
}
@media (max-width: 959px) {
  .comment-content .logged-in-as {
    margin: 0px 18px 27px 0px;
  }
}
.comment-content .comment-author {
  display: inline-block;
  text-transform: capitalize;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}
.comment-content .comment-meta p {
  margin: 9px 0px 0px 0px;
}
.comment-content .comment-meta-item {
  margin: 9px 0px 0px 0px;
  display: block;
}
.comment-content .comment-meta-item,
.comment-content .comment-reply-link span {
  font-size: 11px;
}
.comment-content .comment-reply-link {
  margin: 18px 0px 0px 0px;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .comment-content .comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 32px;
  }
}
.comment-form .comment-form-comment label {
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
}
.comment-form .comment-form-comment.comment-loggedin {
  margin-top: 0px !important;
}
.comment-form .comment-form-comment.comment-loggedin textarea {
  margin-top: 0px;
}
.comment-form .comment-figure {
  width: 90px;
  float: left;
}
.comment-form .comment-figure .gravatar {
  margin: 0;
}
@media (max-width: 959px) {
  .comment-form .comment-figure {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .comments-area .form-indent .comment-form .form-submit {
    margin-left: 108px;
  }
}
.form-submit {
  margin: 27px 0px 0px 0px;
}
.gravatar img.avatar {
  max-width: 5em;
  min-height: 5em;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 auto;
}
#comment-nav-below {
  margin-top: 36px;
}
.comment-navigation a {
  white-space: nowrap;
}
.comment-navigation .page-next,
.comment-navigation .page-prev {
  width: auto;
}
/*
----------------------------------------------------------

#Author

----------------------------------------------------------
*/
.author-details {
  text-align: center;
  padding: 18px 18px 18px 18px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.author-details-data .author-name {
  font-size: 20px;
  line-height: 1.2;
  margin: 27px 0 0;
  margin: 0px 0px 0px 0px;
}
.author-details-data .author-heading {
  margin: 9px 0px 0px 0px;
}
.author-details-data .author-heading span {
  font-size: 13px;
  text-transform: uppercase;
}
.author-details-data .author-description {
  margin: 14px 0px 0px 0px;
  font-size: 13px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.author-details-data .author-url {
  display: block;
  margin: 14px 0px 0px 0px;
  font-size: 13px;
}
.author-details-data .author-socials {
  margin: 14px 0px 0px 0px;
}
/*
----------------------------------------------------------

#Author profile

----------------------------------------------------------
*/
.author-profile {
  display: table;
  width: 100%;
}
.author-profile.author-profile-box-left .author-profile-content,
.author-profile.author-profile-box-right .author-profile-content,
.author-profile.author-profile-box-left .uncode-avatar-wrapper,
.author-profile.author-profile-box-right .uncode-avatar-wrapper {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 959px) {
  .author-profile.author-profile-box-left .author-profile-content,
  .author-profile.author-profile-box-right .author-profile-content,
  .author-profile.author-profile-box-left .uncode-avatar-wrapper,
  .author-profile.author-profile-box-right .uncode-avatar-wrapper {
    display: block;
    padding-left: 0 !important;
  }
}
@media (min-width: 960px) {
  .author-profile.author-profile-box-left .author-profile-content > *:first-child,
  .author-profile.author-profile-box-right .author-profile-content > *:first-child,
  .author-profile.author-profile-box-left .uncode-avatar-wrapper > *:first-child,
  .author-profile.author-profile-box-right .uncode-avatar-wrapper > *:first-child {
    margin-top: 0;
  }
}
.author-profile .uncode-avatar-wrapper img {
  border-radius: 0 !important;
  vertical-align: top;
}
.author-profile.author-profile-box-top {
  display: inline-table;
}
.author-profile.author-profile-box-top .author-profile-content,
.author-profile.author-profile-box-top .uncode-avatar-wrapper {
  display: inline-block;
  width: 100%;
}
.author-profile.author-profile-box-left.has-thumb .author-profile-content {
  padding-left: 36px;
}
.author-profile.author-profile-box-right.has-thumb .author-profile-content {
  padding-right: 36px;
}
.author-profile .btn-container {
  margin-top: 18px;
}
.author-profile .contact-methods {
  margin-top: 27px;
}
.author-profile .contact-methods ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.author-profile .contact-methods li {
  display: inline-block;
  margin-right: 2px;
}
.rtl .author-profile .contact-methods li {
  margin-left: 2px;
  margin-right: auto;
}
.author-profile .contact-methods li a {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  transition: background-color 400ms ease-out, color 400ms ease-out;
}
.author-profile .contact-methods li a:hover {
  color: white !important;
}
.author-profile .contact-methods li a .fa {
  display: block;
  line-height: inherit;
  margin: 0;
  width: inherit;
}
.author-profile .contact-methods li.contact-method-facebook a:hover,
.author-profile .contact-methods li.contact-method-facebook a:focus {
  background-color: #3b5998;
}
.author-profile .contact-methods li.contact-method-twitter a:hover,
.author-profile .contact-methods li.contact-method-twitter a:focus {
  background-color: #3b8aca;
}
.author-profile .contact-methods li.contact-method-googleplus a:hover,
.author-profile .contact-methods li.contact-method-googleplus a:focus {
  background-color: #d7473d;
}
.author-profile .contact-methods li.contact-method-dribbble a:hover,
.author-profile .contact-methods li.contact-method-dribbble a:focus {
  background-color: #ea4c89;
}
.author-profile .contact-methods li.contact-method-instagram a:hover,
.author-profile .contact-methods li.contact-method-instagram a:focus {
  background-color: #37658d;
}
.author-profile .contact-methods li.contact-method-pinterest a:hover,
.author-profile .contact-methods li.contact-method-pinterest a:focus {
  background-color: #c5142b;
}
.author-profile .contact-methods li.contact-method-xing a:hover,
.author-profile .contact-methods li.contact-method-xing a:focus {
  background-color: #126567;
}
.author-profile .contact-methods li.contact-method-youtube a:hover,
.author-profile .contact-methods li.contact-method-youtube a:focus {
  background-color: #c4302b;
}
.author-profile .contact-methods li.contact-method-vimeo a:hover,
.author-profile .contact-methods li.contact-method-vimeo a:focus {
  background-color: #4ebbff;
}
.author-profile .contact-methods li.contact-method-linkedin a:hover,
.author-profile .contact-methods li.contact-method-linkedin a:focus {
  background-color: #2c8cc0;
}
.author-profile .contact-methods li.contact-method-tumblr a:hover,
.author-profile .contact-methods li.contact-method-tumblr a:focus {
  background-color: #32506d;
}
.author-profile .contact-methods li.contact-method-link a:hover,
.author-profile .contact-methods li.contact-method-link a:focus {
  background-color: #555555;
}
/*
----------------------------------------------------------

#Twitter

----------------------------------------------------------
*/
.twitter-item {
  text-align: center;
  word-break: break-word;
}
.twitter-item .tweet-text > span {
  quotes: "\201C" "\201D";
}
.twitter-item .tweet-text > span:before {
  content: open-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: .2em;
}
.twitter-item .tweet-text > span:after {
  content: close-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-left: .1em;
}
.twitter-item .twitter-item-data i.fa-twitter {
  font-size: 54px;
}
.twitter-item .interact {
  margin: 14px 0px 0px 0px;
}
.twitter-item .interact a {
  margin: 0px 2px 0px 2px;
}
.twitter-item .interact i {
  width: 26px;
  font-size: 14px;
  display: inline-block;
}
/*
----------------------------------------------------------

#Share

----------------------------------------------------------
*/
.share-module {
  margin: 18px 0px 0px 0px;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.share-module-inner {
  display: table-cell;
  vertical-align: middle;
}
/*
----------------------------------------------------------

#Share

----------------------------------------------------------
*/
.share-button {
  display: inline-block !important;
  min-height: 28px;
  width: 34px;
  position: relative;
  top: -2px;
}
.share-button.share-bigger {
  min-height: 44px;
}
div[class*=sharer-].share-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div[class*=sharer-].share-button.social-center {
  margin: auto;
}
div[class*=sharer-].share-button.social-right {
  margin-left: auto;
}
div[class*=sharer-].share-button.share-vertical .social {
  display: none;
}
div[class*=sharer-].share-button.share-vertical .social.active {
  display: block;
}
.uncode-share .share-title {
  display: inline-block;
  padding-right: 0px;
  margin: 0px;
  line-height: 36px;
  vertical-align: top;
}
div[class*=sharer-].share-button [class*=social-]:before {
  font-family: 'uncodeicon' !important;
}
div[class*=sharer-].share-button label {
  cursor: pointer;
  margin: 0;
  padding: 5px 8px;
  display: inline-block;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  border-radius: 2px;
}
div[class*=sharer-].share-button label span {
  display: none;
}
div[class*=sharer-].share-button .social {
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  margin-left: 0;
  opacity: 0;
}
div[class*=sharer-].share-button .social.top {
  transform-origin: 0 0;
  margin-top: -180px;
}
div[class*=sharer-].share-button .social.load {
  -webkit-transition: none!important;
  transition: none!important;
}
div[class*=sharer-].share-button .social.active {
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  opacity: 1;
}
div[class*=sharer-].share-button .social.active.top {
  transform: scale(1) translateY(-30px);
}
div[class*=sharer-].share-button .social ul {
  color: #ffffff;
  margin: auto;
  padding: 2px !important;
  display: table;
  table-layout: fixed;
  background-color: #222;
  border-radius: 1px;
}
div[class*=sharer-].share-button .social ul:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -5px;
  margin-top: -5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
  left: 50%;
  margin-left: -5px;
}
.share-button .social ul,
.share-button .social {
  position: relative;
  z-index: 1;
}
div[class*=sharer-].share-button .social ul li {
  cursor: pointer;
  text-align: center;
  display: block !important;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  transition: background-color 400ms ease-out;
}
div[class*=sharer-].share-button .social ul li:before {
  transition: color 400ms ease-out;
}
.share-button:not(.only-icon) .social ul li[class*=facebook]:hover,
.share-button:not(.only-icon) .social ul li[class*=facebook]:focus {
  background-color: #3b5998;
}
.share-button:not(.only-icon) .social ul li[class*=twitter]:hover,
.share-button:not(.only-icon) .social ul li[class*=twitter]:focus {
  background-color: #3b8aca;
}
.share-button:not(.only-icon) .social ul li[class*=gplus]:hover,
.share-button:not(.only-icon) .social ul li[class*=gplus]:focus {
  background-color: #d7473d;
}
.share-button:not(.only-icon) .social ul li[class*=pinterest]:hover,
.share-button:not(.only-icon) .social ul li[class*=pinterest]:focus {
  background-color: #c5142b;
}
.share-button:not(.only-icon) .social ul li[class*=linkedin]:hover,
.share-button:not(.only-icon) .social ul li[class*=linkedin]:focus {
  background-color: #2c8cc0;
}
.share-button:not(.only-icon) .social ul li[class*=paper-plane]:hover,
.share-button:not(.only-icon) .social ul li[class*=paper-plane]:focus {
  background-color: #999;
}
.share-button.only-icon .social ul li[class*=facebook]:hover:before,
.share-button.only-icon .social ul li[class*=facebook]:focus:before {
  color: #3b5998;
}
.share-button.only-icon .social ul li[class*=twitter]:hover:before,
.share-button.only-icon .social ul li[class*=twitter]:focus:before {
  color: #3b8aca;
}
.share-button.only-icon .social ul li[class*=gplus]:hover:before,
.share-button.only-icon .social ul li[class*=gplus]:focus:before {
  color: #d7473d;
}
.share-button.only-icon .social ul li[class*=pinterest]:hover:before,
.share-button.only-icon .social ul li[class*=pinterest]:focus:before {
  color: #c5142b;
}
.share-button.only-icon .social ul li[class*=linkedin]:hover:before,
.share-button.only-icon .social ul li[class*=linkedin]:focus:before {
  color: #2c8cc0;
}
.share-button.only-icon .social ul li[class*=xing]:hover:before,
.share-button.only-icon .social ul li[class*=xing]:focus:before {
  color: #126567;
}
.share-button.only-icon .social ul li[class*=paper-plane]:hover:before,
.share-button.only-icon .social ul li[class*=paper-plane]:focus:before {
  color: #999;
}
.share-button.only-icon {
  display: inline-block !important;
  margin-bottom: -10px;
  top: 1px;
}
.social-export:before {
  content: "\f1e0" !important;
  font-size: 16px;
}
.social-facebook:before {
  content: "\f09a" !important;
}
.social-twitter:before {
  content: "\f099" !important;
}
.social-gplus:before {
  content: "\f0d5" !important;
}
.social-pinterest:before {
  content: "\f0d2" !important;
}
.social-linkedin:before {
  content: "\f0e1" !important;
}
.social-xing:before {
  content: "\f168" !important;
}
.social-paper-plane:before {
  content: "\f1d8" !important;
}
div[class*=sharer-].share-button.share-inline {
  width: auto;
  display: inline-block !important;
}
.share-button.share-inline .social.top {
  opacity: 1;
  margin-top: 0px !important;
  width: auto;
  float: none !important;
}
.share-button.share-inline .social.top ul {
  width: auto;
  background: none;
  border: none;
  color: inherit;
  margin: 0px;
}
.social-center.share-button.share-inline .social.top ul {
  margin: auto;
}
.social-right.share-button.share-inline .social.top ul {
  margin-left: auto;
}
.share-button.share-inline .social.top li {
  display: inline-block !important;
  margin-right: 2px;
}
.share-button.share-inline .social.top li:hover {
  color: white !important;
}
.share-button.share-inline .social-export {
  display: none;
}
div[class*=sharer-].share-button.share-inline .social ul:after {
  display: none;
}
.share-button.share-inline.share-bigger li {
  font-size: 1.5em;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}
.portfolio-share {
  padding-top: 18px;
}
.sharedaddy {
  margin-top: 36px;
}
/*
----------------------------------------------------------

#VC-Modules

----------------------------------------------------------
*/
/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 2px 9px 2px 9px;
  border-radius: 10px;
  background-clip: padding-box;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0px 0px 0px 0px;
}
.vc_progress_bar .vc_progress_label {
  font-size: 14px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.vc_progress_bar .vc_progress_label:first-child {
  margin-top: 0;
}
.vc_progress_bar .vc_label_units {
  float: right;
  line-height: 0;
  position: relative;
  top: 11.7px;
}
.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  width: 0%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-clip: padding-box;
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.vc_pie_chart .wpb_wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
/*** Pie chart **/
.vc_pie_chart {
  z-index: 0;
  text-align: center;
  opacity: 0;
  max-width: 160px;
  min-width: 100px;
}
.align_center .vc_pie_chart,
.align_left .align_center .vc_pie_chart,
.align_right .align_center .vc_pie_chart {
  margin: 0 auto !important;
}
.align_left .vc_pie_chart,
.align_right .align_left .vc_pie_chart,
.align_center .align_left .vc_pie_chart {
  margin-left: 0px !important;
  margin-right: auto !important;
}
.align_right .vc_pie_chart,
.align_left .align_right .vc_pie_chart,
.align_center .align_right .vc_pie_chart {
  margin-left: auto !important;
  margin-right: 0px !important;
}
.vc_pie_chart.vc_ready {
  opacity: 1;
}
.vc_pie_chart .vc_pie_wrapper {
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  top: 0px;
}
.vc_pie_chart canvas {
  position: relative;
  z-index: 1;
  left: -50%;
  margin-top: -50%;
  transform: scale(0.5, 0.5);
}
.vc_pie_chart .vc_pie_chart_value {
  font-size: 150%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-width: 7px;
  border-style: solid;
  border-radius: 999px;
  border-radius: 50%;
}
/*
----------------------------------------------------------

#Media-Elements

----------------------------------------------------------
*/
.mejs-container {
  clear: both;
  outline: 0;
}
.mejs-container * {
  font-family: Monospace, Helvetica, Arial;
}
.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
  background: #222;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
  table-layout: fixed;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #0073aa;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}
.mejs-controls .mejs-offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
span.mejs-offscreen {
  display: none;
}
.mejs-controls a:focus > .mejs-offscreen {
  background-color: #f1f1f1;
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 0;
  top: 15px;
  text-decoration: none;
  text-transform: none;
  width: auto;
}
.mejs-overlay-loading {
  background: transparent;
}
/* Override theme styles that may conflict with controls. */
.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 {
  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 p,
.media-embed-details .setting a {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}
.media-embed-details .setting a:hover {
  color: #f00;
}
.media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}
.wp-video {
  width: 100% !important;
  height: auto;
}
.wp-video > .mejs-offscreen {
  display: none;
}
.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
  margin-top: 18px;
}
video.wp-video-shortcode,
.wp-video-shortcode video {
  max-width: 100%;
  display: inline-block;
}
.mejs-container:not(.mejs-container-fullscreen) video {
  object-fit: cover;
}
.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;
  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(60%);
  max-width: calc(60%);
}
.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: #dedede;
}
.wp-playlist-playing {
  font-weight: bold;
  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-title,
.wp-playlist-current-item .wp-playlist-item-artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden!important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px !important;
  font-size: 35px;
  border: 3px solid white;
  color: white !important;
  border-radius: 50%;
  background-clip: padding-box;
  line-height: 53px;
  text-indent: 17px;
  opacity: .8;
  transition: opacity 0.4s;
}
.mejs-overlay-button:before {
  content: "\f04b";
  font-family: 'uncodeicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-overlay:hover .mejs-overlay-button {
  opacity: 1;
}
.mejs-overlay-loading:before {
  background-image: url(/wp-content/themes/uncode/library/css/../img/oval-anim-dark.svg);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  content: "";
  filter: brightness(2);
}
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background-color: #1b1d1f;
  height: 30px;
  width: 100%;
  transition: opacity 0.4s;
}
.mejs-container.wp-video-shortcode .mejs-controls {
  opacity: 0;
}
.mejs-container:hover .mejs-controls {
  opacity: 1;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 7px 5px !important;
  padding: 0 !important;
  position: absolute !important;
  height: 16px !important;
  width: 16px !important;
  border: 0 !important;
  line-height: 16px;
  text-indent: 2px;
  background: transparent !important;
}
.mejs-controls .mejs-button button:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  z-index: 6;
  font-family: 'uncodeicon';
  font-size: 14px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play button:before {
  content: "\e098";
  text-indent: 4px;
}
.mejs-controls .mejs-pause button:before {
  content: "\e099";
}
.mejs-controls .mejs-stop button:before {
  content: "\e09a";
}
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 166px);
  padding-top: 9px;
  position: relative;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px 0 0;
  background: #222324;
  outline: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0;
}
.mejs-time-current,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-hovered {
  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: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 36px;
  height: 17px;
  top: -13px;
  margin-left: -18px;
  text-align: center;
  color: white;
  outline: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  top: 15px;
  left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
.mejs-controls .mejs-fullscreen-button button:before {
  content: "\e110";
}
.mejs-controls .mejs-unfullscreen button:before {
  content: "\e111";
}
.mejs-controls .mejs-mute button:before {
  content: "\e0c6";
}
.mejs-controls .mejs-unmute button:before {
  content: "\e0c7";
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(50, 50, 50, 0.7);
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #777;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 0;
  width: 2px;
  height: 100px;
  background: #ddd;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 1px;
  width: 16px;
  height: 6px;
  background: #ddd;
  cursor: N-resize;
  margin: -3px 0 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
  display: block;
  float: left;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 14px;
  width: 50px;
  height: 2px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #222324;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 14px;
  width: 50px;
  height: 2px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #fff;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(/wp-content/themes/uncode/library/css/background.png);
  background: rgba(20, 20, 20, 0.8);
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none!important;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none!important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
video.background-video-shortcode::-webkit-media-controls {
  display: none !important;
}
video.background-video-shortcode {
  margin-left: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uncode-live-search i {
  font-size: 18px;
}
ul.dwls_search_results {
  display: block;
  padding: 0px 27px 0px 27px;
  max-height: 500px;
  margin: 0;
  position: absolute;
  left: 0;
  overflow: auto;
  z-index: 9999;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px;
}
ul.dwls_search_results li {
  display: block;
  padding: 18px 0px 18px 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0 0 0 0;
  text-align: left;
  text-decoration: none;
}
ul.dwls_search_results li p {
  margin: 5px 0px 0px 0px;
}
ul.dwls_search_results li a,
ul.dwls_search_results li a:visited {
  display: block;
  margin-left: 0;
  padding-left: 0;
  text-decoration: none;
}
ul.dwls_search_results .daves-wordpress-live-search_title span {
  display: block;
}
ul.dwls_search_results .daves-wordpress-live-search_title .search-category {
  font-size: 90%;
}
ul.dwls_search_results .daves-wordpress-live-search_title span {
  display: block;
}
ul.dwls_search_results .daves-wordpress-live-search_author {
  margin: 5px 0px 0px 0px;
  font-size: 90%;
}
ul.dwls_search_results .daves-wordpress-live-search_date {
  margin: 0;
  font-size: 90%;
}
ul.dwls_search_results .excerpt,
ul.dwls_search_results .meta {
  width: 100%;
}
ul.dwls_search_results .clearfix {
  float: none !important;
  clear: both !important;
}
.search_footer {
  width: 100%;
  padding: 27px 0px 27px 0px;
  font-size: 10px !important;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
}
.search_footer a,
.search_footer a:visited {
  margin-right: 1em;
  text-decoration: none;
}
.dwls_search_results_activity_indicator {
  z-index: 999999;
}
#search_results_activity_indicator {
  width: 32px;
  height: 32px;
}
.style-light#search_results_activity_indicator {
  background-image: url(/wp-content/themes/uncode/library/css/../img/oval-anim-light.svg);
}
.style-dark#search_results_activity_indicator {
  background-image: url(/wp-content/themes/uncode/library/css/../img/oval-anim-dark.svg);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: inherit;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
}
.twentytwenty-container img:last-child {
  position: relative;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.25);
  z-index: 40;
  cursor: ew-resize;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.wp-caption,
.gallery-caption {
  width: auto !important;
  max-width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  display: table;
  table-layout: fixed;
}
.wp-caption-text {
  font-style: normal;
  display: table-caption;
  caption-side: bottom;
}
.bypostauthor {
  font-style: normal;
}
img.size-full {
  width: auto;
  height: auto;
}
.entry-content > *:first-child {
  margin-top: 0px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.alignleft {
  float: left;
  margin: 0px 23px 0px 0px;
  box-sizing: border-box;
}
.media-modal.wp-core-ui .alignleft {
  float: inherit;
  margin: inherit;
  box-sizing: inherit;
}
.wp-block-image.alignleft {
  margin-right: 22.5px;
}
.alignright {
  float: right;
  margin: 0px 0px 0px 23px;
  box-sizing: border-box;
}
.wp-block-image.alignright {
  margin-left: 22.5px;
}
.aligncenter,
.wp-block-image.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
img.alignnone {
  float: none;
}
img.aligncenter {
  display: block;
}
/* WordPress Gallery 
------------------------------------------ */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.gallery:after {
  display: table;
  content: "";
  clear: both;
}
.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}
.gallery-item img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
/*
----------------------------------------------------------

#Animations

----------------------------------------------------------
*/
/* CSS Animations */
html:not(.no-cssanimations) .blocks-animation .header-title > *,
html:not(.no-cssanimations) .blocks-animation .post-info {
  opacity: 0;
}
html:not(.no-cssanimations) .animate_when_almost_visible,
html:not(.no-cssanimations) .animate_inner_when_almost_visible,
html:not(.no-cssanimations) .animate_when_parent_almost_visible {
  opacity: 0;
  animation-duration: 0.6s;
  backface-visibility: hidden;
}
html:not(.no-cssanimations) .owl-item .animate_when_almost_visible,
html:not(.no-cssanimations) .owl-item .animate_when_parent_almost_visible {
  -webkit-perspective: 1000;
}
html:not(.no-cssanimations) .uncode-pricing.animate_when_almost_visible {
  transform: none;
  animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_inner_when_almost_visible.start_animation:not(.zoom-reverse) {
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).top-t-bottom {
  animation-name: anim_ttb;
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).bottom-t-top {
  animation-name: anim_btt;
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_inner_when_almost_visible .animate_when_parent_almost_visible.start_animation:not(.zoom-reverse) {
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_inner_when_almost_visible:not(.already-animated) .animate_when_parent_almost_visible.start_animation:not(.zoom-reverse).text-bottom-t-top {
  animation-name: text_anim_btt;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).left-t-right {
  animation-name: anim_ltr;
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_inner_when_almost_visible:not(.already-animated) .animate_when_parent_almost_visible.start_animation:not(.zoom-reverse).text-left-t-right {
  animation-name: text_anim_ltr;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_inner_when_almost_visible:not(.already-animated) .animate_when_parent_almost_visible.start_animation:not(.zoom-reverse).text-right-t-left {
  animation-name: text_anim_rtl;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).right-t-left {
  animation-name: anim_rtl;
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-in {
  animation-name: zoom-in;
  transform: scale(1);
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-out {
  animation-name: zoom-out;
  transform: scale(1);
  opacity: 1;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_inner_when_almost_visible:not(.already-animated) .animate_when_parent_almost_visible.start_animation:not(.zoom-reverse).typewriter {
  animation-name: typewriter;
}
html:not(.no-cssanimations) .animate_when_almost_visible.zoom-reverse {
  animation-name: zoom-reverse;
  animation-duration: 0.3s;
  transform: scale(0.5);
  opacity: 0;
}
html:not(.no-cssanimations) body:not(.fp-waiting) .animate_when_almost_visible.start_animation:not(.zoom-reverse).alpha-anim {
  animation-name: alpha-in;
  opacity: 1;
}
html .animate_when_almost_visible.start_animation.do_not_reanimate {
  animation-name: none !important;
  opacity: 1 !important;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="100"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="100"] {
  animation-duration: 0.1s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="200"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="200"] {
  animation-duration: 0.2s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="300"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="300"] {
  animation-duration: 0.3s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="500"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="500"] {
  animation-duration: 0.5s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="600"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="600"] {
  animation-duration: 0.6s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="700"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="700"] {
  animation-duration: 0.7s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="800"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="800"] {
  animation-duration: 0.8s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="900"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="900"] {
  animation-duration: 0.9s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="1000"],
html:not(.no-cssanimations) .animate_when_parent_almost_visible[data-speed="1000"] {
  animation-duration: 1s;
}
/* Top to bottom keyframes */
@keyframes anim_ttb {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Bottom to top keyframes */
@keyframes anim_btt {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Text bottom to top keyframes */
@keyframes text_anim_btt {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* Left to right keyframes */
@keyframes anim_ltr {
  0% {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Text left to right keyframes */
@keyframes text_anim_ltr {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* Right to left keyframes */
@keyframes anim_rtl {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* Text right to left keyframes */
@keyframes text_anim_rtl {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* Appear from center in keyframes */
@keyframes zoom-in {
  0% {
    transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Appear from center out keyframes */
@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Typewriter keyframe */
@keyframes typewriter {
  0,
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Disappear from center keyframes */
@keyframes zoom-reverse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
/* Alpha keyframes */
@keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Ken Burns*/
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes backwash {
  0% {
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@font-face{font-family:'uncodeicon';src:url(/wp-content/themes/uncode/library/css/../fonts/uncode-icons.eot);src:url(/wp-content/themes/uncode/library/css/../fonts/uncode-icons.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/uncode/library/css/../fonts/uncode-icons.woff2) format('woff2'),url(/wp-content/themes/uncode/library/css/../fonts/uncode-icons.woff) format('woff'),url(/wp-content/themes/uncode/library/css/../fonts/uncode-icons.ttf) format('truetype'),url(/wp-content/themes/uncode/library/css/../fonts/uncode-icons.svg#uncodeicon) format('svg');font-weight:normal;font-style:normal}.fa{font-family:'uncodeicon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center;display:inline-block}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa.fa-push-right{margin-right:.3em}.fa.fa-push-left{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2.5em;height:2.5em;line-height:2.5em;vertical-align:middle;border:2px solid #c0c0c0;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-ms-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;-webkit-backface-visibility:hidden;-webkit-box-sizing:initial;-moz-box-sizing:initial;box-sizing:initial;-o-border-radius:2.5em;-moz-border-radius:2.5em;-webkit-border-radius:2.5em;-ms-border-radius:2.5em;border-radius:2.5em}.fa-stack-1x,.fa-stack-2x{position:absolute !important;left:0;top:0;width:100%;height:100%;text-align:center;line-height:inherit}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-stack-3x{font-size:3em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before{content:"\f00d"}.fa-remove:before{content:"\f00d"}.fa-times2:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before{content:"\f013"}.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before{content:"\f01e"}.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before{content:"\f03b"}.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before{content:"\f03e"}.fa-photo:before{content:"\f03e"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before{content:"\f044"}.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before{content:"\f064"}.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before{content:"\f071"}.fa-warning2:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart:before{content:"\f080"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before{content:"\f085"}.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before{content:"\f09e"}.fa-rss3:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell-o:before{content:"\f0a2"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before{content:"\f0c0"}.fa-users:before{content:"\f0c0"}.fa-chain:before{content:"\f0c1"}.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before{content:"\f0c4"}.fa-scissors2:before{content:"\f0c4"}.fa-copy:before{content:"\f0c5"}.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before{content:"\f0c7"}.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-navicon:before{content:"\f0c9"}.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before{content:"\f0dc"}.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before{content:"\f0dd"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before{content:"\f0de"}.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before{content:"\f0e2"}.fa-undo:before{content:"\f0e2"}.fa-gavel:before{content:"\f0e3"}.fa-legal:before{content:"\f0e3"}.fa-dashboard:before{content:"\f0e4"}.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before{content:"\f0e7"}.fa-flash2:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before{content:"\f0ea"}.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell:before{content:"\f0f3"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile:before{content:"\f10b"}.fa-mobile-phone:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before{content:"\f112"}.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before{content:"\f122"}.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before{content:"\f123"}.fa-star-half-full:before{content:"\f123"}.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before{content:"\f127"}.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before{content:"\f152"}.fa-toggle-right:before{content:"\f152"}.fa-eur:before{content:"\f153"}.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before{content:"\f155"}.fa-usd:before{content:"\f155"}.fa-inr:before{content:"\f156"}.fa-rupee:before{content:"\f156"}.fa-cny:before{content:"\f157"}.fa-jpy:before{content:"\f157"}.fa-rmb:before{content:"\f157"}.fa-yen:before{content:"\f157"}.fa-rouble:before{content:"\f158"}.fa-rub:before{content:"\f158"}.fa-ruble:before{content:"\f158"}.fa-krw:before{content:"\f159"}.fa-won:before{content:"\f159"}.fa-bitcoin:before{content:"\f15a"}.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before{content:"\f191"}.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before{content:"\f195"}.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before{content:"\f19c"}.fa-institution:before{content:"\f19c"}.fa-university:before{content:"\f19c"}.fa-graduation-cap:before{content:"\f19d"}.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before{content:"\f1b9"}.fa-car:before{content:"\f1b9"}.fa-cab:before{content:"\f1ba"}.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before{content:"\f1c5"}.fa-file-photo-o:before{content:"\f1c5"}.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before{content:"\f1c6"}.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before{content:"\f1c7"}.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before{content:"\f1c8"}.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before{content:"\f1cd"}.fa-life-buoy:before{content:"\f1cd"}.fa-life-ring:before{content:"\f1cd"}.fa-life-saver:before{content:"\f1cd"}.fa-support2:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before{content:"\f1d0"}.fa-rebel:before{content:"\f1d0"}.fa-resistance:before{content:"\f1d0"}.fa-empire:before{content:"\f1d1"}.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-y-combinator-square:before{content:"\f1d4"}.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before{content:"\f1d7"}.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before{content:"\f1d8"}.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before{content:"\f1d9"}.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before{content:"\f1e3"}.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before{content:"\f20b"}.fa-shekel:before{content:"\f20b"}.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before{content:"\f224"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before{content:"\f236"}.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before{content:"\f23b"}.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before{content:"\f240"}.fa-battery-full2:before{content:"\f240"}.fa-battery-3:before{content:"\f241"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before{content:"\f242"}.fa-battery-half:before{content:"\f242"}.fa-battery-1:before{content:"\f243"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before{content:"\f244"}.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before{content:"\f251"}.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before{content:"\f252"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before{content:"\f253"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass2:before{content:"\f254"}.fa-hand-grab-o:before{content:"\f255"}.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before{content:"\f256"}.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before{content:"\f26c"}.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin2:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag2:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before{content:"\f2a4"}.fa-deafness:before{content:"\f2a4"}.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before{content:"\f2a7"}.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before{content:"\f2b3"}.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before{content:"\f2b4"}.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before{content:"\f2bb"}.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before{content:"\f2bc"}.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before{content:"\f2c2"}.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before{content:"\f2c3"}.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before{content:"\f2c7"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer3:before{content:"\f2c7"}.fa-thermometer-3:before{content:"\f2c8"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before{content:"\f2c9"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before{content:"\f2ca"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before{content:"\f2cb"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before{content:"\f2cd"}.fa-bathtub:before{content:"\f2cd"}.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before{content:"\f2d3"}.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before{content:"\f2d4"}.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.fa-eye2:before{content:"\e064"}.fa-paper-clip:before{content:"\e065"}.fa-mail:before{content:"\e066"}.fa-toggle:before{content:"\e067"}.fa-layout:before{content:"\e068"}.fa-link3:before{content:"\e069"}.fa-bell2:before{content:"\e06a"}.fa-lock3:before{content:"\e06b"}.fa-unlock2:before{content:"\e06c"}.fa-ribbon:before{content:"\e06d"}.fa-image2:before{content:"\e06e"}.fa-signal2:before{content:"\e06f"}.fa-target:before{content:"\e070"}.fa-clipboard2:before{content:"\e071"}.fa-clock:before{content:"\e072"}.fa-watch:before{content:"\e073"}.fa-air-play:before{content:"\e074"}.fa-camera3:before{content:"\e075"}.fa-video:before{content:"\e076"}.fa-disc:before{content:"\e077"}.fa-printer:before{content:"\e078"}.fa-monitor:before{content:"\e079"}.fa-server2:before{content:"\e07a"}.fa-cog2:before{content:"\e07b"}.fa-heart3:before{content:"\e07c"}.fa-paragraph2:before{content:"\e07d"}.fa-align-justify2:before{content:"\e07e"}.fa-align-left2:before{content:"\e07f"}.fa-align-center2:before{content:"\e080"}.fa-align-right2:before{content:"\e081"}.fa-book2:before{content:"\e082"}.fa-layers:before{content:"\e083"}.fa-stacked:before{content:"\e084"}.fa-stack-2:before{content:"\e085"}.fa-paper:before{content:"\e086"}.fa-paper-stack:before{content:"\e087"}.fa-search3:before{content:"\e088"}.fa-zoom-in:before{content:"\e089"}.fa-zoom-out:before{content:"\e08a"}.fa-reply2:before{content:"\e08b"}.fa-circle-plus:before{content:"\e08c"}.fa-circle-minus:before{content:"\e08d"}.fa-circle-check:before{content:"\e08e"}.fa-circle-cross:before{content:"\e08f"}.fa-square-plus:before{content:"\e090"}.fa-square-minus:before{content:"\e091"}.fa-square-check:before{content:"\e092"}.fa-square-cross:before{content:"\e093"}.fa-microphone2:before{content:"\e094"}.fa-record:before{content:"\e095"}.fa-skip-back:before{content:"\e096"}.fa-rewind:before{content:"\e097"}.fa-play2:before{content:"\e098"}.fa-pause2:before{content:"\e099"}.fa-stop2:before{content:"\e09a"}.fa-fast-forward2:before{content:"\e09b"}.fa-skip-forward:before{content:"\e09c"}.fa-shuffle:before{content:"\e09d"}.fa-repeat2:before{content:"\e09e"}.fa-folder2:before{content:"\e09f"}.fa-umbrella2:before{content:"\e0a0"}.fa-moon:before{content:"\e0a1"}.fa-thermometer:before{content:"\e0a2"}.fa-drop:before{content:"\e0a3"}.fa-sun:before{content:"\e0a4"}.fa-cloud3:before{content:"\e0a5"}.fa-cloud-upload2:before{content:"\e0a6"}.fa-cloud-download2:before{content:"\e0a7"}.fa-upload3:before{content:"\e0a8"}.fa-download3:before{content:"\e0a9"}.fa-location:before{content:"\e0aa"}.fa-location-2:before{content:"\e0ab"}.fa-map2:before{content:"\e0ac"}.fa-battery:before{content:"\e0ad"}.fa-head:before{content:"\e0ae"}.fa-briefcase3:before{content:"\e0af"}.fa-speech-bubble:before{content:"\e0b0"}.fa-anchor3:before{content:"\e0b1"}.fa-globe3:before{content:"\e0b2"}.fa-box:before{content:"\e0b3"}.fa-reload:before{content:"\e0b4"}.fa-share2:before{content:"\e0b5"}.fa-marquee:before{content:"\e0b6"}.fa-marquee-plus:before{content:"\e0b7"}.fa-marquee-minus:before{content:"\e0b8"}.fa-tag2:before{content:"\e0b9"}.fa-power:before{content:"\e0ba"}.fa-command:before{content:"\e0bb"}.fa-alt:before{content:"\e0bc"}.fa-esc:before{content:"\e0bd"}.fa-bar-graph:before{content:"\e0be"}.fa-bar-graph-2:before{content:"\e0bf"}.fa-pie-graph:before{content:"\e0c0"}.fa-star2:before{content:"\e0c1"}.fa-arrow-left2:before{content:"\e0c2"}.fa-arrow-right2:before{content:"\e0c3"}.fa-arrow-up2:before{content:"\e0c4"}.fa-arrow-down2:before{content:"\e0c5"}.fa-volume:before{content:"\e0c6"}.fa-mute:before{content:"\e0c7"}.fa-content-right:before{content:"\e100"}.fa-content-left:before{content:"\e101"}.fa-grid:before{content:"\e102"}.fa-grid-2:before{content:"\e103"}.fa-columns2:before{content:"\e104"}.fa-loader:before{content:"\e105"}.fa-bag:before{content:"\e106"}.fa-ban2:before{content:"\e107"}.fa-flag3:before{content:"\e108"}.fa-trash2:before{content:"\e109"}.fa-expand3:before{content:"\e110"}.fa-contract:before{content:"\e111"}.fa-maximize:before{content:"\e112"}.fa-minimize:before{content:"\e113"}.fa-plus2:before{content:"\e114"}.fa-minus2:before{content:"\e115"}.fa-check2:before{content:"\e116"}.fa-cross:before{content:"\e117"}.fa-move:before{content:"\e118"}.fa-delete:before{content:"\e119"}.fa-menu:before{content:"\e120"}.fa-archive2:before{content:"\e121"}.fa-inbox2:before{content:"\e122"}.fa-outbox:before{content:"\e123"}.fa-file2:before{content:"\e124"}.fa-file-add:before{content:"\e125"}.fa-file-subtract:before{content:"\e126"}.fa-help:before{content:"\e127"}.fa-open:before{content:"\e128"}.fa-ellipsis:before{content:"\e129"}.fa-times:before{content:"\e600"}.fa-tick:before{content:"\e601"}.fa-plus3:before{content:"\e602"}.fa-minus3:before{content:"\e603"}.fa-equals:before{content:"\e604"}.fa-divide:before{content:"\e605"}.fa-chevron-right2:before{content:"\e606"}.fa-chevron-left2:before{content:"\e607"}.fa-arrow-right-thick:before{content:"\e608"}.fa-arrow-left-thick:before{content:"\e609"}.fa-th-small:before{content:"\e60a"}.fa-th-menu:before{content:"\e60b"}.fa-th-list2:before{content:"\e60c"}.fa-th-large2:before{content:"\e60d"}.fa-home2:before{content:"\e60e"}.fa-arrow-forward:before{content:"\e60f"}.fa-arrow-back:before{content:"\e610"}.fa-rss:before{content:"\e611"}.fa-location2:before{content:"\e612"}.fa-link2:before{content:"\e613"}.fa-image3:before{content:"\e614"}.fa-arrow-up-thick:before{content:"\e615"}.fa-arrow-down-thick:before{content:"\e616"}.fa-starburst:before{content:"\e617"}.fa-starburst-outline:before{content:"\e618"}.fa-star3:before{content:"\e619"}.fa-flow-children:before{content:"\e61a"}.fa-export:before{content:"\e61b"}.fa-delete2:before{content:"\e61c"}.fa-delete-outline:before{content:"\e61d"}.fa-cloud-storage:before{content:"\e61e"}.fa-wi-fi:before{content:"\e61f"}.fa-heart4:before{content:"\e620"}.fa-flash:before{content:"\e621"}.fa-cancel:before{content:"\e622"}.fa-backspace:before{content:"\e623"}.fa-attachment2:before{content:"\e624"}.fa-arrow-move:before{content:"\e625"}.fa-warning:before{content:"\e626"}.fa-user2:before{content:"\e627"}.fa-radar:before{content:"\e628"}.fa-lock-open:before{content:"\e629"}.fa-lock-closed:before{content:"\e62a"}.fa-location-arrow2:before{content:"\e62b"}.fa-info2:before{content:"\e62c"}.fa-user-delete:before{content:"\e62d"}.fa-user-add:before{content:"\e62e"}.fa-media-pause:before{content:"\e62f"}.fa-group2:before{content:"\e630"}.fa-chart-pie:before{content:"\e631"}.fa-chart-line:before{content:"\e632"}.fa-chart-bar:before{content:"\e633"}.fa-chart-area:before{content:"\e634"}.fa-video2:before{content:"\e635"}.fa-point-of-interest:before{content:"\e636"}.fa-infinity:before{content:"\e637"}.fa-globe4:before{content:"\e638"}.fa-eye3:before{content:"\e639"}.fa-cog3:before{content:"\e63a"}.fa-camera4:before{content:"\e63b"}.fa-upload4:before{content:"\e63c"}.fa-scissors:before{content:"\e63d"}.fa-refresh3:before{content:"\e63e"}.fa-pin:before{content:"\e63f"}.fa-key3:before{content:"\e640"}.fa-info-large:before{content:"\e641"}.fa-eject2:before{content:"\e642"}.fa-download4:before{content:"\e643"}.fa-zoom:before{content:"\e644"}.fa-zoom-out2:before{content:"\e645"}.fa-zoom-in2:before{content:"\e646"}.fa-sort-numerically:before{content:"\e647"}.fa-sort-alphabetically:before{content:"\e648"}.fa-input-checked:before{content:"\e649"}.fa-calender:before{content:"\e64a"}.fa-world:before{content:"\e64b"}.fa-notes:before{content:"\e64c"}.fa-code2:before{content:"\e64d"}.fa-arrow-sync:before{content:"\e64e"}.fa-arrow-shuffle:before{content:"\e64f"}.fa-arrow-repeat:before{content:"\e650"}.fa-arrow-minimise:before{content:"\e651"}.fa-arrow-maximise:before{content:"\e652"}.fa-arrow-loop:before{content:"\e653"}.fa-anchor4:before{content:"\e654"}.fa-spanner:before{content:"\e655"}.fa-puzzle2:before{content:"\e656"}.fa-power2:before{content:"\e657"}.fa-plane2:before{content:"\e658"}.fa-pi:before{content:"\e659"}.fa-phone3:before{content:"\e65a"}.fa-microphone3:before{content:"\e65b"}.fa-media-rewind:before{content:"\e65c"}.fa-flag4:before{content:"\e65d"}.fa-adjust-brightness:before{content:"\e65e"}.fa-waves:before{content:"\e65f"}.fa-social-twitter:before{content:"\e660"}.fa-social-facebook:before{content:"\e661"}.fa-social-dribbble:before{content:"\e662"}.fa-media-stop:before{content:"\e663"}.fa-media-record:before{content:"\e664"}.fa-media-play:before{content:"\e665"}.fa-media-fast-forward:before{content:"\e666"}.fa-media-eject:before{content:"\e667"}.fa-social-vimeo:before{content:"\e668"}.fa-social-tumbler:before{content:"\e669"}.fa-social-skype:before{content:"\e66a"}.fa-social-pinterest:before{content:"\e66b"}.fa-social-linkedin:before{content:"\e66c"}.fa-social-last-fm:before{content:"\e66d"}.fa-social-github:before{content:"\e66e"}.fa-social-flickr:before{content:"\e66f"}.fa-at2:before{content:"\e670"}.fa-times-outline:before{content:"\e671"}.fa-plus-outline:before{content:"\e672"}.fa-minus-outline:before{content:"\e673"}.fa-tick-outline:before{content:"\e674"}.fa-th-large-outline:before{content:"\e675"}.fa-equals-outline:before{content:"\e676"}.fa-divide-outline:before{content:"\e677"}.fa-chevron-right-outline:before{content:"\e678"}.fa-chevron-left-outline:before{content:"\e679"}.fa-arrow-right-outline:before{content:"\e67a"}.fa-arrow-left-outline:before{content:"\e67b"}.fa-th-small-outline:before{content:"\e67c"}.fa-th-menu-outline:before{content:"\e67d"}.fa-th-list-outline:before{content:"\e67e"}.fa-news:before{content:"\e67f"}.fa-home-outline:before{content:"\e680"}.fa-arrow-up-outline:before{content:"\e681"}.fa-arrow-forward-outline:before{content:"\e682"}.fa-arrow-down-outline:before{content:"\e683"}.fa-arrow-back-outline:before{content:"\e684"}.fa-trash3:before{content:"\e685"}.fa-rss-outline:before{content:"\e686"}.fa-message:before{content:"\e687"}.fa-location-outline:before{content:"\e688"}.fa-link-outline:before{content:"\e689"}.fa-image-outline:before{content:"\e68a"}.fa-export-outline:before{content:"\e68b"}.fa-cross2:before{content:"\e68c"}.fa-wi-fi-outline:before{content:"\e68d"}.fa-star-outline:before{content:"\e68e"}.fa-media-pause-outline:before{content:"\e68f"}.fa-mail2:before{content:"\e690"}.fa-heart-outline:before{content:"\e691"}.fa-flash-outline:before{content:"\e692"}.fa-cancel-outline:before{content:"\e693"}.fa-beaker2:before{content:"\e694"}.fa-arrow-move-outline:before{content:"\e695"}.fa-watch2:before{content:"\e696"}.fa-warning-outline:before{content:"\e697"}.fa-time:before{content:"\e698"}.fa-radar-outline:before{content:"\e699"}.fa-lock-open-outline:before{content:"\e69a"}.fa-location-arrow-outline:before{content:"\e69b"}.fa-info-outline:before{content:"\e69c"}.fa-backspace-outline:before{content:"\e69d"}.fa-attachment-outline:before{content:"\e69e"}.fa-user-outline:before{content:"\e69f"}.fa-user-delete-outline:before{content:"\e6a0"}.fa-user-add-outline:before{content:"\e6a1"}.fa-lock-closed-outline:before{content:"\e6a2"}.fa-group-outline:before{content:"\e6a3"}.fa-chart-pie-outline:before{content:"\e6a4"}.fa-chart-line-outline:before{content:"\e6a5"}.fa-chart-bar-outline:before{content:"\e6a6"}.fa-chart-area-outline:before{content:"\e6a7"}.fa-video-outline:before{content:"\e6a8"}.fa-point-of-interest-outline:before{content:"\e6a9"}.fa-map4:before{content:"\e6aa"}.fa-key-outline:before{content:"\e6ab"}.fa-infinity-outline:before{content:"\e6ac"}.fa-globe-outline:before{content:"\e6ad"}.fa-eye-outline:before{content:"\e6ae"}.fa-cog-outline:before{content:"\e6af"}.fa-camera-outline:before{content:"\e6b0"}.fa-upload-outline:before{content:"\e6b1"}.fa-support:before{content:"\e6b2"}.fa-scissors-outline:before{content:"\e6b3"}.fa-refresh-outline:before{content:"\e6b4"}.fa-info-large-outline:before{content:"\e6b5"}.fa-eject-outline:before{content:"\e6b6"}.fa-download-outline:before{content:"\e6b7"}.fa-battery-mid:before{content:"\e6b8"}.fa-battery-low:before{content:"\e6b9"}.fa-battery-high:before{content:"\e6ba"}.fa-zoom-outline:before{content:"\e6bb"}.fa-zoom-out-outline:before{content:"\e6bc"}.fa-zoom-in-outline:before{content:"\e6bd"}.fa-tag3:before{content:"\e6be"}.fa-tabs-outline:before{content:"\e6bf"}.fa-pin-outline:before{content:"\e6c0"}.fa-message-typing:before{content:"\e6c1"}.fa-directions:before{content:"\e6c2"}.fa-battery-full:before{content:"\e6c3"}.fa-battery-charge:before{content:"\e6c4"}.fa-pipette:before{content:"\e6c5"}.fa-pencil3:before{content:"\e6c6"}.fa-folder3:before{content:"\e6c7"}.fa-folder-delete:before{content:"\e6c8"}.fa-folder-add:before{content:"\e6c9"}.fa-edit3:before{content:"\e6ca"}.fa-document2:before{content:"\e6cb"}.fa-document-delete:before{content:"\e6cc"}.fa-document-add:before{content:"\e6cd"}.fa-brush:before{content:"\e6ce"}.fa-thumbs-up2:before{content:"\e6cf"}.fa-thumbs-down2:before{content:"\e6d0"}.fa-pen:before{content:"\e6d1"}.fa-sort-numerically-outline:before{content:"\e6d2"}.fa-sort-alphabetically-outline:before{content:"\e6d3"}.fa-social-last-fm-circular:before{content:"\e6d4"}.fa-social-github-circular:before{content:"\e6d5"}.fa-compass3:before{content:"\e6d6"}.fa-bookmark2:before{content:"\e6d7"}.fa-input-checked-outline:before{content:"\e6d8"}.fa-code-outline:before{content:"\e6d9"}.fa-calender-outline:before{content:"\e6da"}.fa-business-card:before{content:"\e6db"}.fa-arrow-up3:before{content:"\e6dc"}.fa-arrow-sync-outline:before{content:"\e6dd"}.fa-arrow-right3:before{content:"\e6de"}.fa-arrow-repeat-outline:before{content:"\e6df"}.fa-arrow-loop-outline:before{content:"\e6e0"}.fa-arrow-left3:before{content:"\e6e1"}.fa-flow-switch:before{content:"\e6e2"}.fa-flow-parallel:before{content:"\e6e3"}.fa-flow-merge:before{content:"\e6e4"}.fa-document-text:before{content:"\e6e5"}.fa-clipboard4:before{content:"\e6e6"}.fa-calculator2:before{content:"\e6e7"}.fa-arrow-minimise-outline:before{content:"\e6e8"}.fa-arrow-maximise-outline:before{content:"\e6e9"}.fa-arrow-down3:before{content:"\e6ea"}.fa-gift3:before{content:"\e6eb"}.fa-film2:before{content:"\e6ec"}.fa-database2:before{content:"\e6ed"}.fa-bell3:before{content:"\e6ee"}.fa-anchor-outline:before{content:"\e6ef"}.fa-adjust-contrast:before{content:"\e6f0"}.fa-world-outline:before{content:"\e6f1"}.fa-shopping-bag:before{content:"\e6f2"}.fa-power-outline:before{content:"\e6f3"}.fa-notes-outline:before{content:"\e6f4"}.fa-device-tablet:before{content:"\e6f5"}.fa-device-phone:before{content:"\e6f6"}.fa-device-laptop:before{content:"\e6f7"}.fa-device-desktop:before{content:"\e6f8"}.fa-briefcase4:before{content:"\e6f9"}.fa-stopwatch:before{content:"\e6fa"}.fa-spanner-outline:before{content:"\e6fb"}.fa-puzzle-outline:before{content:"\e6fc"}.fa-printer2:before{content:"\e6fd"}.fa-pi-outline:before{content:"\e6fe"}.fa-lightbulb2:before{content:"\e6ff"}.fa-flag-outline:before{content:"\e700"}.fa-contacts:before{content:"\e701"}.fa-archive3:before{content:"\e702"}.fa-weather-stormy:before{content:"\e703"}.fa-weather-shower:before{content:"\e704"}.fa-weather-partly-sunny:before{content:"\e705"}.fa-weather-downpour:before{content:"\e706"}.fa-weather-cloudy:before{content:"\e707"}.fa-plane-outline:before{content:"\e708"}.fa-phone-outline:before{content:"\e709"}.fa-microphone-outline:before{content:"\e70a"}.fa-weather-windy:before{content:"\e70b"}.fa-weather-windy-cloudy:before{content:"\e70c"}.fa-weather-sunny:before{content:"\e70d"}.fa-weather-snow:before{content:"\e70e"}.fa-weather-night:before{content:"\e70f"}.fa-media-stop-outline:before{content:"\e710"}.fa-media-rewind-outline:before{content:"\e711"}.fa-media-record-outline:before{content:"\e712"}.fa-media-play-outline:before{content:"\e713"}.fa-media-fast-forward-outline:before{content:"\e714"}.fa-media-eject-outline:before{content:"\e715"}.fa-wine2:before{content:"\e716"}.fa-waves-outline:before{content:"\e717"}.fa-ticket2:before{content:"\e718"}.fa-tags2:before{content:"\e719"}.fa-plug2:before{content:"\e71a"}.fa-headphones2:before{content:"\e71b"}.fa-credit-card2:before{content:"\e71c"}.fa-coffee2:before{content:"\e71d"}.fa-book3:before{content:"\e71e"}.fa-beer2:before{content:"\e71f"}.fa-volume2:before{content:"\e720"}.fa-volume-up2:before{content:"\e721"}.fa-volume-mute:before{content:"\e722"}.fa-volume-down2:before{content:"\e723"}.fa-social-vimeo-circular:before{content:"\e724"}.fa-social-twitter-circular:before{content:"\e725"}.fa-social-pinterest-circular:before{content:"\e726"}.fa-social-linkedin-circular:before{content:"\e727"}.fa-social-facebook-circular:before{content:"\e728"}.fa-social-dribbble-circular:before{content:"\e729"}.fa-tree2:before{content:"\e72a"}.fa-thermometer2:before{content:"\e72b"}.fa-social-tumbler-circular:before{content:"\e72c"}.fa-social-skype-outline:before{content:"\e72d"}.fa-social-flickr-circular:before{content:"\e72e"}.fa-social-at-circular:before{content:"\e72f"}.fa-shopping-cart2:before{content:"\e730"}.fa-messages:before{content:"\e731"}.fa-leaf2:before{content:"\e732"}.fa-feather:before{content:"\e733"}.fa-mobile2:before{content:"\e000"}.fa-laptop2:before{content:"\e001"}.fa-desktop2:before{content:"\e002"}.fa-tablet2:before{content:"\e003"}.fa-phone2:before{content:"\e004"}.fa-document:before{content:"\e005"}.fa-documents:before{content:"\e006"}.fa-search2:before{content:"\e007"}.fa-clipboard3:before{content:"\e008"}.fa-newspaper:before{content:"\e009"}.fa-notebook:before{content:"\e00a"}.fa-book-open:before{content:"\e00b"}.fa-browser:before{content:"\e00c"}.fa-calendar2:before{content:"\e00d"}.fa-presentation:before{content:"\e00e"}.fa-picture:before{content:"\e00f"}.fa-pictures:before{content:"\e010"}.fa-video3:before{content:"\e011"}.fa-camera2:before{content:"\e012"}.fa-printer3:before{content:"\e013"}.fa-toolbox:before{content:"\e014"}.fa-briefcase2:before{content:"\e015"}.fa-wallet:before{content:"\e016"}.fa-gift2:before{content:"\e017"}.fa-bargraph:before{content:"\e018"}.fa-grid2:before{content:"\e019"}.fa-expand2:before{content:"\e01a"}.fa-focus:before{content:"\e01b"}.fa-edit2:before{content:"\e01c"}.fa-adjustments:before{content:"\e01d"}.fa-ribbon2:before{content:"\e01e"}.fa-hourglass:before{content:"\e01f"}.fa-lock2:before{content:"\e020"}.fa-megaphone:before{content:"\e021"}.fa-shield2:before{content:"\e022"}.fa-trophy2:before{content:"\e023"}.fa-flag2:before{content:"\e024"}.fa-map3:before{content:"\e025"}.fa-puzzle:before{content:"\e026"}.fa-basket:before{content:"\e027"}.fa-envelope2:before{content:"\e028"}.fa-streetsign:before{content:"\e029"}.fa-telescope:before{content:"\e02a"}.fa-gears2:before{content:"\e02b"}.fa-key2:before{content:"\e02c"}.fa-paperclip2:before{content:"\e02d"}.fa-attachment:before{content:"\e02e"}.fa-pricetags:before{content:"\e02f"}.fa-lightbulb:before{content:"\e030"}.fa-layers2:before{content:"\e031"}.fa-pencil2:before{content:"\e032"}.fa-tools:before{content:"\e033"}.fa-tools-2:before{content:"\e034"}.fa-scissors3:before{content:"\e035"}.fa-paintbrush:before{content:"\e036"}.fa-magnifying-glass:before{content:"\e037"}.fa-circle-compass:before{content:"\e038"}.fa-linegraph:before{content:"\e039"}.fa-mic:before{content:"\e03a"}.fa-strategy:before{content:"\e03b"}.fa-beaker:before{content:"\e03c"}.fa-caution:before{content:"\e03d"}.fa-recycle2:before{content:"\e03e"}.fa-anchor2:before{content:"\e03f"}.fa-profile-male:before{content:"\e040"}.fa-profile-female:before{content:"\e041"}.fa-bike:before{content:"\e042"}.fa-wine:before{content:"\e043"}.fa-hotairballoon:before{content:"\e044"}.fa-globe2:before{content:"\e045"}.fa-genius:before{content:"\e046"}.fa-map-pin:before{content:"\e047"}.fa-dial:before{content:"\e048"}.fa-chat:before{content:"\e049"}.fa-heart2:before{content:"\e04a"}.fa-cloud2:before{content:"\e04b"}.fa-upload2:before{content:"\e04c"}.fa-download2:before{content:"\e04d"}.fa-target2:before{content:"\e04e"}.fa-hazardous:before{content:"\e04f"}.fa-piechart:before{content:"\e050"}.fa-speedometer:before{content:"\e051"}.fa-global:before{content:"\e052"}.fa-compass2:before{content:"\e053"}.fa-lifesaver:before{content:"\e054"}.fa-clock2:before{content:"\e055"}.fa-aperture:before{content:"\e056"}.fa-quote:before{content:"\e057"}.fa-scope:before{content:"\e058"}.fa-alarmclock:before{content:"\e059"}.fa-refresh2:before{content:"\e05a"}.fa-happy:before{content:"\e05b"}.fa-sad:before{content:"\e05c"}.fa-facebook2:before{content:"\e05d"}.fa-twitter2:before{content:"\e05e"}.fa-googleplus:before{content:"\e05f"}.fa-rss2:before{content:"\e060"}.fa-tumblr2:before{content:"\e061"}.fa-linkedin2:before{content:"\e062"}.fa-dribbble2:before{content:"\e063"}.fa-home3:before{content:"\e800"}.fa-apartment:before{content:"\e801"}.fa-pencil4:before{content:"\e802"}.fa-magic-wand:before{content:"\e803"}.fa-drop2:before{content:"\e804"}.fa-lighter:before{content:"\e805"}.fa-poop:before{content:"\e806"}.fa-sun2:before{content:"\e807"}.fa-moon2:before{content:"\e808"}.fa-cloud4:before{content:"\e809"}.fa-cloud-upload3:before{content:"\e80a"}.fa-cloud-download3:before{content:"\e80b"}.fa-cloud-sync:before{content:"\e80c"}.fa-cloud-check:before{content:"\e80d"}.fa-database3:before{content:"\e80e"}.fa-lock4:before{content:"\e80f"}.fa-cog4:before{content:"\e810"}.fa-trash4:before{content:"\e811"}.fa-dice:before{content:"\e812"}.fa-heart5:before{content:"\e813"}.fa-star4:before{content:"\e814"}.fa-star-half2:before{content:"\e815"}.fa-star-empty:before{content:"\e816"}.fa-flag5:before{content:"\e817"}.fa-envelope3:before{content:"\e818"}.fa-paperclip3:before{content:"\e819"}.fa-inbox3:before{content:"\e81a"}.fa-eye4:before{content:"\e81b"}.fa-printer4:before{content:"\e81c"}.fa-file-empty:before{content:"\e81d"}.fa-file-add2:before{content:"\e81e"}.fa-enter:before{content:"\e81f"}.fa-exit:before{content:"\e820"}.fa-graduation-hat:before{content:"\e821"}.fa-license:before{content:"\e822"}.fa-music-note:before{content:"\e823"}.fa-film-play:before{content:"\e824"}.fa-camera-video:before{content:"\e825"}.fa-camera5:before{content:"\e826"}.fa-picture2:before{content:"\e827"}.fa-book4:before{content:"\e828"}.fa-bookmark3:before{content:"\e829"}.fa-user3:before{content:"\e82a"}.fa-users2:before{content:"\e82b"}.fa-shirt:before{content:"\e82c"}.fa-store:before{content:"\e82d"}.fa-cart:before{content:"\e82e"}.fa-tag4:before{content:"\e82f"}.fa-phone-handset:before{content:"\e830"}.fa-phone4:before{content:"\e831"}.fa-pushpin:before{content:"\e832"}.fa-map-marker2:before{content:"\e833"}.fa-map5:before{content:"\e834"}.fa-location3:before{content:"\e835"}.fa-calendar-full:before{content:"\e836"}.fa-keyboard:before{content:"\e837"}.fa-spell-check:before{content:"\e838"}.fa-screen:before{content:"\e839"}.fa-smartphone:before{content:"\e83a"}.fa-tablet3:before{content:"\e83b"}.fa-laptop3:before{content:"\e83c"}.fa-laptop-phone:before{content:"\e83d"}.fa-power-switch:before{content:"\e83e"}.fa-bubble:before{content:"\e83f"}.fa-heart-pulse:before{content:"\e840"}.fa-construction:before{content:"\e841"}.fa-pie-chart2:before{content:"\e842"}.fa-chart-bars:before{content:"\e843"}.fa-gift4:before{content:"\e844"}.fa-diamond2:before{content:"\e845"}.fa-linearicons:before{content:"\e846"}.fa-dinner:before{content:"\e847"}.fa-coffee-cup:before{content:"\e848"}.fa-leaf3:before{content:"\e849"}.fa-paw2:before{content:"\e84a"}.fa-rocket2:before{content:"\e84b"}.fa-briefcase5:before{content:"\e84c"}.fa-bus2:before{content:"\e84d"}.fa-car2:before{content:"\e84e"}.fa-train2:before{content:"\e84f"}.fa-bicycle2:before{content:"\e850"}.fa-wheelchair2:before{content:"\e851"}.fa-select:before{content:"\e852"}.fa-earth:before{content:"\e853"}.fa-smile:before{content:"\e854"}.fa-sad2:before{content:"\e855"}.fa-neutral:before{content:"\e856"}.fa-mustache:before{content:"\e857"}.fa-alarm:before{content:"\e858"}.fa-bullhorn2:before{content:"\e859"}.fa-volume-high:before{content:"\e85a"}.fa-volume-medium:before{content:"\e85b"}.fa-volume-low:before{content:"\e85c"}.fa-volume3:before{content:"\e85d"}.fa-mic2:before{content:"\e85e"}.fa-hourglass3:before{content:"\e85f"}.fa-undo2:before{content:"\e860"}.fa-redo:before{content:"\e861"}.fa-sync:before{content:"\e862"}.fa-history2:before{content:"\e863"}.fa-clock3:before{content:"\e864"}.fa-download5:before{content:"\e865"}.fa-upload5:before{content:"\e866"}.fa-enter-down:before{content:"\e867"}.fa-exit-up:before{content:"\e868"}.fa-bug2:before{content:"\e869"}.fa-code3:before{content:"\e86a"}.fa-link4:before{content:"\e86b"}.fa-unlink2:before{content:"\e86c"}.fa-thumbs-up3:before{content:"\e86d"}.fa-thumbs-down3:before{content:"\e86e"}.fa-magnifier:before{content:"\e86f"}.fa-cross3:before{content:"\e870"}.fa-menu2:before{content:"\e871"}.fa-list2:before{content:"\e872"}.fa-chevron-up2:before{content:"\e873"}.fa-chevron-down2:before{content:"\e874"}.fa-chevron-left3:before{content:"\e875"}.fa-chevron-right3:before{content:"\e876"}.fa-arrow-up4:before{content:"\e877"}.fa-arrow-down4:before{content:"\e878"}.fa-arrow-left4:before{content:"\e879"}.fa-arrow-right4:before{content:"\e87a"}.fa-move2:before{content:"\e87b"}.fa-warning3:before{content:"\e87c"}.fa-question-circle2:before{content:"\e87d"}.fa-menu-circle:before{content:"\e87e"}.fa-checkmark-circle:before{content:"\e87f"}.fa-cross-circle:before{content:"\e880"}.fa-plus-circle2:before{content:"\e881"}.fa-circle-minus2:before{content:"\e882"}.fa-arrow-up-circle:before{content:"\e883"}.fa-arrow-down-circle:before{content:"\e884"}.fa-arrow-left-circle:before{content:"\e885"}.fa-arrow-right-circle:before{content:"\e886"}.fa-chevron-up-circle:before{content:"\e887"}.fa-chevron-down-circle:before{content:"\e888"}.fa-chevron-left-circle:before{content:"\e889"}.fa-chevron-right-circle:before{content:"\e88a"}.fa-crop2:before{content:"\e88b"}.fa-frame-expand:before{content:"\e88c"}.fa-frame-contract:before{content:"\e88d"}.fa-layers3:before{content:"\e88e"}.fa-funnel:before{content:"\e88f"}.fa-text-format:before{content:"\e890"}.fa-text-format-remove:before{content:"\e891"}.fa-text-size:before{content:"\e892"}.fa-bold2:before{content:"\e893"}.fa-italic2:before{content:"\e894"}.fa-underline2:before{content:"\e895"}.fa-strikethrough2:before{content:"\e896"}.fa-highlight:before{content:"\e897"}.fa-text-align-left:before{content:"\e898"}.fa-text-align-center:before{content:"\e899"}.fa-text-align-right:before{content:"\e89a"}.fa-text-align-justify:before{content:"\e89b"}.fa-line-spacing:before{content:"\e89c"}.fa-indent-increase:before{content:"\e89d"}.fa-indent-decrease:before{content:"\e89e"}.fa-pilcrow:before{content:"\e89f"}.fa-direction-ltr:before{content:"\e8a0"}.fa-direction-rtl:before{content:"\e8a1"}.fa-page-break:before{content:"\e8a2"}.fa-sort-alpha-asc2:before{content:"\e8a3"}.fa-sort-amount-asc2:before{content:"\e8a4"}.fa-hand:before{content:"\e8a5"}.fa-pointer-up:before{content:"\e8a6"}.fa-pointer-right:before{content:"\e8a7"}.fa-pointer-down:before{content:"\e8a8"}.fa-pointer-left:before{content:"\e8a9"}/*
----------------------------------------------------------
[Table of contents]


#Skins-Colors
#Skins-Typography
#Skins-General
#Skins-Buttons
#Skins-Alerts
#Skins-Menus
#Skins-Thumbs


----------------------------------------------------------
*/
/*
----------------------------------------------------------


#Skins-Color


----------------------------------------------------------
*/

/*----------------------------------------------------------
#transparent
----------------------------------------------------------*/
.style-transparent-bg { background-color: transparent; }
.btn-transparent { color: #ffffff !important; background-color: transparent !important; border-color: transparent !important; }
.btn-transparent:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-transparent:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-transparent:active { background-color: transparent !important; border-color: transparent !important;}
.btn-transparent.btn-flat:not(.btn-hover-nobg):hover, .btn-transparent.btn-flat:not(.btn-hover-nobg):focus,.btn-transparent.btn-flat:active { background-color: transparent !important; border-color: transparent !important;}
.btn-transparent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-transparent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-transparent:active { color: transparent !important; }
.btn-transparent.btn-outline { background-color: transparent !important; border-color: transparent !important; }
.btn-transparent.btn-outline:not(.btn-text-skin) { color: transparent !important; }
.btn-transparent.btn-outline:not(.btn-hover-nobg):hover, .btn-transparent.btn-outline:not(.btn-hover-nobg):focus, btn-transparent.btn-outline:active { background-color: transparent !important; border-color: transparent !important; }
.btn-transparent.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-transparent.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-transparent.btn-outline:active { color: #ffffff !important; }
.style-light .btn-transparent.btn-text-skin.btn-outline, .style-light .btn-transparent.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-transparent.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-transparent-color { color: transparent !important; fill: transparent !important; }
.border-transparent-color { border-color: transparent !important; }
.tmb-overlay-gradient-top .style-transparent-bg { background-color: transparent !important; }
.tmb-overlay-gradient-bottom .style-transparent-bg:not(.tmb-term-evidence) { background-color: transparent !important; }

/*----------------------------------------------------------
#color-jevc
----------------------------------------------------------*/
.style-color-jevc-bg { background-color: #000000; }
.btn-color-jevc { color: #ffffff !important; background-color: #000000 !important; border-color: #000000 !important; }
.btn-color-jevc:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-jevc:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-jevc:active { background-color: transparent !important; border-color: #000000 !important;}
.btn-color-jevc.btn-flat:not(.btn-hover-nobg):hover, .btn-color-jevc.btn-flat:not(.btn-hover-nobg):focus,.btn-color-jevc.btn-flat:active { background-color: #000000 !important; border-color: #000000 !important;}
.btn-color-jevc:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-jevc:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-jevc:active { color: #000000 !important; }
.btn-color-jevc.btn-outline { background-color: transparent !important; border-color: #000000 !important; }
.btn-color-jevc.btn-outline:not(.btn-text-skin) { color: #000000 !important; }
.btn-color-jevc.btn-outline:not(.btn-hover-nobg):hover, .btn-color-jevc.btn-outline:not(.btn-hover-nobg):focus, btn-color-jevc.btn-outline:active { background-color: #000000 !important; border-color: #000000 !important; }
.btn-color-jevc.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-jevc.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-jevc.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-jevc.btn-text-skin.btn-outline, .style-light .btn-color-jevc.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-jevc.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-jevc-color { color: #000000 !important; fill: #000000 !important; }
.border-color-jevc-color { border-color: #000000 !important; }
.tmb-overlay-gradient-top .style-color-jevc-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-jevc-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 50%) !important;}

/*----------------------------------------------------------
#color-nhtu
----------------------------------------------------------*/
.style-color-nhtu-bg { background-color: #101213; }
.btn-color-nhtu { color: #ffffff !important; background-color: #101213 !important; border-color: #101213 !important; }
.btn-color-nhtu:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-nhtu:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-nhtu:active { background-color: transparent !important; border-color: #101213 !important;}
.btn-color-nhtu.btn-flat:not(.btn-hover-nobg):hover, .btn-color-nhtu.btn-flat:not(.btn-hover-nobg):focus,.btn-color-nhtu.btn-flat:active { background-color: #030506 !important; border-color: #030506 !important;}
.btn-color-nhtu:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-nhtu:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-nhtu:active { color: #101213 !important; }
.btn-color-nhtu.btn-outline { background-color: transparent !important; border-color: #101213 !important; }
.btn-color-nhtu.btn-outline:not(.btn-text-skin) { color: #101213 !important; }
.btn-color-nhtu.btn-outline:not(.btn-hover-nobg):hover, .btn-color-nhtu.btn-outline:not(.btn-hover-nobg):focus, btn-color-nhtu.btn-outline:active { background-color: #101213 !important; border-color: #101213 !important; }
.btn-color-nhtu.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-nhtu.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-nhtu.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-nhtu.btn-text-skin.btn-outline, .style-light .btn-color-nhtu.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-nhtu.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-nhtu-color { color: #101213 !important; fill: #101213 !important; }
.border-color-nhtu-color { border-color: #101213 !important; }
.tmb-overlay-gradient-top .style-color-nhtu-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #101213 0%, rgba(16, 18, 19, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-nhtu-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #101213 0%, rgba(16, 18, 19, 0) 50%) !important;}

/*----------------------------------------------------------
#color-wayh
----------------------------------------------------------*/
.style-color-wayh-bg { background-color: #141618; }
.btn-color-wayh { color: #ffffff !important; background-color: #141618 !important; border-color: #141618 !important; }
.btn-color-wayh:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-wayh:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-wayh:active { background-color: transparent !important; border-color: #141618 !important;}
.btn-color-wayh.btn-flat:not(.btn-hover-nobg):hover, .btn-color-wayh.btn-flat:not(.btn-hover-nobg):focus,.btn-color-wayh.btn-flat:active { background-color: #07090b !important; border-color: #07090b !important;}
.btn-color-wayh:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-wayh:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-wayh:active { color: #141618 !important; }
.btn-color-wayh.btn-outline { background-color: transparent !important; border-color: #141618 !important; }
.btn-color-wayh.btn-outline:not(.btn-text-skin) { color: #141618 !important; }
.btn-color-wayh.btn-outline:not(.btn-hover-nobg):hover, .btn-color-wayh.btn-outline:not(.btn-hover-nobg):focus, btn-color-wayh.btn-outline:active { background-color: #141618 !important; border-color: #141618 !important; }
.btn-color-wayh.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-wayh.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-wayh.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-wayh.btn-text-skin.btn-outline, .style-light .btn-color-wayh.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-wayh.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-wayh-color { color: #141618 !important; fill: #141618 !important; }
.border-color-wayh-color { border-color: #141618 !important; }
.tmb-overlay-gradient-top .style-color-wayh-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #141618 0%, rgba(20, 22, 24, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-wayh-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #141618 0%, rgba(20, 22, 24, 0) 50%) !important;}

/*----------------------------------------------------------
#color-rgdb
----------------------------------------------------------*/
.style-color-rgdb-bg { background-color: #1b1d1f; }
.btn-color-rgdb { color: #ffffff !important; background-color: #1b1d1f !important; border-color: #1b1d1f !important; }
.btn-color-rgdb:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-rgdb:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-rgdb:active { background-color: transparent !important; border-color: #1b1d1f !important;}
.btn-color-rgdb.btn-flat:not(.btn-hover-nobg):hover, .btn-color-rgdb.btn-flat:not(.btn-hover-nobg):focus,.btn-color-rgdb.btn-flat:active { background-color: #0e1012 !important; border-color: #0e1012 !important;}
.btn-color-rgdb:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-rgdb:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-rgdb:active { color: #1b1d1f !important; }
.btn-color-rgdb.btn-outline { background-color: transparent !important; border-color: #1b1d1f !important; }
.btn-color-rgdb.btn-outline:not(.btn-text-skin) { color: #1b1d1f !important; }
.btn-color-rgdb.btn-outline:not(.btn-hover-nobg):hover, .btn-color-rgdb.btn-outline:not(.btn-hover-nobg):focus, btn-color-rgdb.btn-outline:active { background-color: #1b1d1f !important; border-color: #1b1d1f !important; }
.btn-color-rgdb.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-rgdb.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-rgdb.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-rgdb.btn-text-skin.btn-outline, .style-light .btn-color-rgdb.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-rgdb.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-rgdb-color { color: #1b1d1f !important; fill: #1b1d1f !important; }
.border-color-rgdb-color { border-color: #1b1d1f !important; }
.tmb-overlay-gradient-top .style-color-rgdb-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #1b1d1f 0%, rgba(27, 29, 31, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-rgdb-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #1b1d1f 0%, rgba(27, 29, 31, 0) 50%) !important;}

/*----------------------------------------------------------
#color-prif
----------------------------------------------------------*/
.style-color-prif-bg { background-color: #303133; }
.btn-color-prif { color: #ffffff !important; background-color: #303133 !important; border-color: #303133 !important; }
.btn-color-prif:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-prif:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-prif:active { background-color: transparent !important; border-color: #303133 !important;}
.btn-color-prif.btn-flat:not(.btn-hover-nobg):hover, .btn-color-prif.btn-flat:not(.btn-hover-nobg):focus,.btn-color-prif.btn-flat:active { background-color: #232426 !important; border-color: #232426 !important;}
.btn-color-prif:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-prif:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-prif:active { color: #303133 !important; }
.btn-color-prif.btn-outline { background-color: transparent !important; border-color: #303133 !important; }
.btn-color-prif.btn-outline:not(.btn-text-skin) { color: #303133 !important; }
.btn-color-prif.btn-outline:not(.btn-hover-nobg):hover, .btn-color-prif.btn-outline:not(.btn-hover-nobg):focus, btn-color-prif.btn-outline:active { background-color: #303133 !important; border-color: #303133 !important; }
.btn-color-prif.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-prif.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-prif.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-prif.btn-text-skin.btn-outline, .style-light .btn-color-prif.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-prif.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-prif-color { color: #303133 !important; fill: #303133 !important; }
.border-color-prif-color { border-color: #303133 !important; }
.tmb-overlay-gradient-top .style-color-prif-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #303133 0%, rgba(48, 49, 51, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-prif-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #303133 0%, rgba(48, 49, 51, 0) 50%) !important;}

/*----------------------------------------------------------
#color-xsdn
----------------------------------------------------------*/
.style-color-xsdn-bg { background-color: #ffffff; }
.btn-color-xsdn { color: #ffffff !important; background-color: #ffffff !important; border-color: #ffffff !important; }
.btn-color-xsdn:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-xsdn:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-xsdn:active { background-color: transparent !important; border-color: #ffffff !important;}
.btn-color-xsdn.btn-flat:not(.btn-hover-nobg):hover, .btn-color-xsdn.btn-flat:not(.btn-hover-nobg):focus,.btn-color-xsdn.btn-flat:active { background-color: #f2f2f2 !important; border-color: #f2f2f2 !important;}
.btn-color-xsdn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-xsdn:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-xsdn:active { color: #ffffff !important; }
.btn-color-xsdn.btn-outline { background-color: transparent !important; border-color: #ffffff !important; }
.btn-color-xsdn.btn-outline:not(.btn-text-skin) { color: #ffffff !important; }
.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):hover, .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):focus, btn-color-xsdn.btn-outline:active { background-color: #ffffff !important; border-color: #ffffff !important; }
.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-xsdn.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-xsdn.btn-text-skin.btn-outline, .style-light .btn-color-xsdn.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-xsdn.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-xsdn-color { color: #ffffff !important; fill: #ffffff !important; }
.border-color-xsdn-color { border-color: #ffffff !important; }
.tmb-overlay-gradient-top .style-color-xsdn-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-xsdn-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 50%) !important;}

/*----------------------------------------------------------
#color-lxmt
----------------------------------------------------------*/
.style-color-lxmt-bg { background-color: #f7f7f7; }
.btn-color-lxmt { color: #ffffff !important; background-color: #f7f7f7 !important; border-color: #f7f7f7 !important; }
.btn-color-lxmt:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-lxmt:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-lxmt:active { background-color: transparent !important; border-color: #f7f7f7 !important;}
.btn-color-lxmt.btn-flat:not(.btn-hover-nobg):hover, .btn-color-lxmt.btn-flat:not(.btn-hover-nobg):focus,.btn-color-lxmt.btn-flat:active { background-color: #eaeaea !important; border-color: #eaeaea !important;}
.btn-color-lxmt:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-lxmt:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-lxmt:active { color: #f7f7f7 !important; }
.btn-color-lxmt.btn-outline { background-color: transparent !important; border-color: #f7f7f7 !important; }
.btn-color-lxmt.btn-outline:not(.btn-text-skin) { color: #f7f7f7 !important; }
.btn-color-lxmt.btn-outline:not(.btn-hover-nobg):hover, .btn-color-lxmt.btn-outline:not(.btn-hover-nobg):focus, btn-color-lxmt.btn-outline:active { background-color: #f7f7f7 !important; border-color: #f7f7f7 !important; }
.btn-color-lxmt.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-lxmt.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-lxmt.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-lxmt.btn-text-skin.btn-outline, .style-light .btn-color-lxmt.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-lxmt.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-lxmt-color { color: #f7f7f7 !important; fill: #f7f7f7 !important; }
.border-color-lxmt-color { border-color: #f7f7f7 !important; }
.tmb-overlay-gradient-top .style-color-lxmt-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-lxmt-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #f7f7f7 0%, rgba(247, 247, 247, 0) 50%) !important;}

/*----------------------------------------------------------
#color-gyho
----------------------------------------------------------*/
.style-color-gyho-bg { background-color: #eaeaea; }
.btn-color-gyho { color: #ffffff !important; background-color: #eaeaea !important; border-color: #eaeaea !important; }
.btn-color-gyho:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-gyho:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-gyho:active { background-color: transparent !important; border-color: #eaeaea !important;}
.btn-color-gyho.btn-flat:not(.btn-hover-nobg):hover, .btn-color-gyho.btn-flat:not(.btn-hover-nobg):focus,.btn-color-gyho.btn-flat:active { background-color: #dddddd !important; border-color: #dddddd !important;}
.btn-color-gyho:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-gyho:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-gyho:active { color: #eaeaea !important; }
.btn-color-gyho.btn-outline { background-color: transparent !important; border-color: #eaeaea !important; }
.btn-color-gyho.btn-outline:not(.btn-text-skin) { color: #eaeaea !important; }
.btn-color-gyho.btn-outline:not(.btn-hover-nobg):hover, .btn-color-gyho.btn-outline:not(.btn-hover-nobg):focus, btn-color-gyho.btn-outline:active { background-color: #eaeaea !important; border-color: #eaeaea !important; }
.btn-color-gyho.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-gyho.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-gyho.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-gyho.btn-text-skin.btn-outline, .style-light .btn-color-gyho.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-gyho.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-gyho-color { color: #eaeaea !important; fill: #eaeaea !important; }
.border-color-gyho-color { border-color: #eaeaea !important; }
.tmb-overlay-gradient-top .style-color-gyho-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #eaeaea 0%, rgba(234, 234, 234, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-gyho-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #eaeaea 0%, rgba(234, 234, 234, 0) 50%) !important;}

/*----------------------------------------------------------
#color-uydo
----------------------------------------------------------*/
.style-color-uydo-bg { background-color: #dddddd; }
.btn-color-uydo { color: #ffffff !important; background-color: #dddddd !important; border-color: #dddddd !important; }
.btn-color-uydo:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-uydo:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-uydo:active { background-color: transparent !important; border-color: #dddddd !important;}
.btn-color-uydo.btn-flat:not(.btn-hover-nobg):hover, .btn-color-uydo.btn-flat:not(.btn-hover-nobg):focus,.btn-color-uydo.btn-flat:active { background-color: #d0d0d0 !important; border-color: #d0d0d0 !important;}
.btn-color-uydo:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-uydo:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-uydo:active { color: #dddddd !important; }
.btn-color-uydo.btn-outline { background-color: transparent !important; border-color: #dddddd !important; }
.btn-color-uydo.btn-outline:not(.btn-text-skin) { color: #dddddd !important; }
.btn-color-uydo.btn-outline:not(.btn-hover-nobg):hover, .btn-color-uydo.btn-outline:not(.btn-hover-nobg):focus, btn-color-uydo.btn-outline:active { background-color: #dddddd !important; border-color: #dddddd !important; }
.btn-color-uydo.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-uydo.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-uydo.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-uydo.btn-text-skin.btn-outline, .style-light .btn-color-uydo.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-uydo.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-uydo-color { color: #dddddd !important; fill: #dddddd !important; }
.border-color-uydo-color { border-color: #dddddd !important; }
.tmb-overlay-gradient-top .style-color-uydo-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #dddddd 0%, rgba(221, 221, 221, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-uydo-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #dddddd 0%, rgba(221, 221, 221, 0) 50%) !important;}

/*----------------------------------------------------------
#color-wvjs
----------------------------------------------------------*/
.style-color-wvjs-bg { background-color: #777777; }
.btn-color-wvjs { color: #ffffff !important; background-color: #777777 !important; border-color: #777777 !important; }
.btn-color-wvjs:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-wvjs:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-wvjs:active { background-color: transparent !important; border-color: #777777 !important;}
.btn-color-wvjs.btn-flat:not(.btn-hover-nobg):hover, .btn-color-wvjs.btn-flat:not(.btn-hover-nobg):focus,.btn-color-wvjs.btn-flat:active { background-color: #6a6a6a !important; border-color: #6a6a6a !important;}
.btn-color-wvjs:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-wvjs:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-wvjs:active { color: #777777 !important; }
.btn-color-wvjs.btn-outline { background-color: transparent !important; border-color: #777777 !important; }
.btn-color-wvjs.btn-outline:not(.btn-text-skin) { color: #777777 !important; }
.btn-color-wvjs.btn-outline:not(.btn-hover-nobg):hover, .btn-color-wvjs.btn-outline:not(.btn-hover-nobg):focus, btn-color-wvjs.btn-outline:active { background-color: #777777 !important; border-color: #777777 !important; }
.btn-color-wvjs.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-wvjs.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-wvjs.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-wvjs.btn-text-skin.btn-outline, .style-light .btn-color-wvjs.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-wvjs.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-wvjs-color { color: #777777 !important; fill: #777777 !important; }
.border-color-wvjs-color { border-color: #777777 !important; }
.tmb-overlay-gradient-top .style-color-wvjs-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #777777 0%, rgba(119, 119, 119, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-wvjs-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #777777 0%, rgba(119, 119, 119, 0) 50%) !important;}

/*----------------------------------------------------------
#color-127958
----------------------------------------------------------*/
.style-color-127958-bg { background-color: #1fd1cb; }
.btn-color-127958 { color: #ffffff !important; background-color: #1fd1cb !important; border-color: #1fd1cb !important; }
.btn-color-127958:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-color-127958:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-color-127958:active { background-color: transparent !important; border-color: #1fd1cb !important;}
.btn-color-127958.btn-flat:not(.btn-hover-nobg):hover, .btn-color-127958.btn-flat:not(.btn-hover-nobg):focus,.btn-color-127958.btn-flat:active { background-color: #12c4be !important; border-color: #12c4be !important;}
.btn-color-127958:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-127958:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-color-127958:active { color: #1fd1cb !important; }
.btn-color-127958.btn-outline { background-color: transparent !important; border-color: #1fd1cb !important; }
.btn-color-127958.btn-outline:not(.btn-text-skin) { color: #1fd1cb !important; }
.btn-color-127958.btn-outline:not(.btn-hover-nobg):hover, .btn-color-127958.btn-outline:not(.btn-hover-nobg):focus, btn-color-127958.btn-outline:active { background-color: #1fd1cb !important; border-color: #1fd1cb !important; }
.btn-color-127958.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-color-127958.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-color-127958.btn-outline:active { color: #ffffff !important; }
.style-light .btn-color-127958.btn-text-skin.btn-outline, .style-light .btn-color-127958.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-color-127958.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-color-127958-color { color: #1fd1cb !important; fill: #1fd1cb !important; }
.border-color-127958-color { border-color: #1fd1cb !important; }
.tmb-overlay-gradient-top .style-color-127958-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #1fd1cb 0%, rgba(31, 209, 203, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-color-127958-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #1fd1cb 0%, rgba(31, 209, 203, 0) 50%) !important;}

/*----------------------------------------------------------
#accent
----------------------------------------------------------*/
.style-accent-bg { background-color: #1fd1cb; }
.btn-accent { color: #ffffff !important; background-color: #1fd1cb !important; border-color: #1fd1cb !important; }
.btn-accent:not(.btn-hover-nobg):not(.icon-animated):hover, .btn-accent:not(.btn-hover-nobg):not(.icon-animated):focus,.btn-accent:active { background-color: transparent !important; border-color: #1fd1cb !important;}
.btn-accent.btn-flat:not(.btn-hover-nobg):hover, .btn-accent.btn-flat:not(.btn-hover-nobg):focus,.btn-accent.btn-flat:active { background-color: #12c4be !important; border-color: #12c4be !important;}
.btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-accent:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus,.btn-accent:active { color: #1fd1cb !important; }
.btn-accent.btn-outline { background-color: transparent !important; border-color: #1fd1cb !important; }
.btn-accent.btn-outline:not(.btn-text-skin) { color: #1fd1cb !important; }
.btn-accent.btn-outline:not(.btn-hover-nobg):hover, .btn-accent.btn-outline:not(.btn-hover-nobg):focus, btn-accent.btn-outline:active { background-color: #1fd1cb !important; border-color: #1fd1cb !important; }
.btn-accent.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):hover, .btn-accent.btn-outline:not(.btn-hover-nobg):not(.btn-text-skin):not(.icon-animated):focus, btn-accent.btn-outline:active { color: #ffffff !important; }
.style-light .btn-accent.btn-text-skin.btn-outline, .style-light .btn-accent.btn-text-skin:not(.btn-outline):hover { color: #303133 !important; }
.style-light .btn-accent.btn-text-skin.btn-outline:hover { color: #ffffff !important; }
.text-accent-color { color: #1fd1cb !important; fill: #1fd1cb !important; }
.border-accent-color { border-color: #1fd1cb !important; }
.tmb-overlay-gradient-top .style-accent-bg { background-color: transparent !important; background-image: linear-gradient(to bottom, #1fd1cb 0%, rgba(31, 209, 203, 0) 50%) !important;}
.tmb-overlay-gradient-bottom .style-accent-bg:not(.tmb-term-evidence) { background-color: transparent !important; background-image: linear-gradient(to top, #1fd1cb 0%, rgba(31, 209, 203, 0) 50%) !important;}

/*----------------------------------------------------------
#Style light
----------------------------------------------------------*/
.style-light-bg { background-color: #ffffff; }
.border-light-bg { border-color: #ffffff; }

/*----------------------------------------------------------
#Style dark
----------------------------------------------------------*/
.style-dark-bg { background-color: #141618; }
.border-dark-bg { border-color: #141618; }

/*----------------------------------------------------------
#Color fix
----------------------------------------------------------*/
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus { color: #333333 !important; }
/*
----------------------------------------------------------


#Skins-Typography


----------------------------------------------------------
*/

/*----------------------------------------------------------
#Roboto
----------------------------------------------------------*/
.font-199673 { font-family: Roboto !important; }
.btn-custom-typo.font-199673 { font-family: Roboto !important; }

/*----------------------------------------------------------
#'Playfair Display SC'
----------------------------------------------------------*/
.font-107922 { font-family: 'Playfair Display SC' !important; }
.btn-custom-typo.font-107922 { font-family: 'Playfair Display SC' !important; }

/*----------------------------------------------------------
#Standard font size
----------------------------------------------------------*/
body,p,li,dt,dd,dl,address,label,small,pre,code { font-size: 15px; }
.text-lead, .text-lead > * { font-size: 18px; }
@media (max-width: 1499px) { .uncode-slider .text-lead > * { font-size: 16px; } }
@media (max-width: 959px) { .uncode-slider .text-lead > * { font-size: 13px; } }
h1:not([class*="fontsize-"]),.h1:not([class*="fontsize-"]) { font-size: 35px; }
h2:not([class*="fontsize-"]),.h2:not([class*="fontsize-"]) { font-size: 29px; }
h3:not([class*="fontsize-"]),.h3:not([class*="fontsize-"]) { font-size: 24px; }
h4:not([class*="fontsize-"]),.h4:not([class*="fontsize-"]) { font-size: 20px; }
h5:not([class*="fontsize-"]),.h5:not([class*="fontsize-"]) { font-size: 17px; }
h6:not([class*="fontsize-"]),.h6:not([class*="fontsize-"]) { font-size: 14px; }

/*
----------------------------------------------------------
[Table of contents]

#Skins-General
#Skins-Buttons
#Skins-Alerts
#Skins-Menus
#Skins-Thumbs

----------------------------------------------------------
*/
/*
----------------------------------------------------------

#Skins-General

----------------------------------------------------------
*/
/* #GENERAL */
body {
  font-weight: 400;
  font-family: ;
}
::selection {
  background: #1fd1cb;
  color: #ffffff !important;
}
::-moz-selection {
  background: #1fd1cb;
  color: #ffffff !important;
}
/* #Font-ui-fixed */
.font-ui-fixed,
.post-info,
.widget-container .widget-title,
#comments .comments-title,
#respond .comments-title,
#comments #reply-title,
#respond #reply-title,
.uncode-share h6,
.woocommerce div.product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab-title,
.woocommerce div.single-product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab-title,
.woocommerce #content div.product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab-title,
.woocommerce #content div.single-product .wootabs .tab-pane:not(.tab-vcomposer) .product-tab-title,
.woocommerce #reviews .woocomments .woocomments-title,
.woocommerce .products.related .related-title,
.woocommerce #review_form #respond #reply-title {
  font-family: ;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
}
.font-ui,
.plan .plan-price .price,
#main-logo .text-logo,
.isotope-filters ul.menu-smart > li > span > a:not(.social-menu-link),
.comment-content .comment-reply-link span,
.comment-content .comment-reply-link {
  font-family: ;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
/* #Body-color-light */
.style-light {
  color: #777777;
}
/* #Body-color-dark */
.style-dark {
  color: #ffffff;
}
/* #Divider-break */
hr.separator-break {
  width: 90px;
  border-top-width: 2px;
}
hr.separator-break.separator-accent {
  border-color: #1fd1cb !important;
}
/* #Paragraph-color */
/* #Link-color */
.style-dark .link,
.style-dark.style-override .link,
.style-light .style-dark .link,
.style-dark a,
.style-dark.style-override a,
.style-light .style-dark a,
.style-dark input[type=checkbox]:checked:before,
.style-dark.style-override input[type=checkbox]:checked:before,
.style-light .style-dark input[type=checkbox]:checked:before {
  color: #ffffff;
}
.style-light .link,
.style-light.style-override .link,
.style-dark .style-light .link,
.style-light a,
.style-light.style-override a,
.style-dark .style-light a,
.style-light input[type=checkbox]:checked:before,
.style-light.style-override input[type=checkbox]:checked:before,
.style-dark .style-light input[type=checkbox]:checked:before {
  color: #303133;
}
/* #Link-color-hover */
.style-dark .link-hover,
.style-dark.style-override .link-hover,
.style-light .style-dark .link-hover,
.style-dark a:not(.btn-text-skin):hover,
.style-dark.style-override a:not(.btn-text-skin):hover,
.style-light .style-dark a:not(.btn-text-skin):hover,
.style-dark a:not(.btn-text-skin):focus,
.style-dark.style-override a:not(.btn-text-skin):focus,
.style-light .style-dark a:not(.btn-text-skin):focus,
.style-dark a.active,
.style-dark.style-override a.active,
.style-light .style-dark a.active,
.style-dark .tmb .t-entry-text .t-entry-title a:hover,
.style-dark.style-override .tmb .t-entry-text .t-entry-title a:hover,
.style-light .style-dark .tmb .t-entry-text .t-entry-title a:hover,
.style-dark .tmb .t-entry-text .t-entry-title a:focus,
.style-dark.style-override .tmb .t-entry-text .t-entry-title a:focus,
.style-light .style-dark .tmb .t-entry-text .t-entry-title a:focus,
.style-dark .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-dark .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-dark .tmb .t-entry p.t-entry-comments .extras a:focus i,
.style-dark.style-override .tmb .t-entry p.t-entry-comments .extras a:focus i,
.style-light .style-dark .tmb .t-entry p.t-entry-comments .extras a:focus i,
.style-dark .widget_nav_menu li.active > a,
.style-dark.style-override .widget_nav_menu li.active > a,
.style-light .style-dark .widget_nav_menu li.active > a,
.style-dark div[class*=sharer-].share-button label:hover,
.style-dark.style-override div[class*=sharer-].share-button label:hover,
.style-light .style-dark div[class*=sharer-].share-button label:hover,
.style-dark div[class*=sharer-].share-button label:focus,
.style-dark.style-override div[class*=sharer-].share-button label:focus,
.style-light .style-dark div[class*=sharer-].share-button label:focus {
  color: #1fd1cb;
}
.style-light .link-hover,
.style-light.style-override .link-hover,
.style-dark .style-light .link-hover,
.style-light a:not(.btn-text-skin):hover,
.style-light.style-override a:not(.btn-text-skin):hover,
.style-dark .style-light a:not(.btn-text-skin):hover,
.style-light a:not(.btn-text-skin):focus,
.style-light.style-override a:not(.btn-text-skin):focus,
.style-dark .style-light a:not(.btn-text-skin):focus,
.style-light a.active,
.style-light.style-override a.active,
.style-dark .style-light a.active,
.style-light .tmb .t-entry-text .t-entry-title a:hover,
.style-light.style-override .tmb .t-entry-text .t-entry-title a:hover,
.style-dark .style-light .tmb .t-entry-text .t-entry-title a:hover,
.style-light .tmb .t-entry-text .t-entry-title a:focus,
.style-light.style-override .tmb .t-entry-text .t-entry-title a:focus,
.style-dark .style-light .tmb .t-entry-text .t-entry-title a:focus,
.style-light .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-light.style-override .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a:hover i,
.style-light .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-light.style-override .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a.active i,
.style-light .tmb .t-entry p.t-entry-comments .extras a:focus i,
.style-light.style-override .tmb .t-entry p.t-entry-comments .extras a:focus i,
.style-dark .style-light .tmb .t-entry p.t-entry-comments .extras a:focus i,
.style-light .widget_nav_menu li.active > a,
.style-light.style-override .widget_nav_menu li.active > a,
.style-dark .style-light .widget_nav_menu li.active > a,
.style-light div[class*=sharer-].share-button label:hover,
.style-light.style-override div[class*=sharer-].share-button label:hover,
.style-dark .style-light div[class*=sharer-].share-button label:hover,
.style-light div[class*=sharer-].share-button label:focus,
.style-light.style-override div[class*=sharer-].share-button label:focus,
.style-dark .style-light div[class*=sharer-].share-button label:focus {
  color: #1fd1cb;
}
/* #Link-color-background */
.style-dark .link-bg,
.style-dark.style-override .link-bg,
.style-light .style-dark .link-bg,
.style-dark input[type=radio]:checked:before,
.style-dark.style-override input[type=radio]:checked:before,
.style-light .style-dark input[type=radio]:checked:before {
  background-color: #1fd1cb;
}
.style-light .link-bg,
.style-light.style-override .link-bg,
.style-dark .style-light .link-bg,
.style-light input[type=radio]:checked:before,
.style-light.style-override input[type=radio]:checked:before,
.style-dark .style-light input[type=radio]:checked:before {
  background-color: #1fd1cb;
}
.style-dark .text-default-color,
.style-light .style-dark .text-default-color {
  color: #ffffff;
}
.style-light .text-default-color,
.style-dark .style-light .text-default-color {
  color: #303133;
}
.color-accent-border,
blockquote {
  border-color: #1fd1cb;
}
.color-accent-background,
mark,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.woocommerce span.onsale,
.widget_price_filter .ui-slider .ui-slider-range,
.uncode-cart .badge,
.mobile-shopping-cart .badge {
  background-color: #1fd1cb;
}
.color-accent-color,
body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn),
body.textual-accent-color .post-content > div ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn),
body.textual-accent-color .post-content > div dt a:not(.btn),
body.textual-accent-color .post-content > div dd a:not(.btn),
body.textual-accent-color .post-content > div dl a:not(.btn),
body.textual-accent-color .post-content > div address a:not(.btn),
body.textual-accent-color .post-content > div label a:not(.btn),
body.textual-accent-color .post-content > div small a:not(.btn),
body.textual-accent-color .row-container .post-content p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn),
body.textual-accent-color .row-container .post-content ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn),
body.textual-accent-color .row-container .post-content dt a:not(.btn),
body.textual-accent-color .row-container .post-content dd a:not(.btn),
body.textual-accent-color .row-container .post-content dl a:not(.btn),
body.textual-accent-color .row-container .post-content address a:not(.btn),
body.textual-accent-color .row-container .post-content label a:not(.btn),
body.textual-accent-color .row-container .post-content small a:not(.btn),
.wpcf7 .wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 span.wpcf7-not-valid-tip,
.nav-tabs > li.active > a,
.panel-title.active > a,
.panel-title.active > a span:after,
.plan-accent.plan .plan-title > h3,
.plan-accent.plan .plan-price .price {
  color: #1fd1cb !important;
}
.color-accent-darker,
body.textual-accent-color .post-content p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.active:not(.btn),
body.textual-accent-color .post-content ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content ul:not(.menu-smart):not(.nav-tabs):not(.pagination) a.active:not(.btn),
body.textual-accent-color .post-content dt a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content dt a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content dt a.active:not(.btn),
body.textual-accent-color .post-content dd a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content dd a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content dd a.active:not(.btn),
body.textual-accent-color .post-content dl a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content dl a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content dl a.active:not(.btn),
body.textual-accent-color .post-content address a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content address a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content address a.active:not(.btn),
body.textual-accent-color .post-content label a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content label a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content label a.active:not(.btn),
body.textual-accent-color .post-content small a:not(.btn-text-skin):hover:not(.btn),
body.textual-accent-color .post-content small a:not(.btn-text-skin):focus:not(.btn),
body.textual-accent-color .post-content small a.active:not(.btn) {
  color: #06b8b2 !important;
}
/* #Heading-style */
.headings-style,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-text > p,
.tmb .t-entry .t-entry-cat,
.tmb .t-entry .t-entry-title,
:not(.enhanced-atc).tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a,
.author-details-data .author-heading span,
.vc_pie_chart .vc_pie_chart_value,
ul.dwls_search_results .daves-wordpress-live-search_title .search-title,
.woocommerce div.product span.price,
.woocommerce div.single-product span.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.single-product span.price,
.woocommerce div.product p.price,
.woocommerce div.single-product p.price,
.woocommerce #content div.product p.price,
.woocommerce #content div.single-product p.price,
.woocommerce div.product form.cart .group_table .price,
.woocommerce div.single-product form.cart .group_table .price,
.woocommerce #content div.product form.cart .group_table .price,
.woocommerce #content div.single-product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price *,
.woocommerce div.single-product form.cart .group_table .price *,
.woocommerce #content div.product form.cart .group_table .price *,
.woocommerce #content div.single-product form.cart .group_table .price *,
span.price,
p.price,
p .thank-you {
  letter-spacing: 0.00em;
  font-weight: 600;
  font-family: 'Playfair Display SC';
}
/* #Headings-color */
.style-dark .headings-color,
.style-light .style-dark .headings-color,
.style-dark h1,
.style-light .style-dark h1,
.style-dark h2,
.style-light .style-dark h2,
.style-dark h3,
.style-light .style-dark h3,
.style-dark h4,
.style-light .style-dark h4,
.style-dark h5,
.style-light .style-dark h5,
.style-dark h6,
.style-light .style-dark h6,
.style-dark .heading-text > p,
.style-light .style-dark .heading-text > p,
.style-dark p b,
.style-light .style-dark p b,
.style-dark p strong,
.style-light .style-dark p strong,
.style-dark dl dt,
.style-light .style-dark dl dt,
.style-dark blockquote p,
.style-light .style-dark blockquote p,
.style-dark table thead,
.style-light .style-dark table thead,
.style-dark form p,
.style-light .style-dark form p,
.style-dark .panel-title > a span:after,
.style-light .style-dark .panel-title > a span:after,
.style-dark .plan .plan-price .price,
.style-light .style-dark .plan .plan-price .price,
.style-dark .detail-label,
.style-light .style-dark .detail-label,
.style-dark .countdown,
.style-light .style-dark .countdown,
.style-dark .counter,
.style-light .style-dark .counter,
.style-dark .counter-suffix,
.style-light .style-dark .counter-suffix,
.style-dark .counter-prefix,
.style-light .style-dark .counter-prefix,
.style-dark .header-wrapper .header-scrolldown i,
.style-light .style-dark .header-wrapper .header-scrolldown i,
.style-dark .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-light .style-dark .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-dark .header-main-container .post-info,
.style-light .style-dark .header-main-container .post-info,
.style-dark .header-main-container .post-info a,
.style-light .style-dark .header-main-container .post-info a,
.style-dark .widget-container.widget_recent_comments li:before,
.style-light .style-dark .widget-container.widget_recent_comments li:before,
.style-dark .widget-container.widget_recent_entries li:before,
.style-light .style-dark .widget-container.widget_recent_entries li:before,
.style-dark .widget-container.widget_pages li:before,
.style-light .style-dark .widget-container.widget_pages li:before,
.style-dark .widget-container.widget_top_rated_products li:before,
.style-light .style-dark .widget-container.widget_top_rated_products li:before,
.style-dark .widget-container.widget_recent_reviews li:before,
.style-light .style-dark .widget-container.widget_recent_reviews li:before,
.style-dark .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-light .style-dark .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-dark .widget-container.widget_latest_tweets .tweet-text:before,
.style-light .style-dark .widget-container.widget_latest_tweets .tweet-text:before,
.style-dark .comment-content .comment-author a,
.style-light .style-dark .comment-content .comment-author a,
.style-dark .comment-content .comment-author span,
.style-light .style-dark .comment-content .comment-author span,
.style-dark .author-details-data .author-name a,
.style-light .style-dark .author-details-data .author-name a,
.style-dark div[class*=sharer-].share-button label,
.style-light .style-dark div[class*=sharer-].share-button label,
.style-dark .share-button.share-inline .social.top li,
.style-light .style-dark .share-button.share-inline .social.top li,
.style-dark .vc_progress_bar .vc_progress_label,
.style-light .style-dark .vc_progress_bar .vc_progress_label,
.style-dark .vc_pie_chart .vc_pie_chart_value,
.style-light .style-dark .vc_pie_chart .vc_pie_chart_value,
.style-dark ul.dwls_search_results .daves-wordpress-live-search_title .search-title,
.style-light .style-dark ul.dwls_search_results .daves-wordpress-live-search_title .search-title,
.style-dark ul.dwls_search_results .daves-wordpress-live-search_author,
.style-light .style-dark ul.dwls_search_results .daves-wordpress-live-search_author,
.style-dark .woocommerce nav.woocommerce-pagination ul li a,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a,
.style-dark .woocommerce nav.woocommerce-pagination ul li span,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li span,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li span,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li span,
.style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .amount,
.style-light .style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .amount,
.style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .amount,
.style-light .style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .amount,
.style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li a,
.style-light .style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li a,
.style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li a,
.style-light .style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li a,
.style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .h2,
.style-light .style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .h2,
.style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .h2,
.style-light .style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .h2,
.style-dark .woocommerce.widget_shopping_cart .total,
.style-light .style-dark .woocommerce.widget_shopping_cart .total,
.style-dark .woocommerce .widget_shopping_cart .total,
.style-light .style-dark .woocommerce .widget_shopping_cart .total,
.style-dark .woocommerce .cart-collaterals .cart_totals table th,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals table th,
.style-dark .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-dark .woocommerce .order_details li strong,
.style-light .style-dark .woocommerce .order_details li strong,
.style-dark .star-rating,
.style-light .style-dark .star-rating,
.style-dark span.price,
.style-light .style-dark span.price,
.style-dark p.price,
.style-light .style-dark p.price,
.style-dark table.shop_attributes th,
.style-light .style-dark table.shop_attributes th,
.style-dark td.product-name a,
.style-light .style-dark td.product-name a,
.style-dark p .thank-you,
.style-light .style-dark p .thank-you,
.style-dark .form-row label,
.style-light .style-dark .form-row label,
.style-dark .row-message,
.style-light .style-dark .row-message,
.style-dark .order-details tfoot tr:last-child,
.style-light .style-dark .order-details tfoot tr:last-child,
.style-dark #order_review tfoot tr:last-child,
.style-light .style-dark #order_review tfoot tr:last-child,
.style-dark table.variations label,
.style-light .style-dark table.variations label {
  color: #ffffff;
}
.style-light .headings-color,
.style-dark .style-light .headings-color,
.style-light h1,
.style-dark .style-light h1,
.style-light h2,
.style-dark .style-light h2,
.style-light h3,
.style-dark .style-light h3,
.style-light h4,
.style-dark .style-light h4,
.style-light h5,
.style-dark .style-light h5,
.style-light h6,
.style-dark .style-light h6,
.style-light .heading-text > p,
.style-dark .style-light .heading-text > p,
.style-light p b,
.style-dark .style-light p b,
.style-light p strong,
.style-dark .style-light p strong,
.style-light dl dt,
.style-dark .style-light dl dt,
.style-light blockquote p,
.style-dark .style-light blockquote p,
.style-light table thead,
.style-dark .style-light table thead,
.style-light form p,
.style-dark .style-light form p,
.style-light .panel-title > a span:after,
.style-dark .style-light .panel-title > a span:after,
.style-light .plan .plan-price .price,
.style-dark .style-light .plan .plan-price .price,
.style-light .detail-label,
.style-dark .style-light .detail-label,
.style-light .countdown,
.style-dark .style-light .countdown,
.style-light .counter,
.style-dark .style-light .counter,
.style-light .counter-suffix,
.style-dark .style-light .counter-suffix,
.style-light .counter-prefix,
.style-dark .style-light .counter-prefix,
.style-light .header-wrapper .header-scrolldown i,
.style-dark .style-light .header-wrapper .header-scrolldown i,
.style-light .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-dark .style-light .header-wrapper .header-content-inner blockquote.pullquote p:first-child,
.style-light .header-main-container .post-info,
.style-dark .style-light .header-main-container .post-info,
.style-light .header-main-container .post-info a,
.style-dark .style-light .header-main-container .post-info a,
.style-light .widget-container.widget_recent_comments li:before,
.style-dark .style-light .widget-container.widget_recent_comments li:before,
.style-light .widget-container.widget_recent_entries li:before,
.style-dark .style-light .widget-container.widget_recent_entries li:before,
.style-light .widget-container.widget_pages li:before,
.style-dark .style-light .widget-container.widget_pages li:before,
.style-light .widget-container.widget_top_rated_products li:before,
.style-dark .style-light .widget-container.widget_top_rated_products li:before,
.style-light .widget-container.widget_recent_reviews li:before,
.style-dark .style-light .widget-container.widget_recent_reviews li:before,
.style-light .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-dark .style-light .widget-container.widget_latest_tweets_widget .tweet-text:before,
.style-light .widget-container.widget_latest_tweets .tweet-text:before,
.style-dark .style-light .widget-container.widget_latest_tweets .tweet-text:before,
.style-light .comment-content .comment-author a,
.style-dark .style-light .comment-content .comment-author a,
.style-light .comment-content .comment-author span,
.style-dark .style-light .comment-content .comment-author span,
.style-light .author-details-data .author-name a,
.style-dark .style-light .author-details-data .author-name a,
.style-light div[class*=sharer-].share-button label,
.style-dark .style-light div[class*=sharer-].share-button label,
.style-light .share-button.share-inline .social.top li,
.style-dark .style-light .share-button.share-inline .social.top li,
.style-light .vc_progress_bar .vc_progress_label,
.style-dark .style-light .vc_progress_bar .vc_progress_label,
.style-light .vc_pie_chart .vc_pie_chart_value,
.style-dark .style-light .vc_pie_chart .vc_pie_chart_value,
.style-light ul.dwls_search_results .daves-wordpress-live-search_title .search-title,
.style-dark .style-light ul.dwls_search_results .daves-wordpress-live-search_title .search-title,
.style-light ul.dwls_search_results .daves-wordpress-live-search_author,
.style-dark .style-light ul.dwls_search_results .daves-wordpress-live-search_author,
.style-light .woocommerce nav.woocommerce-pagination ul li a,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a,
.style-light .woocommerce nav.woocommerce-pagination ul li span,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li span,
.style-light .woocommerce #content nav.woocommerce-pagination ul li span,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li span,
.style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .amount,
.style-dark .style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .amount,
.style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .amount,
.style-dark .style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .amount,
.style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li a,
.style-dark .style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li a,
.style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li a,
.style-dark .style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li a,
.style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .h2,
.style-dark .style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li .h2,
.style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .h2,
.style-dark .style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li .h2,
.style-light .woocommerce.widget_shopping_cart .total,
.style-dark .style-light .woocommerce.widget_shopping_cart .total,
.style-light .woocommerce .widget_shopping_cart .total,
.style-dark .style-light .woocommerce .widget_shopping_cart .total,
.style-light .woocommerce .cart-collaterals .cart_totals table th,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals table th,
.style-light .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals .order-total .amount,
.style-light .woocommerce .order_details li strong,
.style-dark .style-light .woocommerce .order_details li strong,
.style-light .star-rating,
.style-dark .style-light .star-rating,
.style-light span.price,
.style-dark .style-light span.price,
.style-light p.price,
.style-dark .style-light p.price,
.style-light table.shop_attributes th,
.style-dark .style-light table.shop_attributes th,
.style-light td.product-name a,
.style-dark .style-light td.product-name a,
.style-light p .thank-you,
.style-dark .style-light p .thank-you,
.style-light .form-row label,
.style-dark .style-light .form-row label,
.style-light .row-message,
.style-dark .style-light .row-message,
.style-light .order-details tfoot tr:last-child,
.style-dark .style-light .order-details tfoot tr:last-child,
.style-light #order_review tfoot tr:last-child,
.style-dark .style-light #order_review tfoot tr:last-child,
.style-light table.variations label,
.style-dark .style-light table.variations label {
  color: #303133;
}
/* #Button-style */
.buttons-style,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
.btn:not(.btn-custom-typo),
.btn-link:not(.btn-custom-typo),
.nav-tabs,
.panel-title > a span,
.enhanced-atc.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a,
.search_footer,
.wc-forward,
.wc-forward a {
  font-weight: 600 !important;
  font-family:  !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/* #Button-weight */
.buttons-weight,
.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.uncode-cart .btn {
  font-weight: 600 !important;
}
/* #Font-Serif */
.serif-family,
.post-content .post-media blockquote.pullquote p:first-child,
.tmb-entry-title-serif.tmb .t-entry .t-entry-title,
.isotope-system .isotope-container .tmb .regular-text .pullquote p:first-child,
.isotope-system .isotope-container .tmb .fluid-object.tweet .twitter-footer span {
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* #UI-border-width */
.ui-br-w,
input:focus,
textarea:focus,
select:focus,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
.select2-container .select2-choice,
.select2-container--default .select2-selection--single {
  border-width: 1px;
}
/* #UI-border-color */
.style-dark .ui-br,
.style-dark.style-override .ui-br,
.style-light .style-dark .ui-br,
.style-dark hr,
.style-dark.style-override hr,
.style-light .style-dark hr,
.style-dark pre,
.style-dark.style-override pre,
.style-light .style-dark pre,
.style-dark table,
.style-dark.style-override table,
.style-light .style-dark table,
.style-dark table td,
.style-dark.style-override table td,
.style-light .style-dark table td,
.style-dark table th,
.style-dark.style-override table th,
.style-light .style-dark table th,
.style-dark input,
.style-dark.style-override input,
.style-light .style-dark input,
.style-dark textarea,
.style-dark.style-override textarea,
.style-light .style-dark textarea,
.style-dark select,
.style-dark.style-override select,
.style-light .style-dark select,
.style-dark .seldiv,
.style-dark.style-override .seldiv,
.style-light .style-dark .seldiv,
.style-dark .select2-choice,
.style-dark.style-override .select2-choice,
.style-light .style-dark .select2-choice,
.style-dark .select2-selection--single,
.style-dark.style-override .select2-selection--single,
.style-light .style-dark .select2-selection--single,
.style-dark .seldiv:before,
.style-dark.style-override .seldiv:before,
.style-light .style-dark .seldiv:before,
.style-dark .nav-tabs,
.style-dark.style-override .nav-tabs,
.style-light .style-dark .nav-tabs,
.style-dark .nav-tabs > li.active > a,
.style-dark.style-override .nav-tabs > li.active > a,
.style-light .style-dark .nav-tabs > li.active > a,
.style-dark .vertical-tab-menu .nav-tabs,
.style-dark.style-override .vertical-tab-menu .nav-tabs,
.style-light .style-dark .vertical-tab-menu .nav-tabs,
.style-dark .tab-content.vertical,
.style-dark.style-override .tab-content.vertical,
.style-light .style-dark .tab-content.vertical,
.style-dark .panel,
.style-dark.style-override .panel,
.style-light .style-dark .panel,
.style-dark .panel-group .panel-heading + .panel-collapse .panel-body,
.style-dark.style-override .panel-group .panel-heading + .panel-collapse .panel-body,
.style-light .style-dark .panel-group .panel-heading + .panel-collapse .panel-body,
.style-dark .divider:before,
.style-dark.style-override .divider:before,
.style-light .style-dark .divider:before,
.style-dark .divider:after,
.style-dark.style-override .divider:after,
.style-light .style-dark .divider:after,
.style-dark .plan,
.style-dark.style-override .plan,
.style-light .style-dark .plan,
.style-dark .plan .plan-title,
.style-dark.style-override .plan .plan-title,
.style-light .style-dark .plan .plan-title,
.style-dark .plan .item-list > li,
.style-dark.style-override .plan .item-list > li,
.style-light .style-dark .plan .item-list > li,
.style-dark .plan .plan-button,
.style-dark.style-override .plan .plan-button,
.style-light .style-dark .plan .plan-button,
.style-dark .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced),
.style-dark.style-override .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced),
.style-light .style-dark .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced),
.style-dark .post-share,
.style-dark.style-override .post-share,
.style-light .style-dark .post-share,
.style-dark .widget-container .widget-title,
.style-dark.style-override .widget-container .widget-title,
.style-light .style-dark .widget-container .widget-title,
.style-dark .widget-container .tagcloud a,
.style-dark.style-override .widget-container .tagcloud a,
.style-light .style-dark .widget-container .tagcloud a,
.style-dark .widget-container.widget_calendar #wp-calendar caption,
.style-dark.style-override .widget-container.widget_calendar #wp-calendar caption,
.style-light .style-dark .widget-container.widget_calendar #wp-calendar caption,
.style-dark .widget-container.widget_calendar .wp-calendar-nav,
.style-dark.style-override .widget-container.widget_calendar .wp-calendar-nav,
.style-light .style-dark .widget-container.widget_calendar .wp-calendar-nav,
.style-dark #comments .comment-list .comments-list:first-child,
.style-dark.style-override #comments .comment-list .comments-list:first-child,
.style-light .style-dark #comments .comment-list .comments-list:first-child,
.style-dark #respond .comment-list .comments-list:first-child,
.style-dark.style-override #respond .comment-list .comments-list:first-child,
.style-light .style-dark #respond .comment-list .comments-list:first-child,
.style-dark #comments .comments-list .comment-content,
.style-dark.style-override #comments .comments-list .comment-content,
.style-light .style-dark #comments .comments-list .comment-content,
.style-dark #respond .comments-list .comment-content,
.style-dark.style-override #respond .comments-list .comment-content,
.style-light .style-dark #respond .comments-list .comment-content,
.style-dark .author-details,
.style-dark.style-override .author-details,
.style-light .style-dark .author-details,
.style-dark ul.dwls_search_results,
.style-dark.style-override ul.dwls_search_results,
.style-light .style-dark ul.dwls_search_results,
.style-dark ul.dwls_search_results li,
.style-dark.style-override ul.dwls_search_results li,
.style-light .style-dark ul.dwls_search_results li,
.style-dark .woocommerce .woocommerce-breadcrumb,
.style-dark.style-override .woocommerce .woocommerce-breadcrumb,
.style-light .style-dark .woocommerce .woocommerce-breadcrumb,
.style-dark .woocommerce nav.woocommerce-pagination,
.style-dark.style-override .woocommerce nav.woocommerce-pagination,
.style-light .style-dark .woocommerce nav.woocommerce-pagination,
.style-dark .woocommerce #content nav.woocommerce-pagination,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination,
.style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce #reviews #review_form_wrapper,
.style-dark.style-override .woocommerce #reviews #review_form_wrapper,
.style-light .style-dark .woocommerce #reviews #review_form_wrapper,
.style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li,
.style-dark.style-override .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li,
.style-light .style-dark .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li,
.style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li,
.style-dark.style-override .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li,
.style-light .style-dark .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li,
.style-dark .woocommerce.widget_shopping_cart .total,
.style-dark.style-override .woocommerce.widget_shopping_cart .total,
.style-light .style-dark .woocommerce.widget_shopping_cart .total,
.style-dark .woocommerce .widget_shopping_cart .total,
.style-dark.style-override .woocommerce .widget_shopping_cart .total,
.style-light .style-dark .woocommerce .widget_shopping_cart .total,
.style-dark .woocommerce.widget_shopping_cart .buttons,
.style-dark.style-override .woocommerce.widget_shopping_cart .buttons,
.style-light .style-dark .woocommerce.widget_shopping_cart .buttons,
.style-dark .woocommerce .widget_shopping_cart .buttons,
.style-dark.style-override .woocommerce .widget_shopping_cart .buttons,
.style-light .style-dark .woocommerce .widget_shopping_cart .buttons,
.style-dark .woocommerce .cart-collaterals .cart_totals tr td,
.style-dark.style-override .woocommerce .cart-collaterals .cart_totals tr td,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals tr td,
.style-dark .woocommerce .cart-collaterals .cart_totals tr th,
.style-dark.style-override .woocommerce .cart-collaterals .cart_totals tr th,
.style-light .style-dark .woocommerce .cart-collaterals .cart_totals tr th,
.style-dark .woocommerce form.login,
.style-dark.style-override .woocommerce form.login,
.style-light .style-dark .woocommerce form.login,
.style-dark .woocommerce form.checkout_coupon,
.style-dark.style-override .woocommerce form.checkout_coupon,
.style-light .style-dark .woocommerce form.checkout_coupon,
.style-dark .woocommerce form.register,
.style-dark.style-override .woocommerce form.register,
.style-light .style-dark .woocommerce form.register,
.style-dark .woocommerce #payment,
.style-dark.style-override .woocommerce #payment,
.style-light .style-dark .woocommerce #payment,
.style-dark .woocommerce #payment ul.payment_methods,
.style-dark.style-override .woocommerce #payment ul.payment_methods,
.style-light .style-dark .woocommerce #payment ul.payment_methods,
.style-dark .woocommerce .order_details li,
.style-dark.style-override .woocommerce .order_details li,
.style-light .style-dark .woocommerce .order_details li,
.style-dark .woocommerce .woocommerce-MyAccount-navigation li,
.style-dark.style-override .woocommerce .woocommerce-MyAccount-navigation li,
.style-light .style-dark .woocommerce .woocommerce-MyAccount-navigation li,
.style-dark .woocommerce .addresses,
.style-dark.style-override .woocommerce .addresses,
.style-light .style-dark .woocommerce .addresses,
.style-dark .wootabs .tab-content,
.style-dark.style-override .wootabs .tab-content,
.style-light .style-dark .wootabs .tab-content,
.style-dark .myaccount-cont,
.style-dark.style-override .myaccount-cont,
.style-light .style-dark .myaccount-cont,
.style-dark .price_slider_wrapper .ui-widget-content,
.style-dark.style-override .price_slider_wrapper .ui-widget-content,
.style-light .style-dark .price_slider_wrapper .ui-widget-content,
.style-dark .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-light .style-dark .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark .row-related,
.style-dark.style-override .row-related,
.style-light .style-dark .row-related,
.style-dark form.woocommerce-shipping-calculator button,
.style-dark.style-override form.woocommerce-shipping-calculator button,
.style-light .style-dark form.woocommerce-shipping-calculator button,
.style-dark form.cart button,
.style-dark.style-override form.cart button,
.style-light .style-dark form.cart button {
  border-color: rgba(255, 255, 255, 0.25);
}
.style-light .ui-br,
.style-light.style-override .ui-br,
.style-dark .style-light .ui-br,
.style-light hr,
.style-light.style-override hr,
.style-dark .style-light hr,
.style-light pre,
.style-light.style-override pre,
.style-dark .style-light pre,
.style-light table,
.style-light.style-override table,
.style-dark .style-light table,
.style-light table td,
.style-light.style-override table td,
.style-dark .style-light table td,
.style-light table th,
.style-light.style-override table th,
.style-dark .style-light table th,
.style-light input,
.style-light.style-override input,
.style-dark .style-light input,
.style-light textarea,
.style-light.style-override textarea,
.style-dark .style-light textarea,
.style-light select,
.style-light.style-override select,
.style-dark .style-light select,
.style-light .seldiv,
.style-light.style-override .seldiv,
.style-dark .style-light .seldiv,
.style-light .select2-choice,
.style-light.style-override .select2-choice,
.style-dark .style-light .select2-choice,
.style-light .select2-selection--single,
.style-light.style-override .select2-selection--single,
.style-dark .style-light .select2-selection--single,
.style-light .seldiv:before,
.style-light.style-override .seldiv:before,
.style-dark .style-light .seldiv:before,
.style-light .nav-tabs,
.style-light.style-override .nav-tabs,
.style-dark .style-light .nav-tabs,
.style-light .nav-tabs > li.active > a,
.style-light.style-override .nav-tabs > li.active > a,
.style-dark .style-light .nav-tabs > li.active > a,
.style-light .vertical-tab-menu .nav-tabs,
.style-light.style-override .vertical-tab-menu .nav-tabs,
.style-dark .style-light .vertical-tab-menu .nav-tabs,
.style-light .tab-content.vertical,
.style-light.style-override .tab-content.vertical,
.style-dark .style-light .tab-content.vertical,
.style-light .panel,
.style-light.style-override .panel,
.style-dark .style-light .panel,
.style-light .panel-group .panel-heading + .panel-collapse .panel-body,
.style-light.style-override .panel-group .panel-heading + .panel-collapse .panel-body,
.style-dark .style-light .panel-group .panel-heading + .panel-collapse .panel-body,
.style-light .divider:before,
.style-light.style-override .divider:before,
.style-dark .style-light .divider:before,
.style-light .divider:after,
.style-light.style-override .divider:after,
.style-dark .style-light .divider:after,
.style-light .plan,
.style-light.style-override .plan,
.style-dark .style-light .plan,
.style-light .plan .plan-title,
.style-light.style-override .plan .plan-title,
.style-dark .style-light .plan .plan-title,
.style-light .plan .item-list > li,
.style-light.style-override .plan .item-list > li,
.style-dark .style-light .plan .item-list > li,
.style-light .plan .plan-button,
.style-light.style-override .plan .plan-button,
.style-dark .style-light .plan .plan-button,
.style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced),
.style-light.style-override .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced),
.style-dark .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced),
.style-light .post-share,
.style-light.style-override .post-share,
.style-dark .style-light .post-share,
.style-light .widget-container .widget-title,
.style-light.style-override .widget-container .widget-title,
.style-dark .style-light .widget-container .widget-title,
.style-light .widget-container .tagcloud a,
.style-light.style-override .widget-container .tagcloud a,
.style-dark .style-light .widget-container .tagcloud a,
.style-light .widget-container.widget_calendar #wp-calendar caption,
.style-light.style-override .widget-container.widget_calendar #wp-calendar caption,
.style-dark .style-light .widget-container.widget_calendar #wp-calendar caption,
.style-light .widget-container.widget_calendar .wp-calendar-nav,
.style-light.style-override .widget-container.widget_calendar .wp-calendar-nav,
.style-dark .style-light .widget-container.widget_calendar .wp-calendar-nav,
.style-light #comments .comment-list .comments-list:first-child,
.style-light.style-override #comments .comment-list .comments-list:first-child,
.style-dark .style-light #comments .comment-list .comments-list:first-child,
.style-light #respond .comment-list .comments-list:first-child,
.style-light.style-override #respond .comment-list .comments-list:first-child,
.style-dark .style-light #respond .comment-list .comments-list:first-child,
.style-light #comments .comments-list .comment-content,
.style-light.style-override #comments .comments-list .comment-content,
.style-dark .style-light #comments .comments-list .comment-content,
.style-light #respond .comments-list .comment-content,
.style-light.style-override #respond .comments-list .comment-content,
.style-dark .style-light #respond .comments-list .comment-content,
.style-light .author-details,
.style-light.style-override .author-details,
.style-dark .style-light .author-details,
.style-light ul.dwls_search_results,
.style-light.style-override ul.dwls_search_results,
.style-dark .style-light ul.dwls_search_results,
.style-light ul.dwls_search_results li,
.style-light.style-override ul.dwls_search_results li,
.style-dark .style-light ul.dwls_search_results li,
.style-light .woocommerce .woocommerce-breadcrumb,
.style-light.style-override .woocommerce .woocommerce-breadcrumb,
.style-dark .style-light .woocommerce .woocommerce-breadcrumb,
.style-light .woocommerce nav.woocommerce-pagination,
.style-light.style-override .woocommerce nav.woocommerce-pagination,
.style-dark .style-light .woocommerce nav.woocommerce-pagination,
.style-light .woocommerce #content nav.woocommerce-pagination,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination,
.style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce #reviews #review_form_wrapper,
.style-light.style-override .woocommerce #reviews #review_form_wrapper,
.style-dark .style-light .woocommerce #reviews #review_form_wrapper,
.style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li,
.style-light.style-override .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li,
.style-dark .style-light .woocommerce ul.cart_list:not(.uncode-cart-dropdown) li,
.style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li,
.style-light.style-override .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li,
.style-dark .style-light .woocommerce ul.product_list_widget:not(.uncode-cart-dropdown) li,
.style-light .woocommerce.widget_shopping_cart .total,
.style-light.style-override .woocommerce.widget_shopping_cart .total,
.style-dark .style-light .woocommerce.widget_shopping_cart .total,
.style-light .woocommerce .widget_shopping_cart .total,
.style-light.style-override .woocommerce .widget_shopping_cart .total,
.style-dark .style-light .woocommerce .widget_shopping_cart .total,
.style-light .woocommerce.widget_shopping_cart .buttons,
.style-light.style-override .woocommerce.widget_shopping_cart .buttons,
.style-dark .style-light .woocommerce.widget_shopping_cart .buttons,
.style-light .woocommerce .widget_shopping_cart .buttons,
.style-light.style-override .woocommerce .widget_shopping_cart .buttons,
.style-dark .style-light .woocommerce .widget_shopping_cart .buttons,
.style-light .woocommerce .cart-collaterals .cart_totals tr td,
.style-light.style-override .woocommerce .cart-collaterals .cart_totals tr td,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals tr td,
.style-light .woocommerce .cart-collaterals .cart_totals tr th,
.style-light.style-override .woocommerce .cart-collaterals .cart_totals tr th,
.style-dark .style-light .woocommerce .cart-collaterals .cart_totals tr th,
.style-light .woocommerce form.login,
.style-light.style-override .woocommerce form.login,
.style-dark .style-light .woocommerce form.login,
.style-light .woocommerce form.checkout_coupon,
.style-light.style-override .woocommerce form.checkout_coupon,
.style-dark .style-light .woocommerce form.checkout_coupon,
.style-light .woocommerce form.register,
.style-light.style-override .woocommerce form.register,
.style-dark .style-light .woocommerce form.register,
.style-light .woocommerce #payment,
.style-light.style-override .woocommerce #payment,
.style-dark .style-light .woocommerce #payment,
.style-light .woocommerce #payment ul.payment_methods,
.style-light.style-override .woocommerce #payment ul.payment_methods,
.style-dark .style-light .woocommerce #payment ul.payment_methods,
.style-light .woocommerce .order_details li,
.style-light.style-override .woocommerce .order_details li,
.style-dark .style-light .woocommerce .order_details li,
.style-light .woocommerce .woocommerce-MyAccount-navigation li,
.style-light.style-override .woocommerce .woocommerce-MyAccount-navigation li,
.style-dark .style-light .woocommerce .woocommerce-MyAccount-navigation li,
.style-light .woocommerce .addresses,
.style-light.style-override .woocommerce .addresses,
.style-dark .style-light .woocommerce .addresses,
.style-light .wootabs .tab-content,
.style-light.style-override .wootabs .tab-content,
.style-dark .style-light .wootabs .tab-content,
.style-light .myaccount-cont,
.style-light.style-override .myaccount-cont,
.style-dark .style-light .myaccount-cont,
.style-light .price_slider_wrapper .ui-widget-content,
.style-light.style-override .price_slider_wrapper .ui-widget-content,
.style-dark .style-light .price_slider_wrapper .ui-widget-content,
.style-light .widget_price_filter .ui-slider .ui-slider-handle,
.style-light.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark .style-light .widget_price_filter .ui-slider .ui-slider-handle,
.style-light .row-related,
.style-light.style-override .row-related,
.style-dark .style-light .row-related,
.style-light form.woocommerce-shipping-calculator button,
.style-light.style-override form.woocommerce-shipping-calculator button,
.style-dark .style-light form.woocommerce-shipping-calculator button,
.style-light form.cart button,
.style-light.style-override form.cart button,
.style-dark .style-light form.cart button {
  border-color: #eaeaea;
}
/* #UI-border-color-accent */
.ui-br-accent,
.nav-tabs > li.active > a,
.tabs-left > li.active > a {
  border-color: #1fd1cb !important;
}
/* break */
.style-dark .ui-br-break,
.style-dark.style-override .ui-br-break,
.style-light .style-dark .ui-br-break,
.style-dark hr.separator-break,
.style-dark.style-override hr.separator-break,
.style-light .style-dark hr.separator-break {
  border-color: #ffffff;
}
.style-light .ui-br-break,
.style-light.style-override .ui-br-break,
.style-dark .style-light .ui-br-break,
.style-light hr.separator-break,
.style-light.style-override hr.separator-break,
.style-dark .style-light hr.separator-break {
  border-color: #eaeaea;
}
/* #UI-border-headings-color */
.style-dark .ui-br-headings,
.style-dark.style-override .ui-br-headings,
.style-light .style-dark .ui-br-headings,
.style-dark .header-content hr,
.style-dark.style-override .header-content hr,
.style-light .style-dark .header-content hr {
  border-color: #ffffff;
}
.style-light .ui-br-headings,
.style-light.style-override .ui-br-headings,
.style-dark .style-light .ui-br-headings,
.style-light .header-content hr,
.style-light.style-override .header-content hr,
.style-dark .style-light .header-content hr {
  border-color: #303133;
}
/* #UI-background-color */
.style-dark .ui-bg,
.style-dark.style-override .ui-bg,
.style-light .style-dark .ui-bg,
.style-dark code,
.style-dark.style-override code,
.style-light .style-dark code,
.style-dark kbd,
.style-dark.style-override kbd,
.style-light .style-dark kbd,
.style-dark pre,
.style-dark.style-override pre,
.style-light .style-dark pre,
.style-dark samp,
.style-dark.style-override samp,
.style-light .style-dark samp,
.style-dark input[type="submit"],
.style-dark.style-override input[type="submit"],
.style-light .style-dark input[type="submit"],
.style-dark input[type="reset"],
.style-dark.style-override input[type="reset"],
.style-light .style-dark input[type="reset"],
.style-dark input[type="button"],
.style-dark.style-override input[type="button"],
.style-light .style-dark input[type="button"],
.style-dark button[type="submit"],
.style-dark.style-override button[type="submit"],
.style-light .style-dark button[type="submit"],
.style-dark .divider .divider-icon,
.style-dark.style-override .divider .divider-icon,
.style-light .style-dark .divider .divider-icon,
.style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .style-dark .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .woocommerce .quantity .plus,
.style-dark.style-override .woocommerce .quantity .plus,
.style-light .style-dark .woocommerce .quantity .plus,
.style-dark .woocommerce #content .quantity .plus,
.style-dark.style-override .woocommerce #content .quantity .plus,
.style-light .style-dark .woocommerce #content .quantity .plus,
.style-dark .woocommerce .quantity .minus,
.style-dark.style-override .woocommerce .quantity .minus,
.style-light .style-dark .woocommerce .quantity .minus,
.style-dark .woocommerce #content .quantity .minus,
.style-dark.style-override .woocommerce #content .quantity .minus,
.style-light .style-dark .woocommerce #content .quantity .minus,
.style-dark .woocommerce #payment .place-order,
.style-dark.style-override .woocommerce #payment .place-order,
.style-light .style-dark .woocommerce #payment .place-order,
.style-dark .price_slider_wrapper .ui-widget-content,
.style-dark.style-override .price_slider_wrapper .ui-widget-content,
.style-light .style-dark .price_slider_wrapper .ui-widget-content,
.style-dark .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-light .style-dark .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #191b1e;
}
.style-light .ui-bg,
.style-light.style-override .ui-bg,
.style-dark .style-light .ui-bg,
.style-light code,
.style-light.style-override code,
.style-dark .style-light code,
.style-light kbd,
.style-light.style-override kbd,
.style-dark .style-light kbd,
.style-light pre,
.style-light.style-override pre,
.style-dark .style-light pre,
.style-light samp,
.style-light.style-override samp,
.style-dark .style-light samp,
.style-light input[type="submit"],
.style-light.style-override input[type="submit"],
.style-dark .style-light input[type="submit"],
.style-light input[type="reset"],
.style-light.style-override input[type="reset"],
.style-dark .style-light input[type="reset"],
.style-light input[type="button"],
.style-light.style-override input[type="button"],
.style-dark .style-light input[type="button"],
.style-light button[type="submit"],
.style-light.style-override button[type="submit"],
.style-dark .style-light button[type="submit"],
.style-light .divider .divider-icon,
.style-light.style-override .divider .divider-icon,
.style-dark .style-light .divider .divider-icon,
.style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li span.current,
.style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:hover,
.style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light.style-override .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-dark .style-light .woocommerce #content nav.woocommerce-pagination ul li a:focus,
.style-light .woocommerce .quantity .plus,
.style-light.style-override .woocommerce .quantity .plus,
.style-dark .style-light .woocommerce .quantity .plus,
.style-light .woocommerce #content .quantity .plus,
.style-light.style-override .woocommerce #content .quantity .plus,
.style-dark .style-light .woocommerce #content .quantity .plus,
.style-light .woocommerce .quantity .minus,
.style-light.style-override .woocommerce .quantity .minus,
.style-dark .style-light .woocommerce .quantity .minus,
.style-light .woocommerce #content .quantity .minus,
.style-light.style-override .woocommerce #content .quantity .minus,
.style-dark .style-light .woocommerce #content .quantity .minus,
.style-light .woocommerce #payment .place-order,
.style-light.style-override .woocommerce #payment .place-order,
.style-dark .style-light .woocommerce #payment .place-order,
.style-light .price_slider_wrapper .ui-widget-content,
.style-light.style-override .price_slider_wrapper .ui-widget-content,
.style-dark .style-light .price_slider_wrapper .ui-widget-content,
.style-light .widget_price_filter .ui-slider .ui-slider-handle,
.style-light.style-override .widget_price_filter .ui-slider .ui-slider-handle,
.style-dark .style-light .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #f7f7f7;
}
/* #UI-background-color-alpha */
.style-dark .ui-bg-alpha,
.style-dark.style-override .ui-bg-alpha,
.style-light .style-dark .ui-bg-alpha,
.style-dark input,
.style-dark.style-override input,
.style-light .style-dark input,
.style-dark textarea,
.style-dark.style-override textarea,
.style-light .style-dark textarea,
.style-dark select,
.style-dark.style-override select,
.style-light .style-dark select,
.style-dark .seldiv,
.style-dark.style-override .seldiv,
.style-light .style-dark .seldiv,
.style-dark .select2-choice,
.style-dark.style-override .select2-choice,
.style-light .style-dark .select2-choice,
.style-dark .select2-selection--single,
.style-dark.style-override .select2-selection--single,
.style-light .style-dark .select2-selection--single,
.style-dark .plan,
.style-dark.style-override .plan,
.style-light .style-dark .plan {
  background-color: rgba(26, 27, 28, 0.5);
}
.style-light .ui-bg-alpha,
.style-light.style-override .ui-bg-alpha,
.style-dark .style-light .ui-bg-alpha,
.style-light input,
.style-light.style-override input,
.style-dark .style-light input,
.style-light textarea,
.style-light.style-override textarea,
.style-dark .style-light textarea,
.style-light select,
.style-light.style-override select,
.style-dark .style-light select,
.style-light .seldiv,
.style-light.style-override .seldiv,
.style-dark .style-light .seldiv,
.style-light .select2-choice,
.style-light.style-override .select2-choice,
.style-dark .style-light .select2-choice,
.style-light .select2-selection--single,
.style-light.style-override .select2-selection--single,
.style-dark .style-light .select2-selection--single,
.style-light .plan,
.style-light.style-override .plan,
.style-dark .style-light .plan {
  background-color: #ffffff;
}
.style-dark .ui-bg-alpha-pricing-tables,
.style-dark.style-override .ui-bg-alpha-pricing-tables,
.style-light .style-dark .ui-bg-alpha-pricing-tables {
  background-color: rgba(20, 22, 24, 0.5);
}
.style-light .ui-bg-alpha-pricing-tables,
.style-light.style-override .ui-bg-alpha-pricing-tables,
.style-dark .style-light .ui-bg-alpha-pricing-tables {
  background-color: #ffffff;
}
.style-dark .ui-bg-alpha-progress-bar,
.style-dark.style-override .ui-bg-alpha-progress-bar,
.style-light .style-dark .ui-bg-alpha-progress-bar,
.style-dark .vc_progress_bar .vc_single_bar:not(.style-override),
.style-dark.style-override .vc_progress_bar .vc_single_bar:not(.style-override),
.style-light .style-dark .vc_progress_bar .vc_single_bar:not(.style-override) {
  background-color: rgba(255, 255, 255, 0.2);
}
.style-light .ui-bg-alpha-progress-bar,
.style-light.style-override .ui-bg-alpha-progress-bar,
.style-dark .style-light .ui-bg-alpha-progress-bar,
.style-light .vc_progress_bar .vc_single_bar:not(.style-override),
.style-light.style-override .vc_progress_bar .vc_single_bar:not(.style-override),
.style-dark .style-light .vc_progress_bar .vc_single_bar:not(.style-override) {
  background-color: rgba(119, 119, 119, 0.1);
}
.style-dark .ui-text-alpha-progress-bar,
.style-dark.style-override .ui-text-alpha-progress-bar,
.style-light .style-dark .ui-text-alpha-progress-bar,
.style-dark .vc_pie_chart_back,
.style-dark.style-override .vc_pie_chart_back,
.style-light .style-dark .vc_pie_chart_back {
  color: rgba(255, 255, 255, 0.2);
}
.style-light .ui-text-alpha-progress-bar,
.style-light.style-override .ui-text-alpha-progress-bar,
.style-dark .style-light .ui-text-alpha-progress-bar,
.style-light .vc_pie_chart_back,
.style-light.style-override .vc_pie_chart_back,
.style-dark .style-light .vc_pie_chart_back {
  color: rgba(119, 119, 119, 0.1);
}
.style-dark .ui-bg-dots,
.style-dark.style-override .ui-bg-dots,
.style-light .style-dark .ui-bg-dots,
.style-dark .owl-dots-outside .owl-dots .owl-dot span,
.style-dark.style-override .owl-dots-outside .owl-dots .owl-dot span,
.style-light .style-dark .owl-dots-outside .owl-dots .owl-dot span {
  background-color: rgba(247, 247, 247, 0.75);
}
.style-light .ui-bg-dots,
.style-light.style-override .ui-bg-dots,
.style-dark .style-light .ui-bg-dots,
.style-light .owl-dots-outside .owl-dots .owl-dot span,
.style-light.style-override .owl-dots-outside .owl-dots .owl-dot span,
.style-dark .style-light .owl-dots-outside .owl-dots .owl-dot span {
  background-color: rgba(25, 27, 30, 0.25);
}
/* #UI-background-color */
/* #UI-background-color-active */
/* #UI-link-color */
.style-dark .ui-link,
.style-dark.style-override .ui-link,
.style-light .style-dark .ui-link,
.style-dark .nav-tabs > li > a,
.style-dark.style-override .nav-tabs > li > a,
.style-light .style-dark .nav-tabs > li > a,
.style-dark .panel-title > a,
.style-dark.style-override .panel-title > a,
.style-light .style-dark .panel-title > a,
.style-dark .widget-container a,
.style-dark.style-override .widget-container a,
.style-light .style-dark .widget-container a,
.style-dark .woocommerce .woocommerce-breadcrumb a,
.style-dark.style-override .woocommerce .woocommerce-breadcrumb a,
.style-light .style-dark .woocommerce .woocommerce-breadcrumb a,
.style-dark .woocommerce .woocommerce-review-link,
.style-dark.style-override .woocommerce .woocommerce-review-link,
.style-light .style-dark .woocommerce .woocommerce-review-link {
  color: #ffffff;
}
.style-dark .ui-link:hover,
.style-dark.style-override .ui-link:hover,
.style-light .style-dark .ui-link:hover,
.style-dark .ui-link:focus,
.style-dark.style-override .ui-link:focus,
.style-light .style-dark .ui-link:focus,
.style-dark .nav-tabs > li > a:hover,
.style-dark.style-override .nav-tabs > li > a:hover,
.style-light .style-dark .nav-tabs > li > a:hover,
.style-dark .nav-tabs > li > a:focus,
.style-dark.style-override .nav-tabs > li > a:focus,
.style-light .style-dark .nav-tabs > li > a:focus,
.style-dark .panel-title > a:hover,
.style-dark.style-override .panel-title > a:hover,
.style-light .style-dark .panel-title > a:hover,
.style-dark .panel-title > a:focus,
.style-dark.style-override .panel-title > a:focus,
.style-light .style-dark .panel-title > a:focus,
.style-dark .widget-container a:hover,
.style-dark.style-override .widget-container a:hover,
.style-light .style-dark .widget-container a:hover,
.style-dark .widget-container a:focus,
.style-dark.style-override .widget-container a:focus,
.style-light .style-dark .widget-container a:focus,
.style-dark .woocommerce .woocommerce-breadcrumb a:hover,
.style-dark.style-override .woocommerce .woocommerce-breadcrumb a:hover,
.style-light .style-dark .woocommerce .woocommerce-breadcrumb a:hover,
.style-dark .woocommerce .woocommerce-breadcrumb a:focus,
.style-dark.style-override .woocommerce .woocommerce-breadcrumb a:focus,
.style-light .style-dark .woocommerce .woocommerce-breadcrumb a:focus,
.style-dark .woocommerce .woocommerce-review-link:hover,
.style-dark.style-override .woocommerce .woocommerce-review-link:hover,
.style-light .style-dark .woocommerce .woocommerce-review-link:hover,
.style-dark .woocommerce .woocommerce-review-link:focus,
.style-dark.style-override .woocommerce .woocommerce-review-link:focus,
.style-light .style-dark .woocommerce .woocommerce-review-link:focus {
  color: #1fd1cb;
}
.style-light .ui-link,
.style-light.style-override .ui-link,
.style-dark .style-light .ui-link,
.style-light .nav-tabs > li > a,
.style-light.style-override .nav-tabs > li > a,
.style-dark .style-light .nav-tabs > li > a,
.style-light .panel-title > a,
.style-light.style-override .panel-title > a,
.style-dark .style-light .panel-title > a,
.style-light .widget-container a,
.style-light.style-override .widget-container a,
.style-dark .style-light .widget-container a,
.style-light .woocommerce .woocommerce-breadcrumb a,
.style-light.style-override .woocommerce .woocommerce-breadcrumb a,
.style-dark .style-light .woocommerce .woocommerce-breadcrumb a,
.style-light .woocommerce .woocommerce-review-link,
.style-light.style-override .woocommerce .woocommerce-review-link,
.style-dark .style-light .woocommerce .woocommerce-review-link {
  color: #303133;
}
.style-light .ui-link:hover,
.style-light.style-override .ui-link:hover,
.style-dark .style-light .ui-link:hover,
.style-light .ui-link:focus,
.style-light.style-override .ui-link:focus,
.style-dark .style-light .ui-link:focus,
.style-light .nav-tabs > li > a:hover,
.style-light.style-override .nav-tabs > li > a:hover,
.style-dark .style-light .nav-tabs > li > a:hover,
.style-light .nav-tabs > li > a:focus,
.style-light.style-override .nav-tabs > li > a:focus,
.style-dark .style-light .nav-tabs > li > a:focus,
.style-light .panel-title > a:hover,
.style-light.style-override .panel-title > a:hover,
.style-dark .style-light .panel-title > a:hover,
.style-light .panel-title > a:focus,
.style-light.style-override .panel-title > a:focus,
.style-dark .style-light .panel-title > a:focus,
.style-light .widget-container a:hover,
.style-light.style-override .widget-container a:hover,
.style-dark .style-light .widget-container a:hover,
.style-light .widget-container a:focus,
.style-light.style-override .widget-container a:focus,
.style-dark .style-light .widget-container a:focus,
.style-light .woocommerce .woocommerce-breadcrumb a:hover,
.style-light.style-override .woocommerce .woocommerce-breadcrumb a:hover,
.style-dark .style-light .woocommerce .woocommerce-breadcrumb a:hover,
.style-light .woocommerce .woocommerce-breadcrumb a:focus,
.style-light.style-override .woocommerce .woocommerce-breadcrumb a:focus,
.style-dark .style-light .woocommerce .woocommerce-breadcrumb a:focus,
.style-light .woocommerce .woocommerce-review-link:hover,
.style-light.style-override .woocommerce .woocommerce-review-link:hover,
.style-dark .style-light .woocommerce .woocommerce-review-link:hover,
.style-light .woocommerce .woocommerce-review-link:focus,
.style-light.style-override .woocommerce .woocommerce-review-link:focus,
.style-dark .style-light .woocommerce .woocommerce-review-link:focus {
  color: #1fd1cb;
}
/* #UI-link-color-text */
.style-dark .ui-text,
.style-dark.style-override .ui-text,
.style-light .style-dark .ui-text,
.style-dark .breadcrumb,
.style-dark.style-override .breadcrumb,
.style-light .style-dark .breadcrumb,
.style-dark .post-info,
.style-dark.style-override .post-info,
.style-light .style-dark .post-info {
  color: #999999;
}
.style-light .ui-text,
.style-light.style-override .ui-text,
.style-dark .style-light .ui-text,
.style-light .breadcrumb,
.style-light.style-override .breadcrumb,
.style-dark .style-light .breadcrumb,
.style-light .post-info,
.style-light.style-override .post-info,
.style-dark .style-light .post-info {
  color: #999999;
}
.style-dark .ui-link-text,
.style-dark.style-override .ui-link-text,
.style-light .style-dark .ui-link-text,
.style-dark .breadcrumb > li a,
.style-dark.style-override .breadcrumb > li a,
.style-light .style-dark .breadcrumb > li a,
.style-dark .post-info a,
.style-dark.style-override .post-info a,
.style-light .style-dark .post-info a {
  color: #999999;
}
.style-dark .ui-link-text:hover,
.style-dark.style-override .ui-link-text:hover,
.style-light .style-dark .ui-link-text:hover,
.style-dark .ui-link-text:focus,
.style-dark.style-override .ui-link-text:focus,
.style-light .style-dark .ui-link-text:focus,
.style-dark .breadcrumb > li a:hover,
.style-dark.style-override .breadcrumb > li a:hover,
.style-light .style-dark .breadcrumb > li a:hover,
.style-dark .breadcrumb > li a:focus,
.style-dark.style-override .breadcrumb > li a:focus,
.style-light .style-dark .breadcrumb > li a:focus,
.style-dark .post-info a:hover,
.style-dark.style-override .post-info a:hover,
.style-light .style-dark .post-info a:hover,
.style-dark .post-info a:focus,
.style-dark.style-override .post-info a:focus,
.style-light .style-dark .post-info a:focus {
  color: #1fd1cb;
}
.style-light .ui-link-text,
.style-light.style-override .ui-link-text,
.style-dark .style-light .ui-link-text,
.style-light .breadcrumb > li a,
.style-light.style-override .breadcrumb > li a,
.style-dark .style-light .breadcrumb > li a,
.style-light .post-info a,
.style-light.style-override .post-info a,
.style-dark .style-light .post-info a {
  color: #999999;
}
.style-light .ui-link-text:hover,
.style-light.style-override .ui-link-text:hover,
.style-dark .style-light .ui-link-text:hover,
.style-light .ui-link-text:focus,
.style-light.style-override .ui-link-text:focus,
.style-dark .style-light .ui-link-text:focus,
.style-light .breadcrumb > li a:hover,
.style-light.style-override .breadcrumb > li a:hover,
.style-dark .style-light .breadcrumb > li a:hover,
.style-light .breadcrumb > li a:focus,
.style-light.style-override .breadcrumb > li a:focus,
.style-dark .style-light .breadcrumb > li a:focus,
.style-light .post-info a:hover,
.style-light.style-override .post-info a:hover,
.style-dark .style-light .post-info a:hover,
.style-light .post-info a:focus,
.style-light.style-override .post-info a:focus,
.style-dark .style-light .post-info a:focus {
  color: #1fd1cb;
}
/* #Pre-and-code */
.style-dark .ui-inverted,
.style-dark.style-override .ui-inverted,
.style-light .style-dark .ui-inverted {
  color: #191b1e;
  background-color: #f7f7f7;
}
.style-light .ui-inverted,
.style-light.style-override .ui-inverted,
.style-dark .style-light .ui-inverted {
  color: #f7f7f7;
  background-color: #191b1e;
}
/* #Button-social-color */
.style-dark .btn-social,
.style-dark.style-override .btn-social,
.style-light .style-dark .btn-social {
  color: #ffffff !important;
}
.style-light .btn-social,
.style-light.style-override .btn-social,
.style-dark .style-light .btn-social {
  color: #777777 !important;
}
/* #Button-skins */
.style-light .btn-default,
.style-dark .style-light.style-override .btn-default,
.style-dark .style-light .btn-default {
  color: #ffffff !important;
  background-color: #303133 !important;
  border-color: #303133 !important;
}
.style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover,
.style-dark .style-light.style-override .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover,
.style-dark .style-light .btn-default:not(.btn-hover-nobg):not(.icon-animated):not(.btn-flat):hover,
.style-light .btn-default.active,
.style-dark .style-light.style-override .btn-default.active,
.style-dark .style-light .btn-default.active {
  color: #303133 !important;
  background-color: transparent !important;
  border-color: #303133 !important;
}
.style-light .btn-default.btn-outline,
.style-dark .style-light.style-override .btn-default.btn-outline,
.style-dark .style-light .btn-default.btn-outline {
  color: #303133 !important;
  background-color: transparent !important;
  border-color: #303133 !important;
}
.style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-dark .style-light.style-override .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-dark .style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video).active,
.style-dark .style-light.style-override .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video).active,
.style-dark .style-light .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #ffffff !important;
  background-color: #303133 !important;
  border-color: #303133 !important;
}
.style-light .btn-default.btn-flat:hover,
.style-dark .style-light.style-override .btn-default.btn-flat:hover,
.style-dark .style-light .btn-default.btn-flat:hover {
  color: #ffffff !important;
  background-color: #232426 !important;
  border-color: #232426 !important;
}
.style-dark .btn-default,
.style-light .style-dark.style-override .btn-default,
.style-light .style-dark .btn-default {
  color: #303133 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.style-dark .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.style-light .style-dark.style-override .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.style-light .style-dark .btn-default:not(.btn-hover-nobg):not(.icon-animated):hover,
.style-dark .btn-default.active,
.style-light .style-dark.style-override .btn-default.active,
.style-light .style-dark .btn-default.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.style-dark .btn-default.btn-outline,
.style-light .style-dark.style-override .btn-default.btn-outline,
.style-light .style-dark .btn-default.btn-outline {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-light .style-dark.style-override .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-light .style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video).active,
.style-light .style-dark.style-override .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video).active,
.style-light .style-dark .btn-default.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #303133 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.style-dark .btn-default.btn-flat:hover,
.style-light .style-dark.style-override .btn-default.btn-flat:hover,
.style-light .style-dark .btn-default.btn-flat:hover {
  color: #303133 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
@media (min-width: 960px) {
  .overlay.style-light-bg {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  .overlay.style-dark-bg {
    background-color: rgba(20, 22, 24, 0.95) !important;
  }
}
/* #Form-focus-color */
.style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-dark textarea:focus,
.style-dark.style-override input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-dark.style-override textarea:focus,
.style-light .style-dark input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-light .style-dark textarea:focus {
  border-color: #1fd1cb;
}
.style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-light textarea:focus,
.style-light.style-override input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-light.style-override textarea:focus,
.style-dark .style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,
.style-dark .style-light textarea:focus {
  border-color: #1fd1cb;
}
.style-dark .ui-form-placeholder,
.style-dark.style-override .ui-form-placeholder,
.style-light .style-dark .ui-form-placeholder {
  color: #ffffff;
  text-transform: capitalize;
}
.style-light .ui-form-placeholder,
.style-light.style-override .ui-form-placeholder,
.style-dark .style-light .ui-form-placeholder {
  color: #a9a9a9;
  text-transform: capitalize;
}
/* #Form-inset-shadow */
.shadow-inset-form,
input,
textarea,
select,
.seldiv,
.select2-choice,
.select2-selection--single {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
}
/* #Form-xl */
.style-dark .uncode-live-search input.form-xl,
.style-dark.style-override .uncode-live-search input.form-xl,
.style-light .style-dark .uncode-live-search input.form-xl {
  box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.style-light .uncode-live-search input.form-xl,
.style-light.style-override .uncode-live-search input.form-xl,
.style-dark .style-light .uncode-live-search input.form-xl {
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
}
/* #UI-transition-normal */
.ui-transition-normal,
input,
button,
select,
textarea,
.img-thumbnail {
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/*  */
.ui-transition-slow {
  transition: color 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ui-transition-fast,
.main-wrapper a {
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* #Cart dropdown */
.submenu-light ul.uncode-cart-dropdown a,
.submenu-light ul.uncode-cart-dropdown span {
  color: #303133 !important;
}
.submenu-dark ul.uncode-cart-dropdown a,
.submenu-dark ul.uncode-cart-dropdown span {
  color: #ffffff !important;
}
/* #Woo Headings */
.headings-style-woo,
.woocommerce .your_cart,
.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals .order-total .amount,
.woocommerce .checkout h3,
.woocommerce .order-details h3,
.woocommerce .order-details tfoot tr:last-child,
.woocommerce .woo-thank-you h2,
.woocommerce .woo-thank-you h3,
.woocommerce #order_review tfoot tr:last-child,
.woocommerce .address h3 {
  font-size: 17px;
  line-height: 1.2;
  margin: 27px 0 0;
}
.row-breadcrumb.row-breadcrumb-light .breadcrumb-title {
  color: #999999;
}
.row-breadcrumb.row-breadcrumb-dark .breadcrumb-title {
  color: #999999;
}
.row-navigation.row-navigation-light {
  outline-color: #eaeaea;
  background-color: #f7f7f7;
}
.row-navigation.row-navigation-light .btn-disable-hover {
  color: #999999;
}
.row-navigation.row-navigation-dark {
  outline-color: #303133;
  background-color: #191b1e;
}
.row-navigation.row-navigation-dark .btn-disable-hover {
  color: #999999;
}
.style-dark .wp-caption-text,
.style-dark.style-override .wp-caption-text,
.style-light .style-dark .wp-caption-text {
  color: #ffffff;
}
.style-light .wp-caption-text,
.style-light.style-override .wp-caption-text,
.style-dark .style-light .wp-caption-text {
  color: #777777;
}
.btn-form-border-style,
input,
textarea,
select,
.seldiv,
.select2-choice,
.select2-selection--single,
input[type="submit"],
input[type="reset"],
input[type="button"],
button[type="submit"],
.seldiv:before,
.btn,
.btn-link,
.btn:not(.btn-custom-typo),
.btn-link:not(.btn-custom-typo),
.panel-title > a span,
.divider .divider-icon,
.search_footer,
.wc-forward,
.wc-forward a {
  border-width: 1px;
}
.style-dark .icon-automatic-video .icon-automatic-video-inner-bg,
.style-light .style-dark .icon-automatic-video .icon-automatic-video-inner-bg {
  background-color: #303133;
}
.style-dark .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg,
.style-light .style-dark .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg {
  box-shadow: 0 0 0 0.25em #ffffff;
}
.style-dark .icon-box:hover .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg,
.style-light .style-dark .icon-box:hover .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg {
  box-shadow: 0 0 0 0.5em #ffffff;
}
.style-light .icon-automatic-video .icon-automatic-video-inner-bg,
.style-dark .style-light .icon-automatic-video .icon-automatic-video-inner-bg {
  background-color: #ffffff;
}
.style-light .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg,
.style-dark .style-light .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg {
  box-shadow: 0 0 0 0.25em #303133;
}
.style-light .icon-box:hover .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg,
.style-dark .style-light .icon-box:hover .icon-automatic-video.btn-shadow .icon-automatic-video-outer-bg {
  box-shadow: 0 0 0 0.5em #303133;
}
.style-light ::-webkit-input-placeholder,
.style-dark .style-light ::-webkit-input-placeholder {
  color: #a9a9a9;
}
.style-light ::-moz-placeholder,
.style-dark .style-light ::-moz-placeholder {
  color: #a9a9a9;
}
.style-light :-ms-input-placeholder,
.style-dark .style-light :-ms-input-placeholder {
  color: #a9a9a9;
}
.style-light :-moz-placeholder,
.style-dark .style-light :-moz-placeholder {
  color: #a9a9a9;
}
.style-light :placeholder,
.style-dark .style-light :placeholder {
  color: #a9a9a9;
}
.style-light .select2-selection__placeholder,
.style-dark .style-light .select2-selection__placeholder {
  color: #a9a9a9;
}
.style-dark ::-webkit-input-placeholder,
.style-light .style-dark ::-webkit-input-placeholder {
  color: #ffffff;
}
.style-dark ::-moz-placeholder,
.style-light .style-dark ::-moz-placeholder {
  color: #ffffff;
}
.style-dark :-ms-input-placeholder,
.style-light .style-dark :-ms-input-placeholder {
  color: #ffffff;
}
.style-dark :-moz-placeholder,
.style-light .style-dark :-moz-placeholder {
  color: #ffffff;
}
.style-dark :placeholder,
.style-light .style-dark :placeholder {
  color: #ffffff;
}
.style-dark .select2-selection__placeholder,
.style-light .style-dark .select2-selection__placeholder {
  color: #ffffff;
}
.uncode-noconsent-gdpr-text {
  font-weight: 400;
  font-family: ;
}
/*
----------------------------------------------------------

#Skins-Buttons

----------------------------------------------------------
*/
.btn-dark {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-dark:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-dark.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
.btn-dark.btn-outline {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
}
.btn-dark.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.btn-dark.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-dark.btn-flat:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-light {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-light:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-light.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-light.btn-outline {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-light.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.btn-light.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-light.btn-flat:hover {
  color: #000000 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-success {
  color: #ffffff !important;
  background-color: #28de72 !important;
  border-color: #28de72 !important;
}
.btn-success:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-success.active {
  color: #28de72 !important;
  background-color: transparent !important;
  border-color: #28de72 !important;
}
.btn-success.btn-outline {
  color: #28de72 !important;
  background-color: transparent !important;
  border-color: #28de72 !important;
}
.btn-success.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.btn-success.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #ffffff !important;
  background-color: #28de72 !important;
  border-color: #28de72 !important;
}
.btn-info {
  color: #ffffff !important;
  background-color: #1fd1cb !important;
  border-color: #1fd1cb !important;
}
.btn-info:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-info.active {
  color: #1fd1cb !important;
  background-color: transparent !important;
  border-color: #1fd1cb !important;
}
.btn-info.btn-outline {
  color: #1fd1cb !important;
  background-color: transparent !important;
  border-color: #1fd1cb !important;
}
.btn-info.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.btn-info.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #ffffff !important;
  background-color: #1fd1cb !important;
  border-color: #1fd1cb !important;
}
.btn-warning {
  color: #ffffff !important;
  background-color: #ffc42e !important;
  border-color: #ffc42e !important;
}
.btn-warning:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-warning.active {
  color: #ffc42e !important;
  background-color: transparent !important;
  border-color: #ffc42e !important;
}
.btn-warning.btn-outline {
  color: #ffc42e !important;
  background-color: transparent !important;
  border-color: #ffc42e !important;
}
.btn-warning.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.btn-warning.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #ffffff !important;
  background-color: #ffc42e !important;
  border-color: #ffc42e !important;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #ff3100 !important;
  border-color: #ff3100 !important;
}
.btn-danger:not(.btn-hover-nobg):not(.icon-animated):hover,
.btn-danger.active {
  color: #ff3100 !important;
  background-color: transparent !important;
  border-color: #ff3100 !important;
}
.btn-danger.btn-outline {
  color: #ff3100 !important;
  background-color: transparent !important;
  border-color: #ff3100 !important;
}
.btn-danger.btn-outline:not(.icon-animated):not(.icon-automatic-video):hover,
.btn-danger.btn-outline:not(.icon-animated):not(.icon-automatic-video).active {
  color: #ffffff !important;
  background-color: #ff3100 !important;
  border-color: #ff3100 !important;
}
/*
----------------------------------------------------------

#Skins-Menus: Font Family & Weights

----------------------------------------------------------
*/
/* #Font-family-menu */
.font-family-menu,
.menu-container ul.menu-smart a:not(.social-menu-link) {
  font-family: Roboto;
}
@media (max-width: 959px) {
  .menu-primary ul.menu-smart a {
    font-family: Roboto;
    font-weight: 600;
  }
}
/* #Font-size-menu */
.font-size-menu,
.menu-container ul.menu-smart > li > a:not(.social-menu-link),
.menu-container:not(.vmenu-container) ul.menu-smart > li > a,
.menu-smart > li > a > div > div > div.btn,
.uncode-cart .buttons a {
  font-size: 12px;
}
@media (min-width: 960px) {
  .font-size-menu,
  .menu-container ul.menu-smart > li > a:not(.social-menu-link),
  .menu-container:not(.vmenu-container) ul.menu-smart > li > a,
  .menu-smart > li > a > div > div > div.btn,
  .uncode-cart .buttons a {
    font-size: 12px;
  }
  .font-size-submenu,
  .menu-horizontal ul ul a,
  .vmenu-container ul ul a,
  .uncode-cart .cart-desc {
    font-size: 12px;
  }
}
@media (max-width: 959px) {
  .font-size-menu-mobile,
  .menu-container:not(.isotope-filters) ul.menu-smart a:not(.social-menu-link) {
    font-size: 12px !important;
  }
}
/* #Font-weight-menu */
.font-weight-menu,
.menu-container ul.menu-smart > li > a:not(.social-menu-link),
.menu-container ul.menu-smart li.dropdown > a,
.menu-container ul.menu-smart li.mega-menu > a,
.menu-container:not(.vmenu-container) ul.menu-smart > li > a,
.menu-smart i.fa-dropdown,
.vmenu-container a {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 959px) {
  .font-weight-menu,
  .menu-container ul.menu-smart > li > a:not(.social-menu-link),
  .menu-container ul.menu-smart li.dropdown > a,
  .menu-container ul.menu-smart li.mega-menu > a,
  .menu-container:not(.vmenu-container) ul.menu-smart > li > a,
  .menu-smart i.fa-dropdown,
  .vmenu-container a {
    font-weight: 600;
  }
}
/*
----------------------------------------------------------

#Skins-Menus: Colors

----------------------------------------------------------
*/
/* Menu colors */
.menu-light p {
  color: #303133;
}
.menu-light .menu-smart a {
  color: #303133;
}
.menu-light .menu-smart a:hover,
.menu-light .menu-smart a:focus {
  color: rgba(48,49,51,.5);
}
.isotope-filters .menu-light .menu-smart a:hover,
.isotope-filters .menu-light .menu-smart a:focus {
  color: rgba(48,49,51,.5);
}
.menu-light .mobile-shopping-cart {
  color: #303133;
}
.menu-dark p {
  color: #ffffff;
}
.menu-dark .menu-smart a {
  color: #ffffff;
}
.menu-dark .menu-smart a:hover,
.menu-dark .menu-smart a:focus {
  color: rgba(255,255,255,.5);
}
.isotope-filters .menu-dark .menu-smart a:hover,
.isotope-filters .menu-dark .menu-smart a:focus {
  color: rgba(255,255,255,.5);
}
.menu-dark .mobile-shopping-cart {
  color: #ffffff;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a {
  color: #303133 !important;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:hover,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:focus {
  color: rgba(48,49,51,.5) !important;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .mobile-shopping-cart {
  color: #303133 !important;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a {
  color: #ffffff !important;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:hover,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li > a:focus {
  color: rgba(255,255,255,.5) !important;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .mobile-shopping-cart {
  color: #ffffff !important;
}
/* Menu colors active */
.menu-light .menu-smart > li.active > a,
.menu-light .menu-smart > li a.active,
.menu-light .menu-smart > li.current-menu-ancestor > a,
.menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  color: rgba(48,49,51,.5);
}
.isotope-filters .menu-light .menu-smart > li.active > a,
.isotope-filters .menu-light .menu-smart > li a.active,
.isotope-filters .menu-light .menu-smart > li.current-menu-ancestor > a,
.isotope-filters .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  color: rgba(48,49,51,.5);
}
.menu-dark .menu-smart > li.active > a,
.menu-dark .menu-smart > li a.active,
.menu-dark .menu-smart > li.current-menu-ancestor > a,
.menu-dark .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  color: rgba(255,255,255,.5);
}
.isotope-filters .menu-dark .menu-smart > li.active > a,
.isotope-filters .menu-dark .menu-smart > li a.active,
.isotope-filters .menu-dark .menu-smart > li.current-menu-ancestor > a,
.isotope-filters .menu-dark .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  color: rgba(255,255,255,.5);
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.active > a,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li a.active,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-parent > a,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-ancestor > a,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  color: rgba(48,49,51,.5) !important;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.active > a,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li a.active,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-parent > a,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-ancestor > a,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-horizontal-inner > .nav > .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a {
  color: rgba(255,255,255,.5) !important;
}
/* Menu submenu colors */
.submenu-light .menu-smart ul a {
  color: #303133;
}
@media (min-width: 960px) {
  body[class*=hmenu-] .submenu-light .menu-smart ul a:hover,
  body[class*=hmenu-] .submenu-light .menu-smart ul a:focus {
    color: rgba(48,49,51,.5);
    background-color: rgba(0, 0, 0, 0.03);
  }
}
.submenu-light .menu-smart.menu-cta-inner ul a {
  color: #303133;
}
@media (min-width: 960px) {
  body[class*=vmenu-] .submenu-light .menu-smart.menu-cta-inner ul a:hover,
  body[class*=vmenu-] .submenu-light .menu-smart.menu-cta-inner ul a:focus {
    color: rgba(48,49,51,.5);
    background-color: rgba(0, 0, 0, 0.03);
  }
}
.submenu-dark .menu-smart ul a {
  color: #ffffff;
}
@media (min-width: 960px) {
  body[class*=hmenu-] .submenu-dark .menu-smart ul a:hover,
  body[class*=hmenu-] .submenu-dark .menu-smart ul a:focus {
    color: rgba(255,255,255,.5);
    background-color: rgba(255, 255, 255, 0.03);
  }
}
.submenu-dark .menu-smart.menu-cta-inner ul a {
  color: #ffffff;
}
@media (min-width: 960px) {
  body[class*=vmenu-] .submenu-dark .menu-smart.menu-cta-inner ul a:hover,
  body[class*=vmenu-] .submenu-dark .menu-smart.menu-cta-inner ul a:focus {
    color: rgba(255,255,255,.5);
    background-color: rgba(255, 255, 255, 0.03);
  }
}
@media (max-width: 959px) {
  .submenu-light .menu-smart a {
    color: #303133;
  }
  .submenu-light .menu-smart a:hover,
  .submenu-light .menu-smart a:focus {
    color: rgba(48,49,51,.5);
  }
  .submenu-dark .menu-smart a {
    color: #ffffff;
  }
  .submenu-dark .menu-smart a:hover,
  .submenu-dark .menu-smart a:focus {
    color: rgba(255,255,255,.5);
  }
}
/* Menu submenu colors active*/
.submenu-light .menu-smart ul li.current-menu-parent > a,
.submenu-light .menu-smart ul li.active > a {
  color: rgba(48,49,51,.5);
}
.submenu-dark .menu-smart ul li.current-menu-parent > a,
.submenu-dark .menu-smart ul li.active > a {
  color: rgba(255,255,255,.5);
}
@media (max-width: 959px) {
  .submenu-light .menu-smart li.active > a,
  .submenu-light .menu-smart li.current-menu-ancestor > a {
    color: rgba(48,49,51,.5);
  }
  .submenu-dark .menu-smart li.active > a,
  .submenu-dark .menu-smart li.current-menu-ancestor > a {
    color: rgba(255,255,255,.5);
  }
}
/* Menu megamenu title colors */
@media (min-width: 960px) {
  .submenu-light .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a {
    color: #303133;
  }
  .submenu-dark .menu-horizontal .menu-smart > .mega-menu .mega-menu-inner > li > a {
    color: #ffffff;
  }
}
/* Menu colors mobile */
@media (max-width: 959px) {
  .submenu-light .menu-smart a {
    color: #303133;
  }
  .submenu-dark .menu-smart a {
    color: #ffffff;
  }
}
/*
----------------------------------------------------------

#Skins-Menus: Borders

----------------------------------------------------------
*/
/* Menu borders colors */
.menu-light .menu-smart,
.menu-light .menu-smart li,
.submenu-light .menu-smart ul,
.menu-smart.submenu-light li ul li,
.menu-light .menu-accordion-dividers,
.menu-light .menu-borders,
.menu-light.vmenu-borders,
.menu-light .main-menu-container {
  border-color: rgba(234,234,234,1);
}
.menu-dark .menu-smart,
.menu-dark .menu-smart li,
.submenu-dark .menu-smart ul,
.menu-smart.submenu-dark li ul li,
.menu-dark .menu-accordion-dividers,
.menu-dark .menu-borders,
.menu-dark.vmenu-borders,
.menu-dark .main-menu-container {
  border-color: rgba(48,49,51,1);
}
/* Submenu borders colors */
.submenu-light .menu-smart li ul li {
  border-color: rgba(234,234,234,1);
}
.submenu-dark .menu-smart li ul li {
  border-color: rgba(48,49,51,1);
}
@media (max-width: 959px) {
  .menu-light .row-brand,
  .menu-light .row-menu .row-menu-inner {
    border-bottom: 1px solid rgba(234,234,234,1);
  }
  .submenu-light .menu-smart,
  .submenu-light .menu-smart li {
    border-color: rgba(234,234,234,1);
  }
  .menu-dark .row-brand,
  .menu-dark .row-menu .row-menu-inner {
    border-bottom: 1px solid rgba(48,49,51,1);
  }
  .submenu-dark .menu-smart,
  .submenu-dark .menu-smart li {
    border-color: rgba(48,49,51,1);
  }
  .menu-mobile-transparent .menu-transparent:not(.is_stuck):not(.is_mobile_open) .row-menu .row-menu-inner {
    border-color: transparent !important;
  }
}
/* Menu transparent borders colors */
body:not(.menu-force-opacity) .menu-transparent.menu-light .menu-borders,
body:not(.menu-force-opacity) .menu-transparent.menu-light .menu-smart,
body:not(.menu-force-opacity) .menu-transparent.menu-light .menu-smart > li,
body:not(.menu-force-opacity) .menu-transparent.menu-light .navbar-nav-last > *:first-child {
  border-color: rgba(234,234,234,1);
}
body:not(.menu-force-opacity) .menu-transparent.menu-dark .menu-borders,
body:not(.menu-force-opacity) .menu-transparent.menu-dark .menu-smart,
body:not(.menu-force-opacity) .menu-transparent.menu-dark .menu-smart > li,
body:not(.menu-force-opacity) .menu-transparent.menu-dark .navbar-nav-last > *:first-child {
  border-color: rgba(48,49,51,1);
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-borders,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-smart,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-smart > li,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-nav-last > *:first-child {
  border-color: rgba(234,234,234,1) !important;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-borders,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-smart,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .menu-smart > li,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-nav-last > *:first-child {
  border-color: rgba(48,49,51,1) !important;
}
body:not(.menu-force-opacity) .menu-light .navbar-nav-last > *:first-child {
  border-color: rgba(234,234,234,1);
}
body:not(.menu-force-opacity) .menu-dark .navbar-nav-last > *:first-child {
  border-color: rgba(48,49,51,1);
}
/** fix menu overlay **/
body:not(.menu-force-opacity) .menu-overlay .menu-transparent:not(.is_stuck):not(.is_mobile_open) .menu-borders,
body:not(.menu-force-opacity).menu-overlay .menu-transparent:not(.is_stuck):not(.is_mobile_open) .menu-borders {
  border: none;
}
/* Submenu borders transparent  */
@media (min-width: 960px) {
  .submenu-transparent.submenu-light .menu-smart ul,
  .submenu-transparent.submenu-light .menu-smart li ul li {
    border-color: rgba(234,234,234,1);
  }
  .submenu-transparent.submenu-dark .menu-smart ul,
  .submenu-transparent.submenu-dark .menu-smart li ul li {
    border-color: rgba(48,49,51,1);
  }
}
/*
----------------------------------------------------------

#Skins-Menus: Backgrounds

----------------------------------------------------------
*/
/* Menu backgrounds colors */
.main-header .style-light-bg,
.menu-wrapper .style-light-bg {
  background-color: #ffffff;
}
.main-header .style-dark-bg,
.menu-wrapper .style-dark-bg {
  background-color: #141618;
}
/* Menu submenu backgrounds colors */
.submenu-light .menu-horizontal .menu-smart ul {
  background-color: #ffffff;
}
.submenu-dark .menu-horizontal .menu-smart ul {
  background-color: #1b1d1f;
}
/* Menu submenu mobile backgrounds colors */
@media (max-width: 959px) {
  .submenu-light .menu-smart,
  .submenu-light .menu-sidebar-inner,
  .submenu-light .main-menu-container {
    background-color: #ffffff;
  }
  .submenu-dark .menu-smart,
  .submenu-dark .menu-sidebar-inner,
  .submenu-dark .main-menu-container {
    background-color: #1b1d1f;
  }
}
/* Menu transparent backgrounds colors */
body:not(.menu-overlay):not(.hmenu-center):not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-light-original,
body:not(.menu-overlay):not(.hmenu-center):not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-dark-original.style-light-override {
  opacity: 0;
}
body:not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-light-original > *,
body:not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-dark-original.style-light-override > * {
  background: transparent;
  background-color: rgba(255,255,255,1);
}
body:not(.menu-overlay):not(.hmenu-center):not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-dark-original,
body:not(.menu-overlay):not(.hmenu-center):not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-light-original.style-dark-override {
  opacity: 0;
}
body:not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-dark-original > *,
body:not(.menu-force-opacity) .menu-wrapper:not(.no-header) .menu-transparent:not(.is_stuck):not(.is_mobile_open).menu-transparent.style-light-original.style-dark-override > * {
  background: transparent;
  background-color: rgba(20,22,24,1);
}
/*
----------------------------------------------------------

#Skins-Menus: Scroll Arrows

----------------------------------------------------------
*/
/* Menu scroll arrows */
.submenu-light .menu-smart span.scroll-up,
.submenu-light .menu-smart span.scroll-down {
  border-color: rgba(234,234,234,1);
  background-color: #ffffff;
}
.submenu-dark .menu-smart span.scroll-up,
.submenu-dark .menu-smart span.scroll-down {
  border-color: rgba(48,49,51,1);
  background-color: #141618;
}
.submenu-light .menu-smart span.scroll-up-arrow,
.submenu-light .menu-smart span.scroll-down-arrow {
  border-color: transparent transparent rgba(234,234,234,1) transparent !important;
}
.submenu-dark .menu-smart span.scroll-up-arrow,
.submenu-dark .menu-smart span.scroll-down-arrow {
  border-color: transparent transparent rgba(48,49,51,1) transparent !important;
}
.submenu-light .menu-smart span.scroll-down-arrow {
  border-color: rgba(234,234,234,1) transparent transparent transparent !important;
}
.submenu-dark .menu-smart span.scroll-down-arrow {
  border-color: rgba(48,49,51,1) transparent transparent transparent !important;
}
/*
----------------------------------------------------------

#Skins-Menus: Toggle

----------------------------------------------------------
*/
/* Menu mobile toggle */
.mobile-menu-button-dark .lines,
.mobile-menu-button-dark .lines:before,
.mobile-menu-button-dark .lines:after {
  background: #ffffff;
}
.mobile-menu-button-light .lines,
.mobile-menu-button-light .lines:before,
.mobile-menu-button-light .lines:after {
  background: #303133;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .lines,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .lines:before,
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .lines:after {
  background: #303133;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .lines,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .lines:before,
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .lines:after {
  background: #ffffff;
}
/*
----------------------------------------------------------

#Skins-Menus: Shadows

----------------------------------------------------------
*/
/* Menu shadows */
@media (max-width: 959px) {
  [class*="menu-dd-shadow-"].menu-horizontal .menu-smart ul {
    box-shadow: none !important;
  }
}
@media (min-width: 960px) {
  .menu-shadows {
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  }
  body[class*=vmenu-] .menu-shadows {
    box-shadow: 0 0px 7px -1px rgba(0, 0, 0, 0.1);
  }
}
body:not(.menu-force-opacity) .menu-primary:not(.is_stuck):not(.is_mobile_open) .menu-shadows.force-no-shadows {
  box-shadow: none;
}
body:not(.menu-force-opacity)[class*=hmenu-] .menu-primary.is_stuck .menu-container {
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}
/* #Menu-mobile-colors */
/* Menu Accordion */
.submenu-light .menu-accordion .menu-smart ul {
  background-color: #ffffff;
}
.submenu-dark .menu-accordion .menu-smart ul {
  background-color: #141618;
}
/* Menu Overlay */
.menu-overlay .menu-accordion .menu-smart:not(.menu-cta-inner) ul {
  background-color: transparent !important;
}
@media (min-width: 960px) {
  .menu-overlay .menu-dark.submenu-light .menu-smart:not(.menu-cta-inner) ul a {
    color: #ffffff;
  }
  .menu-overlay .menu-dark.submenu-light .menu-smart:not(.menu-cta-inner) ul a:hover,
  .menu-overlay .menu-dark.submenu-light .menu-smart:not(.menu-cta-inner) ul a:focus {
    color: rgba(255,255,255,.5);
  }
}
@media (min-width: 960px) {
  .menu-overlay .menu-light.submenu-dark .menu-smart:not(.menu-cta-inner) ul a {
    color: #303133;
  }
  .menu-overlay .menu-light.submenu-dark .menu-smart:not(.menu-cta-inner) ul a:hover,
  .menu-overlay .menu-light.submenu-dark .menu-smart:not(.menu-cta-inner) ul a:focus {
    color: rgba(48,49,51,.5);
  }
}
/* Logo */
.style-light .navbar-brand .logo-skinnable {
  color: #303133;
}
.style-light .navbar-brand .logo-skinnable > * {
  color: #303133;
}
.style-light .navbar-brand .logo-skinnable svg * {
  fill: #303133;
}
.style-dark .navbar-brand .logo-skinnable {
  color: #ffffff;
}
.style-dark .navbar-brand .logo-skinnable > * {
  color: #ffffff;
}
.style-dark .navbar-brand .logo-skinnable svg * {
  fill: #ffffff;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-skinnable {
  color: #303133;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-skinnable > * {
  color: #303133;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-skinnable svg * {
  fill: #303133;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-skinnable {
  color: #ffffff;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-skinnable > * {
  color: #ffffff;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-skinnable svg * {
  fill: #ffffff;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-dark {
  display: none !important;
}
body:not(.menu-force-opacity) .style-light-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-light {
  display: block !important;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-dark {
  display: block !important;
}
body:not(.menu-force-opacity) .style-dark-override:not(.is_stuck):not(.is_mobile_open).menu-transparent .navbar-brand .logo-light {
  display: none !important;
}
/* SubMenu Cart */
.submenu-light .menu-accordion .menu-smart .uncode-cart li {
  border-color: rgba(234,234,234,1);
}
.submenu-dark .menu-accordion .menu-smart .uncode-cart li {
  border-color: rgba(48,49,51,1);
}
/* #Menu-vertical */
/*
----------------------------------------------------------

#Skins-Thumbs

----------------------------------------------------------
*/
/* #Thumbs text overlay color */
.tmb-light.tmb-color-overlay-text,
.tmb-light.tmb .t-entry-visual *,
.tmb-light.tmb .t-entry-visual a,
.tmb-light.tmb .t-entry-visual .t-entry-title a,
.tmb-light.tmb .t-entry-visual .t-entry-meta span {
  color: #ffffff;
}
.tmb-dark.tmb-color-overlay-text,
.tmb-dark.tmb .t-entry-visual *,
.tmb-dark.tmb .t-entry-visual a,
.tmb-dark.tmb .t-entry-visual .t-entry-title a,
.tmb-dark.tmb .t-entry-visual .t-entry-meta span {
  color: #303133;
}
.tmb-color-colored-ui,
.tmb .t-cat-over a.bordered-cat,
.tmb .t-cat-over span.bordered-cat,
.tmb a.tmb-term-evidence:not(.bordered-cat),
.uncode-info-box a.tmb-term-evidence:not(.bordered-cat),
.tmb span.tmb-term-evidence:not(.bordered-cat),
.uncode-info-box span.tmb-term-evidence:not(.bordered-cat),
.t-cat-over .tmb a.bordered-cat,
.t-cat-over .uncode-info-box a.bordered-cat,
.t-cat-over .tmb span.bordered-cat,
.t-cat-over .uncode-info-box span.bordered-cat {
  color: #ffffff !important;
}
/* #Thumbs title color */
.tmb-light.tmb-color-title,
.tmb-light.tmb .t-entry-text .t-entry-title a,
.tmb-light.tmb .t-entry-text .t-entry-title,
.tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span,
.tmb-light.tmb-content-lateral.tmb .t-entry p.t-entry-meta span,
.tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta a:not(:hover),
.tmb-light.tmb-content-lateral.tmb .t-entry p.t-entry-meta a:not(:hover) {
  color: #303133;
}
.tmb-dark.tmb-color-title,
.tmb-dark.tmb .t-entry-text .t-entry-title a,
.tmb-dark.tmb .t-entry-text .t-entry-title,
.tmb-dark.tmb-content-under.tmb .t-entry p.t-entry-meta span,
.tmb-dark.tmb-content-lateral.tmb .t-entry p.t-entry-meta span,
.tmb-dark.tmb-content-under.tmb .t-entry p.t-entry-meta a:not(:hover),
.tmb-dark.tmb-content-lateral.tmb .t-entry p.t-entry-meta a:not(:hover) {
  color: #ffffff;
}
/* #Thumbs text color */
.tmb-light.tmb-color-text,
.tmb-light.tmb .t-entry-text,
.tmb-light.tmb .t-entry-text p,
.tmb-light.tmb .t-entry p.t-entry-comments .extras a,
.tmb-light.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-light.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
  color: #777777;
}
.tmb-dark.tmb-color-text,
.tmb-dark.tmb .t-entry-text,
.tmb-dark.tmb .t-entry-text p,
.tmb-dark.tmb .t-entry p.t-entry-comments .extras a,
.tmb-dark.tmb-woocommerce.tmb .t-entry .t-entry-category a,
.tmb-dark.tmb-woocommerce.tmb .t-entry .t-entry-category .cat-comma {
  color: #ffffff;
}
/* #Thumbs hr color */
.tmb-light.tmb-color-hr,
.tmb-light.el-text hr.separator-reduced,
.tmb-light.tmb .t-entry-visual hr,
.tmb-light.tmb .t-entry-text hr {
  border-color: #eaeaea;
}
.tmb-dark.tmb-color-hr,
.tmb-dark.el-text hr.separator-reduced,
.tmb-dark.tmb .t-entry-visual hr,
.tmb-dark.tmb .t-entry-text hr {
  border-color: rgba(255, 255, 255, 0.25);
}
/* #Thumbs hr color */
.tmb-light.tmb-color-a,
.tmb-light.tmb-content-under.tmb .t-entry p.t-entry-author a:not(:hover) span,
.tmb-light.tmb-content-lateral.tmb .t-entry p.t-entry-author a:not(:hover) span {
  color: #303133;
}
.tmb-dark.tmb-color-a,
.tmb-dark.tmb-content-under.tmb .t-entry p.t-entry-author a:not(:hover) span,
.tmb-dark.tmb-content-lateral.tmb .t-entry p.t-entry-author a:not(:hover) span {
  color: #ffffff;
}
/* #Thumbs background color */
.tmb-light.tmb-color-addcart,
.tmb-light.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  background-color: #262729;
}
.tmb-dark.tmb-color-addcart,
.tmb-dark.tmb-woocommerce.tmb .t-entry-visual .add-to-cart-overlay a {
  background-color: #ffffff;
}
/* #Thumbs background color */
/* #Thumbs overlay */
/* #Thumbs overlay gradient*/
.tmb.tmb-light.tmb-overlay-gradient-bottom .t-entry-visual .t-entry-visual-overlay-in {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
}
.tmb.tmb-dark.tmb-overlay-gradient-bottom .t-entry-visual .t-entry-visual-overlay-in {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
}
.tmb.tmb-light.tmb-overlay-gradient-top .t-entry-visual .t-entry-visual-overlay-in {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
}
.tmb.tmb-dark.tmb-overlay-gradient-top .t-entry-visual .t-entry-visual-overlay-in {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
}
/* #Thumbs elements border width*/
.tmb-border-width {
  border-width: 1px;
}
.tmb-border-reduced-width,
.el-text hr.separator-reduced {
  border-width: 2px;
}
/* #Thumbs shadow */
.tmb-with-shadow,
.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed.tmb .t-entry-visual,
.uncode-single-media-wrapper.tmb-shadow {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
/* #Thumbs border */
.tmb-light.tmb-border,
.tmb-light.tmb-bordered:not(.tmb-no-bg):not(.tmb-shadowed).tmb > .t-inside,
.tmb-light.tmb-bordered.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual {
  border: 1px solid #eaeaea;
}
.tmb-dark.tmb-border,
.tmb-dark.tmb-bordered:not(.tmb-no-bg):not(.tmb-shadowed).tmb > .t-inside,
.tmb-dark.tmb-bordered.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual {
  border: 1px solid #7a7d82;
}
.tmb-light.tmb-border-under {
  border-color: #eaeaea;
}
.tmb-dark.tmb-border-under {
  border-color: #ffffff;
}
.post-media .tmb-light .regular-text p,
.post-media .tmb-light .regular-text a,
.post-media .tmb-light .regular-text * {
  color: #303133;
}
.post-media .tmb-dark .regular-text p,
.post-media .tmb-dark .regular-text a,
.post-media .tmb-dark .regular-text * {
  color: #ffffff;
}
/*
----------------------------------------------------------

#Shadows

----------------------------------------------------------
*/
.unshadow-xs,
.uncell.unshadow-xs,
.uncont.unshadow-xs,
.uncell.unshadow-hover-xs:hover,
.uncont.unshadow-hover-xs:hover,
.menu-dd-shadow-xs.menu-horizontal .menu-smart ul {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.unshadow-darker-xs,
.menu-dd-shadow-darker-xs.menu-horizontal .menu-smart ul {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.unshadow-sm,
.uncell.unshadow-sm,
.uncont.unshadow-sm,
.uncell.unshadow-hover-sm:hover,
.uncont.unshadow-hover-sm:hover,
.tmb-shadowed-sm.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-sm.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-sm.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-sm.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-sm.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-sm.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-sm.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-sm.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 20px 60px -30px rgba(0, 0, 0, 0.45);
}
.unshadow-darker-sm,
.uncell.unshadow-darker-sm,
.uncont.unshadow-darker-sm,
.uncell.unshadow-hover-darker-sm:hover,
.uncont.unshadow-hover-darker-sm:hover,
.tmb-shadowed-darker-sm.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-darker-sm.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-sm.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-darker-sm.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-sm.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-darker-sm.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-darker-sm.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-darker-sm.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 20px 60px -30px #000000;
}
.unshadow-std,
.uncell.unshadow-std,
.uncont.unshadow-std,
.uncell.unshadow-hover-std:hover,
.uncont.unshadow-hover-std:hover,
.tmb-shadowed-std.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-std.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-std.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-std.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-std.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-std.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-std.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-std.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, 0.45);
}
.unshadow-darker-std,
.uncell.unshadow-darker-std,
.uncont.unshadow-darker-std,
.uncell.unshadow-hover-darker-std:hover,
.uncont.unshadow-hover-darker-std:hover,
.tmb-shadowed-darker-std.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-darker-std.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-std.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-darker-std.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-std.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-darker-std.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-darker-std.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-darker-std.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 30px 60px -30px #000000;
}
.unshadow-lg,
.uncell.unshadow-lg,
.uncont.unshadow-lg,
.uncell.unshadow-hover-lg:hover,
.uncont.unshadow-hover-lg:hover,
.tmb-shadowed-lg.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-lg.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-lg.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-lg.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-lg.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-lg.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-lg.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-lg.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 55px 80px -40px rgba(0, 0, 0, 0.45);
}
.unshadow-darker-lg,
.uncell.unshadow-darker-lg,
.uncont.unshadow-darker-lg,
.uncell.unshadow-hover-darker-lg:hover,
.uncont.unshadow-hover-darker-lg:hover,
.tmb-shadowed-darker-lg.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-darker-lg.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-lg.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-darker-lg.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-lg.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-darker-lg.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-darker-lg.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-darker-lg.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 55px 80px -40px #000000;
}
.unshadow-xl,
.uncell.unshadow-xl,
.uncont.unshadow-xl,
.uncell.unshadow-hover-xl:hover,
.uncont.unshadow-hover-xl:hover,
.tmb-shadowed-xl.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-xl.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-xl.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-xl.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-xl.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-xl.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-xl.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-xl.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 70px 100px -40px rgba(0, 0, 0, 0.5);
}
.unshadow-darker-xl,
.uncell.unshadow-darker-xl,
.uncont.unshadow-darker-xl,
.uncell.unshadow-hover-darker-xl:hover,
.uncont.unshadow-hover-darker-xl:hover,
.tmb-shadowed-darker-xl.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-darker-xl.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-xl.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-darker-xl.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-media-shadowed-darker-xl.tmb-media-shadowed.tmb .t-entry-visual,
.menu-dd-shadow-darker-xl.menu-horizontal .menu-smart ul,
.uncell.tmb-media-shadowed-darker-xl.tmb-media-shadowed.tmb .t-entry-visual,
.uncont.tmb-media-shadowed-darker-xl.tmb-media-shadowed.tmb .t-entry-visual {
  box-shadow: 0px 70px 100px -40px #000000;
}
.unshadow-none,
.uncell.unshadow-hover-none:hover,
.uncont.unshadow-hover-none:hover,
.uncell.unshadow-hover-darker-none:hover,
.uncont.unshadow-hover-darker-none:hover,
.tmb-shadowed-none.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-darker-none.tmb-shadowed:not(.tmb-no-bg).tmb > .t-inside,
.tmb-shadowed-none.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-darker-none.tmb-shadowed.tmb-no-bg.tmb-media-first.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-none.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual,
.tmb-shadowed-hover-darker-none.tmb-shadowed.tmb-shadowed-hover.tmb-no-bg.tmb-media-first:hover.tmb > .t-inside .t-entry-visual {
  box-shadow: none;
}
/*
----------------------------------------------------------

#Corners

----------------------------------------------------------
*/
.unradius-xs,
.img-round-xs.img-round,
.img-round-xs.tmb-round,
.img-round-xs.img-round > img,
.img-round-xs.tmb-round > img,
.img-round-xs.img-round > .t-inside,
.img-round-xs.tmb-round > .t-inside,
.img-round-xs.img-round .t-entry-visual-cont > a,
.img-round-xs.tmb-round .t-entry-visual-cont > a,
.uncell.unradius-xs,
.uncont.unradius-xs,
.img-round-xs.img-round.tmb > .t-inside .t-entry-visual,
.img-round-xs.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 2px;
  background-clip: padding-box;
}
.unradius-sm,
.img-round,
.tmb-round,
.img-round > .t-inside,
.tmb-round > .t-inside,
.img-round > img,
.tmb-round > img,
.img-round .t-entry-visual-cont > a,
.tmb-round .t-entry-visual-cont > a,
.uncell.unradius-sm,
.uncont.unradius-sm,
.img-round.tmb > .t-inside .t-entry-visual,
.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 4px;
  background-clip: padding-box;
}
.unradius-std,
.img-round-std.img-round,
.img-round-std.tmb-round,
.img-round-std.img-round > img,
.img-round-std.tmb-round > img,
.img-round-std.img-round > .t-inside,
.img-round-std.tmb-round > .t-inside,
.img-round-std.img-round .t-entry-visual-cont > a,
.img-round-std.tmb-round .t-entry-visual-cont > a,
.uncell.unradius-std,
.uncont.unradius-std,
.img-round-std.img-round.tmb > .t-inside .t-entry-visual,
.img-round-std.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 8px;
  background-clip: padding-box;
}
.unradius-lg,
.img-round-lg.img-round,
.img-round-lg.tmb-round,
.img-round-lg.img-round > img,
.img-round-lg.tmb-round > img,
.img-round-lg.img-round > .t-inside,
.img-round-lg.tmb-round > .t-inside,
.img-round-lg.img-round .t-entry-visual-cont > a,
.img-round-lg.tmb-round .t-entry-visual-cont > a,
.uncell.unradius-lg,
.uncont.unradius-lg,
.img-round-lg.img-round.tmb > .t-inside .t-entry-visual,
.img-round-lg.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 12px;
  background-clip: padding-box;
}
.unradius-xl,
.img-round-xl.img-round,
.img-round-xl.tmb-round,
.img-round-xl.img-round > img,
.img-round-xl.tmb-round > img,
.img-round-xl.img-round > .t-inside,
.img-round-xl.tmb-round > .t-inside,
.img-round-xl.img-round .t-entry-visual-cont > a,
.img-round-xl.tmb-round .t-entry-visual-cont > a,
.uncell.unradius-xl,
.uncont.unradius-xl,
.img-round-xl.img-round.tmb > .t-inside .t-entry-visual,
.img-round-xl.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 16px;
  background-clip: padding-box;
}
/*
Theme Name: Uncode Child
Theme URI: http://www.undsgn.com/uncode
Template: uncode
Author: Undsgn
Author URI: http://www.undsgn.com
Description: Uncode is a pixel perfect WordPress Theme designed with terrific attention to details.
Version: 2.2.6.1583473282
Updated: 2020-03-06 00:41:22

*/


.epyt-debug{cursor:pointer;text-align:left;background-color:#ddd;color:#000}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-inline:0;margin-block:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{margin:0 -8px 0 -8px;position:relative;transition:opacity ease-out .3s;display:block}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity ease-out .3s}.epyt-gallery-thumb{position:relative;box-sizing:border-box;overflow-y:hidden;display:block!important;cursor:pointer;opacity:1;float:left;padding:0 8px 10px 8px;height:auto}.epyt-gallery-thumb.hover{position:relative;opacity:1;transition:opacity ease-out .3s;height:auto}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{height:0;width:100%;padding-top:56.25%!important;position:relative;overflow:hidden!important;background-size:cover!important;background-position:center!important}.epyt-gallery-playhover{opacity:0;position:absolute;top:-10px;left:0;width:100%;height:100%;vertical-align:middle;text-align:center;transition:opacity ease-out .3s}.epyt-gallery-thumb.hover .epyt-gallery-playhover,.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover{opacity:1;top:0;transition:all ease-out .3s}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{height:auto!important;max-width:15%!important;padding:0!important;margin:0!important;min-width:30px!important;vertical-align:middle!important;display:inline-block!important;width:auto;border:0;box-sizing:border-box}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{text-align:center;width:100%;position:absolute;left:0;top:100%;opacity:0;z-index:10;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity linear .2s}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;text-align:center;padding:10px 8px 10px 8px}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagination>div,.epyt-pagenumbers>div{display:inline-block;padding:0 2px 0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px 0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{width:100%;max-width:964px}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.090%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{text-align:center;padding:15px 0 10px 0;clear:both}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{display:inline-block;padding:5px 10px;background-color:#e62117!important;color:#fff!important;text-decoration:none!important;border-radius:3px}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{width:20px!important;height:auto!important;vertical-align:middle!important;padding:0 6px 3px 0;display:inline-block;background:transparent;-webkit-box-shadow:none;box-shadow:none;margin:0}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(to bottom,#000,#444);padding:25px;height:auto;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{display:inline-block;padding:5px 10px;background:#e62117!important;color:#fff!important;text-decoration:none!important;border-radius:3px;font-weight:normal;border-width:0;box-sizing:border-box}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{width:20px!important;height:auto!important;vertical-align:middle!important;padding:0 6px 3px 0;display:inline-block;background:transparent;-webkit-box-shadow:none;box-shadow:none;margin-left:8px}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(to bottom,#000,#444)}.epyt-facade{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{display:block;margin:0;max-width:100%;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:0;height:auto;cursor:pointer}.epyt-facade button.epyt-facade-play{background-color:transparent!important;position:absolute;left:50%;top:50%;width:68px;height:48px;margin-left:-34px;margin-top:-24px;-webkit-transition:opacity .25s cubic-bezier(0,0,0.2,1);transition:opacity .25s cubic-bezier(0,0,0.2,1);cursor:pointer;border-width:0!important}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;position:absolute;top:0;width:100%;pointer-events:none}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);transition:fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);transition:fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);fill:#f00;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{position:absolute;top:0;right:0;bottom:0;left:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative;top:unset;right:unset;bottom:unset;left:unset}.ytvi-story-container{display:block;max-width:100%}@charset "UTF-8";@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper{flex-direction:column}.jp-carousel-overlay .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.jp-carousel-overlay .swiper-container-android .swiper-slide,.jp-carousel-overlay .swiper-wrapper{transform:translateZ(0)}.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.jp-carousel-overlay .swiper-container-pointer-events{touch-action:pan-y}.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.jp-carousel-overlay .swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.jp-carousel-overlay .swiper-slide-invisible-blank{visibility:hidden}.jp-carousel-overlay .swiper-container-autoheight,.jp-carousel-overlay .swiper-container-autoheight .swiper-slide{height:auto}.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jp-carousel-overlay .swiper-container-3d{perspective:1200px}.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,.jp-carousel-overlay .swiper-container-3d .swiper-slide,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,.jp-carousel-overlay .swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var( --swiper-navigation-size )/2);position:absolute;top:50%;width:calc(var( --swiper-navigation-size )/44*27);z-index:10}.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after{content:"prev"}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:"next"}.jp-carousel-overlay .swiper-button-next.swiper-button-white,.jp-carousel-overlay .swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.jp-carousel-overlay .swiper-button-next.swiper-button-black,.jp-carousel-overlay .swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.jp-carousel-overlay .swiper-button-lock{display:none}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden{opacity:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets,.jp-carousel-overlay .swiper-pagination-custom,.jp-carousel-overlay .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.jp-carousel-overlay .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}.jp-carousel-overlay button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jp-carousel-overlay .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.jp-carousel-overlay .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.jp-carousel-overlay .swiper-pagination-white{--swiper-pagination-color:#fff}.jp-carousel-overlay .swiper-pagination-black{--swiper-pagination-color:#000}.jp-carousel-overlay .swiper-pagination-lock{display:none}.jp-carousel-overlay .swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.jp-carousel-overlay .swiper-zoom-container>canvas,.jp-carousel-overlay .swiper-zoom-container>img,.jp-carousel-overlay .swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.jp-carousel-overlay .swiper-slide-zoomed{cursor:move}.jp-carousel-overlay .swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-position:50%;background-repeat:no-repeat;background-size:200%}.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{background-image:none;height:auto;opacity:.5;padding:20px 40px;transition:opacity .5s ease-out;width:auto}.jp-carousel-overlay .swiper-button-next:hover,.jp-carousel-overlay .swiper-button-prev:hover{opacity:1}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{background:var(--jp-carousel-bg-color);border-radius:4px;height:30px;width:28px}.jp-carousel-overlay .swiper-button-next svg:hover,.jp-carousel-overlay .swiper-button-prev svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-overlay{background:var(--jp-carousel-bg-color);bottom:0;direction:ltr;font-family:Helvetica Neue,sans-serif!important;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:2147483647}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1:before,.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{left:auto;right:0}.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;line-height:19px;margin:25px 20px 0 2px;padding:11px 15px;text-align:center}.jp-carousel-info{-webkit-font-smoothing:subpixel-antialiased!important;background-color:var(--jp-carousel-bg-color);display:flex;flex-direction:column;opacity:1;text-align:left!important;transition:opacity .2s ease-out;z-index:100}.jp-carousel-hide-controls .jp-carousel-info{height:0;overflow:hidden;visibility:hidden}.jp-carousel-info-footer{align-items:center;display:flex;height:64px;justify-content:space-between;position:relative}.jp-carousel-info-extra,.jp-carousel-info-footer{background-color:var(--jp-carousel-bg-color);width:100vw}.jp-carousel-info-extra{border-top:1px solid var(--jp-carousel-bg-faded-color);display:none;padding:35px}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{display:none;padding:0;width:100%!important}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-buttons{background:#222;border-bottom:1px solid #222;margin:-18px -20px 15px;padding:8px 10px;text-align:center}div.jp-carousel-buttons a{-webkit-font-smoothing:subpixel-antialiased;border:none!important;color:var(--jp-carousel-primary-subtle-color);font:normal 11px/1.2em Helvetica Neue,sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle}div.jp-carousel-buttons a:hover{border:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translateZ(0)}.jp-carousel-close-hint{color:var(--jp-carousel-primary-color);cursor:default;cursor:pointer;height:45px;letter-spacing:0!important;padding:10px;position:fixed;right:30px;text-align:right;top:20px;transition:opacity .2s ease-out;width:45px;z-index:15}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint svg{background:var(--jp-carousel-bg-color);border-radius:4px;padding:3px 2px}.jp-carousel-close-hint svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);display:none;font-size:15px;font-weight:400;position:static!important;white-space:nowrap}.jp-carousel-pagination-container .swiper-pagination{line-height:8px;text-align:left}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 4px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;margin:0;overflow:hidden}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:none!important;border:none!important;color:var(--jp-carousel-primary-color);display:inline-block;font:normal 20px/1.3em Helvetica Neue,sans-serif;letter-spacing:0!important;line-height:normal;margin:0 0 10px;overflow:hidden;padding:0;text-shadow:none!important;text-transform:none!important}.jp-carousel-info-footer .jp-carousel-photo-caption{color:var(--jp-carousel-primary-subtle-color);cursor:pointer;font-size:15px;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;overflow:hidden;overflow-wrap:break-word;width:100%}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-photo-description p a{border:none!important;color:var(--jp-carousel-primary-color)!important;font-style:normal!important;font-weight:400!important;text-decoration:underline!important}.jp-carousel-photo-description p b,.jp-carousel-photo-description p strong{color:var(--jp-carousel-primary-subtle-color);font-weight:700}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{color:var(--jp-carousel-primary-subtle-color);font-style:italic}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-photo-description p a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-comments-wrapper h1:after,.jp-carousel-comments-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);display:none;font-size:13px;font:12px/1.4 Helvetica Neue,sans-serif!important;width:100%}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{background:none!important;border:none!important;bottom:auto!important;font-family:Helvetica Neue,sans-serif!important;font-weight:400!important;left:auto!important;line-height:1.3em!important;position:inherit!important;right:auto!important;top:auto!important}.jp-carousel-image-meta ul{list-style:none!important;margin:0!important;padding:0!important}.jp-carousel-image-meta li{color:var(--jp-carousel-primary-color)!important;display:inline-block!important;font-size:13px!important;margin:0 2% 15px 0!important;vertical-align:top!important;width:48%!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;font-size:10px!important;letter-spacing:.1em!important;margin:0 0 2px!important;text-transform:uppercase!important}a.jp-carousel-image-download{clear:both;color:var(--jp-carousel-primary-subtle-color);display:inline-block;font-size:14px;font-weight:400;line-height:1;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;margin:0 3px;padding-bottom:2px;vertical-align:middle}a.jp-carousel-image-download span.photo-size{border-radius:1em;display:inline-block;font-size:11px;margin-left:2px}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{background:none transparent;bottom:10px;font:15px/1.7 Helvetica Neue,sans-serif!important;font-weight:400;margin-top:20px;width:100%}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none transparent;color:var(--jp-carousel-primary-subtle-color);display:flex;overflow:auto;width:100%}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{border:none;display:inline;float:none;font-size:15px;font-weight:500;margin:0;padding:0;width:auto}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{background-color:transparent!important;border:none!important;border-radius:4px;height:64px;margin:0;min-height:64px;min-width:64px;padding:0!important;width:64px}.jp-carousel-comment .comment-date{border-bottom:1px solid var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color);font-size:11px;margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);border-radius:3px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1);box-sizing:border-box;color:var(--jp-carousel-primary-subtle-color);float:none;font:16px/1.4 Helvetica Neue,sans-serif!important;height:147px;margin:0;overflow:hidden;padding:10px 10px 5px;width:100%}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0}#jp-carousel-loading-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;height:40px;width:40px}#jp-carousel-library-loading{animation:load8 1.1s linear infinite;border:8px solid hsla(0,0%,100%,.2);border-left:8px solid var(--jp-carousel-primary-color);float:left;font-size:10px;margin:22px 0 0 10px;position:relative;text-indent:-9999em;transform:translateZ(0)}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;height:20px;width:20px}#jp-carousel-comment-form-spinner{animation:load8 1.1s linear infinite;border:4px solid hsla(0,0%,100%,.2);border-left:4px solid var(--jp-carousel-primary-color);bottom:0;display:none;float:left;font-size:10px;left:0;margin:0 auto;position:absolute;right:0;text-indent:-9999em;top:calc(50% - 15px);transform:translateZ(0)}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.jp-carousel-info-content-wrapper{margin:auto;max-width:800px}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);color:var(--jp-carousel-primary-subtle-color);float:left;font:16px/1.4 Helvetica Neue,sans-serif!important;padding:10px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:22px 0 0}#jp-carousel-comment-form-commenting-as fieldset{border:none;clear:both;float:left;margin:20px 0 0;padding:0}#jp-carousel-comment-form-commenting-as label{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:0 20px 3px 0;width:100px}#jp-carousel-comment-form-button-submit{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-primary-color);border-radius:3px;color:var(--jp-carousel-primary-color);display:block;font-size:14px;margin-left:auto;margin-top:20px;padding:8px 16px}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{color:var(--jp-carousel-primary-subtle-color);margin-bottom:15px;margin-top:20px;overflow:hidden;position:relative;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:block;font:13px/1.4 Helvetica Neue,sans-serif!important;margin-top:20px;overflow:auto;padding:1em 0;text-align:center;width:100%}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed,#jp-carousel-comments-loading{color:var(--jp-carousel-primary-subtle-color);display:none}#jp-carousel-comments-loading{bottom:10px;font:400 15px/1.7 Helvetica Neue,sans-serif!important;margin-bottom:20px;margin-top:20px;text-align:left;width:100%}.jp-carousel-photo-icons-container{display:block;flex:1;margin:0 20px 0 30px;text-align:right;white-space:nowrap}.jp-carousel-icon-btn{background:none;border:none;display:inline-block;height:64px;padding:16px;text-decoration:none}.jp-carousel-icon{border:none;border-radius:4px;display:inline-block;font-style:normal;font-weight:400;line-height:0;padding:4px 3px 3px;width:31px}.jp-carousel-icon:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-primary-color);border-radius:4px;color:var(--jp-carousel-bg-color);display:none;font-family:Helvetica Neue,sans-serif!important;font-size:12px;font-weight:400;line-height:1;margin-left:-16px;padding:2px 4px;position:relative;vertical-align:top}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-buttons,.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-image-meta{box-sizing:border-box;float:none!important;margin-left:0;width:100%!important}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;right:10px;top:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway,.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{float:none;width:100%}}.contact-form .clear-form{clear:both}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus::placeholder{opacity:.3}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea){border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;padding:16px;width:100%}:where(.contact-form textarea){height:200px}.contact-form .grunion-field{padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .grunion-field-wrap input,.contact-form .grunion-field-wrap textarea{margin:0}.contact-form select{min-width:150px;padding:14px 7px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;height:1rem;margin:0 .75rem 0 0;width:1rem}.contact-form input[type=checkbox]{margin-left:0;top:0}.contact-form label{display:block;float:none;font-weight:700;margin-bottom:.25em}.contact-form label.consent{align-items:center;display:flex;font-size:13px;font-weight:400;text-transform:uppercase}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{align-items:center;display:inline-flex;float:none;font-weight:400;line-height:1.5;margin-bottom:0}.contact-form .grunion-checkbox-multiple-options,.contact-form .grunion-radio-options{display:flex;flex-direction:column;gap:.25em}.contact-form label span{font-size:85%;font-weight:400;margin-left:.25em;opacity:.45}.contact-form-submission{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:4em;padding:1.5em 1em;width:100%}.contact-form-submission p{word-wrap:break-word;margin:0 auto}.contact-form-submission h4{font-weight:200;margin-bottom:32px;margin-top:32px}.contact-form-submission .go-back-message{margin-bottom:32px;margin-top:20px;text-align:left}.contact-form-submission .go-back-message .link{color:#000;font-weight:200}.contact-form-submission .field-name{font-weight:200}.contact-form-submission .field-value{font-weight:600;margin-bottom:20px}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form>*{flex:0 0 100%}.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form{padding-left:0;padding-right:0}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{box-sizing:border-box}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam,.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form .wp-block-spacer{width:100%}.contact-form .contact-form-dropdown__button.ui-button{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-sizing:border-box;color:var(--jetpack--contact-form--text-color);display:flex;flex-direction:row-reverse;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding);width:100%}.contact-form .contact-form-dropdown__button.ui-button .ui-selectmenu-icon.ui-icon{background:none}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon,.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon{align-items:center;border:2px solid transparent;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-right:4px;overflow:visible;position:relative;width:.8em}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon:after{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-5px;transform:rotate(45deg);transition:all .2s ease-in-out;width:100%}.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon:after{margin-top:8px;transform:rotate(225deg)}.contact-form .contact-form-dropdown__menu{z-index:1}.contact-form .contact-form-dropdown__menu ul.ui-menu{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px rgba(0,0,0,.05);color:var(--jetpack--contact-form--text-color);font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);line-height:normal;max-height:230px;overflow:auto;padding:0}.contact-form .contact-form-dropdown__menu .ui-menu{margin-top:8px}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper{padding:var(--jetpack--contact-form--input-padding)}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper.ui-state-active{background-color:var(--jetpack--contact-form--text-color);border:none;color:var(--jetpack--contact-form--input-background);position:relative}.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap),.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap){--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;flex-direction:row-reverse;position:relative}.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-outlined .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options{flex-grow:1;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding, 16px) + 4px)}.contact-form :not(.is-style-outlined):not(.is-style-animated) .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form :not(.is-style-outlined):not(.is-style-animated) .grunion-field-wrap .grunion-radio-options{background-color:var(--jetpack--contact-form--input-background);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;text-align:left;width:100%}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch{padding:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label{font-weight:300;margin:0;pointer-events:none;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-top-left-radius:unset;flex-grow:1}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__notch{border-top-color:transparent}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.contact-form .is-style-outlined .grunion-field-wrap .contact-form-dropdown__button,.contact-form .is-style-outlined .grunion-field-wrap>input,.contact-form .is-style-outlined .grunion-field-wrap>textarea{border-color:transparent!important;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap textarea{padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-outlined .contact-form-dropdown__menu .ui-menu-item-wrapper,.contact-form .is-style-outlined .grunion-field-wrap textarea{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-animated .grunion-field-wrap{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.contact-form .is-style-animated .grunion-field-wrap input{outline:none}.contact-form .is-style-animated .grunion-field-wrap textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) .contact-form-dropdown__button,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>input,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.contact-form .is-style-animated .grunion-field-wrap .contact-form-dropdown__menu .ui-menu-item-wrapper{padding-left:var(--field-padding);padding-right:var(--field-padding)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-animated .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-animated .grunion-field-radio-wrap .grunion-radio-options{padding-top:1.7em}.contact-form .is-style-animated .grunion-field-wrap .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%}.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options~.animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.contact-form .is-style-below .grunion-field-wrap .below-label__label{margin-left:var(--jetpack--contact-form--border-size)}.wp-block-jetpack-contact-form-container{filter:blur(10px)}.contact-form-styles-loaded .wp-block-jetpack-contact-form-container,html[amp-version] body .wp-block-jetpack-contact-form-container,html[amp] body .wp-block-jetpack-contact-form-container,html[class*=amphtml] body .wp-block-jetpack-contact-form-container{filter:blur(0)}.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}to{opacity:0}}.infinite-loader .spinner-inner div{animation:spinner-inner 1s linear infinite;background:#000;border-radius:3px/6px;height:12px;left:47px;outline:1px solid #fff;position:absolute;top:24px;transform-origin:3px 26px;width:6px}.infinite-loader .spinner-inner div:first-child{animation-delay:-.9166666667s;background:#000;transform:rotate(0deg)}.infinite-loader .spinner-inner div:nth-child(2){animation-delay:-.8333333333s;background:#000;transform:rotate(30deg)}.infinite-loader .spinner-inner div:nth-child(3){animation-delay:-.75s;background:#000;transform:rotate(60deg)}.infinite-loader .spinner-inner div:nth-child(4){animation-delay:-.6666666667s;background:#000;transform:rotate(90deg)}.infinite-loader .spinner-inner div:nth-child(5){animation-delay:-.5833333333s;background:#000;transform:rotate(120deg)}.infinite-loader .spinner-inner div:nth-child(6){animation-delay:-.5s;background:#000;transform:rotate(150deg)}.infinite-loader .spinner-inner div:nth-child(7){animation-delay:-.4166666667s;background:#000;transform:rotate(180deg)}.infinite-loader .spinner-inner div:nth-child(8){animation-delay:-.3333333333s;background:#000;transform:rotate(210deg)}.infinite-loader .spinner-inner div:nth-child(9){animation-delay:-.25s;background:#000;transform:rotate(240deg)}.infinite-loader .spinner-inner div:nth-child(10){animation-delay:-.1666666667s;background:#000;transform:rotate(270deg)}.infinite-loader .spinner-inner div:nth-child(11){animation-delay:-.0833333333s;background:#000;transform:rotate(300deg)}.infinite-loader .spinner-inner div:nth-child(12){animation-delay:0s;background:#000;transform:rotate(330deg)}.infinite-loader .spinner{background:none;display:inline-block;height:28px;overflow:hidden;width:28px}.infinite-loader .spinner-inner{backface-visibility:hidden;height:100%;position:relative;transform:translateZ(0) scale(.28);transform-origin:0 0;width:100%}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{background:transparent;border:none;color:inherit;cursor:inherit;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;position:static}#infinite-handle span button::-moz-focus-inner{border:none;margin:0;padding:0}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{bottom:-50px;left:0;position:fixed;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:hsla(0,0%,100%,.8);border:solid rgba(0,0,0,.1);border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{float:right;font-weight:400;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}#infinite-footer{position:static}}#infinite-aria{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.infinite-wrap:focus{outline:0!important}div.sharedaddy h3.sd-title:before{border-top:1px solid #dcdcde;content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{overflow:hidden;width:61px}#wpadminbar iframe.admin-bar-likes-widget{border-width:0;height:28px;min-height:28px;position:absolute;top:0;width:61px}div.jetpack-likes-widget-wrapper{min-height:50px;position:relative;width:100%}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-comment-likes-widget-wrapper{min-height:31px;position:relative;width:100%}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);display:none;min-width:130px;padding:10px 10px 12px;position:absolute;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{list-style-type:none;margin:0;padding:0;text-indent:0}#likes-other-gravatars li:before{content:""}#likes-other-gravatars ul.wpl-avatars{display:block;max-height:190px;overflow:auto}#likes-other-gravatars ul.wpl-avatars li{float:left;height:32px;margin:0 5px 5px 0;width:32px}#likes-other-gravatars ul.wpl-avatars li a{border-bottom:none!important;display:block;margin:0 2px 0 0}#likes-other-gravatars ul.wpl-avatars li a img{background:none;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{border-width:0;display:block;margin:0}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{border-width:0;margin:0;position:relative}.comment-likes-widget-placeholder{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:18px;position:absolute}.comment-likes-widget-placeholder:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.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/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{align-self:center;color:#4e4e4e;margin-top:4px;padding-left:5px}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{float:none;position:absolute;top:0;width:100%}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}@media print{.jetpack-likes-widget-wrapper{display:none}}.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{display:block;flex-direction:row}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;width:100%}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin-top:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:0;max-width:none}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{display:block;margin-top:0}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{clear:both;display:none;margin:1em 0;padding-top:1em;position:relative}.jp-relatedposts:after{clear:both;content:"";display:block}#jp-relatedposts h3.jp-relatedposts-headline{display:inline-block;float:left;font-family:inherit;font-size:9pt;font-weight:700;margin:0 0 1em}#jp-relatedposts h3.jp-relatedposts-headline em:before{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.2);content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;padding-right:20px}#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}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{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{border-bottom:0;bottom:0;display:block;left:0;position:absolute;right:0;top: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{display:block;font-family:inherit;margin:0;max-width:100%;text-transform:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{filter:alpha(opacity=100);font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#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-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#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}#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;margin-right:3%;max-width:33%;overflow:hidden}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@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{clear:both;margin:0 0 1em;width:100%}#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;margin-right:0;max-width:100%}}@media print{.jp-relatedposts{display:none!important}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{display:inline-block;font-size:9pt;font-weight:700;line-height:1.2;margin:0 0 1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid hsla(0,0%,100%,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{list-style:none!important;margin:0!important;padding:0!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}.sd-content .share-email-error .share-email-error-title{margin:.5em 0}.sd-content .share-email-error .share-email-error-text{font-family:Open Sans,sans-serif;font-size:12px;margin:.5em 0}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{background:#fff;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.12);color:#2c3338!important;display:inline-block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;padding:5px 11px 4px 9px;text-decoration:none!important;text-shadow:none}.sd-social-official .sd-content ul li a.sd-button,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a{align-items:center;display:flex;font-size:12px;line-height:12px;min-height:20px;padding:1px 6px 0 5px}.sd-social-official .sd-content ul.preview li a.sd-button,.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a{position:relative;top:2px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:23px;margin-left:6px}.sd-social-icon .sd-content ul li a.sd-button>span{margin-left:0}.sd-social-text .sd-content ul li a.sd-button span{margin-left:3px}.sd-social-official .sd-content ul li a.sd-button>span,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span{line-height:12px;margin-left:3px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{box-shadow:0 1px 2px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.22)}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal 18px/1 social-logos;text-align:center;vertical-align:top}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 8px 12px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;height:0;line-height:inherit;padding-left:0}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:"\f469"}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:"\f410"}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:"\f207"}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:"\f202"}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:"\f222"}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:"\f607"}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:"\f224"}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:"\f210"}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:"\f203"}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:"\f205"}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:"\f606"}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:"\f220"}.sd-content ul li.share-mastodon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-mastodon a:before,.sd-social-icon-text .sd-content li.share-mastodon a:before,.sd-social-official .sd-content li.share-mastodon a:before,.sd-social-text .sd-content ul li.share-mastodon a:before{content:"\f10a"}.sd-social-official .sd-content li.share-mastodon a:before{color:#563acc}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:"\f415"}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:"\f608"}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{content:"🚫";height:1em;width:1em}.sd-social .sd-button .share-count{background:#2ea2cc;border-radius:10px;color:#fff;display:inline-block;font-size:10px;line-height:1;padding:1px 3px;text-align:center}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul{display:flex;flex-wrap:wrap}.sd-social-official .sd-content ul:after{clear:both;content:".";display:block;height:0;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:flex;max-height:18px}.sd-social-official .sd-content ul>li .option-smart-off{margin-right:8px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{min-width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-repeat:no-repeat;background-size:16px 16px;display:inline-block;height:21px;line-height:16px;margin-left:0;padding:0 0 0 19px}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important;width:0}.sharing-hidden .inner{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 5px 20px rgba(0,0,0,.2);margin-top:5px;max-width:400px;padding:10px;position:absolute;z-index:2}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;height:0!important;margin:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{border-bottom:8px solid #ccc;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:block;height:0;left:20px;position:absolute;top:-8px;width:0;z-index:1}.sharing-hidden .inner:after{border-bottom:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;top:-7px;z-index:2}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border:0;border-radius:50%;-webkit-border-radius:50%;box-shadow:none;height:auto;line-height:1;margin-bottom:0;max-width:32px;padding:7px;position:relative;top:-2px;width:auto}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{background:#555;border-radius:0;bottom:0;font-size:9px;position:absolute;right:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button{background:linear-gradient(0deg,#563acc 0,#6364ff);color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#jetpack-source_f_name{display:none!important;left:-9000px;position:absolute!important}.sd-content .share-customize-link{line-height:11px;margin-top:8px}.sd-content .share-customize-link a{font-family:Open Sans,sans-serif;font-size:11px}@media print{.sharedaddy.sd-sharing-enabled{display:none}}.jetpack-slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-bottom:56.25%!important;padding-top:30px!important;position:relative;z-index:1}.jetpack-slideshow-window.jetpack-slideshow-white{background-color:#fff;border-color:#fff}.jetpack-slideshow-window,.jetpack-slideshow-window *{box-sizing:content-box}.jetpack-slideshow-loading{height:100%;margin:auto;text-align:center}body div.jetpack-slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-height:100%;max-width:100%;padding:0!important;position:relative;top:50%;transform:translateY(-50%)}.jetpack-slideshow-loading img{vertical-align:middle}.jetpack-slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.jetpack-slideshow-slide img{vertical-align:middle}.jetpack-slideshow-line-height-hack{font-size:0;overflow:hidden;width:0}.jetpack-slideshow-slide-caption{bottom:5px;color:#f6f7f7;font-family:Helvetica Neue,sans-serif;font-size:13px;height:25px;left:0;line-height:25px;position:absolute;text-align:center;text-shadow:#222 1px 1px 2px;width:100%;z-index:100}.jetpack-slideshow-controls{bottom:30px;direction:ltr;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";margin:auto;opacity:.5;position:absolute;text-align:center;transition:opacity .3s ease-out;width:100%;z-index:1000}.jetpack-slideshow-window:hover .jetpack-slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{zoom:1;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-position:-34px 8px!important;background-repeat:no-repeat;background-size:142px 16px!important;border:2px solid hsla(0,0%,100%,.1)!important;border-radius:10em!important;color:#222!important;display:inline-block!important;*display:inline;height:32px!important;line-height:32px!important;margin:0 5px!important;padding:0!important;text-align:center!important;transition:border-color .3s ease-out;width:32px!important}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.jetpack-slideshow-controls a:hover{border-color:#fff!important}body div div.jetpack-slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.jetpack-slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.jetpack-slideshow-controls a.running,body div div.jetpack-slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.jetpack-slideshow-controls a.paused{background-position:9px 8px!important}.jetpack-slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{bottom:0!important;left:0!important;margin:0!important;min-height:100%!important;min-width:100%!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{border:1px solid #dcdcde;line-height:normal;margin:20px auto;overflow:hidden}.presentation{margin:0;outline:none;overflow:hidden;position:relative}.presentation,.presentation .step{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{background-repeat:no-repeat;opacity:0;position:absolute;transition:opacity .25s;width:34px;z-index:2}.presentation .nav-arrow-left,.presentation .nav-arrow-right{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px;height:100%}.presentation .nav-arrow-left{background-position:4px 50%;left:0}.presentation .nav-arrow-right{background-position:-120px 50%;right:0}.presentation .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%;bottom:0;height:32px;margin:4px;right:0;width:32px;z-index:3}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{background-color:#dcdcde;background-color:rgba(0,0,0,.75);border-radius:50px;display:table;height:15%;margin:30% 10%;position:relative;transition:opacity .5s;width:80%;z-index:100}.presentation .autoplay-overlay .overlay-msg{color:#fff;display:table-cell;position:relative;text-align:center;vertical-align:middle}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{background-color:#f3f3f3;border:1px solid #deede3;border-radius:.2em;line-height:1.3em;margin-bottom:2em;padding:1em}div.jetpack-quiz div.jetpack-quiz-question{font-weight:700;margin-bottom:.5em}div.jetpack-quiz div.jetpack-quiz-answer{border-bottom:1px dotted #999;cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em}div.jetpack-quiz div.jetpack-quiz-answer.last{border-bottom:0;margin-bottom:0;padding-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{color:#000;display:block;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{background:transparent;font:15px Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;margin:0;padding:0}.jetpack-quiz-options{margin-top:12px;text-align:right}.jetpack-quiz-count{color:#646970;float:left;font-size:12px}.jetpack-quiz-option-button{cursor:pointer;margin-left:12px}.jetpack-quiz-option-button:hover svg{background:#3c434a}.jetpack-quiz-option-button svg{fill:#fff;background:#000;border-radius:50%;display:inline-block;height:24px;width:24px}.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type{display:none}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;line-height:1;margin:0}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{fill:currentColor;color:inherit;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;content:"\f415";display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:transparent;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:none;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:hsla(0,0%,100%,.8);bottom:0;color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{height:0;overflow:hidden;visibility:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{left:0;position:absolute;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;-o-object-fit:cover;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{-o-object-fit:cover;object-fit:cover}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{display:inline;list-style:none}.widget-grofile ul.grofile-accounts li:before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;float:left;height:16px;margin-bottom:8px;margin-right:8px;width:16px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{max-width:100%;width:500px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;padding:10px 5px}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{border-bottom:1px solid #a7aaad;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;width:100%}div[class^=gr_custom_book_container]{float:right;height:60px;margin-left:4px;overflow:hidden;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{color:gray;font-size:10px}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(2n){float:right}.widget-grid-view-image:nth-child(2n) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{height:auto;max-width:100%}.widgets-list-layout{list-style-type:none;margin:0;padding:0}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;list-style-type:none!important;margin-bottom:1em}.widgets-list-layout .widgets-list-layout-blavatar{float:left;height:auto;max-width:40px;width:21.276596%}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{content:"";display:table}.widgets-multi-column-grid ul{list-style-type:none;margin:0;overflow:hidden;padding:0}.widgets-multi-column-grid ul li{background:none;border:none;clear:none;float:left;list-style-type:none!important;margin:0 -5px -3px 0;padding:0 8px 6px 0}.widgets-multi-column-grid ul li a{background:none;border:0;margin:0;padding:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-height:48px;max-width:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{list-style:none;margin-bottom:1em}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{box-shadow:none;margin-bottom:5px;margin-right:5px;vertical-align:middle}.wpcnt{line-height:2;text-align:center}.wpa{display:inline-block;max-width:100%;overflow:hidden;position:relative}.wpa-about{border-bottom:none!important;box-shadow:none!important;color:#888;display:block;font:10px/1 Open Sans,Arial,sans-serif!important;left:0;margin-top:0;opacity:.85;position:absolute;right:0;text-align:left!important;text-decoration:none!important;top:5px}.wpa .u>div{display:block;margin-bottom:1em;margin-top:5px}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{background-color:transparent;display:block;margin-bottom:1em;margin-top:17px}.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{margin:0;top:1em}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{margin-top:3em;top:0}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;transition:opacity .4s,visibility .4s;visibility:hidden}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{margin:5px;max-width:100%}.wpcom-instagram-images{grid-gap:.5rem;display:grid;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-bottom:.5em!important;margin-top:1.5em}.jetpack-search-filters-widget__clear{margin-bottom:.5em;margin-top:.5em}.jetpack-search-sort-wrapper{margin-bottom:1.5em;margin-top:1em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{height:auto;width:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;list-style:none;padding:0}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{display:inherit;font-weight:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name=s]::placeholder{color:transparent}body.search .jetpack-search-form input[name=s].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{fill:currentColor;color:inherit;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.milestone-widget{margin-bottom:1em}.milestone-content{line-height:2;margin-top:5px;max-width:100%;padding:0;text-align:center}.milestone-header{background-color:var(--milestone-text-color,#111);color:var(--milestone-bg-color,#fff);line-height:1.3;margin:0;padding:.8em}.milestone-header .date,.milestone-header .event{display:block}.milestone-header .event{font-size:120%}.milestone-countdown .difference{display:block;font-size:500%;font-weight:700;line-height:1.2}.milestone-countdown,.milestone-message{background-color:var(--milestone-bg-color,#fff);border:1px solid var(--milestone-border-color,#767676);border-top:0;color:var(--milestone-text-color,#111);padding-bottom:1em}.milestone-message{padding-top:1em}